From 7f9f1ecb710eac4d65bb02785ddf288cac098323 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 23 May 2018 15:26:19 +0200 Subject: Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] This provides an implementation of the IDNA2008 standard and fixes CVE-2016-6261, CVE-2016-6263, CVE-2017-14062. --- sysdeps/unix/inet/Subdirs | 1 - sysdeps/unix/inet/configure | 9 --------- sysdeps/unix/inet/configure.ac | 7 ------- 3 files changed, 17 deletions(-) delete mode 100644 sysdeps/unix/inet/configure delete mode 100644 sysdeps/unix/inet/configure.ac (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/inet/Subdirs b/sysdeps/unix/inet/Subdirs index 1223e43..0a02dd4 100644 --- a/sysdeps/unix/inet/Subdirs +++ b/sysdeps/unix/inet/Subdirs @@ -6,4 +6,3 @@ nis nscd nss streams -libidn diff --git a/sysdeps/unix/inet/configure b/sysdeps/unix/inet/configure deleted file mode 100644 index fd0afad..0000000 --- a/sysdeps/unix/inet/configure +++ /dev/null @@ -1,9 +0,0 @@ -# This file is generated from configure.ac by Autoconf. DO NOT EDIT! - -if test "$shared" = yes; then : - - # Get this defined in config.h for main source code to test. - $as_echo "#define HAVE_LIBIDN 1" >>confdefs.h - - -fi diff --git a/sysdeps/unix/inet/configure.ac b/sysdeps/unix/inet/configure.ac deleted file mode 100644 index e9b3443..0000000 --- a/sysdeps/unix/inet/configure.ac +++ /dev/null @@ -1,7 +0,0 @@ -dnl glibc configure fragment for sysdeps/unix/inet. -GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. - -AS_IF([test "$shared" = yes], [ - # Get this defined in config.h for main source code to test. - AC_DEFINE([HAVE_LIBIDN]) -]) -- cgit v1.1