aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | haproxy: Update HAProxy to v2.0.12Christian Lachner2019-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Remove @neheb's obsolete-ssl patch as it was upstreamed, see: (http://git.haproxy.org/?p=haproxy-2.0.git;a=commit;h=6445d988ec8def9d0f80de0eda9c5763d39facc1) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | Merge pull request #10850 from neheb/kcRosen Penev2019-12-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | kcptun: Fix GO_ARCH_DEPENDS
| * | | | | | kcptun: Fix GO_ARCH_DEPENDSRosen Penev2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now, the buildbots are trying to build this on ARC, which is totally unsupported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | gnunet: remove patches now apparently part of the releaseDaniel Golle2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That could explain why the hash of the released tarball changed after the release announcement... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | gnunet: fix source hashDaniel Golle2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | treewide: Remove self from PKG_MAINTAINERFlorian Fainelli2019-12-21
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | gnunet-fuse: update to version 0.12.0Daniel Golle2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | gnunet: update to version 0.12.0Daniel Golle2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also include a bunch of upstream patches to make things build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | samba4: fix libpam depsAndy Walsh2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use old workaround for broken unbundle pam patch Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #10824 from gekmihesg/restic-rest-serverRosen Penev2019-12-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | restic-rest-server: add package
| * | | | | | restic-rest-server: add packageMarkus Weippert2019-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Markus Weippert <markus@gekmihesg.de>
* | | | | | | Merge pull request #10836 from aleksander0m/aleksander/modemmanager-pppRosen Penev2019-12-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | modemmanager: depend on ppp explicitly
| * | | | | | | modemmanager: depend on ppp explicitlyAleksander Morgado2019-12-19
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ModemManager protocol handler checks for the pppd daemon during the initialization, and if it doesn't exist, the protocol handler is not even loaded by netifd. This is because the IP method to use on the connection of a given modem is not known until ModemManager reports via its interfaces how the modem should be connected (either using PPP, with DHCP, or with explicit IP settings). Fixes https://github.com/openwrt/packages/issues/10802 Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* / | | | | | net-snmp: do not exit if files cannot be openedStijn Tintel2019-12-19
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If snmpd fails to open files, like /dev/kmem or /dev/mem, it exits. Avoid this by adding the -r argument. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | Merge pull request #10061 from ynezz/upstream/service-status-fixRosen Penev2019-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | treewide: fix service status
| * | | | | | treewide: fix service status command in procd compatible servicesPetr Štetiar2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix breaking change introduced in the main tree with a commit 7519a36774ca ("base-files,procd: add generic service status") where the old service `status` callback function doesn't work anymore and needs to be renamed to `status_service`. This name was chosen for consistency with start and stop function callbacks, which are using `start_service` and `stop_service` naming schemes. While at it, fix whitespace issues in the status_service as well. Ref: http://lists.infradead.org/pipermail/openwrt-devel/2019-September/019035.html Reported-by: Dirk Brenken <dev@brenken.org> Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | | Merge pull request #10781 from Andy2244/samba-4.11-python3-newRosen Penev2019-12-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | samba4: update to 4.11.4 (python3 version), add rpcsvc-proto, add libasn1 host build
| * | | | | | | samba4: update to 4.11.4Andy Walsh2019-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.11.4 (python3 version) * re-enable AD-DC option * add 'samba_nice' UCI option via "config procd 'extra'" * restructure buildsteps (don't rely on waf --targets logic) * move quota option into VFS * move ACL option into AC-DC * add more admin-tools * use rpath_install for libs * fix rpath + rstrip Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | Merge pull request #10813 from EricLuehrsen/unbound_196Rosen Penev2019-12-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | unbound: update to 1.9.6
| * | | | | | | | unbound: update to 1.9.6Eric Luehrsen2019-12-18
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | gnunet: revert accidentally committed version bumpDaniel Golle2019-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.12.0 tarballs aren't out yet, I accidentally committed the changed version in commit b6a9bd3bf3a748bda8272eb639f0ea8a7fd8c57c ("gnurl: update to version 7.67.0"). Revert gnunet back to 0.11.8. Reported-by: Sebastian Kemper <sebastian_ml@gmx.net> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | vpnc-script: bumped release versionNikos Mavrogiannopoulos2019-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | | | | | vpnc-script: enable reconnectNikos Mavrogiannopoulos2019-12-18
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | | | | cgi-io: close pipe descriptors earlyJo-Philipp Wich2019-12-18
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the command read side, close the superfluous write end of the pipe early to ensure that EOF is reliably detected. Without that change, splice calls to read from the pipe will occasionally hang until the CGI process is eventually killed due to timeout. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | Merge pull request #10754 from stangri/master-https-dns-proxyHannu Nyman2019-12-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | https-dns-proxy: switch to https-dns-proxy package name
| * | | | | | https-dns-proxy: switch to https-dns-proxy package nameStan Grishin2019-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #10810 from tru7/knxdRosen Penev2019-12-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | knxd: adjust startup files to better comply with procd
| * | | | | | | knxd: adjust startup files to better comply with procdOthmar Truniger2019-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | | Merge pull request #10804 from br101/pingcheck-updateRosen Penev2019-12-17
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | pingcheck: Update to latest version
| * | | | | | | pingcheck: Update to latest versionBruno Randolf2019-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | Merge pull request #10800 from gladiac1337/haproxy-2.0.11Rosen Penev2019-12-16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.11
| * | | | | | | | haproxy: Update HAProxy to v2.0.11Christian Lachner2019-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Remove obsolete patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | knot: update to version 2.9.2Jan Hak2019-12-16
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | | | gnurl: update homepage URL and use @GNU mirrorsDaniel Golle2019-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #10793 from micmac1/dnsdist-no-bombRosen Penev2019-12-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dnsdist: fix various build failures
| * | | | | | | | dnsdist: add dependency on tinycdbSebastian Kemper2019-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If libcdb from tinycdb is available dnsdist will link to it. This commit adds the dependency. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | | dnsdist: add missing build dep on protocSebastian Kemper2019-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build needs protoc, otherwise it fails. checking if we need to link in protobuf... yes checking for PROTOBUF... yes checking for protoc... no configure: error: Protobuf requested but the protobuf compiler was not found Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | | | | dnsdist: add missing lmdb depSebastian Kemper2019-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently dnsdist is failing at packaging stage when lmdb is in staging: make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/dnsdist-1.4.0' Package dnsdist is missing dependencies for the following libraries: liblmdb.so Makefile:109: recipe for target '/builder/shared-workdir/build/sdk/bin/packages/x86_64/packages/dnsdist_1.4.0-2_x86_64.ipk' failed Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | Merge pull request #10798 from Andy2244/wsdd2-(2019-12-14)Daniel Engberg2019-12-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | wsdd2: update to git (2019-12-15), bind to 'lan' only
| * | | | | | | | | wsdd2: update to git (2019-12-15), bind to 'lan' onlyAndy Walsh2019-12-15
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to git (2019-12-15) * bind to 'lan' interface only * make cifsd compatible (avoid testparm dependency) * only start if needed * add meta data (vendor, model, sku) * update smb.conf procd location * lower restart delay * remove outdated patch Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / / / / / / / gnurl: update to version 7.67.0Daniel Golle2019-12-15
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | Merge pull request #10774 from James-TR/James-TR-patch-1Rosen Penev2019-12-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | dnsdist: fix missing quote in menu
| * | | | | | | | dnsdist: fix missing quote in menu James Taylor2019-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes missing double quote in menu Signed off by: James Taylor <james@jtaylor.id.au>
* | | | | | | | | Merge pull request #10782 from dengqf6/ariangRosen Penev2019-12-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ariang: update to 1.1.4
| * | | | | | | | | ariang: update to 1.1.4DENG Qingfang2019-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update ariang to 1.1.4 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | | mosh: Fix compilation with libcxxRosen Penev2019-12-14
| |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial backport of upstream patch.`` Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #10764 from neheb/bfRosen Penev2019-12-13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | bfdd: Fix compilation with uClibc-ng
| * | | | | | | | bfdd: Fix compilation with uClibc-ngRosen Penev2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #10775 from rs/nextdns-1.3.1Rosen Penev2019-12-13
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | nextdns: update to version 1.3.1
| * | | | | | | | nextdns: update to version 1.3.1Olivier Poitrey2019-12-13
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - IPv6 support - Fix HTTP/2 negociation - Improve endpoint fallback - Add support for unencrypted DNS - Many other fixes and features Signed-off-by: Olivier Poitrey <rs@nextdns.io>