forked from pool/samba
Update to 4.1.7.
See WHATSNEW.txt from the main tar ball or the samba.changes file for more details. OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=404
This commit is contained in:
parent
48ea985eff
commit
62f6ec65de
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:81a1930ff03756652068b69829028f85cf2e6020349cf6ec33f91d5f468a8788
|
oid sha256:aefbe81c7f7752c56726fe3057f35eaa69b652b3b64167db8d1f1622ecc3edf9
|
||||||
size 285534
|
size 275745
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlMe+FYACgkQbzORW2Vot+qW8gCgjsPfEKKZ6HYlyH0tErAUCTjU
|
|
||||||
wSUAnAou9AL9jlZ3C99q0KTi69Z5tkJU
|
|
||||||
=aw1W
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6d3b25cb70acbd75352e1a6039093689ded373f6ac755c207635416786532e6b
|
|
||||||
size 23177462
|
|
7
samba-4.1.7.tar.asc
Normal file
7
samba-4.1.7.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||||
|
|
||||||
|
iEYEABECAAYFAlNPlWYACgkQbzORW2Vot+qcJwCaAr3f56pi9qvBWCqXJJSexcCy
|
||||||
|
EHgAoLiQByNlsPcvCRlfHmIA4MeKufnh
|
||||||
|
=px79
|
||||||
|
-----END PGP SIGNATURE-----
|
3
samba-4.1.7.tar.gz
Normal file
3
samba-4.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:15a0ccc2fd90166c4231574f4f1a1229769be2cc4da7af9c16304e8659529d89
|
||||||
|
size 23187644
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 17 15:44:30 UTC 2014 - lmuelle@suse.com
|
||||||
|
|
||||||
|
- Update to 4.1.7.
|
||||||
|
+ Make "force user" work as expected; (bso#9878).
|
||||||
|
+ Fix build on AIX with IBM XL C/C++ (gettext detection issues); (bso#9911).
|
||||||
|
+ Fix problem with server taking too long to respond to a
|
||||||
|
MSG_PRINTER_DRVUPGRADE message; (bso#9942).
|
||||||
|
+ s3-printing: Fix obvious memory leak in printer_list_get_printer();
|
||||||
|
(bso#9993).
|
||||||
|
+ doc: Add "spoolss: architecture" parameter usage; (bso#10188).
|
||||||
|
+ Make 'smbclient' support DFS shares with SMB2/3; (bso#10200).
|
||||||
|
+ Make (lib)smbclient work with NetApp; (bso#10230).
|
||||||
|
+ SessionLogoff on a signed connection with an outstanding notify request
|
||||||
|
crashes smbd; (bso#10344).
|
||||||
|
+ dfs: Always call create_conn_struct with root privileges; (bso#10378).
|
||||||
|
+ 'net ads search' on high latency networks can return a partial list with
|
||||||
|
no error indication; (bso#10387).
|
||||||
|
+ max xmit > 64kb leads to segmentation fault; (bso#10422).
|
||||||
|
+ Fix STATUS_NO_MEMORY response from Query File Posix Lock request;
|
||||||
|
(bso#10431).
|
||||||
|
+ Increase max netbios name components; (bso#10439).
|
||||||
|
+ smbd_server_connection_terminate("CTDB_SRVID_RELEASE_IP") panics from
|
||||||
|
within ctdbd_migrate() with invalid lock_order; (bso#10444).
|
||||||
|
+ Fix 'wbinfo -i' with one-way trust; (bso#10458).
|
||||||
|
+ samba4 services not binding on IPv6 addresses causing connection delays;
|
||||||
|
(bso#10464).
|
||||||
|
+ s3-vfs: Fix stream_depot vfs module on btrfs; (bso#10467).
|
||||||
|
+ Don't respond with NXDOMAIN to records that exist with another type;
|
||||||
|
(bso#10471).
|
||||||
|
+ pidl: waf should have an option for the dir to install perl files and do
|
||||||
|
not glob; (bso#10472).
|
||||||
|
+ s3-spoolssd: Don't register spoolssd if epmd is not running; (bso#10474).
|
||||||
|
+ s3-rpc_server: Fix handling of fragmented rpc requests; (bso#10481).
|
||||||
|
+ Initial FSRVP rpcclient requests fail with NT_STATUS_PIPE_NOT_AVAILABLE;
|
||||||
|
(bso#10484).
|
||||||
|
+ lsa.idl: Define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord
|
||||||
|
as public structs; (bso#10504).
|
||||||
|
+ Make 'smbreadline' build with readline 6.3; (bso#10506).
|
||||||
|
+ smbd: Correctly add remote users into local groups; (bso#10508).
|
||||||
|
+ rpcclient FSRVP request UNCs should include a trailing backslash;
|
||||||
|
(bso#10521).
|
||||||
|
+ Cleanup messages.tdb record after unclean smbd shutdown; (bso#10534).
|
||||||
|
+ s3:rpc_server: Minor refactoring of process_request_pdu().
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 15 15:03:27 UTC 2014 - ddiss@suse.com
|
Tue Apr 15 15:03:27 UTC 2014 - ddiss@suse.com
|
||||||
|
|
||||||
|
15
samba.spec
15
samba.spec
@ -117,7 +117,7 @@ BuildRequires: dbus-1-devel
|
|||||||
BuildRequires: gpg-offline
|
BuildRequires: gpg-offline
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
%endif
|
%endif
|
||||||
%define samba_ver 4.1.6
|
%define samba_ver 4.1.7
|
||||||
%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
|
||||||
@ -144,11 +144,11 @@ 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 3227
|
%define SOURCE_TIMESTAMP 3228
|
||||||
%define BRANCH %{version}
|
%define BRANCH %{version}
|
||||||
%global with_mitkrb5 1
|
%global with_mitkrb5 1
|
||||||
%global with_dc 0
|
%global with_dc 0
|
||||||
Version: 4.1.6
|
Version: 4.1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Url: http://www.samba.org/
|
Url: http://www.samba.org/
|
||||||
@ -1271,16 +1271,7 @@ make install \
|
|||||||
rm -r %{buildroot}/%{_libdir}/samba/ldb
|
rm -r %{buildroot}/%{_libdir}/samba/ldb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Remove PIDL files from datadir
|
|
||||||
rm -r %{buildroot}/%{_datadir}/perl5
|
|
||||||
# And install it into the perl vendor dirs
|
|
||||||
pushd pidl
|
|
||||||
make install PERL_INSTALL_ROOT=%{buildroot}
|
|
||||||
popd
|
|
||||||
|
|
||||||
# Clean out files left behind by the PIDL install.
|
# Clean out files left behind by the PIDL install.
|
||||||
find %{buildroot}/%{perl_vendorlib} -type f -name .packlist -exec rm -f {} \;
|
|
||||||
rm %{buildroot}/%{perl_vendorlib}/wscript_build
|
|
||||||
rm -r %{buildroot}/%{perl_vendorlib}/Parse/Yapp
|
rm -r %{buildroot}/%{perl_vendorlib}/Parse/Yapp
|
||||||
|
|
||||||
# utility scripts
|
# utility scripts
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a236db999abdc8fad8bbb971632522623f4fd1f70c54f9b65187b9b708c6a957
|
oid sha256:03bcfeb7c2ad6282581fcdb5e4db22313555eb4353bf09194099d6daa6d7479d
|
||||||
size 54385
|
size 54636
|
||||||
|
Loading…
Reference in New Issue
Block a user