New commits:
commit 35a10d530d6368df7d295409b312dc0a615baca5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/nghttp2: switched to default_build, reorganized DEPENDS
if is_depends_enabled $SPELL $(get_spell_provider $SPELL PYTHON); then
@@ -33,11 +36,12 @@ if is_depends_enabled $SPELL $(get_spell_provider $SPELL
PYTHON); then
fi &&
if is_depends_enabled ${SPELL} libev; then
+ depends c-ares &&
depends SSL &&
depends zlib
fi &&
optional_depends systemd \
- "" \
- "" \
+ "--with-systemd" \
+ "--without-systemd" \
"for systemd support"
diff --git a/http/nghttp2/HISTORY b/http/nghttp2/HISTORY
index 9fa85bf..9d6b360 100644
--- a/http/nghttp2/HISTORY
+++ b/http/nghttp2/HISTORY
@@ -1,6 +1,9 @@
2017-03-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.21.0
- * DEPENDS: added systemd optionally, fixed a typo
+ * BUILD: removed, uses default_build now
+ * DEPENDS: added configure flags, got rid of cmake, libev is required
+ for init script, added systemd optionally, fixed a typo,
+ c-ares is needed for apps/utils too, fixed boost subdependencies
* PRE_BUILD, nghttpx-psk-libressl.patch: removed, the fix was applied
by upstream
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (35a10d530d6368df7d295409b312dc0a615baca5),
Pavel Vinogradov, 03/27/2017