Skip to content

Commit

Permalink
Update devel/protobuf-c to 1.2.1
Browse files Browse the repository at this point in the history
protobuf-c (1.2.1)

  [ Robert Edmonds ]
  * Release 1.2.1.

  [ Paolo Borelli ]
  * protoc-c: Generate code that uses the universal zero initializer {0} when
    initializing a oneof union (#187, #205).

protobuf-c (1.2.0)

  [ Robert Edmonds ]
  * Release 1.2.0.

  [ Ilya Lipnitsky ]
  * Implement the "optimize_for = CODE_SIZE" option (#183).

  * Eliminate undefined behavior in zigzag functions (#198).

  * Pack negative enum values correctly (#199).

  [ Peter Leschev ]
  * Fix protobuf_c_message_get_packed_size() on 16-bit systems (#196, #197).

  [ Diego Elio Pettenò ]
  * Update link to Autotools Mythbuster to canonical site (#201).

  [ Zex Li ]
  * Skip test suite when cross-compiling (#184).
  • Loading branch information
wiedi committed Feb 21, 2016
1 parent 0df437e commit cab546a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/protobuf-c/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2015/06/10 01:39:33 wiedi Exp $
# $NetBSD: Makefile,v 1.2 2016/02/21 16:04:20 wiedi Exp $

DISTNAME= protobuf-c-1.1.1
DISTNAME= protobuf-c-1.2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=protobuf-c/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
10 changes: 5 additions & 5 deletions devel/protobuf-c/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2015/11/03 03:29:03 agc Exp $
$NetBSD: distinfo,v 1.3 2016/02/21 16:04:20 wiedi Exp $

SHA1 (protobuf-c-1.1.1.tar.gz) = 9ab7586cd792b41c8f8d4a08d592f456d6e31482
RMD160 (protobuf-c-1.1.1.tar.gz) = aed0d5a3e2241a8bd0d04fd01dbd1d2308e94b04
SHA512 (protobuf-c-1.1.1.tar.gz) = a7c0f82464078ffe68afbe19ff8b136e880117038ed81493ab6dc175cc80769fb39adc88904d2ce4f82d999ea4266d668887089b977393de8ba8e003e6ff3bad
Size (protobuf-c-1.1.1.tar.gz) = 116223 bytes
SHA1 (protobuf-c-1.2.1.tar.gz) = 3ecd015299d5a8ab8304bf5eeea2fd0f75c1f6bb
RMD160 (protobuf-c-1.2.1.tar.gz) = 16b5203a792b4db8adc18d5ec47546a7cdd377a1
SHA512 (protobuf-c-1.2.1.tar.gz) = 1e9314dd93768067ecde981edc1e81cd54c53c8cbf7992cfc319e6ab56795dc5571e8f88d5f6fd428f27f6cda2bd7c14c48929b2944553afb7ab28b9589cf992
Size (protobuf-c-1.2.1.tar.gz) = 117856 bytes
SHA1 (patch-Makefile.am) = 7e037f255e8415cf3584adb0f652aabc71b4ecfe

0 comments on commit cab546a

Please sign in to comment.