pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/cfs



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Dec 19 14:54:10 UTC 2022

Modified Files:
        pkgsrc/security/cfs: Makefile
Added Files:
        pkgsrc/security/cfs/files: README.NetBSD.txt
Removed Files:
        pkgsrc/security/cfs: MESSAGE

Log Message:
security/cfs: Demote MESSAGE to an installed README


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 pkgsrc/security/cfs/MESSAGE
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/cfs/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/cfs/files/README.NetBSD.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/cfs/Makefile
diff -u pkgsrc/security/cfs/Makefile:1.37 pkgsrc/security/cfs/Makefile:1.38
--- pkgsrc/security/cfs/Makefile:1.37   Wed Nov  9 15:04:05 2022
+++ pkgsrc/security/cfs/Makefile        Mon Dec 19 14:54:10 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2022/11/09 15:04:05 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/12/19 14:54:10 gdt Exp $
 
 DISTNAME=              cfs-1.4.1
-PKGREVISION=           6
+PKGREVISION=           7
 CATEGORIES=            security
 MASTER_SITES=          https://www.mattblaze.org/software/cfs-1.4.1.tar.gz
 
@@ -107,5 +107,6 @@ post-install:
                ${INSTALL_MAN} $${file} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/$${file}; \
        done
        ${INSTALL_DATA} ${WRKSRC}/notes.ms ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} files/README.NetBSD.txt ${DESTDIR}${DOCDIR}
 
 .include "../../mk/bsd.pkg.mk"

Added files:

Index: pkgsrc/security/cfs/files/README.NetBSD.txt
diff -u /dev/null pkgsrc/security/cfs/files/README.NetBSD.txt:1.1
--- /dev/null   Mon Dec 19 14:54:10 2022
+++ pkgsrc/security/cfs/files/README.NetBSD.txt Mon Dec 19 14:54:10 2022
@@ -0,0 +1,42 @@
+===========================================================================
+$NetBSD: README.NetBSD.txt,v 1.1 2022/12/19 14:54:10 gdt Exp $
+
+The following mail from Steve Bellovin, which can also be viewed at
+
+       http://mail-index.netbsd.org/current-users/2002/07/15/0006.html
+
+is relevant to users of this package:
+
+Delivered-To: current-users%netbsd.org@localhost
+From: "Steven M. Bellovin" <smb%research.att.com@localhost>
+To: current-users%netbsd.org@localhost
+Subject: Re: CFS with NetBSD 1.6
+Date: Mon, 15 Jul 2002 14:00:59 +0900
+Precedence: list
+
+In message <20020630000510.2a034cf4.520079546242-0001%t-online.de@localhost>, Michael Cor
+e writes:
+>Hi,
+>
+>is cfsd still useable with NetBSD 1.6? I haven't used it for a while and
+>now I cannot access the files in my cfs'd directory anymore. cfs_attach
+>works and I can walk the directories but the moment I access a file
+>(with cat, less or whatever) the program or shell stalls. top shows that
+>cfsd waits in "select" and several nfsio show "nfsidl". I'll give it
+>another try with a GENERIC-kernel but I'm afraid that isn't the problem.
+>
+
+The problem turns out to be NFS blocksize -- I got the idea from some
+other discussions about problems caused by the change in the default
+blocksize.  The fix is to use the following mount command:
+
+        mount -o intr,-2,-w=4096,-r=4096 127.0.0.1:/null /crypt
+
+8192 doesn't work; I haven't yet groveled through the CFS source to
+figure out why.
+
+                --Steve Bellovin, http://www.research.att.com/~smb (me)
+                http://www.wilyhacker.com ("Firewalls" book)
+
+
+===========================================================================



Home | Main Index | Thread Index | Old Index