Accepting request 1075308 from home:npower:branches:network:samba:STABLE
- CVE-2023-0614: Access controlled AD LDAP attributes can be discovered (bso#15270); (bsc#1209485). - Update to version 2.7.1 - Build fix for Solaris, after removal of tevent ports backend (bso#15298). - Update to version 2.7.0 - Support python 3.12 * Have python functions operating on DNs raise LdbError * don't call comparison() directly in LDB_TYPESAFE_QSORT * Use ldb_ascii_toupper() for case folding to support tr_TR.UTF-8 and other dotless i locales; (bso#15248). OBS-URL: https://build.opensuse.org/request/show/1075308 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=175
This commit is contained in:
parent
0b54568aec
commit
1222e66cdc
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmPhIrEACgkQR5ORYRMI
|
|
||||||
QCUfjAf/SOymjnQVxu7zOoUtU0rh6Gw8YC7fP7fW8mDOFvIUmvYwnPMC6zWDCLgU
|
|
||||||
uJdhTyG6C5ipMAAaJxrp9hWf772Y2fxv+bhYNpGTneV9T3iOmiQaiwpH2k0KygGq
|
|
||||||
UdxZHLf79dkNmBaGw1jZDCK2470IwVS+bclsUCJmgDByzfW8L7pOGlldekNq87xe
|
|
||||||
owyK4pNid8c0iMg9epQUdcaBfDsbhu41xctLo4ADThZm2DcJSi8qXn/LN6mn07yr
|
|
||||||
5bZmdqhU+P2qfT6O0X/baThSU49zuzu24e8pY4gehfu+HERAZtgSk+FMJZ3+3CmN
|
|
||||||
DjTInaVojsaC63zUUU1ywFtYTFisOQ==
|
|
||||||
=coee
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4632c9a7f81f8a45ed46fc14d18eb507edf4e79f6e88d16977478ef95ed5b7f
|
|
||||||
size 1736244
|
|
11
ldb-2.7.2.tar.asc
Normal file
11
ldb-2.7.2.tar.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAmQkQQAACgkQR5ORYRMI
|
||||||
|
QCVLegf/edHMC2+MZrMuMAbmRPb/cFxzYhHzDLuDyXcW0v6M0TDhu2eRamXk1XT0
|
||||||
|
SFR5ah/qdhC1TeYOMpXhKPTpuvEURKkCK1vLj002djaNy4hEmHUsF7aNFW9Kd2QN
|
||||||
|
2hatsIn9EhPafOppgpJ34oVEF+ta9aA07rDwcRAPiCUq4/IW6qnEieC+zCjVLlTd
|
||||||
|
2+1gfUaC2iUj7g9qkXLg21XRPRwkv8xvpUlJ+SBMphyo6uoBzVzDB+nzOGqpO4n9
|
||||||
|
QAj6iUC0I9faLlXljgeSi+DaM1E5n/slgkl6ko2Chcba6ZtSxKLE69X3RenAu8d3
|
||||||
|
Cf+ATsT5+Ra5CPY2PJv5Z1A2SCHd/w==
|
||||||
|
=ukNT
|
||||||
|
-----END PGP SIGNATURE-----
|
3
ldb-2.7.2.tar.gz
Normal file
3
ldb-2.7.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:26ee72d647854e662d99643eb2b2d341655abf31f4990838d6650fb5cf9209c8
|
||||||
|
size 1737849
|
19
ldb.changes
19
ldb.changes
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 29 15:28:03 UTC 2023 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
|
- CVE-2023-0614: Access controlled AD LDAP attributes can be
|
||||||
|
discovered (bso#15270); (bsc#1209485).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 17 08:05:30 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
Fri Mar 17 08:05:30 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
||||||
|
|
||||||
@ -11,6 +17,19 @@ Fri Mar 17 08:05:30 UTC 2023 - Samuel Cabrero <scabrero@suse.de>
|
|||||||
* Use ldb_ascii_toupper() for case folding to support
|
* Use ldb_ascii_toupper() for case folding to support
|
||||||
tr_TR.UTF-8 and other dotless i locales (bso#15248)
|
tr_TR.UTF-8 and other dotless i locales (bso#15248)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 13 10:25:56 UTC 2023 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.7.1
|
||||||
|
- Build fix for Solaris, after removal of tevent ports
|
||||||
|
backend (bso#15298).
|
||||||
|
- Update to version 2.7.0
|
||||||
|
- Support python 3.12
|
||||||
|
* Have python functions operating on DNs raise LdbError
|
||||||
|
* don't call comparison() directly in LDB_TYPESAFE_QSORT
|
||||||
|
* Use ldb_ascii_toupper() for case folding to support
|
||||||
|
tr_TR.UTF-8 and other dotless i locales; (bso#15248).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 22 15:55:29 UTC 2022 - Noel Power <nopower@suse.com>
|
Thu Sep 22 15:55:29 UTC 2022 - Noel Power <nopower@suse.com>
|
||||||
|
|
||||||
|
2
ldb.spec
2
ldb.spec
@ -57,7 +57,7 @@ BuildRequires: lmdb-devel >= %{lmdb_version}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
URL: https://ldb.samba.org/
|
URL: https://ldb.samba.org/
|
||||||
Version: 2.7.1
|
Version: 2.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An LDAP-like embedded database
|
Summary: An LDAP-like embedded database
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user