Accepting request 244187 from network:samba:STABLE
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/244187 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=167
This commit is contained in:
commit
c9fd2112d2
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:76c9513a13add84281371545dd86fa3d3f1694d18eb3c2ba92ebc20773f77f68
|
oid sha256:b1d7aef655bfcf783d078f8dc200c676a435dc91f54b96f519cd61745d141908
|
||||||
size 278706
|
size 280856
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAlPV/M8ACgkQbzORW2Vot+pvVACfem/PeNo4Fwa6RsD4PC8Pe+n9
|
|
||||||
yloAnRAeBmfMocFwM5WC09FPmbTcCsyX
|
|
||||||
=eM9N
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3404f0004f6ed20be7de38aae05e46c7828c53437ae4c015567aeff2988f8675
|
|
||||||
size 19510997
|
|
7
samba-4.1.11.tar.asc
Normal file
7
samba-4.1.11.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlPaPr0ACgkQbzORW2Vot+pTpgCgonGsTFo5cw+4C2nIbhkrxG0s
|
||||||
|
CwMAoLrNdPvJQy33Bs5KNtg0M7YVILdI
|
||||||
|
=6InX
|
||||||
|
-----END PGP SIGNATURE-----
|
3
samba-4.1.11.tar.gz
Normal file
3
samba-4.1.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:565e663a28eb785e00b0df3086319bb0b328ed2b1b8765c3d962757d3897ecfe
|
||||||
|
size 19510128
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 1 16:34:44 UTC 2014 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Fix winbind service parameter usage; (bnc#890005).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 1 13:47:57 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- lib/param: change the default for "winbind expand groups" to "0";
|
||||||
|
(bnc#890008).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 1 13:42:19 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 4.1.11.
|
||||||
|
+ A malicious browser can send packets that may overwrite the heap of the
|
||||||
|
target nmbd NetBIOS name services daemon; CVE-2014-3560; (bnc#889429).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 30 11:39:30 UTC 2014 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Fix "net time" segfault; (bso#10728); (bnc#889539).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 28 10:12:04 UTC 2014 - lmuelle@suse.com
|
Mon Jul 28 10:12:04 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ BuildRequires: gpg-offline
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 4.1.10
|
%define samba_ver 4.1.11
|
||||||
%define samba_ver_suffix %nil
|
%define samba_ver_suffix %nil
|
||||||
%if "%{samba_ver_suffix}" == ""
|
%if "%{samba_ver_suffix}" == ""
|
||||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||||
@ -148,11 +148,11 @@ BuildRequires: systemd-devel
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3266
|
%define SOURCE_TIMESTAMP 3274
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
Version: 4.1.10
|
Version: 4.1.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
Provides: samba-gplv3 = %{version}
|
Provides: samba-gplv3 = %{version}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e5a4080e7b16e5fa906252ef1755c3c383991c48cf29f539799b1eca4385ceb7
|
oid sha256:07e26efe1f46b9dd9cd561516465f7b79f85f07589d709f647c740cd58dfd0a1
|
||||||
size 54622
|
size 54734
|
||||||
|
Loading…
Reference in New Issue
Block a user