sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (d45eadf03b58be871cdc0fa5d525cde166575180)
- 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 (d45eadf03b58be871cdc0fa5d525cde166575180)
- Date: Sat, 21 Dec 2024 15:02:32 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
devel/cmake/DETAILS | 4 ++--
devel/cmake/HISTORY | 3 +++
net/socat/DETAILS | 8 ++++----
net/socat/HISTORY | 4 ++++
security-libs/libpwquality/DEPENDS | 2 +-
security-libs/libpwquality/DETAILS | 4 ++--
security-libs/libpwquality/HISTORY | 4 ++++
7 files changed, 20 insertions(+), 9 deletions(-)
New commits:
commit d45eadf03b58be871cdc0fa5d525cde166575180
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
cmake: => 3.31.3
commit 4a19d33ff0f7275909d7288eb9bc4301a8d9e693
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
libpwquality: => 1.4.5
commit 7c1d77294740a553bdb0268860e65858484befa4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
socat: => 1.8.0.2 SECURITY FIX
diff --git a/devel/cmake/DETAILS b/devel/cmake/DETAILS
index 950560b..4af0128 100755
--- a/devel/cmake/DETAILS
+++ b/devel/cmake/DETAILS
@@ -1,6 +1,6 @@
SPELL=cmake
- VERSION=3.31.2
-
SOURCE_HASH=sha256:42abb3f48f37dbd739cdfeb19d3712db0c5935ed5c2aef6c340f9ae9114238a2:UPSTREAM_HASH
+ VERSION=3.31.3
+
SOURCE_HASH=sha256:fac45bc6d410b49b3113ab866074888d6c9e9dc81a141874446eb239ac38cb87
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="https://www.cmake.org/files/v${VERSION%.?}/${SOURCE}"
diff --git a/devel/cmake/HISTORY b/devel/cmake/HISTORY
index 1c25257..4abe6fa 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -1,3 +1,6 @@
+2024-12-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.31.3
+
2024-12-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.31.2
diff --git a/net/socat/DETAILS b/net/socat/DETAILS
index d419207..9a97f2f 100755
--- a/net/socat/DETAILS
+++ b/net/socat/DETAILS
@@ -1,12 +1,12 @@
SPELL=socat
- VERSION=1.8.0.1
- SECURITY_PATCH=7
-
SOURCE_HASH=sha512:2a327b4c2e00fc6afda503548d5bc285d4f120892c75ec6633201825e39e3003a8b8d827053364dc444b72ff728a82381769941c023d8b0a66d955417162b735
+ VERSION=1.8.0.2
+ SECURITY_PATCH=8
+
SOURCE_HASH=sha512:c0a04e697f03da35d8c630de038e837c544e4dc77dd5bfbe73198d88b2d21727d9062114c1c50925daa264178f3317bc11c5504d1358ab7b3e8bce15e3e2dff9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.dest-unreach.org/$SPELL/download/$SOURCE
LICENSE[0]=GPL
- WEB_SITE=https://www.dest-unreach.org/socat/
+ WEB_SITE=http://www.dest-unreach.org/socat/
ENTERED=20031106
KEYWORDS="net"
SHORT="Relay for bidirectional data transfer"
diff --git a/net/socat/HISTORY b/net/socat/HISTORY
index fe40c5c..65e289a 100644
--- a/net/socat/HISTORY
+++ b/net/socat/HISTORY
@@ -1,3 +1,7 @@
+2024-12-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.8.0.2
+ SECURITY_PATCH++, fixes CVE-2024-54661
+
2024-11-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.8.0.1
diff --git a/security-libs/libpwquality/DEPENDS
b/security-libs/libpwquality/DEPENDS
index b33e489..53ee21a 100755
--- a/security-libs/libpwquality/DEPENDS
+++ b/security-libs/libpwquality/DEPENDS
@@ -2,4 +2,4 @@ depends cracklib &&
depends zlib &&
optional_depends GETTEXT '--enable-nls' '--disable-nls' 'NLS support' &&
optional_depends linux-pam '--enable-pam' '--disable-pam' 'PAM support' &&
-optional_depends PYTHON '--enable-python-bindings'
'--disable-python-bindings' 'Python bindings'
+optional_depends python3 '--enable-python-bindings
--with-python-binary=python3' '--disable-python-bindings' 'Python bindings'
diff --git a/security-libs/libpwquality/DETAILS
b/security-libs/libpwquality/DETAILS
index eb74d75..5a256d0 100755
--- a/security-libs/libpwquality/DETAILS
+++ b/security-libs/libpwquality/DETAILS
@@ -1,6 +1,6 @@
SPELL=libpwquality
- VERSION=1.4.0
-
SOURCE_HASH=sha512:b8049f8b71bbfd4d345dbd4c4cffd29e9029b0fca4c95527af54d11a3b06e4708236b630df6c66738368298679c96cb3bf26b1b5d95cb3c5f7e1073cab8a98d9
+ VERSION=1.4.5
+
SOURCE_HASH=sha512:91a6febbf40047e553b6051df727857df7932c816638f15118a46b8286527a80446ca4f6a050d2b1f4e33335bf4b75290751ce358fa477cb9d06fe89a450d647
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/libpwquality/libpwquality
diff --git a/security-libs/libpwquality/HISTORY
b/security-libs/libpwquality/HISTORY
index 2e9ee34..f6173c4 100644
--- a/security-libs/libpwquality/HISTORY
+++ b/security-libs/libpwquality/HISTORY
@@ -1,3 +1,7 @@
+2024-12-21 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.5
+ * DEPENDS: specify python3
+
2019-08-26 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add linux-pam, GETTEXT, PYTHON
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (d45eadf03b58be871cdc0fa5d525cde166575180), Treeve Jelbert, 12/21/2024
Archive powered by MHonArc 2.6.24.