summaryrefslogtreecommitdiff
path: root/extra/libpng
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
commit47d70348352503e92ba694a6a683f629eaa18215 (patch)
tree7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /extra/libpng
parentc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff)
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/hostapd/PKGBUILD community/discid/PKGBUILD community/dumb/PKGBUILD community/dynamite/PKGBUILD community/echat/PKGBUILD community/fbdump/PKGBUILD community/fldiff/PKGBUILD community/flightgear/PKGBUILD community/fonteditfs/PKGBUILD community/freehdl/PKGBUILD community/unclutter/PKGBUILD community/unpaper/PKGBUILD community/wmii/PKGBUILD community/xkeycaps/PKGBUILD community/xl2tpd/PKGBUILD community/xmmsctrl/PKGBUILD extra/gnutls/PKGBUILD extra/inkscape/PKGBUILD extra/ntp/PKGBUILD extra/transmission/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/libreoffice/PKGBUILD
Diffstat (limited to 'extra/libpng')
-rw-r--r--extra/libpng/PKGBUILD19
1 files changed, 7 insertions, 12 deletions
diff --git a/extra/libpng/PKGBUILD b/extra/libpng/PKGBUILD
index 0b00bd6e4..b5f7ed81b 100644
--- a/extra/libpng/PKGBUILD
+++ b/extra/libpng/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 150423 2012-02-17 13:27:22Z ibiru $
+# $Id: PKGBUILD 150693 2012-02-20 11:05:39Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
# Contributor: Travis Willard <travis@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=libpng
-pkgver=1.5.8
-_apngver=1.5.8
-pkgrel=2
+pkgver=1.5.9
+_apngver=1.5.9
+pkgrel=1
pkgdesc="A collection of routines used to create PNG format graphics files"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.libpng.org/pub/png/libpng.html"
@@ -15,11 +15,9 @@ license=('custom')
depends=('zlib' 'sh')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz"
- "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz"
- CVE-2011-3026.patch)
-md5sums=('0f7ae352beadaff78073733905613041'
- '158772fecdc6d8591bcd382c04da334c'
- 'e3f19c889e57135eed66d0a3a22e2912')
+ "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz")
+md5sums=('05d9ab3705c34954c0032b71318b678a'
+ '268f7db97b292d5f14a24ea7940f6f1c')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -28,9 +26,6 @@ build() {
# see http://sourceforge.net/projects/libpng-apng/
patch -p1 -i "$srcdir/libpng-$_apngver-apng.patch"
- #CVE-2011-3026
- patch -Np1 -i "$srcdir/CVE-2011-3026.patch"
-
./configure --prefix=/usr
make
}