aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | 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 #14672 from mhei/php8-quilt-optimizeMichael Heimpold2021-02-07
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | php8: Don't run phpize8 with QUILT
| * | | | | | | | | php8: Don't run phpize8 with QUILTMichael Heimpold2021-02-06
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. This is d741a64b7 applied to php8. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | 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>
* | | | | | | | | Merge pull request #14673 from zhaojh329/rttyRosen Penev2021-02-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rtty: update to 7.3.2
| * | | | | | | | | rtty: update to 7.3.2Jianhui Zhao2021-02-06
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* / | | | | | | | 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 #14659 from mhei/php8-updateMichael Heimpold2021-02-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | php8: update to 8.0.2
| * | | | | | | | | php8: update to 8.0.2Michael Heimpold2021-02-05
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2021-21702 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | Merge pull request #14658 from mhei/php8-fix-x86_64-buildMichael Heimpold2021-02-05
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | php8: fix cross-compiling for x86_64
| * | | | | | | | php8: fix cross-compiling for x86_64Michael Heimpold2021-02-04
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build process uses a minilua helper for code generation which must not be compiled with target cross-compiler but the host compiler. This error was spotted by buildbots: ext/opcache/minilua /builder/shared-workdir/build/sdk/build_dir/ target-x86_64_musl/php-8.0.1/ext/opcache/jit/dynasm/dynasm.lua -D X64=1 -o ext/opcache/jit/zend_jit_x86.c /builder/shared-workdir /build/sdk/build_dir/target-x86_64_musl/php-8.0.1/ext/opcache/jit/zend_jit_x86.dasc /bin/bash: ext/opcache/minilua: No such file or directory Makefile:406: recipe for target 'ext/opcache/jit/zend_jit_x86.c' failed make[4]: *** [ext/opcache/jit/zend_jit_x86.c] Error 127 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | 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>
* | | | | | | | | Merge pull request #14654 from lucize/nssupRosen Penev2021-02-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nss: update to 3.61
| * | | | | | | | | nss: update to 3.61Lucian Cristian2021-02-04
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | Merge pull request #14643 from lipnitsk/php7Michael Heimpold2021-02-05
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | lang/php7: Don't run phpize7 with QUILT
| * | | | | | | | lang/php7: Don't run phpize7 with QUILTIlya Lipnitskiy2021-02-03
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | | | | | Merge pull request #14644 from lipnitsk/nssRosen Penev2021-02-04
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libs/nss: Don't run nsinstall with QUILT
| * | | | | | | | libs/nss: Don't run nsinstall with QUILTIlya Lipnitskiy2021-02-03
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | | | | | Merge pull request #14649 from dibdot/banipDirk Brenken2021-02-04
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | banip: release 0.7.0
| * | | | | | | 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>
* | | | | | | collectd: add plugin to compare ipv4,ipv6 statsNick Hainke2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and "/proc/net/snmp6" to get the overall ipv4 and ipv6 usage. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | Merge pull request #14645 from lipnitsk/svoxRosen Penev2021-02-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | svox: Don't move files with QUILT
| * | | | | | | svox: Don't move files with QUILTIlya Lipnitskiy2021-02-03
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | | | | 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>
| * | | | | | | ksmbd: update to 3.3.4Rosen Penev2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: Make xattr format of ksmbd compatible with samba's one. Use netdevice_notifier to configure TCP listeners. Fix a build break with linux-5.11 kernel. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14626 from lipnitsk/masterRosen Penev2021-02-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | macremapper: linux 5.6+ compatibility
| * | | | | | | | macremapper: linux 5.6+ compatibilityIlya Lipnitskiy2021-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | | | | | | Merge pull request #14600 from PolynomialDivision/update-node-exporterRosen Penev2021-02-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | prometheus-node-exporter-lua: update netstat
| * | | | | | | | | prometheus-node-exporter-lua: update netstatNick Hainke2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The snmp and netstat interface are enabled by default See: 4943bc5cff47a482c3010033e04c6d489a4b733c Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | | | 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 #14633 from qinyuhang/patch-1Rosen Penev2021-02-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dockerd: change dockerd start level to 99 to avoid unknown conflicts
| * | | | | | | | | | | dockerd: change start level to 99Yuhang Qin2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dockerd start too early will conflict with other net config. After boot must manually restart dockerd, Or some container will not run. Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>