aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* frr: update to 7.3Lucian Cristian2020-02-26
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* stubby: makefile and init script cleanupRosen Penev2020-02-24
| | | | | | | | | | | | | | | | | Reordered Makefile according to https://github.com/openwrt/packages/pull/9399#issuecomment-508727872 . Added PKG_BUILD_PARALLEL for faster compilation. Remove duplicated conffiles section. Install /etc/config/stubby using INSTALL_CONF, as is done elsewhere Run init script through shellcheck and clean it up. Added chmod for the stubby config file, to fix a LuCI issue. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* samba4: bring back the fix to build with parallel jobsDaniel Bermond2020-02-23
| | | | | | | | | Fixes #11417 The fix was implemented in commit 710700c and was later removed in commit c50c583. Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* Merge pull request #11414 from wfleurant/ygg-bump-0-3-13Hannu Nyman2020-02-23
|\ | | | | yggdrasil: bump to 0.3.13
| * yggdrasil: bump to 0.3.13William Fleurant2020-02-22
| | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | Merge pull request #11408 from tru7/knxdRosen Penev2020-02-23
|\ \ | | | | | | knxd: bump to version 0.14.31
| * | knxd: bump to version 0.14.31Othmar Truniger2020-02-23
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | Merge pull request #11411 from rs/nextdns-1.4.33Hannu Nyman2020-02-23
|\ \ \ | |_|/ |/| | nextdns: Update to version 1.4.33
| * | nextdns: Update to version 1.4.33Olivier Poitrey2020-02-22
| |/ | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* / lighttpd: update to version 1.4.55Josef Schlehofer2020-02-22
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* cgi-io: use O_TMPFILE for uploads and attempt to directly link target fileJo-Philipp Wich2020-02-22
| | | | | | | | | | | | Create an anonymous inode in /tmp using O_TMPFILE and attempt to link the file in place using linkat(). Only fall back to the old file copy when linking the tempfile fails. Avoids double memory use if both the temporary upload file and the destination file are located in /tmp. Ref: https://github.com/openwrt/luci/issues/3654 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* sshtunnel: init script improvementsKimmo Vuorinen2020-02-20
| | | | | | | | | | * Fix for OpenSSH pickiness about argument order to be able to use tap devices. * Allow tun/tap devices to be used from index 0 as demonstrated in example config. * Change arithmetic expressions. Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com>
* geth: update to 1.9.11Rosen Penev2020-02-19
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #11257 from jefferyto/python3-django1Rosen Penev2020-02-18
|\ | | | | django1: Rename django1-restframework, add python3-django1
| * django1-restframework: Rename to django-restframework39, add Py3 packageJeffery To2020-02-13
| | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | jool: compile common module firstDavid Bauer2020-02-19
| | | | | | | | | | | | | | Compile the common module first, as otherwise the dependency on the jool-common module is not detected. Signed-off-by: David Bauer <mail@david-bauer.net>
* | Merge pull request #10031 from neheb/httRosen Penev2020-02-18
|\ \ | | | | | | apache: fix compilation without deprecated OpenSSL APIs
| * | apache: fix compilation without deprecated OpenSSL APIsRosen Penev2020-02-03
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11344 from neheb/abaskat3ra321Rosen Penev2020-02-18
|\ \ \ | | | | | | | | sslh: update to 1.20
| * | | sslh: update to 1.20Rosen Penev2020-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed maintainer entry. Added patch fixing compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11380 from wvdakker/masterRosen Penev2020-02-18
|\ \ \ \ | | | | | | | | | | Shorewall: Bump to 5.2.3.6
| * | | | Shorewall6: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall6-lite: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall-lite: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall-core: Bump to version 5.2.3.6W. van den Akker2020-02-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | acme: update to 2.8.5Marcos Del Sol Vives2020-02-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcos Del Sol Vives <marcos@orca.pet>
* | | | | Merge pull request #11342 from neheb/abaskat3ra3Rosen Penev2020-02-18
|\ \ \ \ \ | | | | | | | | | | | | lftp: update to 4.9.1
| * | | | | lftp: update to 4.9.1Rosen Penev2020-02-14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CPE ID. Use PKG_INSTALL for consistency between packages. Use PKG_BUILD_PARALLEL for faster compilation. Remove outdated std parameter. Change URLs to HTTPS. Various minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11328 from neheb/abaRosen Penev2020-02-17
|\ \ \ \ \ | |_|/ / / |/| | | | socat: update to 1.7.3.4
| * | | | socat: update to 1.7.3.4Rosen Penev2020-02-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11294 from peter-stadler/nginx-utilRosen Penev2020-02-16
|\ \ \ \ \ | | | | | | | | | | | | [RFC] nginx-util: resolve recursive CONFLICTS
| * | | | | nginx-util: resolve recursive CONFLICTSPeter Stadler2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus change the TITLE that it fits. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | Merge pull request #11316 from br101/pingcheck-updateRosen Penev2020-02-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | pingcheck: Update and add script directories
| * | | | | | pingcheck: Update and add script directoriesBruno Randolf2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to version with longer interface names. - Add /etc/pingcheck/(on|off)line.d/ directories with an example script. Closes #11263 Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | Merge pull request #11355 from neheb/abaska222Rosen Penev2020-02-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nfdump: fix compilation with musl-fts
| * | | | | | | nfdump: fix compilation with musl-ftsRosen Penev2020-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This either uses it, or falls back on its own implementation. Removed nls.mk. It's not needed/used. Added size reduction FLAGS. Cleaned up for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11352 from dengqf6/nlbwJo-Philipp Wich2020-02-16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | nlbwmon: bump to latest git
| * | | | | | | nlbwmon: bump to latest gitDENG Qingfang2020-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e921ca0a Add further commonly used protocols to the protocol file. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | Merge pull request #11347 from neheb/abaskat31Rosen Penev2020-02-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cifs-utils: update to 6.10
| * | | | | | | | cifs-utils: update to 6.10Rosen Penev2020-02-14
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11348 from neheb/qwRosen Penev2020-02-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | miniupnpc: update to 2.1.20191224
| * | | | | | | | miniupnpc: update to 2.1.20191224Rosen Penev2020-02-14
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed inactive maintainer. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11337 from neheb/protRosen Penev2020-02-15
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | spoofer: remove host build + cleanups
| * | | | | | | spoofer: remove host build + cleanupsRosen Penev2020-02-14
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The host build is not used by anything. Added PKG_INSTALL for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Added missing protobuf/host build dependency. This was previously specified as a host dependency, which is wrong. Removed pointless std parameter. It's only useful for old G++ versions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | tor: fix init scriptsRosen Penev2020-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pidfile should not be set. tor handles it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #11330 from neheb/abaskRosen Penev2020-02-15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | uacme: update to 1.0.22
| * | | | | | uacme: update to 1.0.22Rosen Penev2020-02-13
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #11306 from adrianschmutzler/brcmHannu Nyman2020-02-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | collectd: lcdringer: apply brcm2708 target rename to bcm27xx to dependencies
| * | | | | | lcdringer: apply brcm2708 target rename to bcm27xx to dependenciesAdrian Schmutzler2020-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the brcm2708 target has been renamed to bcm27xx in openwrt repo, update the dependency to the target in this package. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>