aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | knot: update to 2.8.3Jan Hák2019-08-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added lmdb dependency Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | yggdrasil: properly call the daemon with procdWilliam Fleurant2019-08-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | yggdrasil: match contributing.md order of config sectionWilliam Fleurant2019-08-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | yggdrasil: package LICENSE filename, update license id nameWilliam Fleurant2019-08-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | yggdrasil: bump to 0.3.6William Fleurant2019-08-09
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | Merge pull request #9476 from neheb/fossRosen Penev2019-08-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | fossil: Remove
| * | | | | | fossil: RemoveRosen Penev2019-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The maintainer is inactive, in addition to this package being woefully out of date. It probably does not work properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9676 from dengqf6/upnpcRosen Penev2019-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | miniupnpc: update to 2.1.20190625
| * | | | | | | miniupnpc: update to 2.1.20190625DENG Qingfang2019-08-08
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | Merge pull request #9660 from liudf0716/master-kcptunRosen Penev2019-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | kcptun: add new package
| * | | | | | | kcptun: add new packageDengfeng Liu2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kcptun is a stable & secure tunnel based on kcp with N:M multiplexing. https://github.com/xtaci/kcptun Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | | | | | | Merge pull request #9675 from dengqf6/zt1Rosen Penev2019-08-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | zerotier: fix linking to libnatpmp
| * | | | | | | | zerotier: fix linking to libnatpmp and build with uclibcDENG Qingfang2019-08-08
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile always checks the existence of host's NAT-PMP header, which results in internal NAT-PMP code being used if it's missing. Add a patch to make it check targets' header instead. Use aligned_alloc() instead of valloc() in case of uclibc. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | Merge pull request #9679 from dibdot/travelmateDirk Brenken2019-08-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | travelmate: update 1.4.11
| * | | | | | | | travelmate: update 1.4.11Dirk Brenken2019-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix logical glitch in last commit Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #9576 from TDT-AG/pr/20190726-keepalivedFlorian Eckert2019-08-08
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | keepalived: update version to 2.0.18
| * | | | | | | | keepalived: update version to 2.0.18Florian Eckert2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update version to 2.0.18 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | | keepalived: fix shellcheck warningsFlorian Eckert2019-08-06
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | | Merge pull request #9602 from dengqf6/ngx-brDaniel Engberg2019-08-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nginx: update brotli module
| * | | | | | | | nginx: small conf files fixDENG Qingfang2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Gzip compression type Remove unnecessary spaces from conf files Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
| * | | | | | | | nginx: update brotli moduleDENG Qingfang2019-08-05
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | Merge pull request #9668 from dibdot/travelmateDaniel Engberg2019-08-06
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | travelmate: update 1.4.10
| * | | | | | | travelmate: update 1.4.10Dirk Brenken2019-08-06
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add missing dnsmasq dependency * add a captive portal auto-login hook (configurable via uci/LuCI), you could reference an external auto-login script - see readme * provide an auto-login script for german ICE hotspots (/etc/travelmate/wifionice.login), requires 'curl' * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #9669 from dibdot/banIPDaniel Engberg2019-08-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | banip: update 0.1.5
| * | | | | | | banip: update 0.1.5Dirk Brenken2019-08-06
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add extra options to control auto-addons to blacklist & whitelist ('ban_autoblacklist' & 'ban_autowhitelist', both enabled by default). If disabled auto-addons are only stored temporary in the black/whitelist ipset but not in the list itself, fixes #9631 * remove old, no longer needed procd workaround * remove 'zeus' source from default config (discontinued) Signed-off-by: Dirk Brenken <dev@brenken.org> Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #9645 from neheb/nsdVasilis Tsiligiannis2019-08-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nsd: Update to 4.2.1
| * | | | | | | nsd: Update to 4.2.1Rosen Penev2019-08-04
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | subversion: update to the latest releaseVal Kulkov2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest maintenance release, fixing CVE-2018-11782 and CVE-2019-0203 among other things. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | Merge pull request #9652 from salim-b/patch-1Rosen Penev2019-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | stubby: Fix UCI command in README
| * | | | | | | stubby: Fix UCI command in READMESalim B2019-08-04
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Salim B <salim@posteo.de>
* | | | | | | Merge pull request #9658 from champtar/masterchamptar2019-08-05
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | phantap: new version
| * | | | | | phantap: update to latest commitEtienne Champetier2019-08-05
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes a major bug fix (2ed9c76) and some minor fixes/improvements f104742 phantap-learn: do not use proto for ip neigh 9849b0f phantap-learn: cleanup 159653d Readme.md: update install instructions ff3acc2 phantap: add support for talking to victim. 2ed9c76 phantap: Fix MAC snat f6f2d2d Phantap: fix dns configuration 40fa14b phantap: look at DNS response instead of request 0d62deb Improve Readme Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | Merge pull request #9657 from gladiac1337/haproxy-2.0.3-master-2Daniel Engberg2019-08-05
|\ \ \ \ \ \ | |/ / / / / |/| | | | | haproxy: Update all patches for HAProxy v2.0.3
| * | | | | haproxy: Update all patches for HAProxy v2.0.3Christian Lachner2019-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.3.html) - Raise PKG_RELEASE to 2 Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | frp: update to 0.28.0Richard Yu2019-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and fix a typo in frpc.config Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | Merge pull request #9130 from yangfl/masterRosen Penev2019-08-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | i2pd: Update to 2.26.0
| * | | | | | i2pd: Update to 2.26.0David Yang2019-07-31
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | Merge pull request #9605 from neheb/gethRosen Penev2019-08-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | geth: Update to 1.9.1
| * | | | | | geth: Update to 1.9.1Rosen Penev2019-07-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Upstreamed patch. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | zerotier: update to zerotier 1.4.0Moritz Warning2019-08-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | p910nd: Run as non-root by defaultDaniel F. Dickinson2019-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We add the necessary Makefile, hotplug, config, and init bits so that p910nd daemon runs as user:group p910nd:lp by default. This eliminates an unnecessary root daemon. The hotplug script sets the permissions of the USB lp device(s) to read-write owner and group and no access to anyone else, and sets owner root, group lp. This is allows sufficient privileges to p910nd to do it's job. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | Merge pull request #9575 from TDT-AG/pr/20190726-stunnelFlorian Eckert2019-08-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | stunnel: update version to 5.55
| * | | | | | stunnel: fix some shellcheck warningsFlorian Eckert2019-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | stunnel: update version to 5.55Florian Eckert2019-07-26
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update version to 5.55 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #9600 from Andy2244/samba4-python2-fixDaniel Engberg2019-08-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | samba4: add python2 host dependency
| * | | | | | samba4: add python2 host dependencyAndy Walsh2019-07-30
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add python2/host dependency Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | net: ulogd2: add myself as maintainerAlexandru Ardelean2019-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since this package has been abandoned, I don't mind taking it over. If there are issues with it, I can also investigate, and be a point-man. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #9591 from neheb/ulogRosen Penev2019-07-31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ulogd: Backport JSON network patch
| * | | | | ulogd: Backport JSON network patchRosen Penev2019-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was requested in #9065 . Cleaned up Makefile slightly. Removed inactive maintainer. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | phantap: add new packageEtienne Champetier2019-07-31
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhanTap or Phantom tap is a small set of scripts that allow you to setup a network tap that automatically impersonnate a victim device, allowing you to access internet using the IP & MAC of the victim Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>