From 70773167e9a073161f8081a3ec5b38c51f53181467a2d7d426d1fb8029d19166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 14 Jul 2015 13:28:32 +0000 Subject: [PATCH] Update to 4.2.3. Check WHATSNEW.txt from the main tar ball, the web page, or the samba package change log for a detailed list of changes. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=478 --- patches.tar.bz2 | 4 ++-- samba-4.2.2.tar.asc | 7 ------ samba-4.2.2.tar.gz | 3 --- samba-4.2.3.tar.asc | 7 ++++++ samba-4.2.3.tar.gz | 3 +++ samba.changes | 56 +++++++++++++++++++++++++++++++++++++++++++- samba.spec | 6 ++--- vendor-files.tar.bz2 | 4 ++-- 8 files changed, 72 insertions(+), 18 deletions(-) delete mode 100644 samba-4.2.2.tar.asc delete mode 100644 samba-4.2.2.tar.gz create mode 100644 samba-4.2.3.tar.asc create mode 100644 samba-4.2.3.tar.gz diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 9b72510..eac6f9b 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e80de9adc9fe44cc078b2a6bc0224533ef682a46589d794cb364551c70a57a98 -size 103964 +oid sha256:284a4692f4c3f278e0cc80835632158dcf86534abecbc052ca74e18c88bd2545 +size 103304 diff --git a/samba-4.2.2.tar.asc b/samba-4.2.2.tar.asc deleted file mode 100644 index 2f30907..0000000 --- a/samba-4.2.2.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAlVmH9cACgkQbzORW2Vot+o7OgCfQ8OgyTXnQoIChaSSO1QYVYw+ -RGoAoKA2IWpm8eIDv4C9/9cRw1qUp5aZ -=z9vN ------END PGP SIGNATURE----- diff --git a/samba-4.2.2.tar.gz b/samba-4.2.2.tar.gz deleted file mode 100644 index 6868997..0000000 --- a/samba-4.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27d6c69dc3afee38fd28051001d2d4bdae38c567612a9ec6477bb5567e2abc1e -size 20708020 diff --git a/samba-4.2.3.tar.asc b/samba-4.2.3.tar.asc new file mode 100644 index 0000000..7c81ec7 --- /dev/null +++ b/samba-4.2.3.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlWk6BUACgkQbzORW2Vot+oeSQCgtr4KA5O3k/umsnKBYakvTKaI +pjUAn3hXDVcDsncDNHPYFR7U7ELyDX4C +=/88j +-----END PGP SIGNATURE----- diff --git a/samba-4.2.3.tar.gz b/samba-4.2.3.tar.gz new file mode 100644 index 0000000..77dbe65 --- /dev/null +++ b/samba-4.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dfa5ae4818d891ee2fcff04a5912f4a4fb2394b4f5e66a2a15b428da094c7c +size 20721283 diff --git a/samba.changes b/samba.changes index ae95a8d..079e592 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Tue Jul 14 11:33:07 UTC 2015 - lmuelle@suse.com + +- Update to 4.2.3. + + s4:lib/tls: Fix build with gnutls 3.4; (bso#8780). + + s4.2/fsmo.py: Fixed fsmo transfer exception; (bso#10924). + + winbindd: Sync secrets.ldb into secrets.tdb on startup; (bso#10991). + + Logon via MS Remote Desktop hangs; (bso#11061). + + s3: lib: util: Ensure we read a hex number as %x, not %u; (bso#11068). + + tevent: Add a note to tevent_add_fd(); (bso#11141). + + s3:param/loadparm: Fix 'testparm --show-all-parameters'; (bso#11170). + + s3-unix_msg: Remove socket file after closing socket fd; (bso#11217). + + smbd: Fix a use-after-free; (bso#11218); (bnc#919309). + + s3-rpc_server: Fix rpc_create_tcpip_sockets() processing of interfaces; + (bso#11245). + + s3:smb2: Add padding to last command in compound requests; (bso#11277). + + Add IPv6 support to ADS client side LDAP connects; (bso#11281). + + Add IPv6 support for determining FQDN during ADS join; (bso#11282). + + s3: IPv6 enabled DNS connections for ADS client; (bso#11283). + + Fix invalid write in ctdb_lock_context_destructor; (bso#11293). + + Excessive cli_resolve_path() usage can slow down transmission; (bso#11295). + + vfs_fruit: Add option "veto_appledouble"; (bso#11305). + + tstream: Make socketpair nonblocking; (bso#11312). + + idmap_rfc2307: Fix wbinfo '--gid-to-sid' query; (bso#11313). + + Group creation: Add msSFU30Name only when --nis-domain was given; + (bso#11315). + + tevent_fd needs to be destroyed before closing the fd; (bso#11316). + + Build fails on Solaris 11 with "‘PTHREAD_MUTEX_ROBUST’ undeclared"; + (bso#11319). + + smbd/trans2: Add a useful diagnostic for files with bad encoding; + (bso#11323). + + Change sharesec output back to previous format; (bso#11324). + + Robust mutex support broken in 1.3.5; (bso#11326). + + Kerberos auth info3 should contain resource group ids available from + pac_logon; winbindd: winbindd_raw_kerberos_login - ensure logon_info + exists in PAC; (bso#11328); (bnc#912457). + + s3:smb2_setinfo: Fix memory leak in the defer_rename case; (bso#11329). + + tevent: Fix CID 1035381 Unchecked return value; (bso#11330). + + tdb: Fix CID 1034842 and 1034841 Resource leaks; (bso#11331). + + s3: smbd: Use separate flag to track become_root()/unbecome_root() state; + (bso#11339). + + s3: smbd: Codenomicon crash in do_smb_load_module(); (bso#11342). + + pidl: Make the compilation of PIDL producing the same results if the + content hasn't change; (bso#11356). + + winbindd: Disconnect child process if request is cancelled at main + process; (bso#11358). + + vfs_fruit: Check offset and length for AFP_AfpInfo read requests; + (bso#11363). + + docs: Overhaul the description of "smb encrypt" to include SMB3 + encryption; (bso#11366). + + s3:auth_domain: Fix talloc problem in connect_to_domain_password_server(); + (bso#11367). + + ncacn_http: Fix GNUism; (bso#11371). + ------------------------------------------------------------------- Sun Jul 5 10:54:29 UTC 2015 - tchvatal@suse.com @@ -292,7 +346,7 @@ Sun Mar 1 13:32:41 UTC 2015 - lmuelle@suse.com ------------------------------------------------------------------- Tue Feb 24 16:52:36 UTC 2015 - nopower@suse.com -- Fix usage of freed memory on server exit; (bnc#919309). +- Fix usage of freed memory on server exit; (bso#11218); (bnc#919309). ------------------------------------------------------------------- Tue Feb 24 16:23:16 UTC 2015 - ddiss@suse.com diff --git a/samba.spec b/samba.spec index a2a25d2..961270d 100644 --- a/samba.spec +++ b/samba.spec @@ -123,7 +123,7 @@ BuildRequires: libavahi-devel BuildRequires: systemd BuildRequires: systemd-devel %endif -%define samba_ver 4.2.2 +%define samba_ver 4.2.3 %define samba_ver_suffix %nil %if "%{samba_ver_suffix}" == "" %define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz @@ -145,11 +145,11 @@ BuildRequires: systemd-devel %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3442 +%define SOURCE_TIMESTAMP 3443 %define BRANCH %{version} %global with_mitkrb5 1 %global with_dc 0 -Version: 4.2.2 +Version: 4.2.3 Release: 0 Url: http://www.samba.org/ Provides: samba-gplv3 = %{version} diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 222d6e0..4a15b89 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:07061973d75765a3fe4fbbe2c35b5c227578237d2b2daeaf45af0e70bbc2754e -size 52853 +oid sha256:c74b11e36d2b84c03fb144ccda58cf3ae8f55bb831b4f6a47cefff1af10f89de +size 52843