Received: by mail.netbsd.org (Postfix, from userid 605) id 9889C84F49; Thu, 29 Sep 2022 19:36:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA67884F48 for ; Thu, 29 Sep 2022 19:36:06 +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 B_8fo2qJ-Vqf for ; Thu, 29 Sep 2022 19:36:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3518A84F1E for ; Thu, 29 Sep 2022 19:36:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2EBFEFA90; Thu, 29 Sep 2022 19:36:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664480166238050" MIME-Version: 1.0 Date: Thu, 29 Sep 2022 19:36:06 +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: <20220929193606.2EBFEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664480166238050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Sep 29 19:36:06 UTC 2022 Modified Files: pkgsrc/devel/abseil: Makefile distinfo Log Message: abseil: updated to 20220623.1 Abseil LTS 20220623.1 What's New: Added absl::AnyInvocable, a move-only function type. Added absl::CordBuffer, a type for buffering data for eventual inclusion an absl::Cord, which is useful for writing zero-copy code. Added support for command-line flags of type absl::optional. Breaking Changes: CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control whether or not unit tests are built. The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that are experiencing new warnings can use -Wno-deprecated-declatations silence the warnings or use -Wno-error=deprecated-declarations to see warnings but not fail the build. ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some compilers are more strict about where this keyword must appear compared to the pre-C++20 implementation. Bazel builds now depend on the bazelbuild/bazel-skylib repository. See Abseil's WORKSPACE file for an example of how to add this dependency. Other: This will be the last release to support C++11. Future releases will require at least C++14. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/abseil/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/abseil/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664480166238050 Content-Disposition: inline Content-Length: 1810 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.11 pkgsrc/devel/abseil/Makefile:1.12 --- pkgsrc/devel/abseil/Makefile:1.11 Wed Jul 6 15:16:59 2022 +++ pkgsrc/devel/abseil/Makefile Thu Sep 29 19:36:06 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2022/07/06 15:16:59 adam Exp $ +# $NetBSD: Makefile,v 1.12 2022/09/29 19:36:06 adam Exp $ -DISTNAME= abseil-20220623.0 +DISTNAME= abseil-20220623.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=abseil/} GITHUB_PROJECT= abseil-cpp Index: pkgsrc/devel/abseil/distinfo diff -u pkgsrc/devel/abseil/distinfo:1.14 pkgsrc/devel/abseil/distinfo:1.15 --- pkgsrc/devel/abseil/distinfo:1.14 Wed Jul 6 15:27:01 2022 +++ pkgsrc/devel/abseil/distinfo Thu Sep 29 19:36:06 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2022/07/06 15:27:01 wiz Exp $ +$NetBSD: distinfo,v 1.15 2022/09/29 19:36:06 adam Exp $ -BLAKE2s (abseil-20220623.0-20220623.0.tar.gz) = 6d266cfbbdabc9047de29dcd6a164d35d2ea0139f43638a7a67d767d8ce4e996 -SHA512 (abseil-20220623.0-20220623.0.tar.gz) = 6a84254927cac285c77f6b2e77de23ce4f65c28acc0289228f3db552e247fb1dedf2c6e51a98da7df700c062612e27e6acd029122e8abc3fff12f3f5502c8c10 -Size (abseil-20220623.0-20220623.0.tar.gz) = 1957466 bytes +BLAKE2s (abseil-20220623.1-20220623.1.tar.gz) = 0eb42c56e9c0136a14a48e74a820bd868384ce08cc13a92c1f42db6616a8313d +SHA512 (abseil-20220623.1-20220623.1.tar.gz) = ab4fccd9a2bfa0c5ad4b56c8e8f8b7ec7a8eca8b6cc6959802acadd1da785e1feb078c6ac621808cd699c82717a9e637dc426d94b70a8db7f2a807059d41cbc2 +Size (abseil-20220623.1-20220623.1.tar.gz) = 1957483 bytes SHA1 (patch-absl_debugging_internal_vdso__support.cc) = 2292c5b0f2b41679039a1697508343ff5b6cc401 SHA1 (patch-absl_time_internal_cctz_src_time__zone__format.cc) = 501736490edc62afb8b82e16f9a88e7fab6f5552 --_----------=_1664480166238050--