[vhffs-dev] [1661] removed obsolete mydns patch, removed obsolete lighttpd patchs, removed obsolete MySQL patchs, renamed pure-ftpd patchs |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [1661] removed obsolete mydns patch, removed obsolete lighttpd patchs, removed obsolete MySQL patchs, renamed pure-ftpd patchs
- From: subversion@xxxxxxxxxxxxx
- Date: Sun, 17 Apr 2011 13:49:41 +0200
Revision: 1661
Author: gradator
Date: 2011-04-17 13:49:40 +0200 (Sun, 17 Apr 2011)
Log Message:
-----------
removed obsolete mydns patch, removed obsolete lighttpd patchs, removed obsolete MySQL patchs, renamed pure-ftpd patchs
Added Paths:
-----------
trunk/vhffs-packages/patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse-debian-sid.patch
trunk/vhffs-packages/patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse.patch
trunk/vhffs-packages/patches/pureftpd/pure-ftpd-1.0.30-customerproof-tf.patch
trunk/vhffs-packages/patches/pureftpd/pure-ftpd-1.0.30-estpandpassive.patch
Removed Paths:
-------------
trunk/vhffs-packages/patches/lighttpd/1.4.23.patch
trunk/vhffs-packages/patches/lighttpd/1.4.25.patch
trunk/vhffs-packages/patches/lighttpd/1.4.26.patch
trunk/vhffs-packages/patches/lighttpd/1.4.28-debian-sid.patch
trunk/vhffs-packages/patches/lighttpd/1.4.28.patch
trunk/vhffs-packages/patches/lighttpd/lenny.patch
trunk/vhffs-packages/patches/mydns/
trunk/vhffs-packages/patches/mysql/200_mysql-dfsg-5.0-5.0.32-username-length.dpatch
trunk/vhffs-packages/patches/mysql/200_mysql-dfsg-5.0-5.0.51a-username-length.dpatch
trunk/vhffs-packages/patches/pureftpd/customerproof-tf.patch
trunk/vhffs-packages/patches/pureftpd/estpandpassive.patch
Deleted: trunk/vhffs-packages/patches/lighttpd/1.4.23.patch
===================================================================
--- trunk/vhffs-packages/patches/lighttpd/1.4.23.patch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/lighttpd/1.4.23.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,37 +0,0 @@
-diff -uNr lighttpd-1.4.23/configure.ac lighttpd-1.4.23/configure.ac
---- lighttpd-1.4.23/configure.ac 2009-06-07 19:13:05.000000000 +0000
-+++ lighttpd-1.4.23/configure.ac 2009-08-27 21:21:09.000000000 +0000
-@@ -570,6 +570,7 @@
-
- do_build="mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog"
- do_build="$do_build mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfile mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming"
-+do_build="$do_build mod_partialcontentabuse"
-
- plugins="mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl"
- features="regex-conditionals"
-diff -uNr lighttpd-1.4.23/src/Makefile.am lighttpd-1.4.23/src/Makefile.am
---- lighttpd-1.4.23/src/Makefile.am 2009-06-16 13:45:42.000000000 +0000
-+++ lighttpd-1.4.23/src/Makefile.am 2009-08-27 21:22:22.000000000 +0000
-@@ -95,6 +95,11 @@
- common_libadd =
- endif
-
-+lib_LTLIBRARIES += mod_partialcontentabuse.la
-+mod_partialcontentabuse_la_SOURCES = mod_partialcontentabuse.c
-+mod_partialcontentabuse_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-+mod_partialcontentabuse_la_LIBADD = $(common_libadd)
-+
- lib_LTLIBRARIES += mod_flv_streaming.la
- mod_flv_streaming_la_SOURCES = mod_flv_streaming.c
- mod_flv_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-diff -uNr lighttpd-1.4.23/src/SConscript lighttpd-1.4.23/src/SConscript
---- lighttpd-1.4.23/src/SConscript 2009-04-09 15:45:55.000000000 +0000
-+++ lighttpd-1.4.23/src/SConscript 2009-08-27 21:14:28.000000000 +0000
-@@ -75,6 +75,7 @@
- 'mod_ssi' : { 'src' : [ 'mod_ssi_exprparser.c', 'mod_ssi_expr.c', 'mod_ssi.c' ], 'lib' : [ env['LIBPCRE'] ] },
- 'mod_flv_streaming' : { 'src' : [ 'mod_flv_streaming.c' ] },
- 'mod_magnet' : { 'src' : [ 'mod_magnet.c', 'mod_magnet_cache.c' ], 'lib' : [ env['LIBLUA'] ] },
-+ 'mod_partialcontentabuse' : { 'src' : [ 'mod_partialcontentabuse.c' ] },
- }
-
- staticenv = env.Copy(CPPFLAGS=[ env['CPPFLAGS'], '-DLIGHTTPD_STATIC', '-DOPENSSL_NO_KRB5'])
Deleted: trunk/vhffs-packages/patches/lighttpd/1.4.25.patch
===================================================================
--- trunk/vhffs-packages/patches/lighttpd/1.4.25.patch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/lighttpd/1.4.25.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,37 +0,0 @@
-diff -Nru lighttpd-1.4.25-a/configure.ac lighttpd-1.4.25-b/configure.ac
---- lighttpd-1.4.25-a/configure.ac 2009-11-21 15:11:50.000000000 +0000
-+++ lighttpd-1.4.25-b/configure.ac 2010-01-22 17:46:37.000000000 +0000
-@@ -578,6 +578,7 @@
-
- do_build="mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog"
- do_build="$do_build mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfile mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming"
-+do_build="$do_build mod_partialcontentabuse"
-
- plugins="mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl"
- features="regex-conditionals"
-diff -Nru lighttpd-1.4.25-a/src/Makefile.am lighttpd-1.4.25-b/src/Makefile.am
---- lighttpd-1.4.25-a/src/Makefile.am 2009-11-07 17:42:30.000000000 +0000
-+++ lighttpd-1.4.25-b/src/Makefile.am 2010-01-22 17:46:37.000000000 +0000
-@@ -95,6 +95,11 @@
- common_libadd =
- endif
-
-+lib_LTLIBRARIES += mod_partialcontentabuse.la
-+mod_partialcontentabuse_la_SOURCES = mod_partialcontentabuse.c
-+mod_partialcontentabuse_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-+mod_partialcontentabuse_la_LIBADD = $(common_libadd)
-+
- lib_LTLIBRARIES += mod_flv_streaming.la
- mod_flv_streaming_la_SOURCES = mod_flv_streaming.c
- mod_flv_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-diff -Nru lighttpd-1.4.25-a/src/SConscript lighttpd-1.4.25-b/src/SConscript
---- lighttpd-1.4.25-a/src/SConscript 2009-09-01 18:34:54.000000000 +0000
-+++ lighttpd-1.4.25-b/src/SConscript 2010-01-22 17:46:37.000000000 +0000
-@@ -75,6 +75,7 @@
- 'mod_ssi' : { 'src' : [ 'mod_ssi_exprparser.c', 'mod_ssi_expr.c', 'mod_ssi.c' ], 'lib' : [ env['LIBPCRE'] ] },
- 'mod_flv_streaming' : { 'src' : [ 'mod_flv_streaming.c' ] },
- 'mod_magnet' : { 'src' : [ 'mod_magnet.c', 'mod_magnet_cache.c' ], 'lib' : [ env['LIBLUA'] ] },
-+ 'mod_partialcontentabuse' : { 'src' : [ 'mod_partialcontentabuse.c' ] },
- }
-
- staticenv = env.Copy(CPPFLAGS=[ env['CPPFLAGS'], '-DLIGHTTPD_STATIC', '-DOPENSSL_NO_KRB5'])
Deleted: trunk/vhffs-packages/patches/lighttpd/1.4.26.patch
===================================================================
--- trunk/vhffs-packages/patches/lighttpd/1.4.26.patch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/lighttpd/1.4.26.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,37 +0,0 @@
-diff -Nru lighttpd-1.4.26.orig/configure.ac lighttpd-1.4.26/configure.ac
---- lighttpd-1.4.26.orig/configure.ac 2010-02-01 23:28:20.000000000 +0000
-+++ lighttpd-1.4.26/configure.ac 2010-02-09 19:46:21.000000000 +0000
-@@ -580,6 +580,7 @@
-
- do_build="mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog"
- do_build="$do_build mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfile mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming"
-+do_build="$do_build mod_partialcontentabuse"
-
- plugins="mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl"
- features="regex-conditionals"
-diff -Nru lighttpd-1.4.26.orig/src/Makefile.am lighttpd-1.4.26/src/Makefile.am
---- lighttpd-1.4.26.orig/src/Makefile.am 2010-02-01 23:28:20.000000000 +0000
-+++ lighttpd-1.4.26/src/Makefile.am 2010-02-09 19:46:21.000000000 +0000
-@@ -95,6 +95,11 @@
- common_libadd =
- endif
-
-+lib_LTLIBRARIES += mod_partialcontentabuse.la
-+mod_partialcontentabuse_la_SOURCES = mod_partialcontentabuse.c
-+mod_partialcontentabuse_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-+mod_partialcontentabuse_la_LIBADD = $(common_libadd)
-+
- lib_LTLIBRARIES += mod_flv_streaming.la
- mod_flv_streaming_la_SOURCES = mod_flv_streaming.c
- mod_flv_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-diff -Nru lighttpd-1.4.26.orig/src/SConscript lighttpd-1.4.26/src/SConscript
---- lighttpd-1.4.26.orig/src/SConscript 2010-02-01 23:28:20.000000000 +0000
-+++ lighttpd-1.4.26/src/SConscript 2010-02-09 19:46:21.000000000 +0000
-@@ -75,6 +75,7 @@
- 'mod_ssi' : { 'src' : [ 'mod_ssi_exprparser.c', 'mod_ssi_expr.c', 'mod_ssi.c' ], 'lib' : [ env['LIBPCRE'] ] },
- 'mod_flv_streaming' : { 'src' : [ 'mod_flv_streaming.c' ] },
- 'mod_magnet' : { 'src' : [ 'mod_magnet.c', 'mod_magnet_cache.c' ], 'lib' : [ env['LIBLUA'] ] },
-+ 'mod_partialcontentabuse' : { 'src' : [ 'mod_partialcontentabuse.c' ] },
- }
-
- staticenv = env.Copy(CPPFLAGS=[ env['CPPFLAGS'], '-DLIGHTTPD_STATIC', '-DOPENSSL_NO_KRB5'])
Deleted: trunk/vhffs-packages/patches/lighttpd/1.4.28-debian-sid.patch
===================================================================
--- trunk/vhffs-packages/patches/lighttpd/1.4.28-debian-sid.patch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/lighttpd/1.4.28-debian-sid.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,24 +0,0 @@
-diff -Nru lighttpd-1.4.28.a/debian/control lighttpd-1.4.28.b/debian/control
---- lighttpd-1.4.28.a/debian/control 2011-02-08 11:04:05.000000000 +0000
-+++ lighttpd-1.4.28.b/debian/control 2011-04-16 22:09:26.000000000 +0000
-@@ -79,6 +79,15 @@
- or at a later stage, when the doc-root is known and the physical-path is
- already setup
-
-+Package: lighttpd-mod-partialcontentabuse
-+Homepage: http://www.vhffs.org
-+Architecture: any
-+Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-+Description: Forbid multiple connections for the same file download on lighttpd.
-+ mod_partialcontentabuse returns a 403 error if the same client opens multiple
-+ concurrent connections to download a single file.
-+
-+
- Package: lighttpd-mod-webdav
- Architecture: any
- Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-diff -Nru lighttpd-1.4.28.a/debian/lighttpd-mod-partialcontentabuse.install lighttpd-1.4.28.b/debian/lighttpd-mod-partialcontentabuse.install
---- lighttpd-1.4.28.a/debian/lighttpd-mod-partialcontentabuse.install 1970-01-01 00:00:00.000000000 +0000
-+++ lighttpd-1.4.28.b/debian/lighttpd-mod-partialcontentabuse.install 2011-04-16 22:09:26.000000000 +0000
-@@ -0,0 +1 @@
-+debian/tmp/usr/lib/lighttpd/mod_partialcontentabuse.so
Deleted: trunk/vhffs-packages/patches/lighttpd/1.4.28.patch
===================================================================
--- trunk/vhffs-packages/patches/lighttpd/1.4.28.patch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/lighttpd/1.4.28.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,37 +0,0 @@
-diff -Nru lighttpd-1.4.28.a/configure.ac lighttpd-1.4.28.b/configure.ac
---- lighttpd-1.4.28.a/configure.ac 2010-08-13 11:10:15.000000000 +0000
-+++ lighttpd-1.4.28.b/configure.ac 2011-04-16 22:07:20.000000000 +0000
-@@ -624,6 +624,7 @@
-
- do_build="mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog"
- do_build="$do_build mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfile mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming"
-+do_build="$do_build mod_partialcontentabuse"
-
- plugins="mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl"
- features="regex-conditionals"
-diff -Nru lighttpd-1.4.28.a/src/Makefile.am lighttpd-1.4.28.b/src/Makefile.am
---- lighttpd-1.4.28.a/src/Makefile.am 2010-08-11 20:44:17.000000000 +0000
-+++ lighttpd-1.4.28.b/src/Makefile.am 2011-04-16 22:07:20.000000000 +0000
-@@ -95,6 +95,11 @@
- common_libadd =
- endif
-
-+lib_LTLIBRARIES += mod_partialcontentabuse.la
-+mod_partialcontentabuse_la_SOURCES = mod_partialcontentabuse.c
-+mod_partialcontentabuse_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-+mod_partialcontentabuse_la_LIBADD = $(common_libadd)
-+
- lib_LTLIBRARIES += mod_flv_streaming.la
- mod_flv_streaming_la_SOURCES = mod_flv_streaming.c
- mod_flv_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
-diff -Nru lighttpd-1.4.28.a/src/SConscript lighttpd-1.4.28.b/src/SConscript
---- lighttpd-1.4.28.a/src/SConscript 2010-08-07 09:46:55.000000000 +0000
-+++ lighttpd-1.4.28.b/src/SConscript 2011-04-16 22:07:20.000000000 +0000
-@@ -75,6 +75,7 @@
- 'mod_ssi' : { 'src' : [ 'mod_ssi_exprparser.c', 'mod_ssi_expr.c', 'mod_ssi.c' ], 'lib' : [ env['LIBPCRE'] ] },
- 'mod_flv_streaming' : { 'src' : [ 'mod_flv_streaming.c' ] },
- 'mod_magnet' : { 'src' : [ 'mod_magnet.c', 'mod_magnet_cache.c' ], 'lib' : [ env['LIBLUA'] ] },
-+ 'mod_partialcontentabuse' : { 'src' : [ 'mod_partialcontentabuse.c' ] },
- }
-
- staticenv = env.Copy(CPPFLAGS=[ env['CPPFLAGS'], '-DLIGHTTPD_STATIC', '-DOPENSSL_NO_KRB5'])
Deleted: trunk/vhffs-packages/patches/lighttpd/lenny.patch
===================================================================
--- trunk/vhffs-packages/patches/lighttpd/lenny.patch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/lighttpd/lenny.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,24 +0,0 @@
-diff -Nru lighttpd-1.4.25-a/debian/control lighttpd-1.4.25-b/debian/control
---- lighttpd-1.4.25-a/debian/control 2010-01-22 17:45:56.000000000 +0000
-+++ lighttpd-1.4.25-b/debian/control 2010-01-22 17:48:20.000000000 +0000
-@@ -87,6 +87,15 @@
- or at a later stage, when the doc-root is known and the physical-path is
- already setup
-
-+Package: lighttpd-mod-partialcontentabuse
-+Homepage: http://www.vhffs.org
-+Architecture: any
-+Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-+Description: Forbid multiple connections for the same file download on lighttpd.
-+ mod_partialcontentabuse returns a 403 error if the same client opens multiple
-+ concurrent connections to download a single file.
-+
-+
- Package: lighttpd-mod-webdav
- Homepage: http://www.lighttpd.net
- Architecture: any
-diff -Nru lighttpd-1.4.25-a/debian/lighttpd-mod-partialcontentabuse.install lighttpd-1.4.25-b/debian/lighttpd-mod-partialcontentabuse.install
---- lighttpd-1.4.25-a/debian/lighttpd-mod-partialcontentabuse.install 1970-01-01 00:00:00.000000000 +0000
-+++ lighttpd-1.4.25-b/debian/lighttpd-mod-partialcontentabuse.install 2010-01-22 17:48:20.000000000 +0000
-@@ -0,0 +1 @@
-+debian/tmp/usr/lib/lighttpd/mod_partialcontentabuse.so
Copied: trunk/vhffs-packages/patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse-debian-sid.patch (from rev 1660, trunk/vhffs-packages/patches/lighttpd/1.4.28-debian-sid.patch)
===================================================================
--- trunk/vhffs-packages/patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse-debian-sid.patch (rev 0)
+++ trunk/vhffs-packages/patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse-debian-sid.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -0,0 +1,24 @@
+diff -Nru lighttpd-1.4.28.a/debian/control lighttpd-1.4.28.b/debian/control
+--- lighttpd-1.4.28.a/debian/control 2011-02-08 11:04:05.000000000 +0000
++++ lighttpd-1.4.28.b/debian/control 2011-04-16 22:09:26.000000000 +0000
+@@ -79,6 +79,15 @@
+ or at a later stage, when the doc-root is known and the physical-path is
+ already setup
+
++Package: lighttpd-mod-partialcontentabuse
++Homepage: http://www.vhffs.org
++Architecture: any
++Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
++Description: Forbid multiple connections for the same file download on lighttpd.
++ mod_partialcontentabuse returns a 403 error if the same client opens multiple
++ concurrent connections to download a single file.
++
++
+ Package: lighttpd-mod-webdav
+ Architecture: any
+ Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+diff -Nru lighttpd-1.4.28.a/debian/lighttpd-mod-partialcontentabuse.install lighttpd-1.4.28.b/debian/lighttpd-mod-partialcontentabuse.install
+--- lighttpd-1.4.28.a/debian/lighttpd-mod-partialcontentabuse.install 1970-01-01 00:00:00.000000000 +0000
++++ lighttpd-1.4.28.b/debian/lighttpd-mod-partialcontentabuse.install 2011-04-16 22:09:26.000000000 +0000
+@@ -0,0 +1 @@
++debian/tmp/usr/lib/lighttpd/mod_partialcontentabuse.so
Copied: trunk/vhffs-packages/patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse.patch (from rev 1660, trunk/vhffs-packages/patches/lighttpd/1.4.28.patch)
===================================================================
--- trunk/vhffs-packages/patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse.patch (rev 0)
+++ trunk/vhffs-packages/patches/lighttpd/lighttpd-1.4.28-mod_partialcontentabuse.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -0,0 +1,37 @@
+diff -Nru lighttpd-1.4.28.a/configure.ac lighttpd-1.4.28.b/configure.ac
+--- lighttpd-1.4.28.a/configure.ac 2010-08-13 11:10:15.000000000 +0000
++++ lighttpd-1.4.28.b/configure.ac 2011-04-16 22:07:20.000000000 +0000
+@@ -624,6 +624,7 @@
+
+ do_build="mod_cgi mod_fastcgi mod_extforward mod_proxy mod_evhost mod_simple_vhost mod_access mod_alias mod_setenv mod_usertrack mod_auth mod_status mod_accesslog"
+ do_build="$do_build mod_rrdtool mod_secdownload mod_expire mod_compress mod_dirlisting mod_indexfile mod_userdir mod_webdav mod_staticfile mod_scgi mod_flv_streaming"
++do_build="$do_build mod_partialcontentabuse"
+
+ plugins="mod_rewrite mod_redirect mod_ssi mod_trigger_b4_dl"
+ features="regex-conditionals"
+diff -Nru lighttpd-1.4.28.a/src/Makefile.am lighttpd-1.4.28.b/src/Makefile.am
+--- lighttpd-1.4.28.a/src/Makefile.am 2010-08-11 20:44:17.000000000 +0000
++++ lighttpd-1.4.28.b/src/Makefile.am 2011-04-16 22:07:20.000000000 +0000
+@@ -95,6 +95,11 @@
+ common_libadd =
+ endif
+
++lib_LTLIBRARIES += mod_partialcontentabuse.la
++mod_partialcontentabuse_la_SOURCES = mod_partialcontentabuse.c
++mod_partialcontentabuse_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
++mod_partialcontentabuse_la_LIBADD = $(common_libadd)
++
+ lib_LTLIBRARIES += mod_flv_streaming.la
+ mod_flv_streaming_la_SOURCES = mod_flv_streaming.c
+ mod_flv_streaming_la_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined
+diff -Nru lighttpd-1.4.28.a/src/SConscript lighttpd-1.4.28.b/src/SConscript
+--- lighttpd-1.4.28.a/src/SConscript 2010-08-07 09:46:55.000000000 +0000
++++ lighttpd-1.4.28.b/src/SConscript 2011-04-16 22:07:20.000000000 +0000
+@@ -75,6 +75,7 @@
+ 'mod_ssi' : { 'src' : [ 'mod_ssi_exprparser.c', 'mod_ssi_expr.c', 'mod_ssi.c' ], 'lib' : [ env['LIBPCRE'] ] },
+ 'mod_flv_streaming' : { 'src' : [ 'mod_flv_streaming.c' ] },
+ 'mod_magnet' : { 'src' : [ 'mod_magnet.c', 'mod_magnet_cache.c' ], 'lib' : [ env['LIBLUA'] ] },
++ 'mod_partialcontentabuse' : { 'src' : [ 'mod_partialcontentabuse.c' ] },
+ }
+
+ staticenv = env.Copy(CPPFLAGS=[ env['CPPFLAGS'], '-DLIGHTTPD_STATIC', '-DOPENSSL_NO_KRB5'])
Deleted: trunk/vhffs-packages/patches/mysql/200_mysql-dfsg-5.0-5.0.32-username-length.dpatch
===================================================================
--- trunk/vhffs-packages/patches/mysql/200_mysql-dfsg-5.0-5.0.32-username-length.dpatch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/mysql/200_mysql-dfsg-5.0-5.0.32-username-length.dpatch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 200_mysql-dfsg-5.0-5.0.32-username-length.dpatch
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: TuxFamily patch to raise the database name length from 16 to 64 characters
-
-@DPATCH@
-diff -Nru a/include/mysql_com.h b/include/mysql_com.h
---- a/include/mysql_com.h 2006-12-20 11:14:04.000000000 +0000
-+++ b/include/mysql_com.h 2009-05-03 17:36:28.000000000 +0000
-@@ -22,8 +22,8 @@
- #define _mysql_com_h
-
- #define NAME_LEN 64 /* Field/table name length */
--#define HOSTNAME_LENGTH 60
--#define USERNAME_LENGTH 16
-+#define HOSTNAME_LENGTH 64
-+#define USERNAME_LENGTH 128
- #define SERVER_VERSION_LENGTH 60
- #define SQLSTATE_LENGTH 5
-
Deleted: trunk/vhffs-packages/patches/mysql/200_mysql-dfsg-5.0-5.0.51a-username-length.dpatch
===================================================================
--- trunk/vhffs-packages/patches/mysql/200_mysql-dfsg-5.0-5.0.51a-username-length.dpatch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/mysql/200_mysql-dfsg-5.0-5.0.51a-username-length.dpatch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 200_mysql-dfsg-5.0-5.0.51a-username-length.dpatch
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: TuxFamily patch to raise the database name length from 16 to 64 characters
-
-@DPATCH@
-diff -Nru mysql-dfsg-5.0-5.0.51a.orig/include/mysql_com.h mysql-dfsg-5.0-5.0.51a/include/mysql_com.h
---- mysql-dfsg-5.0-5.0.51a.orig/include/mysql_com.h 2008-01-11 14:43:14.000000000 +0000
-+++ mysql-dfsg-5.0-5.0.51a/include/mysql_com.h 2009-04-06 16:56:59.000000000 +0000
-@@ -21,8 +21,8 @@
- #define _mysql_com_h
-
- #define NAME_LEN 64 /* Field/table name length */
--#define HOSTNAME_LENGTH 60
--#define USERNAME_LENGTH 16
-+#define HOSTNAME_LENGTH 64
-+#define USERNAME_LENGTH 128
- #define SERVER_VERSION_LENGTH 60
- #define SQLSTATE_LENGTH 5
-
Deleted: trunk/vhffs-packages/patches/pureftpd/customerproof-tf.patch
===================================================================
--- trunk/vhffs-packages/patches/pureftpd/customerproof-tf.patch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/pureftpd/customerproof-tf.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,38 +0,0 @@
-diff -Nru pure-ftpd-1.0.30.a/src/ftpd.c pure-ftpd-1.0.30.b/src/ftpd.c
---- pure-ftpd-1.0.30.a/src/ftpd.c 2011-04-16 15:30:20.000000000 +0200
-+++ pure-ftpd-1.0.30.b/src/ftpd.c 2011-04-16 15:32:21.000000000 +0200
-@@ -2661,9 +2661,20 @@
- # endif
- if (st2.st_ino == root_st_ino && st2.st_dev == root_st_dev) {
- mode |= 0700;
-- } else if (be_customer_proof != 0) {
-- mode |= (S_ISDIR(st2.st_mode) ? 0700 : 0600);
- }
-+
-+// TF PATCH: forces 02700 on dir, 00400 on files, remove 05002 on dir, remove 07002 on files
-+ else if (be_customer_proof != 0) {
-+ if( S_ISDIR(st2.st_mode) ) {
-+ mode &= 02775;
-+ mode |= 02700;
-+ } else {
-+ mode &= 00775;
-+ mode |= 00400;
-+ }
-+ }
-+// TF PATCH: end
-+
- if (fchmod(fd, mode) < 0 && chmod(name, mode) < 0) {
- failure:
- if (fd != -1) {
-@@ -3570,6 +3581,11 @@
- #endif
- error(550, MSG_MKD_FAILURE);
- } else {
-+
-+ // TF PATCH: force SGID upon creation of directories
-+ chmod(name, (mode_t) (02777 & ~u_mask_d) );
-+ // TF PATCH: end
-+
- addreply(257, "\"%s\" : " MSG_MKD_SUCCESS, name);
- #ifndef MINIMAL
- cwd_failures = 0UL;
Deleted: trunk/vhffs-packages/patches/pureftpd/estpandpassive.patch
===================================================================
--- trunk/vhffs-packages/patches/pureftpd/estpandpassive.patch 2011-04-17 11:43:07 UTC (rev 1660)
+++ trunk/vhffs-packages/patches/pureftpd/estpandpassive.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -1,21 +0,0 @@
-diff -Nru pure-ftpd-1.0.30.a/src/ftpd.c pure-ftpd-1.0.30.b/src/ftpd.c
---- pure-ftpd-1.0.30.a/src/ftpd.c 2011-04-16 16:42:57.000000000 +0100
-+++ pure-ftpd-1.0.30.b/src/ftpd.c 2011-04-16 00:03:15.000000000 +0200
-@@ -3654,11 +3654,12 @@
- if (disallow_passive != 0) {
- feat[sizeof FEAT FEAT_DEBUG FEAT_TLS FEAT_UTF8 FEAT_TVFS FEAT_ESTA] = 0;
- }
--# ifndef MINIMAL
-- else if (STORAGE_FAMILY(force_passive_ip) != 0) {
-- feat[sizeof FEAT FEAT_DEBUG FEAT_TLS FEAT_UTF8 FEAT_TVFS FEAT_ESTA FEAT_PASV] = 0;
-- }
--# endif
-+// TF PATCH: disable the disabling of ESTP when a passive ip is forced (ok, I don't know any FTP client that use ESTP, I won't ever test if it works)
-+//# ifndef MINIMAL
-+// else if (STORAGE_FAMILY(force_passive_ip) != 0) {
-+// feat[sizeof FEAT FEAT_DEBUG FEAT_TLS FEAT_UTF8 FEAT_TVFS FEAT_ESTA FEAT_PASV] = 0;
-+// }
-+//# endif
- addreply_noformat(0, feat);
- addreply_noformat(211, "End.");
- }
Copied: trunk/vhffs-packages/patches/pureftpd/pure-ftpd-1.0.30-customerproof-tf.patch (from rev 1660, trunk/vhffs-packages/patches/pureftpd/customerproof-tf.patch)
===================================================================
--- trunk/vhffs-packages/patches/pureftpd/pure-ftpd-1.0.30-customerproof-tf.patch (rev 0)
+++ trunk/vhffs-packages/patches/pureftpd/pure-ftpd-1.0.30-customerproof-tf.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -0,0 +1,38 @@
+diff -Nru pure-ftpd-1.0.30.a/src/ftpd.c pure-ftpd-1.0.30.b/src/ftpd.c
+--- pure-ftpd-1.0.30.a/src/ftpd.c 2011-04-16 15:30:20.000000000 +0200
++++ pure-ftpd-1.0.30.b/src/ftpd.c 2011-04-16 15:32:21.000000000 +0200
+@@ -2661,9 +2661,20 @@
+ # endif
+ if (st2.st_ino == root_st_ino && st2.st_dev == root_st_dev) {
+ mode |= 0700;
+- } else if (be_customer_proof != 0) {
+- mode |= (S_ISDIR(st2.st_mode) ? 0700 : 0600);
+ }
++
++// TF PATCH: forces 02700 on dir, 00400 on files, remove 05002 on dir, remove 07002 on files
++ else if (be_customer_proof != 0) {
++ if( S_ISDIR(st2.st_mode) ) {
++ mode &= 02775;
++ mode |= 02700;
++ } else {
++ mode &= 00775;
++ mode |= 00400;
++ }
++ }
++// TF PATCH: end
++
+ if (fchmod(fd, mode) < 0 && chmod(name, mode) < 0) {
+ failure:
+ if (fd != -1) {
+@@ -3570,6 +3581,11 @@
+ #endif
+ error(550, MSG_MKD_FAILURE);
+ } else {
++
++ // TF PATCH: force SGID upon creation of directories
++ chmod(name, (mode_t) (02777 & ~u_mask_d) );
++ // TF PATCH: end
++
+ addreply(257, "\"%s\" : " MSG_MKD_SUCCESS, name);
+ #ifndef MINIMAL
+ cwd_failures = 0UL;
Copied: trunk/vhffs-packages/patches/pureftpd/pure-ftpd-1.0.30-estpandpassive.patch (from rev 1660, trunk/vhffs-packages/patches/pureftpd/estpandpassive.patch)
===================================================================
--- trunk/vhffs-packages/patches/pureftpd/pure-ftpd-1.0.30-estpandpassive.patch (rev 0)
+++ trunk/vhffs-packages/patches/pureftpd/pure-ftpd-1.0.30-estpandpassive.patch 2011-04-17 11:49:40 UTC (rev 1661)
@@ -0,0 +1,21 @@
+diff -Nru pure-ftpd-1.0.30.a/src/ftpd.c pure-ftpd-1.0.30.b/src/ftpd.c
+--- pure-ftpd-1.0.30.a/src/ftpd.c 2011-04-16 16:42:57.000000000 +0100
++++ pure-ftpd-1.0.30.b/src/ftpd.c 2011-04-16 00:03:15.000000000 +0200
+@@ -3654,11 +3654,12 @@
+ if (disallow_passive != 0) {
+ feat[sizeof FEAT FEAT_DEBUG FEAT_TLS FEAT_UTF8 FEAT_TVFS FEAT_ESTA] = 0;
+ }
+-# ifndef MINIMAL
+- else if (STORAGE_FAMILY(force_passive_ip) != 0) {
+- feat[sizeof FEAT FEAT_DEBUG FEAT_TLS FEAT_UTF8 FEAT_TVFS FEAT_ESTA FEAT_PASV] = 0;
+- }
+-# endif
++// TF PATCH: disable the disabling of ESTP when a passive ip is forced (ok, I don't know any FTP client that use ESTP, I won't ever test if it works)
++//# ifndef MINIMAL
++// else if (STORAGE_FAMILY(force_passive_ip) != 0) {
++// feat[sizeof FEAT FEAT_DEBUG FEAT_TLS FEAT_UTF8 FEAT_TVFS FEAT_ESTA FEAT_PASV] = 0;
++// }
++//# endif
+ addreply_noformat(0, feat);
+ addreply_noformat(211, "End.");
+ }