From 0ed0338b6935b7c96dc13a0790ce7b35128576098abe4087261ffc2059765a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Sat, 21 Apr 2012 23:32:25 +0000 Subject: [PATCH 1/3] - docs-xml: fix default name resolve order; (bso#7564). - s3-aio-fork: Fix a segfault in vfs_aio_fork; (bso#8836). - docs: remove whitespace in example samba.ldif; (bso#8789). - s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845). - s3-docs: Prepend '/' to filename argument; (bso#8826). - Remove all precompiled idl output to ensure any pidl changes take effect; (bnc#757080). - Do not map POSIX execute permission to Windows FILE_READ_ATTRIBUTES; (bso#8631); (bnc#732572). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=233 --- build-source-timestamp | 4 +- patches.tar.bz2 | 4 +- samba-doc.spec | 6 ++- samba.changes | 21 ++++++++ samba.spec | 107 +++++++++++++++++++++-------------------- vendor-files.tar.bz2 | 4 +- 6 files changed, 86 insertions(+), 60 deletions(-) diff --git a/build-source-timestamp b/build-source-timestamp index 0013e02..77500b1 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2784 -Branch : 3.6.4 +2794 +Branch : 3.6.4.PTF diff --git a/patches.tar.bz2 b/patches.tar.bz2 index ecc3365..4f3300e 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1efb1dfdd0d92699498db026a1be99634d70759cd8b641b7537fdc2fc208b31 -size 51029 +oid sha256:4f22ad7f6421ddc8d58729debc8caa6fcc95ee9130d0971b54c2ff276cc36a3e +size 53555 diff --git a/samba-doc.spec b/samba-doc.spec index 97678d1..d6de700 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -280,6 +280,8 @@ pushd source3 #ln -s m4/aclocal.m4 aclocal.m4 #autoreconf --force --install -I. -Im4 -I../lib/replace %if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 || 0%{?mandriva_version} > 2009 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 0 +# Ensure all idl is recompiled, in case we are carrying pidl changes locally. +rm -f librpc/gen_ndr/*.[cho] ../librpc/gen_ndr/*.[cho] ./autogen.sh %endif CONFIGURE_OPTIONS="\ @@ -449,7 +451,7 @@ This package contains all the Samba documentation as it is not part of the man pages. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %changelog diff --git a/samba.changes b/samba.changes index 3038499..d414ee3 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Apr 21 20:59:53 UTC 2012 - lmuelle@suse.com + +- docs-xml: fix default name resolve order; (bso#7564). +- s3-aio-fork: Fix a segfault in vfs_aio_fork; (bso#8836). +- docs: remove whitespace in example samba.ldif; (bso#8789). +- s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845). +- s3-docs: Prepend '/' to filename argument; (bso#8826). + +------------------------------------------------------------------- +Fri Apr 13 18:18:52 CEST 2012 - ddiss@suse.de + +- Remove all precompiled idl output to ensure any pidl changes take effect; + (bnc#757080). + ------------------------------------------------------------------- Tue Apr 10 16:13:34 UTC 2012 - lmuelle@suse.com @@ -353,6 +368,12 @@ Wed Dec 7 03:53:18 MST 2011 - shargagan@novell.com - Fixing libsmbsharemode dependency on ldap and krb5 libs in Makefile; (bnc #729516). +------------------------------------------------------------------- +Thu Nov 25 18:57:04 CET 2011 - ddiss@suse.de + +- Do not map POSIX execute permission to Windows FILE_READ_ATTRIBUTES; + (bso#8631); (bnc#732572). + ------------------------------------------------------------------- Fri Nov 25 12:10:25 UTC 2011 - lmuelle@suse.de diff --git a/samba.spec b/samba.spec index fb79d49..5c10062 100644 --- a/samba.spec +++ b/samba.spec @@ -211,8 +211,8 @@ binary packages of the most current Samba version, and a bug reporting how to. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package client License: GPL-3.0+ @@ -252,8 +252,8 @@ binary packages of the most current Samba version, and a bug reporting how to. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 @@ -272,8 +272,8 @@ This package contains the static libraries and header files needed to develop programs which make use of Samba. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %endif %if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110 @@ -297,8 +297,8 @@ This package contains all the Samba documentation as it is not part of the man pages. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %endif @@ -319,8 +319,8 @@ Requires: samba-client >= %{version} A wrapper binary to run smbspool with the original calling UID. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %if %{make_utils} @@ -335,8 +335,8 @@ Obsoletes: samba-gplv3-utils < %{version} Some of the debug-tools for developpers. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %endif @@ -367,8 +367,8 @@ PreReq: coreutils This is the winbind-daemon and the wbinfo-tool. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -393,15 +393,15 @@ PreReq: /sbin/ldconfig %description -n libsmbclient -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %else %description -n libsmbclient0 -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %endif This package includes the libsmbclient library. @@ -439,8 +439,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the smbclient programming interface. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libnetapi0 License: GPL-3.0+ @@ -452,8 +452,8 @@ PreReq: /sbin/ldconfig This package includes the netapi library. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libnetapi-devel License: GPL-3.0+ @@ -471,8 +471,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the netapi programming interface. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -492,15 +492,15 @@ PreReq: /sbin/ldconfig %description -n libsmbsharemodes -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %else %description -n libsmbsharemodes0 -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %endif This package includes the smbsharemodes library. @@ -525,8 +525,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the smbsharemodes programming interface. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libwbclient0 License: LGPL-3.0+ @@ -538,8 +538,8 @@ PreReq: /sbin/ldconfig This package includes the wbclient library. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libwbclient-devel License: LGPL-3.0+ @@ -557,8 +557,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the wbclient programming interface. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libtalloc2 Version: %{libtalloc_ver} @@ -572,8 +572,8 @@ PreReq: /sbin/ldconfig This package includes the talloc library. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libtalloc-devel Version: %{libtalloc_ver} @@ -593,8 +593,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the talloc programming interface. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libtdb1 Version: %{libtdb_ver} @@ -608,8 +608,8 @@ PreReq: /sbin/ldconfig This package includes the tdb library. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libtdb-devel Version: %{libtdb_ver} @@ -625,8 +625,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the tdb programming interface. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libtevent0 Version: %{libtevent_ver} @@ -640,8 +640,8 @@ PreReq: /sbin/ldconfig This package includes the tevent library. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libtevent-devel Version: %{libtevent_ver} @@ -662,8 +662,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the tevent programming interface. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libldb1 Version: %{libldb_ver} @@ -678,8 +678,8 @@ PreReq: /sbin/ldconfig This package includes the ldb library. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %package -n libldb-devel Version: %{libldb_ver} @@ -700,8 +700,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the tevent programming interface. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %if %{make_ldapsmb} @@ -718,8 +718,8 @@ This tool aims to simplify the administration of a Samba Domain Controller that uses the ldapsam passdb backend. -Source Timestamp: 2784 -Branch : 3.6.4 +Source Timestamp: 2794 +Branch : 3.6.4.PTF %endif @@ -822,6 +822,8 @@ pushd source3 #ln -s m4/aclocal.m4 aclocal.m4 #autoreconf --force --install -I. -Im4 -I../lib/replace %if 0%{?centos_version} > 599 || 0%{?fedora_version} > 11 || 0%{?mandriva_version} > 2009 || 0%{?rhel_version} > 599 || 0%{?suse_version} > 0 +# Ensure all idl is recompiled, in case we are carrying pidl changes locally. +rm -f librpc/gen_ndr/*.[cho] ../librpc/gen_ndr/*.[cho] ./autogen.sh %endif CONFIGURE_OPTIONS="\ @@ -875,6 +877,7 @@ CONFIGURE_OPTIONS_DEVEL="--enable-debug --enable-developer" %endif ./configure ${CONFIGURE_OPTIONS} ${CONFIGURE_OPTIONS_DEVEL} ./script/mkversion.sh +make samba3-idl make %{build_make_smp_mflags} \ all bin/smbfilter %if %{make_ldapsmb} diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 32b721e..5102cee 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ca8408cb8520914d3e43ab83a0750df8dc10d96d641f3974d5e967bfb48afc15 -size 52510 +oid sha256:0c961973a0167751712ca6f9ef61a5c7a9bde05f507a636c83126d684f8fee31 +size 52532 From 3e415af71b37bc83b466882bfa1598f046bbb9a3c418315b7f7d76e45a2c46b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 30 Apr 2012 14:33:51 +0000 Subject: [PATCH 2/3] Restrict self granting privileges where security=ads for Samba post-3.3.16; CVE-2012-2111; (bnc#757576). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=234 --- build-source-timestamp | 2 +- patches.tar.bz2 | 4 ++-- samba-doc.spec | 2 +- samba.changes | 6 +++++ samba.spec | 52 +++++++++++++++++++++--------------------- vendor-files.tar.bz2 | 4 ++-- 6 files changed, 38 insertions(+), 32 deletions(-) diff --git a/build-source-timestamp b/build-source-timestamp index 77500b1..49c3660 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2794 +2797 Branch : 3.6.4.PTF diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 4f3300e..ebc73e5 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4f22ad7f6421ddc8d58729debc8caa6fcc95ee9130d0971b54c2ff276cc36a3e -size 53555 +oid sha256:05762e61d05328c5f06911bbc5caeaf970f855ed822884660e8bb483f67a3a46 +size 54108 diff --git a/samba-doc.spec b/samba-doc.spec index d6de700..fba3003 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -451,7 +451,7 @@ This package contains all the Samba documentation as it is not part of the man pages. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %changelog diff --git a/samba.changes b/samba.changes index d414ee3..6610595 100644 --- a/samba.changes +++ b/samba.changes @@ -7,6 +7,12 @@ Sat Apr 21 20:59:53 UTC 2012 - lmuelle@suse.com - s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845). - s3-docs: Prepend '/' to filename argument; (bso#8826). +------------------------------------------------------------------- +Fri Apr 20 09:51:25 UTC 2012 - lmuelle@suse.com + +- Restrict self granting privileges where security=ads for Samba post-3.3.16; + CVE-2012-2111; (bnc#757576). + ------------------------------------------------------------------- Fri Apr 13 18:18:52 CEST 2012 - ddiss@suse.de diff --git a/samba.spec b/samba.spec index 5c10062..0d5a4f3 100644 --- a/samba.spec +++ b/samba.spec @@ -211,7 +211,7 @@ binary packages of the most current Samba version, and a bug reporting how to. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package client @@ -252,7 +252,7 @@ binary packages of the most current Samba version, and a bug reporting how to. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 @@ -272,7 +272,7 @@ This package contains the static libraries and header files needed to develop programs which make use of Samba. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %endif @@ -297,7 +297,7 @@ This package contains all the Samba documentation as it is not part of the man pages. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %endif @@ -319,7 +319,7 @@ Requires: samba-client >= %{version} A wrapper binary to run smbspool with the original calling UID. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %if %{make_utils} @@ -335,7 +335,7 @@ Obsoletes: samba-gplv3-utils < %{version} Some of the debug-tools for developpers. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %endif @@ -367,7 +367,7 @@ PreReq: coreutils This is the winbind-daemon and the wbinfo-tool. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -393,14 +393,14 @@ PreReq: /sbin/ldconfig %description -n libsmbclient -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %else %description -n libsmbclient0 -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %endif @@ -439,7 +439,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the smbclient programming interface. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libnetapi0 @@ -452,7 +452,7 @@ PreReq: /sbin/ldconfig This package includes the netapi library. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libnetapi-devel @@ -471,7 +471,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the netapi programming interface. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -492,14 +492,14 @@ PreReq: /sbin/ldconfig %description -n libsmbsharemodes -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %else %description -n libsmbsharemodes0 -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %endif @@ -525,7 +525,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the smbsharemodes programming interface. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libwbclient0 @@ -538,7 +538,7 @@ PreReq: /sbin/ldconfig This package includes the wbclient library. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libwbclient-devel @@ -557,7 +557,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the wbclient programming interface. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libtalloc2 @@ -572,7 +572,7 @@ PreReq: /sbin/ldconfig This package includes the talloc library. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libtalloc-devel @@ -593,7 +593,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the talloc programming interface. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libtdb1 @@ -608,7 +608,7 @@ PreReq: /sbin/ldconfig This package includes the tdb library. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libtdb-devel @@ -625,7 +625,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the tdb programming interface. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libtevent0 @@ -640,7 +640,7 @@ PreReq: /sbin/ldconfig This package includes the tevent library. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libtevent-devel @@ -662,7 +662,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the tevent programming interface. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libldb1 @@ -678,7 +678,7 @@ PreReq: /sbin/ldconfig This package includes the ldb library. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %package -n libldb-devel @@ -700,7 +700,7 @@ This package contains the static libraries and header files needed to develop programs which make use of the tevent programming interface. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %if %{make_ldapsmb} @@ -718,7 +718,7 @@ This tool aims to simplify the administration of a Samba Domain Controller that uses the ldapsam passdb backend. -Source Timestamp: 2794 +Source Timestamp: 2797 Branch : 3.6.4.PTF %endif diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 5102cee..0e5b330 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c961973a0167751712ca6f9ef61a5c7a9bde05f507a636c83126d684f8fee31 -size 52532 +oid sha256:6af849f3b0160106c9be2e093dc4f12051d95b08cee4b4a40bc2846bf2993d56 +size 52538 From 7b5e51c68deb53294b8958e567b1d1e912b75d8d5d4df2ce53716d5eec3a5ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 30 Apr 2012 16:56:10 +0000 Subject: [PATCH 3/3] Update to 3.6.5. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=235 --- build-source-timestamp | 4 +- patches.tar.bz2 | 4 +- samba-3.6.4.tar.bz2 | 3 -- samba-3.6.5.tar.bz2 | 3 ++ samba-doc.spec | 8 +-- samba.changes | 1 + samba.spec | 108 ++++++++++++++++++++--------------------- vendor-files.tar.bz2 | 4 +- 8 files changed, 68 insertions(+), 67 deletions(-) delete mode 100644 samba-3.6.4.tar.bz2 create mode 100644 samba-3.6.5.tar.bz2 diff --git a/build-source-timestamp b/build-source-timestamp index 49c3660..294441b 100644 --- a/build-source-timestamp +++ b/build-source-timestamp @@ -1,2 +1,2 @@ -2797 -Branch : 3.6.4.PTF +2798 +Branch : 3.6.5.PTF diff --git a/patches.tar.bz2 b/patches.tar.bz2 index ebc73e5..62dc059 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05762e61d05328c5f06911bbc5caeaf970f855ed822884660e8bb483f67a3a46 -size 54108 +oid sha256:69e6748aecc26b93e4518843a20136491669ade44337ccb1e6059b7f193d334b +size 53552 diff --git a/samba-3.6.4.tar.bz2 b/samba-3.6.4.tar.bz2 deleted file mode 100644 index 130b1af..0000000 --- a/samba-3.6.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f51904d52afb47253863673c78a251b5105301611311baac003f1f845e6b1941 -size 24464368 diff --git a/samba-3.6.5.tar.bz2 b/samba-3.6.5.tar.bz2 new file mode 100644 index 0000000..8f26127 --- /dev/null +++ b/samba-3.6.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6020ad32aaa16c01c4dabc8518ca56c1420e9e4929cb9259e7938be2540369 +size 24464640 diff --git a/samba-doc.spec b/samba-doc.spec index fba3003..932b581 100644 --- a/samba-doc.spec +++ b/samba-doc.spec @@ -82,7 +82,7 @@ BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif -%define samba_ver 3.6.4 +%define samba_ver 3.6.5 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -104,7 +104,7 @@ BuildRequires: pkgconfig %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -Version: 3.6.4 +Version: 3.6.5 Release: 1 %define ldapsmb_ver 1.34b Url: http://www.samba.org/ @@ -451,7 +451,7 @@ This package contains all the Samba documentation as it is not part of the man pages. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %changelog diff --git a/samba.changes b/samba.changes index 6610595..d03d391 100644 --- a/samba.changes +++ b/samba.changes @@ -10,6 +10,7 @@ Sat Apr 21 20:59:53 UTC 2012 - lmuelle@suse.com ------------------------------------------------------------------- Fri Apr 20 09:51:25 UTC 2012 - lmuelle@suse.com +- Update to 3.6.5. - Restrict self granting privileges where security=ads for Samba post-3.3.16; CVE-2012-2111; (bnc#757576). diff --git a/samba.spec b/samba.spec index 0d5a4f3..96e0840 100644 --- a/samba.spec +++ b/samba.spec @@ -82,7 +82,7 @@ BuildRequires: pkg-config %else BuildRequires: pkgconfig %endif -%define samba_ver 3.6.4 +%define samba_ver 3.6.5 %define samba_ver_suffix %nil %define samba_ver_full %{samba_ver}%{samba_ver_suffix} %if 0%{?suse_version} && 0%{?suse_version} < 1111 @@ -104,7 +104,7 @@ BuildRequires: pkgconfig %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -Version: 3.6.4 +Version: 3.6.5 Release: 1 %define ldapsmb_ver 1.34b License: GPL-3.0+ @@ -211,8 +211,8 @@ binary packages of the most current Samba version, and a bug reporting how to. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package client License: GPL-3.0+ @@ -252,8 +252,8 @@ binary packages of the most current Samba version, and a bug reporting how to. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 @@ -272,8 +272,8 @@ This package contains the static libraries and header files needed to develop programs which make use of Samba. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %endif %if 0%{?suse_version} && 0%{?suse_version} < 1001 || 0%{?suse_version} > 1110 @@ -297,8 +297,8 @@ This package contains all the Samba documentation as it is not part of the man pages. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %endif @@ -319,8 +319,8 @@ Requires: samba-client >= %{version} A wrapper binary to run smbspool with the original calling UID. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %if %{make_utils} @@ -335,8 +335,8 @@ Obsoletes: samba-gplv3-utils < %{version} Some of the debug-tools for developpers. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %endif @@ -367,8 +367,8 @@ PreReq: coreutils This is the winbind-daemon and the wbinfo-tool. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -393,15 +393,15 @@ PreReq: /sbin/ldconfig %description -n libsmbclient -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %else %description -n libsmbclient0 -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %endif This package includes the libsmbclient library. @@ -439,8 +439,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the smbclient programming interface. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libnetapi0 License: GPL-3.0+ @@ -452,8 +452,8 @@ PreReq: /sbin/ldconfig This package includes the netapi library. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libnetapi-devel License: GPL-3.0+ @@ -471,8 +471,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the netapi programming interface. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %if 0%{?suse_version} && 0%{?suse_version} < 1031 @@ -492,15 +492,15 @@ PreReq: /sbin/ldconfig %description -n libsmbsharemodes -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %else %description -n libsmbsharemodes0 -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %endif This package includes the smbsharemodes library. @@ -525,8 +525,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the smbsharemodes programming interface. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libwbclient0 License: LGPL-3.0+ @@ -538,8 +538,8 @@ PreReq: /sbin/ldconfig This package includes the wbclient library. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libwbclient-devel License: LGPL-3.0+ @@ -557,8 +557,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the wbclient programming interface. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libtalloc2 Version: %{libtalloc_ver} @@ -572,8 +572,8 @@ PreReq: /sbin/ldconfig This package includes the talloc library. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libtalloc-devel Version: %{libtalloc_ver} @@ -593,8 +593,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the talloc programming interface. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libtdb1 Version: %{libtdb_ver} @@ -608,8 +608,8 @@ PreReq: /sbin/ldconfig This package includes the tdb library. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libtdb-devel Version: %{libtdb_ver} @@ -625,8 +625,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the tdb programming interface. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libtevent0 Version: %{libtevent_ver} @@ -640,8 +640,8 @@ PreReq: /sbin/ldconfig This package includes the tevent library. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libtevent-devel Version: %{libtevent_ver} @@ -662,8 +662,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the tevent programming interface. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libldb1 Version: %{libldb_ver} @@ -678,8 +678,8 @@ PreReq: /sbin/ldconfig This package includes the ldb library. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %package -n libldb-devel Version: %{libldb_ver} @@ -700,8 +700,8 @@ This package contains the static libraries and header files needed to develop programs which make use of the tevent programming interface. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %if %{make_ldapsmb} @@ -718,8 +718,8 @@ This tool aims to simplify the administration of a Samba Domain Controller that uses the ldapsam passdb backend. -Source Timestamp: 2797 -Branch : 3.6.4.PTF +Source Timestamp: 2798 +Branch : 3.6.5.PTF %endif diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 0e5b330..cdd7b36 100644 --- a/vendor-files.tar.bz2 +++ b/vendor-files.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6af849f3b0160106c9be2e093dc4f12051d95b08cee4b4a40bc2846bf2993d56 -size 52538 +oid sha256:94f5c263bc2a4d549a03c7cc638e785847d2a7877fc6370183de61881d6ca0a1 +size 52524