aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* unbound: improve local zone evaluation in UCIEric Luehrsen2018-06-12
| | | | | | | | | | | | When UCI local zone is private and static, Unbound covered private addresses with defaults. Optional delegated global IP6 prefix protection lacked a static zone, but it was prevented from appearing in global DNS responses. Domain names router-as-TLD, "lan." and "local." were static, but they lacked default SOA or NS such as Unbound had assinged to private addresses. Clean up these local zones UCI evaluation and block global DNS inclusion. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* unbound: update to 1.7.2Eric Luehrsen2018-06-12
| | | | | | | A few bug fixes but importantly fix a deadlock on AXFR configuration when notify occurs (auth-zone:) Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* Merge pull request #6268 from pprindeville/dhcp-update-resolv.confPhilip Prindeville2018-06-12
|\ | | | | isc-dhcp: write resolv.conf per network & dhcp settings
| * isc-dhcp: write resolv.conf per network & dhcp settingsPhilip Prindeville2018-06-12
| | | | | | | | | | | | | | The internal nameservers and the DHCP default domain should be squirted into /tmp/resolv.conf. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #5807 from gladiac1337/feature-haproxy-v1.8.5Thomas Heil2018-06-12
|\ \ | | | | | | Update HAProxy to v1.8.9
| * | haproxy: Update HAProxy to v1.8.9Christian Lachner2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches - Added logic to Makefile to only append the patch-version to the HA-Proxy version if we actually applied any patches (PKG_RELEASE!=00) Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update all patches for HAProxy v1.8.8+5Christian Lachner2018-05-18
| | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 05 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-05-16
| | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 04 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-05-10
| | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 03 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-04-29
| | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Add a script for package maintainers to simplify upstream patch ↵Christian Lachner2018-04-29
| | | | | | | | | | | | | | | | | | | | | | | | collection Manually fetching patches is cumbersome so I created a simple bash-script which uses Git-mechanisms to collect all patches inside a branch from a specific TAG to the current HEAD revision. Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.8Christian Lachner2018-04-20
| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.7Christian Lachner2018-04-07
| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.6Christian Lachner2018-04-05
| | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Remove all already included patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update MEDIUM+ patches for HAProxy v1.8.5Christian Lachner2018-03-30
| | | | | | | | | | | | | | | | | | | | | - Add new MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.5.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update HAProxy to v1.8.5Christian Lachner2018-03-23
| | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Remove all already included patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Update MEDIUM+ patches for HAProxy v1.8.4Christian Lachner2018-03-16
| | | | | | | | | | | | | | | | | | | | | - Add new MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.4.html) - Raise patch-level to 02 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | haproxy: Fix Lua-support for mips(el)Christian Lachner2018-03-07
| | | | | | | | | | | | | | | | | | | | | - TARGET_CFLAGS were missing for haproxy which caused issue #4606 (https://github.com/openwrt/packages/issues/4606) - All targets finally have Lua support again Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #6157 from Ansuel/nginx-moduleThomas Heil2018-06-12
|\ \ \ | | | | | | | | nginx: Package bump to 1.14.0
| * | | nginx: Package bump to 1.14.0Ansuel Smith2018-06-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This bump nginx package to latest stable. Also add support for the brotli compression module and head_more module. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | openvswitch: README.md: remove TODO itemsYousong Zhou2018-06-12
| | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #6206 from Ansuel/ariangHannu Nyman2018-06-12
|\ \ \ \ | | | | | | | | | | ariang: dep rework
| * | | | ariang: add ariang-nginx metapackageAnsuel Smith2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Permit to install a version of ariang with nginx as webserver. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #6217 from neheb/patch-1Hannu Nyman2018-06-11
|\ \ \ \ \ | | | | | | | | | | | | autossh: Update to 1.4f
| * | | | | autossh: Update to 1.4fRosen Penev2018-06-07
| |/ / / / | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #6258 from neheb/patch-19Hannu Nyman2018-06-11
|\ \ \ \ \ | | | | | | | | | | | | addrwatch: Update to 1.0.1
| * | | | | addrwatch: Update to 1.0.1Rosen Penev2018-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to codeload for smaller filesize. We need to run autoreconf anyway Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6272 from commodo/ulogd-updateHannu Nyman2018-06-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | ulogd: bump to version 2.0.7
| * | | | | | ulogd: bump to version 2.0.7Alexandru Ardelean2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's been quite a long time since there was a release, and this one includes quite a bit of fixes/updates. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #6210 from cotequeiroz/squid_openssl-1.1Marko Ratkaj2018-06-11
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | squid: Upgrade to 4.0.24 beta
| * | | | | | squid: incorporated ideas from PR#5196Eneas U de Queiroz2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporated @ratkaj configuration options and patches. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | squid: Upgrade to 4.0.24 betaEneas U de Queiroz2018-06-07
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This beta version brings compatibility with openssl 1.1 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | u2pnpd: update to 0.4Michael Heimpold2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at, switch to xz-tarball. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | gnunet: update to 0.12 pre-release snapshotDaniel Golle2018-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNUnet licence changed to AGPL-3.0. Happy pre-release testing ;) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | 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>