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

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


Branch: CURRENT, Version: 1.5.0nb2, Package name: protobuf-c-1.5.0nb2, 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-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
   2023-11-03 14:11:26 by Thomas Klausner | Files touched by this commit (20)
Log message:
protobuf-c: fix build with latest protobuf

From upstream, who should really make a new release.

Bump PKGREVISION.
   2023-11-02 13:20:06 by Thomas Klausner | Files touched by this commit (54)
Log message:
*: recursive bump for protobuf
   2022-08-18 21:24:09 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
protobuf-c: update to 1.4.1.

protobuf-c (1.4.1)

  [ Robert Edmonds ]
  * Release 1.4.1

  [ Todd C. Miller ]
  * Only shift unsigned values to avoid implementation-specific behavior
    (#506, #508).
  * Fix regression with zero-length messages introduced in protobuf-c PR 500.
  * Fix a clang analyzer 14 warning about a possible NULL deref (#512, #514).

  [ steed717 ]
  * Fix unsigned integer overflow (#499, #513).