Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d49754049aeb2a0a739988d05c4d83807bd67bad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d49754049aeb2a0a739988d05c4d83807bd67bad)
  • Date: Fri, 13 May 2022 15:15:38 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

libs/glibc/BUILD | 1 +
libs/glibc/HISTORY | 4 ++++
python-pypi/setuptools/DETAILS | 7 +++----
python-pypi/setuptools/HISTORY | 3 +++
4 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit d49754049aeb2a0a739988d05c4d83807bd67bad
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

python-pypi/setuptools: version 62.2.0

commit e4c3632f0f3d1b362c5af0cb9bae5a66f3dd753c
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

libs/glibc: pass --disable-werror to configure

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index f3df98a..d64abfe 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -61,6 +61,7 @@ $SOURCE_DIRECTORY/configure --host=$HOST
\
--with-elf \
--enable-shared \
--disable-profile \
+ --disable-werror \
--with-headers=$GLIBC_HEADERS_DIR/usr/include \
--disable-multi-arch \
$OPTS &&
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 90fdbc7..3012c45 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,7 @@
+2022-05-12 Florian Franzmann <bwlf AT bandrate.org>
+ * BUILD: set --disable-werror to work around compile error with gcc
+ 12.1
+
2021-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.33, HEADERS_VERSION=5.10.12
SECURITY_PATCH++ fixes: CVE-2021-3326 CVE-2020-27618
CVE-2020-29562 CVE-2019-25013
diff --git a/python-pypi/setuptools/DETAILS b/python-pypi/setuptools/DETAILS
index 7cb25fe..d97662a 100755
--- a/python-pypi/setuptools/DETAILS
+++ b/python-pypi/setuptools/DETAILS
@@ -1,9 +1,8 @@
SPELL=setuptools
- VERSION=60.9.3
-
VX=14/74/54890935244ce053abcc4fa01ef4982a84743a8d128d4cf5eae56e2d156c
-
SOURCE_HASH=sha512:37ace6412532a7cb86f3c63fa94c8d60b1616f3cbae12499d01b6d21cb6f48ffc50d28d1f68e046c775c313a23873a02b999fdc9b95ec762b89d9c5746a63a1d
+ VERSION=62.2.0
+
SOURCE_HASH=sha512:4d5b9a88088ef6cb0a742bd708ab52798ee5202a0be33dd6102fa44975d121496edda1ddd9abd4a97e4c29fe804687a1d298d930004a53ee2935c0a15821917f
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/s/${SPELL}/${SOURCE}
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=https://pypi.python.org/pypi/setuptools
LICENSE[0]="PSF"
diff --git a/python-pypi/setuptools/HISTORY b/python-pypi/setuptools/HISTORY
index 510ead2..8b8d5c0 100644
--- a/python-pypi/setuptools/HISTORY
+++ b/python-pypi/setuptools/HISTORY
@@ -1,3 +1,6 @@
+2022-05-13 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 62.2.0
+
2022-02-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 60.9.3
* BUILD: deleted



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d49754049aeb2a0a739988d05c4d83807bd67bad), Florian Franzmann, 05/13/2022

Archive powered by MHonArc 2.6.24.

Top of Page