forked from pool/samba
- Update to 4.2.1.
Check WHATSNEW.txt from the main tar ball, the web page, or the samba package change log for a detailed list of changes. - Prevent samba package updates from disabling samba kerberos printing. - Purge printer name cache on spoolss SetPrinter change; (bso#11210); (bnc#901813). OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=461
This commit is contained in:
parent
4eb58754d2
commit
d300fc003c
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ab5537bb6d69894c1bcd8038a85d703eb13ec12809419cdfa0957b3459c348d
|
||||
size 104193
|
||||
oid sha256:e546e49be077b61b88e2aa88c91c3eaad8dc859a0f1672afb87a838a7ddbfef1
|
||||
size 103790
|
||||
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlT3YnAACgkQbzORW2Vot+q1SACfcI+5whPJ5jPwMV2lNMJILZbp
|
||||
p1EAoK90ECwS9PtnskIsXm9jprNkhJMC
|
||||
=EFxp
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66a6057815a971fee64fbe936ff6cbad542421a4bd52cba8d8d41afc9abc490f
|
||||
size 20682204
|
7
samba-4.2.1.tar.asc
Normal file
7
samba-4.2.1.tar.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iEYEABECAAYFAlUup4MACgkQbzORW2Vot+obkgCffvK5FUhnuYVSa+xke4gppTkW
|
||||
aMgAn3rjyLofe55IX5xkHrZX5iWypB02
|
||||
=ngCD
|
||||
-----END PGP SIGNATURE-----
|
3
samba-4.2.1.tar.gz
Normal file
3
samba-4.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37eaa239c116dc2c22c29c5a2931eb178ed22e48b594687247446703119b4ac3
|
||||
size 20701467
|
@ -1,8 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 11:32:55 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
- Update to 4.2.1.
|
||||
+ s3:winbind:grent: Don't stop group enumeration when a group has no gid;
|
||||
(bso#8905).
|
||||
+ Initialize dwFlags field of DNS_RPC_NODE structure; (bso#9791).
|
||||
+ s3: lib: ntlmssp: If NTLMSSP_NEGOTIATE_TARGET_INFO isn't set, cope with
|
||||
servers that don't send the 2 unused fields; (bso#10016).
|
||||
+ build:wafadmin: Fix use of spaces instead of tabs; (bso#10476).
|
||||
+ waf: Fix the build on openbsd; (bso#10476).
|
||||
+ s3: client: "client use spnego principal = yes" code checks wrong name;
|
||||
(bso#10888).
|
||||
+ spoolss: Retrieve published printer GUID if not in registry; (bso#11018).
|
||||
+ s3: lib: libsmbclient: If reusing a server struct, check every cli->timout
|
||||
miliseconds if it's still valid before use; (bso#11079).
|
||||
+ vfs_fruit: Enhance handling of malformed AppleDouble files; (bso#11125).
|
||||
+ backupkey: Explicitly link to gnutls and gcrypt; (bso#11135).
|
||||
+ replace: Remove superfluous check for gcrypt header; (bso#11135).
|
||||
+ Backport subunit changes; (bso#11137).
|
||||
+ libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with
|
||||
implementation; (bso#11140).
|
||||
+ s3-winbind: Fix cached user group lookup of trusted domains; (bso#11143).
|
||||
+ talloc: Version 2.1.2; (bso#11144).
|
||||
+ Update libwbclient version to 0.12; (bso#11149).
|
||||
+ brlock: Use 0 instead of empty initializer list; (bso#11153).
|
||||
+ s4:auth/gensec_gssapi: Let gensec_gssapi_update() return
|
||||
NT_STATUS_LOGON_FAILURE for unknown errors; (bso#11164).
|
||||
+ docs/idmap_rid: Remove deprecated base_rid from example; (bso#11169);
|
||||
(bnc#913304).
|
||||
+ s3: libcli: smb1: Ensure we correctly finish a tevent req if the writev
|
||||
fails in the SMB1 case; (bso#11173).
|
||||
+ backupkey: Use ndr_pull_struct_blob_all(); (bso#11174).
|
||||
+ Fix lots of winbindd zombie processes on Solaris platform; (bso#11175).
|
||||
+ s3: libsmbclient: Add missing talloc stackframe; (bso#11177).
|
||||
+ s4-process_model: Do not close random fds while forking; (bso#11180).
|
||||
+ s3-passdb: Fix 'force user' with winbind default domain; (bso#11185).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 10:20:52 UTC 2015 - lmuelle@suse.com
|
||||
|
||||
- Prevent samba package updates from disabling samba kerberos printing.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 12:02:25 UTC 2015 - noel.power@suse.com
|
||||
|
||||
- Add sparse file support for samba; (fate#318424).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 31 23:21:12 UTC 2015 - ddiss@suse.com
|
||||
|
||||
- Purge printer name cache on spoolss SetPrinter change; (bso#11210);
|
||||
(bnc#901813).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 13:21:43 UTC 2015 - ddiss@suse.com
|
||||
|
||||
|
13
samba.spec
13
samba.spec
@ -121,7 +121,7 @@ BuildRequires: libavahi-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-devel
|
||||
%endif
|
||||
%define samba_ver 4.2.0
|
||||
%define samba_ver 4.2.1
|
||||
%define samba_ver_suffix %nil
|
||||
%if "%{samba_ver_suffix}" == ""
|
||||
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
|
||||
@ -143,11 +143,11 @@ BuildRequires: systemd-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 3396
|
||||
%define SOURCE_TIMESTAMP 3400
|
||||
%define BRANCH %{version}
|
||||
%global with_mitkrb5 1
|
||||
%global with_dc 0
|
||||
Version: 4.2.0
|
||||
Version: 4.2.1
|
||||
Release: 0
|
||||
Url: http://www.samba.org/
|
||||
Provides: samba-gplv3 = %{version}
|
||||
@ -1384,7 +1384,7 @@ for file in winbindd.h winbindd_proto.h; do
|
||||
done
|
||||
# cups SMB support
|
||||
mkdir -p %{buildroot}/%{cups_lib_dir}/backend/
|
||||
ln -s %{_bindir}/smbspool %{buildroot}/%{cups_lib_dir}/backend/smb
|
||||
touch %{buildroot}/%{cups_lib_dir}/backend/smb
|
||||
# pam_smbpass is missing
|
||||
cp -a source3/pam_smbpass/samples examples/pam_smbpass
|
||||
install -m 0644 source3/pam_smbpass/CHANGELOG examples/pam_smbpass/CHANGELOG
|
||||
@ -1510,6 +1510,9 @@ if [ ${1:-0} -gt 1 -a -f /var/adm/backup/etc_samba_smbfstab-move ]; then
|
||||
fi
|
||||
fi
|
||||
%endif
|
||||
if ! test -e %{_bindir}/get_printing_ticket; then
|
||||
ln -fs %{_bindir}/smbspool %{cups_lib_dir}/backend/smb
|
||||
fi
|
||||
%if 0%{?suse_version} > 1220
|
||||
%{fillup_only -ans samba client}
|
||||
%endif
|
||||
@ -1797,7 +1800,7 @@ fi
|
||||
%{_bindir}/testparm
|
||||
%dir %{cups_lib_dir}
|
||||
%dir %{cups_lib_dir}/backend
|
||||
%{cups_lib_dir}/backend/smb
|
||||
%ghost %{cups_lib_dir}/backend/smb
|
||||
%{_libdir}/libnss_wins.so.*
|
||||
%dir %{_libdir}/samba
|
||||
%{_libdir}/samba/charset
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acec56bfb63e09ed3cf709c724ea14916e53f37f8f43612c88221fc1c373aeb8
|
||||
size 54362
|
||||
oid sha256:1e216db3228a520c8491727319c8ffb5c92a47813f0b97131308ecdd43346661
|
||||
size 52927
|
||||
|
Loading…
Reference in New Issue
Block a user