public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 7fcb79ca9816bad6c81b20ec3676c19eb8d0ee3e
Date: Sun, 17 Sep 2023 14:27:22 +0000	[thread overview]
Message-ID: <4RpVcp6Jffz2xGr@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4209 bytes --]

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(a)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(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit e7b751db89431be5c48f611319fed1f4ab0a46b4
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Sep 17 16:08:25 2023 +0200

    wpasupplicant: update to 3.10
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 80938a4a73365c386e6f7ee476d6e0bc4ece8eda
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Sep 17 16:24:36 2023 +0200

    libnl3: update to 3.8.0
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)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

                 reply	other threads:[~2023-09-17 14:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4RpVcp6Jffz2xGr@people01.haj.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox