aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | 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>
* | | | | | | | | cgi-io: implement exec actionJo-Philipp Wich2019-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement a new "cgi-exec" applet which allows to invoke remote commands and stream their stdandard output back to the client via HTTP. This is needed in cases where large amounts of data or binary encoded contents such as tar archives need to be transferred, which are unsuitable to be transported via ubus directly. The exec call is guarded by the same ACL semantics as rpcd's file plugin, means in order to be able to execute a command remotely, the ubus session identified by the given session ID must have read access to the "exec" function of the "cgi-io" scope and an explicit "exec" permission rule for the invoked command in the "file" scope. In order to initiate a transfer, a POST request in x-www-form-urlencoded format must be sent to the applet, with one field "sessionid" holding the login session and another field "command" specifiying the commandline to invoke. Further optional fields are "filename" which - if present - will cause the download applet to set a Content-Dispostition header and "mimetype" which allows to let the applet respond with a specific type instead of the default "application/octet-stream". Below is an example for the required ACL rules to grant exec access to both the "date" and "iptables" commands. The "date" rule specifies the base name of the executable and thus allows invocation with arbitrary parameters while the latter "iptables" rule merely allows one specific set of arguments which must appear exactly in the given order. ubus call session grant '{ "ubus_rpc_session": "...", "scope": "cgi-io", "objects": [ [ "exec", "read" ] ] }' ubus call session grant '{ "ubus_rpc_session": "...", "scope": "file", "objects": [ [ "/bin/date", "exec" ], [ "/usr/sbin/iptables -n -v -L", "exec" ] ] }' Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | git: update to version 2.24.1 (security fix)Jan Pavlinec2019-12-13
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and CVE-2019-19604 And fix deprecated PKG_CPE_ID Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | / / / / / / ibrdtnd: Remove c++03 optionRosen Penev2019-12-12
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for libcxx compatibility. It probably generates bigger code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #10746 from aleksander0m/aleksander/mm-1-12-2Rosen Penev2019-12-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | modemmanager: release 1.12.2
| * | | | | | | modemmanager: release 1.12.2Aleksander Morgado2019-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new release also installs additional 'shared utils' loadable libraries in /usr/lib/ModemManager, so make sure we include them in the packaging. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | | | Merge pull request #10717 from WeekendSoftware/safe-searchRosen Penev2019-12-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | net/safe-search Update Google host list.