Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (fdacc74f20d66ebb738fd6de305a3ec9d18024bc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (fdacc74f20d66ebb738fd6de305a3ec9d18024bc)
  • Date: Sun, 23 Jun 2024 12:07:19 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

net/iproute2/DEPENDS | 3 ++-
net/iproute2/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit fdacc74f20d66ebb738fd6de305a3ec9d18024bc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

iproute2: Improve description of libnml

commit b378178f28383a6409b1bdaf79c0d8f641c19292
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

iproute2: Add opt dep on libtirpc

diff --git a/net/iproute2/DEPENDS b/net/iproute2/DEPENDS
index ed646a4..d67ffc8 100755
--- a/net/iproute2/DEPENDS
+++ b/net/iproute2/DEPENDS
@@ -9,8 +9,9 @@ if [ "$BUILD_DOCS" == "y" ]; then
depends texlive
fi &&

+optional_depends libtirpc "" "" "for RPC support" &&
optional_depends LIBELF "" "" "for ELF library support" &&
-optional_depends libmnl "" "" "for libmnl support" &&
+optional_depends libmnl "" "" "for netlink extended ack error reporting
support (needed by: dcb, devlink, rdma, tipc and vdpa)" &&
optional_depends ipset "" "" "for ipset support" &&
optional_depends iptables "" "" "for ipt/xt module" &&
optional_depends libselinux "" "" "for SELinux support" &&
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index ea718f7..1d097fd 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,7 @@
+2024-06-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added dependency on libtirpc
+ improved description of libnml
+
2024-05-18 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: fixed usage of <poll.h> header
* DETAILS: PATCHLEVEL++


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (fdacc74f20d66ebb738fd6de305a3ec9d18024bc), Ismael Luceno, 06/23/2024

Archive powered by MHonArc 2.6.24.

Top of Page