~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-aports] [PATCH] main/lighttpd: Upgrade to 1.4.45. Ditch empty vars in APKBUILD.

Przemyslaw Pawelczyk <przemoc@zoho.com>
Details
Message ID
<20170114145431.23782-1-przemoc@zoho.com>
Sender timestamp
1484405671
DKIM signature
missing
Download raw message
Patch: +4 -5
---
 main/lighttpd/APKBUILD | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD
index 63e2c3adc1bb..a141eac852c2 100644
--- a/main/lighttpd/APKBUILD
+++ b/main/lighttpd/APKBUILD
@@ -1,14 +1,13 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lighttpd
pkgver=1.4.44
pkgver=1.4.45
pkgrel=0
pkgdesc="A secure, fast, compliant and very flexible web-server"
url="http://www.lighttpd.net/"
arch="all"
license="custom"
install="$pkgname.pre-install $pkgname.pre-upgrade"
depends=""
pkgusers="lighttpd"
pkggroups="lighttpd"
makedepends="flex pcre-dev libressl-dev zlib-dev bzip2-dev lua5.3-dev
@@ -100,7 +99,7 @@ mod_webdav() {
	_mv_mod mod_webdav
}

md5sums="eb9355543ce0248397acc3245005b110  lighttpd-1.4.44.tar.xz
md5sums="a128e1eda76899ce3fd115efae5fe631  lighttpd-1.4.45.tar.xz
454fcefb873a08b7556d77ade17387ef  lighttpd.initd
61a416bbbc504843142bdfe8077964e0  lighttpd.confd
6846f00fff531bb3883904810264decf  lighttpd.logrotate
@@ -109,7 +108,7 @@ f3353baa4577703ec3a30c03482df986  mime-types.conf
9c1407e95f62ed22da66c4ef5f69c3b5  mod_cgi.conf
32bda92c408640c4c72123cbf1175172  mod_fastcgi.conf
aee5947a1abf380b0685a534ca384b42  mod_fastcgi_fpm.conf"
sha256sums="adb66ca985651957feb209c91c55ebbf917d23630bfc3a216a2f70043c7b5422  lighttpd-1.4.44.tar.xz
sha256sums="1c97225deea33eefba6d4158c2cef27913d47553263516bbe9d2e2760fc43a3f  lighttpd-1.4.45.tar.xz
4ce8a56c47bffb6b7b03e88cfb7a2ceb1d396e8bc7502d0de66d81e732c861af  lighttpd.initd
80e03abc267b163f332718545b5ec3a21adef74ecd60098c4e4f7d7c88c21a76  lighttpd.confd
0fff2602a2809662f7fcfe78be52bebc71338f545b26fd41e5c1d74e20486104  lighttpd.logrotate
@@ -118,7 +117,7 @@ sha256sums="adb66ca985651957feb209c91c55ebbf917d23630bfc3a216a2f70043c7b5422  li
322656b4cfd22ca9f1f8ab160e0b932f1646622422fd49c6fc82ab416223eecf  mod_cgi.conf
799e3b61cae677e71f95fa0483bd4cd35d9f28adf79ce680c687d2b476eb677d  mod_fastcgi.conf
e7eb047360e09d1a2b693f08d4a912b99954090c5bdea706f46a33554e867043  mod_fastcgi_fpm.conf"
sha512sums="b7481482bc130c80f076002b2853e1b0ecb2af5d6c6f5428854ae7a60bda591cf96f23e9f3a24cfb36ada3ba97ebff449e102895f7eb4b0aa50ec275eb44725b  lighttpd-1.4.44.tar.xz
sha512sums="d030674a8c55aab12d32ac75f8df2628ba2332a5263c8bd2dd4f39342530080edc6ba2a6fee749c1301d601ab766a265d3c630b04d38bb26bba3cf045935573d  lighttpd-1.4.45.tar.xz
f2f3c5c7731550237fd75a8de66275f427eaf897cffff7ac7ef44178328ad8fad6c4ec6654759bfc665cbaf7991ddcdf0aaa916831c8b6aa440192d57b242038  lighttpd.initd
9d2ab5deb7353ebf290e90936b511941df440859c78589d0bcf130ef69a5e9c79e4d318548b6b118df002083c46f7476230a28954b7a10a9dbd05040e02b1291  lighttpd.confd
0536b4f21d2e8659f7831b45998c13d9f6051ae7ecde13be01f372f837d255bfc4e211de48a7686cc743d53aa9c08ab3f10ec19788896dcf8356b90053ca7a16  lighttpd.logrotate
-- 
2.8.3




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH v2] main/lighttpd: Ditch empty vars in APKBUILD.

Przemyslaw Pawelczyk <przemoc@zoho.com>
Details
Message ID
<20170114194200.26090-1-przemoc@zoho.com>
In-Reply-To
<20170114145431.23782-1-przemoc@zoho.com> (view parent)
Sender timestamp
1484422920
DKIM signature
missing
Download raw message
Patch: +0 -1
---

Łukasz Jendrysik was not aware of my lighttpd upgrade in patchwork,
so he did PR in github and Jakub Jirutka applied it quickly then.
Here is the remaining part of my original patch.


 main/lighttpd/APKBUILD | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD
index 388eb080b764..a141eac852c2 100644
--- a/main/lighttpd/APKBUILD
+++ b/main/lighttpd/APKBUILD
@@ -8,7 +8,6 @@ url="http://www.lighttpd.net/"
arch="all"
license="custom"
install="$pkgname.pre-install $pkgname.pre-upgrade"
depends=""
pkgusers="lighttpd"
pkggroups="lighttpd"
makedepends="flex pcre-dev libressl-dev zlib-dev bzip2-dev lua5.3-dev
-- 
2.8.3




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)