sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a8fa2cd6a6f202d525cc91bff1f5fd9d4145f847)
- 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 (a8fa2cd6a6f202d525cc91bff1f5fd9d4145f847)
- Date: Thu, 17 Sep 2026 11:12:21 +0000
GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
crypto/nss/DETAILS | 4 +
crypto/nss/HISTORY | 3 +
disk/snapper/HISTORY | 3 +
disk/snapper/WATCH | 1
ftp/curl/HISTORY | 3 +
ftp/curl/PRE_BUILD | 6 --
ftp/curl/ngtcp2-openssl.patch | 112
------------------------------------------
7 files changed, 14 insertions(+), 118 deletions(-)
New commits:
commit a8fa2cd6a6f202d525cc91bff1f5fd9d4145f847
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
snapper: Add WATCH file
commit 0648b5c196f49e051406f828ddafb03dbae6b57c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
nss: Add default case for NSS_BRANCH
To prevent an old saved value that isn't recognized anymore from silently
causing errors down the road.
commit ee913d1296ffb6d95d43052f97b4c8b59c3ef2f2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
curl: Remove ngtcp2-openssl.patch; does not apply
diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 41a1231..0cb632c 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -239,6 +239,10 @@ case $NSS_BRANCH in
(3.129)
VERSION=3.129
SOURCE_HASH="sha256:38baa3b0a18a3f674843473b549753c96419a0151abd1e7a9b214ce0493d0785:UPSTREAM_HASH"
+ (*)
+ message "$PROBLEM_COLORUnknown branch $NSS_BRANCH$NORMAL_COLOR"
+ return 1
+ ;;
esac
VERSIONX="${VERSION//./_}"
if [[ "${VERSION}" == "3.119.1" ]]; then
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 2d07d49..bdc4736 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2026-09-17 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: added default case for NSS_BRANCH
+
2026-09-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, PREPARE: added 3.129 branch
diff --git a/disk/snapper/HISTORY b/disk/snapper/HISTORY
index e5bb489..4c579af 100644
--- a/disk/snapper/HISTORY
+++ b/disk/snapper/HISTORY
@@ -1,3 +1,6 @@
+2026-09-17 Ismael Luceno <ismael AT sourcemage.org>
+ * WATCH: added
+
2016-08-27 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Fixed dependencies
* DEPENDS, DETAILS: spell created
diff --git a/disk/snapper/WATCH b/disk/snapper/WATCH
new file mode 100644
index 0000000..71fa0e9
--- /dev/null
+++ b/disk/snapper/WATCH
@@ -0,0 +1 @@
+0 . https://github.com/openSUSE/snapper/tags
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index a9e82de..2a9d038 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,6 @@
+2026-09-17 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD, ngtcp2-openssl.patch: removed outdated patch
+
2026-09-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 8.22.0
diff --git a/ftp/curl/PRE_BUILD b/ftp/curl/PRE_BUILD
deleted file mode 100755
index df257be..0000000
--- a/ftp/curl/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-if is_depends_enabled ${SPELL} nghttp3; then
- patch -p1 < "${SPELL_DIRECTORY}/ngtcp2-openssl.patch"
-fi
diff --git a/ftp/curl/ngtcp2-openssl.patch b/ftp/curl/ngtcp2-openssl.patch
deleted file mode 100644
index bef443f..0000000
--- a/ftp/curl/ngtcp2-openssl.patch
+++ /dev/null
@@ -1,112 +0,0 @@
-diff --git a/configure b/configure
---- a/configure
-+++ b/configure
-@@ -25099,21 +25099,21 @@ printf "%s\n" "found" >&6; }
- PKG_CONFIG_LIBDIR="$OPENSSL_PCDIR"
- export PKG_CONFIG_LIBDIR
- fi
-- $PKGCONFIG --libs-only-l --libs-only-other openssl 2>/dev/null`
-+ $PKGCONFIG --libs-only-l --libs-only-other
libngtcp2_crypto_openssl 2>/dev/null`
-
- SSL_LDFLAGS=`
- if test -n "$OPENSSL_PCDIR"; then
- PKG_CONFIG_LIBDIR="$OPENSSL_PCDIR"
- export PKG_CONFIG_LIBDIR
- fi
-- $PKGCONFIG --libs-only-L openssl 2>/dev/null`
-+ $PKGCONFIG --libs-only-L libngtcp2_crypto_openssl 2>/dev/null`
-
- SSL_CPPFLAGS=`
- if test -n "$OPENSSL_PCDIR"; then
- PKG_CONFIG_LIBDIR="$OPENSSL_PCDIR"
- export PKG_CONFIG_LIBDIR
- fi
-- $PKGCONFIG --cflags-only-I openssl 2>/dev/null`
-+ $PKGCONFIG --cflags-only-I libngtcp2_crypto_openssl 2>/dev/null`
-
-
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: pkg-config: SSL_LIBS:
\"$SSL_LIBS\"" >&5
-@@ -25132,14 +25132,13 @@ printf "%s\n" "$as_me: pkg-config: SSL_CPPFLAGS:
\"$SSL_CPPFLAGS\"" >&6;}
- CPPFLAGS="$CPPFLAGS $SSL_CPPFLAGS"
- LDFLAGS="$LDFLAGS $SSL_LDFLAGS"
-
-- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for HMAC_Update in
-lcrypto" >&5
--printf %s "checking for HMAC_Update in -lcrypto... " >&6; }
-+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for HMAC_Update in
-lngtcp2_crypto_openssl" >&5
-+printf %s "checking for HMAC_Update in -lngtcp2_crypto_openssl... " >&6; }
- if test ${ac_cv_lib_crypto_HMAC_Update+y}
- then :
- printf %s "(cached) " >&6
- else $as_nop
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lcrypto $LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
-@@ -25171,7 +25170,6 @@ if test "x$ac_cv_lib_crypto_HMAC_Update" = xyes
- then :
-
- HAVECRYPTO="yes"
-- LIBS="-lcrypto $LIBS"
-
- else $as_nop
-
-@@ -25309,14 +25309,13 @@ fi
-
- if test X"$HAVECRYPTO" = X"yes"; then
-
-- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SSL_connect
in -lssl" >&5
--printf %s "checking for SSL_connect in -lssl... " >&6; }
-+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SSL_connect
in -lngtcp2_crypto_openssl" >&5
-+printf %s "checking for SSL_connect in -lngtcp2_crypto_openssl... " >&6; }
- if test ${ac_cv_lib_ssl_SSL_connect+y}
- then :
- printf %s "(cached) " >&6
- else $as_nop
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lssl $LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
-@@ -25348,7 +25347,6 @@ if test "x$ac_cv_lib_ssl_SSL_connect" = xyes
- then :
- printf "%s\n" "#define HAVE_LIBSSL 1" >>confdefs.h
-
-- LIBS="-lssl $LIBS"
-
- fi
-
-@@ -25358,14 +25356,13 @@ fi
- printf %s "checking for ssl with RSAglue/rsaref libs in use... " >&6; };
- OLIBS=$LIBS
- LIBS="-lRSAglue -lrsaref $LIBS"
-- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
SSL_connect in -lssl" >&5
--printf %s "checking for SSL_connect in -lssl... " >&6; }
-+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for
SSL_connect in -lngtcp2_crypto_openssl" >&5
-+printf %s "checking for SSL_connect in -lngtcp2_crypto_openssl... " >&6; }
- if test ${ac_cv_lib_ssl_SSL_connect+y}
- then :
- printf %s "(cached) " >&6
- else $as_nop
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lssl $LIBS"
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
-
-@@ -25397,7 +25394,6 @@ if test "x$ac_cv_lib_ssl_SSL_connect" = xyes
- then :
- printf "%s\n" "#define HAVE_LIBSSL 1" >>confdefs.h
-
-- LIBS="-lssl $LIBS"
-
- fi
-
-@@ -25435,7 +25431,7 @@ done
- ac_fn_c_check_header_compile "$LINENO"
"x509.h" "ac_cv_header_x509_h" "$ac_includes_default"
- if test "x$ac_cv_header_x509_h" = xyes
- then :
-- printf "%s\n" "#define HAVE_X509_H 1" >>confdefs.h
-+ printe "%s\n" "#define HAVE_X509_H 0" >>confdefs.h
-
- fi
- ac_fn_c_check_header_compile "$LINENO" "rsa.h" "ac_cv_header_rsa_h"
"$ac_includes_default"
- [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a8fa2cd6a6f202d525cc91bff1f5fd9d4145f847), Ismael Luceno, 09/17/2026
Archive powered by MHonArc 2.6.24.