Thu Jan 19 19:48:45 2017 UTC ()
Pullup ticket #5193 - requested by wiz
security/libtasn1: bugfix, build fix

Revisions pulled up:
- security/libtasn1/Makefile                                    1.67-1.68
- security/libtasn1/distinfo                                    1.47

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Tue Jan 10 15:26:32 UTC 2017

   Modified Files:
   	pkgsrc/security/libtasn1: Makefile distinfo

   Log Message:
   Updated libtasn1 to 4.9.

   * Noteworthy changes in release 4.9 (released 2016-07-25) [stable]
   - Fixes to OID encoding of OIDs which have elements which exceed 2^32

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Wed Jan 11 16:25:06 UTC 2017

   Modified Files:
   	pkgsrc/security/libtasn1: Makefile

   Log Message:
   Remove -Werror from compilation flags.

   PR 51821
   PR 51829


(bsiegert)
diff -r1.66 -r1.66.6.1 pkgsrc/security/libtasn1/Makefile
diff -r1.46 -r1.46.6.1 pkgsrc/security/libtasn1/distinfo

cvs diff -r1.66 -r1.66.6.1 pkgsrc/security/libtasn1/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libtasn1/Makefile 2016/06/22 10:36:00 1.66
+++ pkgsrc/security/libtasn1/Makefile 2017/01/19 19:48:45 1.66.6.1
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.66 2016/06/22 10:36:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.66.6.1 2017/01/19 19:48:45 bsiegert Exp $
2 2
3DISTNAME= libtasn1-4.8 3DISTNAME= libtasn1-4.9
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/} 5MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/libtasn1/ 8HOMEPAGE= http://www.gnu.org/software/libtasn1/
9COMMENT= ASN.1 structure parser library 9COMMENT= ASN.1 structure parser library
10LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3 10LICENSE= gnu-fdl-v1.3 AND gnu-lgpl-v2.1 AND gnu-gpl-v3
11 11
12USE_TOOLS+= makeinfo 12USE_TOOLS+= makeinfo
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15TEST_TARGET= check 15TEST_TARGET= check
16INFO_FILES= yes 16INFO_FILES= yes
17 17
18CONFIGURE_ARGS+= --with-packager="pkgsrc" 18CONFIGURE_ARGS+= --with-packager="pkgsrc"
19CONFIGURE_ARGS+= --with-packager-version="${PKGVERSION}" 19CONFIGURE_ARGS+= --with-packager-version="${PKGVERSION}"
20CONFIGURE_ARGS+= --with-packager-bug-reports="http://gnats.NetBSD.org/" 20CONFIGURE_ARGS+= --with-packager-bug-reports="http://gnats.NetBSD.org/"
21 21
 22BUILDLINK_TRANSFORM+= rm:-Werror
 23
22# Mac OS X has no prototype for getopt_long and no declaration for 24# Mac OS X has no prototype for getopt_long and no declaration for
23# struct option, so ignore getopt_long() even though the test succeeds. 25# struct option, so ignore getopt_long() even though the test succeeds.
24CONFIGURE_ENV.Darwin+= ac_cv_func_getopt_long=no 26CONFIGURE_ENV.Darwin+= ac_cv_func_getopt_long=no
25CFLAGS.Darwin+= -fno-common 27CFLAGS.Darwin+= -fno-common
26 28
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.46 -r1.46.6.1 pkgsrc/security/libtasn1/distinfo (expand / switch to unified diff)

--- pkgsrc/security/libtasn1/distinfo 2016/06/22 10:36:00 1.46
+++ pkgsrc/security/libtasn1/distinfo 2017/01/19 19:48:45 1.46.6.1
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.46 2016/06/22 10:36:00 wiz Exp $ 1$NetBSD: distinfo,v 1.46.6.1 2017/01/19 19:48:45 bsiegert Exp $
2 2
3SHA1 (libtasn1-4.8.tar.gz) = a59c9f5db50909bd21ae143da40d74397fd51320 3SHA1 (libtasn1-4.9.tar.gz) = c9b8148f4877ef739d3cf67de491c4c3dd5f5aca
4RMD160 (libtasn1-4.8.tar.gz) = c0959f5f5ed12e2963e2edb10a28a17c387d735a 4RMD160 (libtasn1-4.9.tar.gz) = ed8e56174119c95d66d631d4f9464acf3f13a868
5SHA512 (libtasn1-4.8.tar.gz) = 22a0d1b2fc57efd18aa23ea720f915ec0c31bd2f60653181b0537d3d7c3c3262cef3a76e3be03fdb7d7cd5a6b4156a1033b156e56717bfa37a32f176692319f3 5SHA512 (libtasn1-4.9.tar.gz) = 1fb2c5eb89f3e9abd8f7433342619e3d89576ed15a783b8152ed9da0383342f80e750c570733ac266bc8a3c4b23e5e2a57e3735b2341d507e7d88ac366a8d6e7
6Size (libtasn1-4.8.tar.gz) = 1859924 bytes 6Size (libtasn1-4.9.tar.gz) = 1864709 bytes