diff options
| author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-04-20 19:59:22 +0000 |
|---|---|---|
| committer | John Crispin <john@phrozen.org> | 2018-05-07 11:01:39 +0200 |
| commit | 247055cbfbf1275506e0a5a4f4279aa988caa7ca (patch) | |
| tree | 5581f0207ecb6daa180e38ab52c58f85e49e1adc /package/network/services/igmpproxy/patches/010-missing_include.patch | |
| parent | 0b04926433b60ac1ec448f9dfa8a36dfe5bdcae9 (diff) | |
| download | mtk-20170518-247055cbfbf1275506e0a5a4f4279aa988caa7ca.zip mtk-20170518-247055cbfbf1275506e0a5a4f4279aa988caa7ca.tar.gz mtk-20170518-247055cbfbf1275506e0a5a4f4279aa988caa7ca.tar.bz2 | |
igmpproxy: bump to 0.2.1
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
Point at github which is new, maintained location for igmpproxy.
Remove all patches as all have been upstreamed.
Closes FS#1456
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services/igmpproxy/patches/010-missing_include.patch')
| -rw-r--r-- | package/network/services/igmpproxy/patches/010-missing_include.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package/network/services/igmpproxy/patches/010-missing_include.patch b/package/network/services/igmpproxy/patches/010-missing_include.patch deleted file mode 100644 index af0eab8..0000000 --- a/package/network/services/igmpproxy/patches/010-missing_include.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/os-linux.h -+++ b/src/os-linux.h -@@ -3,6 +3,7 @@ - #include <linux/mroute.h> - #include <netinet/ip.h> - #include <netinet/igmp.h> -+#include <sys/types.h> - - static inline u_short ip_data_len(const struct ip *ip) - { |
