Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (dc8fe67c622a8e8dc462d08e042560fb110dd39b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <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 David C. Haley (dc8fe67c622a8e8dc462d08e042560fb110dd39b)
  • Date: Mon, 15 Jul 2024 18:26:59 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

dev/null |binary
libs/c-ares/CONFIGURE | 1 -
libs/c-ares/DEPENDS | 8 ++++++--
libs/c-ares/DETAILS | 16 ++++++----------
libs/c-ares/HISTORY | 12 ++++++++++--
5 files changed, 22 insertions(+), 15 deletions(-)

New commits:
commit dc8fe67c622a8e8dc462d08e042560fb110dd39b
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

libs/c-ares: Version updated 1.32.1

SECURITY_PATCH++ (CVE-2024-25629). Moved from GPG key to sha512 check.
Removed unneeded BUILD and added DEPENDS.

commit ab6fe0320f359572f7ca629d975f302c6901ca0c
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

Revert "c-ares - use cmake build"

Reverts commit 307ef6442b3b7ba4a299a3307b46e9b516d255de.
Commit caused circular dependency between cmake and c-ares.

diff --git a/libs/c-ares/B71E12C2.gpg b/libs/c-ares/B71E12C2.gpg
deleted file mode 100644
index e9a4ae1..0000000
Binary files a/libs/c-ares/B71E12C2.gpg and /dev/null differ
diff --git a/libs/c-ares/CONFIGURE b/libs/c-ares/CONFIGURE
deleted file mode 100755
index b2f02c3..0000000
--- a/libs/c-ares/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/c-ares/DEPENDS b/libs/c-ares/DEPENDS
index ef97b6b..f6bf7ae 100755
--- a/libs/c-ares/DEPENDS
+++ b/libs/c-ares/DEPENDS
@@ -1,2 +1,6 @@
-source $GRIMOIRE/CMAKE_DEPENDS &&
-optional_depends googletest ' -DCARES_BUILD_TESTS=ON' '' 'build tests'
+depends make &&
+depends patch &&
+depends bison &&
+depends file &&
+depends sed &&
+depends autoconf
diff --git a/libs/c-ares/DETAILS b/libs/c-ares/DETAILS
index eb1a924..d6c3d60 100755
--- a/libs/c-ares/DETAILS
+++ b/libs/c-ares/DETAILS
@@ -1,18 +1,14 @@
-source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=c-ares
- VERSION=1.24.0
- SECURITY_PATCH=4
+ VERSION=1.32.1
+ SECURITY_PATCH=5
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
- SOURCE_URL[0]=https://c-ares.haxx.se/download/$SOURCE
- SOURCE2_URL[0]=https://c-ares.haxx.se/download/$SOURCE2
- SOURCE_GPG=B71E12C2.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+
SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/releases/download/v$VERSION/$SOURCE
+
SOURCE_HASH=sha512:20339b92c5355c01f71a0ab5fe4b823b41ad09269dbdaf4f1567324735d7e90812c9f3f7ce197247be0bd793df35b85aa1747675762a2344e4f506346466d349
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
- WEB_SITE="https://daniel.haxx.se/projects/c-ares/";
+ WEB_SITE="https://c-ares.org/";
LICENSE[0]=MIT
ENTERED=20070425
SHORT="A C library that resolves names asynchronously."
cat << EOF
-c-ares is a C library that resolves names asynchronously.
+c-ares is a modern DNS (stub) resolver library, written in C. It provides
interfaces for asynchronous queries while trying to abstract the intricacies
of the underlying DNS protocol.
EOF
diff --git a/libs/c-ares/HISTORY b/libs/c-ares/HISTORY
index 1e672d1..b261cba 100644
--- a/libs/c-ares/HISTORY
+++ b/libs/c-ares/HISTORY
@@ -1,7 +1,15 @@
+2024-07-10 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version 1.32.1
+ SECURITY_PATCH++: CVE-2024-25629
+ SOURCE_URLs updated to github
+ WEBSITE updated
+ SOURCE2, SOURCE_URL, SOURCE_GPG, SOURCE2_IGNORE: Removed
+ * DEPENDS: Added, upstream dependencies provided
+ * BUILD: Removed, not needed
+ * B71E12C2.gpg: Removed, no longer needed
+
2023-12-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.24.0
- * CONFIGURE DEPENDS DETAILS: use cmake, fixes build problems as well
- * BUILD: deleted

2023-01-29 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.19.0


  • [[SM-Commit] ] GIT changes to master grimoire by David C. Haley (dc8fe67c622a8e8dc462d08e042560fb110dd39b), David C. Haley, 07/15/2024

Archive powered by MHonArc 2.6.24.

Top of Page