Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2F0D84EEB for ; Thu, 20 Jul 2023 20:47:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nERqqUI-HWa9 for ; Thu, 20 Jul 2023 20:47:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2307584E6C for ; Thu, 20 Jul 2023 20:47:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D47CFBDB; Thu, 20 Jul 2023 20:47:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1689886039199590" MIME-Version: 1.0 Date: Thu, 20 Jul 2023 20:47:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/tdb To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230720204719.1D47CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1689886039199590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 20 20:47:19 UTC 2023 Modified Files: pkgsrc/databases/tdb: Makefile distinfo Log Message: tdb: updated to 1.4.9 1.4.9 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/databases/tdb/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/tdb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1689886039199590 Content-Disposition: inline Content-Length: 1750 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/tdb/Makefile diff -u pkgsrc/databases/tdb/Makefile:1.50 pkgsrc/databases/tdb/Makefile:1.51 --- pkgsrc/databases/tdb/Makefile:1.50 Tue Jun 6 12:40:34 2023 +++ pkgsrc/databases/tdb/Makefile Thu Jul 20 20:47:18 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2023/06/06 12:40:34 riastradh Exp $ +# $NetBSD: Makefile,v 1.51 2023/07/20 20:47:18 adam Exp $ -DISTNAME= tdb-1.4.8 +DISTNAME= tdb-1.4.9 CATEGORIES= databases MASTER_SITES= http://www.samba.org/ftp/tdb/ Index: pkgsrc/databases/tdb/distinfo diff -u pkgsrc/databases/tdb/distinfo:1.29 pkgsrc/databases/tdb/distinfo:1.30 --- pkgsrc/databases/tdb/distinfo:1.29 Sun Jan 22 13:21:52 2023 +++ pkgsrc/databases/tdb/distinfo Thu Jul 20 20:47:18 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2023/01/22 13:21:52 wiz Exp $ +$NetBSD: distinfo,v 1.30 2023/07/20 20:47:18 adam Exp $ -BLAKE2s (tdb-1.4.8.tar.gz) = 88e814ee84c23195cf7aba4fa851d87e2285546129f9e212a7f25db8d1b6929e -SHA512 (tdb-1.4.8.tar.gz) = 763beebe923aa04303cbb91ce5970e6bbd13546888cff75ea9ab025afff3ef88fee539ae173fc2fb7ec661b6c337b0c2da361ce3d318f51ef6627bdb3fe6ca63 -Size (tdb-1.4.8.tar.gz) = 742791 bytes +BLAKE2s (tdb-1.4.9.tar.gz) = 5d2d504804770f1d6cf057849d46020a51d88ebb2cc3ead7c97afa738155c2b6 +SHA512 (tdb-1.4.9.tar.gz) = 6b0109075826b8630f6b5a7e7ade2fcff95c5d05338340af78219422610947c520707b3e484ff13fbd40bbfffe13977976e8ddcb1be7b13e13ac78b4e3ec06c2 +Size (tdb-1.4.9.tar.gz) = 746608 bytes SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 50ff76f5b085f770751ca8bb93c8544cfdcd40d9 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2 --_----------=_1689886039199590--