Date: Sunday, November 22, 2009 @ 15:10:36 Author: pierre Revision: 59366
Merged revisions 59365 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/lighttpd/trunk ........ r59365 | pierre | 2009-11-22 21:09:57 +0100 (So, 22 Nov 2009) | 1 line ........ Modified: lighttpd/repos/extra-i686/ (properties) lighttpd/repos/extra-i686/PKGBUILD Deleted: lighttpd/repos/extra-i686/disable_warning.patch -----------------------+ PKGBUILD | 14 +++++--------- disable_warning.patch | 15 --------------- 2 files changed, 5 insertions(+), 24 deletions(-) Property changes on: lighttpd/repos/extra-i686 ___________________________________________________________________ Modified: svnmerge-integrated - /lighttpd/trunk:1-56746 + /lighttpd/trunk:1-59365 Modified: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2009-11-22 20:09:57 UTC (rev 59365) +++ extra-i686/PKGBUILD 2009-11-22 20:10:36 UTC (rev 59366) @@ -2,7 +2,7 @@ # Maintainer: Pierre Schmitz <[email protected]> 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: extra-i686/disable_warning.patch =================================================================== --- extra-i686/disable_warning.patch 2009-11-22 20:09:57 UTC (rev 59365) +++ extra-i686/disable_warning.patch 2009-11-22 20:10:36 UTC (rev 59366) @@ -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));
