summaryrefslogtreecommitdiffstats
path: root/abs/core/libxml2/PKGBUILD
blob: 062f3bead19af94f41f57d808078dca4cb9e1645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# $Id: PKGBUILD 149232 2012-02-06 15:50:57Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>

pkgname=libxml2
pkgver=2.7.8
pkgrel=2
pkgdesc="XML parsing library, version 2"
arch=(i686 x86_64)
license=('custom')
depends=('zlib>=1.2.4' 'readline>=6.1' 'ncurses>=5.7')
makedepends=('python2')
options=('!libtool')
url="http://www.xmlsoft.org/"
source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
        http://www.w3.org/XML/Test/xmlts20080205.tar.gz
        largefile64.patch
        shared_library_versionning.patch
        libxml2-2.7.8-xpath-freeing.patch
        libxml2-2.7.8-xpath-freeing2.patch
        CVE-2011-1944.patch
        libxml2-2.7.8-xpath-hardening.patch
        CVE-2011-0216.patch
        CVE-2011-2834.patch
        CVE-2011-3905.patch
        CVE-2011-3919.patch
	libxml2_fix_for_automake_1.12.patch)

build() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  patch -Np1 -i "${srcdir}/largefile64.patch"
  patch -Np1 -i "${srcdir}/shared_library_versionning.patch"
  patch -Np1 -i "${srcdir}/libxml2-2.7.8-xpath-freeing.patch"
  patch -Np1 -i "${srcdir}/libxml2-2.7.8-xpath-freeing2.patch"
  patch -Np1 -i "${srcdir}/CVE-2011-1944.patch"
  patch -Np1 -i "${srcdir}/libxml2-2.7.8-xpath-hardening.patch"
  patch -Np1 -i "${srcdir}/CVE-2011-0216.patch"
  patch -Np1 -i "${srcdir}/CVE-2011-2834.patch"
  patch -Np1 -i "${srcdir}/CVE-2011-3905.patch"
  patch -Np1 -i "${srcdir}/CVE-2011-3919.patch"
  patch -Np1 -i "${srcdir}/libxml2_fix_for_automake_1.12.patch" 

  autoreconf -fi
  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
  ./configure --prefix=/usr --with-threads --with-history \
     --with-python=/usr/bin/python2
  make
}

check() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  mv "${srcdir}/xmlconf" .
  make check
}

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make DESTDIR="${pkgdir}" install
  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
}
md5sums=('8127a65e8c3b08856093099b52599c86'
         'b255be9a1c7f7021e52448e4ec8d7a0d'
         '5ad4915665608ebfa5b89f7908467a72'
         '84aeb7c6db023eae044e95d9211dba53'
         'f1df70c66dac94233932baf2737465e0'
         'c22af2643840da65dea618bf6cd33b25'
         'd2b2b362a8681c30be98c4a2e7f2d2ea'
         '5709a1408becc1f0c6f1c7513a254dd2'
         '4f0f2d3a11329ebee0907be6002a160e'
         '88e9c95a813d4f0cb392acc000bae366'
         '28f3022a0d63ee408774eb5e4914b07e'
         'a9b901d9ff095a266d3a5c601db142b1'
         '38311f3b3b99d8dccf95241865fa8702')