pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/scponly Update scponly to 4.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f848bcc96d3
branches: trunk
changeset: 541965:7f848bcc96d3
user: snj <snj%pkgsrc.org@localhost>
date: Tue Apr 29 03:46:57 2008 +0000
description:
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:
shells/scponly/Makefile | 10 +++++-----
shells/scponly/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (36 lines):
diff -r 9f3982dadd1f -r 7f848bcc96d3 shells/scponly/Makefile
--- a/shells/scponly/Makefile Tue Apr 29 00:24:41 2008 +0000
+++ b/shells/scponly/Makefile Tue Apr 29 03:46:57 2008 +0000
@@ -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@localhost
-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 -r 9f3982dadd1f -r 7f848bcc96d3 shells/scponly/distinfo
--- a/shells/scponly/distinfo Tue Apr 29 00:24:41 2008 +0000
+++ b/shells/scponly/distinfo Tue Apr 29 03:46:57 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index