aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* acme: update changed packages' versionsGlen Huang2022-10-24
| | | | Signed-off-by: Glen Huang <i@glenhuang.com>
* acme: add dns_wait optionGlen Huang2022-10-24
| | | | | | | | | | | acme.sh by default use public DNS resolvers to check if TXT record was correctly added when using DNS-01. This can be undesirable in a private environment where the DNS server is not publicly accessible. This option allows bypassing such check and simply waiting for a specific length of time for the TXT record to take effect. Signed-off-by: Glen Huang <i@glenhuang.com>
* acme: fix staging optionGlen Huang2022-10-24
| | | | | | | Legacy use_staging option was not respected, and the example config still use the legacy name. Signed-off-by: Glen Huang <i@glenhuang.com>
* amce: use procd to restart servicesGlen Huang2022-10-24
| | | | | | | Directly calling `/etc/init.d/<service> reload` in a hotplug script can inadvertently start a stopped service. Signed-off-by: Glen Huang <i@glenhuang.com>
* acme: prevent concurrent running of acme getGlen Huang2022-10-24
| | | | | | Issuing certificates concurrently should not be supported. Signed-off-by: Glen Huang <i@glenhuang.com>
* acme: make package create dir /etc/ssl/acmeGlen Huang2022-10-22
| | | | | | | Since the dir is a standardized one, it should not be created dynamically Signed-off-by: Glen Huang <i@glenhuang.com>
* acme: not creating state_dir in MakefileGlen Huang2022-10-22
| | | | | | | Since state_dir can be customized, it should be create dynamically, which it already does. Signed-off-by: Glen Huang <i@glenhuang.com>
* gnupg: add PKG_CPE_IDNick Hainke2022-10-21
| | | | | | Add PKG_CPE_ID:=cpe:/a:gnupg:gnupg to allow scanning for CVEs. Signed-off-by: Nick Hainke <vincent@systemli.org>
* gnupg: update to 2.2.39Nick Hainke2022-10-21
| | | | | | Update to latest LTS version. Signed-off-by: Nick Hainke <vincent@systemli.org>
* adguardhome: Increase init start value to avoid network race conditionsJames White2022-10-21
| | | | Signed-off-by: James White <james@jmwhite.co.uk>
* xfrpc: allow server_addr ip and domainDengfeng Liu2022-10-21
| | | | Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* iputils: provide iputils-ping6 in iputils-pingMichal Vasilek2022-10-21
| | | | | | | | | | iputils-ping6 was a subpackage of the iputils package providing the ping4 and ping6 command before iputils was moved from core to packages. Currently ping4 and ping6 are replaced by ping -4/-6 and compatibility symlinks are only installed when explicitly told so with an option, but the functionality is always provided by iputils-ping. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* isc-dhcp: support sending explicit default routePhilip Prindeville2022-10-21
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* conntrack-tools: update to 1.4.7Nick Hainke2022-10-21
| | | | | | | | | | | | Release Notes: https://marc.info/?l=netfilter&m=166506855929074&w=2 Remove upstreamed: - 001-endianness_fix.patch (upstreamed: conntrackd: fix endianness bug in IPv4 and IPv6 address) - 002-conntrackd-do-not-include-conntrack-ID-in-hashtable-cmp.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
* python-certifi: bump to 2022.9.24Eneas U de Queiroz2022-10-21
| | | | | | This version updates the CA bundle, and needs urllib as dependency. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* AdGuardHome: update to v0.107.16YiZhen Choo2022-10-21
| | | | Signed-off-by: YiZhen Choo <yizhen.c02@gmail.com>
* docker-compose: Update to version 2.12.0Javier Marcet2022-10-21
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* uacme: update to 1.7.3Lucian Cristian2022-10-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* libreswan: update to 4.9Lucian Cristian2022-10-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nss: update to 4.84Lucian Cristian2022-10-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* nspr: update to 4.35Lucian Cristian2022-10-21
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* boinc: run the executable in ujailMarc Benoit2022-10-21
| | | | Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* v4l2rtspserver: upgrade to v0.3.7Michel Promonet2022-10-21
| | | | Signed-off-by: Michel Promonet <michel.promonet@free.fr>
* squeezelite: add SSL supportRobert Högberg2022-10-21
| | | | Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* python-docutils: bump to version 0.19Eneas U de Queiroz2022-10-21
| | | | | | | Package does not currently build because of distutil dependency. Fix this by updating to the latest version. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* Merge pull request #19660 from stangri/master-https-dns-proxyStan Grishin2022-10-21
|\ | | | | https-dns-proxy: bugfix: prevent creation of empty interface trigger
| * https-dns-proxy: bugfix: prevent creation of empty interface triggerStan Grishin2022-10-21
| | | | | | | | | | | | | | * When $wan/$wan6 are empty but double-quoted, it leads to creation of an interface trigger with empty interface Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #19658 from stangri/master-simple-adblockStan Grishin2022-10-21
|\ \ | | | | | | simple-adblock: remove unnecessary procd_add_reload_interface_trigger
| * | simple-adblock: remove unnecessary procd_add_reload_interface_triggerStan Grishin2022-10-21
| |/ | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | pdns: update to 4.7.0Peter van Dijk2022-10-21
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | zoneinfo: updated to the latest releaseVladimir Ulrich2022-10-21
|/ | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* Merge pull request #19635 from stangri/master-https-dns-proxyStan Grishin2022-10-20
|\ | | | | https-dns-proxy: bugfix: remove canary domains
| * https-dns-proxy: bugfix: remove canary domainsStan Grishin2022-10-20
| | | | | | | | | | | | | | | | | | | | | | * bugfix: canary domains persistence (as described in https://forum.openwrt.org/t/https-dns-proxy-canary-domain-persistance/139967) * minor: remove global variables and make them local in service_start/service_stop/service_triggers * minor: split DEFAULT_BOOTSTRAP into BOOTSTRAP_CF and BOOTSTRAP_GOOGLE for better code readability Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | adblock: update 4.1.5-2Dirk Brenken2022-10-20
|/ | | | | | | | * fixed broken/blocked oisd download links (switched to the official github mirror) * made sure that curl error out on http errors as well * removed obsolete compatibility stuff from init script Signed-off-by: Dirk Brenken <dev@brenken.org>
* Merge pull request #19633 from stangri/master-https-dns-proxyStan Grishin2022-10-19
|\ | | | | https-dns-proxy: bugfix: remove wan6 from procd triggers
| * https-dns-proxy: bugfix: remove wan6 from procd triggersStan Grishin2022-10-19
|/ | | | | | * fixes https://github.com/openwrt/packages/issues/19631 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* btop: add new packageTianling Shen2022-10-19
| | | | | | | Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* dnsproxy: Update to 0.45.4Tianling Shen2022-10-18
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #19623 from stangri/master-simple-adblockStan Grishin2022-10-18
|\ | | | | simple-adblock: update to 1.9.2-1
| * simple-adblock: update to 1.9.2-1Stan Grishin2022-10-18
| | | | | | | | | | | | | | | | | | | | | | | | * make PKG_VERSION of the init script readonly to remove shellcheck exception * replace exit with return in the the procd scripts per: https://github.com/openwrt/packages/pull/19617 * remove custom boot() function as it prevented creation of procd firewall object on start on boot * improve performance of allowing domains code Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | lighttpd: document crypto lib options in MakefileGlenn Strauss2022-10-18
| | | | | | | | Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | Merge pull request #19627 from dibdot/adblockDirk Brenken2022-10-18
|\ \ | | | | | | adblock: update 4.1.5
| * | adblock: update 4.1.5Dirk Brenken2022-10-18
| |/ | | | | | | | | | | | | | | | | | | | | | | * made the reporting/top statistics flexible, see "top_count" parm in CLI or in LuCI (default 10), fixes #19622 * added the new blocklist source cpbl (provided by PascalCoffeeLake@gmail.com) * added/separated Easylist/Easyprivacy blocklist sources (provided by PascalCoffeeLake@gmail.com) * added reg_jp blocklist_source (provided by PascalCoffeeLake@gmail.com) * removed the easylist addons from the other regional lists * removed the second/obsolete pl regional list and renamed the first one to "reg_pl" * updated the readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | irqbalance: update to 1.9.1Hannu Nyman2022-10-18
| | | | | | | | | | | | Update irqbalance version to 1.9.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | treewide: fix procd service inactiveTianling Shen2022-10-18
| | | | | | | | | | | | | | | | Exit directly will result procd service inactive and uci configuration changes are no longer monitored. Reported-by: Lvc Revincx <revincx233@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #19605 from TDT-AG/pr/20221014-zabbixFlorian Eckert2022-10-18
|\ \ | | | | | | zabbix: add sqlite3 support
| * | zabbix: add sqlite3 supportFlorian Eckert2022-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes it possible to build zabbix with sqlite3 support. Attention: By selecting "SQLite" as "Database Software" you are not able to build the zabbix-server and zabbix-server-frontend package anymore. This database is not supported for this service. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #19616 from TDT-AG/pr/20221022-mwan3Florian Eckert2022-10-18
|\ \ \ | | | | | | | | mwan3: update to version 2.11.3
| * | | mwan3: update to 2.11.3Florian Eckert2022-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | mwan3: only send disconnected event if interface was connected beforeFlorian Eckert2022-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Up to now on every interface down event a mwan3 disconnected event was send. This is wrong because if the interface was never connected, then a disconnected event should not get generated. This commit fixes this bug. Signed-off-by: Florian Eckert <fe@dev.tdt.de>