[arch-commits] Commit in lighttpd/repos (3 files)

Pierre Schmitz pierre at archlinux.org
Wed Feb 18 13:35:58 UTC 2009


    Date: Wednesday, February 18, 2009 @ 08:35:58
  Author: pierre
Revision: 27287

Merged revisions 27285 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/lighttpd/trunk

........
  r27285 | pierre | 2009-02-18 14:30:11 +0100 (Mi, 18 Feb 2009) | 1 line
  
  upgpkg: lighttpd 1.4.21-2
........

Added:
  lighttpd/repos/extra-x86_64/changeset_r2399.diff
    (from rev 27285, lighttpd/trunk/changeset_r2399.diff)
Modified:
  lighttpd/repos/extra-x86_64/	(properties)
  lighttpd/repos/extra-x86_64/PKGBUILD

----------------------+
 PKGBUILD             |   11 ++++++++---
 changeset_r2399.diff |   13 +++++++++++++
 2 files changed, 21 insertions(+), 3 deletions(-)


Property changes on: lighttpd/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /lighttpd/trunk:1-27250
   + /lighttpd/trunk:1-27286

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-02-18 13:30:45 UTC (rev 27286)
+++ extra-x86_64/PKGBUILD	2009-02-18 13:35:58 UTC (rev 27287)
@@ -3,7 +3,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.21
-pkgrel=1
+pkgrel=2
 pkgdesc='a secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -20,14 +20,19 @@
 backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
 options=('!libtool' 'emptydirs')
 source=("http://www.lighttpd.net/download/lighttpd-${pkgver}.tar.bz2" \
-        'lighttpd.rc.d' 'lighttpd.logrotate.d')
+        'lighttpd.rc.d' 'lighttpd.logrotate.d' 'changeset_r2399.diff')
 
 md5sums=('49eeba63c931fa82120711adc7182731'
          'bd690eee0d9e51857448770a151023b0'
-         '857e174643fd7761a2f0d8431a679f6c')
+         '857e174643fd7761a2f0d8431a679f6c'
+         'aa18d869af9de0cd57b3dc174c463b84')
 
 build() {
 	cd $srcdir/$pkgname-$pkgver
+
+	# see http://bugs.archlinux.org/task/13354
+	patch -p0 -i $srcdir/changeset_r2399.diff || return 1
+
 	./configure --prefix=/usr \
 		--libexecdir=/usr/lib/lighttpd/modules \
 		--sysconfdir=/etc/lighttpd \

Copied: lighttpd/repos/extra-x86_64/changeset_r2399.diff (from rev 27285, lighttpd/trunk/changeset_r2399.diff)
===================================================================
--- extra-x86_64/changeset_r2399.diff	                        (rev 0)
+++ extra-x86_64/changeset_r2399.diff	2009-02-18 13:35:58 UTC (rev 27287)
@@ -0,0 +1,13 @@
+Index: mod_simple_vhost.c
+===================================================================
+--- src/mod_simple_vhost.c	(revision 2398)
++++ src/mod_simple_vhost.c	(revision 2399)
+@@ -249,6 +249,8 @@
+ 				return HANDLER_GO_ON;
+ 			} else {
+ 				buffer_copy_string_buffer(con->server_name, p->conf.default_host);
++				buffer_copy_string_buffer(con->physical.doc_root, p->doc_root);
++
+ 				/* do not cache default host */
+ 				return HANDLER_GO_ON;
+ 			}




More information about the arch-commits mailing list