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

Jan de Groot jgc at archlinux.org
Tue Aug 17 13:13:15 UTC 2010


    Date: Tuesday, August 17, 2010 @ 09:13:14
  Author: jgc
Revision: 87621

upgpkg: apache 2.2.16-1
Update to 2.2.16, add missingok to logrotate config

Modified:
  apache/trunk/PKGBUILD
  apache/trunk/httpd.logrotate

-----------------+
 PKGBUILD        |   11 ++++++-----
 httpd.logrotate |    1 +
 2 files changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-17 12:38:20 UTC (rev 87620)
+++ PKGBUILD	2010-08-17 13:13:14 UTC (rev 87621)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=apache
-pkgver=2.2.15
-pkgrel=2
+pkgver=2.2.16
+pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('i686' 'x86_64')
 options=('!libtool')
@@ -33,7 +34,7 @@
         httpd.logrotate
         httpd
         arch.layout)
-md5sums=('016cec97337eccead2aad6a7c27f2e14'
+md5sums=('c8ff2a07c884300bc7766a2e7f662d33'
          'db42cfcc18ae1c32aaaff2347e35b79d'
          '131408ad4dc7b18547b4e062e7e495ab'
          'ee488f391054d528547c3a372faa2aa7'
@@ -45,7 +46,7 @@
          'd9667fcd2ffecc63e446edd4d6666731'
          '4ac64df6e019edbe137017cba1ff2f51'
          '08b3c875f6260644f2f52b4056d656b0'
-         'f4d627c64024c1b7b95efb5ffbaa625e'
+         '6382331e9700ed9e8cc78ea51887b537'
          'c7e300a287ef7e2e066ac7639536f87e'
          '3d659d41276ba3bfcb20c231eb254e0c')
 

Modified: httpd.logrotate
===================================================================
--- httpd.logrotate	2010-08-17 12:38:20 UTC (rev 87620)
+++ httpd.logrotate	2010-08-17 13:13:14 UTC (rev 87621)
@@ -1,4 +1,5 @@
 /var/log/httpd/*log {
+   missingok
    postrotate
       /bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
    endscript




More information about the arch-commits mailing list