[arch-commits] Commit in lighttpd/trunk (PKGBUILD disable_warning.patch)

Pierre Schmitz pierre at archlinux.org
Sun Nov 22 20:09:58 UTC 2009


    Date: Sunday, November 22, 2009 @ 15:09:57
  Author: pierre
Revision: 59365

Modified:
  lighttpd/trunk/PKGBUILD
Deleted:
  lighttpd/trunk/disable_warning.patch

-----------------------+
 PKGBUILD              |   14 +++++---------
 disable_warning.patch |   15 ---------------
 2 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-22 19:59:59 UTC (rev 59364)
+++ PKGBUILD	2009-11-22 20:09:57 UTC (rev 59365)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=lighttpd
-pkgver=1.4.24
+pkgver=1.4.25
 pkgrel=1
 pkgdesc='a secure, fast, compliant and very flexible web-server'
 license=('custom')
@@ -16,19 +16,15 @@
             'sqlite3: mod_webdav')
 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'
-        'disable_warning.patch')
-md5sums=('e2324a24e4a5bce74663c21c58ddd200'
+source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.bz2"
+        'lighttpd.rc.d' 'lighttpd.logrotate.d')
+md5sums=('2027c49fb46530e45338c5e2da13c02f'
          '789ed1b4521e72e591e09d5dfb99235a'
-         '857e174643fd7761a2f0d8431a679f6c'
-         '399c18c37c0f2c6750ac103b2bf2f886')
+         '857e174643fd7761a2f0d8431a679f6c')
 
 build() {
 	cd $srcdir/$pkgname-$pkgver
 
-	patch -p0 -i $srcdir/disable_warning.patch || return 1
-
 	./configure --prefix=/usr \
 		--libexecdir=/usr/lib/lighttpd/modules \
 		--sysconfdir=/etc/lighttpd \

Deleted: disable_warning.patch
===================================================================
--- disable_warning.patch	2009-11-22 19:59:59 UTC (rev 59364)
+++ disable_warning.patch	2009-11-22 20:09:57 UTC (rev 59365)
@@ -1,15 +0,0 @@
-Index: src/connections.c
-===================================================================
---- src/connections.c	(revision 2683)
-+++ src/connections.c	(revision 2684)
-@@ -1250,8 +1250,10 @@
- 
- 		if (b > 0) {
- 			char buf[1024];
-+#if 0
- 			log_error_write(srv, __FILE__, __LINE__, "sdd",
- 					"CLOSE-read()", con->fd, b);
-+#endif
- 
- 			/* */
- 			read(con->fd, buf, sizeof(buf));




More information about the arch-commits mailing list