X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from s1.host.org.pl (s1.host.org.pl [178.33.81.96]) by mail.alpinelinux.org (Postfix) with ESMTP id 34F57DC1A35 for ; Sat, 31 Mar 2012 06:47:25 +0000 (UTC) Received: from localhost (localdomain.localhost [127.0.0.1]) by s1.host.org.pl (Postfix) with ESMTP id 4DB08C4827E for ; Sat, 31 Mar 2012 08:47:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at host.org.pl Received: from s1.host.org.pl ([127.0.0.1]) by localhost (s1.host.org.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id baHstx7xY4c9 for ; Sat, 31 Mar 2012 08:47:23 +0200 (CEST) Received: from [192.168.0.11] (unknown [79.175.253.235]) (Authenticated sender: b@bpiotrowski.pl) by s1.host.org.pl (Postfix) with ESMTPSA id ACC29C481CE for ; Sat, 31 Mar 2012 08:47:23 +0200 (CEST) Message-ID: <4F76A87C.2080307@bpiotrowski.pl> Date: Sat, 31 Mar 2012 08:47:24 +0200 From: =?UTF-8?B?QmFydMWCb21pZWogUGlvdHJvd3NraQ==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120328 Thunderbird/11.0.1 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] [PATCH] main/nginx: upgrade to 1.0.14 X-Enigmail-Version: 1.4 Content-Type: multipart/mixed; boundary="------------020000090107060107060806" This is a multi-part message in MIME format. --------------020000090107060107060806 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 SSd2ZSByZW1vdmVkIHVudXNlZCB2YXJpYWJsZXMgYW5kIGFkZGVkIHBjcmUsIG9wZW5zc2wgYW5k IHpsaWIgdG8gZGVwcy4NCkluIHRoZSBtb3N0IG9mIGRpc3Ryb3MgdGhleSdyZSBuZWVkZWQgdG8g c3RhcnQgbmdpbngsIGJ1dCBJIGNhbiBiZSB3cm9uZw0Kb2YgY291cnNlLg0KDQotLSANCkJhcnTF gm9taWVqIFBpb3Ryb3dza2kNCmh0dHA6Ly9icGlvdHJvd3NraS5wbC8NCg== --------------020000090107060107060806 Content-Type: text/x-patch; name="0001-main-nginx-upgrade-to-1.0.14.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0001-main-nginx-upgrade-to-1.0.14.patch" >From 071d0baaf145c654c24cc53fc1476500c3997eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= Date: Sat, 31 Mar 2012 08:36:47 +0200 Subject: [PATCH] main/nginx: upgrade to 1.0.14 --- main/nginx/APKBUILD | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/main/nginx/APKBUILD b/main/nginx/APKBUILD index 1cdb287..9fa5e41 100644 --- a/main/nginx/APKBUILD +++ b/main/nginx/APKBUILD @@ -1,29 +1,25 @@ +# Maintainer: Cameron Banta # Contributor: Jeff Bilyk -# Maintainer: Cameron Banta +# Contributor: Bart��omiej Piotrowski + pkgname=nginx -pkgver=1.0.11 +pkgver=1.0.14 pkgrel=1 -pkgdesc="nginx [engine x] is a HTTP and reverse proxy server" +pkgdesc="lightweight HTTP and reverse proxy server" url="http://www.nginx.org" arch="all" license="Custom" -depends= +depends="openssl pcre zlib" makedepends="pcre-dev openssl-dev zlib-dev" -#install="$pkgname.pre-install $pkgname.post-install" -install= -subpackages= source="http://nginx.org/download/$pkgname-$pkgver.tar.gz - nginx.initd - nginx.logrotate - $install - ipv6.patch - " + nginx.initd + nginx.logrotate + ipv6.patch" _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" - # apply patches here patch -Np1 -i "$srcdir"/ipv6.patch } @@ -57,7 +53,7 @@ package() { install -m644 -D LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -md5sums="a41a01d7cd46e13ea926d7c9ca283a95 nginx-1.0.11.tar.gz +md5sums="019844e48c34952253ca26dd6e28c35c nginx-1.0.14.tar.gz 4faf8dff6ff1490edae1688baf1b2abb nginx.initd 8823274a834332d3db4f62bf7dd1fb7d nginx.logrotate 801a87f7f9d27f8ad85b41a78b4c4461 ipv6.patch" -- 1.7.9.5 --------------020000090107060107060806-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---