diff options
author | adam <adam@pkgsrc.org> | 2021-03-24 16:33:46 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-03-24 16:33:46 +0000 |
commit | bade618f903a9bd83e8d5ca4cd123a62676fd8ed (patch) | |
tree | 4ec3e3def76644aff774a7d0bcc18bb615b893be /databases/ldb | |
parent | 467090e7a409ada87216259f4eb928850cdd7ace (diff) | |
download | pkgsrc-bade618f903a9bd83e8d5ca4cd123a62676fd8ed.tar.gz |
ldb: updated to 2.2.1; samba: updated to 4.13.7
==============================
Release Notes for Samba 4.13.7
March 24, 2021
==============================
This is a follow-up release to depend on the correct ldb version. This is only
needed when building against a system ldb library.
This is a security release in order to address the following defects:
o CVE-2020-27840: Heap corruption via crafted DN strings.
o CVE-2021-20277: Out of bounds read in AD DC LDAP server.
=======
Details
=======
o CVE-2020-27840:
An anonymous attacker can crash the Samba AD DC LDAP server by sending easily
crafted DNs as part of a bind request. More serious heap corruption is likely
also possible.
o CVE-2021-20277:
User-controlled LDAP filter strings against the AD DC LDAP server may crash
the LDAP server.
For more details, please refer to the security advisories.
Changes since 4.13.6
--------------------
o Release with dependency on ldb version 2.2.1.
Diffstat (limited to 'databases/ldb')
-rw-r--r-- | databases/ldb/Makefile | 5 | ||||
-rw-r--r-- | databases/ldb/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile index d546f93ac7f..316d8800ee1 100644 --- a/databases/ldb/Makefile +++ b/databases/ldb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2020/12/04 20:45:04 nia Exp $ +# $NetBSD: Makefile,v 1.20 2021/03/24 16:33:46 adam Exp $ # Before updating, make sure net/samba4 supports the newer version. -DISTNAME= ldb-2.2.0 -PKGREVISION= 1 +DISTNAME= ldb-2.2.1 CATEGORIES= databases MASTER_SITES= http://www.samba.org/ftp/ldb/ diff --git a/databases/ldb/distinfo b/databases/ldb/distinfo index b25e8b80dbf..4f5588ed8a8 100644 --- a/databases/ldb/distinfo +++ b/databases/ldb/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2020/11/12 06:26:57 adam Exp $ +$NetBSD: distinfo,v 1.11 2021/03/24 16:33:46 adam Exp $ -SHA1 (ldb-2.2.0.tar.gz) = 7c6d0827a20195636fcd84d713eea278d39064d4 -RMD160 (ldb-2.2.0.tar.gz) = 17a28ffab01db86619fe28917b184d104863af20 -SHA512 (ldb-2.2.0.tar.gz) = 3814078a51d2110eeda291ac859c0027df88475812bd6b5f2ce8f8f50aba9c84faced97c37aa1f45e406783a8df97c60ae778df897bb0e89ba3ac8568acced69 -Size (ldb-2.2.0.tar.gz) = 1676551 bytes +SHA1 (ldb-2.2.1.tar.gz) = c334d5a398b7a61c003d3cefbdb5736c49f0013c +RMD160 (ldb-2.2.1.tar.gz) = 0949458a58ca2c9905574a8f9626501d37e13c2f +SHA512 (ldb-2.2.1.tar.gz) = a2b1598869e3d9f17c5b82fc2b7289f1f08a7378a1d72609af5ed5cc91fb571ac67d3a8c22d64dad5dcc9fe32520baccd5cc37d5b4fc5f1b00a7064902296344 +Size (ldb-2.2.1.tar.gz) = 1676819 bytes SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 813c639e404e3b301444decae318c702c87f0cc1 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2 |