Hello community, here is the log from the commit of package pure-ftpd for openSUSE:11.4 checked in at Tue Jun 28 22:02:18 CEST 2011.
Patchinfo file has no description -------- --- old-versions/11.4/UPDATES/all/pure-ftpd/pure-ftpd.changes 2011-04-11 15:01:40.000000000 +0200 +++ 11.4/pure-ftpd/pure-ftpd.changes 2011-06-22 15:44:04.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Jun 22 13:35:58 UTC 2011 - [email protected] + +- fix bnc#700611 - pure-ftpd fails with pam + * pure-ftpd-1.0.32-cap-audit-write.patch + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 New: ---- pure-ftpd-1.0.32-cap-audit-write.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pure-ftpd.spec ++++++ --- /var/tmp/diff_new_pack.RqYZaI/_old 2011-06-28 22:01:43.000000000 +0200 +++ /var/tmp/diff_new_pack.RqYZaI/_new 2011-06-28 22:01:43.000000000 +0200 @@ -21,7 +21,7 @@ Name: pure-ftpd Version: 1.0.29 -Release: 8.<RELEASE9> +Release: 8.<RELEASE11> License: BSD3c Summary: A Lightweight, Fast, and Secure FTP Server Url: http://www.pureftpd.org @@ -45,6 +45,9 @@ #PATCH-FIX-UPSTREAM: #https://github.com/jedisct1/pure-ftpd/commit/65c4d4ad331e94661de763e9b5304d28698999c4 Patch9: pure-ftpd-1.0.29-flush-cmd-after-tls.patch +#PATCH-FIX-UPSTREAM: bnc#700611 +#https://github.com/jedisct1/pure-ftpd/commit/ac36eb8dd05506b0ffdd78e2f2e85a7ecc9f0fbb +Patch10: pure-ftpd-1.0.32-cap-audit-write.patch # OES patches - see %with_oes Patch100: %{name}-1.0.20-oes_remote_server.patch Patch101: pure-ftpd-1.0.22-oes-bugfix-534424.patch @@ -78,6 +81,7 @@ %patch7 %patch8 %patch9 -p1 +%patch10 -p1 # uncomment this if you want to have the OES remote_server feature %if %{with_oes} %patch100 -p0 ++++++ pure-ftpd-1.0.32-cap-audit-write.patch ++++++ Index: pure-ftpd-1.0.32/src/caps_p.h =================================================================== --- pure-ftpd-1.0.32.orig/src/caps_p.h 2011-06-21 15:28:43.000000000 +0200 +++ pure-ftpd-1.0.32/src/caps_p.h 2011-06-22 10:26:04.345882045 +0200 @@ -7,6 +7,9 @@ # endif cap_value_t cap_keep_startup[] = { +# ifdef USE_PAM + CAP_AUDIT_WRITE, +# endif CAP_SETGID, CAP_SETUID, CAP_CHOWN, ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
