Hello community,

here is the log from the commit of package pure-ftpd for openSUSE:Factory
checked in at Thu Jun 23 13:14:48 CEST 2011.



--------
--- pure-ftpd/pure-ftpd.changes 2011-05-28 00:47:08.000000000 +0200
+++ /mounts/work_src_done/STABLE/pure-ftpd/pure-ftpd.changes    2011-06-22 
10:32:11.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun 22 08:31:38 UTC 2011 - mvysko...@suse.cz
+
+- fix bnc#700611 - pure-ftpd fails with pam
+  * pure-ftpd-1.0.32-cap-audit-write.patch
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

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

Other differences:
------------------
++++++ pure-ftpd.spec ++++++
--- /var/tmp/diff_new_pack.x5Kd3A/_old  2011-06-23 13:14:16.000000000 +0200
+++ /var/tmp/diff_new_pack.x5Kd3A/_new  2011-06-23 13:14:16.000000000 +0200
@@ -21,7 +21,7 @@
 
 Name:           pure-ftpd
 Version:        1.0.32
-Release:        1
+Release:        2
 License:        BSD3c
 Summary:        A Lightweight, Fast, and Secure FTP Server
 Url:            http://www.pureftpd.org
@@ -43,6 +43,9 @@
 Patch7:         %{name}-1.0.32-default_tcp_sedrcv_buffer_size.patch
 # PATCH-FEATURE-OPENSUSE %{name}-1.0.32-portrange.patch -- Add 
PassivePortRange to "%numpairc_switch_for".
 Patch8:         %{name}-1.0.32-portrange.patch
+#PATCH-FIX-UPSTREAM: bnc#700611
+#https://github.com/jedisct1/pure-ftpd/commit/ac36eb8dd05506b0ffdd78e2f2e85a7ecc9f0fbb
+Patch9:         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
@@ -75,6 +78,7 @@
 %patch5
 %patch7
 %patch8
+%patch9 -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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to