aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* Merge pull request #6231 from ldir-EDB0/fixminiupnpdHannu Nyman2018-06-10
|\ | | | | miniupnpd: fix build error when ASLR enabled
| * miniupnpd: fix build error when ASLR enabledKevin Darbyshire-Bryant2018-06-08
| | | | | | | | | | | | | | | | | | | | Add -fPIC to TARGET_LD_FLAGS ce9TpAS.ltrans0.ltrans.o: relocation R_MIPS16_26 against `syslog' can not be used when making a shared object; recompile with -fPIC cce9TpAS.ltrans0.ltrans.o: error adding symbols: Bad value Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | Merge pull request #6235 from cotequeiroz/umurmur_openssl-1.1Hannu Nyman2018-06-10
|\ \ | | | | | | umurmur: update to version 0.2.17
| * | umurmur: update to version 0.2.17Eneas U de Queiroz2018-06-08
| | | | | | | | | | | | | | | | | | | | | This version supports openssl-1.1. Added a patch to update openssl 1.1 deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | Merge pull request #6255 from neheb/patch-16Hannu Nyman2018-06-10
|\ \ \ | | | | | | | | tcpreplay: Update to 4.2.6
| * | | tcpreplay: Update to 4.2.6Rosen Penev2018-06-09
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | pen: Update to 0.34.1Rosen Penev2018-06-09
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #6164 from cotequeiroz/noddos_openssl-1.1Hannu Nyman2018-06-09
|\ \ \ | | | | | | | | noddos: add compatibility with openssl 1.1
| * | | noddos: add compatibility with openssl 1.1Eneas U de Queiroz2018-05-29
| | | | | | | | | | | | | | | | | | | | | | | | Adapted minor piece of code to the new API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | ddns-scripts: New ddns script for polish service FreeDNS.42.plMichal Lipka2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new ddns script for polish service FreeDNS.42.pl where you can host your own domains for free Signed-off-by: Michal Lipka <michal@sysadmin.care> (commits from PR #6150 squashed together)
* | | | uanytun: bump to v. 0.3.7Christian Pointner2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for openssl 1.1.0. Removed all patches as they are now integrated into upstream. Thanks to: Eneas U de Queiroz <cote2004-github@yahoo.com> for his OpenSSL patch Signed-off-by: Christian Pointner <equinox@spreadspace.org>
* | | | Merge pull request #6136 from cotequeiroz/ibrdtnd_openssl-1.1Hannu Nyman2018-06-08
|\ \ \ \ | |_|_|/ |/| | | ibrdtnd: added openssl 1.1 compatibility
| * | | ibrdtnd: added openssl 1.1 compatibilityEneas U de Queiroz2018-05-27
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds compatibility with openssl 1.1.0 to ibrdtnd. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #6207 from dibdot/adblockDirk Brenken2018-06-08
|\ \ \ \ | | | | | | | | | | adblock: update 3.5.3
| * | | | adblock: update 3.5.3Dirk Brenken2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend: * enhance the whitelist function. Now sub-domains could be whitelisted (e.g. 'fakenews.facebook.com'), even if the correspondent tld is blacklisted (e.g. 'facebook.com') - this makes whitelisting much more flexible and predictable * rework the domain query function to adapt the whitelist changes * refine startup error checks/messages * small fixes luci: * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | reaver: Update to 1.6.5Rosen Penev2018-06-08
| |_|_|/ |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | openvswitch: add openssl-1.1 compatibilityEneas U de Queiroz2018-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not call library initialization when compiling with openssl 1.1. The package generates the C source files for its DH parameters at compile time using the host installed openssl. This patch adds a DH source, using the same parameters, compatible with openssl 1.0 and 1.1. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #6128 from cotequeiroz/chaosvpn_openssl-1.1Hannu Nyman2018-06-06
|\ \ \ \ | | | | | | | | | | chaosvpn: add compatibility with openssl 1.1
| * | | | chaosvpn: changed 'ip' program location to /sbin/ipEneas U de Queiroz2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously set to /usr/sbin/ip. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | chaosvpn: add compatibility with openssl 1.1Eneas U de Queiroz2018-05-25
| | |/ / | |/| | | | | | | | | | | | | | | | | | This patch has been merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | net/mwan3: fix NDP on ipv6 for ra servicesFlorian Eckert2018-06-06
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | sqm-scripts: Bump to v1.2.3Toke Høiland-Jørgensen2018-06-05
| | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue with sqm-scripts not being reloaded on ifup/down. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | Merge pull request #5658 from neheb/e2guardianHannu Nyman2018-06-05
|\ \ \ \ | | | | | | | | | | e2guardian: Change URL to use git directly.
| * | | | e2guardian: Change URL to use git directly.Rosen Penev2018-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the Makefile creates a v---.tar.gz file, which can conflict with other packages. Change to a standard format. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6056 from cotequeiroz/rp-pppoe-glibcHannu Nyman2018-06-05
|\ \ \ \ \ | | | | | | | | | | | | rp-pppoe: Fixed compilation with glibc
| * | | | | rp-pppoe: Fixed compilation with glibcEneas U de Queiroz2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not inlcude <netinet/in.h> when using glibc to avoid various redefinitions. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #6132 from cotequeiroz/freeradius3_openssl-1.1Hannu Nyman2018-06-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | freeradius3: update to 3.0.17
| * | | | | | freeradius3: update to 3.0.17Eneas U de Queiroz2018-05-25
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest stable release, support for openssl 1.1 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | uwsgi-cgi: remove useless depAnsuel Smith2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | Merge pull request #6186 from dibdot/adblockDirk Brenken2018-06-04
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | adblock: change winspy url
| * | | | | adblock: change winspy urlDirk Brenken2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the windows 7/8.1/10 rules has been merged and the blocklist url has been changed Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #6180 from openwrt/unbound-tfo-v2Hannu Nyman2018-06-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | unbound: Enable TCP fast open
| * | | | | | unbound: Enable TCP fast openToke Høiland-Jørgensen2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can reduce the lookup times for TCP lookups with a full RTT for supported servers. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | uwsgi-cgi: another missing libraryAnsuel Smith2018-06-04
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | uwsgi-cgi: add missing libraryAnsuel Smith2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix compilation error for the missing library libjansson Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | shadowsocks-libev: bump to version 3.2.0Yousong Zhou2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes summarized by upstream maintainer * Add MinGW support by @linusyang. * Refine c-ares integration by @xnoreq. * Fix building issues with GCC8 by @FlyingheartCN. * Minor bug fixes. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | openvswitch: bump to version 2.9.2Yousong Zhou2018-06-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | openvswitch: rework packagingYousong Zhou2018-06-04
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New scheme mainly provides three packages: openvswitch, openvswitch-ovn-north, openvswitch-ovn-controller. These should fit most usage scenarios. Other subpackages like openvswitch-libXXX etc. are there for dependency management and are hidden from the menu. Many python and shell scripts are removed in this revision. Most of them cannot run out of box at all for lack of dependencies. Others being legacy ones are not that useful now. Add them back at later time when real need appears Below are a simple listing of additions - initscript now incorporate also ovn north and controller support - ovn-ctl and ovs-ctl can be invoked directly from within $PATH Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #6166 from cotequeiroz/nut_openssl-1.1Hannu Nyman2018-06-04
|\ \ \ \ \ | | | | | | | | | | | | nut: added compatibility with openssl-1.1
| * | | | | nut: added compatibility with openssl-1.1Eneas U de Queiroz2018-06-01
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Also added a fix in a check for empty string. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | uwsgi-cgi: fix errorAnsuel Smith2018-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bad makefile, fix missing separator error. Also add PKG_MIRROR_HASH Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #6096 from xavifr/masterHannu Nyman2018-06-03
|\ \ \ \ \ | | | | | | | | | | | | lighttpd: Auth in version 1.4.48 is broken with musl, fixed in 1.4.49
| * | | | | Merge remote-tracking branch 'upstream/master'Xavier Franquet2018-05-29
| |\| | | |
| * | | | | Lighttpd: Update to 1.4.49Xavier Franquet2018-05-23
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At 1.4.48, base64 decode is broken when libc sees `char` as `unsigned char` https://github.com/lighttpd/lighttpd1.4/commit/d4083effab0f9bf76528d5c47198b17e7471ed13?diff=unified Signed-off-by: Xavier Franquet <xavier@franquet.es>
* | | | | Merge pull request #6083 from Ansuel/masterHannu Nyman2018-06-03
|\ \ \ \ \ | | | | | | | | | | | | uwsgi-cgi: New package
| * | | | | uwsgi-cgi: New packageAnsuel Smith2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uwsgi compiled with cgi profile to support plain cgi for ngix webserver Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | Merge pull request #6103 from Ansuel/ddns-fixHannu Nyman2018-06-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: fix unefficent sh script
| * | | | | | ddns-scripts: fix unefficent sh scriptAnsuel Smith2018-06-02
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently this 3 variable are used only 1 time in the sh script and cause 10s of delay for them to load... move them to load only if it's required by the command. This also fix luci-app-ddns delay problem derived by calling dns_lucihelper (that use tdns_functions to load data) for the version. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | Merge pull request #6116 from cotequeiroz/aircrack-ng_openssl-1.1Hannu Nyman2018-06-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | aircrack-ng: add openssl 1.1 compatibility
| * | | | | | aircrack-ng: adds openssl 1.1 compatibilityEneas U de Queiroz2018-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applied a patch that was merged upstream. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>