Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2013-12-05 21:31:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autofs (Old)
 and      /work/SRC/openSUSE:Factory/.autofs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autofs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autofs/autofs.changes    2013-10-04 
07:07:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes       2013-12-05 
21:31:39.000000000 +0100
@@ -1,0 +2,21 @@
+Mon Dec  2 18:20:54 UTC 2013 - lchiqui...@suse.com
+
+- autofs-5.0.8-upstream-patches-20131124.bz2: update 5.0.8 upstream
+  patches up to 2013-11-24, fixing the following bugs:
+  * fix undefined authtype_requires_creds err if ldap enabled but
+    without sasl
+  * fix master map type check
+  * fix task manager not getting signaled
+  * allow --with-systemd to take a path arg
+  * fix WITH_LIBTIRPC function name
+  * fix ipv6 libtirpc getport
+- autofs-5.0.8-dbus-udisks-monitor.patch: rebase on top of 5.0.8
+
+-------------------------------------------------------------------
+Thu Oct 17 21:21:35 UTC 2013 - lchiqui...@suse.com
+
+- update to version 5.0.8: no code changes as all patches were
+  already present in autofs-5.0.7-upstream-patches-20131001.bz2
+- autofs-5.0.7-upstream-patches-20131001.bz2: removed
+
+-------------------------------------------------------------------

Old:
----
  autofs-5.0.7-dbus-udisks-monitor.patch
  autofs-5.0.7-eaccess.patch
  autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
  autofs-5.0.7-task-use-after-free.patch
  autofs-5.0.7-upstream-patches-20131001.bz2
  autofs-5.0.7.tar.bz2

New:
----
  autofs-5.0.8-dbus-udisks-monitor.patch
  autofs-5.0.8-eaccess.patch
  autofs-5.0.8-revert-fix-libtirpc-name-clash.patch
  autofs-5.0.8-task-use-after-free.patch
  autofs-5.0.8-upstream-patches-20131124.bz2
  autofs-5.0.8.tar.bz2

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

Other differences:
------------------
++++++ autofs.spec ++++++
--- /var/tmp/diff_new_pack.gffdDe/_old  2013-12-05 21:31:40.000000000 +0100
+++ /var/tmp/diff_new_pack.gffdDe/_new  2013-12-05 21:31:40.000000000 +0100
@@ -59,7 +59,7 @@
 %if %{with_systemd}
 BuildRequires:  systemd
 %endif
-Version:        5.0.7
+Version:        5.0.8
 Release:        0
 Summary:        A Kernel-Based Automounter
 License:        GPL-2.0+
@@ -77,18 +77,18 @@
 Source42:       org.freedesktop.AutoMount.conf
 Source100:      autofs-rpmlintrc
 # Upstream patches that will be in the next release
-%define patchdate 20131001
+%define patchdate 20131124
 Patch0:         autofs-%{version}-upstream-patches-%{patchdate}.bz2
-# PATCH-FIX-OPENSUSE autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
-Patch1:         autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
-# PATCH-FIX-UPSTREAM autofs-5.0.7-task-use-after-free.patch [bnc#727392]
-Patch82:        autofs-5.0.7-task-use-after-free.patch
+# PATCH-FIX-OPENSUSE autofs-5.0.8-revert-fix-libtirpc-name-clash.patch
+Patch1:         autofs-5.0.8-revert-fix-libtirpc-name-clash.patch
+# PATCH-FIX-UPSTREAM autofs-5.0.8-task-use-after-free.patch [bnc#727392]
+Patch82:        autofs-5.0.8-task-use-after-free.patch
 # PATCH-FIX-OPENSUSE autofs-suse-auto_master_default.patch
 Patch100:       autofs-suse-auto_master_default.patch
