forked from pool/samba
This commit is contained in:
parent
8d5fb06dd1
commit
a19539b055
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb60e383ea1a5d692dd4d60ea3d33f2bcbf745e2d2b8a3a0ee8dc5a582c80571
|
||||
size 44657307
|
3
samba-4.20.2+git.345.1e3d47bbda6.tar.bz2
Normal file
3
samba-4.20.2+git.345.1e3d47bbda6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2b19c682b82cbdc90c132613880f7bbcd241eef6b7be69c524491c76cd35eff
|
||||
size 44919387
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 15:02:44 UTC 2024 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Update to 4.20.2
|
||||
* vfs_widelinks with DFS shares breaks case insensitivity;
|
||||
(bso#15662); (bsc#1213607).
|
||||
* Samba build is not reproducible; (bso#13213).
|
||||
* ldb qsort might r/w out of bounds with an intransitive
|
||||
compare function; (bso#15569).
|
||||
* Many qsort() comparison functions are non-transitive, which
|
||||
can lead to out-of-bounds access in some circumstances;
|
||||
(bso#15625).
|
||||
* Need to change gitlab-ci.yml tags in all branches to avoid CI
|
||||
bill; (bso#15638).
|
||||
* We have added new options --vendor-name and --vendor-patch-
|
||||
revision arguments to ./configure to allow distributions and
|
||||
packagers to put their name in the Samba version string so
|
||||
that when debugging Samba the source of the binary is
|
||||
obvious; (bso#15654).
|
||||
* CTDB RADOS mutex helper misses namespace support;
|
||||
(bso#15665).
|
||||
* Dynamic DNS updates with the internal DNS are not working;
|
||||
(bso#13019).
|
||||
* netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with
|
||||
SysvolReady=0; (bso#14981).
|
||||
* Anonymous smb3 signing/encryption should be allowed (similar
|
||||
to Windows Server 2022); (bso#15412).
|
||||
* Panic in dreplsrv_op_pull_source_apply_changes_trigger;
|
||||
(bso#15573).
|
||||
* s4:nbt_server: does not provide unexpected handling, so
|
||||
winbindd can't use nmb requests instead cldap; (bso#15620).
|
||||
* winbindd, net ads join and other things don't work on an ipv6
|
||||
only host; (bso#15642).
|
||||
* Segmentation fault when deleting files in vfs_recycle;
|
||||
(bso#15659).
|
||||
* Panic in vfs_offload_token_db_fetch_fsp(); (bso#15664).
|
||||
* "client use kerberos" and --use-kerberos is ignored for the
|
||||
machine account; (bso#15666).
|
||||
* Regression DFS not working with widelinks = true;
|
||||
(bso#15435).
|
||||
* samba-gpupdate - Invalid NtVer in netlogon_samlogon_response;
|
||||
(bso#15633).
|
||||
* idmap_ad creates an incorrect local krb5.conf in case of
|
||||
trusted domain lookups; (bso#15653).
|
||||
* The images don't build after the git security release and
|
||||
CentOS 8 Stream is EOL; (bso#15660).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 07:09:54 UTC 2024 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
%define talloc_version 2.4.2
|
||||
%define tevent_version 0.16.1
|
||||
%define tdb_version 1.4.10
|
||||
%define ldb_version 2.9.0
|
||||
%define ldb_version 2.9.1
|
||||
|
||||
# This table represents the possible combinations of build macros.
|
||||
# They are defined only if not already defined in the build service
|
||||
@ -160,7 +160,7 @@ BuildRequires: liburing-devel
|
||||
%endif
|
||||
BuildRequires: sysuser-tools
|
||||
|
||||
Version: 4.20.1+git.339.cf6e153bb2
|
||||
Version: 4.20.2+git.345.1e3d47bbda6
|
||||
Release: 0
|
||||
URL: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user