From 15cae8dc50a4fabf6b2f784298caccf4aa371d8c4aff9891eefab561fa5e028a Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Fri, 6 Dec 2013 14:10:17 +0000 Subject: [PATCH 1/4] - Add transparent file compression support; (fate#316266). + Implement FSCTL_GET_COMPRESSION and FSCTL_SET_COMPRESSION handlers. + Add FILE_ATTRIBUTE_COMPRESSED and FILE_NO_COMPRESSION support. + Extend vfs_btrfs VFS module to utilize get/set compression hooks. - Add support for FSCTL_SRV_COPYCHUNK_WRITE; (fate#314770). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=352 --- patches.tar.bz2 | 4 ++-- samba.changes | 13 +++++++++++++ samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index e8de73b..308b21a 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:10718a6e6c72048be61754c9526663e9dca9f706e6d53fc8aa418fab1fb679b9 -size 25656 +oid sha256:c77c56ca45a8789a5b08687ff8b0168da1419433224a3051cc972826f4b7af4d +size 45182 diff --git a/samba.changes b/samba.changes index 6b9be65..8ff81af 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Dec 5 19:22:47 UTC 2013 - ddiss@suse.com + +- Add transparent file compression support; (fate#316266). + + Implement FSCTL_GET_COMPRESSION and FSCTL_SET_COMPRESSION handlers. + + Add FILE_ATTRIBUTE_COMPRESSED and FILE_NO_COMPRESSION support. + + Extend vfs_btrfs VFS module to utilize get/set compression hooks. + +------------------------------------------------------------------- +Thu Dec 5 17:03:34 UTC 2013 - ddiss@suse.com + +- Add support for FSCTL_SRV_COPYCHUNK_WRITE; (fate#314770). + ------------------------------------------------------------------- Mon Dec 2 15:50:56 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index 6dbe0c9..b4ff2f4 100644 --- a/samba.spec +++ b/samba.spec @@ -136,7 +136,7 @@ BuildRequires: systemd %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3124 +%define SOURCE_TIMESTAMP 3125 %define BRANCH %{version} %global with_mitkrb5 1 %global with_dc 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index eb4dbf0..e7f8859 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:a58172ee44968459570b43e02942adc37121e8aa7a6537d5d8dd0381377e30fa -size 53919 +oid sha256:d864366f95e5e429a70c6bed3f36068fe60fef716593ef714eae105ff2557aac +size 53885 From b94dd03db33039627b43e6c0e3223d275f2dd38b55839c772dc8cd9fd4e97094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Fri, 6 Dec 2013 16:41:22 +0000 Subject: [PATCH 2/4] Make use of the full gpg pub key file name including the key ID. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=353 --- patches.tar.bz2 | 4 ++-- samba-pubkey.asc => samba-pubkey_6568B7EA.asc | 0 samba.changes | 5 +++++ samba.spec | 4 ++-- vendor-files.tar.bz2 | 4 ++-- 5 files changed, 11 insertions(+), 6 deletions(-) rename samba-pubkey.asc => samba-pubkey_6568B7EA.asc (100%) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 308b21a..6ea8ab2 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c77c56ca45a8789a5b08687ff8b0168da1419433224a3051cc972826f4b7af4d -size 45182 +oid sha256:e2c782bb1c7f56ce858eba364f4c22ff37903da8224683b55f8df305f80c99c7 +size 44947 diff --git a/samba-pubkey.asc b/samba-pubkey_6568B7EA.asc similarity index 100% rename from samba-pubkey.asc rename to samba-pubkey_6568B7EA.asc diff --git a/samba.changes b/samba.changes index 8ff81af..75980bc 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 6 16:25:59 UTC 2013 - lmuelle@suse.com + +- Make use of the full gpg pub key file name including the key ID. + ------------------------------------------------------------------- Thu Dec 5 19:22:47 UTC 2013 - ddiss@suse.com diff --git a/samba.spec b/samba.spec index b4ff2f4..042e74b 100644 --- a/samba.spec +++ b/samba.spec @@ -136,7 +136,7 @@ BuildRequires: systemd %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3125 +%define SOURCE_TIMESTAMP 3126 %define BRANCH %{version} %global with_mitkrb5 1 %global with_dc 0 @@ -159,7 +159,7 @@ Recommends: logrotate Summary: A SMB/CIFS File, Print, and Authentication Server Source: %{samba_source_location} Source5: %{samba_source_signature_location} -Source6: http://www.samba.org/samba/ftp/samba-pubkey.asc +Source6: http://www.samba.org/samba/ftp/samba-pubkey_6568B7EA.asc Source1: vendor-files.tar.bz2 Source2: patches.tar.bz2 Source4: baselibs.conf diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index e7f8859..5678736 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:d864366f95e5e429a70c6bed3f36068fe60fef716593ef714eae105ff2557aac -size 53885 +oid sha256:edf69145dee31c4d1e811a059660ad8ff2d2f535fd101c92628b127b73ada856 +size 54007 From e8e4f9aa268f48dca339f389e62a4d7cb51ff492ebd77abef533a6d3e25a3e2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 9 Dec 2013 13:14:51 +0000 Subject: [PATCH 3/4] - Update to 4.1.3. + DCE-RPC fragment length field is incorrectly checked; CVE-2013-4408; (bnc#844720). + pam_winbind login without require_membership_of restrictions; CVE-2012-6150; (bnc#853347). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=354 --- patches.tar.bz2 | 4 ++-- samba-4.1.2.tar.gz | 3 --- samba-4.1.2.tar.asc => samba-4.1.3.tar.asc | 6 +++--- samba-4.1.3.tar.gz | 3 +++ samba.changes | 9 +++++++++ samba.spec | 4 ++-- vendor-files.tar.bz2 | 4 ++-- 7 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 samba-4.1.2.tar.gz rename samba-4.1.2.tar.asc => samba-4.1.3.tar.asc (50%) create mode 100644 samba-4.1.3.tar.gz diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 6ea8ab2..779d0c6 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2c782bb1c7f56ce858eba364f4c22ff37903da8224683b55f8df305f80c99c7 -size 44947 +oid sha256:19fcf09c27b3d8e7d60c48e90ba73838df002045823eaa3d23804be88a7a4530 +size 44906 diff --git a/samba-4.1.2.tar.gz b/samba-4.1.2.tar.gz deleted file mode 100644 index f919d68..0000000 --- a/samba-4.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8883b6ada2a3dafc7b238b043c333004910e4d4bdb207fc8734646ee8b1b042 -size 23154809 diff --git a/samba-4.1.2.tar.asc b/samba-4.1.3.tar.asc similarity index 50% rename from samba-4.1.2.tar.asc rename to samba-4.1.3.tar.asc index 26c87b8..e4e3f86 100644 --- a/samba-4.1.2.tar.asc +++ b/samba-4.1.3.tar.asc @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) -iD8DBQBSjd/KbzORW2Vot+oRApCFAJ4gI4yyrxHL3E42H87ebFv+mgTIBQCgu5lq -zzw43MQ6yB1CgWLQx2Bw5hg= -=63p7 +iD8DBQBSohxebzORW2Vot+oRArlMAKCpy3Q89zh5+0NgkRCPZZJm9JpqygCdElz+ +lBN5bia7y0sqvBtZuLMinC0= +=FoPj -----END PGP SIGNATURE----- diff --git a/samba-4.1.3.tar.gz b/samba-4.1.3.tar.gz new file mode 100644 index 0000000..8842976 --- /dev/null +++ b/samba-4.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71da208d412b8d15ee26d2a76b2247df357242177d995fe5d9320355432e24db +size 23161646 diff --git a/samba.changes b/samba.changes index 75980bc..522d0d6 100644 --- a/samba.changes +++ b/samba.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 9 10:48:06 UTC 2013 - lmuelle@suse.com + +- Update to 4.1.3. + + DCE-RPC fragment length field is incorrectly checked; CVE-2013-4408; + (bnc#844720). + + pam_winbind login without require_membership_of restrictions; + CVE-2012-6150; (bnc#853347). + ------------------------------------------------------------------- Fri Dec 6 16:25:59 UTC 2013 - lmuelle@suse.com diff --git a/samba.spec b/samba.spec index 042e74b..c018e4e 100644 --- a/samba.spec +++ b/samba.spec @@ -109,7 +109,7 @@ BuildRequires: libxslt-tools BuildRequires: gpg-offline BuildRequires: systemd %endif -%define samba_ver 4.1.2 +%define samba_ver 4.1.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 @@ -141,7 +141,7 @@ BuildRequires: systemd %global with_mitkrb5 1 %global with_dc 0 %global with_get_printing_ticket 0 -Version: 4.1.2 +Version: 4.1.3 Release: 0 License: GPL-3.0+ Url: http://www.samba.org/ diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index 5678736..a0f68ba 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:edf69145dee31c4d1e811a059660ad8ff2d2f535fd101c92628b127b73ada856 -size 54007 +oid sha256:e676746b21de95962be8051bd257d2a1af68cfe26758627b94e4189bd865ff10 +size 53907 From 041bcb9fefec09203e8374e2174320a67dbf69a9b51167f05b17dcb05d218388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Mon, 9 Dec 2013 13:30:20 +0000 Subject: [PATCH 4/4] Update source timestamp. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=355 --- patches.tar.bz2 | 4 ++-- samba.spec | 2 +- vendor-files.tar.bz2 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/patches.tar.bz2 b/patches.tar.bz2 index 779d0c6..7f99dcb 100644 --- a/patches.tar.bz2 +++ b/patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19fcf09c27b3d8e7d60c48e90ba73838df002045823eaa3d23804be88a7a4530 -size 44906 +oid sha256:0a1299208233c4a042fd3597813c2779cb9438aa1e6871b6861b3237926f0f52 +size 44943 diff --git a/samba.spec b/samba.spec index c018e4e..108aca7 100644 --- a/samba.spec +++ b/samba.spec @@ -136,7 +136,7 @@ BuildRequires: systemd %else %define build_make_smp_mflags %{?jobs:-j%jobs} %endif -%define SOURCE_TIMESTAMP 3126 +%define SOURCE_TIMESTAMP 3127 %define BRANCH %{version} %global with_mitkrb5 1 %global with_dc 0 diff --git a/vendor-files.tar.bz2 b/vendor-files.tar.bz2 index a0f68ba..f00975b 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:e676746b21de95962be8051bd257d2a1af68cfe26758627b94e4189bd865ff10 -size 53907 +oid sha256:abece6eb7e540eadc8e6d8855c9f0986a11eb12bd5c2a7f0626f3545642dce9d +size 53887