[arch-commits] Commit in hiawatha/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Wed Feb 7 23:12:28 UTC 2018
Date: Wednesday, February 7, 2018 @ 23:12:27
Author: kkeen
Revision: 290096
mbedtls 2.7.0 rebuild
Modified:
hiawatha/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-07 23:06:29 UTC (rev 290095)
+++ PKGBUILD 2018-02-07 23:12:27 UTC (rev 290096)
@@ -5,7 +5,7 @@
pkgname=hiawatha
pkgver=10.7
-pkgrel=2
+pkgrel=3
pkgdesc="Secure and advanced webserver"
url="https://www.hiawatha-webserver.org/"
arch=('x86_64')
@@ -36,6 +36,10 @@
prepare() {
cd "$srcdir/$pkgname-$pkgver"
sed -i 's/www-data/http/g' extra/logrotate.in
+
+ # "Mbed TLS 2.7.0 maintains source code compatibility with previous versions of Mbed TLS"
+ # Suuuuure...
+ sed -i 's/MBEDTLS_DHM_RFC5114_MODP_2048_P/MBEDTLS_DHM_RFC5114_MODP_P/' src/tls.c
}
build() {
More information about the arch-commits
mailing list