forked from pool/talloc
Accepting request 785990 from home:npower:update_factory_4.12.0
- Upgrade to 2.3.1 + Upgrade waf to 2.0.18 to fix a cross-compilation issue; (bso#13846). + lib/talloc: clang: Fix 'Value stored during its initialization is never read'. + Spelling fixes s/recieved/received/ + talloc: ASAN fix for test_magic_protection. + talloc: ASAN fix for test_rusty + talloc: ASAN fix for test_pool_nest + talloc: ASAN fix for test_talloc_free_in_destructor + talloc: ASAN fix for test_realloc_on_destructor_parent OBS-URL: https://build.opensuse.org/request/show/785990 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=117
This commit is contained in:
parent
e380cfc6d1
commit
39060a07e3
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl1vd6YVHHNhbWJhLWJ1
|
||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlOb4H/RfYzST1jGfeMdATnAIci9UI5RZ+
|
||||
1p4TAejyr4yQ+svHyh/PWHieuORZ86fRgJv9OQqRvsyn+dt5wDDp/wikeQ/bTTI+
|
||||
QspzSIDFzO4v9iwx/rEZQddjTBjVLjO9ltH01CPP7Wxxps5Ym/4xMaXwzo+FhNsh
|
||||
0ypfV9oEAeL3k1A/znwUwX33UpxUJoYrJoodj53aF8m+e5T7sfZMVnLAfimEtC3T
|
||||
jNhSuyViMc0c/CqgcckLCCvDrQh38bDO7UOEaOQx8LPc9OvFTg765p0WDeAUx4HG
|
||||
8gLxGtPYEd0j/Z/EYpHPRcOFvbppZ/kXXeIUpEiM/IGjcLheqOi04phBWQA=
|
||||
=IdXA
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75d5bcb34482545a82ffb06da8f6c797f963a0da450d0830c669267b14992fc6
|
||||
size 642364
|
11
talloc-2.3.1.tar.asc
Normal file
11
talloc-2.3.1.tar.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQFJBAABCgAzFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAl33To8VHHNhbWJhLWJ1
|
||||
Z3NAc2FtYmEub3JnAAoJEEeTkWETCEAlqMUH/032prdzgPTYCR3lWPW9rMYaLHgD
|
||||
4wXUgwSyo/bgvCfhAk4Qu843HXa+92eci95pKZD1Dl3slCgmOqx+RoORN9J41iao
|
||||
6Y7dzSMNKl1lVsmooheNK6SdhkSzjmUI4WZ1nnHErRBCp8mvk9KT2QzBxgKtS8oU
|
||||
T53Q5tmUgLGh6ShE/r2piEBEfODiMCZKAuXBYzIyhc/6c7v7ORCz5SneyyMWV2ux
|
||||
EagPoO9G1lyujIuDm6CgxvJr+0r4CwpxaTk7KQp/JY8bikPQ/QbmkCGpRS5A8MQU
|
||||
jGzKqxAI7HiORrSLkfxftKFHY1qQ6l1wEx6ztMz5jKaa0GSiTYCOdLV5RrQ=
|
||||
=i3Pq
|
||||
-----END PGP SIGNATURE-----
|
3
talloc-2.3.1.tar.gz
Normal file
3
talloc-2.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef4822d2fdafd2be8e0cabc3ec3c806ae29b8268e932c5e9a4cd5585f37f9f77
|
||||
size 638878
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package talloc-man
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -35,7 +35,7 @@ BuildRequires: python3-devel
|
||||
#!BuildIgnore: python
|
||||
%endif # build_man
|
||||
URL: http://talloc.samba.org/
|
||||
Version: 2.3.0
|
||||
Version: 2.3.1
|
||||
Release: 0
|
||||
Summary: Samba talloc Library
|
||||
License: LGPL-3.0-or-later
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 17:31:27 UTC 2020 - Noel Power <nopower@suse.com>
|
||||
|
||||
- Upgrade to 2.3.1
|
||||
+ Upgrade waf to 2.0.18 to fix a cross-compilation issue;
|
||||
(bso#13846).
|
||||
+ lib/talloc: clang: Fix 'Value stored during its initialization
|
||||
is never read'.
|
||||
+ Spelling fixes s/recieved/received/
|
||||
+ talloc: ASAN fix for test_magic_protection.
|
||||
+ talloc: ASAN fix for test_rusty
|
||||
+ talloc: ASAN fix for test_pool_nest
|
||||
+ talloc: ASAN fix for test_talloc_free_in_destructor
|
||||
+ talloc: ASAN fix for test_realloc_on_destructor_parent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 17:24:56 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package talloc-man
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -35,7 +35,7 @@ BuildRequires: python3-devel
|
||||
#!BuildIgnore: python
|
||||
%endif # build_man
|
||||
URL: http://talloc.samba.org/
|
||||
Version: 2.3.0
|
||||
Version: 2.3.1
|
||||
Release: 0
|
||||
Summary: Samba talloc Library
|
||||
License: LGPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user