pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/abseil



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<T>.

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.

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



Home | Main Index | Thread Index | Old Index