1
0
forked from ports/opt

[NOTIFY] expat: update to 2.1.1, includes security fix for CVE-2015-1283

This commit is contained in:
Juergen Daubert 2016-03-13 12:33:12 +01:00
parent 0d70bb1bef
commit eb60bb7739
3 changed files with 9 additions and 7 deletions

View File

@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xmlwf -rwxr-xr-x root/root usr/bin/xmlwf
drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/expat.h -rw-r--r-- root/root usr/include/expat.h
-rw-r--r-- root/root usr/include/expat_config.h
-rw-r--r-- root/root usr/include/expat_external.h -rw-r--r-- root/root usr/include/expat_external.h
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libexpat.a -rw-r--r-- root/root usr/lib/libexpat.a
@ -12,6 +13,7 @@ lrwxrwxrwx root/root usr/lib/libexpat.so.1 -> libexpat.so.1.6.0
-rwxr-xr-x root/root usr/lib/libexpat.so.1.6.0 -rwxr-xr-x root/root usr/lib/libexpat.so.1.6.0
drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/expat.pc -rw-r--r-- root/root usr/lib/pkgconfig/expat.pc
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man1/xmlwf.1.gz drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xmlwf.1.gz

View File

@ -1 +1 @@
dd7dab7a5fea97d2a6a43f511449b7cd expat-2.1.0.tar.gz 7380a64a8e3a9d66a9887b01d0d7ea81 expat-2.1.1.tar.bz2

View File

@ -3,13 +3,13 @@
# Maintainer: Juergen Daubert, jue at crux dot nu # Maintainer: Juergen Daubert, jue at crux dot nu
name=expat name=expat
version=2.1.0 version=2.1.1
release=1 release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz) source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2)
build() { build() {
cd $name-$version cd $name-$version
./configure --prefix=/usr --mandir=/usr/man ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }