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/Makefile | |
parent | 0b04926433b60ac1ec448f9dfa8a36dfe5bdcae9 (diff) | |
download | upstream-247055cbfbf1275506e0a5a4f4279aa988caa7ca.tar.gz upstream-247055cbfbf1275506e0a5a4f4279aa988caa7ca.tar.bz2 upstream-247055cbfbf1275506e0a5a4f4279aa988caa7ca.zip |
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/Makefile')
-rw-r--r-- | package/network/services/igmpproxy/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/igmpproxy/Makefile b/package/network/services/igmpproxy/Makefile index e335b72d6a..b98f3e5947 100644 --- a/package/network/services/igmpproxy/Makefile +++ b/package/network/services/igmpproxy/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=igmpproxy -PKG_VERSION:=0.1 -PKG_RELEASE:=11 +PKG_VERSION:=0.2.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=@SF/igmpproxy -PKG_HASH:=ee18ff3d8c3ae3a29dccb7e5eedf332337330020168bd95a11cece8d7d7ee6ae +PKG_SOURCE_URL:=https://github.com/pali/igmpproxy/releases/download/${PKG_VERSION}/ +PKG_HASH:=d351e623037390f575c1203d9cbb7ba33a8bdef85a3c5e1d2901c5a2a38449a1 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> include $(INCLUDE_DIR)/package.mk |