Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2019 18:06:12 +0000 (UTC)
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505176 - in head/devel/protobuf-c: . files
Message-ID:  <201906261806.x5QI6Cco000397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: truckman
Date: Wed Jun 26 18:06:12 2019
New Revision: 505176
URL: https://svnweb.freebsd.org/changeset/ports/505176

Log:
  Upgrade devel/protobuf-c to version 1.3.2:
  
    [ Robert Edmonds ]
    * Release 1.3.2.
  
    * Use protobuf 3.7.1 in the Travis-CI environment (#368).
  
    * Fix test suite build failure on newer versions of protobuf (#369).
  
    [ Ilya Lipnitskiy ]
    * Fix proto3 repeated scalar field default packing behavior (#330, #377).
  
    [ Adam Cozzette ]
    * Fix out-of-bounds read in scan_length_prefixed_data() (#375, #376).
  
    [ Jurriaan Bremer ]
    * Fix -Wdeclaration-after-statement warning in parse_oneof_member() (#360).
  
    [ Hayri Ugur Koltuk ]
    * Fix SIGSEGV in protobuf_c_message_check() on messages with unpopulated
      oneof members (#358).
  
    [ Italo Guerrieri ]
    * Do not allow tag values of 0 in protobuf messages, as these are not
      allowed by proto2 or proto3 (#299).
  
  The patch for version 1.3.1 is no longer required.
  
  Sort Makefile statements to pacify portlint.
  
  Reported by:	portscout
  Sponsored by:	Farsight Security, Inc.

Deleted:
  head/devel/protobuf-c/files/
Modified:
  head/devel/protobuf-c/Makefile
  head/devel/protobuf-c/distinfo

Modified: head/devel/protobuf-c/Makefile
==============================================================================
--- head/devel/protobuf-c/Makefile	Wed Jun 26 17:42:16 2019	(r505175)
+++ head/devel/protobuf-c/Makefile	Wed Jun 26 18:06:12 2019	(r505176)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=		protobuf-c
-PORTVERSION=		1.3.1
+PORTVERSION=		1.3.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
 CATEGORIES=		devel
 
 MAINTAINER=	truckman@FreeBSD.org
@@ -16,9 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libprotobuf.so:devel/protobuf
 
 USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig
-GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/devel/protobuf-c/distinfo
==============================================================================
--- head/devel/protobuf-c/distinfo	Wed Jun 26 17:42:16 2019	(r505175)
+++ head/devel/protobuf-c/distinfo	Wed Jun 26 18:06:12 2019	(r505176)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534315586
-SHA256 (protobuf-c-protobuf-c-v1.3.1_GH0.tar.gz) = 5eeec797d7ff1d4b1e507925a1780fad5dd8dd11163203d8832e5a9f20a79b08
-SIZE (protobuf-c-protobuf-c-v1.3.1_GH0.tar.gz) = 128705
+TIMESTAMP = 1561501851
+SHA256 (protobuf-c-protobuf-c-v1.3.2_GH0.tar.gz) = 5205312e561b75b9d2db671b22f28d67afb5c7d1fef94a6f2d29d775ca4e0519
+SIZE (protobuf-c-protobuf-c-v1.3.2_GH0.tar.gz) = 130176



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906261806.x5QI6Cco000397>