- Fix segfault in iconv.c which caused a null pointer dereference; (bso#8433).

- Use /var/run for the cifs state file in the init script too; (bnc#710304).
- Fix CUPS print job IDs; (bso#7288); (bnc#701257).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=184
This commit is contained in:
Lars Müller 2011-09-01 21:06:45 +00:00 committed by Git OBS Bridge
parent 2d6196efb0
commit 349de04aad
6 changed files with 58 additions and 43 deletions

View File

@ -1,2 +1,2 @@
2622 2625
Branch : trunk Branch : trunk

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8519b2358bc4d81cd8b78546d94a8be0afc62237cb9871422294ec2981846a7f oid sha256:a08bdbeb40452084b78a4dde3aba42fb1cf57eaff29a3b0a5deb971ec7fab53a
size 50978 size 51178

View File

@ -82,7 +82,7 @@ BuildRequires: pkgconfig
%endif %endif
Url: http://www.samba.org/ Url: http://www.samba.org/
Version: 3.6.0 Version: 3.6.0
Release: 3 Release: 4
License: GPLv3+ License: GPLv3+
Summary: Samba Documentation Summary: Samba Documentation
Group: Documentation/Other Group: Documentation/Other
@ -414,7 +414,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%changelog %changelog

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 1 20:54:52 UTC 2011 - lmuelle@suse.de
- Fix segfault in iconv.c which caused a null pointer dereference; (bso#8433).
-------------------------------------------------------------------
Wed Aug 31 16:10:03 UTC 2011 - lmuelle@suse.de
- Use /var/run for the cifs state file in the init script too; (bnc#710304).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 30 21:38:12 UTC 2011 - lmuelle@suse.de Tue Aug 30 21:38:12 UTC 2011 - lmuelle@suse.de
@ -216,6 +226,11 @@ Tue Jul 26 20:44:01 UTC 2011 - lmuelle@suse.de
affected by a cross-site request forgery; CVE-2011-2522; (bso#8290); affected by a cross-site request forgery; CVE-2011-2522; (bso#8290);
(bnc#705241). (bnc#705241).
-------------------------------------------------------------------
Wed Jul 20 11:05:27 CEST 2011 - ddiss@suse.de
- Fix CUPS print job IDs; (bso#7288); (bnc#701257).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 14 10:26:22 UTC 2011 - lmuelle@suse.de Thu Jul 14 10:26:22 UTC 2011 - lmuelle@suse.de

View File

@ -86,7 +86,7 @@ Group: Productivity/Networking/Samba
Url: http://www.samba.org/ Url: http://www.samba.org/
AutoReqProv: on AutoReqProv: on
Version: 3.6.0 Version: 3.6.0
Release: 3 Release: 4
Provides: samba-gplv3 = %{version}-%{release} Provides: samba-gplv3 = %{version}-%{release}
Obsoletes: samba-gplv3 < %{version} Obsoletes: samba-gplv3 < %{version}
%ifarch ppc64 %ifarch ppc64
@ -184,7 +184,7 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package client %package client
@ -224,7 +224,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1020
@ -251,7 +251,7 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%endif %endif
@ -281,7 +281,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%endif %endif
@ -308,7 +308,7 @@ Authors:
-------- --------
Jeremy Allison <jra at samba dot org> Jeremy Allison <jra at samba dot org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%if %{make_utils} %if %{make_utils}
@ -330,7 +330,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%endif %endif
@ -361,7 +361,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -388,14 +388,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbclient %description -n libsmbclient
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%else %else
%description -n libsmbclient0 %description -n libsmbclient0
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%endif %endif
@ -441,7 +441,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libnetapi0 %package -n libnetapi0
@ -460,7 +460,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libnetapi-devel %package -n libnetapi-devel
@ -485,7 +485,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%if 0%{?suse_version} && 0%{?suse_version} < 1031 %if 0%{?suse_version} && 0%{?suse_version} < 1031
@ -507,14 +507,14 @@ PreReq: /sbin/ldconfig
%description -n libsmbsharemodes %description -n libsmbsharemodes
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%else %else
%description -n libsmbsharemodes0 %description -n libsmbsharemodes0
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%endif %endif
@ -551,7 +551,7 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libwbclient0 %package -n libwbclient0
@ -570,7 +570,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libwbclient-devel %package -n libwbclient-devel
@ -595,7 +595,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libtalloc2 %package -n libtalloc2
@ -604,7 +604,7 @@ Summary: Samba talloc Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: %{libtalloc_ver} Version: %{libtalloc_ver}
Release: 3 Release: 4
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%description -n libtalloc2 %description -n libtalloc2
@ -616,7 +616,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libtalloc-devel %package -n libtalloc-devel
@ -625,7 +625,7 @@ Summary: Libraries and Header Files to Develop Programs with talloc Suppo
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: %{libtalloc_ver} Version: %{libtalloc_ver}
Release: 3 Release: 4
%if 0%{?suse_version} > 1020 %if 0%{?suse_version} > 1020
BuildRequires: pkg-config BuildRequires: pkg-config
%else %else
@ -643,7 +643,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libtdb1 %package -n libtdb1
@ -652,7 +652,7 @@ Summary: Samba tdb Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: %{libtdb_ver} Version: %{libtdb_ver}
Release: 3 Release: 4
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%description -n libtdb1 %description -n libtdb1
@ -664,7 +664,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libtdb-devel %package -n libtdb-devel
@ -673,7 +673,7 @@ Summary: Libraries and Header Files to Develop Programs with tdb Support
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: %{libtdb_ver} Version: %{libtdb_ver}
Release: 3 Release: 4
#BuildRequires: pkg-config #BuildRequires: pkg-config
Requires: libtdb1 = %{libtdb_ver} Requires: libtdb1 = %{libtdb_ver}
@ -687,7 +687,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libtevent0 %package -n libtevent0
@ -696,7 +696,7 @@ Summary: Samba tevent Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: %{libtevent_ver} Version: %{libtevent_ver}
Release: 3 Release: 4
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
%description -n libtevent0 %description -n libtevent0
@ -708,7 +708,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libtevent-devel %package -n libtevent-devel
@ -717,7 +717,7 @@ Summary: Libraries and Header Files to Develop Programs with tevent Suppo
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: %{libtevent_ver} Version: %{libtevent_ver}
Release: 3 Release: 4
%if 0%{?suse_version} > 1020 %if 0%{?suse_version} > 1020
BuildRequires: pkg-config BuildRequires: pkg-config
%else %else
@ -736,7 +736,7 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libldb1 %package -n libldb1
@ -745,7 +745,7 @@ Summary: Samba ldb Library
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: %{libldb_ver} Version: %{libldb_ver}
Release: 3 Release: 4
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
BuildRequires: popt-devel BuildRequires: popt-devel
@ -759,7 +759,7 @@ Authors:
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%package -n libldb-devel %package -n libldb-devel
@ -768,7 +768,7 @@ Summary: Libraries and Header Files to Develop Programs with ldb Support
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
AutoReqProv: on AutoReqProv: on
Version: %{libldb_ver} Version: %{libldb_ver}
Release: 3 Release: 4
%if 0%{?suse_version} > 1020 %if 0%{?suse_version} > 1020
BuildRequires: pkg-config BuildRequires: pkg-config
%else %else
@ -786,7 +786,7 @@ Authors:
-------- --------
The Samba Team <samba@samba.org> The Samba Team <samba@samba.org>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%if %{make_ldapsmb} %if %{make_ldapsmb}
@ -797,7 +797,7 @@ Summary: Tool to administer Samba's LDAP backend
Group: Productivity/Networking/Samba Group: Productivity/Networking/Samba
AutoReqProv: on AutoReqProv: on
Version: 1.34b Version: 1.34b
Release: 305 Release: 306
Requires: perl-ldap Requires: perl-ldap
%description -n ldapsmb %description -n ldapsmb
@ -810,7 +810,7 @@ Authors:
-------- --------
Guenther Deschner <guenther at deschner dot de> Guenther Deschner <guenther at deschner dot de>
Source Timestamp: 2622 Source Timestamp: 2625
Branch : trunk Branch : trunk
%endif %endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:444a68e70987401082e07817beca1af11559ca194516efa5f6ef5228d3eabe36 oid sha256:3f296b09a415dfdf737a6bff3b56c139d9a06a05d70a431a07747ba2c6dd0f28
size 51460 size 51438