diff options
author | seb <seb@pkgsrc.org> | 2005-12-28 17:55:39 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2005-12-28 17:55:39 +0000 |
commit | 9ca7ae95f49d580f7db4cec95643852e4fa25925 (patch) | |
tree | 304e9daef166cd678807f27d2617a59104457ac6 /shells | |
parent | ae4dbe9cb8c02e021ee7905e0e6ef88ef56eb020 (diff) | |
download | pkgsrc-9ca7ae95f49d580f7db4cec95643852e4fa25925.tar.gz |
Update to version 2.3.0
Note that this is (mostly) a security fix release.
Changes since last packaged version (2.2.3):
2.3.0
- modified chroot_helper to parse the config file, to avoid arbitrary
chroot() (and thus root compromise)
- numerous documentation updates
- fix for va_start()/va_end()-related segfault on 64-bit architecture
- small bit of code cleanup
Diffstat (limited to 'shells')
-rw-r--r-- | shells/rssh/Makefile | 5 | ||||
-rw-r--r-- | shells/rssh/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile index 0c6a4920028..baaa3ac7579 100644 --- a/shells/rssh/Makefile +++ b/shells/rssh/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/12/27 13:54:59 seb Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/28 17:55:39 seb Exp $ # -DISTNAME= rssh-2.2.3 -PKGREVISION= 1 +DISTNAME= rssh-2.3.0 CATEGORIES= shells security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rssh/} diff --git a/shells/rssh/distinfo b/shells/rssh/distinfo index 9049eff0a76..09e828aa113 100644 --- a/shells/rssh/distinfo +++ b/shells/rssh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/04/20 16:21:15 seb Exp $ +$NetBSD: distinfo,v 1.2 2005/12/28 17:55:39 seb Exp $ -SHA1 (rssh-2.2.3.tar.gz) = e59e6d638937de12042f91649e98e33b686e435f -RMD160 (rssh-2.2.3.tar.gz) = e0b9b05e349794ccb32a217eaabf5abb364a1e85 -Size (rssh-2.2.3.tar.gz) = 107216 bytes +SHA1 (rssh-2.3.0.tar.gz) = 1791d2634fe8d6d1a2c4fef8008c3d4a8f538fdd +RMD160 (rssh-2.3.0.tar.gz) = 4a90dce9825389e5c660b8ce84b1969cbb13f06a +Size (rssh-2.3.0.tar.gz) = 113701 bytes SHA1 (patch-aa) = 0424bd8d705c8981cdd9076ba9a1d5eb59a192f3 |