[arch-commits] Commit in apache/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Jul 12 15:54:33 UTC 2017
Date: Wednesday, July 12, 2017 @ 15:54:32
Author: anatolik
Revision: 300152
upgpkg: apache 2.4.27-1
Modified:
apache/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-12 14:38:04 UTC (rev 300151)
+++ PKGBUILD 2017-07-12 15:54:32 UTC (rev 300152)
@@ -4,8 +4,8 @@
# Contributor: Pierre Schmitz <pierre at archlinux.de>
pkgname=apache
-pkgver=2.4.26
-pkgrel=3
+pkgver=2.4.27
+pkgrel=1
pkgdesc='A high performance Unix-based HTTP server'
arch=('i686' 'x86_64')
url='http://www.apache.org/dist/httpd'
@@ -33,18 +33,14 @@
httpd.logrotate
httpd.service
arch.layout
- nohttp2forprefork.patch # https://github.com/apache/httpd/commit/ab03196a879f4064f618a9a45d63c67a67f4b901
- script_name.patch # https://github.com/apache/httpd/commit/7806711b85b46c3caad150c8fde97f29f32ae6f8
)
-sha256sums=('a07eb52fafc879e0149d31882f7da63173e72df4478db4dc69f7a775b663d387'
+sha256sums=('71fcc128238a690515bd8174d5330a5309161ef314a326ae45c7c15ed139c13a'
'SKIP'
'd305f8b52ac2a9bbda7bb0776496471e69e9d30642740f594d00086a8c7e344c'
'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
- 'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3'
- '25d297199c536ccfdb2c4d92988a74113ac2e14261090b5c1d3ac01537c5c742'
- '9500789503c0e78e12bfc14901dbb276564f2b48b24c614aa1bb9987fc351f5e')
+ 'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8') # Jim Jagielski
prepare() {
@@ -59,12 +55,6 @@
# https://github.com/openssl/openssl/issues/2865
patch -Np1 -i ../openssl-malloc-init.patch
-
- # https://bugs.archlinux.org/task/54666
- patch -Np1 -i ../nohttp2forprefork.patch
-
- # https://bugs.archlinux.org/task/54633
- patch -Np1 -i ../script_name.patch
}
build() {
More information about the arch-commits
mailing list