Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e24c6140078ce57a77a241b0fc44b7723c5782c5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e24c6140078ce57a77a241b0fc44b7723c5782c5)
  • Date: Wed, 6 Sep 2023 22:13:29 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

net/iproute2/DETAILS | 2 -
net/iproute2/HISTORY | 5 ++++
net/iproute2/PRE_BUILD | 1
net/iproute2/patches/0001-Add-missing-include.patch | 25
--------------------
4 files changed, 6 insertions(+), 27 deletions(-)

New commits:
commit e24c6140078ce57a77a241b0fc44b7723c5782c5
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/iproute2: version 6.5.0

diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index af3bcda..6774e4c 100755
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -1,5 +1,5 @@
SPELL=iproute2
- VERSION=6.4.0
+ VERSION=6.5.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${KERNEL_URL}/pub/linux/utils/net/iproute2/$SOURCE
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index a3b799f..a91a522 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,8 @@
+2023-09-06 Pavel Vinogradov <public AT sorcemage.org>
+ * DETAILS: version 6.5.0
+ * PRE_BUILD, patches/0001-Add-missing-include.patch:
+ removed the patch, missing include was added by upstream
+
2023-07-15 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, patches/0001-Add-missing-include.patch:
fixed build against musl
diff --git a/net/iproute2/PRE_BUILD b/net/iproute2/PRE_BUILD
index e826254..2ab7277 100755
--- a/net/iproute2/PRE_BUILD
+++ b/net/iproute2/PRE_BUILD
@@ -13,7 +13,6 @@ rm "${SOURCE_CACHE}/${SOURCE}" &&
SOURCE="${SOURCE}.xz" &&

cd "${SOURCE_DIRECTORY}" &&
-apply_patch_dir patches &&

if ! is_depends_enabled ${SPELL} $(get_spell_provider ${SPELL} LIBELF); then
sedit "s:libelf --:nolibelf --:" configure
diff --git a/net/iproute2/patches/0001-Add-missing-include.patch
b/net/iproute2/patches/0001-Add-missing-include.patch
deleted file mode 100644
index ed68b9b..0000000
--- a/net/iproute2/patches/0001-Add-missing-include.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
-From: psykose <alice AT ayaya.dev>
-Date: Tue, 27 Jun 2023 07:39:51 +0000
-Subject: [PATCH] Add missing include
-
-Origin: Alpine Linux
-Upstream-Status: Unknown
-[ismael AT sourcemage.org: Patch normalised]
-Signed-off-by: Ismael Luceno <ismael AT sourcemage.org>
----
- bridge/mdb.c | 1 +
- 1 file changed, 1 insertion(+)
-
-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"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (e24c6140078ce57a77a241b0fc44b7723c5782c5), Pavel Vinogradov, 09/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page