Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (558f0097f6dcd00e10d499fc9bcd850282fef84a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (558f0097f6dcd00e10d499fc9bcd850282fef84a)
  • Date: Tue, 19 Dec 2023 16:35:24 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/nss/DETAILS | 5 +++++
crypto/nss/HISTORY | 3 +++
crypto/nss/PREPARE | 2 +-
libs/poco/DEPENDS | 2 +-
libs/poco/DETAILS | 8 ++++----
libs/poco/HISTORY | 4 ++++
6 files changed, 18 insertions(+), 6 deletions(-)

New commits:
commit 558f0097f6dcd00e10d499fc9bcd850282fef84a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

nss: => 3.96.1

commit 897d9df322dd2f328064136dfeb1175b6baf51a6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

poco: => 1.12.5p2

diff --git a/crypto/nss/DETAILS b/crypto/nss/DETAILS
index 0d38c46..07e5175 100755
--- a/crypto/nss/DETAILS
+++ b/crypto/nss/DETAILS
@@ -103,6 +103,11 @@ case $NSS_BRANCH in
3.95)
VERSION=3.95

SOURCE_HASH=sha512:54567c063fc72bf1a29898bc8cc405e54aa086269021d864b10a3640e6b4ae0d632834db87766257fdb43740d9bc71e362d69cfe6924f5c72a6e1a99a91f8c3a
+ ;;
+ 3.96)
+ VERSION=3.96.1
+
SOURCE_HASH=sha512:fe8baefa767b711a108aafdb496a45d15d2296c3bdd0b1e4389c49197d1cf5365872ee41c23b6823285803887c74538d13347af87d64750551e9cbc87a9cb338
+ ;;
esac
SOURCE=$SPELL-$VERSION.tar.gz

SOURCE_URL[0]=http://ftp.mozilla.org/pub/security/nss/releases/NSS_${VERSION//./_}_RTM/src/$SOURCE
diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index 1020a08..6b68d71 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2023-12-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.96.1
+
2023-12-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.95
* PREPARE: added 3.95 branch
diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index fc29aee..acfe167 100755
--- a/crypto/nss/PREPARE
+++ b/crypto/nss/PREPARE
@@ -1,5 +1,5 @@
. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch DEFAULT 3.70 3.71 3.72 3.73 3.74 3.75 3.76 3.77 3.78
3.79 3.80 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.90 3.91 3.92 3.93
3.94 3.95&&
+prepare_select_branch DEFAULT 3.70 3.71 3.72 3.73 3.74 3.75 3.76 3.77 3.78
3.79 3.80 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.90 3.91 3.92 3.93
3.94 3.95 3.96&&

if [[ -z "$NSS_BRANCH" ]] || [[ "$NSS_BRANCH" == "DEFAULT" ]]; then
NSS_BRANCH=3.70
diff --git a/libs/poco/DEPENDS b/libs/poco/DEPENDS
index 2ab4827..c76568b 100755
--- a/libs/poco/DEPENDS
+++ b/libs/poco/DEPENDS
@@ -1,7 +1,7 @@
. "$GRIMOIRE/CMAKE_DEPENDS" &&

depends gcc &&
-depends pcre &&
+depends pcre2 &&
depends libpng &&

# FIXME -DENABLE_ACTIVERECORD_COMPILER=off required because of missing dep
check
diff --git a/libs/poco/DETAILS b/libs/poco/DETAILS
index c5e124c..b18c840 100755
--- a/libs/poco/DETAILS
+++ b/libs/poco/DETAILS
@@ -1,12 +1,12 @@
. "$GRIMOIRE/CMAKE_FUNCTIONS"
SPELL=poco
- VERSION=1.12.2
-
SOURCE_HASH=sha512:86b6b106e9a677397c73139e949a65925e78611cad478fc4206a6a7365613307fc1549b1160faf6ca8f02fb7f7ae58858c3913cb701111b7cbb5ffcbe5363bb3
+ VERSION=1.12.5p2
+
SOURCE_HASH=sha512:ad947778467f7509993ecf4b7ae9c6e83ed80d7c782e14ca6c75bf880bc5f37c9482ba57ca63a537a930a11a9192b29c5568a5f4893e8c4d44ea65c919d17beb
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=https://github.com/pocoproject/poco/archive/refs/tags/poco-${VERSION}-release.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}-${VERSION}-release"
- WEB_SITE="http://pocoproject.org/";
- LICENSE[0]=http://www.boost.org/users/license.html
+ WEB_SITE="https://pocoproject.org/";
+ LICENSE[0]=https://www.boost.org/users/license.html
ENTERED=20090226
SHORT="C++ class libraries for network-centric applications"
cat << EOF
diff --git a/libs/poco/HISTORY b/libs/poco/HISTORY
index 8096a36..25ea219 100644
--- a/libs/poco/HISTORY
+++ b/libs/poco/HISTORY
@@ -1,3 +1,7 @@
+2023-12-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.12.5p2
+ * DEPENDS: use pcre2
+
2022-08-08 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: fixed overridden OPTS
* DETAILS: updated spell to 1.12.2



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (558f0097f6dcd00e10d499fc9bcd850282fef84a), Treeve Jelbert, 12/19/2023

Archive powered by MHonArc 2.6.24.

Top of Page