pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-google-protobuf



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  1 07:18:06 UTC 2026

Modified Files:
        pkgsrc/devel/ruby-google-protobuf: Makefile distinfo
Removed Files:
        pkgsrc/devel/ruby-google-protobuf/patches:
            patch-ext_google_protobuf__c_ruby-upb.h

Log Message:
devel/ruby-google-protobuf: update to 4.34.0

4.34.0 (2026-02-25)

Ruby

* Drop references to x64-mingw32 since we no longer support Ruby
  3.0. (2b927f1)
* Bump gem dependencies (659e0f3)
* Ruby codegen: support generation of rbs files (#15633) (6ebdf85)
* Support Ruby 4.0 (#25051) (93f4eba)

UPB (Python/PHP/Ruby C-Extension)

* Add recursion guards for the following nested messages: (#25807) (c52dcb4)
* Fix breaking change related to upb_c_proto_library and
  upb_proto_reflection_library (b0150c0)
* Removed the third_party/upb/upb/bazel directory. (7efbfe1)
* Add conformance tests for utf8 validation. (e8923a8)
* Added more validations of syntax and edition when parsing
  descriptors. (4c5c4b2)
* Fixes a compiler crash when building the Windows arm64 Ruby/Python
  extension (0e84323)
* Add BTI to branch targets when branch protection is enabled. This resolves
  (a3ca522)
* Enable edition 2024 in upb generators (e44d421)


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-google-protobuf/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-google-protobuf/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/devel/ruby-google-protobuf/patches/patch-ext_google_protobuf__c_ruby-upb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-google-protobuf/Makefile
diff -u pkgsrc/devel/ruby-google-protobuf/Makefile:1.16 pkgsrc/devel/ruby-google-protobuf/Makefile:1.17
--- pkgsrc/devel/ruby-google-protobuf/Makefile:1.16     Wed Feb 11 08:02:23 2026
+++ pkgsrc/devel/ruby-google-protobuf/Makefile  Sun Mar  1 07:18:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2026/02/11 08:02:23 taca Exp $
+# $NetBSD: Makefile,v 1.17 2026/03/01 07:18:05 taca Exp $
 
-DISTNAME=      google-protobuf-4.33.5
+DISTNAME=      google-protobuf-4.34.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-google-protobuf/distinfo
diff -u pkgsrc/devel/ruby-google-protobuf/distinfo:1.13 pkgsrc/devel/ruby-google-protobuf/distinfo:1.14
--- pkgsrc/devel/ruby-google-protobuf/distinfo:1.13     Wed Feb 11 08:02:23 2026
+++ pkgsrc/devel/ruby-google-protobuf/distinfo  Sun Mar  1 07:18:05 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/02/11 08:02:23 taca Exp $
+$NetBSD: distinfo,v 1.14 2026/03/01 07:18:05 taca Exp $
 
-BLAKE2s (google-protobuf-4.33.5.gem) = 4086f9c4d74c3aab3915dcbea9ede843fc95487e78e99f9bc83227c416b08624
-SHA512 (google-protobuf-4.33.5.gem) = a7b6c8e0c8228820b53fafd907513337c3d91df60a11771d1f4c63c59cfcb32fd6f925f6174b5ffd3e8f8bfa1c6fb159402405e9faa76341a581228a6cc71d1d
-Size (google-protobuf-4.33.5.gem) = 303104 bytes
-SHA1 (patch-ext_google_protobuf__c_ruby-upb.h) = 74949fae8f63cd543de16a6d9dc5a0d1731bf838
+BLAKE2s (google-protobuf-4.34.0.gem) = 2f6bab7970c4638702a55bef2ae12af67d438094267348675c2b6527b1af830a
+SHA512 (google-protobuf-4.34.0.gem) = 6152dae60055c6e40221e8f76e9d75de0717284cf3e6e7492db3b6191ac692789fb9b6aa467565706aa744ccc721a0fda4e3ed0f1f7573e47fc2477cb197e35c
+Size (google-protobuf-4.34.0.gem) = 311296 bytes



Home | Main Index | Thread Index | Old Index