summaryrefslogtreecommitdiffstats
path: root/group-musl/patches
diff options
context:
space:
mode:
authorWolfgang Müller2019-05-04 07:00:06 +0000
committerWolfgang Müller2019-05-04 07:32:08 +0000
commitc764fc56177199acff0aad36322248d30f367652 (patch)
treec5016b9bf73a75c1776fc6170d29652e06e807d8 /group-musl/patches
parentc9c700219caf7341aedafb306ecae8b31d135786 (diff)
downloadportage-roles-c764fc56177199acff0aad36322248d30f367652.tar.gz
group-musl: Remove a patch for chrony
This patch has been upstreamed and is available in chrony 3.5
Diffstat (limited to 'group-musl/patches')
-rw-r--r--group-musl/patches/net-misc/chrony/include-util.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/group-musl/patches/net-misc/chrony/include-util.patch b/group-musl/patches/net-misc/chrony/include-util.patch
deleted file mode 100644
index 544329f..0000000
--- a/group-musl/patches/net-misc/chrony/include-util.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 948ecf84314f78da82e0e2b07b6570ca9cff86c8 Mon Sep 17 00:00:00 2001
-From: Miroslav Lichvar <mlichvar@redhat.com>
-Date: Thu, 20 Sep 2018 15:01:16 +0200
-Subject: [PATCH] hash: include util.h for MIN macro
-
-The hash_intmd5.c file inadvertently relied on the system headers to
-provide the MIN macro, but it is missing with some libc implementations.
-
-Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
----
- hash_intmd5.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/hash_intmd5.c b/hash_intmd5.c
-index 0b60f9b..49da1cf 100644
---- a/hash_intmd5.c
-+++ b/hash_intmd5.c
-@@ -29,6 +29,7 @@
- #include "sysincl.h"
- #include "hash.h"
- #include "memory.h"
-+#include "util.h"
-
- #include "md5.c"
-
---
-2.17.1