Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Iproute2
@ 2021-08-05 11:25 ailiop-git
  2021-08-27 14:06 ` [PR PATCH] [Updated] Iproute2 ailiop-git
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ailiop-git @ 2021-08-05 11:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1577 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/32334

Iproute2
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From e0f41b49060e2711bcfc76a35027341721ea8cb5 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 10 Jul 2021 09:39:44 +0000
Subject: [PATCH 1/2] iproute2: update to 5.13.0.

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

diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index 8f517150839a..85ce2d194b11 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,6 +1,6 @@
 # Template file for 'iproute2'
 pkgname=iproute2
-version=5.12.0
+version=5.13.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=9d268db98a36ee2a0e3ff3b92b2efff66fc1138a51e409bdef6ab3cfe15f326f
+checksum=72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36
 
 conf_files="
  /etc/iproute2/ematch_map

From ec496e7a73e06661dbe55eb6200935fb28c52cb6 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Thu, 5 Aug 2021 11:20:36 +0000
Subject: [PATCH 2/2] iproute2: enable elf support for xdp obj loading

Add elfutils-devel to makedepends so that ELF support can be compiled-in
and XDP object files can be loaded via ip-link.
---
 srcpkgs/iproute2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template
index 85ce2d194b11..d71099107997 100644
--- a/srcpkgs/iproute2/template
+++ b/srcpkgs/iproute2/template
@@ -1,11 +1,11 @@
 # Template file for 'iproute2'
 pkgname=iproute2
 version=5.13.0
-revision=1
+revision=2
 build_style=configure
 make_install_args="SBINDIR=/usr/bin"
 hostmakedepends="pkg-config perl flex"
-makedepends="libfl-devel libmnl-devel db-devel iptables-devel"
+makedepends="libfl-devel libmnl-devel db-devel iptables-devel elfutils-devel"
 short_desc="IP Routing Utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only"

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

end of thread, other threads:[~2022-04-07 17:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05 11:25 [PR PATCH] Iproute2 ailiop-git
2021-08-27 14:06 ` [PR PATCH] [Updated] Iproute2 ailiop-git
2021-09-25 10:17 ` ailiop-git
2021-09-28  8:07 ` Iproute2 biopsin
2021-12-19 19:12 ` Iproute2 biopsin
2022-02-13  8:48 ` Iproute2 biopsin
2022-02-13  9:00 ` [PR PATCH] [Updated] Iproute2 ailiop-git
2022-02-13  9:13 ` ailiop-git
2022-04-07 17:13 ` [PR PATCH] [Merged]: Iproute2 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).