FreeBSD Bugzilla – Attachment 48787 Details for
Bug 74633
[Maintainer update] shells/scponly: Update to 4.0 (security vulnerability fixed in this version)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.76 KB, created by
Hideyuki KURASHINA
on 2004-12-02 22:50:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hideyuki KURASHINA
Created:
2004-12-02 22:50:07 UTC
Size:
2.76 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/shells/scponly/Makefile,v >retrieving revision 1.12 >diff -u -r1.12 Makefile >--- Makefile 17 Jul 2004 13:02:01 -0000 1.12 >+++ Makefile 28 Nov 2004 14:25:35 -0000 >@@ -15,6 +15,11 @@ > # > # Core funcionality: > # >+# SCPONLY_DEFAULT_CHDIR=DIR >+# default: undefined >+# example: public_html >+# define if you want to make users `cd' to this directory after authentication >+# > # WITHOUT_SCPONLY_WILDCARDS > # default: undefined > # define if you want to disable wildcard processing. >@@ -39,6 +44,10 @@ > # default: undefined > # define if you want to enable rsync compatibility. > # >+# WITH_SCPONLY_SVN >+# default: undefined >+# define if you want to enable subversion compatibility. >+# > # WITH_SCPONLY_UNISON > # default: undefined > # define if you want to enable unison compatibility. >@@ -53,7 +62,7 @@ > # to be installed. > > PORTNAME= scponly >-PORTVERSION= 3.11 >+PORTVERSION= 4.0 > PORTREVISION= 0 > CATEGORIES= shells > MASTER_SITES= http://www.sublimation.org/scponly/ >@@ -69,6 +78,10 @@ > > .include <bsd.port.pre.mk> > >+.if defined(SCPONLY_DEFAULT_CHDIR) && !empty(SCPONLY_DEFAULT_CHDIR) >+CONFIGURE_ARGS+=--with-default-chdir=${SCPONLY_DEFAULT_CHDIR} >+.endif >+ > .if defined(WITHOUT_SCPONLY_WILDCARDS) > CONFIGURE_ARGS+=--disable-wildcards > .endif >@@ -96,6 +109,12 @@ > CONFIGURE_ARGS+=--enable-rsync-compat > .endif > >+.if defined(WITH_SCPONLY_SVN) >+BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion >+RUN_DEPENDS+= ${BUILD_DEPENDS} >+CONFIGURE_ARGS+=--enable-svn-compat >+.endif >+ > .if defined(WITH_SCPONLY_UNISON) > BUILD_DEPENDS+= unison:${PORTSDIR}/net/unison > RUN_DEPENDS+= ${BUILD_DEPENDS} >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/shells/scponly/distinfo,v >retrieving revision 1.8 >diff -u -r1.8 distinfo >--- distinfo 17 Jul 2004 13:02:01 -0000 1.8 >+++ distinfo 29 Nov 2004 02:00:43 -0000 >@@ -1,2 +1,2 @@ >-MD5 (scponly-3.11.tgz) = cdbbc570c2bf3cad33ecf66d0af41372 >-SIZE (scponly-3.11.tgz) = 83767 >+MD5 (scponly-4.0.tgz) = 1706732945996865ed0cccd440b64fc1 >+SIZE (scponly-4.0.tgz) = 85053 >Index: files/patch-aa >=================================================================== >RCS file: files/patch-aa >diff -N files/patch-aa >--- files/patch-aa 17 Jul 2004 13:02:01 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,14 +0,0 @@ >---- scponly.c.orig Mon Mar 22 14:30:38 2004 >-+++ scponly.c Sat Jul 17 19:43:04 2004 >-@@ -442,9 +442,9 @@ >- (-1 == asprintf( &env[0], "HOME=%s", homedir))) >- { >- syslog(LOG_ERR, "could not set HOME environment variable(%s))", logstamp()); >-- exit(EXIT_FAIL); >-+ exit(EXIT_FAILURE); >- } >-- if (debug) >-+ if (debuglevel) >- syslog(LOG_DEBUG, "set HOME environment variable to %s (%s))", env[0], logstamp()); >- #endif >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 74633
: 48787