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:
commit
410e3453af
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:10718a6e6c72048be61754c9526663e9dca9f706e6d53fc8aa418fab1fb679b9
|
oid sha256:0a1299208233c4a042fd3597813c2779cb9438aa1e6871b6861b3237926f0f52
|
||||||
size 25656
|
size 44943
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8883b6ada2a3dafc7b238b043c333004910e4d4bdb207fc8734646ee8b1b042
|
|
||||||
size 23154809
|
|
@ -1,7 +1,7 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
-----BEGIN PGP SIGNATURE-----
|
||||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
iD8DBQBSjd/KbzORW2Vot+oRApCFAJ4gI4yyrxHL3E42H87ebFv+mgTIBQCgu5lq
|
iD8DBQBSohxebzORW2Vot+oRArlMAKCpy3Q89zh5+0NgkRCPZZJm9JpqygCdElz+
|
||||||
zzw43MQ6yB1CgWLQx2Bw5hg=
|
lBN5bia7y0sqvBtZuLMinC0=
|
||||||
=63p7
|
=FoPj
|
||||||
-----END PGP SIGNATURE-----
|
-----END PGP SIGNATURE-----
|
3
samba-4.1.3.tar.gz
Normal file
3
samba-4.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:71da208d412b8d15ee26d2a76b2247df357242177d995fe5d9320355432e24db
|
||||||
|
size 23161646
|
@ -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
|
Mon Dec 2 15:50:56 UTC 2013 - lmuelle@suse.com
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ BuildRequires: libxslt-tools
|
|||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 4.1.2
|
%define samba_ver 4.1.3
|
||||||
%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
|
||||||
@ -136,12 +136,12 @@ BuildRequires: systemd
|
|||||||
%else
|
%else
|
||||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||||
%endif
|
%endif
|
||||||
%define SOURCE_TIMESTAMP 3124
|
%define SOURCE_TIMESTAMP 3127
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
%global with_get_printing_ticket 0
|
%global with_get_printing_ticket 0
|
||||||
Version: 4.1.2
|
Version: 4.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
@ -159,7 +159,7 @@ Recommends: logrotate
|
|||||||
Summary: A SMB/CIFS File, Print, and Authentication Server
|
Summary: A SMB/CIFS File, Print, and Authentication Server
|
||||||
Source: %{samba_source_location}
|
Source: %{samba_source_location}
|
||||||
Source5: %{samba_source_signature_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
|
Source1: vendor-files.tar.bz2
|
||||||
Source2: patches.tar.bz2
|
Source2: patches.tar.bz2
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a58172ee44968459570b43e02942adc37121e8aa7a6537d5d8dd0381377e30fa
|
oid sha256:abece6eb7e540eadc8e6d8855c9f0986a11eb12bd5c2a7f0626f3545642dce9d
|
||||||
size 53919
|
size 53887
|
||||||
|
Loading…
Reference in New Issue
Block a user