sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (2c12e863771c75982298a9ba8363f20118616fa7)
- From: Ismael Luceno <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (2c12e863771c75982298a9ba8363f20118616fa7)
- Date: Thu, 20 Aug 2026 12:24:37 +0000
GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
devel/nodejs/DEPENDS | 2 +-
devel/nodejs/HISTORY | 3 +++
http/nghttp3/BUILD | 3 +++
http/nghttp3/DEPENDS | 6 +-----
http/nghttp3/DETAILS | 13 ++++++-------
http/nghttp3/HISTORY | 7 ++++++-
http/nghttp3/PREPARE | 2 --
http/nghttp3/PRE_BUILD | 4 ----
8 files changed, 20 insertions(+), 20 deletions(-)
New commits:
commit 2c12e863771c75982298a9ba8363f20118616fa7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
nghttp3 1.18.0
commit a6db80a5575153bf88980283be912ee6d42d59b1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
nodejs: Allow use of bundled OpenSSL
diff --git a/devel/nodejs/DEPENDS b/devel/nodejs/DEPENDS
index 2893916..72c459f 100755
--- a/devel/nodejs/DEPENDS
+++ b/devel/nodejs/DEPENDS
@@ -19,4 +19,4 @@ depends icu '--with-intl=system-icu' &&
depends simdjson '--shared-simdjson' &&
depends simdutf '--shared-simdutf' &&
-optional_depends SSL '--shared-openssl' '--without-ssl' 'use SSL'
+optional_depends openssl '--shared-openssl' '' 'link against system OpenSSL'
diff --git a/devel/nodejs/HISTORY b/devel/nodejs/HISTORY
index ab77201..67784b3 100644
--- a/devel/nodejs/HISTORY
+++ b/devel/nodejs/HISTORY
@@ -1,3 +1,6 @@
+2026-08-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: remove --without-ssl to allow use of bundled openssl
+
2026-08-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 26.7.0
diff --git a/http/nghttp3/BUILD b/http/nghttp3/BUILD
new file mode 100755
index 0000000..da63c5e
--- /dev/null
+++ b/http/nghttp3/BUILD
@@ -0,0 +1,3 @@
+OPTS="--disable-static --enable-lib-only ${OPTS}" &&
+
+default_build
diff --git a/http/nghttp3/DEPENDS b/http/nghttp3/DEPENDS
index 812784e..ac2fb84 100755
--- a/http/nghttp3/DEPENDS
+++ b/http/nghttp3/DEPENDS
@@ -1,5 +1 @@
-depends autoconf &&
-depends automake &&
-depends git &&
-depends PKG-CONFIG &&
-depends libtool
+depends PKG-CONFIG
diff --git a/http/nghttp3/DETAILS b/http/nghttp3/DETAILS
index c5343f5..bd7f0ad 100755
--- a/http/nghttp3/DETAILS
+++ b/http/nghttp3/DETAILS
@@ -1,11 +1,10 @@
-. "${GRIMOIRE}/FUNCTIONS"
SPELL="nghttp3"
- VERSION="$(get_scm_version)"
- SOURCE="${SPELL}-git.tar.xz"
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
- SOURCE_URL="git_http://github.com/ngtcp2/${SPELL}:${SPELL}-git:main"
- SOURCE_IGNORE="volatile"
- FORCE_DOWNLOAD="on"
+ VERSION="1.18.0"
+
SOURCE_HASH="sha512:51ed27cb600219b13f3be44f7543b04df956180015ca027245e7aab968283720918c5fbe191265b02d9c90ebd5b6649599005b904b300ca844381b88ecea3274"
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+
SOURCE_URL[0]="https://github.com/ngtcp2/${SPELL}/releases/download/v${VERSION}/${SOURCE}"
+# Watch: https://github.com/ngtcp2/nghttp3/tags tags/v([0-9.]+)[.]tar
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/ngtcp2/nghttp3"
LICENSE[0]="MIT"
ENTERED="20211107"
diff --git a/http/nghttp3/HISTORY b/http/nghttp3/HISTORY
index d63082a..88b92b8 100644
--- a/http/nghttp3/HISTORY
+++ b/http/nghttp3/HISTORY
@@ -1,3 +1,9 @@
+2026-08-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: switched from git to upstream release 1.18.0
+ * DEPENDS: dropped deps not needed for release tarballs
+ * BUILD: added --enable-lib-only and --disable-static
+ * PREPARE, PRE_BUILD: removed, no longer needed
+
2022-09-10 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: git -> git_http,
(https://github.blog/2021-09-01-improving-git-protocol-security-github/)
@@ -7,4 +13,3 @@
2021-11-07 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS, DETAILS, PRE_BUILD, PREPARE: created
-
diff --git a/http/nghttp3/PREPARE b/http/nghttp3/PREPARE
deleted file mode 100755
index f8b7d7e..0000000
--- a/http/nghttp3/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch
diff --git a/http/nghttp3/PRE_BUILD b/http/nghttp3/PRE_BUILD
deleted file mode 100755
index dcf04f5..0000000
--- a/http/nghttp3/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-autoreconf -i
- [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (2c12e863771c75982298a9ba8363f20118616fa7), Ismael Luceno, 08/20/2026
Archive powered by MHonArc 2.6.24.