sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (bdbba3aa31b8d0c02d32a5d0bfb83c7d64ab76d8)
- From: Treeve Jelbert <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 Treeve Jelbert (bdbba3aa31b8d0c02d32a5d0bfb83c7d64ab76d8)
- Date: Wed, 26 Mar 2025 09:31:19 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
archive-libs/libarchive/DETAILS | 6 +++---
archive-libs/libarchive/HISTORY | 4 ++++
devel/re2c/DETAILS | 4 ++--
devel/re2c/HISTORY | 3 +++
libs/abseil-cpp/DETAILS | 4 ++--
libs/abseil-cpp/HISTORY | 3 +++
libs/ms-gsl/DETAILS | 4 ++--
libs/ms-gsl/HISTORY | 3 +++
libs/protobuf/DETAILS | 4 ++--
libs/protobuf/HISTORY | 3 +++
10 files changed, 27 insertions(+), 11 deletions(-)
New commits:
commit bdbba3aa31b8d0c02d32a5d0bfb83c7d64ab76d8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libarchive: => 3.7.8 SECURITY FIX
commit 3c67a9ee667990164c9092a12c190f6e1f3b2422
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
protobuf: => 30.1
commit 57db027482adafc56f49df17bed17ba0bfba56bc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
abseil-cpp: => 20250127.1
commit a64db73e2fbb2748970402e5ab2e1d6bc3764135
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
re2c: => 4.0.2
commit 1ac25ca787a6f0afbf7287d2fafb7b3c941b5959
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
ms-gsl: => 4.2.0
diff --git a/archive-libs/libarchive/DETAILS b/archive-libs/libarchive/DETAILS
index 1699c95..890fbce 100755
--- a/archive-libs/libarchive/DETAILS
+++ b/archive-libs/libarchive/DETAILS
@@ -1,12 +1,12 @@
SPELL=libarchive
- VERSION=3.7.7
+ VERSION=3.7.8
PATCHLEVEL=1
- SECURITY_PATCH=12
+ SECURITY_PATCH=13
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://www.libarchive.org
SOURCE_URL[0]=https://github.com/libarchive/libarchive/releases/download/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:cce6eecfcd33d228bd1b1162a90bad63750adb53ac4edcaed34e2fdc30b6ba211cf1fd25d4b8761373949ceec266478b09bd70ffa4e374803a29e8573d6d149e
+
SOURCE_HASH=sha512:dcc90cc0597c14867c094aaf13bb1ec4d6b2fee7f0d6d714a909f42085cc99f7e49ac78a51e312df39b5db57aa8d17bc794f1d8d7b1c8fb65bc598ff88eb5158
ENTERED=20080629
LICENSE[0]=BSD
KEYWORDS="archive"
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index d9cd45b..0072cb9 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,7 @@
+2025-03-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.7.8
+ SECURITY_PATCH++ fix CVE-2024-57970 CVE-2025-1632 CVE-2025-25724
+
2025-01-04 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: added slibtool
* DETAILS: PATCHLEVEL++
diff --git a/devel/re2c/DETAILS b/devel/re2c/DETAILS
index 253c6dc..c9c905d 100755
--- a/devel/re2c/DETAILS
+++ b/devel/re2c/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=re2c
- VERSION=3.1
-
SOURCE_HASH=sha512:7528d78e1354c774783e63e05553b7a772f8185b43b988cddf79a527ed63316f18e6f9fb3a63ae4d5c83c9f4de2b672b0e61898d96bdd6f15a1eaa7b4d47c757
+ VERSION=4.0.2
+
SOURCE_HASH=sha512:f2509301e83dcb17fd3fc672069b9d62c1b5ce3af357dd71ff63e7220dc84efd83f6cb3199465e1cbd0ed768e0229e99a71f4a1d802ccc8f6363a6e5415c440e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=https://github.com/skvadrik/re2c/archive/${VERSION}.tar.gz
diff --git a/devel/re2c/HISTORY b/devel/re2c/HISTORY
index 1c4beb5..979a71c 100644
--- a/devel/re2c/HISTORY
+++ b/devel/re2c/HISTORY
@@ -1,3 +1,6 @@
+2025-03-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.0.2
+
2024-03-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.1
diff --git a/libs/abseil-cpp/DETAILS b/libs/abseil-cpp/DETAILS
index 1068e3c..10844bf 100755
--- a/libs/abseil-cpp/DETAILS
+++ b/libs/abseil-cpp/DETAILS
@@ -1,7 +1,7 @@
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=abseil-cpp
- VERSION=20250127.0
-
SOURCE_HASH=sha512:2a021faad807ee3e23548716ffa4785dc2409edbb4be676cc4bc01d47885760de340f0a4afdcbf0aaa835affd6d78f7bc319bbf7d337dbc30e7a559d0088e4bd
+ VERSION=20250127.1
+
SOURCE_HASH=sha512:8312acf0ed74fa28c6397f3e41ada656dbd5ca2bf8db484319d74b144ad19c0ebdc77f7f03436be6c6ca1cde706b9055079233cf0d6b5ada4ca48406f8a55dd8
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/abseil/$SPELL/archive/refs/tags/$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/abseil-cpp/HISTORY b/libs/abseil-cpp/HISTORY
index ba1b0b8..54abd3d 100644
--- a/libs/abseil-cpp/HISTORY
+++ b/libs/abseil-cpp/HISTORY
@@ -1,3 +1,6 @@
+2025-03-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 20250127.1
+
2025-02-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 20250127.0
diff --git a/libs/ms-gsl/DETAILS b/libs/ms-gsl/DETAILS
index 9334ff9..3a54a24 100755
--- a/libs/ms-gsl/DETAILS
+++ b/libs/ms-gsl/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=ms-gsl
- VERSION=4.0.0
-
SOURCE_HASH=sha512:7fa7446796c6bf82fb3bff09f86a69c446a27be528bef3b17c8bc5ad2f24d5cf86bdb3d3813ecb44726e8f395020180e97e41027330d1fbf545cc0f0b44aac29
+ VERSION=4.2.0
+
SOURCE_HASH=sha512:f325c70fb02ead99c5be333baa0793573dd091fe111b20ff13b2d524b71f1357bbc365a66684a8c791796095284cc6a968fc3c7284a0b3c0646a38a61e46792c
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/GSL-$VERSION
WEB_SITE=https://github.com/microsoft/GSL
diff --git a/libs/ms-gsl/HISTORY b/libs/ms-gsl/HISTORY
index 03b556b..17a2a2b 100644
--- a/libs/ms-gsl/HISTORY
+++ b/libs/ms-gsl/HISTORY
@@ -1,3 +1,6 @@
+2025-03-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 4.2.0
+
2024-02-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.0.0
spell created
diff --git a/libs/protobuf/DETAILS b/libs/protobuf/DETAILS
index 273a3a0..70cce0d 100755
--- a/libs/protobuf/DETAILS
+++ b/libs/protobuf/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=protobuf
- VERSION=29.3
-
SOURCE_HASH=sha512:0c776133f5789d21baa8860cb41e7926a162d74810a01722b762a78f93e559494e903fcaa092515bfe2ce057fd065a5dd000b316edb1af32c2ef9dbadf02b4c6
+ VERSION=30.1
+
SOURCE_HASH=sha512:bd1516718a8bfa2420a75ac94476dcc3315ee78633656d3ccdb346189320bad1584040d0c13904139dd0d11c89472dcc2b211f92efd6b298a648714fac56bb95
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://protobuf.dev/
diff --git a/libs/protobuf/HISTORY b/libs/protobuf/HISTORY
index 855b884..7de7033 100644
--- a/libs/protobuf/HISTORY
+++ b/libs/protobuf/HISTORY
@@ -1,3 +1,6 @@
+2025-03-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 30.1
+
2025-02-02 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 29.3
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (bdbba3aa31b8d0c02d32a5d0bfb83c7d64ab76d8), Treeve Jelbert, 03/26/2025
Archive powered by MHonArc 2.6.24.