Accepting request 1114416 from home:npower:branches:network:samba:STABLE
- Update to 4.19.0 * File doesn't show when user doesn't have permission if aio_pthread is loaded; (bso#15453). * ctdb_killtcp fails to work with --enable-pcap and libpcap ≥ 1.9.1; (bso#15451). * Logging to stdout/stderr with DEBUG_SYSLOG_FORMAT_ALWAYS can log to syslog; (bso#15460). * ‘samba-tool domain level raise’ fails unless given a URL; (bso#15458). * reply_sesssetup_and_X() can dereference uninitialized tmp pointer; (bso#15420). * missing return in reply_exit_done(); (bso#15430). * TREE_CONNECT without SETUP causes smbd to use uninitialized pointer; (bso#15432). * Avoid infinite loop in initial user sync with Azure AD Connect when synchronising a large Samba AD domain; (bso#15401). * Samba replication logs show (null) DN; (bso#15407). * 2-3min delays at reconnect with smb2_validate_sequence_number: bad message_id 2; (bso#15346). * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446). * CID 1539212 causes real issue when output contains only newlines; (bso#15438). * KDC encodes INT64 claims incorrectly; (bso#15452). * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449). * Windows client join fails if a second container CN=System exists somewhere; (bso#9959). * regression DFS not working with widelinks = true; OBS-URL: https://build.opensuse.org/request/show/1114416 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=684
This commit is contained in:
parent
0b1e0c5925
commit
39c3d44183
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.suse.de/samba/suse-samba.git/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">factory-4-18-stable</param>
|
||||
<param name="revision">factory-4-19-stable</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">samba-(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:161380f6945454dd99ae79f2207c64d6ddc4166a6bc21a5d125f9052a6612cd6
|
||||
size 43809240
|
3
samba-4.19.0+git.306.19d2e214c58.tar.bz2
Normal file
3
samba-4.19.0+git.306.19d2e214c58.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53a94b2caeeea6ad6c285bd90eb56155e2a2a1e170ac25ad449ae17e8e769bd8
|
||||
size 44183337
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 26 08:36:43 UTC 2023 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Update to 4.19.0
|
||||
* File doesn't show when user doesn't have permission if
|
||||
aio_pthread is loaded; (bso#15453).
|
||||
* ctdb_killtcp fails to work with --enable-pcap and libpcap ≥
|
||||
1.9.1; (bso#15451).
|
||||
* Logging to stdout/stderr with DEBUG_SYSLOG_FORMAT_ALWAYS can
|
||||
log to syslog; (bso#15460).
|
||||
* ‘samba-tool domain level raise’ fails unless given a URL;
|
||||
(bso#15458).
|
||||
* reply_sesssetup_and_X() can dereference uninitialized tmp
|
||||
pointer; (bso#15420).
|
||||
* missing return in reply_exit_done(); (bso#15430).
|
||||
* TREE_CONNECT without SETUP causes smbd to use uninitialized
|
||||
pointer; (bso#15432).
|
||||
* Avoid infinite loop in initial user sync with Azure AD
|
||||
Connect when synchronising a large Samba AD domain;
|
||||
(bso#15401).
|
||||
* Samba replication logs show (null) DN; (bso#15407).
|
||||
* 2-3min delays at reconnect with
|
||||
smb2_validate_sequence_number: bad message_id 2; (bso#15346).
|
||||
* DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed;
|
||||
(bso#15446).
|
||||
* CID 1539212 causes real issue when output contains only
|
||||
newlines; (bso#15438).
|
||||
* KDC encodes INT64 claims incorrectly; (bso#15452).
|
||||
* mdssvc: Do an early talloc_free() in _mdssvc_open();
|
||||
(bso#15449).
|
||||
* Windows client join fails if a second container CN=System
|
||||
exists somewhere; (bso#9959).
|
||||
* regression DFS not working with widelinks = true;
|
||||
(bso#15435).
|
||||
* Heimdal fails to build on 32-bit FreeBSD; (bso#15443).
|
||||
* samba-tool ntacl get segfault if aio_pthread appended;
|
||||
(bso#15441).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 15:16:35 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
21
samba.spec
21
samba.spec
@ -38,10 +38,10 @@
|
||||
%define build_ceph 1
|
||||
%endif
|
||||
|
||||
%define talloc_version 2.4.0
|
||||
%define tevent_version 0.14.1
|
||||
%define tdb_version 1.4.8
|
||||
%define ldb_version 2.7.1
|
||||
%define talloc_version 2.4.1
|
||||
%define tevent_version 0.15.0
|
||||
%define tdb_version 1.4.9
|
||||
%define ldb_version 2.8.0
|
||||
|
||||
# This table represents the possible combinations of build macros.
|
||||
# They are defined only if not already defined in the build service
|
||||
@ -158,7 +158,7 @@ BuildRequires: liburing-devel
|
||||
%endif
|
||||
BuildRequires: sysuser-tools
|
||||
|
||||
Version: 4.18.6+git.320.cfda27bacb
|
||||
Version: 4.19.0+git.306.19d2e214c58
|
||||
Release: 0
|
||||
URL: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
@ -1188,6 +1188,7 @@ exit 0
|
||||
%{_bindir}/pdbedit
|
||||
%{_bindir}/profiles
|
||||
%{_bindir}/rpcclient
|
||||
%{_bindir}/samba-log-parser
|
||||
%{_bindir}/sharesec
|
||||
%{_bindir}/smbcacls
|
||||
%{_bindir}/smbclient
|
||||
@ -1220,6 +1221,7 @@ exit 0
|
||||
%{_mandir}/man1/regtree.1.*
|
||||
%{_mandir}/man1/rpcclient.1.*
|
||||
%{_mandir}/man1/sharesec.1.*
|
||||
%{_mandir}/man1/samba-log-parser.1.*
|
||||
%{_mandir}/man1/smbcacls.1.*
|
||||
%{_mandir}/man1/smbcontrol.1.*
|
||||
%{_mandir}/man1/smbclient.1.*
|
||||
@ -1231,7 +1233,6 @@ exit 0
|
||||
%{_mandir}/man1/mvxattr.1.*
|
||||
%{_mandir}/man5/lmhosts.5.*
|
||||
%{_mandir}/man5/smb.conf.5.*
|
||||
%{_mandir}/man5/smbgetrc.5.*
|
||||
%{_mandir}/man7/samba.7.*
|
||||
%{_mandir}/man8/cifsdd.8.*
|
||||
%{_mandir}/man8/eventlogadm.8.*
|
||||
@ -1417,6 +1418,9 @@ exit 0
|
||||
%{_libdir}/samba/libads-samba4.so
|
||||
%{_libdir}/samba/libasn1util-samba4.so
|
||||
%{_libdir}/samba/libauth-samba4.so
|
||||
%if %{with_dc}
|
||||
%{_libdir}/samba/libauthn-policy-util-samba4.so
|
||||
%endif
|
||||
%{_libdir}/samba/libauthkrb5-samba4.so
|
||||
%{_libdir}/samba/libcli-cldap-samba4.so
|
||||
%{_libdir}/samba/libcli-ldap-samba4.so
|
||||
@ -1816,8 +1820,12 @@ exit 0
|
||||
%{_datadir}/samba/setup/ad-schema/MS-AD_Schema_2K8_R2_Classes.txt
|
||||
%{_datadir}/samba/setup/ad-schema/AD_DS_Attributes__Windows_Server_2012_R2.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/AD_DS_Attributes__Windows_Server_2016.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/AD_DS_Attributes__Windows_Server_v1803.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/AD_DS_Attributes_Windows_Server_v1903.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/AD_DS_Classes__Windows_Server_2012_R2.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/AD_DS_Classes__Windows_Server_2016.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/AD_DS_Classes__Windows_Server_v1803.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/AD_DS_Classes_Windows_Server_v1903.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/Attributes_for_AD_DS__Windows_Server_2008_R2.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/Attributes_for_AD_DS__Windows_Server_2012.ldf
|
||||
%{_datadir}/samba/setup/ad-schema/Classes_for_AD_DS__Windows_Server_2008_R2.ldf
|
||||
@ -1859,6 +1867,7 @@ exit 0
|
||||
%if %{with_dc}
|
||||
%files ad-dc-libs
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/samba/libad-claims-samba4.so
|
||||
%{_libdir}/samba/libdb-glue-samba4.so
|
||||
%{_libdir}/samba/libdsdb-garbage-collect-tombstones-samba4.so
|
||||
%{_libdir}/samba/libscavenge-dns-records-samba4.so
|
||||
|
Loading…
Reference in New Issue
Block a user