aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* samplicator: update to latest master commit 2021-10-11Nick Hainke2022-10-27
| | | | | | | | | | | | | | | The newest master branch has important fixes. However, no new release is published [0]. Switch to git and update to latest master commit. This introduces new version scheme by using YYYY-MM-DD of the commit. In addition, add necessary "PKG_FIXUP" and "PKG_REMOVE_FILES" to allow compile the new version. Also add enable "PKG_BUILD_PARALLEL". Further, use a pidfile and remove outdated patches. https://github.com/sleinen/samplicator/issues/73 Signed-off-by: Nick Hainke <vincent@systemli.org>
* Merge pull request #19714 from turris-cz/libwebsockets-dependencyJosef Schlehofer2022-10-27
|\ | | | | libwebsockets: fix recursive dependency
| * libwebsockets: fix recursive dependencyJosef Schlehofer2022-10-26
|/ | | | | | | | | | | | | | | | | | While running `make menuconfig`, it was discovered then there is a recursive dependency like this: tmp/.config-package.in:59138:error: recursive dependency detected! tmp/.config-package.in:59138: symbol PACKAGE_libwebsockets-openssl is selected by PACKAGE_libwebsockets-mbedtls tmp/.config-package.in:59122: symbol PACKAGE_libwebsockets-mbedtls depends on PACKAGE_libwebsockets-openssl It is not possible with the recently added conflicts that two packages (OpenSSL and full variant, which uses OpenSSL as well), which are almost the same provides the same named package libwebsockets as their conflict - Mbed TLS. Fixes: 676c5c72b5eeb583da2603e399fac085fa442c59 ("libwebsockets: OpenSSL and mbedTLS variants should conflict") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* bandwidthd: fix time_t problemJean-Michel Lacroix2022-10-25
| | | | | | Fixes issu #19510 with the change in time_t with musl 1.2 Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* squeezelite: add opus codec supportRobert Högberg2022-10-25
| | | | Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* frr: update to latest 8.3.1 branchLucian Cristian2022-10-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* mariadb: Update to the latest version 10.9.3Michal Hrusecky2022-10-25
| | | | | | | | | | | | | | | | | | | | Update to the latest upstream version. For more details, see: https://mariadb.com/kb/en/changes-improvements-in-mariadb-109/ Added new dependency on libfmt. Following two patches dropped as the issues were fixed in upstream. * 130-c11_atomics.patch * 140-mips-connect-unaligned.patch The rest of the patches were refreshed. Don't need to disable cassandra and tokudb anymore as they were dropped from upstream tarball. Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* ci: update github actions to v3Christian Marangi2022-10-25
| | | | | | | Update checkout and upload-artifact action to v3 to mute nodejs deprecation warning. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* openfortivpn: update to 1.19.0Lucian Cristian2022-10-25
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* Merge pull request #19701 from turris-cz/libwebsockets-conflicts-providesJosef Schlehofer2022-10-25
|\ | | | | libwebsockets: full variant provides OpenSSL
| * libwebsockets: OpenSSL and mbedTLS variants should conflictJosef Schlehofer2022-10-25
| | | | | | | | | | | | | | They provide the same files, but they don't conflict to each other, this means that users can install them side by side. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * libwebsockets: full variant provides OpenSSLJosef Schlehofer2022-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | For some time, it is not possible to install ttyd and mosquitto-ssl at the same time, so let's solve it that libwebsockets-full provides libwebsockets-openssl. This allows to install ttyd and mosquitto at the same time. Also, we need to add conflict, because we should not have installed libwebsockets-openssl and libwebsockets-full at the same time as they provides the same files. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #19702 from turris-cz/lighttpd-fix-dummy-websocketJosef Schlehofer2022-10-25
|\ \ | | | | | | lighttpd: backport patch to fix dummy Sec-WebSocket-Key
| * | lighttpd: backport patch to fix dummy Sec-WebSocket-KeyJosef Schlehofer2022-10-25
| |/ | | | | | | | | | | It was requested in https://gitlab.nic.cz/turris/os/packages/-/issues/873 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #19699 from stangri/master-https-dns-proxyStan Grishin2022-10-24
|\ \ | | | | | | https-dns-proxy: add version information to binary
| * | https-dns-proxy: add version information to binaryStan Grishin2022-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add patches/020-cmakelists-add-version.patch (thanks @baranyaib90) to add version information to the binary and fix https://github.com/aarond10/https_dns_proxy/issues/149 * modify Makefile to add version information for the binary * rename patches/010-fix-cmakelists.patch for better readability * revert back to service restart in WAN/WAN6 trigger * update test.sh to test both init script and binary versions Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #19696 from stangri/master-simple-adblockStan Grishin2022-10-24
|\ \ \ | |/ / |/| | simple-adblock: service_triggers improvements
| * | simple-adblock: service_triggers improvementsStan Grishin2022-10-24
| | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | mariadb: Drop unused rundir fix socket dir permsMichal Hrusecky2022-10-24
|/ / | | | | | | | | | | | | | | | | We had been creating "rundir" but it was never used, probably leftover from some removed function. At the same time, we were setting quite strict rights to the socket directory (while comments sugested otherwise). Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* | Merge pull request #19691 from stangri/master-https-dns-proxyStan Grishin2022-10-24
|\ \ | | | | | | https-dns-proxy: bugfix: restore empty server; misc improvements
| * | https-dns-proxy: bugfix: restore empty server; misc improvementsStan Grishin2022-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | * bugfix: properly restore empty server config for dnsmasq (to address issue brought up in https://github.com/stangri/source.openwrt.melmac.net/pull/162) * better handling of non-existant wan/wan6 interface for triggers * add resolver url to ubus data for future-proofing WebUI js move Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | libmariadb: update to 3.1.18Nick Hainke2022-10-24
| |/ |/| | | | | | | | | | | The official download mirror does not host 3.1.12 anymore. Update to newest version to solve the issue. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #19669 from hgl/acmeToke Høiland-Jørgensen2022-10-24
|\ \ | | | | | | acme: refactor
| * | 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>
* | | adblock: update 4.1.5-4Dirk Brenken2022-10-24
| | | | | | | | | | | | | | | | | | * fixed broken oisd regex Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | docker-compose: Update to version 2.12.2Javier Marcet2022-10-23
| |/ |/| | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | samba4: update to 4.17.1Andrew Sim2022-10-23
| | | | | | | | | | | | | | | | * update to 4.17.1 * changelog: https://www.samba.org/samba/history/samba-4.17.1 * refresh patch Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | icu: bump to 72.1Hirokazu MORIKAWA2022-10-23
| | | | | | | | | | | | | | | | It updates to Unicode 15, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 42 locale data with various additions and corrections. ICU 72 adds technology preview implementations for person name formatting, as well as for a new version of message formatting based on a proposed draft Unicode specification. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | softflowd: use %lld for time_t alwaysSebastian Kemper2022-10-23
| | | | | | | | | | | | | | | | Add upstreamed patch to fix segmentation fault reported in [1]. [1] https://github.com/openwrt/packages/issues/19655 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | wsdd2: update to 2022-04-25Andrew Sim2022-10-23
| | | | | | | | Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | vnstat2: update to version 2.10Jan Hoffmann2022-10-23
| | | | | | | | Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* | node: bump to v16.18.0Hirokazu MORIKAWA2022-10-23
| | | | | | | | | | | | Update to v16.18.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | adblock: update 4.1.5-3Dirk Brenken2022-10-22
|/ | | | | | | * fixed search regression in DNS report * removed last shallalist pointers in the init help Signed-off-by: Dirk Brenken <dev@brenken.org>
* 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>