Received: by mail.netbsd.org (Postfix, from userid 605) id DBF6184D2C; Thu, 20 May 2021 14:43:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 22F1184D27 for ; Thu, 20 May 2021 14:43:27 +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 NErJB-xopL3J for ; Thu, 20 May 2021 14:43:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9955A84CEF for ; Thu, 20 May 2021 14:43:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92840FA95; Thu, 20 May 2021 14:43:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162152180627340" MIME-Version: 1.0 Date: Thu, 20 May 2021 14:43:26 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/databases/erlang-sqlite3 To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210520144326.92840FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162152180627340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Thu May 20 14:43:26 UTC 2021 Modified Files: pkgsrc/databases/erlang-sqlite3: Makefile distinfo Log Message: erlang-sqlite3: Update to 1.1.12 upstream changes: ----------------- Release 1.1.12 o Add Github Action to release to hex.pm when tagging o Fix wrong gen_server spec detected by Dialyzer Release 1.1.11 o Use headers from amalagamation on darwin instead of system one To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/erlang-sqlite3/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/erlang-sqlite3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162152180627340 Content-Disposition: inline Content-Length: 1802 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/erlang-sqlite3/Makefile diff -u pkgsrc/databases/erlang-sqlite3/Makefile:1.21 pkgsrc/databases/erlang-sqlite3/Makefile:1.22 --- pkgsrc/databases/erlang-sqlite3/Makefile:1.21 Wed Apr 21 11:41:11 2021 +++ pkgsrc/databases/erlang-sqlite3/Makefile Thu May 20 14:43:26 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2021/04/21 11:41:11 adam Exp $ +# $NetBSD: Makefile,v 1.22 2021/05/20 14:43:26 triaxx Exp $ -DISTNAME= sqlite3-1.1.9 -PKGREVISION= 1 +DISTNAME= sqlite3-1.1.12 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} Index: pkgsrc/databases/erlang-sqlite3/distinfo diff -u pkgsrc/databases/erlang-sqlite3/distinfo:1.6 pkgsrc/databases/erlang-sqlite3/distinfo:1.7 --- pkgsrc/databases/erlang-sqlite3/distinfo:1.6 Tue Jan 19 15:47:11 2021 +++ pkgsrc/databases/erlang-sqlite3/distinfo Thu May 20 14:43:26 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2021/01/19 15:47:11 nia Exp $ +$NetBSD: distinfo,v 1.7 2021/05/20 14:43:26 triaxx Exp $ -SHA1 (sqlite3-1.1.9.tar.gz) = c106f4dcd35dfa99bb21337700a3eb50bfd31128 -RMD160 (sqlite3-1.1.9.tar.gz) = 40712ac43823bef55d267e0b2c5897fc00e265a0 -SHA512 (sqlite3-1.1.9.tar.gz) = ef8004cb6cf7a4887fa55e54983d13a3ca0cfcae8bc4c571c4346b160a208073f7aea1c0123dec7f07745366b5cb1c0895df5a2d29c26eae292aba6b4d3fc553 -Size (sqlite3-1.1.9.tar.gz) = 1881273 bytes +SHA1 (sqlite3-1.1.12.tar.gz) = 27e53e104ae744682a80685a442ed33822727311 +RMD160 (sqlite3-1.1.12.tar.gz) = d55820bf1810bd899e0a5a527540b72b4425ef42 +SHA512 (sqlite3-1.1.12.tar.gz) = 17a56c031f84da2dc324652a520d4b791d063dd2e6a34a95db5aed347ce198a95ff15f9bbbdb85e2f07603156d78f3fc5b00326f8eb395c1a70cd16ebc2b6aa9 +Size (sqlite3-1.1.12.tar.gz) = 1881515 bytes SHA1 (patch-c__src_sqlite3__drv.c) = fedaaf984fd3d167df60149b7e8b1e319ec9a4e3 --_----------=_162152180627340--