Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iproute2: update to 6.4.0.
@ 2023-07-31 13:48 Bnyro
  2023-07-31 13:56 ` [PR PATCH] [Updated] " Bnyro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bnyro @ 2023-07-31 13:48 UTC (permalink / raw)
  To: ml

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

There is a new pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages iproute2
https://github.com/void-linux/void-packages/pull/45353

iproute2: update to 6.4.0.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/45353.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iproute2-45353.patch --]
[-- Type: text/x-diff, Size: 1080 bytes --]

From 0b93ce47f9d53152f3b886b9f9cbccb83fba0ae9 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 31 Jul 2023 15:43:23 +0200
Subject: [PATCH] iproute2: update to 6.4.0.

---
 srcpkgs/iproute2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index 6d188731ec1fe..e7ca6e6527a46 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,6 +1,6 @@
 # Template file for 'iproute2'
 pkgname=iproute2
-version=6.3.0
+version=6.4.0
 revision=1
 build_style=configure
 make_install_args="SBINDIR=/usr/bin"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://wiki.linuxfoundation.org/networking/iproute2"
 distfiles="${KERNEL_SITE}/utils/net/iproute2/iproute2-${version}.tar.xz"
-checksum=dfb2a98db96e7a653cffc6693335a1a466e29a34b6ac528be48f35e1d2766732
+checksum=4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272
 # Requires unshare, which is not provided by chroot-util-linux.
 make_check=no
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] iproute2: update to 6.4.0.
  2023-07-31 13:48 [PR PATCH] iproute2: update to 6.4.0 Bnyro
@ 2023-07-31 13:56 ` Bnyro
  2023-07-31 13:58 ` Bnyro
  2023-08-04 16:43 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-07-31 13:56 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages iproute2
https://github.com/void-linux/void-packages/pull/45353

iproute2: update to 6.4.0.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/45353.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iproute2-45353.patch --]
[-- Type: text/x-diff, Size: 1790 bytes --]

From f5271af7d1d2a149cb9c43187fba543224b4dd11 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 31 Jul 2023 15:43:23 +0200
Subject: [PATCH] iproute2: update to 6.4.0.

---
 srcpkgs/iproute2/patches/include-limits-h.patch | 14 ++++++++++++++
 srcpkgs/iproute2/template                       |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/iproute2/patches/include-limits-h.patch

diff --git a/srcpkgs/iproute2/patches/include-limits-h.patch b/srcpkgs/iproute2/patches/include-limits-h.patch
new file mode 100644
index 0000000000000..b600a4e63da2f
--- /dev/null
+++ b/srcpkgs/iproute2/patches/include-limits-h.patch
@@ -0,0 +1,14 @@
+missing for ppc64le
+--
+diff --git a/bridge/mdb.c b/bridge/mdb.c
+index fbb4f70..1879345 100644
+--- a/bridge/mdb.c
++++ b/bridge/mdb.c
+@@ -15,6 +15,7 @@
+ #include <string.h>
+ #include <arpa/inet.h>
+ #include <netdb.h>
++#include <limits.h>
+
+ #include "libnetlink.h"
+ #include "utils.h"
diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index 6d188731ec1fe..e7ca6e6527a46 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,6 +1,6 @@
 # Template file for 'iproute2'
 pkgname=iproute2
-version=6.3.0
+version=6.4.0
 revision=1
 build_style=configure
 make_install_args="SBINDIR=/usr/bin"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://wiki.linuxfoundation.org/networking/iproute2"
 distfiles="${KERNEL_SITE}/utils/net/iproute2/iproute2-${version}.tar.xz"
-checksum=dfb2a98db96e7a653cffc6693335a1a466e29a34b6ac528be48f35e1d2766732
+checksum=4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272
 # Requires unshare, which is not provided by chroot-util-linux.
 make_check=no
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] iproute2: update to 6.4.0.
  2023-07-31 13:48 [PR PATCH] iproute2: update to 6.4.0 Bnyro
  2023-07-31 13:56 ` [PR PATCH] [Updated] " Bnyro
@ 2023-07-31 13:58 ` Bnyro
  2023-08-04 16:43 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-07-31 13:58 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages iproute2
https://github.com/void-linux/void-packages/pull/45353

iproute2: update to 6.4.0.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



A patch file from https://github.com/void-linux/void-packages/pull/45353.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iproute2-45353.patch --]
[-- Type: text/x-diff, Size: 1793 bytes --]

From 4a473a9f22b3dc8a0a1ecc5e8ecdb8c79215bc6b Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Mon, 31 Jul 2023 15:43:23 +0200
Subject: [PATCH] iproute2: update to 6.4.0.

---
 srcpkgs/iproute2/patches/include-limits-h.patch | 14 ++++++++++++++
 srcpkgs/iproute2/template                       |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/iproute2/patches/include-limits-h.patch

diff --git a/srcpkgs/iproute2/patches/include-limits-h.patch b/srcpkgs/iproute2/patches/include-limits-h.patch
new file mode 100644
index 0000000000000..fd46ed681b7f9
--- /dev/null
+++ b/srcpkgs/iproute2/patches/include-limits-h.patch
@@ -0,0 +1,14 @@
+import missing on musl
+--
+diff --git a/bridge/mdb.c b/bridge/mdb.c
+index fbb4f70..1879345 100644
+--- a/bridge/mdb.c
++++ b/bridge/mdb.c
+@@ -15,6 +15,7 @@
+ #include <string.h>
+ #include <arpa/inet.h>
+ #include <netdb.h>
++#include <limits.h>
+
+ #include "libnetlink.h"
+ #include "utils.h"
diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index 6d188731ec1fe..e7ca6e6527a46 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,6 +1,6 @@
 # Template file for 'iproute2'
 pkgname=iproute2
-version=6.3.0
+version=6.4.0
 revision=1
 build_style=configure
 make_install_args="SBINDIR=/usr/bin"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="https://wiki.linuxfoundation.org/networking/iproute2"
 distfiles="${KERNEL_SITE}/utils/net/iproute2/iproute2-${version}.tar.xz"
-checksum=dfb2a98db96e7a653cffc6693335a1a466e29a34b6ac528be48f35e1d2766732
+checksum=4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272
 # Requires unshare, which is not provided by chroot-util-linux.
 make_check=no
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: iproute2: update to 6.4.0.
  2023-07-31 13:48 [PR PATCH] iproute2: update to 6.4.0 Bnyro
  2023-07-31 13:56 ` [PR PATCH] [Updated] " Bnyro
  2023-07-31 13:58 ` Bnyro
@ 2023-08-04 16:43 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-08-04 16:43 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

iproute2: update to 6.4.0.
https://github.com/void-linux/void-packages/pull/45353

Description:

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-04 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-31 13:48 [PR PATCH] iproute2: update to 6.4.0 Bnyro
2023-07-31 13:56 ` [PR PATCH] [Updated] " Bnyro
2023-07-31 13:58 ` Bnyro
2023-08-04 16:43 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).