Received: by mail.netbsd.org (Postfix, from userid 605) id 7DF3884E80; Tue, 11 Apr 2023 06:09:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEB2A84E61 for ; Tue, 11 Apr 2023 06:09: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 cC0tfq4nuGcH for ; Tue, 11 Apr 2023 06:09:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2C01E84CEB for ; Tue, 11 Apr 2023 06:09:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 258B6FA84; Tue, 11 Apr 2023 06:09:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1681193367165550" MIME-Version: 1.0 Date: Tue, 11 Apr 2023 06:09:27 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/abseil To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230411060927.258B6FA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1681193367165550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 11 06:09:27 UTC 2023 Modified Files: pkgsrc/devel/abseil: Makefile distinfo Log Message: abseil: updatd to 20230125.2 20230125.2 Change implementation of OnlyLiteralZero to only fail if the second overload is chosen, not in overload resolution. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/abseil/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/abseil/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1681193367165550 Content-Disposition: inline Content-Length: 1811 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/abseil/Makefile diff -u pkgsrc/devel/abseil/Makefile:1.14 pkgsrc/devel/abseil/Makefile:1.15 --- pkgsrc/devel/abseil/Makefile:1.14 Wed Mar 8 09:58:16 2023 +++ pkgsrc/devel/abseil/Makefile Tue Apr 11 06:09:26 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2023/03/08 09:58:16 adam Exp $ +# $NetBSD: Makefile,v 1.15 2023/04/11 06:09:26 adam Exp $ -DISTNAME= abseil-20230125.1 +DISTNAME= abseil-20230125.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=abseil/} GITHUB_PROJECT= abseil-cpp Index: pkgsrc/devel/abseil/distinfo diff -u pkgsrc/devel/abseil/distinfo:1.16 pkgsrc/devel/abseil/distinfo:1.17 --- pkgsrc/devel/abseil/distinfo:1.16 Wed Mar 8 09:58:16 2023 +++ pkgsrc/devel/abseil/distinfo Tue Apr 11 06:09:26 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2023/03/08 09:58:16 adam Exp $ +$NetBSD: distinfo,v 1.17 2023/04/11 06:09:26 adam Exp $ -BLAKE2s (abseil-20230125.1-20230125.1.tar.gz) = c6e213fcf565c8cf83861aeb728ed2fae3a7f06866de220497f2dbbf63c21e9d -SHA512 (abseil-20230125.1-20230125.1.tar.gz) = 160764e2d10f1a5970b6ea7323868d231070c57b48fcc92e3614bca9d0e9ee0a571b66dfdc560934883de542f32dfbb1ba7b03c11bda8f03e63a5f31e273be6a -Size (abseil-20230125.1-20230125.1.tar.gz) = 2119641 bytes +BLAKE2s (abseil-20230125.2-20230125.2.tar.gz) = 60b97ab04dadd19841f86e3c49ff6f1f14e7b071a96be4203ff0abc9e0050fe0 +SHA512 (abseil-20230125.2-20230125.2.tar.gz) = b2ba5023610aacb680b22bef894372810e6e7df76e630e56ac2f4b9498f70a872171f4562f6560ab78e837437b7bcfd3c47bfc2a5bb7fb20f28ec490dc8ed61f +Size (abseil-20230125.2-20230125.2.tar.gz) = 2119685 bytes SHA1 (patch-absl_debugging_internal_vdso__support.cc) = 2292c5b0f2b41679039a1697508343ff5b6cc401 SHA1 (patch-absl_time_internal_cctz_src_time__zone__format.cc) = eb1165a27572e5b7d4aefb155b35fb3b6a5cb146 --_----------=_1681193367165550--