aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* ntpclient: fix compilation with newer kernelsRosen Penev2020-04-07
| | | | | | | | | glibc needs an extra header included. Also cast time values to 64-bit in preparation for 64-bit time_t for 32-bit platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11774 from neheb/netifRosen Penev2020-04-07
|\ | | | | netifyd: fix compilation with libcxx
| * netifyd: fix compilation with libcxxRosen Penev2020-04-05
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | simple-adblock: bugfixes: remove escape chars from log, restore from cache ↵Stan Grishin2020-04-07
| | | | | | | | | | | | on boot Signed-off-by: Stan Grishin <stangri@melmac.net>
* | bind: use json-c instead of jsoncppRosen Penev2020-04-07
| | | | | | | | | | | | | | The configure script prefers the latter whereas the code prefers the latter. Hack around it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | acme: fix luci-app-acme dependency limitationsFlorian Eckert2020-04-07
| | | | | | | | | | | | This commit fix circle dependency. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #11782 from gfrancesco/masterRosen Penev2020-04-07
|\ \ | | | | | | transmission: add init file STOP directive
| * | transmission: add init file STOP directiveFrancesco G2020-04-07
| | | | | | | | | | | | | | | | | | | | | Transmission should stop early on system shutdown to avoid for example fstab unmount disks when transmission is writing. Signed-off-by: Francesco G <gfrancesco@users.noreply.github.com>
* | | boinc: new package for distributed computing/data acquisitionChristian Dreihsig2020-04-06
|/ / | | | | | | | | | | | | Compile tested: x86_64, OpenWrt master Run tested: arm/mvebu Signed-off-by: Christian Dreihsig <christian.dreihsig@t-online.de>
* | Merge pull request #11771 from micmac1/master-apache-2443Rosen Penev2020-04-06
|\ \ | | | | | | apache: security bump to 2.4.43
| * | apache: security bump to 2.4.43Sebastian Kemper2020-04-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This minor version bump fixes: CVE-2020-1934 CVE-2020-1927 Upstream added cross-compile compatibility to apxs, so we can drop a sed script. Upstream also added the OpenWrt layout, so we can drop our local copy. The OpenSSL patch to remove deprecated symbols doesn't apply anymore and gets removed. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | openssh: don't create ECDSA keysPeter Wagner2020-04-06
| |/ |/| | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | Merge pull request #11688 from BKPepe/dnscrypt-proxy2-updateJosef Schlehofer2020-04-06
|\ \ | | | | | | dnscrypt-proxy2: update to version 2.0.42
| * | dnscrypt-proxy2: update to version 2.0.42Josef Schlehofer2020-03-29
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | openssh: update to 8.2p1Sibren Vasse2020-04-05
| |/ |/| | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | Merge pull request #11757 from zhoreeq/ygg-bump-0-3-14Hannu Nyman2020-04-03
|\ \ | | | | | | yggdrasil: bump to 0.3.14
| * | yggdrasil: bump to 0.3.14George Iv2020-04-03
| | | | | | | | | | | | Signed-off-by: George Iv <zhoreeq@users.noreply.github.com>
* | | adblock: release 4.0.2Dirk Brenken2020-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * removed 'hphosts' from sources (discontinued) * fixed a "out of range" bug and another small issue in the f_dnsup function * add three new sources: 'anudeep', 'stopforumspam' and 'youtube' * changed 'list' behaviour, the source file has now a higher precedence than the archive file (see readme) * update readme, added missing parameters & more Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | sqm-scripts: move luci-app-sqm to the LuCI feedHannu Nyman2020-04-03
| | | | | | | | | | | | | | | | | | | | | Move luci-app-sqm to the LuCI feed to enable it to be translated. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | haproxy: Update HAProxy to v2.1.4Christian Lachner2020-04-03
|/ / | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-2.1.4.html) - This fixes CVE-2020-11100 (http://git.haproxy.org/?p=haproxy-2.1.git;a=commit;h=f17f86304f187b0f10ca6a8d46346afd9851a543) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | Merge pull request #11691 from neheb/softRosen Penev2020-04-02
|\ \ | | | | | | softflowd: fix compilation with newer musl
| * | softflowd: fix compilation with newer muslRosen Penev2020-03-28
| |/ | | | | | | | | | | __uid_t is a glibc extension. Switch to standard uid_t. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11697 from neheb/portRosen Penev2020-04-02
|\ \ | | | | | | port-mirroring: fix compilation under newer musl
| * | port-mirroring: fix compilation under newer muslRosen Penev2020-03-28
| |/ | | | | | | | | | | | | time_t is 64-bit under 32-bit OSes with version 1.2.0. Fixes wrong pointer error. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11710 from neheb/pdnsdddRosen Penev2020-04-02
|\ \ | | | | | | pdns: fix compilation without deprecated OpenSSL APIs
| * | pdns: fix compilation without deprecated OpenSSL APIsRosen Penev2020-03-29
| | | | | | | | | | | | | | | | | | The bn.h header is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | wifidog-ng: Update to 2.0.2Jianhui Zhao2020-04-03
| | | | | | | | | | | | | | | | | | Compatible with Linux kernel 5.3 and above Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | Merge pull request #11705 from neheb/kismRosen Penev2020-04-02
|\ \ \ | | | | | | | | kismet: fix compilation with libcxx
| * | | kismet: fix compilation with libcxxRosen Penev2020-03-29
| |/ / | | | | | | | | | | | | | | | std::bind is not the same as bind(). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11711 from neheb/atftpdRosen Penev2020-04-02
|\ \ \ | | | | | | | | atftp: fix compilation with newer musl
| * | | atftp: fix compilation with newer muslRosen Penev2020-03-29
| |/ / | | | | | | | | | | | | | | | Added missing header for __THROW. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | jool: update to 4.0.8David Bauer2020-04-02
| | | | | | | | | | | | | | | | | | Fixes issues with big-endian systems (e.g. ath79). Signed-off-by: David Bauer <mail@david-bauer.net>
* | | sqm-scripts: support in & out of tree cake packagesKevin Darbyshire-Bryant2020-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change dependency requirements based on kernel version. Ultimately in a post Linux 4_14 world the differentation can be removed. In the short term this allows post 4_14 kernels to use in-tree versions of the cake shaper. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | Merge pull request #11724 from jefferyto/python2-remove-pluginsHannu Nyman2020-04-01
|\ \ \ | | | | | | | | treewide: Remove Python 2 plugin/bindings/etc from non-Python packages
| * | | seafile-server: Remove Python 2 bindingsJeffery To2020-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | seafile-ccnet: Remove Python 2 bindingsJeffery To2020-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | freeradius3: Remove Python 2 module packageJeffery To2020-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #11728 from stangri/master-vpn-policy-routingHannu Nyman2020-04-01
|\ \ \ \ | | | | | | | | | | vpn-policy-routing: separation between auto/all proto; mwan3 compatibility; README update
| * | | | vpn-policy-routing: separation between auto/all proto; compatibility with ↵Stan Grishin2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mwan3; README update Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | adblock: re-release 4.0.1Dirk Brenken2020-04-01
|/ / / / | | | | | | | | | | | | | | | | | | | | * fixed an oversight introduced in the last 3.99 pre-release series, only relevant for "raw" mode e.g. dnscrypt-proxy users Signed-off-by: Dirk Brenken <dev@brenken.org>
* / / / adblock: update 4.0.1Dirk Brenken2020-03-31
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | * fix dependency issue * fix query timeouts in web frontend (seen with many selected lists), now the query comes back latest after 30 seconds, to prevent any timeouts, with all results to this point. * add missing parameter in readme.md Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #11721 from jefferyto/python2-remove-programsHannu Nyman2020-03-31
|\ \ \ | | | | | | | | treewide: Remove programs that will not be updated to Python 3
| * | | obfsproxy: Remove packageJeffery To2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version of obfsproxy will cease to function once Python 2 is removed from the feed. Upstream has indicated[1] that this package will not be updated to use Python 3. This package will be added to the abandoned packages feed. [1]: https://trac.torproject.org/projects/tor/ticket/31057 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | danish: Remove packageJeffery To2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version of danish will cease to function once Python 2 is removed from the feed. The maintainer has indicated[1] that this package will not be updated to use Python 3. This package will be added to the abandoned packages feed. [1]: https://github.com/openwrt/packages/issues/8893#issuecomment-489312682 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #11575 from neheb/tinRosen Penev2020-03-31
|\ \ \ \ | | | | | | | | | | tinyproxy: fix init script
| * | | | tinyproxy: convert to procdRosen Penev2020-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The path changed since 274506803ab9025e3726b1a9449830e4ea8e72d0 Fixed. Also took the time to convert to procd. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11712 from neheb/wssdRosen Penev2020-03-31
|\ \ \ \ \ | | | | | | | | | | | | wsdd2: run init script through shellcheck
| * | | | | wsdd2: run init script through shellcheckRosen Penev2020-03-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #11708 from neheb/frrrrRosen Penev2020-03-31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | frr: add libatomic dependency
| * | | | | frr: add libatomic dependencyRosen Penev2020-03-29
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Needed for some platforms. Signed-off-by: Rosen Penev <rosenp@gmail.com>