Hello community, here is the log from the commit of package autofs for openSUSE:Factory checked in at 2014-02-28 21:13:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-01-27 15:18:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes 2014-02-28 21:13:15.000000000 +0100 @@ -1,0 +2,38 @@ +Tue Feb 25 14:30:35 UTC 2014 - lchiquitto@suse.com + +- autofs-5.0.8-upstream-patches-20140224.bz2: update 5.0.8 upstream + patches up to 2014-02-24, fixing the following bugs: + * fix ipv6 link local address handling + * fix fix ipv6 libtirpc getport + * get_nfs_info() should query portmapper if port is not given + * fix rpc_portmap_getport() proto not set + * fix protmap not trying proto v2 + * fix rpc_getport() when libtirpc is disabled + * fix rpc_getrpcbport() when libtirpc is disabled + * don't reset errno (former autofs-5.0.8-eaccess.patch) + * extend fix for crash due to thread unsafe use of libldap (bnc#853469) + * fix deadlock in init_ldap_connection (bnc#859969) + * fix options compare + * fix negative status being reset on map read + * check for existing offset mount before mounting + * fix max() declaration + * fix symlink fail message in mount_bind.c + * fix cache readlock not taken on lookup + * pass map_source as function paramter where possible + * check for bind onto self in mount_bind.c + * fix symlink expire + * dont clobber mapent for negative cache + * fix macro_addvar() and move init to main thread + * change walk_tree() to take ap + * add negative cache lookup to hesiod lookup + * fix external env configure + * make autofs(5) consistent with auto.master(5) + * fix map source with type lookup + * fix lookup_nss_mount() map lookup + * dont ignore null cache entries on multi mount umount + * fix inconsistent error returns in handle_packet_missing_direct() + * simple coverity fixes +- autofs-5.0.8-eaccess.patch: removed (merged upstream) +- autofs-5.0.8-dbus-udisks-monitor.patch: refresh + +------------------------------------------------------------------- Old: ---- autofs-5.0.8-eaccess.patch autofs-5.0.8-upstream-patches-20131124.bz2 New: ---- autofs-5.0.8-upstream-patches-20140224.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autofs.spec ++++++ --- /var/tmp/diff_new_pack.6fxlGo/_old 2014-02-28 21:13:16.000000000 +0100 +++ /var/tmp/diff_new_pack.6fxlGo/_new 2014-02-28 21:13:16.000000000 +0100 @@ -22,7 +22,7 @@ %define with_systemd 0 %endif -%if 0%{?suse_version} >= 1140 +%if 0%{?suse_version} >= 1230 %define with_udisks 1 %else %define with_udisks 0 @@ -77,7 +77,7 @@ Source42: org.freedesktop.AutoMount.conf Source100: autofs-rpmlintrc # Upstream patches that will be in the next release -%define patchdate 20131124 +%define patchdate 20140224 Patch0: autofs-%{version}-upstream-patches-%{patchdate}.bz2 # PATCH-FIX-UPSTREAM autofs-5.0.8-task-use-after-free.patch [bnc#727392] Patch82: autofs-5.0.8-task-use-after-free.patch @@ -85,8 +85,6 @@ Patch100: autofs-suse-auto_master_default.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 @@ -111,7 +109,6 @@ %patch82 -p1 %patch100 -p1 %patch102 -p0 -b .udisks -%patch103 -p0 -b .eaccess %build @@ -142,7 +139,7 @@ %if %{with_systemd} install -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/autofs.service %endif -%if 0%{?suse_version} >= 1230 +%if %{with_udisks} install -D -m 644 %{SOURCE42} %{buildroot}%{_sysconfdir}/dbus-1/system.d/org.freedesktop.AutoMount.conf %endif # will be installed by fillup scripts @@ -184,7 +181,7 @@ %config(noreplace) %{_sysconfdir}/auto.smb %config(noreplace) %{_sysconfdir}/autofs_ldap_auth.conf %config %{_sysconfdir}/init.d/autofs -%if 0%{?suse_version} >= 1230 +%if %{with_udisks} %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.AutoMount.conf %endif %dir %{_sysconfdir}/auto.master.d ++++++ autofs-5.0.8-dbus-udisks-monitor.patch ++++++ --- /var/tmp/diff_new_pack.6fxlGo/_old 2014-02-28 21:13:16.000000000 +0100 +++ /var/tmp/diff_new_pack.6fxlGo/_new 2014-02-28 21:13:16.000000000 +0100 @@ -3093,7 +3093,7 @@ =================================================================== --- modules/parse_sun.c.orig +++ modules/parse_sun.c -@@ -849,6 +849,7 @@ static int validate_location(unsigned in +@@ -840,6 +840,7 @@ static int validate_location(unsigned in ((esc = strchr(ptr, '\\')) && *(esc + 1) == ':') || !strncmp(ptr, "file:", 5) || !strncmp(ptr, "yp:", 3) || !strncmp(ptr, "nis:", 4) || !strncmp(ptr, "nisplus:", 8) || @@ -3138,7 +3138,7 @@ =================================================================== --- daemon/lookup.c.orig +++ daemon/lookup.c -@@ -179,6 +179,10 @@ int lookup_nss_read_master(struct master +@@ -200,6 +200,10 @@ int lookup_nss_read_master(struct master (name[3] == ',' || name[3] == ':')) || (!strncmp(name, "nisplus", 7) && (name[7] == ',' || name[7] == ':')) || -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de