Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (91bf650f428b8460671c87d6579f79b37eb5d6b1)
  • Date: Tue, 25 Feb 2025 11:08:51 +0000

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

libs/libidn2/HISTORY | 4 ++++
libs/libidn2/PRE_BUILD | 4 ++++
libs/pcre2/DETAILS | 1 -
libs/pcre2/HISTORY | 3 +++
4 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 91bf650f428b8460671c87d6579f79b37eb5d6b1
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libidn2: hot-fix for build due to automake-1.16 missing

The build triggers a autotools regeneration step at some point and breaks
if automake-1.16 is not there. Explicit autoreconf avoids that.

Proper fix maybe involves an update after 6 years.

commit 2b95b72a4209397fa7472f1fd8192621ef6613ce
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

pcre2: un-break build with SOURCE2

diff --git a/libs/libidn2/HISTORY b/libs/libidn2/HISTORY
index b2ae040..505e2cf 100644
--- a/libs/libidn2/HISTORY
+++ b/libs/libidn2/HISTORY
@@ -1,3 +1,7 @@
+2025-02-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * PRE_BUILD: hot-fix for build that misses automake-1.16 at
+ some point
+
2019-11-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2.3.0, SECURITY_PATCH++, (CVE-2019-12290)

diff --git a/libs/libidn2/PRE_BUILD b/libs/libidn2/PRE_BUILD
new file mode 100755
index 0000000..0b9ee7a
--- /dev/null
+++ b/libs/libidn2/PRE_BUILD
@@ -0,0 +1,4 @@
+# weird error where some re-generation is triggered that misses automake-1.16
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+autoreconf
diff --git a/libs/pcre2/DETAILS b/libs/pcre2/DETAILS
index eaec597..0c85a2f 100755
--- a/libs/pcre2/DETAILS
+++ b/libs/pcre2/DETAILS
@@ -2,7 +2,6 @@
VERSION=10.45

SOURCE_HASH="sha512:4c1f0cf793624516d7eeb15745d6c07c9f678dd2c2b349062c6b614e88bf42262972d133576e85140dee2a882984aaf2d688953fc9c69ec7105b2daaeae89845"
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://github.com/PCRE2Project/pcre2/releases/download/pcre2-$VERSION/$SOURCE
# Watch: https://github.com/PCRE2Project/pcre2/tags
releases/tag/pcre2-([0-9.]+)
diff --git a/libs/pcre2/HISTORY b/libs/pcre2/HISTORY
index 4a4f523..f471b92 100644
--- a/libs/pcre2/HISTORY
+++ b/libs/pcre2/HISTORY
@@ -1,3 +1,6 @@
+2025-02-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: Remove SOURCE2 to un-break build.
+
2025-02-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 10.45, updated SOURCE_URL, added Watch line,
switched to
sha512 hashsum checking


  • [[SM-Commit] ] GIT changes to master grimoire by Thomas Orgis (91bf650f428b8460671c87d6579f79b37eb5d6b1), Thomas Orgis, 02/25/2025

Archive powered by MHonArc 2.6.24.

Top of Page