./devel/protobuf-c, Protocol Buffers implementation in C

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


Branch: CURRENT, Version: 1.5.2nb3, Package name: protobuf-c-1.5.2nb3, Maintainer: wiedi

This is protobuf-c, a C implementation of the Google Protocol Buffers data
serialization format. It includes libprotobuf-c, a pure C library that
implements protobuf encoding and decoding, and protoc-c, a code generator that
converts Protocol Buffer .proto files to C descriptor code, based on the
original protoc.


Required to run:
[devel/protobuf]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 519.968 KB

Version history: (Expand)


CVS history: (Expand)


   2026-04-09 09:44:37 by Thomas Klausner | Files touched by this commit (10)
Log message:
protobuf-c: fix build with protobuf 34

Using upstream pull request.

Bump PKGREVISION.
   2026-01-14 13:57:37 by Thomas Klausner | Files touched by this commit (66)
Log message:
*: recursive bump for abseil-20260107.0 shlib version bump
   2025-09-15 15:59:05 by Jonathan Perkin | Files touched by this commit (1)
Log message:
protobuf-c: Not MAKE_JOBS safe.

Also work around an abseil mutex issue on SunOS.
   2025-08-24 18:36:20 by Thomas Klausner | Files touched by this commit (65)
Log message:
*: recursive bump for abseil 20250814.0
   2025-07-05 21:37:19 by Thomas Klausner | Files touched by this commit (5) | Package removed
Log message:
protobuf-c: update to 1.5.2.

# [1.5.2] - 2025-04-06

## What's Changed
* Chase compatibility issues with Google protobuf 30.0-rc1 by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/762
* protoc-gen-c: Explicitly construct strings where needed for protobuf 30.x by \ 
@edmonds in https://github.com/protobuf-c/protobuf-c/pull/768

# [1.5.1] - 2025-02-01

## What's Changed
* CMakeList.txt: Remove double hyphens by @AlessandroBono in \ 
https://github.com/protobuf-c/protobuf-c/pull/699
* Makefile.am: Distribute missing Config.cmake.in by @AlessandroBono in \ 
https://github.com/protobuf-c/protobuf-c/pull/700
* protobuf_c_message_unpack(): Fix memory corruption by initializing \ 
unknown_fields pointer by @smuellerDD in \ 
https://github.com/protobuf-c/protobuf-c/pull/703
* Fix CI issues with CMake by @clementperon in \ 
https://github.com/protobuf-c/protobuf-c/pull/714
* build.yml: Install libtool on OS X by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/717
* build.yml: Set "fail-fast: false" so we can tell which jobs are \ 
failing by @edmonds in https://github.com/protobuf-c/protobuf-c/pull/718
* Update actions by @AndrewQuijano in \ 
https://github.com/protobuf-c/protobuf-c/pull/740
* Miscellaneous CI updates by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/747
* build.yml: Build on more pull request activity types by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/751
* Chase compatibility issues with Google protobuf >= 26.0 by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/711
* Clean CMake by @clementperon in https://github.com/protobuf-c/protobuf-c/pull/719
* build.yml: Update Windows dependencies (abseil, protobuf) by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/753
* build.yml: Ubuntu: Add 22.04, 24.04 by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/754
* Order oneof union members from largest to smallest by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/755
* More renaming of `protoc-c` to `protoc-gen-c` by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/756
* cmake: Fix build when using ninja and protobuf-c already installed by @edmonds \ 
in https://github.com/protobuf-c/protobuf-c/pull/757
* protoc-gen-c: Log a deprecation warning when invoked as `protoc-c` by @edmonds \ 
in https://github.com/protobuf-c/protobuf-c/pull/758
* build.yml: Try running multiarch builds on Debian bookworm by @edmonds in \ 
https://github.com/protobuf-c/protobuf-c/pull/759
   2025-07-03 08:28:35 by Thomas Klausner | Files touched by this commit (61)
Log message:
*: recursive bump for abseil shlib major change
   2025-02-09 15:44:09 by Thomas Klausner | Files touched by this commit (62)
Log message:
*: recursive bump for abseil 20250127.0
   2024-12-27 00:57:23 by Adam Ciarcinski | Files touched by this commit (46) | Package updated
Log message:
revbump after devel/protobuf update