./devel/protobuf, Google protocol buffers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 26.1, Package name: protobuf-26.1, Maintainer: pkgsrc-users

Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 5818.265 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-05 16:01:01 by Thomas Klausner | Files touched by this commit (49)
Log message:
*: recursive bump for protobuf 26.1
   2024-04-05 15:55:23 by Thomas Klausner | Files touched by this commit (6) | Package updated
Log message:
{py-,}protobuf: update to {5.,}26.1

This version includes breaking changes to: Java, PHP, C++, Ruby, Python.
   2024-03-28 12:19:53 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/protobuf: Expand comment about shlib versions

Upstream's minor releases have ABI changes.
   2024-02-16 14:41:11 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to (4.)25.3

Protocol Buffers v25.3

Apple Privacy Manifest Requirement

[CPP] Add the privacy manifest to the C++ CocoaPod. (9d1bc10)
[ObjC] Add the privacy manifest to the ObjC CocoaPod. (cec08dc)
Add PrivacyInfo.xcprivacy

C++

Remove use of mach_absolute_time

Objective-C

[ObjC] Use a local to avoid warnings in 32bit builds. (9dc736d)

Python

Bump python version to 3.9 for gcloud 460.0.0 (17ec19d)

Ruby

Update Ruby GHA to test against Ruby 3.3. (25b1e81)
Pin bundler version to 2.4.22 for Ruby 2.7 support
   2024-01-30 19:29:21 by Adam Ciarcinski | Files touched by this commit (47)
Log message:
revbump for devel/abseil
   2024-01-10 21:52:51 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to (4.)25.2
   2023-11-19 14:21:42 by Jason Bacon | Files touched by this commit (1)
Log message:
devel/protobuf: Unbreak build on Darwin

FORCE_CXX_STD=c++14
   2023-11-16 07:15:46 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to [4.]25.1

Protocol Buffers v25.1

Announcements

Protobuf News may include additional announcements or pre-announcements for \ 
upcoming changes.

Python

Raise warnings for deprecated python syntax usages (74f5cf4)

Ruby

Add support for extensions in CRuby, JRuby, and FFI Ruby
Add support for options in CRuby, JRuby and FFI