aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* coova-chili: Fix versionRosen Penev2019-12-31
| | | | | | Upstream was sloppy when cutting the release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* vpn-policy-routing: initial releaseStan Grishin2019-12-30
| | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* Merge pull request #10816 from Cynerd/wget-no-self-providetripolar2019-12-30
|\ | | | | wget: do not provide itself
| * wget: do not provide itselfKarel Kočí2019-12-18
| | | | | | | | | | | | | | | | | | The package wget should not say that it provides itself. This also make gnu-wget provide general so it is not written in Makefile twice. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | tor: add respawn to init scriptJan Pavlinec2019-12-30
| | | | | | | | | | | | | | | | | | | | Note: In some cases when tor daemon starts before than the router is connected to the Internet. Tor will exit and you have to run it manually. This should fix this case. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | tor: update to version 0.4.2.5Jan Pavlinec2019-12-29
| | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | gnunet: update to version 0.12.1Daniel Golle2019-12-29
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #10894 from Ansuel/nginxHannu Nyman2019-12-29
|\ \ | | | | | | nginx: fix missing cgi-exec definition
| * | nginx: fix missing cgi-exec definitionAnsuel Smith2019-12-29
| | | | | | | | | | | | | | | | | | | | | Add missing cgi-io exec definition to fix broken luci webui as now it does actually use it. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | radicale2: Document suggested use of passlib and bcryptDaniel F. Dickinson2019-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_RELEASE not bumped because this only affects package description. We document that passlib and bcrypt are needed if one wishes to use bcrypt encryption of passwords. These have not been added as dependencies as Radicale2 can have a frontend webserver authenticate users rather than radicale itself. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | Merge pull request #10648 from micmac1/gdnutHannu Nyman2019-12-27
|\ \ \ | | | | | | | | nut: fix cgi/gd setup
| * | | nut: update OpenSSL 1.1.0 patchSebastian Kemper2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces OpenWrt patch with upstream patch. Also removes 0002-Fix-check-for-empty-string.patch as this is included in upstream OpenSSL 1.1.0 patch. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | nut: fix CGI setupSebastian Kemper2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes - the libgd dependency (as well as specifying libs and includes) - the configure argument "--with-cgi" dependant on whether the package nut-web-cgi is selected. nut-web-cgi is also added to PKG_CONFIG_DEPENDS. Resolves: #10641 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | nut: revert 81e6bb7Sebastian Kemper2019-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gdlib pc file doesn't set a version, so "pkg-config --modversion gdlib" returns nothing. Also, the test if test "$?" != "0" -a -n "${GD_VERSION}"; then is wrong as pkg-config wouldn't return != 0 on success. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | aria2: Build with MIPS16Rosen Penev2019-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the computationally expensive stuff is in the libraries, not the package itself. Saves several kilobytes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | stubby: switch to ca-bundleMaxim Storchak2019-12-23
| | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | Merge pull request #10796 from G-M0N3Y-2503/feature_https_dns_proxy_loggingRosen Penev2019-12-22
|\ \ \ \ | | | | | | | | | | https_dns_proxy: Added optional ipv4 resolvers
| * | | | https_dns_proxy: Added optional ipv4 resolversGerard Ryan2019-12-18
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added optional ipv4 resolvers UCI config option * Added logging to logd * Refactored verbosity UCI config option * Filtered out any address from being added to dnsmasq Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | Merge pull request #10788 from neheb/zncRosen Penev2019-12-22
|\ \ \ \ | | | | | | | | | | znc: Update to 1.7.5
| * | | | znc: Update to 1.7.5Rosen Penev2019-12-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | 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>