Accepting request 230698 from network:samba:STABLE

- Update to 4.1.7.

See WHATSNEW.txt from the main tar ball or the samba.changes file for
more details.

- Create a new DBus connection for every vfs_snapper request, to ensure
  correct snapper UID detection; (bnc#866354).

- Fix "Invalid read" in method reply_writeclose; (bnc#873658).

- Fix minor compiler warnings in snapshot code-path; (bnc#873177).

- Remove references to the obsolete samba-krb-printing package and
  get_printing_ticket binary.

- Fix malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response; (bnc#872396).

- User error strings instead of hex codes where possible for FSRVP
  errors; (bnc#866927).

- Fix remote share shadow copy request UNCs; (bso#10521); (bnc#870957).

OBS-URL: https://build.opensuse.org/request/show/230698
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=158
This commit is contained in:
Stephan Kulow 2014-04-23 18:35:41 +00:00 committed by Git OBS Bridge
commit 3e82f6cccd
8 changed files with 101 additions and 91 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5e1c5b94dd6f996e26882689367702747bf99e624eaa624bc0832d207f3f0d9
size 192013
oid sha256:fdc80921983d91b5a4a204c9f68b150d042c356c4f3bd251f6f57d20f7e21eee
size 275877

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAlMe+FYACgkQbzORW2Vot+qW8gCgjsPfEKKZ6HYlyH0tErAUCTjU
wSUAnAou9AL9jlZ3C99q0KTi69Z5tkJU
=aw1W
-----END PGP SIGNATURE-----

View File

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

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

View File

@ -1,3 +1,86 @@
-------------------------------------------------------------------
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
- Create a new DBus connection for every vfs_snapper request, to ensure
correct snapper UID detection; (bnc#866354).
-------------------------------------------------------------------
Tue Apr 15 10:41:04 UTC 2014 - nopower@suse.de
- Fix "Invalid read" in method reply_writeclose; (bnc#873658).
-------------------------------------------------------------------
Fri Apr 11 12:37:48 UTC 2014 - ddiss@suse.com
- Fix minor compiler warnings in snapshot code-path; (bnc#873177).
-------------------------------------------------------------------
Fri Apr 11 12:21:48 UTC 2014 - lmuelle@suse.com
- Remove references to the obsolete samba-krb-printing package and
get_printing_ticket binary.
-------------------------------------------------------------------
Fri Apr 11 12:09:23 UTC 2014 - ddiss@suse.com
- Fix malformed FSCTL_SRV_ENUMERATE_SNAPSHOTS response; (bnc#872396).
-------------------------------------------------------------------
Fri Apr 11 11:50:08 UTC 2014 - nopower@suse.de
- User error strings instead of hex codes where possible for FSRVP
errors; (bnc#866927).
-------------------------------------------------------------------
Tue Apr 1 16:49:05 UTC 2014 - ddiss@suse.com
- Fix remote share shadow copy request UNCs; (bso#10521); (bnc#870957).
-------------------------------------------------------------------
Tue Apr 1 15:20:21 UTC 2014 - lmuelle@suse.com

View File

@ -117,7 +117,7 @@ BuildRequires: dbus-1-devel
BuildRequires: gpg-offline
BuildRequires: systemd
%endif
%define samba_ver 4.1.6
%define samba_ver 4.1.7
%define samba_ver_suffix %nil
%if "%{samba_ver_suffix}" == ""
%define samba_source_location http://ftp.samba.org/pub/samba/stable/samba-%{version}.tar.gz
@ -144,12 +144,11 @@ BuildRequires: systemd
%else
%define build_make_smp_mflags %{?jobs:-j%jobs}
%endif
%define SOURCE_TIMESTAMP 3217
%define SOURCE_TIMESTAMP 3229
%define BRANCH %{version}
%global with_mitkrb5 1
%global with_dc 0
%global with_get_printing_ticket 0
Version: 4.1.6
Version: 4.1.7
Release: 0
License: GPL-3.0+
Url: http://www.samba.org/
@ -331,26 +330,6 @@ Branch: %{BRANCH}
%endif
%if %with_get_printing_ticket
%package krb-printing
License: GPL-3.0+
Summary: Wrapper binary for kerberized printing
Group: Productivity/Networking/Samba
PreReq: coreutils
Provides: samba-gplv3-krb-printing = %{version}
Obsoletes: samba-gplv3-krb-printing < %{version}
%if 0%{?suse_version} > 1000
PreReq: permissions
%endif
Requires: samba-client >= %{version}
%description krb-printing
A wrapper binary to run smbspool with the original calling UID.
Source Timestamp: %{SOURCE_TIMESTAMP}
Branch: %{BRANCH}
%endif
%package libs
License: GPL-3.0+
@ -445,7 +424,6 @@ Requires: pam-config
%if 0%{?suse_version} > 1030
Recommends: cron
Recommends: logrotate
Recommends: samba-krb-printing
Recommends: /usr/sbin/nscd
%endif
%if 0%{?suse_version} > 0
@ -1146,9 +1124,6 @@ for file in docs/htmldocs/index.html vendor-files/docu/README.vendor; do
sed -e "s/VENDOR/%{VENDOR}/g" "${file}" >"${file}.new" && \
mv "${file}.new" "${file}"
done
%if %with_get_printing_ticket
install -m 0644 vendor-files/tools/get_printing_ticket.c source3/client/get_printing_ticket.c
%endif
install -m 0644 -p vendor-files/docu/rfc3454.txt source4/heimdal/lib/wind/
# Create and add vendor suffix
test -f vendor-files/tools/package-data && \
@ -1260,7 +1235,6 @@ install -d -m 0755 -p \
%if 0%{?suse_version} && 0%{?suse_version} > 1020
%{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services \
%endif
%{buildroot}/%{_sysconfdir}/permissions.d \
%{buildroot}/%{_sysconfdir}/security \
%{buildroot}/%{_sysconfdir}/slp.reg.d \
%{buildroot}/%{CONFIGDIR} \
@ -1297,16 +1271,7 @@ make install \
rm -r %{buildroot}/%{_libdir}/samba/ldb
%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.
find %{buildroot}/%{perl_vendorlib} -type f -name .packlist -exec rm -f {} \;
rm %{buildroot}/%{perl_vendorlib}/wscript_build
rm -r %{buildroot}/%{perl_vendorlib}/Parse/Yapp
# utility scripts
@ -1585,9 +1550,6 @@ fi
%if 0%{?suse_version} > 1220
%{fillup_only -ans samba client}
%endif
if ! test -e %{_bindir}/get_printing_ticket; then
ln -fs %{_bindir}/smbspool %{cups_lib_dir}/backend/smb
fi
%{?fillup_only:%{fillup_only -nsd dhcp samba-client network}}
%postun client
@ -1644,29 +1606,6 @@ fi
%postun -n %{libwbclient_name} -p /sbin/ldconfig
%if %with_get_printing_ticket
%post krb-printing
if test ${1:-0} -eq 1 -a -d %{cups_lib_dir}/backend; then
ln -fs %{_bindir}/get_printing_ticket %{cups_lib_dir}/backend/smb
fi
%if 0%{?suse_version} > 0
%if 0%{?suse_version} < 1131
%{run_permissions}
%else
%{set_permissions} %{_bindir}/get_printing_ticket
%endif
%endif
%postun krb-printing
if test ${1:-0} -eq 0 -a -e %{_bindir}/smbspool -a -d %{cups_lib_dir}/backend; then
ln -fs %{_bindir}/smbspool %{cups_lib_dir}/backend/smb
fi
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1000
%verifyscript krb-printing
%verify_permissions -e %{_bindir}/get_printing_ticket
%endif
%endif
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
@ -1975,6 +1914,7 @@ fi
%_includedir/samba-4.0/core/doserr.h
%_includedir/samba-4.0/core/error.h
%_includedir/samba-4.0/core/ntstatus.h
%_includedir/samba-4.0/core/hresult.h
%_includedir/samba-4.0/core/werror.h
%_includedir/samba-4.0/domain_credentials.h
%dir %_includedir/samba-4.0/gen_ndr/
@ -2201,19 +2141,6 @@ fi
%doc %{_datadir}/susehelp
%endif
%if %with_get_printing_ticket
%files krb-printing
%defattr(-,root,root)
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1000
%verify(not mode) %attr(4750,root,lp) %{_bindir}/get_printing_ticket
%else
%attr(0750,root,lp) %{_bindir}/get_printing_ticket
%endif
%dir %{cups_lib_dir}
%dir %{cups_lib_dir}/backend
%ghost %{cups_lib_dir}/backend/smb
%endif
%files -n libdcerpc-atsvc0
%defattr(-,root,root)
%_libdir/libdcerpc-atsvc.so.0*

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2099e649123423950387df410b3a1ea818ddb2c7e7e553e8bd2764a26bfcd0e3
size 54809
oid sha256:5acbd1809e69b784722ad4dab980223cafdfda7b6820ac855c8524edf34bd5cf
size 54613