From 9fa33059425fa044344dd0c26aee941be661554f Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 6 Aug 2012 00:20:03 +0200 Subject: jasper 1.900.1-2 ajout patch sécurité MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jasper/.md5sum.i686 | 1 + jasper/.md5sum.x86_64 | 1 + jasper/Pkgfile | 12 ++++++------ 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'jasper') diff --git a/jasper/.md5sum.i686 b/jasper/.md5sum.i686 index 5b418e104..302adcf65 100644 --- a/jasper/.md5sum.i686 +++ b/jasper/.md5sum.i686 @@ -1 +1,2 @@ +3e4330a2bfbaf0cadab4e8b45f1c6747 jasper-1.900.1-security_fixes-1.patch a342b2b4495b3e1394e161eb5d85d754 jasper-1.900.1.zip diff --git a/jasper/.md5sum.x86_64 b/jasper/.md5sum.x86_64 index 5b418e104..302adcf65 100644 --- a/jasper/.md5sum.x86_64 +++ b/jasper/.md5sum.x86_64 @@ -1 +1,2 @@ +3e4330a2bfbaf0cadab4e8b45f1c6747 jasper-1.900.1-security_fixes-1.patch a342b2b4495b3e1394e161eb5d85d754 jasper-1.900.1.zip diff --git a/jasper/Pkgfile b/jasper/Pkgfile index 112cf21e2..0e912678f 100644 --- a/jasper/Pkgfile +++ b/jasper/Pkgfile @@ -5,16 +5,16 @@ name=jasper version=1.900.1 -release=1 -source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip) +release=2 +source=(http://www.ece.uvic.ca/~mdadams/$name/software/$name-$version.zip + http://www.linuxfromscratch.org/patches/blfs/svn/jasper-1.900.1-security_fixes-1.patch) build() { cd $name-$version + patch -p1 < ../jasper-1.900.1-security_fixes-1.patch ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-shared + --mandir=/usr/share/man \ + --enable-shared make make DESTDIR=$PKG install - } - -- cgit v1.2.3-54-g00ecf