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

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


Branch: CURRENT, Version: 1.5.0nb4, Package name: protobuf-c-1.5.0nb4, 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: 495.362 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-14 11:35:46 by Thomas Klausner | Files touched by this commit (3)
Log message:
protobuf-c: fix protobuf 26 compatibility

Bump PKGREVISION.
   2024-04-07 22:53:13 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
protobuf-c: make it build with protobuf 26
   2024-04-05 16:01:01 by Thomas Klausner | Files touched by this commit (49)
Log message:
*: recursive bump for protobuf 26.1
   2024-03-28 12:13:30 by Greg Troxel | Files touched by this commit (1) | Package updated
Log message:
devel/protobuf-c: Belated revbump for update of protobuf

In mid-February, protobuf was updated from 25.2 to 25.3.  Apparently
and arguably, this was a minor update.  The shlib version changed from
25.2.0 to 25.3.0.  However, due to either an upstream bug or upstream
not following norms, there is no .25 symlink, and depending packages
encode the full version.  Thus, this was an ABI change.
   2024-01-30 19:29:21 by Adam Ciarcinski | Files touched by this commit (47)
Log message:
revbump for devel/abseil
   2023-12-04 15:02:29 by Jonathan Perkin | Files touched by this commit (1) | Package updated
Log message:
protobuf-c: Restore section removed in last update.

Without this the build fails with "google/protobuf/descriptor.proto: File not
found.".  It's unclear how this could work for some and not others.
   2023-11-26 07:06:28 by Thomas Klausner | Files touched by this commit (20) | Package removed
Log message:
protobuf-c: update to 1.5.0.

What's Changed

    Makefile.am: change link order by @franksinankaya in #486
    GitHub actions fail on Windows due to missing unzip command by @britzl in #525
    Export and install CMake targets by @morrisonlevi in #472
    Use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR by @KivApple in #482
    remove deprecated functionality by @aviborg in #542
    Avoid "unused variable" compiler warning by @rgriege in #545
    Update autotools by @AtariDreams in #550
    Support for new Google protobuf 22.x, 23.x releases by @edmonds in #673
    Miscellaneous fixes by @edmonds in #675
    Remove protobuf 2.x support by @edmonds in #676
    Silence some compiler diagnostics by @edmonds in #677
    Fixing MSVC build for Msbuild and Makefile generators by @MiguelBarro in #685
   2023-11-15 19:14:46 by Thomas Klausner | Files touched by this commit (55)
Log message:
*: bump for protobuf 25