Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (512ec237843e60709848eef23c60689b3085d2c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (512ec237843e60709848eef23c60689b3085d2c9)
  • Date: Wed, 15 Nov 2023 13:06:17 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

FUNCTIONS | 2 +-
http/nghttp2/DETAILS | 6 +++---
http/nghttp2/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 512ec237843e60709848eef23c60689b3085d2c9
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

cmake_build: use MAKE_NJOBS for parallelism

Since some time now, we can set the number of
parallel build jobs via the environment, hopefully
passed down to the actual build tool and ending
either unwanted serial or parallel work, depending
on ninjas or other ancient warrior castes.

commit 87ea5a3a1230d2d55e7ec1eacbe88dcebd1dc1fa
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

nghttp2: version 1.58.0, ++SECURITY_PATCH

diff --git a/FUNCTIONS b/FUNCTIONS
index 0e2052e..a7dabf6 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -705,7 +705,7 @@ cmake_build() {
-DCMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-DCMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
$OPTS ../ &&
- cmake --build .
+ CMAKE_BUILD_PARALLEL_LEVEL="$MAKE_NJOBS" cmake --build .
}

function cmake_install() {
diff --git a/http/nghttp2/DETAILS b/http/nghttp2/DETAILS
index c5eb620..0a74ad5 100755
--- a/http/nghttp2/DETAILS
+++ b/http/nghttp2/DETAILS
@@ -1,7 +1,7 @@
SPELL="nghttp2"
- VERSION=1.49.0
-
SOURCE_HASH="sha512:599bc8e52bbe7f5bdfbf493ea2199c4c4bdeb9eac174d4c56b11fb321b11b86e82674bd3c7f60d7ea975ef60eec3f258b5438d1157491cfa23a1b9adccd7948a"
- SECURITY_PATCH="2"
+ VERSION=1.58.0
+
SOURCE_HASH="sha512:97b70727c633be1168df6a5b48617dde113b1d1e34176ec8bf22f4449041af2f73b2ada438d14336c9712271ec6bfc7525f000c8ca6a7a9f8d06db01b876dd1c"
+ SECURITY_PATCH="3"
SOURCE="${SPELL}-${VERSION}.tar.xz"

SOURCE_URL[0]="https://github.com/${SPELL}/${SPELL}/releases/download/v${VERSION}/${SOURCE}";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/http/nghttp2/HISTORY b/http/nghttp2/HISTORY
index ceab78f..c2f8e5d 100644
--- a/http/nghttp2/HISTORY
+++ b/http/nghttp2/HISTORY
@@ -1,3 +1,7 @@
+2023-11-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 1.58.0, ++SECURITY_PATCH
+ (also fixes build with current cython)
+
2022-09-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.49.0




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (512ec237843e60709848eef23c60689b3085d2c9), Thomas Orgis, 11/15/2023

Archive powered by MHonArc 2.6.24.

Top of Page