summaryrefslogtreecommitdiff
path: root/libidn/Pkgfile
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2018-04-02 14:39:10 +0200
committerFredrik Rinnestam <fredrik@crux.nu>2018-04-02 14:39:10 +0200
commitb15816c93737cae0f7c80fa8e2919ffc40b50b32 (patch)
tree4179c2fd73d5e56ebdacd95aeb2621e27b246979 /libidn/Pkgfile
parent3992b4b27fdb4efeb672cce59f8a4897232569a1 (diff)
downloadopt-b15816c93737cae0f7c80fa8e2919ffc40b50b32.tar.gz
opt-b15816c93737cae0f7c80fa8e2919ffc40b50b32.tar.xz
libidn: updated to 1.34. New maintainer
Diffstat (limited to 'libidn/Pkgfile')
-rw-r--r--libidn/Pkgfile16
1 files changed, 5 insertions, 11 deletions
diff --git a/libidn/Pkgfile b/libidn/Pkgfile
index f6bef3a9b..c9af5680c 100644
--- a/libidn/Pkgfile
+++ b/libidn/Pkgfile
@@ -1,21 +1,15 @@
# Description: Provides support for IETF Internationalized Domain Names (IDN).
# URL: http://www.gnu.org/software/libidn/
-# Maintainer: Jose V Beneyto, sepen at crux dot nu
-# Packager: Daniel Mueller, daniel at danm dot de
+# Maintainer: Fredrik Rinnestam, fredrik at crux.guru
name=libidn
-version=1.33
-release=2
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
- CVE-2017-14062.patch)
+version=1.34
+release=1
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- patch -p1 -i $SRC/CVE-2017-14062.patch
- sed -i '/^SUBDIRS/s/doc//' Makefile.am
-
- autoreconf
./configure \
--prefix=/usr \
--disable-nls \
@@ -27,5 +21,5 @@ build() {
install -d $PKG/usr/share/man/man{1,3}
install -m 0644 doc/*.1 $PKG/usr/share/man/man1
install -m 0644 doc/man/*.3 $PKG/usr/share/man/man3
-
+ rm -r $PKG/usr/share/info
}

Generated by cgit