Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2016 00:47:00 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419204 - head/security/libtasn1
Message-ID:  <201607280047.u6S0l0Vo083045@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Jul 28 00:46:59 2016
New Revision: 419204
URL: https://svnweb.freebsd.org/changeset/ports/419204

Log:
  security/libtasn1: update to 4.9
  
  Add '--disable-gcc-warnings' to CONFIGURE_ARGS to prevent
  using '-Werror' that causes spurious build failures.

Modified:
  head/security/libtasn1/Makefile
  head/security/libtasn1/distinfo

Modified: head/security/libtasn1/Makefile
==============================================================================
--- head/security/libtasn1/Makefile	Wed Jul 27 22:54:11 2016	(r419203)
+++ head/security/libtasn1/Makefile	Thu Jul 28 00:46:59 2016	(r419204)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libtasn1
-PORTVERSION=	4.8
+PORTVERSION=	4.9
 CATEGORIES=	security
 MASTER_SITES=	GNU
 
@@ -12,6 +12,7 @@ COMMENT=	ASN.1 structure parser library
 USE_LDCONFIG=	yes
 USES=		cpe pkgconfig pathfix gmake libtool
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--disable-gcc-warnings
 INSTALL_TARGET=	install-strip
 CPE_VENDOR=	gnu
 

Modified: head/security/libtasn1/distinfo
==============================================================================
--- head/security/libtasn1/distinfo	Wed Jul 27 22:54:11 2016	(r419203)
+++ head/security/libtasn1/distinfo	Thu Jul 28 00:46:59 2016	(r419204)
@@ -1,2 +1,3 @@
-SHA256 (libtasn1-4.8.tar.gz) = fa802fc94d79baa00e7397cedf29eb6827d4bd8b4dd77b577373577c93a8c513
-SIZE (libtasn1-4.8.tar.gz) = 1859924
+TIMESTAMP = 1469490814
+SHA256 (libtasn1-4.9.tar.gz) = 4f6f7a8fd691ac2b8307c8ca365bad711db607d4ad5966f6938a9d2ecd65c920
+SIZE (libtasn1-4.9.tar.gz) = 1864709



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