-# PATCH-EXTEND-OPENSUSE autofs-5.0.7-dbus-udisks-monitor.patch
-Patch102:       autofs-5.0.7-dbus-udisks-monitor.patch
-# PATCH-EXTEND-OPENSUSE autofs-5.0.7-eaccess.patch
-Patch103:       autofs-5.0.7-eaccess.patch
+# PATCH-EXTEND-OPENSUSE autofs-5.0.8-dbus-udisks-monitor.patch
+Patch102:       autofs-5.0.8-dbus-udisks-monitor.patch
+# PATCH-EXTEND-OPENSUSE autofs-5.0.8-eaccess.patch
+Patch103:       autofs-5.0.8-eaccess.patch
 Requires(pre):  %fillup_prereq
 Requires(pre):  %insserv_prereq
 Requires(pre):  aaa_base

++++++ autofs-5.0.7-dbus-udisks-monitor.patch -> 
autofs-5.0.8-dbus-udisks-monitor.patch ++++++
--- /work/SRC/openSUSE:Factory/autofs/autofs-5.0.7-dbus-udisks-monitor.patch    
2013-10-04 07:07:56.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.autofs.new/autofs-5.0.8-dbus-udisks-monitor.patch   
    2013-12-05 21:31:39.000000000 +0100
@@ -26,19 +26,6 @@
            contained_in_local_fs(path)) {
                mode_t mask = umask(0022);
                int ret = mkdir(path, mode);
-Index: daemon/lookup.c
-===================================================================
---- daemon/lookup.c.orig
-+++ daemon/lookup.c
-@@ -175,6 +175,8 @@ int lookup_nss_read_master(struct master
-                           !strncmp(name, "yp:", 3) ||
-                           !strncmp(name, "nis:", 4) ||
-                           !strncmp(name, "nisplus:", 8) ||
-+                          !strncmp(name, "udisks:", 7) ||
-+                          !strncmp(name, "udisks2:", 8) ||
-                           !strncmp(name, "ldap:", 5) ||
-                           !strncmp(name, "ldaps:", 6) ||
-                           !strncmp(name, "sss:", 4) ||
 Index: include/automount.h
 ===================================================================
 --- include/automount.h.orig
@@ -3147,3 +3134,18 @@
 +    <FSType>ro,nosuid,nodev,noexec</FSType>
 +  </MountOptions>
 +</AutofsUdisks>
+Index: daemon/lookup.c
+===================================================================
+--- daemon/lookup.c.orig
++++ daemon/lookup.c
+@@ -179,6 +179,10 @@ int lookup_nss_read_master(struct master
+                                (name[3] == ',' || name[3] == ':')) ||
+                           (!strncmp(name, "nisplus", 7) &&
+                                (name[7] == ',' || name[7] == ':')) ||
++                          (!strncmp(name, "udisks", 6) &&
++                               (name[6] == ',' || name[6] == ':')) ||
++                          (!strncmp(name, "udisks2", 7) &&
++                               (name[7] == ',' || name[7] == ':')) ||
+                           (!strncmp(name, "ldap", 4) &&
+                                (name[4] == ',' || name[4] == ':')) ||
+                           (!strncmp(name, "ldaps", 5) &&

++++++ autofs-5.0.7-eaccess.patch -> autofs-5.0.8-eaccess.patch ++++++

++++++ autofs-5.0.7-revert-fix-libtirpc-name-clash.patch -> 
autofs-5.0.8-revert-fix-libtirpc-name-clash.patch ++++++
--- 
/work/SRC/openSUSE:Factory/autofs/autofs-5.0.7-revert-fix-libtirpc-name-clash.patch
 2013-10-04 07:07:56.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.autofs.new/autofs-5.0.8-revert-fix-libtirpc-name-clash.patch
    2013-12-05 21:31:39.000000000 +0100
@@ -14,10 +14,10 @@
  2 files changed, 11 insertions(+), 0 deletions(-)
 
 
-Index: autofs-5.0.7/lib/rpc_subs.c
+Index: autofs-5.0.8/lib/rpc_subs.c
 ===================================================================
---- autofs-5.0.7.orig/lib/rpc_subs.c
-+++ autofs-5.0.7/lib/rpc_subs.c
+--- autofs-5.0.8.orig/lib/rpc_subs.c
++++ autofs-5.0.8/lib/rpc_subs.c
 @@ -34,16 +34,6 @@
  #include <poll.h>
  
@@ -35,11 +35,11 @@
  const rpcprog_t rpcb_prog = RPCBPROG;
  const rpcvers_t rpcb_version = RPCBVERS;
  #else
-Index: autofs-5.0.7/CHANGELOG
+Index: autofs-5.0.8/CHANGELOG
 ===================================================================
---- autofs-5.0.7.orig/CHANGELOG
-+++ autofs-5.0.7/CHANGELOG
-@@ -136,7 +136,6 @@
+--- autofs-5.0.8.orig/CHANGELOG
++++ autofs-5.0.8/CHANGELOG
+@@ -145,7 +145,6 @@
  - fix kernel verion check of version components.
  - dont retry ldap connect if not required.
  - fix initialization in rpc create_client().

++++++ autofs-5.0.7-task-use-after-free.patch -> 
autofs-5.0.8-task-use-after-free.patch ++++++
--- /work/SRC/openSUSE:Factory/autofs/autofs-5.0.7-task-use-after-free.patch    
2013-10-04 07:07:56.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.autofs.new/autofs-5.0.8-task-use-after-free.patch   
    2013-12-05 21:31:39.000000000 +0100
@@ -2,10 +2,10 @@
 Subject: fix segmentation fault in st_queue_handler()
 References: bnc#727392
 
-Index: autofs-5.0.7/daemon/state.c
+Index: autofs-5.0.8/daemon/state.c
 ===================================================================
---- autofs-5.0.7.orig/daemon/state.c
-+++ autofs-5.0.7/daemon/state.c
+--- autofs-5.0.8.orig/daemon/state.c
++++ autofs-5.0.8/daemon/state.c
 @@ -1171,12 +1171,12 @@ remove:
                                                        struct state_queue, 
pending);
  

++++++ autofs-5.0.7.tar.bz2 -> autofs-5.0.8.tar.bz2 ++++++
++++ 6061 lines of diff (skipped)

++++++ autofs-suse-auto_master_default.patch ++++++
--- /var/tmp/diff_new_pack.gffdDe/_old  2013-12-05 21:31:41.000000000 +0100
+++ /var/tmp/diff_new_pack.gffdDe/_new  2013-12-05 21:31:41.000000000 +0100
@@ -1,7 +1,7 @@
-Index: autofs-5.0.7/samples/auto.master
+Index: autofs-5.0.8/samples/auto.master
 ===================================================================
---- autofs-5.0.7.orig/samples/auto.master
-+++ autofs-5.0.7/samples/auto.master
+--- autofs-5.0.8.orig/samples/auto.master
++++ autofs-5.0.8/samples/auto.master
 @@ -4,17 +4,17 @@
  # key [ -mount-options-separated-by-comma ] location
  # For details of the format look at autofs(5).

++++++ get-upstream-patches ++++++
--- /var/tmp/diff_new_pack.gffdDe/_old  2013-12-05 21:31:41.000000000 +0100
+++ /var/tmp/diff_new_pack.gffdDe/_new  2013-12-05 21:31:41.000000000 +0100
@@ -8,8 +8,8 @@
 #
 # usage: get-upstream-patches
 
-LATEST_RELEASE="5.0.7"
-NEXT_RELEASE="5.0.8"
+LATEST_RELEASE="5.0.8"
+NEXT_RELEASE="5.0.9"
 
 BASE=http://www.kernel.org/pub/linux/daemons/autofs/v5/patches-$NEXT_RELEASE/
 SERIES=patch_order-$LATEST_RELEASE


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to