diff options
author | green <green@FreeBSD.org> | 1999-06-22 00:28:00 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 1999-06-22 00:28:00 +0000 |
commit | c904c728da358d9c1065acbea0849b878f8f76fb (patch) | |
tree | db2daab3c524b5d891cfe9e1308e811a9535a4c6 /security/cfs | |
parent | bac6e215d1489a8dc3a16dccfc2e78434bdc849b (diff) | |
download | FreeBSD-ports-c904c728da358d9c1065acbea0849b878f8f76fb.zip FreeBSD-ports-c904c728da358d9c1065acbea0849b878f8f76fb.tar.gz |
CFS's cmkdir now makes directories as Blowfish by default.
I've made myself the maintainer, as well.
Reviewed by: jdp
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/Makefile | 4 | ||||
-rw-r--r-- | security/cfs/files/patch-ae | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/security/cfs/Makefile b/security/cfs/Makefile index 15577b1..a2bd746 100644 --- a/security/cfs/Makefile +++ b/security/cfs/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1997 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.2 1998/09/21 01:03:10 obrien Exp $ +# $Id: Makefile,v 1.3 1999/06/21 17:23:53 jdp Exp $ # DISTNAME= cfs-1.3.3bf @@ -12,7 +12,7 @@ CATEGORIES= security MASTER_SITES= ftp://unix.hensa.ac.uk/mirrors/ftp.replay.com/pub/crypto/disk/ \ ftp://ftp.tu-chemnitz.de/pub/linux/suse/4.4.1/unsorted/Crypto-Filesystem/ -MAINTAINER= jdp@polstra.com +MAINTAINER= green@FreeBSD.org ALL_TARGET= cfs MAN1= cattach.1 cdetach.1 cmkdir.1 cpasswd.1 cfssh.1 diff --git a/security/cfs/files/patch-ae b/security/cfs/files/patch-ae new file mode 100644 index 0000000..3453776 --- /dev/null +++ b/security/cfs/files/patch-ae @@ -0,0 +1,11 @@ +--- cmkdir.c.orig Mon Jun 21 20:23:18 1999 ++++ cmkdir.c Mon Jun 21 20:23:45 1999 +@@ -43,7 +43,7 @@ + struct timeval tv; + u_long r; + int i; +- int ciph=CFS_THREE_DES; ++ int ciph=CFS_BLOWFISH; + int cfmt=1; + int smsize=LARGESMSIZE; + unsigned char ekey[128]; |