pkgsrc/devel/libidn/Makefile
wiz d41f853fdc Updated libidn to 1.33.
* Version 1.33 (released 2016-07-20) [beta]

** libidn: Fix out-of-bounds stack read in idna_to_ascii_4i.
See tests/tst_toascii64oob.c for regression check (and the comment in
it how to use it).  Reported by Hanno Böck <hanno@hboeck.de>.

** idn: Solve out-of-bounds-read when reading one zero byte as input.
Also replaced fgets with getline.  Reported by Hanno Böck <hanno@hboeck.de>.

** libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8.
It was always documented to only accept UTF-8 data, but now it doesn't
crash when presented with such data.  Reported by Hanno Böck.

** Dropped valgrind suppressions file, should no longer be needed.

** API and ABI is backwards compatible with the previous version.
2016-07-21 11:51:28 +00:00

32 lines
1,014 B
Makefile

# $NetBSD: Makefile,v 1.97 2016/07/21 11:51:28 wiz Exp $
DISTNAME= libidn-1.33
CATEGORIES= devel
MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \
${MASTER_SITE_GNU:=libidn/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libidn/
COMMENT= Internationalized Domain Names command line tool
LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= makeinfo pkg-config perl:build gsed
TEXINFO_REQD= 4.7
GNU_CONFIGURE= yes
INFO_FILES= yes
CONFIGURE_ENV+= EMACS=${FALSE:Q}
CONFIGURE_ARGS+= --disable-csharp --disable-java
CONFIGURE_ARGS+= --with-packager=pkgsrc
CONFIGURE_ARGS+= --with-packager-bug-reports=http://www.NetBSD.org/cgi-bin/sendpr.cgi?gndb=netbsd
CONFIGURE_ARGS.Interix+= --disable-ld-version-script
PKGCONFIG_OVERRIDE+= libidn.pc.in
TEST_TARGET= check
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"