aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #14667 from pprindeville/strongswan-avoid-duplicate-loggingRosen Penev2021-02-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | strongswan: avoid duplicate logging
| * | | | | | | strongswan: avoid duplicate loggingPhilip Prindeville2021-02-05
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | Merge pull request #14665 from peter-stadler/uacmeRosen Penev2021-02-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | uacme: adopt to new behavior of nginx
| * | | | | | | uacme: adopt to new behavior of nginxPeter Stadler2021-02-08
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | Merge pull request #14695 from lucize/frrupRosen Penev2021-02-08
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | frr: fix init and update
| * | | | | | frr: fix init and updateLucian Cristian2021-02-09
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix ospfd startup when instances are enabled Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* / | | | | acme: adopt to new behavior of nginxPeter Stadler2021-02-08
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | mosquitto: bump 2.0.5 to 2.0.7Karl Palsson2021-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes: https://mosquitto.org/blog/2021/02/version-2-0-7-released/ and https://mosquitto.org/blog/2021/01/version-2-0-6-released/ Various fixes in broker and clients Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | wg-installer: add babeld hotplug.d scriptNick Hainke2021-02-08
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a hotplug.d-extension that automatically configures babeld for meshing via wireguard interfaces. It checks for "add" and "remove" of a wireguard interface with name "wg_*". Depending on the action, it removes it from the babeld config or adds the interface and reloads babeld. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | haproxy: Update HAProxy to v2.2.9Christian Lachner2021-02-07
| | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | Merge pull request #14678 from dibdot/banipDirk Brenken2021-02-07
|\ \ \ \ | | | | | | | | | | banip: release 0.7.1
| * | | | banip: release 0.7.1Dirk Brenken2021-02-07
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | * add 'ban_extrasources' to handle banIP-unrelated sets for reporting and queries * add set timeouts for local sources (maclist, whitelist, blacklist) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #14562 from ja-pa/clamav-0.103.0Rosen Penev2021-02-06
|\ \ \ \ | | | | | | | | | | clamav: update to version 0.103.0
| * | | | clamav: update to version 0.103.0Jan Pavlinec2021-01-25
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #14663 from mwarning/ztRosen Penev2021-02-06
|\ \ \ \ \ | | | | | | | | | | | | zerotier: update to 1.6.3
| * | | | | zerotier: update to 1.6.3Moritz Warning2021-02-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | wg-installer: add wg-installerNick Hainke2021-02-06
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tool can be used to automatically create wireguard tunnels. Using rpcd a new wireguard interface is created on the server where the client can connect to. Wiregurad server automatically installs a user and associated ACL to use the wireguard-installer-server features. The user is called wginstaller and so is the password. Get Usage: wg-client-installer get_usage --ip 127.0.0.1 --user wginstaller --password wginstaller Register Interface: wg-client-installer register --ip 127.0.0.1 --user wginstaller --password wginstaller --bandwidth 10 --mtu 1400 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #14202 from miska/vpn_userRosen Penev2021-02-05
|\ \ \ \ \ | |_|_|/ / |/| | | | openvpn: Support username and password options
| * | | | openvpn: Support username and password optionsMichal Hrusecky2020-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some VPN providers require username and password for client to connect. This commit adds an option to specify username, password and cert_password directly in uci config which then gets expanded during start of openpvn client. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | | Merge pull request #14657 from pprindeville/isc-dhcp-gen-A-RRsPhilip Prindeville2021-02-05
|\ \ \ \ \ | |_|/ / / |/| | | | isc-dhcp: treat 'config host' like superset of 'config domain'
| * | | | isc-dhcp: treat 'config host' like superset of 'config domain'Philip Prindeville2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not including an A record mapping will cause nsupdate to balk at CNAME and MX records (and probably SRV as well) because the target will be unknown at the time of parsing, until the lease gets activated. We need these RR's to be in place well before the servers even come up. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #14636 from neheb/nRosen Penev2021-02-05
|\ \ \ \ \ | | | | | | | | | | | | netifyd: add reproducibility patch
| * | | | | netifyd: add reproducibility patchRosen Penev2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #14653 from lucize/libreupRosen Penev2021-02-05
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | libreswan: update to 4.2
| * | | | | libreswan: update to 4.2Lucian Cristian2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | banip: release 0.7.0Dirk Brenken2021-02-04
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * major rewrite * add support for multiple chains * add mac whitelisting * add support for multiple ssh daemons in parallel * add an ipset report engine * add mail notifications * add suspend/resume functions * add a cron wrapper to set an ipset related auto-timer for automatic blocklist updates * add a list wrapper to add/remove blocklist sources * add 19.x and Turris OS 5.x compatibility code * sources stored in an external compressed json file (/etc/banip/banip.sources.gz) * change Country/ASN download sources (faster/more reliable) * fix DHCPv6/icmpv6 issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #14642 from 1715173329/xrayRosen Penev2021-02-03
|\ \ \ \ \ | | | | | | | | | | | | xray-core: fix service start / reload
| * | | | | xray-core: fix service start / reloadTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix starting problem: Starting function should be named 'start_service' instead of 'start_instance'. Fix reloading problem: Register reload tigger for uci config itself. And, xray does not support reload currently, so use legacy restart as reload. Fixes: 6c9b96352fb5e7d6acdf8f14ea4f9251cd09926b ("xray-core: add init script") Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | | Merge pull request #14640 from neheb/ksRosen Penev2021-02-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | ksmbd(-tools): update to 3.3.4
| * | | | | | ksmbd-tools: update to 3.3.4Rosen Penev2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: add "vfs objects = acl_xattr" parameter in configuration. fix wrong group domain name in lsarpc response. set to SID_TYPE_UNKNOWN if there is no domain sid in server. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14610 from mtelka/mini_snmpdRosen Penev2021-02-03
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | mini_snmpd: Fix minor nit in the init script
| * | | | | | mini_snmpd: Fix minor nit in the init scriptMarcel Telka2021-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes extra ] from grep invocation in append_interface(). Signed-off-by: Marcel Telka <marcel@telka.sk>
* | | | | | | Merge pull request #14579 from neheb/wgeRosen Penev2021-02-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | wget: update to 1.21.1
| * | | | | | | wget: update to 1.21.1Rosen Penev2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_INSTALL for consistency between packages. Use PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14639 from 1715173329/xrayRosen Penev2021-02-03
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | xray-core: add example configs and init script
| * | | | | | | xray-core: add init scriptTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add init script so the users could run it with their configs quickly. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | | | | | xray-core: add example configsTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thry're from v2fly/v2ray-core wikis, used as examples. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | | | | | xray-core: update project urlTianling Shen2021-02-04
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $(AUTORELEASE) to bump PKG_RELEASE automatically. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | | | Merge pull request #14638 from nmeyerhans/iputils-20210202Rosen Penev2021-02-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | iputils: bump to 20210202 and fix version reporting
| * | | | | | | iputils: Fix version reportingNoah Meyerhans2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The iputils build system embeds git tags into the generated binaries for use by commands like ping -V. Since openwrt packaging is done in a different repository from the upstream repo, the tags it finds aren't particularly meaningful, and we get confusing results like those described at https://github.com/openwrt/packages/issues/13920 This change removes the git tag inspection in favor of the static version string that's already known to the upstream build system. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
| * | | | | | | iputils: bump to 20200202Noah Meyerhans2021-02-03
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the tftpd binary from /usr/bin to /usr/sbin per upstream. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | Merge pull request #14627 from gstrauss/lighttpd-1.4.59Rosen Penev2021-02-03
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | lighttpd: update to lighttpd 1.4.59 release hash
| * | | | | | lighttpd: update to lighttpd 1.4.59 release hashGlenn Strauss2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to lighttpd 1.4.59 release hash add new base module mod_ajp13 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | | Merge pull request #14630 from sartura/sysrepoRosen Penev2021-02-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update sysrepo packages
| * | | | | | | sysrepo: Bump to 1.4.104Jakov Smolic2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
| * | | | | | | netopeer2: Bump to 1.1.53Jakov Smolic2021-02-02
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* | | | | | | simple-adblock: remove dependency on jsonfilter & old codeStan Grishin2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | xray-core: add new packageTianling Shen2021-02-02
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | / / / / snort3: update to 3.1.0.0W. Michael Petullo2021-01-31
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | udpspeeder: add missing libatomic dependencyRosen Penev2021-01-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>