sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (07384a8f7b6105c72975cb4fd73aeb0215738243)
- From: Pavel Vinogradov <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 Pavel Vinogradov (07384a8f7b6105c72975cb4fd73aeb0215738243)
- Date: Mon, 14 Oct 2024 19:09:42 +0000
GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:
http/firefox/DETAILS | 4 ++--
http/firefox/HISTORY | 5 +++++
http/firefox/PRE_BUILD | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
New commits:
commit 07384a8f7b6105c72975cb4fd73aeb0215738243
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: simplified checks for Python 3.13.x
availability and removed some debugging bits
commit 67caa185f959581de2567d0b7bb859a3fe8dc8bd
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
http/firefox: version 131.0.3, SECURITY_PATCH++
diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 2810d9e..6b89520 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
- VERSION=131.0.2
- SECURITY_PATCH=198
+ VERSION=131.0.3
+ SECURITY_PATCH=199
SOURCE="${SPELL}-${VERSION}.source.tar.xz"
# Watch: http://releases.mozilla.org/pub/firefox/releases/
/releases/([0-9.]+)/
SOURCE_URL[0]="http://releases.mozilla.org/pub/${SPELL}/releases/${VERSION}/source/${SOURCE}"
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 44458fb..ce523c4 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2024-10-14 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 131.0.3, SECURITY_PATCH++, (CVE-2024-9936)
+ * PRE_BUILD: simplified checks for Python 3.13.x availability and
removed some
+ debugging bits there too
+
2024-10-12 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: added fix for to build with Python 3.13.x
diff --git a/http/firefox/PRE_BUILD b/http/firefox/PRE_BUILD
index 2d02fd0..13bbed6 100755
--- a/http/firefox/PRE_BUILD
+++ b/http/firefox/PRE_BUILD
@@ -63,10 +63,10 @@ find third_party/rust -name .cargo-checksum.json \
-exec sed -i -e 's/\("files":{\)[^}]*/\1/' {} \; &&
# for Python 3.13.x
-if spell_ok "python3" && is_depends_enabled "${SPELL}" "python3"; then
+if spell_ok "python3"; then
local PY_VERSION="$(installed_version python3)" &&
if [[ "${PY_VERSION:0:4}" == "3.13" ]]; then
- find "${SOURCE_DIRECTORY}"/ -print -iname node.py \
+ find "${SOURCE_DIRECTORY}"/ -name node.py \
-exec sed 's;pipes;shlex;' -i {} \;
fi
fi
- [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (07384a8f7b6105c72975cb4fd73aeb0215738243), Pavel Vinogradov, 10/14/2024
Archive powered by MHonArc 2.6.24.