Skip to Content.
Sympa Menu

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

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 (2c0724df9903a91344f3ab3fa79d5184e1b3cbb4)
  • Date: Mon, 26 Apr 2021 16:20:30 +0000

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

devel/gdb/DETAILS | 2 +-
devel/gdb/HISTORY | 3 +++
devel/python3/DETAILS | 4 ++--
devel/python3/HISTORY | 4 ++++
4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 2c0724df9903a91344f3ab3fa79d5184e1b3cbb4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

python3: => 3.9.4

commit 8b2cd439fb30530d57e921d334db0ac1d3bc2da0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gdb: => 10.2

diff --git a/devel/gdb/DETAILS b/devel/gdb/DETAILS
index c55648b..023ebf8 100755
--- a/devel/gdb/DETAILS
+++ b/devel/gdb/DETAILS
@@ -1,5 +1,5 @@
SPELL=gdb
- VERSION=10.1
+ VERSION=10.2
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/devel/gdb/HISTORY b/devel/gdb/HISTORY
index 11d4929..efa50e8 100644
--- a/devel/gdb/HISTORY
+++ b/devel/gdb/HISTORY
@@ -1,3 +1,6 @@
+2021-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 10.2
+
2020-12-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: Switched to python3
diff --git a/devel/python3/DETAILS b/devel/python3/DETAILS
index 571901e..f74dc6d 100755
--- a/devel/python3/DETAILS
+++ b/devel/python3/DETAILS
@@ -3,7 +3,7 @@ case "$PYTHON3_BRANCH" in
devel| \
stable| \
3.9)
- VERSION=3.9.2 ;;
+ VERSION=3.9.4 ;;
3.8)
VERSION=3.8.6 ;;
3.7)
@@ -11,7 +11,7 @@ case "$PYTHON3_BRANCH" in
3.6)
VERSION=3.6.10 ;;
esac
- SECURITY_PATCH=8
+ SECURITY_PATCH=9
SOURCE=Python-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Python-$VERSION"
diff --git a/devel/python3/HISTORY b/devel/python3/HISTORY
index bae490c..3016ee7 100644
--- a/devel/python3/HISTORY
+++ b/devel/python3/HISTORY
@@ -1,3 +1,7 @@
+2021-04-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.9.4
+ SECURITY_PATCH++ fixes CVE-2021-3426
+
2021-03-30 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated to 3.9.2
* INSTALL: added python3 pkgconfig alias



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (2c0724df9903a91344f3ab3fa79d5184e1b3cbb4), Treeve Jelbert, 04/26/2021

Archive powered by MHonArc 2.6.24.

Top of Page