Accepting request 889576 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/889576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=269
This commit is contained in:
commit
223fd22916
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">factory-4-14-stable</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">samba-(.*)</param>
|
||||
<param name="versionrewrite-pattern">samba(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="filename">samba</param>
|
||||
<param name="exclude">.git</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2467cbe4ccffc1529149d4331cc2ccdffc7b48eb1145d3ef79189789b10b51f7
|
||||
size 25088403
|
3
samba-4.14.4+git.162.18fd73a39a0.tar.bz2
Normal file
3
samba-4.14.4+git.162.18fd73a39a0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:994f85be4cbc53907ee05da6b14d2d77248e5e95371c84a649624be7f1275492
|
||||
size 25098556
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 08:34:02 UTC 2021 - Noel Power <nopower@suse.com>
|
||||
- Update to 4.14.4
|
||||
* CVE-2021-20254: Fix buffer overrun in sids_to_unixids();
|
||||
(bso#14571); (bsc#1184677).
|
||||
|
||||
- Update to 4.14.3
|
||||
* s3:modules:vfs_virusfilter: Recent New_VFS changes break
|
||||
vfs_virusfilter_openat; (bso#14671).
|
||||
* build: Notice if flex is missing at configure time; (bso#14586).
|
||||
* Fix smbd panic when two clients open same file; (bso#14672).
|
||||
* Fix memory leak in the RPC server; (bso#14675).
|
||||
* s3: smbd: fix deferred renames; (bso#14679).
|
||||
* s3-iremotewinspool: Set the per-request memory context;
|
||||
(bso#14675)
|
||||
* Fix memory leak in the RPC server; (bso#14675).
|
||||
* third_party: Update socket_wrapper to version 1.3.2;
|
||||
(bso#11899).
|
||||
* third_party: Update socket_wrapper to version 1.3.3;
|
||||
(bso#14640).
|
||||
* samba-gpupdate: Test that sysvol paths download in
|
||||
case-insensitive way; (bso#14665).
|
||||
* smbd: Ensure errno is preserved across fsp destructor;
|
||||
(bso#14662).
|
||||
* idmap_rfc2307 and idmap_nss return wrong mapping for uid/gid
|
||||
conflict; (bso#14663).
|
||||
* build: Only add -Wl,--as-needed when supported; (bso#14288).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 31 14:59:15 UTC 2021 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@ -172,7 +172,7 @@ BuildRequires: liburing-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
Version: 4.14.2+git.159.2a8872214bf
|
||||
Version: 4.14.4+git.162.18fd73a39a0
|
||||
Release: 0
|
||||
Url: https://www.samba.org/
|
||||
Obsoletes: samba-32bit < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user