diff options
author | snj <snj@pkgsrc.org> | 2008-04-29 03:46:57 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2008-04-29 03:46:57 +0000 |
commit | 8fa9a0fe4659766fd43653f62f49e63bb6ab6136 (patch) | |
tree | 7e4793851f2746e01d949125105fe5de048308c5 /shells | |
parent | 9cb3e19ddf1d73ca7afaf73fecbe14041df86ccf (diff) | |
download | pkgsrc-8fa9a0fe4659766fd43653f62f49e63bb6ab6136.tar.gz |
Update scponly to 4.8.
Changes since 4.3:
- fix support for quota and passwd when running within the
chroot (exec pre-chroot)
- disallow rsync and svnserve from being run as daemons that
listen on a port
- switch to getopt_long for command processing, use getopt for
sftp-server, svnserve, and quota
- abort processing on commands that require getopt when getopt
is not available
- switched to slightly optimized and more compact debug code
- fix unison support within chroots
- fix for unison command execution bug
- allow multiple users with the same uid using USER environment
variable
- added missing semicolon to helper.c
- fixes the configure.in script to not define HAVE_OPTRESET, not
even to a value of 0
- fixes that hopefully improve the optarg compilation situation
- UNISON $HOME environment fix
- fixes to setup_chroot.sh/in
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scponly/Makefile | 10 | ||||
-rw-r--r-- | shells/scponly/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index 43e2ce6796c..a67cafabe85 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2005/12/29 06:22:13 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2008/04/29 03:46:57 snj Exp $ -DISTNAME= scponly-4.3 +DISTNAME= scponly-4.8 CATEGORIES= shells security -MASTER_SITES= http://www.sublimation.org/scponly/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scponly/} EXTRACT_SUFX= .tgz MAINTAINER= snj@NetBSD.org -HOMEPAGE= http://www.sublimation.org/scponly/ -COMMENT= Tiny shell that only permits scp and sftp +HOMEPAGE= http://sublimation.org/scponly/wiki/ +COMMENT= Shell that only permits sftp GNU_CONFIGURE= yes diff --git a/shells/scponly/distinfo b/shells/scponly/distinfo index c1b3813c4d5..7082d30a162 100644 --- a/shells/scponly/distinfo +++ b/shells/scponly/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2005/12/28 18:55:07 snj Exp $ +$NetBSD: distinfo,v 1.6 2008/04/29 03:46:57 snj Exp $ -SHA1 (scponly-4.3.tgz) = 1aa08715d49c76ca0e78685b027e977acdd563c8 -RMD160 (scponly-4.3.tgz) = 780baf0a2be4b3042d721953c109c06ff0d9d1a2 -Size (scponly-4.3.tgz) = 94889 bytes +SHA1 (scponly-4.8.tgz) = 154de34901ce22fd9d406f6e02cddc440c435afc +RMD160 (scponly-4.8.tgz) = de6b58fcb8108d42a1576c69003e9136b9417869 +Size (scponly-4.8.tgz) = 101687 bytes SHA1 (patch-aa) = a09c070db3c46d776d57bf16354604b295f2f749 |