diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 12:05:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:31 +0000 |
commit | 8ebdb5403cbc8616571e3119eb9eb682bbbab5a3 (patch) | |
tree | 4209cd6b475626b2406b2218ff65f1956f9e0258 /main/apache2 | |
parent | bb7f8836819aa7ac097ab1795dc53da2d4cb17d6 (diff) | |
download | aports-8ebdb5403cbc8616571e3119eb9eb682bbbab5a3.tar.bz2 aports-8ebdb5403cbc8616571e3119eb9eb682bbbab5a3.tar.xz |
main/apache2: rebuild against libressl 2.5
Diffstat (limited to 'main/apache2')
-rw-r--r-- | main/apache2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index c7abaa9bed..71bb383644 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -3,7 +3,7 @@ pkgname=apache2 _pkgreal=httpd pkgver=2.4.25 -pkgrel=0 +pkgrel=1 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" |