Accepting request 210027 from network:samba:STABLE

- 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).

- Make use of the full gpg pub key file name including the key ID.

- 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/request/show/210027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=148
This commit is contained in:
Stephan Kulow 2013-12-09 18:18:15 +00:00 committed by Git OBS Bridge
commit 410e3453af
8 changed files with 41 additions and 14 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10718a6e6c72048be61754c9526663e9dca9f706e6d53fc8aa418fab1fb679b9
size 25656
oid sha256:0a1299208233c4a042fd3597813c2779cb9438aa1e6871b6861b3237926f0f52
size 44943

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8883b6ada2a3dafc7b238b043c333004910e4d4bdb207fc8734646ee8b1b042
size 23154809

View File

@ -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-----

3
samba-4.1.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71da208d412b8d15ee26d2a76b2247df357242177d995fe5d9320355432e24db
size 23161646

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
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
- 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
- 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

View File

@ -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
@ -136,12 +136,12 @@ BuildRequires: systemd
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3124
%define SOURCE_TIMESTAMP 3127
%define BRANCH %{version}
%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/
@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a58172ee44968459570b43e02942adc37121e8aa7a6537d5d8dd0381377e30fa
size 53919
oid sha256:abece6eb7e540eadc8e6d8855c9f0986a11eb12bd5c2a7f0626f3545642dce9d
size 53887