Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (05355a1c6f910237337162f3d996463e006eff43)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • 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 (05355a1c6f910237337162f3d996463e006eff43)
  • Date: Sat, 22 Aug 2026 00:58:29 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/nodejs/DEPENDS | 26 ++++++++++++++++++--------
devel/nodejs/HISTORY | 4 ++++
http/firefox/DEPENDS | 2 +-
http/firefox/HISTORY | 3 +++
4 files changed, 26 insertions(+), 9 deletions(-)

New commits:
commit 05355a1c6f910237337162f3d996463e006eff43
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

firefox: depends on cbindgen >= 0.29.4

commit 310b759e25aff0327c0ba3fffd854519f689929d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

nodejs: needs sqlite session extension

commit c81eef9a406a3917fed6a9658107dd25ecab6f35
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

nodejs: Convert all deps to vdepends

diff --git a/devel/nodejs/DEPENDS b/devel/nodejs/DEPENDS
index 72c459f..4a21114 100755
--- a/devel/nodejs/DEPENDS
+++ b/devel/nodejs/DEPENDS
@@ -7,16 +7,26 @@ if ! is_depends_enabled ${SPELL} llvm; then
depends -sub CXX gcc
fi &&

-depends python3 &&
-depends brotli '--shared-brotli' &&
-depends c-ares '--shared-cares' &&
-depends nghttp2 '--shared-nghttp2' &&
vdepends <<-! &&
+# ada-url flags: --shared-ada
+ brotli flags: --shared-brotli
+ c-ares flags: --shared-cares
+ googletest flags: --shared-gtest
+ icu flags: --with-intl=system-icu
libuv >= 1.52.0 flags: --shared-libuv
+# lief flags: --shared-lief
+# merve flags: --shared-merve
+# nbytes flags: --shared-nbytes
+ nghttp2 flags: --shared-nghttp2
+ nghttp3 flags: --shared-nghttp3
+ ngtcp2 flags: --shared-ngtcp2
+ python3
+ simdjson flags: --shared-simdjson
+ simdutf flags: --shared-simdutf
+ sqlite[SESSION] flags: --shared-sqlite
+# wvwasi flags: --shared-wvwasi
+ zlib flags: --shared-zlib
+ zstd flags: --shared-zstd
!
-depends zlib '--shared-zlib' &&
-depends icu '--with-intl=system-icu' &&
-depends simdjson '--shared-simdjson' &&
-depends simdutf '--shared-simdutf' &&

optional_depends openssl '--shared-openssl' '' 'link against system OpenSSL'
diff --git a/devel/nodejs/HISTORY b/devel/nodejs/HISTORY
index 67784b3..110f9c8 100644
--- a/devel/nodejs/HISTORY
+++ b/devel/nodejs/HISTORY
@@ -1,5 +1,9 @@
+2026-08-21 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: needs the sqlite SESSION extension
+
2026-08-20 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: remove --without-ssl to allow use of bundled openssl
+ convert everything to vdepends

2026-08-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 26.7.0
diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 5ef0797..0548d28 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -10,7 +10,7 @@ depends python3
&&
depends glib2 &&
vdepends <<!
at-spi2-core >= 2.45.0
- cbindgen >= 0.26.0
+ cbindgen >= 0.29.4
!

if [[ $FIREFOX_SCCACHE == 'y' ]]; then
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 6c8f73d..98ab580 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2026-08-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: cbindgen >= 0.29.4
+
2026-08-17 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 154.0, SECURITY_PATCH++
* DEPENDS: nss >= 3.126


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (05355a1c6f910237337162f3d996463e006eff43), Ismael Luceno, 08/21/2026

Archive powered by MHonArc 2.6.24.

Top of Page