From 1222e66cdc09977d38dae1726d1a8bdbcb4b61937bef82c611b313077a5a4c0d Mon Sep 17 00:00:00 2001 From: James McDonough Date: Thu, 30 Mar 2023 17:05:13 +0000 Subject: [PATCH] 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 --- ldb-2.7.1.tar.asc | 11 ----------- ldb-2.7.1.tar.gz | 3 --- ldb-2.7.2.tar.asc | 11 +++++++++++ ldb-2.7.2.tar.gz | 3 +++ ldb.changes | 19 +++++++++++++++++++ ldb.spec | 2 +- 6 files changed, 34 insertions(+), 15 deletions(-) delete mode 100644 ldb-2.7.1.tar.asc delete mode 100644 ldb-2.7.1.tar.gz create mode 100644 ldb-2.7.2.tar.asc create mode 100644 ldb-2.7.2.tar.gz diff --git a/ldb-2.7.1.tar.asc b/ldb-2.7.1.tar.asc deleted file mode 100644 index d883157..0000000 --- a/ldb-2.7.1.tar.asc +++ /dev/null @@ -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----- diff --git a/ldb-2.7.1.tar.gz b/ldb-2.7.1.tar.gz deleted file mode 100644 index 7487eb7..0000000 --- a/ldb-2.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4632c9a7f81f8a45ed46fc14d18eb507edf4e79f6e88d16977478ef95ed5b7f -size 1736244 diff --git a/ldb-2.7.2.tar.asc b/ldb-2.7.2.tar.asc new file mode 100644 index 0000000..a17c3b4 --- /dev/null +++ b/ldb-2.7.2.tar.asc @@ -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----- diff --git a/ldb-2.7.2.tar.gz b/ldb-2.7.2.tar.gz new file mode 100644 index 0000000..2371ce2 --- /dev/null +++ b/ldb-2.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ee72d647854e662d99643eb2b2d341655abf31f4990838d6650fb5cf9209c8 +size 1737849 diff --git a/ldb.changes b/ldb.changes index 17b0840..0486d2e 100644 --- a/ldb.changes +++ b/ldb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 29 15:28:03 UTC 2023 - Noel Power + +- 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 @@ -11,6 +17,19 @@ Fri Mar 17 08:05:30 UTC 2023 - Samuel Cabrero * Use ldb_ascii_toupper() for case folding to support tr_TR.UTF-8 and other dotless i locales (bso#15248) +------------------------------------------------------------------- +Mon Mar 13 10:25:56 UTC 2023 - Noel Power + +- 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 diff --git a/ldb.spec b/ldb.spec index 579ce08..2ba3fd2 100644 --- a/ldb.spec +++ b/ldb.spec @@ -57,7 +57,7 @@ BuildRequires: lmdb-devel >= %{lmdb_version} %endif URL: https://ldb.samba.org/ -Version: 2.7.1 +Version: 2.7.2 Release: 0 Summary: An LDAP-like embedded database License: LGPL-3.0-or-later