summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-11-08 16:15:56 +0100
committerAaron Bauman <bman@gentoo.org>2019-11-08 11:03:39 -0500
commitab6a2627b39eec6136e83f2a8806ea2b084fd0e9 (patch)
tree66a4ca1ecf3959a6c6ae56ca0131ed73be1f6089 /net-misc/connman
parentsys-fs/udev: arm64 stable (bug #698768) (diff)
downloadgentoo-ab6a2627b39eec6136e83f2a8806ea2b084fd0e9.tar.gz
gentoo-ab6a2627b39eec6136e83f2a8806ea2b084fd0e9.tar.bz2
gentoo-ab6a2627b39eec6136e83f2a8806ea2b084fd0e9.zip
net-misc/connman: remove unused patches
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-misc/connman')
-rw-r--r--net-misc/connman/files/connman-1.33-resolv-conf-overwrite.patch6
-rw-r--r--net-misc/connman/files/connman-1.35-include-ifbridge-before-netinet.patch12
2 files changed, 0 insertions, 18 deletions
diff --git a/net-misc/connman/files/connman-1.33-resolv-conf-overwrite.patch b/net-misc/connman/files/connman-1.33-resolv-conf-overwrite.patch
deleted file mode 100644
index 49bb8ba3c5a1..000000000000
--- a/net-misc/connman/files/connman-1.33-resolv-conf-overwrite.patch
+++ /dev/null
@@ -1,6 +0,0 @@
---- connman-1.33/scripts/connman_resolvconf.conf.in.old 2016-10-09 11:27:20.425341843 -0700
-+++ connman-1.33/scripts/connman_resolvconf.conf.in 2016-10-09 11:27:10.662476565 -0700
-@@ -1,2 +1,2 @@
- d @runstatedir@/connman - - - -
--L+ /etc/resolv.conf - - - - @runstatedir@/connman/resolv.conf
-+L /etc/resolv.conf - - - - @runstatedir@/connman/resolv.conf
diff --git a/net-misc/connman/files/connman-1.35-include-ifbridge-before-netinet.patch b/net-misc/connman/files/connman-1.35-include-ifbridge-before-netinet.patch
deleted file mode 100644
index 53f3c194db67..000000000000
--- a/net-misc/connman/files/connman-1.35-include-ifbridge-before-netinet.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- connman-1.35/src/tethering.c
-+++ connman-1.35/src/tethering.c
-@@ -35,8 +35,8 @@
- #include <string.h>
- #include <fcntl.h>
- #include <linux/if_tun.h>
--#include <netinet/in.h>
- #include <linux/if_bridge.h>
-+#include <netinet/in.h>
-
- #include "connman.h"
-