diff options
author | 2005-02-07 11:15:16 +0000 | |
---|---|---|
committer | 2005-02-07 11:15:16 +0000 | |
commit | 32756f8c7f18762cadfba7e1fd7118142b6d0753 (patch) | |
tree | 4e9c8ec4905dac65b35e573098c9d92c045130cd /net-ftp/frox/files | |
parent | Newer version, closes Bug 54444 (diff) | |
download | historical-32756f8c7f18762cadfba7e1fd7118142b6d0753.tar.gz historical-32756f8c7f18762cadfba7e1fd7118142b6d0753.tar.bz2 historical-32756f8c7f18762cadfba7e1fd7118142b6d0753.zip |
Version bump for secuity bug #81035
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-ftp/frox/files')
-rw-r--r-- | net-ftp/frox/files/config-0.7.18.patch | 66 | ||||
-rw-r--r-- | net-ftp/frox/files/digest-frox-0.7.18 | 1 | ||||
-rw-r--r-- | net-ftp/frox/files/frox.rc | 4 |
3 files changed, 69 insertions, 2 deletions
diff --git a/net-ftp/frox/files/config-0.7.18.patch b/net-ftp/frox/files/config-0.7.18.patch new file mode 100644 index 000000000000..2a1ee45e05b1 --- /dev/null +++ b/net-ftp/frox/files/config-0.7.18.patch @@ -0,0 +1,66 @@ +--- frox.conf 2005-02-04 19:54:55.000000000 +0930 ++++ /etc/frox.conf 2005-02-07 19:35:32.995421344 +0930 +@@ -18,7 +18,9 @@ + # commented out to listen on all local IPs. + # + # Listen firewall.localnet +-Listen 192.168.2.1 ++# Listen 192.168.2.1 ++ ++Listen 127.0.0.1 + + # Port to listen on. Must be supplied. + # +@@ -26,7 +28,7 @@ + + # If specified then bind to this device + # +-BindToDevice eth0 ++#BindToDevice eth0 + + # Whether to run from inetd. You should still define Port above, but + # it isn't used for much. +@@ -69,12 +71,12 @@ + #################################################################### + # General Options # + #################################################################### +-# User and group to drop priveliges to. This must be specified - if ++User ftpproxy + # you really want to run as root (not a good idea) you must say so + # specifically, and have compiled with --enable-run-as-root. + # +-# User nobody +-# Group nogroup ++User ftpproxy ++Group ftpproxy + + # This is frox's working directory - it must be specified. Temporary + # files and sockets will be created here. If you are using local +@@ -83,7 +85,7 @@ + # also chroot to this dir on startup. To avoid this you must specifically + # set DontChroot to Yes. + # +-# WorkingDir /usr/local/lib/frox ++WorkingDir /var/spool/frox + # DontChroot Yes + + # Logging level. 0=No logging. 5=Critical errors only. 10= All errors. +@@ -96,15 +98,15 @@ + # transferred irrespective of the log level. You can turn this off + # below. + # +-# LogLevel 15 +-# LogFile /usr/local/lib/frox/frox-log ++LogLevel 20 ++LogFile /var/log/frox/frox-log + # XferLogging no + + # File to store PID in. Default is not to. If this file is not within + # the Chroot directory then it cannot be deleted on exit, but will + # otherwise work fine. + # +-PidFile /var/run/frox.pid ++PidFile /var/run/frox/frox.pid + + + #################################################################### diff --git a/net-ftp/frox/files/digest-frox-0.7.18 b/net-ftp/frox/files/digest-frox-0.7.18 new file mode 100644 index 000000000000..215190b8427b --- /dev/null +++ b/net-ftp/frox/files/digest-frox-0.7.18 @@ -0,0 +1 @@ +MD5 d30c35b9820d706ff2f9a6ab3b501247 frox-0.7.18.tar.bz2 173355 diff --git a/net-ftp/frox/files/frox.rc b/net-ftp/frox/files/frox.rc index 949d0e58a251..72d0a505c9f4 100644 --- a/net-ftp/frox/files/frox.rc +++ b/net-ftp/frox/files/frox.rc @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/frox/files/frox.rc,v 1.1 2005/01/24 14:05:34 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/frox/files/frox.rc,v 1.2 2005/02/07 11:15:16 dragonheart Exp $ PROGNAME=`basename $1` |