diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-29 05:17:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-29 05:17:54 +0000 |
commit | 66e43df3729911d514bab54fc262af2358c4fbd6 (patch) | |
tree | 19ffa0ab341b3e225066b07b75a9260c1035fd90 /shells/scponly | |
parent | 77b160ed9dffe01859009cea1d0b74b05f8657dc (diff) | |
download | ports-66e43df3729911d514bab54fc262af2358c4fbd6.tar.gz ports-66e43df3729911d514bab54fc262af2358c4fbd6.zip |
Notes
Diffstat (limited to 'shells/scponly')
-rw-r--r-- | shells/scponly/Makefile | 4 | ||||
-rw-r--r-- | shells/scponly/distinfo | 6 | ||||
-rw-r--r-- | shells/scponly/files/patch-ac | 22 | ||||
-rw-r--r-- | shells/scponly/files/patch-ad | 11 |
4 files changed, 16 insertions, 27 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile index b570e9bfc271..922ac52713f9 100644 --- a/shells/scponly/Makefile +++ b/shells/scponly/Makefile @@ -70,8 +70,8 @@ # to be installed. PORTNAME= scponly -PORTVERSION= 4.2 -PORTREVISION= 1 +PORTVERSION= 4.3 +PORTREVISION= 0 CATEGORIES= shells MASTER_SITES= http://www.sublimation.org/scponly/ \ ${MASTER_SITE_SOURCEFORGE} diff --git a/shells/scponly/distinfo b/shells/scponly/distinfo index 3e6bebc32e78..41e6cd6eb338 100644 --- a/shells/scponly/distinfo +++ b/shells/scponly/distinfo @@ -1,3 +1,3 @@ -MD5 (scponly-4.2.tgz) = 270dedc527d6fbc68b152b8bb3c8a864 -SHA256 (scponly-4.2.tgz) = 517b5b5966fa78ae3319221a56a6a2e19edf9f4d9910b1a37ca32748104b00f3 -SIZE (scponly-4.2.tgz) = 96736 +MD5 (scponly-4.3.tgz) = 2cef26fe5ed740031a067f189c293e77 +SHA256 (scponly-4.3.tgz) = e707315e4f90ccc3f882e6b21617dc4543bab77edbe40546fe230119609b6143 +SIZE (scponly-4.3.tgz) = 94889 diff --git a/shells/scponly/files/patch-ac b/shells/scponly/files/patch-ac deleted file mode 100644 index c35744bdd44a..000000000000 --- a/shells/scponly/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ ---- scponly.c.orig Thu Dec 22 08:12:22 2005 -+++ scponly.c Tue Dec 27 23:09:30 2005 -@@ -611,7 +611,9 @@ int process_ssh_request(char *request) - fflush(stdout); - fflush(stderr); - discard_vector(av); -+#ifdef USE_SAFE_ENVIRONMENT - discard_vector(safeenv); -+#endif - free(flat_request); - free(tmprequest); - return(WEXITSTATUS(status)); -@@ -629,7 +631,9 @@ int process_ssh_request(char *request) - syslog(LOG_ERR, "failed: %s with error %s(%u) (%s)", flat_request, strerror(errno), errno, logstamp()); - free(flat_request); - discard_vector(av); -+#ifdef USE_SAFE_ENVIRONMENT - discard_vector(safeenv); -+#endif - #ifdef WINSCP_COMPAT - if (winscp_mode) - { diff --git a/shells/scponly/files/patch-ad b/shells/scponly/files/patch-ad new file mode 100644 index 000000000000..be67490ca236 --- /dev/null +++ b/shells/scponly/files/patch-ad @@ -0,0 +1,11 @@ +--- setup_chroot.sh.in.orig Wed Dec 28 06:55:52 2005 ++++ setup_chroot.sh.in Wed Dec 28 17:42:27 2005 +@@ -72,7 +72,7 @@ if [ `uname -s` = "OpenBSD" ]; then + GREP_LIST="$GREP_LIST -e $bin" + done + LIB_LIST=`/usr/bin/ldd $BINARIES 2> /dev/null | /usr/bin/tr -s " " | /usr/bin/cut -f5 -d" " | /usr/bin/grep -v "^Name" | /usr/bin/grep -v $GREP_LIST | /usr/bin/sort -u` +-elif ++else + LIB_LIST=`@PROG_LDD@ $BINARIES 2> /dev/null | @PROG_CUT@ -f2 -d\> | @PROG_CUT@ -f1 -d\( | @PROG_GREP@ "^ " | @PROG_SORT@ -u` + fi + |