summaryrefslogtreecommitdiffstats
path: root/expat/Pkgfile.old
diff options
context:
space:
mode:
Diffstat (limited to 'expat/Pkgfile.old')
-rw-r--r--expat/Pkgfile.old18
1 files changed, 18 insertions, 0 deletions
diff --git a/expat/Pkgfile.old b/expat/Pkgfile.old
new file mode 100644
index 0000000..cacd073
--- /dev/null
+++ b/expat/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: A fast, non-validating, stream-oriented XML parsing library
+# URL: http://expat.sourceforge.net/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+
+name=expat
+version=2.0.1
+release=2
+source=(http://download.sourceforge.net/$name/$name-$version.tar.gz
+ expat-CVE-2009-3560.patch expat-CVE-2009-3720.patch)
+
+build() {
+ cd $name-$version
+ patch -p0 -d lib -i $SRC/expat-CVE-2009-3560.patch
+ patch -p0 -d lib -i $SRC/expat-CVE-2009-3720.patch
+ ./configure --prefix=/usr
+ make
+ make prefix=$PKG/usr install
+}