packages: vsftpd/vsftpd-clamav.patch - updated to 2.3.0
adamg
adamg at pld-linux.org
Sun Aug 8 16:35:21 CEST 2010
Author: adamg Date: Sun Aug 8 14:35:21 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 2.3.0
---- Files affected:
packages/vsftpd:
vsftpd-clamav.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/vsftpd/vsftpd-clamav.patch
diff -u packages/vsftpd/vsftpd-clamav.patch:1.4 packages/vsftpd/vsftpd-clamav.patch:1.5
--- packages/vsftpd/vsftpd-clamav.patch:1.4 Thu Apr 29 20:08:41 2010
+++ packages/vsftpd/vsftpd-clamav.patch Sun Aug 8 16:35:15 2010
@@ -535,12 +535,14 @@
static void install_str_setting(const char* p_value, const char** p_storage);
void
-@@ -219,7 +227,8 @@
+@@ -219,9 +227,10 @@
tunable_sandbox = 0;
tunable_require_ssl_reuse = 1;
tunable_isolate = 1;
- tunable_isolate_network = 1;
+ tunable_isolate_network = 0;
+ tunable_ftp_enable = 1;
+ tunable_http_enable = 0;
+ tunable_av_enable = 0;
tunable_accept_timeout = 60;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vsftpd/vsftpd-clamav.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list