diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-05 21:59:34 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-05 21:59:34 +0000 |
commit | 5401719b982d176358daeea1a781686ea969a5ff (patch) | |
tree | dfaad1d4e0e7bf8baadfbb8e8112b24d141397e4 /security/fsh | |
parent | d58818a72fe6789e05d19ec632363051709ac6c7 (diff) | |
download | pkgsrc-5401719b982d176358daeea1a781686ea969a5ff.tar.gz |
Update fsh to 1.2. Changes since 1.1:
Use Bugzilla for bug reporting.
* README: Mention Bugzilla.
* fsh.texi (Bugs): Mention Bugzilla.
Port to Python 2.2. (Bug 332).
* fshcompat.py: New module, that finds some constants in os,
fcntl, FCNTL or thin air depending on Python version.
* fshlib.py: Use fshcompat instead of FCNTL.
* infshd.py: Ditto.
* Makefile.am (pkgdata_DATA): Added fshcompat.py.
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 4 | ||||
-rw-r--r-- | security/fsh/PLIST | 3 | ||||
-rw-r--r-- | security/fsh/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 72b7f221802..163567a92ff 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/09/21 23:46:56 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/05 21:59:34 jschauma Exp $ # -DISTNAME= fsh-1.1 +DISTNAME= fsh-1.2 CATEGORIES= security net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ \ http://www.lysator.liu.se/fsh/ diff --git a/security/fsh/PLIST b/security/fsh/PLIST index 874660b6978..ccbd5616c25 100644 --- a/security/fsh/PLIST +++ b/security/fsh/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:39 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/03/05 21:59:35 jschauma Exp $ bin/fcp bin/fsh bin/fshd bin/in.fshd libexec/fcpwrap share/fsh/fsh.py +share/fsh/fshcompat.py share/fsh/fshconfig.py share/fsh/fshd.py share/fsh/fshlib.py diff --git a/security/fsh/distinfo b/security/fsh/distinfo index e055a37ae85..52fb3a08607 100644 --- a/security/fsh/distinfo +++ b/security/fsh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 15:40:31 agc Exp $ +$NetBSD: distinfo,v 1.3 2003/03/05 21:59:35 jschauma Exp $ -SHA1 (fsh-1.1.tar.gz) = eb9287bd60aa5d6801cf8038252dc75076849209 -Size (fsh-1.1.tar.gz) = 125008 bytes +SHA1 (fsh-1.2.tar.gz) = c2f1e923076d368fbb5504dcd1d33c74024b0d1b +Size (fsh-1.2.tar.gz) = 152374 bytes |