summaryrefslogtreecommitdiff
path: root/shells/scponly/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2008-04-29 03:46:57 +0000
committersnj <snj@pkgsrc.org>2008-04-29 03:46:57 +0000
commit8fa9a0fe4659766fd43653f62f49e63bb6ab6136 (patch)
tree7e4793851f2746e01d949125105fe5de048308c5 /shells/scponly/Makefile
parent9cb3e19ddf1d73ca7afaf73fecbe14041df86ccf (diff)
downloadpkgsrc-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/scponly/Makefile')
-rw-r--r--shells/scponly/Makefile10
1 files changed, 5 insertions, 5 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