From eb60bb77393643623d1acbdb701f4507e06fa712 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sun, 13 Mar 2016 12:33:12 +0100 Subject: [PATCH] [NOTIFY] expat: update to 2.1.1, includes security fix for CVE-2015-1283 --- expat/.footprint | 8 +++++--- expat/.md5sum | 2 +- expat/Pkgfile | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/expat/.footprint b/expat/.footprint index 756cf765e..2987d31de 100644 --- a/expat/.footprint +++ b/expat/.footprint @@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/xmlwf drwxr-xr-x root/root usr/include/ -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 drwxr-xr-x root/root usr/lib/ -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 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/expat.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xmlwf.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xmlwf.1.gz diff --git a/expat/.md5sum b/expat/.md5sum index 7107749a9..bf1f12463 100644 --- a/expat/.md5sum +++ b/expat/.md5sum @@ -1 +1 @@ -dd7dab7a5fea97d2a6a43f511449b7cd expat-2.1.0.tar.gz +7380a64a8e3a9d66a9887b01d0d7ea81 expat-2.1.1.tar.bz2 diff --git a/expat/Pkgfile b/expat/Pkgfile index 757311447..401622d20 100644 --- a/expat/Pkgfile +++ b/expat/Pkgfile @@ -3,13 +3,13 @@ # Maintainer: Juergen Daubert, jue at crux dot nu name=expat -version=2.1.0 +version=2.1.1 release=1 -source=(http://download.sourceforge.net/$name/$name-$version.tar.gz) +source=(http://download.sourceforge.net/$name/$name-$version.tar.bz2) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }