libidn: update to 1.37

This commit is contained in:
Juergen Daubert 2021-06-22 14:27:04 +02:00
parent ee0975ebd0
commit b1bd08796b
3 changed files with 11 additions and 15 deletions

View File

@ -10,17 +10,14 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/stringprep.h -rw-r--r-- root/root usr/include/stringprep.h
-rw-r--r-- root/root usr/include/tld.h -rw-r--r-- root/root usr/include/tld.h
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libidn.a
-rwxr-xr-x root/root usr/lib/libidn.la -rwxr-xr-x root/root usr/lib/libidn.la
lrwxrwxrwx root/root usr/lib/libidn.so -> libidn.so.12.6.1 lrwxrwxrwx root/root usr/lib/libidn.so -> libidn.so.12.6.2
lrwxrwxrwx root/root usr/lib/libidn.so.12 -> libidn.so.12.6.1 lrwxrwxrwx root/root usr/lib/libidn.so.12 -> libidn.so.12.6.2
-rwxr-xr-x root/root usr/lib/libidn.so.12.6.1 -rwxr-xr-x root/root usr/lib/libidn.so.12.6.2
drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libidn.pc -rw-r--r-- root/root usr/lib/pkgconfig/libidn.pc
drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/emacs/
drwxr-xr-x root/root usr/share/emacs/site-lisp/
-rw-r--r-- root/root usr/share/emacs/site-lisp/idna.el
-rw-r--r-- root/root usr/share/emacs/site-lisp/punycode.el
drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/idn.1.gz -rw-r--r-- root/root usr/share/man/man1/idn.1.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/f33BrmG2+lF7jpa00bRdY+4caGpwE0QZRl+BJ79iWjQVxLvmC8sZSc0aMaABMhHE/E7erCHG3bECoTk76qAQgA= RWSE3ohX2g5d/V7pfs4iPi3ys2w1PmrnGjVpZfx/jBX2MGLzqhblZE++omvnaAUdemxgMKWTTS9DomQ4JYWIfyIIBKVegkmcjAc=
SHA256 (Pkgfile) = 98e2a6b5c9ea0b0a75b4de0a14077030680bc237b1ff48961d913d92fee15403 SHA256 (Pkgfile) = ef37f2e52b65c3d79a6a6836f0b5b3d7664e11469af07afa60f76c50ff2be42b
SHA256 (.footprint) = 6470a411fce8deece36596af157bda39f05551bffcc70e4510b788aa6180aeec SHA256 (.footprint) = 9bad818c33c660afd94fbe9e3a9449a8f4e4ea16084688271462d2cc00e0f3e3
SHA256 (libidn-1.36.tar.gz) = 14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86b14038 SHA256 (libidn-1.37.tar.gz) = 3c8e970d5cd80a8cb56f59c61611535336343942e3f1c81b0190c69993a692c2

View File

@ -3,7 +3,7 @@
# Maintainer: Juergen Daubert, jue at crux dot nu # Maintainer: Juergen Daubert, jue at crux dot nu
name=libidn name=libidn
version=1.36 version=1.37
release=1 release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
@ -12,8 +12,7 @@ build() {
./configure \ ./configure \
--prefix=/usr \ --prefix=/usr \
--disable-nls \ --disable-nls
--disable-static
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
@ -21,5 +20,5 @@ build() {
install -d $PKG/usr/share/man/man{1,3} install -d $PKG/usr/share/man/man{1,3}
install -m 0644 doc/*.1 $PKG/usr/share/man/man1 install -m 0644 doc/*.1 $PKG/usr/share/man/man1
install -m 0644 doc/man/*.3 $PKG/usr/share/man/man3 install -m 0644 doc/man/*.3 $PKG/usr/share/man/man3
rm -r $PKG/usr/share/info rm -r $PKG/usr/share/{info,emacs}
} }