Update to 4.1.13.
See WHATSNEW.txt from the main tar ball or the samba.changes file for more details. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=439
This commit is contained in:
parent
1b8c40f161
commit
437027671f
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f8f00c183146c56501e1390ab043d15473d1c6d2e4e315291f785779ec57856
|
||||
size 324152
|
||||
oid sha256:41bb1cf5ba56dc5f1206657e136d6313da9bb96cd8efd5ef3765ea1eb61ed578
|
||||
size 317995
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlQNf40ACgkQbzORW2Vot+pbkQCfcvlMDSoMmZ+cU+tNqLuLlpU0
|
||||
DewAniaAX0hInAF2rhWfWpF+wYM291GV
|
||||
=QFvj
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:033604674936bf5c77d7df299b0626052b84a41505a6a6afe902f6274fc29898
|
||||
size 19521148
|
7
samba-4.1.13.tar.asc
Normal file
7
samba-4.1.13.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlREuPIACgkQbzORW2Vot+o5TwCfcwMCLyfyxlIej/d0nquPxb4A
|
||||
jhEAn1s5idCrMurhunVdcun/PKLoObvs
|
||||
=hGKt
|
||||
-----END PGP SIGNATURE-----
|
3
samba-4.1.13.tar.gz
Normal file
3
samba-4.1.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:737907f4ed3a71f6ec12638387aff7cda4764f8c2eb18deeca16e2fb7ed66c9f
|
||||
size 19523732
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 25 13:47:41 UTC 2014 - lmuelle@suse.com
|
||||
|
||||
- Update to 4.1.13.
|
||||
+ s3-libnet: Add libnet_join_get_machine_spns(); (bso#9984).
|
||||
+ s3-libnet: Make sure we do not overwrite precreated SPNs; (bso#9984).
|
||||
+ s3-libads: Add all machine account principals to the keytab; (bso#9985).
|
||||
+ s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to
|
||||
be NULL. Ensure this is safe with modern AD-DCs; (bso#10717).
|
||||
+ Fix unstrcpy; (bso#10735).
|
||||
+ pthreadpool: Slightly serialize jobs; (bso#10779).
|
||||
+ s3: smbd: streams - Ensure share mode validation ignores internal opens
|
||||
(op_mid == 0); (bso#10797).
|
||||
+ s3: smbd:open_file: Open logic fix; Use a more natural check; (bso#10809).
|
||||
+ vfs_media_harmony: Fix a crash bug; (bso#10813).
|
||||
+ docs: Mention incompatibility between kernel oplocks and streams_xattr;
|
||||
(bso#10814).
|
||||
+ nmbd: Send waiting status to systemd; (bso#10816).
|
||||
+ libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL;
|
||||
(bso#10817).
|
||||
+ nsswitch: Skip groups we were not able to map; (bso#10824).
|
||||
+ s3-winbindd: Use correct realm for trusted domains in idmap child;
|
||||
(bso#10826).
|
||||
+ s3: nmbd: Ensure the main nmbd process doesn't create zombies; (bso#10830).
|
||||
+ s3: lib: Signal handling - ensure smbrun and change password code save and
|
||||
restore existing SIGCHLD handlers; (bso#10831).
|
||||
+ idmap_rfc2307: Fix a crash after connection problem to DC; (bso#10837).
|
||||
+ s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call;
|
||||
(bso#10838).
|
||||
+ s3: smb2cli: Query info return length check was reversed; (bso#10848).
|
||||
+ registry: Don't leave dangling transactions; (bso#10860).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 10:13:03 CEST 2014 - nopower@suse.de
|
||||
|
||||
|
@ -122,7 +122,7 @@ BuildRequires: gpg-offline
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-devel
|
||||
%endif
|
||||
%define samba_ver 4.1.12
|
||||
%define samba_ver 4.1.13
|
||||
%define samba_ver_suffix %nil
|
||||
%if "%{samba_ver_suffix}" == ""
|
||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||
@ -146,11 +146,11 @@ BuildRequires: systemd-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3307
|
||||
%define SOURCE_TIMESTAMP 3312
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
Version: 4.1.12
|
||||
Version: 4.1.13
|
||||
Release: 0
|
||||
Url: http://www.samba.org/
|
||||
Provides: samba-gplv3 = %{version}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ae8f16ac6a534c8296ed71094b44f77f1acc424c2f81e612ddd5ba36c6404c5
|
||||
size 54340
|
||||
oid sha256:d5cbb66c5d09b5f8b6847343f953912d02eb1897926dd9888b2b71d86aacb5e9
|
||||
size 54442
|
||||
|
Loading…
Reference in New Issue
Block a user