Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6397717100ebbff9d62d7f4b946ec47dd213867c)
  • Date: Sat, 15 Jul 2023 22:17:24 +0000

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

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

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

iproute2: Fix build against musl

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

libuargp: Switch to using a snapshot

diff --git a/libs/libuargp/DETAILS b/libs/libuargp/DETAILS
index 5fd6bf6..7a5c979 100755
--- a/libs/libuargp/DETAILS
+++ b/libs/libuargp/DETAILS
@@ -1,10 +1,11 @@
. "$GRIMOIRE/FUNCTIONS"
SPELL=libuargp
- VERSION=$(get_scm_version)
- SOURCE="$SPELL-git.tar.bz2"
- SOURCE_URL[0]=https://github.com/xhebox/$SPELL.git
- SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.bz2}"
+ REF=1f92296a97ef8fcfeb5e2440f5a62081fe654f75
+ VERSION=0+git.2021-06-11
+ SOURCE="$SPELL-$REF.tar.gz"
+ SOURCE_URL[0]="https://github.com/xhebox/libuargp/archive/$REF.tar.gz";
+
SOURCE_HASH=sha512:a0ca826e26cad9fcd078cd4348ca37e89cb553564792c5bd172f688c678c0a066fea6562392219440b7f8d919a4f4ba401d48d03c9843328995ab817876c7711
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tar.gz}"
WEB_SITE="https://github.com/xhebox/libuargp";
LICENSE[0]="LGPLv2.1"
ENTERED=20190408
diff --git a/libs/libuargp/HISTORY b/libs/libuargp/HISTORY
index f973d94..d3b74a7 100644
--- a/libs/libuargp/HISTORY
+++ b/libs/libuargp/HISTORY
@@ -1,5 +1,5 @@
2023-07-15 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: fixed SOURCE_URL[0]
+ * DETAILS: switched to using a snapshot

2019-09-30 Ismael Luceno <ismael AT sourcemage.org>
* INSTALL: fixed installation path
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index 5b03410..a3b799f 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,7 @@
+2023-07-15 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD, patches/0001-Add-missing-include.patch:
+ fixed build against musl
+
2023-06-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 6.4.0

diff --git a/net/iproute2/PRE_BUILD b/net/iproute2/PRE_BUILD
index 2ab7277..e826254 100755
--- a/net/iproute2/PRE_BUILD
+++ b/net/iproute2/PRE_BUILD
@@ -13,6 +13,7 @@ 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
new file mode 100644
index 0000000..ed68b9b
--- /dev/null
+++ b/net/iproute2/patches/0001-Add-missing-include.patch
@@ -0,0 +1,25 @@
+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 Ismael Luceno (6397717100ebbff9d62d7f4b946ec47dd213867c), Ismael Luceno, 07/15/2023

Archive powered by MHonArc 2.6.24.

Top of Page