Skip to Content.
Sympa Menu

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

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 (2e7461cc7a080285535141ec7af4e302a46a0f2d)
  • Date: Wed, 15 Jan 2020 23:32:11 +0000

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

net/libnet/DETAILS | 1 +
net/libnet/HISTORY | 4 ++++
net/libnet/PRE_BUILD | 1 +
3 files changed, 6 insertions(+)

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

libnet: Fix non-portable types in libnet-structures.h

diff --git a/net/libnet/DETAILS b/net/libnet/DETAILS
index aedd911..a59a945 100755
--- a/net/libnet/DETAILS
+++ b/net/libnet/DETAILS
@@ -1,5 +1,6 @@
SPELL=libnet
VERSION=1.2
+ PATCHLEVEL=1

SOURCE_HASH=sha512:dabc3342d5b83d6b57ca1afda065e1481318d758c3114f420c602badc77e44c1379909f3ee97e7877acfc151f75db74cd4244cd69484ea05042241288defe84d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/net/libnet/HISTORY b/net/libnet/HISTORY
index 3c751ca..67712d3 100644
--- a/net/libnet/HISTORY
+++ b/net/libnet/HISTORY
@@ -1,3 +1,7 @@
+2020-01-16 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed non-portable types in libnet-structures.h
+ * DETAILS: PATCHLEVEL++
+
2019-12-31 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, DEPENDS, PRE_BUILD: version 1.2, switch to github urls

diff --git a/net/libnet/PRE_BUILD b/net/libnet/PRE_BUILD
index b2e7149..67e03fd 100755
--- a/net/libnet/PRE_BUILD
+++ b/net/libnet/PRE_BUILD
@@ -4,4 +4,5 @@ cd "$SOURCE_DIRECTORY" &&
autoreconf -fi &&

sedit '/^#include <linux[/]if_[ae]/d' src/libnet_link_linux.c &&
+sedit 's/^ *__int/int/' include/libnet/libnet-structures.h &&
sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2e7461cc7a080285535141ec7af4e302a46a0f2d), Ismael Luceno, 01/15/2020

Archive powered by MHonArc 2.6.24.

Top of Page