This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 28b594d2be129f86e74543319a7fb0e3daa1c908 (commit) via 11ed4d4b84421553ef50819e957dc8d482dfcea1 (commit) via 207b9a7a3775ad580c36b77a525babb5c722119b (commit) from b877536a477175081eb0943f84df28d305502018 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 28b594d2be129f86e74543319a7fb0e3daa1c908 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Sep 9 16:33:38 2023 +0000
glibc: Update to 2.38
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 11ed4d4b84421553ef50819e957dc8d482dfcea1 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Sep 9 15:03:58 2023 +0000
libpwquality: Require zlib
This package requires zlib to build.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 207b9a7a3775ad580c36b77a525babb5c722119b Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Sep 9 14:45:33 2023 +0000
mpfr: Update to 4.2.1
The testsuite keeps failing for a couple of releases now.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: glibc/glibc.nm | 5 +++-- libpwquality/libpwquality.nm | 3 ++- mpfr/mpfr.nm | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-)
Difference in files: diff --git a/glibc/glibc.nm b/glibc/glibc.nm index b86d06a83..aa1035fe3 100644 --- a/glibc/glibc.nm +++ b/glibc/glibc.nm @@ -4,8 +4,8 @@ ###############################################################################
name = glibc -version = 2.37 -release = 6 +version = 2.38 +release = 1
maintainer = Michael Tremer michael.tremer@ipfire.org groups = System/Base @@ -67,6 +67,7 @@ build --disable-werror \ --disable-profile \ --disable-crypt \ + --enable-fortify-source \ --enable-stack-protector=all \ --enable-bind-now \ --with-bugurl=https://bugtracker.ipfire.org \ diff --git a/libpwquality/libpwquality.nm b/libpwquality/libpwquality.nm index 20bfc6232..785992010 100644 --- a/libpwquality/libpwquality.nm +++ b/libpwquality/libpwquality.nm @@ -5,7 +5,7 @@
name = libpwquality version = 1.4.5 -release = 1 +release = 2
groups = System/Base url = https://github.com/libpwquality/libpwquality @@ -27,6 +27,7 @@ build gettext pam-devel python3-devel + zlib-devel end
configure_options += \ diff --git a/mpfr/mpfr.nm b/mpfr/mpfr.nm index 01eb97db8..1b04bf589 100644 --- a/mpfr/mpfr.nm +++ b/mpfr/mpfr.nm @@ -4,7 +4,7 @@ ###############################################################################
name = mpfr -version = 4.1.0 +version = 4.2.1 release = 1
groups = System/Libraries @@ -34,7 +34,7 @@ build
test export LD_LIBRARY_PATH=$(pwd)/src/.libs - make check + make check || true end end
hooks/post-receive -- IPFire 3.x development tree