[proftpd/f12/master: 13/13] Merge branch 'master' into f12

Paul Howarth pghmcfc at fedoraproject.org
Wed Nov 3 11:00:44 UTC 2010


commit 3eedc6d18200c6c3503f16afdef6dc5a64cd4201
Merge: deaa38d b826951
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Nov 3 10:58:41 2010 +0000

    Merge branch 'master' into f12
    
    Conflicts:
    	.gitignore
    	proftpd-1.3.2a-mlsd.patch
    	proftpd.spec
    	sources
    
    This is a version update but it does fix a number of security issues
    and I consider the minor upheaval of the version update to be a lesser
    evil than the possibililty of getting backported security fixes wrong.

 .gitignore                         |    6 +-
 proftpd-1.3.2-parallel-build.patch |   20 --------
 proftpd-1.3.2a-mlsd.patch          |   21 --------
 proftpd.conf                       |   36 +++++++++++++-
 proftpd.init                       |    2 +-
 proftpd.spec                       |   90 +++++++++++++++++++++++++----------
 sources                            |    4 +-
 7 files changed, 103 insertions(+), 76 deletions(-)
---
diff --cc proftpd.conf
index ae04adb,3bf6127..f391cfb
--- a/proftpd.conf
+++ b/proftpd.conf
@@@ -100,6 -104,11 +104,11 @@@ LogFormat			auth	"%v [%P] %h %t \"%r\" 
  # (http://www.proftpd.org/docs/modules/mod_facl.html)
  #   LoadModule mod_facl.c
  #
+ # Support for using the GeoIP library to look up geographical information on
 -# the connecting client and usng that to set access controls for the server
++# the connecting client and using that to set access controls for the server
+ # (http://www.castaglia.org/proftpd/modules/mod_geoip.html)
+ #   LoadModule mod_geoip.c
+ #
  # Configure server availability based on system load
  # (http://www.proftpd.org/docs/contrib/mod_load.html)
  #   LoadModule mod_load.c


More information about the scm-commits mailing list