[arch-commits] Commit in apache/trunk (PKGBUILD apache.install)

Jan de Groot jgc at nymeria.archlinux.org
Mon Mar 18 14:03:50 UTC 2013


    Date: Monday, March 18, 2013 @ 15:03:50
  Author: jgc
Revision: 180168

Update, includes config option to fix CRIME attack (FS#33561)
Fix install scriptlet, depend on systemd for this (FS#34334)
upgpkg: apache 2.2.24-1

Modified:
  apache/trunk/PKGBUILD
  apache/trunk/apache.install

----------------+
 PKGBUILD       |    8 ++++----
 apache.install |    6 +++++-
 2 files changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-18 13:36:39 UTC (rev 180167)
+++ PKGBUILD	2013-03-18 14:03:50 UTC (rev 180168)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apache
-pkgver=2.2.23
+pkgver=2.2.24
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
         etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
         etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
         etc/logrotate.d/httpd)
-depends=('openssl' 'zlib' 'apr-util' 'pcre')
+depends=('openssl' 'zlib' 'apr-util' 'pcre' 'systemd')
 optdepends=('lynx: apachectl status')
 install=apache.install
 _itkurl=http://mpm-itk.sesse.net/apache2.2-mpm-itk-2.2.17-01
@@ -39,8 +39,8 @@
         httpd
         httpd.service
         arch.layout)
-md5sums=('ca133de0e4b4b15316990a97186b9993'
-         '3289ae3b16e1a2dc633c811d6569abb6'
+md5sums=('91bd1484aca13a7095d6432be37fc7ae'
+         'f8f0d879b5fda028aad7ac9f329e057b'
          'f1d9d41360908ceb2374da55ae99197a'
          'cdfa04985a0efa850976aef01c2a0c40'
          '0930d2d0612eb0a53a0d00aea7e8687f'

Modified: apache.install
===================================================================
--- apache.install	2013-03-18 13:36:39 UTC (rev 180167)
+++ apache.install	2013-03-18 14:03:50 UTC (rev 180168)
@@ -1,3 +1,7 @@
 post_install() {
-  systemd-tmpfiles --create usr/lib/tmpfiles.d/apache.conf
+  systemd-tmpfiles --create apache.conf
 }
+
+post_upgrade() {
+  systemd-tmpfiles --create apache.conf
+}




More information about the arch-commits mailing list