Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] iproute2: update to 5.9.0.
@ 2020-10-17  9:52 ailiop-git
  2020-10-21 18:12 ` Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ailiop-git @ 2020-10-17  9:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages iproute2
https://github.com/void-linux/void-packages/pull/25677

iproute2: update to 5.9.0.


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

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

From 639b960d1233c1cfd5126fe5bd946de7f337b2eb Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 17 Oct 2020 11:33:48 +0200
Subject: [PATCH] iproute2: update to 5.9.0.

---
 srcpkgs/iproute2/patches/fix-musl-devlink.patch | 10 ----------
 srcpkgs/iproute2/template                       |  4 ++--
 2 files changed, 2 insertions(+), 12 deletions(-)
 delete mode 100644 srcpkgs/iproute2/patches/fix-musl-devlink.patch

diff --git a/srcpkgs/iproute2/patches/fix-musl-devlink.patch b/srcpkgs/iproute2/patches/fix-musl-devlink.patch
deleted file mode 100644
index 8e4a15f8c50..00000000000
--- a/srcpkgs/iproute2/patches/fix-musl-devlink.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- devlink/devlink.c.orig	2020-06-08 08:00:37.855433217 +0200
-+++ devlink/devlink.c	2020-06-08 08:00:47.755432741 +0200
-@@ -26,6 +26,7 @@
- #include <libmnl/libmnl.h>
- #include <netinet/ether.h>
- #include <sys/types.h>
-+#include <signal.h>
- 
- #include "SNAPSHOT.h"
- #include "list.h"
diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index 9de018df1c1..ffb67b2f071 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,6 +1,6 @@
 # Template file for 'iproute2'
 pkgname=iproute2
-version=5.8.0
+version=5.9.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/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=cfcd1f890290f8c8afcc91d9444ad929b9252c16f9ab3f286c50dd3c59dc646e
+checksum=a25dac94bcdcf2f73316c7f812115ea7a5710580bad892b08a83d00c6b33dacf
 
 conf_files="
  /etc/iproute2/ematch_map

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

* Re: iproute2: update to 5.9.0.
  2020-10-17  9:52 [PR PATCH] iproute2: update to 5.9.0 ailiop-git
@ 2020-10-21 18:12 ` Chocimier
  2020-10-22  8:28 ` [PR PATCH] [Updated] " ailiop-git
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-10-21 18:12 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25677#issuecomment-713769140

Comment:
Some files in /etc are not listed in conf_files, while look like they should.

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

* Re: [PR PATCH] [Updated] iproute2: update to 5.9.0.
  2020-10-17  9:52 [PR PATCH] iproute2: update to 5.9.0 ailiop-git
  2020-10-21 18:12 ` Chocimier
@ 2020-10-22  8:28 ` ailiop-git
  2020-10-22  8:29 ` ailiop-git
  2020-10-24 14:47 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2020-10-22  8:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages iproute2
https://github.com/void-linux/void-packages/pull/25677

iproute2: update to 5.9.0.


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

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

From 3abd00a2d332650157ae8bfa10b343b85658700f Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 22 Oct 2020 10:28:37 +0200
Subject: [PATCH] iproute2: update to 5.9.0.

---
 srcpkgs/iproute2/patches/fix-musl-devlink.patch | 10 ----------
 srcpkgs/iproute2/template                       |  9 ++++++---
 2 files changed, 6 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/iproute2/patches/fix-musl-devlink.patch

diff --git a/srcpkgs/iproute2/patches/fix-musl-devlink.patch b/srcpkgs/iproute2/patches/fix-musl-devlink.patch
deleted file mode 100644
index 8e4a15f8c50..00000000000
--- a/srcpkgs/iproute2/patches/fix-musl-devlink.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- devlink/devlink.c.orig	2020-06-08 08:00:37.855433217 +0200
-+++ devlink/devlink.c	2020-06-08 08:00:47.755432741 +0200
-@@ -26,6 +26,7 @@
- #include <libmnl/libmnl.h>
- #include <netinet/ether.h>
- #include <sys/types.h>
-+#include <signal.h>
- 
- #include "SNAPSHOT.h"
- #include "list.h"
diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index 9de018df1c1..d9aa7887173 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,6 +1,6 @@
 # Template file for 'iproute2'
 pkgname=iproute2
-version=5.8.0
+version=5.9.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/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=cfcd1f890290f8c8afcc91d9444ad929b9252c16f9ab3f286c50dd3c59dc646e
+checksum=a25dac94bcdcf2f73316c7f812115ea7a5710580bad892b08a83d00c6b33dacf
 
 conf_files="
  /etc/iproute2/ematch_map
@@ -19,7 +19,10 @@ conf_files="
  /etc/iproute2/rt_protos
  /etc/iproute2/rt_realms
  /etc/iproute2/rt_scopes
- /etc/iproute2/rt_tables"
+ /etc/iproute2/rt_tables
+ /etc/iproute2/bpf_pinning
+ /etc/iproute2/group
+ /etc/iproute2/nl_protos"
 
 do_check() {
 	make -C testsuite

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

* Re: iproute2: update to 5.9.0.
  2020-10-17  9:52 [PR PATCH] iproute2: update to 5.9.0 ailiop-git
  2020-10-21 18:12 ` Chocimier
  2020-10-22  8:28 ` [PR PATCH] [Updated] " ailiop-git
@ 2020-10-22  8:29 ` ailiop-git
  2020-10-24 14:47 ` [PR PATCH] [Merged]: " leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: ailiop-git @ 2020-10-22  8:29 UTC (permalink / raw)
  To: ml

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

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/25677#issuecomment-714326098

Comment:
> Some files in /etc are not listed in conf_files, while look like they should.

thanks, fixed.

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

* Re: [PR PATCH] [Merged]: iproute2: update to 5.9.0.
  2020-10-17  9:52 [PR PATCH] iproute2: update to 5.9.0 ailiop-git
                   ` (2 preceding siblings ...)
  2020-10-22  8:29 ` ailiop-git
@ 2020-10-24 14:47 ` leahneukirchen
  3 siblings, 0 replies; 5+ messages in thread
From: leahneukirchen @ 2020-10-24 14:47 UTC (permalink / raw)
  To: ml

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

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

iproute2: update to 5.9.0.
https://github.com/void-linux/void-packages/pull/25677

Description:


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

end of thread, other threads:[~2020-10-24 14:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-17  9:52 [PR PATCH] iproute2: update to 5.9.0 ailiop-git
2020-10-21 18:12 ` Chocimier
2020-10-22  8:28 ` [PR PATCH] [Updated] " ailiop-git
2020-10-22  8:29 ` ailiop-git
2020-10-24 14:47 ` [PR PATCH] [Merged]: " leahneukirchen

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).