[arch-commits] CVS update of extra/daemons/lighttpd (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Tue Jul 24 21:10:56 UTC 2007


    Date: Tuesday, July 24, 2007 @ 17:10:56
  Author: pierre
    Path: /home/cvs-extra/extra/daemons/lighttpd

Modified: PKGBUILD (1.31 -> 1.32)

upgpkg: lighttpd 1.4.16-1
important security update


----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Index: extra/daemons/lighttpd/PKGBUILD
diff -u extra/daemons/lighttpd/PKGBUILD:1.31 extra/daemons/lighttpd/PKGBUILD:1.32
--- extra/daemons/lighttpd/PKGBUILD:1.31	Mon Apr 16 18:22:32 2007
+++ extra/daemons/lighttpd/PKGBUILD	Tue Jul 24 17:10:56 2007
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD,v 1.31 2007/04/16 22:22:32 tobias Exp $
+# $Id: PKGBUILD,v 1.32 2007/07/24 21:10:56 pierre Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Modifications: eliott <eliott at cactuswax.net>
 # Originally by klapmuetz
 
 pkgname=lighttpd
-pkgver=1.4.15
+pkgver=1.4.16
 pkgrel=1
 pkgdesc="lighttpd is a secure, fast, compliant and very flexible web-server"
+license=('custom')
 arch=(i686 x86_64)
 url="http://www.lighttpd.net/"
 depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr')
@@ -15,12 +16,12 @@
 backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd' \
         'etc/conf.d/lighttpd' 'etc/conf.d/spawn-php' \
         'home/lighttpd/html/index.html')
-options=('NOLIBTOOL')
+options=(!libtool)
 install=$pkgname.install
-source=(http://www.lighttpd.net/download/$pkgname-$pkgver.tar.gz \
+source=(http://www.lighttpd.net/download/$pkgname-$pkgver.tar.bz2 \
         index.html $pkgname.rc.d $pkgname.conf.d $pkgname.logrotate.d \
         spawn-php.rc.d spawn-php.conf.d tweakconf.vim)
-md5sums=('d2ceaaf242b2b3593ff4d8222d543649' '85593eb67b928fec79b1efb3fa3cce84'\
+md5sums=('ea671997591f772417b7e540d325f8cc' '85593eb67b928fec79b1efb3fa3cce84'\
          '6d05e499e47425e99bf809c88bd4969d' '14565fa5d30c60941190ceb32b1b551f'\
          'a8c31344b90328c5b751d965d79c5047' 'df940132363030eafcf7009a5322048f'\
          '1ba657b113b7e473fb301631a7e2e1a4' '99d7627fc2c3d152687a4a8d8e5a1663')
@@ -51,4 +52,5 @@
 
   install -Dm644 doc/lighttpd.conf $startdir/pkg/etc/lighttpd/lighttpd.conf
   ex $startdir/pkg/etc/lighttpd/lighttpd.conf < $startdir/src/tweakconf.vim
+  install -D -m 0644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }




More information about the arch-commits mailing list