Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2015 17:55:49 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r392742 - branches/2015Q3/dns/libidn
Message-ID:  <201507231755.t6NHtnhh077359@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Jul 23 17:55:48 2015
New Revision: 392742
URL: https://svnweb.freebsd.org/changeset/ports/392742

Log:
  MFH: r392735
  
  Update to 1.31
  Add USES=gmake to build on all supported FreeBSD releases
  
  PR:		201780
  Security:	CVE-2015-2059
  Security:	4caf01e2-30e6-11e5-a4a5-002590263bf5
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2015Q3/dns/libidn/Makefile
  branches/2015Q3/dns/libidn/distinfo
  branches/2015Q3/dns/libidn/pkg-plist
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/dns/libidn/Makefile
==============================================================================
--- branches/2015Q3/dns/libidn/Makefile	Thu Jul 23 16:40:43 2015	(r392741)
+++ branches/2015Q3/dns/libidn/Makefile	Thu Jul 23 17:55:48 2015	(r392742)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libidn
-PORTVERSION=	1.29
+PORTVERSION=	1.31
 CATEGORIES=	dns
 MASTER_SITES=	GNU
 
@@ -13,7 +13,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
-USES=		iconv libtool makeinfo pathfix perl5 pkgconfig
+USES=		gmake iconv libtool makeinfo pathfix perl5 pkgconfig
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 

Modified: branches/2015Q3/dns/libidn/distinfo
==============================================================================
--- branches/2015Q3/dns/libidn/distinfo	Thu Jul 23 16:40:43 2015	(r392741)
+++ branches/2015Q3/dns/libidn/distinfo	Thu Jul 23 17:55:48 2015	(r392742)
@@ -1,2 +1,2 @@
-SHA256 (libidn-1.29.tar.gz) = fb82747dbbf9b36f703ed27293317d818d7e851d4f5773dedf3efa4db32a7c7c
-SIZE (libidn-1.29.tar.gz) = 3474087
+SHA256 (libidn-1.31.tar.gz) = afdf2fce91faea483ce24e26b5e3a9235e332029c9265d07214fd1cfaa08df08
+SIZE (libidn-1.31.tar.gz) = 3481725

Modified: branches/2015Q3/dns/libidn/pkg-plist
==============================================================================
--- branches/2015Q3/dns/libidn/pkg-plist	Thu Jul 23 16:40:43 2015	(r392741)
+++ branches/2015Q3/dns/libidn/pkg-plist	Thu Jul 23 17:55:48 2015	(r392742)
@@ -10,7 +10,7 @@ info/libidn-components.png
 lib/libidn.a
 lib/libidn.so
 lib/libidn.so.11
-lib/libidn.so.11.6.12
+lib/libidn.so.11.6.14
 libdata/pkgconfig/libidn.pc
 share/emacs/site-lisp/idna.el
 share/emacs/site-lisp/punycode.el
@@ -21,6 +21,7 @@ share/emacs/site-lisp/punycode.el
 %%NLS%%share/locale/fi/LC_MESSAGES/libidn.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/libidn.mo
 %%NLS%%share/locale/hr/LC_MESSAGES/libidn.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/libidn.mo
 %%NLS%%share/locale/id/LC_MESSAGES/libidn.mo
 %%NLS%%share/locale/it/LC_MESSAGES/libidn.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/libidn.mo



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