diff options
Diffstat (limited to 'main/apache2')
-rw-r--r-- | main/apache2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index 101c0f660e..d85d1a29dd 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apache2 -pkgver=2.2.16 -pkgrel=3 +pkgver=2.2.17 +pkgrel=0 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" license="APACHE" @@ -178,7 +178,7 @@ ldap() { install -m644 -D "$srcdir"/ldap.conf "$subpkgdir"/etc/apache2/conf.d/ldap.conf } -md5sums="c8ff2a07c884300bc7766a2e7f662d33 httpd-2.2.16.tar.bz2 +md5sums="16eadc59ea6b38af33874d300973202e httpd-2.2.17.tar.bz2 db42cfcc18ae1c32aaaff2347e35b79d 02-rename-prefork-to-itk.patch 131408ad4dc7b18547b4e062e7e495ab 03-add-mpm-to-build-system.patch ee488f391054d528547c3a372faa2aa7 04-correct-output-makefile-location.patch |