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:   wiz
Date:           Sat Sep 21 10:23:36 UTC 2024

Modified Files:
        pkgsrc/devel/protobuf: Makefile PLIST distinfo

Log Message:
protobuf: update to 28.2.

28.2

C++

    Fix cord handling in DynamicMessage and oneofs. (#18373) (5b0e543)

28.1

C++

    Fix compiler error with StrongReferenceToType() (8ea3bb1)

28.0

Compiler

    UPB text encoder without using reflection for Rust (used for a message's Debug trait) that will print out field number to value entries instead of field name to value entries of a message like 
how it's expected for the usual text format using reflection. (f9dd9ce)
    Enable MessageLite::DebugString to use Message::DebugString where possible. (f810cc5)
    Always report plugin support errors from protoc. (986ef8d)
    Stop supporting EDITION_PROTO2 as an alias for EDITION_LEGACY. (35b3425)
    Rename DynamicCastToGenerated/DownCastToGenerated to (18da465)
    Mark deleted fields in descriptor.proto reserved (44c409d)
    Protoc: support inf, -inf, nan, and -nan in option values (#15017) (3c03e93)

C++

    Move -Werror to our test/dev bazelrc files. (#17938) (f5a1b17)
    Introduce FieldDescriptor::cpp_string_type() API to replace direct ctype inspection which will be removed in the next breaking change (72b0b7a)
    Removed specific MSVC settings when installing (#17285) (770090e)
    Omit the _raw_default_instance_ declaration when using DLL linkage. (79c55cb)
    Enable MessageLite::DebugString to use Message::DebugString where possible. (f810cc5)
    Fix a bug in which proto code uses ctype instead of string_type internally. (dfbe987)
    Add an optimization that prevents an exponential number of comparisons on deeply (594a71f)
    Replace FindHelper() with BucketNumber() when only the bucket number is required. (8c7b1ec)
    Stop supporting EDITION_PROTO2 as an alias for EDITION_LEGACY. (35b3425)
    Rename DynamicCastToGenerated/DownCastToGenerated to (18da465)
    Prohibit using features in the same file they're defined in. (24b91a7)
    Implement new Debug API with redaction. (bb68eb2)
    Use bool HasHasbits(const FieldDescriptor*) instead of manual checks. (448e326)
    Add java to reserved names to escape extensions to java_. This may break existing references to gencode for extensions named java. (c99cf4b)
    Put arena cleanup nodes on a separate chunked list instead of at the ends of arena blocks. (f70d90b)
    Fix validation checks of implicit presence. (d6c2833)
    Clarify map behaviors in editions. (0dbd99a)
    Protoc: support inf, -inf, nan, and -nan in option values (#15017) (3c03e93)


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/protobuf/Makefile \
    pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/protobuf/PLIST

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.83 pkgsrc/devel/protobuf/Makefile:1.84
--- pkgsrc/devel/protobuf/Makefile:1.83 Wed Aug 28 13:43:18 2024
+++ pkgsrc/devel/protobuf/Makefile      Sat Sep 21 10:23:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2024/08/28 13:43:18 adam Exp $
+# $NetBSD: Makefile,v 1.84 2024/09/21 10:23:36 wiz Exp $
 #
 # When updating this, please also update devel/py-protobuf.
 #
@@ -8,7 +8,7 @@
 # likely that any upstream release, even if apparently minor, will
 # require a recursive revbump.
 
-DISTNAME=      protobuf-27.4
+DISTNAME=      protobuf-28.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=protocolbuffers/}
 GITHUB_PROJECT=        protobuf
Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.83 pkgsrc/devel/protobuf/distinfo:1.84
--- pkgsrc/devel/protobuf/distinfo:1.83 Wed Aug 28 13:43:18 2024
+++ pkgsrc/devel/protobuf/distinfo      Sat Sep 21 10:23:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.83 2024/08/28 13:43:18 adam Exp $
+$NetBSD: distinfo,v 1.84 2024/09/21 10:23:36 wiz Exp $
 
-BLAKE2s (protobuf-27.4.tar.gz) = 7e6b3f28c22eb4acf80bdac3489e39962bd2ca3b53f8d29a167b98aad983cebb
-SHA512 (protobuf-27.4.tar.gz) = d076ce7e075096d0dba7ee2314b12e3223c4239c019e25670636a0ef812ddf0ce3f1fd9b9fe8517319db87b14bbdb2653cc4e06023f90032dfedb014457b2863
-Size (protobuf-27.4.tar.gz) = 9156456 bytes
+BLAKE2s (protobuf-28.2.tar.gz) = 1155401f78fbf821102d9ae171c59519fab9feebee15a2650cba890f9266eeb4
+SHA512 (protobuf-28.2.tar.gz) = 4ce79dd4fce384e4d6b7234ad4b25b5b5abeb4c2a122aa226c903b9b83d576f4b105b0d29f1cf4606c6a265d84fbfff2436edb2a9279360e84da9ac98ad1106c
+Size (protobuf-28.2.tar.gz) = 9255285 bytes

Index: pkgsrc/devel/protobuf/PLIST
diff -u pkgsrc/devel/protobuf/PLIST:1.25 pkgsrc/devel/protobuf/PLIST:1.26
--- pkgsrc/devel/protobuf/PLIST:1.25    Tue Jun  4 09:30:53 2024
+++ pkgsrc/devel/protobuf/PLIST Sat Sep 21 10:23:36 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2024/06/04 09:30:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.26 2024/09/21 10:23:36 wiz Exp $
 bin/protoc
 bin/protoc-${PKGVERSION}.0
 include/google/protobuf/any.h
@@ -122,8 +122,8 @@ include/google/protobuf/compiler/retenti
 include/google/protobuf/compiler/ruby/ruby_generator.h
 include/google/protobuf/compiler/rust/accessors/accessor_case.h
 include/google/protobuf/compiler/rust/accessors/accessors.h
+include/google/protobuf/compiler/rust/accessors/default_value.h
 include/google/protobuf/compiler/rust/accessors/generator.h
-include/google/protobuf/compiler/rust/accessors/helpers.h
 include/google/protobuf/compiler/rust/context.h
 include/google/protobuf/compiler/rust/crate_mapping.h
 include/google/protobuf/compiler/rust/enum.h
@@ -271,8 +271,8 @@ lib/libprotobuf.so
 lib/libprotobuf.so.${PKGVERSION}.0
 lib/libprotoc.so
 lib/libprotoc.so.${PKGVERSION}.0
-lib/libutf8_range.a
-lib/libutf8_validity.a
+lib/libutf8_range.so
+lib/libutf8_validity.so
 lib/pkgconfig/protobuf-lite.pc
 lib/pkgconfig/protobuf.pc
 lib/pkgconfig/utf8_range.pc



Home | Main Index | Thread Index | Old Index