* update apache to 2.4.62-1
This commit is contained in:
parent
d7ac4a35d5
commit
610fc9f8ca
69
apache/.SRCINFO
Normal file
69
apache/.SRCINFO
Normal file
@ -0,0 +1,69 @@
|
||||
pkgbase = apache
|
||||
pkgdesc = A high performance Unix-based HTTP server
|
||||
pkgver = 2.4.62
|
||||
pkgrel = 1
|
||||
url = https://www.apache.org/dist/httpd
|
||||
arch = x86_64
|
||||
license = APACHE
|
||||
makedepends = libxml2
|
||||
makedepends = lua
|
||||
makedepends = curl
|
||||
makedepends = brotli
|
||||
makedepends = jansson
|
||||
makedepends = db
|
||||
makedepends = systemd
|
||||
depends = zlib
|
||||
depends = apr-util
|
||||
depends = pcre2
|
||||
depends = libnghttp2
|
||||
depends = openssl
|
||||
depends = libxcrypt
|
||||
optdepends = lua: for mod_lua module
|
||||
optdepends = libxml2: for mod_proxy_html, mod_xml2enc modules
|
||||
optdepends = curl: for mod_md module
|
||||
optdepends = jansson: for mod_md module
|
||||
optdepends = brotli: for mod_brotli module
|
||||
optdepends = uwsgi: for mod_proxy_uwsgi module
|
||||
optdepends = lynx: apachectl status
|
||||
optdepends = perl: for apxs and dbmmanage
|
||||
optdepends = systemd-libs: for mod_systemd module
|
||||
optdepends = logrotate: for rotating logs
|
||||
provides = mod_proxy_uwsgi
|
||||
conflicts = mod_proxy_uwsgi
|
||||
replaces = mod_proxy_uwsgi
|
||||
backup = etc/httpd/conf/httpd.conf
|
||||
backup = etc/httpd/conf/extra/httpd-autoindex.conf
|
||||
backup = etc/httpd/conf/extra/httpd-dav.conf
|
||||
backup = etc/httpd/conf/extra/httpd-default.conf
|
||||
backup = etc/httpd/conf/extra/httpd-info.conf
|
||||
backup = etc/httpd/conf/extra/httpd-languages.conf
|
||||
backup = etc/httpd/conf/extra/httpd-manual.conf
|
||||
backup = etc/httpd/conf/extra/httpd-mpm.conf
|
||||
backup = etc/httpd/conf/extra/httpd-multilang-errordoc.conf
|
||||
backup = etc/httpd/conf/extra/httpd-ssl.conf
|
||||
backup = etc/httpd/conf/extra/httpd-userdir.conf
|
||||
backup = etc/httpd/conf/extra/httpd-vhosts.conf
|
||||
backup = etc/httpd/conf/extra/proxy-html.conf
|
||||
backup = etc/httpd/conf/mime.types
|
||||
backup = etc/httpd/conf/magic
|
||||
backup = etc/logrotate.d/httpd
|
||||
source = https://www.apache.org/dist/httpd/httpd-2.4.62.tar.bz2
|
||||
source = https://www.apache.org/dist/httpd/httpd-2.4.62.tar.bz2.asc
|
||||
source = apache.tmpfiles.conf
|
||||
source = httpd.logrotate
|
||||
source = httpd.service
|
||||
source = arch.layout
|
||||
validpgpkeys = A93D62ECC3C8EA12DB220EC934EA76E6791485A8
|
||||
validpgpkeys = B9E8213AEFB861AF35A41F2C995E35221AD84DFF
|
||||
validpgpkeys = C55AB7B9139EB2263CD1AABC19B033D1760C227B
|
||||
validpgpkeys = 26F51EF9A82F4ACB43F1903ED377C9E7D1944C66
|
||||
validpgpkeys = E3480043595621FE56105F112AB12A7ADC55C003
|
||||
validpgpkeys = 65B2D44FE74BD5E3DE3AC3F082781DE46D5954FA
|
||||
sha256sums = 674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec
|
||||
sha256sums = SKIP
|
||||
sha256sums = 63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf
|
||||
sha256sums = 0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16
|
||||
sha256sums = f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960
|
||||
sha256sums = dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3
|
||||
|
||||
pkgname = apache
|
8
apache/.nvchecker.toml
Normal file
8
apache/.nvchecker.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[apache]
|
||||
#source = "git"
|
||||
#git = "https://github.com/apache/httpd.git"
|
||||
#exclude_regex = ".*(alpha|beta).*"
|
||||
|
||||
source = "regex"
|
||||
url = "https://downloads.apache.org/httpd/"
|
||||
regex = "href=\"httpd-(.*)\\.tar.gz.*\""
|
@ -4,7 +4,7 @@
|
||||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
|
||||
pkgname=apache
|
||||
pkgver=2.4.59
|
||||
pkgver=2.4.62
|
||||
pkgrel=1
|
||||
pkgdesc='A high performance Unix-based HTTP server'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -43,7 +43,7 @@ source=(
|
||||
httpd.service
|
||||
arch.layout
|
||||
)
|
||||
sha256sums=('ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323'
|
||||
sha256sums=('674188e7bf44ced82da8db522da946849e22080d73d16c93f7f4df89e25729ec'
|
||||
'SKIP'
|
||||
'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
|
||||
'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
|
||||
|
Loading…
x
Reference in New Issue
Block a user