Hello community,

here is the log from the commit of package pure-ftpd for openSUSE:11.3
checked in at Tue Jun 28 21:57:42 CEST 2011.

Patchinfo file has no description


--------
--- old-versions/11.3/UPDATES/all/pure-ftpd/pure-ftpd.changes   2011-04-11 
15:00:03.000000000 +0200
+++ 11.3/pure-ftpd/pure-ftpd.changes    2011-06-22 15:42:13.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.3-i586


New:
----
  pure-ftpd-1.0.32-cap-audit-write.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pure-ftpd.spec ++++++
--- /var/tmp/diff_new_pack.tE8C41/_old  2011-06-28 21:56:38.000000000 +0200
+++ /var/tmp/diff_new_pack.tE8C41/_new  2011-06-28 21:56:38.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           pure-ftpd
 Version:        1.0.29
-Release:        2.<RELEASE2>
+Release:        2.<RELEASE5>
 License:        BSD3c
 Summary:        A Lightweight, Fast, and Secure FTP Server
 Url:            http://www.pureftpd.org
@@ -43,6 +43,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
 Patch100:       %{name}-1.0.20-oes_remote_server.patch
 BuildRequires:  mysql-devel
 BuildRequires:  openldap2-devel
@@ -73,6 +76,7 @@
 %patch7
 %patch8
 %patch9 -p1
+%patch10 -p1
 # uncomment this if you want to have the OES remote_server feature
 # %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]

Reply via email to