[arch-commits] Commit in varnish/trunk (PKGBUILD)

Dave Reisner dreisner at nymeria.archlinux.org
Tue Jun 18 17:07:52 UTC 2013


    Date: Tuesday, June 18, 2013 @ 19:07:52
  Author: dreisner
Revision: 188734

upgpkg: varnish 3.0.4-1

Modified:
  varnish/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-18 15:55:17 UTC (rev 188733)
+++ PKGBUILD	2013-06-18 17:07:52 UTC (rev 188734)
@@ -5,8 +5,8 @@
 # Contributor: Roberto Alsina <ralsina at kde.org>
 
 pkgname=varnish
-pkgver=3.0.3
-pkgrel=3
+pkgver=3.0.4
+pkgrel=1
 pkgdesc="High-performance HTTP accelerator"
 arch=('i686' 'x86_64')
 url="http://www.varnish-cache.org/"
@@ -18,17 +18,13 @@
 source=("http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz"
         varnish-vcl-reload
         varnish.service)
-md5sums=('714310c83fdbd2061d897dacd3f63d8b'
+md5sums=('a130ce9c3504b9603a46542635e18701'
          '03196dee7fc68e75069393d52c370762'
          'a59b17d8e3066abcf3dd7755a2212dd4')
 
 build() {
   cd "$pkgname-$pkgver"
 
-  # disable JIT compilation, as it's crashy crashy (bug in PCRE)
-  # this is flagged out and disabled by default in $nextrelease of Varnish.
-  sed -i '/pcre_study/ s/PCRE_STUDY_JIT_COMPILE/0/' lib/libvarnish/vre.c
-
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \




More information about the arch-commits mailing list