pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/protobuf



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 22 10:13:33 UTC 2022

Modified Files:
        pkgsrc/devel/protobuf: Makefile distinfo

Log Message:
protobuf: updated to 3.20.1

Protocol Buffers v3.20.1

PHP

Fix building packaged PHP extension
Fixed composer.json to only advertise compatibility with PHP 7.0+.

Ruby

Disable the aarch64 build on macOS until it can be fixed.

Other

Fix versioning issues in 3.20.0


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/protobuf/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/protobuf/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/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.55 pkgsrc/devel/protobuf/Makefile:1.56
--- pkgsrc/devel/protobuf/Makefile:1.55 Sun Apr  3 18:19:24 2022
+++ pkgsrc/devel/protobuf/Makefile      Fri Apr 22 10:13:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2022/04/03 18:19:24 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/04/22 10:13:33 adam Exp $
 #
 # When updating this, please also update devel/py-protobuf
 #
@@ -7,7 +7,7 @@
 # from before and after, and do a recursive PKGREVISION
 # bump if necessary
 
-DISTNAME=      protobuf-cpp-3.20.0
+DISTNAME=      protobuf-cpp-3.20.1
 PKGNAME=       ${DISTNAME:S/-cpp//}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=protocolbuffers/}

Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.62 pkgsrc/devel/protobuf/distinfo:1.63
--- pkgsrc/devel/protobuf/distinfo:1.62 Sun Apr  3 18:19:24 2022
+++ pkgsrc/devel/protobuf/distinfo      Fri Apr 22 10:13:33 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.62 2022/04/03 18:19:24 adam Exp $
+$NetBSD: distinfo,v 1.63 2022/04/22 10:13:33 adam Exp $
 
-BLAKE2s (protobuf-cpp-3.20.0.tar.gz) = 2bde14b52de0e92e67e02c3ff97c69a0c113c16d5021cf8224faf689247589e2
-SHA512 (protobuf-cpp-3.20.0.tar.gz) = e36b94d1df220a9e75cc2f3bf4c84cc3ac90970b14fe0135d8457cc51a589bd354cb94b81241899f7c8b271af4b73e45bb32f09e5281c26431269a9b3c410131
-Size (protobuf-cpp-3.20.0.tar.gz) = 4837193 bytes
+BLAKE2s (protobuf-cpp-3.20.1.tar.gz) = cabd251ba16333903b41a0e118604fe914ec036a31acf1e64d27cbcd2cf0b810
+SHA512 (protobuf-cpp-3.20.1.tar.gz) = aa3e9a3fbd38d6d868586b16f67b79656a693890d5d436b9369db43b9eee11adbf90a1bff117691fb02fd06216314bd8b3b439c99fab5f51c05c8d9ce2dcfe97
+Size (protobuf-cpp-3.20.1.tar.gz) = 4835820 bytes
 SHA1 (patch-configure) = e9953648e5b3df015be007c1c424a564d1eb2bef
 SHA1 (patch-third__party_googletest_googlemock_configure) = 9afd8358eef2dffe7639ca70081f60535c116855



Home | Main Index | Thread Index | Old Index