aboutsummaryrefslogtreecommitdiff
path: root/net/xtables-addons/Makefile
Commit message (Collapse)AuthorAge
* xtables-addons: update to 3.21Ivan Pavlov2022-06-22
| | | | | | updated to kernel 5.10.121+ changes Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* xtables-addons: update to 3.20Nick Hainke2022-06-09
| | | | | | | | | | 866bc7f Xtables-addons 3.20 aa70669 doc: move changelog to rST d7de2a9 doc: remove old changelog entries d7e49a8 build: bump supported kernel version to 5.17 966fa43 extensions: replace PDE_DATA Signed-off-by: Nick Hainke <vincent@systemli.org>
* xtables-addons: add PKG_LICENSE_FILES and use SPDXNick Hainke2022-06-09
| | | | | | Add PKG_LICENSE_FILES. Use SPDX. Signed-off-by: Nick Hainke <vincent@systemli.org>
* xtables-addons: update to 3.19Rosen Penev2022-04-05
| | | | | | | | Fixes compilation with kernel 5.15. Fixed changed binary name. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xtables-addons: iptgeoip: preserve database across sysupgradePhilip Prindeville2020-12-05
| | | | | | | | | | Updating the system image or the package should not obliterate the downloaded/unpacked geolocation database. If you use xt_geoip in /etc/firewall.user you don't want the database disappearing when sysupgrade runs and then reboots your system as you'll be left exposed. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* xtables-addons: fix package installationRosen Penev2020-11-29
| | | | | | Install directory is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xtables-addons: include xt_geoip_fetch utilityPhilip Prindeville2020-11-25
| | | | | | | It's useful to be able to dump sections of the database by country for scripting or just plain sanity checking. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* xtables-addons: update to 3.13Xiaoli Chan2020-11-23
| | | | Signed-off-by: Xiaoli Chan <2209553467@qq.com>
* xtables-addons: update for 3.10Philip Prindeville2020-08-04
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* xtables-addons: FreeBSD build fixRozhuk Ivan2020-06-24
| | | | Signed-off-by: Rozhuk Ivan <rozhuk.im@gmail.com>
* xtables-addons: ipt_geoip scripts require wget-sslPhilip Prindeville2020-04-21
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* xtables-addons: iptgeoip requires wget-ssl and zcatPhilip Prindeville2020-04-19
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* xtables-addons: update to 3.9DENG Qingfang2020-03-01
| | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* xtables-addons: Support IPTV TimeshiftJose Olivera2020-01-13
| | | | | | | | Solves Issue #10373 and PR #10428 Signed-off-by: Jose Olivera <oliverajeo@gmail.com> (bumped PKG_RELEASE) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* xtables-addons: update to 3.7DENG Qingfang2020-01-09
| | | | | | | Update xtables-addons to 3.7 Remove linux 4.9 compatible patch as OpenWrt master no longer supports it Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* xtables-addons: disable ASLR PIEMartin Schiller2019-11-14
| | | | | | | This package uses ld for linking and therefor does not support the -specs option. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* xtables-addons: update to 3.5DENG Qingfang2019-09-14
| | | | | | Add xt_PROTO target. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* xtables-addons: update to 3.3Deng Qingfang2019-06-02
| | | | | | Version 3.3 supports GeoLite2 database Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* xtables-addons: adapt build to EXTERNAL_TOOLCHAINEneas U de Queiroz2019-05-29
| | | | | | | | | | | Commit 32aaaaa led to failures when openwrt ARCH did not match kernel ARCH, and this may not be its only side-effect. This restores the previous Build/Compile and Build/Install, using the default ones only when using external toolchain; in this case, ARCH is set to LINUX_KARCH. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* xtables-addons: pass correct flags to compile and installSébastien Blin2019-05-21
| | | | | | | | | The Makefile currently redefine the Compile and Install functions. This is not working when using an external toolchain because some flags are not interpreted, like CROSS_COMPILE. It is possible to override the MAKE_FLAGS and MAKE_INSTALL_FLAGS instead. Signed-off-by: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
* xtables-addons: fix compile error on kernel 4.18+Deng Qingfang2018-12-18
| | | | | | Use `struct nf_nat_range2` for kernel 4.18+ Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* xtables-addons: rtsp: support destination format address:portHans Dedecker2018-08-06
| | | | | | | | | | | | RFC2326 specifies the attribute client_port as the RTP/RTCP port pair on which the client has chosen to receive media data and control info; however some clients (mostly STBs) embed the client_port value in the destination attribute in the form of destination=<address:port> without specifying the client_port attribute in the SETUP message. To support such clients check if the destination attribute contains a port value and use it as port value for the expected RTP connection. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* xtables-addons: rtsp: update source in expected RTP connectionHans Dedecker2018-04-27
| | | | | | | Update source IP of the expected RTP connection according to the SOURCE attribute value if present in the RTSP SETUP REPLY message. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* xtables-addons: don't forget database dirPhilip Prindeville2018-02-01
| | | | | | Don't /usr/share/xt_geoip/ which is needed to build database into. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* xtables-addons: add package for geoip scriptsPhilip Prindeville2018-01-16
| | | | | | | | | | | The iptables-mod-geoip is usually used in conjunction with some wrapper scripts which manipulate the GeoIP database and then kick out one or more iptables rules. This package contains (1) the script to download the most recent version of the MaxMind freemium database and (2) another script which mangles the database into sets up iptables rules. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* xtables-addons: import from OpenWrt basePhilip Prindeville2018-01-16
This commit moves xtables-addons from https://github.com/openwrt/openwrt/tree/master/package/network/utils/xtables-addons into the package feed repository to allow for dependencies on other feed packages, such as Perl. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> [fix commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Jo-Philipp Wich <jo@mein.io>