pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/ldb
Module Name: pkgsrc
Committed By: taca
Date: Sat Apr 1 08:47:37 UTC 2023
Modified Files:
pkgsrc/databases/ldb: Makefile distinfo
pkgsrc/databases/ldb/patches: patch-common_ldb__match.c
Log Message:
databases/ldb: update to 2.6.2
samba-4.17.7 require ldb 2.6.2.
Changes from 2.6.1 are not available except commit log:
<https://github.com/samba-team/samba/compare/ldb-2.6.1...ldb-2.6.2>.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/ldb/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/databases/ldb/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/databases/ldb/patches/patch-common_ldb__match.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/ldb/Makefile
diff -u pkgsrc/databases/ldb/Makefile:1.33 pkgsrc/databases/ldb/Makefile:1.34
--- pkgsrc/databases/ldb/Makefile:1.33 Mon Jan 23 09:12:47 2023
+++ pkgsrc/databases/ldb/Makefile Sat Apr 1 08:47:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/01/23 09:12:47 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2023/04/01 08:47:37 taca Exp $
-DISTNAME= ldb-2.6.1
+DISTNAME= ldb-2.6.2
CATEGORIES= databases
MASTER_SITES= https://www.samba.org/ftp/ldb/
Index: pkgsrc/databases/ldb/distinfo
diff -u pkgsrc/databases/ldb/distinfo:1.23 pkgsrc/databases/ldb/distinfo:1.24
--- pkgsrc/databases/ldb/distinfo:1.23 Mon Jan 23 09:12:47 2023
+++ pkgsrc/databases/ldb/distinfo Sat Apr 1 08:47:37 2023
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.23 2023/01/23 09:12:47 wiz Exp $
+$NetBSD: distinfo,v 1.24 2023/04/01 08:47:37 taca Exp $
-BLAKE2s (ldb-2.6.1.tar.gz) = 403b6438a5121c0100f87768ecf2afe462cebf4e0869afcf01c3140d973655ea
-SHA512 (ldb-2.6.1.tar.gz) = 7b920c5ec1252446584caeedf9ec18aeb5c1b689c2ecc8ae65c0d5b64bf0bca0cbaa887c07fca90b36b16904e3a08534fc513fec6bac288e80f94d2980c36211
-Size (ldb-2.6.1.tar.gz) = 1740497 bytes
+BLAKE2s (ldb-2.6.2.tar.gz) = 2d5f4d332b11c6e807df49250a412813742196b8482ca256cbbecb0bd2d47d7b
+SHA512 (ldb-2.6.2.tar.gz) = 091111b8cf6cd93d662737890dacb64439e930b287d29299d2fc2cb18709f61d1e8a8c17d44f7224d8370dda6dc89af91e4ce8959816903ad5363388d8e37d8f
+Size (ldb-2.6.2.tar.gz) = 1738908 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
-SHA1 (patch-common_ldb__match.c) = a373b64d5933a4c03a71f80bc1f09d2f64738594
+SHA1 (patch-common_ldb__match.c) = 36b9f3439f505e1937e5c2e101b88066f195444f
SHA1 (patch-ldb__mdb_ldb__mdb.h) = 8285630012c18c6f86939105d9d030746d86f58e
SHA1 (patch-wscript) = ad5dd815e97e29e5c19e5f45165cac490d01492d
Index: pkgsrc/databases/ldb/patches/patch-common_ldb__match.c
diff -u pkgsrc/databases/ldb/patches/patch-common_ldb__match.c:1.1 pkgsrc/databases/ldb/patches/patch-common_ldb__match.c:1.2
--- pkgsrc/databases/ldb/patches/patch-common_ldb__match.c:1.1 Thu Jul 21 08:56:47 2022
+++ pkgsrc/databases/ldb/patches/patch-common_ldb__match.c Sat Apr 1 08:47:37 2023
@@ -1,8 +1,8 @@
-$NetBSD: patch-common_ldb__match.c,v 1.1 2022/07/21 08:56:47 adam Exp $
+$NetBSD: patch-common_ldb__match.c,v 1.2 2023/04/01 08:47:37 taca Exp $
Fix building.
---- common/ldb_match.c.orig 2022-06-14 20:00:35.000000000 +0000
+--- common/ldb_match.c.orig 2023-03-29 13:43:36.387152000 +0000
+++ common/ldb_match.c
@@ -33,6 +33,9 @@
*/
@@ -12,5 +12,5 @@ Fix building.
+#undef strtoull
+#endif
#include "dlinklist.h"
+ #include "ldb_handlers.h"
- /*
Home |
Main Index |
Thread Index |
Old Index