summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Gerus <arachnist@i.am-a.cat>2015-06-11 21:10:16 +0200
committerRobert Gerus <arachnist@i.am-a.cat>2015-06-11 21:10:16 +0200
commit8e094352c65646ceb3b3f583d90d6ac19f54afb6 (patch)
tree442758326ebcbdb905d83599e5c56428d7879d69
parent82c8cf6407f6722e19243becb4fa6539e8a08db0 (diff)
downloadgentoo-overlay-8e094352c65646ceb3b3f583d90d6ac19f54afb6.tar.gz
gentoo-overlay-8e094352c65646ceb3b3f583d90d6ac19f54afb6.tar.bz2
gentoo-overlay-8e094352c65646ceb3b3f583d90d6ac19f54afb6.tar.xz
gentoo-overlay-8e094352c65646ceb3b3f583d90d6ac19f54afb6.zip
Fix musl fixes.
-rw-r--r--net-misc/dibbler/Manifest2
-rw-r--r--net-misc/dibbler/files/0001-musl-compatibility.patch12
2 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/dibbler/Manifest b/net-misc/dibbler/Manifest
index 2fbe7b6..456ff86 100644
--- a/net-misc/dibbler/Manifest
+++ b/net-misc/dibbler/Manifest
@@ -1,3 +1,3 @@
-AUX 0001-musl-compatibility.patch 2000 SHA256 d261fe0633d9bd0ee5c453ccda4c8f3834ae8199a51b0665dee8140473f7c0ce SHA512 792e9a57e0d227956d11fe53d69f614731417e7877b0f36b3d55dc50903dfd68c32e9624df6c8b0aa1d9fbae995f2f8333dbace6bacbe12e83869f6b186d3e4a WHIRLPOOL f45ca038e3965811cfb0c8038500df5662a80791cd03383c1b19b01f0421015a89868c53abec70f69da6c6a3356379d0fd7c59d047a4cab8f37cddba1699f3f5
+AUX 0001-musl-compatibility.patch 2012 SHA256 5475915c6d4176996ac588e9f5c915e43aa41c4317e815470b99580242862c4c SHA512 025e63f3736021174b7e52740422c42bd1869089d4a344a6ca9552d57c5a558581e54e1d4b3511785bb1dc8ed0e968ffda7c018de370da6f326c923e8d6e75e7 WHIRLPOOL acadc83ad9effd4f7cc4c14b1efa5315cf9f59d0192e978f860556fe40104f5221d7d456e72dbeb7d81771047a811fd1ccac86f7b0cef35ddc2f2351388c0fb2
DIST dibbler-1.0.0.tar.gz 4372693 SHA256 51283702a1e56c1bfe56fb95469ec7b1fc56ecb8e9a2c6d296b81d43bec14048 SHA512 38eae78e5d5dab2484c6467eb91e7e8eed62067a1f375a9a0e0ed3639c1bd9db7230bc7a33ee41ffd785d031994c6bec4a6b2eb75bb5c0d4645c7e669f568434 WHIRLPOOL 80a9deb26802b0d26a108abffb09a9b3e81faf1e2fda1f25f5a71b855741ee967b82486e0f7e79f9d1560abd43dfe6934e2d69c486c6302f0154972041e98d46
EBUILD dibbler-1.0.0.ebuild 1345 SHA256 84f62ea4bf8cfce589d2fbb7ff8b798f24f9b485f81ed5b7249a1fe743d9dc3f SHA512 dc23a7960686babcac118ea3cea20f4d5efa1459d5e91a44e01e0d29965c7756636dddb8134bbad5f3e2af17b84934aa269868f586f36d0861e05ce524263186 WHIRLPOOL ee0ea79ebd1f491daaf516cb45ceb2aa6c82fe1e97a413012821c2f44b43cd9b51cfaeae7fb4dcc3de3308d1d084b6f9e7d1507cf878f2cd7e20fcaa5518f950
diff --git a/net-misc/dibbler/files/0001-musl-compatibility.patch b/net-misc/dibbler/files/0001-musl-compatibility.patch
index cbdba62..3a4549f 100644
--- a/net-misc/dibbler/files/0001-musl-compatibility.patch
+++ b/net-misc/dibbler/files/0001-musl-compatibility.patch
@@ -1,19 +1,19 @@
-From fb2e18a2c64a6870c018b101ddb8c4445dea2d81 Mon Sep 17 00:00:00 2001
+From 8fc30a44134cc170e7717f5fe77cfae328e86633 Mon Sep 17 00:00:00 2001
From: root <root@scylla.nibylandia>
Date: Thu, 11 Jun 2015 18:10:51 +0200
Subject: [PATCH] musl compatibility
---
- Misc/Portable.h | 4 ++++
+ Misc/Portable.h.in | 4 ++++
Port-linux/ethtool-local.h | 6 +++---
Port-linux/lowlevel-linux-link-state.c | 4 +++-
Port-linux/utils.h | 5 +++++
4 files changed, 15 insertions(+), 4 deletions(-)
-diff --git a/Misc/Portable.h b/Misc/Portable.h
-index 51415cc..b974eaa 100644
---- a/Misc/Portable.h
-+++ b/Misc/Portable.h
+diff --git a/Misc/Portable.h.in b/Misc/Portable.h.in
+index 1a96293..2d94d0d 100644
+--- a/Misc/Portable.h.in
++++ b/Misc/Portable.h.in
@@ -29,6 +29,10 @@
#include <arpa/inet.h>
#endif