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 7fcb79ca9816bad6c81b20ec3676c19eb8d0ee3e (commit) via e7b751db89431be5c48f611319fed1f4ab0a46b4 (commit) via 80938a4a73365c386e6f7ee476d6e0bc4ece8eda (commit) from 8b557c4205259b11a79f4ab325ba03fc0059f4ff (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 7fcb79ca9816bad6c81b20ec3676c19eb8d0ee3e Author: Jonatan Schlag jonatan.schlag@ipfire.org Date: Sun Sep 17 14:09:34 2023 +0000
gmp: Update to 6.3.0
Fixes: #13229
Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit e7b751db89431be5c48f611319fed1f4ab0a46b4 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Sep 17 16:08:25 2023 +0200
wpasupplicant: update to 3.10
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 80938a4a73365c386e6f7ee476d6e0bc4ece8eda Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun Sep 17 16:24:36 2023 +0200
libnl3: update to 3.8.0
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: gmp/gmp.nm | 6 +++--- libnl3/libnl3.nm | 8 ++++---- wpa_supplicant/wpa_supplicant.nm | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-)
Difference in files: diff --git a/gmp/gmp.nm b/gmp/gmp.nm index a2ceb8d4e..b60d22ca0 100644 --- a/gmp/gmp.nm +++ b/gmp/gmp.nm @@ -4,8 +4,8 @@ ###############################################################################
name = gmp -version = 6.2.1 -release = 1.2 +version = 6.3.0 +release = 1
groups = System/Libraries url = https://gmplib.org/ @@ -22,7 +22,7 @@ description emphasizes speed over simplicity/elegance in its operations. end
-source_dl += https://gmplib.org/download/gmp/ ftp://ftp.gnu.org/gnu/gmp/ +source_dl = https://gmplib.org/download/gmp/ sources = %{thisapp}.tar.xz
build diff --git a/libnl3/libnl3.nm b/libnl3/libnl3.nm index bde4cf0ef..895edc75b 100644 --- a/libnl3/libnl3.nm +++ b/libnl3/libnl3.nm @@ -4,12 +4,12 @@ ###############################################################################
name = libnl3 -version = 3.2.25 -release = 1.1 +version = 3.8.0 +release = 1 thisapp = libnl-%{version}
groups = Development/Libraries -url = http://www.infradead.org/~tgr/libnl/ +url = https://github.com/thom311/libnl/ license = LGPLv2 summary = Convenience library for kernel netlink sockets.
@@ -18,7 +18,7 @@ description Linux kernel's netlink sockets interface for network manipulation. end
-source_dl = https://www.infradead.org/~tgr/libnl/files/ +source_dl = https://github.com/thom311/libnl/releases/download/libnl3_8_0/
build requires diff --git a/wpa_supplicant/wpa_supplicant.nm b/wpa_supplicant/wpa_supplicant.nm index d93a3c166..2849d44cb 100644 --- a/wpa_supplicant/wpa_supplicant.nm +++ b/wpa_supplicant/wpa_supplicant.nm @@ -4,8 +4,8 @@ ###############################################################################
name = wpa_supplicant -version = 2.9 -release = 2 +version = 2.10 +release = 1
groups = Sytem/Base url = https://w1.fi/wpa_supplicant/ @@ -25,7 +25,7 @@ source_dl = https://w1.fi/releases/ build requires dbus-devel - libnl3-devel + libnl3-devel >= 3.8.0 ncurses-devel openssl-devel pkg-config
hooks/post-receive -- IPFire 3.x development tree