summaryrefslogtreecommitdiff
path: root/apache
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-05-11 13:31:35 +0200
committerJuergen Daubert <jue@jue.li>2021-05-11 13:31:35 +0200
commitfff327a94c0576a7e2930663ae3706bc26e27712 (patch)
treec42f7c833b820ab59f18efddca679eace81872c3 /apache
parentf316ae05b38213697d28da85050aae8032f36774 (diff)
downloadopt-fff327a94c0576a7e2930663ae3706bc26e27712.tar.gz
opt-fff327a94c0576a7e2930663ae3706bc26e27712.tar.xz
Revert "apache: update to 2.4.47"
This reverts commit 8a454326bbc418a46f24a2017889c92afaf8c096. Release withdrawn by upstream, see this email-thread: https://lists.apache.org/thread.html/rc8ed24184364370a2e753c23247bdaaa97945be18464799c0621fee6%40%3Cdev.httpd.apache.org%3E
Diffstat (limited to 'apache')
-rw-r--r--apache/.signature6
-rw-r--r--apache/Pkgfile48
2 files changed, 27 insertions, 27 deletions
diff --git a/apache/.signature b/apache/.signature
index 46b70bec7..56fb935af 100644
--- a/apache/.signature
+++ b/apache/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/X8VQTN+bRYVoaXg0yJqag/y7bFlupAsZRac2m4qKiaV3PBmi5JPQNDRxyC68YNiL8h4ts9CS+lMgKq60rML0wY=
-SHA256 (Pkgfile) = 76efb218d14a8f2f35e32fab3798bdda96c2e9e0956af44e247345a76c5037ee
+RWSE3ohX2g5d/efSZnxWFeH2M2lkiYYR626D6QFTo3tY+dtgi7cIjky4Nm/TVVageqCQRWXCSCvkj6UYUPtTydDVAjwYGg+i8wg=
+SHA256 (Pkgfile) = 1a148bfb52931edafbef0b893b3cbbc14736440c659130813eab1c789fa04d23
SHA256 (.footprint) = 5e67d75802efcd4097db6c95f25e70dfa4b740e7e437404376fdd65c9a010bb5
-SHA256 (httpd-2.4.47.tar.bz2) = 23d006dbc8e578116a1138fa457eea824048458e89c84087219f0372880c03ca
+SHA256 (httpd-2.4.46.tar.bz2) = 740eddf6e1c641992b22359cabc66e6325868c3c5e2e3f98faf349b61ecf41ea
SHA256 (crux.layout) = cf555f92cdc9a078d9e89035819da1ac0d2e248f0d31637b9e8f48fc8d3f42cf
SHA256 (apache) = f4ff530751a937bead9030e15689a3b19591f790095b46bddc073efc82f756dd
diff --git a/apache/Pkgfile b/apache/Pkgfile
index e52361498..4b4878f7b 100644
--- a/apache/Pkgfile
+++ b/apache/Pkgfile
@@ -1,37 +1,37 @@
# Description: Apache HTTP server version 2.4.x
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# URL: http://httpd.apache.org/
-# Depends on: apr libpcre openssl libxml2
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# URL: http://httpd.apache.org/
+# Depends on: apr libpcre openssl libxml2
+# Group: apache
name=apache
-version=2.4.47
+version=2.4.46
release=1
source=(http://www.apache.org/dist/httpd/httpd-$version.tar.bz2 \
- crux.layout apache)
+ crux.layout apache)
build(){
- cd httpd-$version
+ cd httpd-$version
- cat $SRC/crux.layout >> config.layout
- sed -ri '/^(User|Group)/s/daemon/www/' docs/conf/httpd.conf.in
+ cat $SRC/crux.layout >> config.layout
+ sed -ri '/^(User|Group)/s/daemon/www/' docs/conf/httpd.conf.in
- ./configure \
- --enable-layout=CRUX \
- --with-apr=/usr \
- --with-apr-util=/usr \
- --with-pcre=/usr \
- --enable-so \
- --enable-modules=all \
- --enable-mods-shared=all \
- --enable-mpms-shared=all \
- --disable-lua
- make
- make -j1 DESTDIR=$PKG install
+ ./configure --enable-layout=CRUX \
+ --with-apr=/usr \
+ --with-apr-util=/usr \
+ --with-pcre=/usr \
+ --enable-so \
+ --enable-modules=all \
+ --enable-mods-shared=all \
+ --enable-mpms-shared=all \
+ --disable-lua
+ make
+ make -j1 DESTDIR=$PKG install
- install -D -m 755 $SRC/apache $PKG/etc/rc.d/apache
+ install -D -m 755 $SRC/apache $PKG/etc/rc.d/apache
- rm -r $PKG/var/www/htdocs/*
- rm $PKG/var/www/{error,icons}/README*
+ rm -r $PKG/var/www/htdocs/*
+ rm $PKG/var/www/{error,icons}/README*
- chmod -R g-s $PKG/var/www/
+ chmod -R g-s $PKG/var/www/
}

Generated by cgit