aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #17409 from alaviss/adguardhome-updateJosef Schlehofer2021-12-25
|\ | | | | adguardhome: update to 0.107.0
| * adguardhome: update to 0.107.0Hiếu Lê2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog available at: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.0 packr has been removed from build dependencies, per https://github.com/AdguardTeam/AdGuardHome/commit/c6888326b034daea9e69de5ee0a8f37aede45892#diff-2873f79a86c0d8b3335cd7731b0ecf7dd4301eb19a82ef7a1cba7589b5252261L2 Also added the ability to configure working directory location and moved the directory to /var. On most setups this should not change anything, as /var is symlinked to /tmp. The move mostly benefits setups where /var is configured to be persistent. The working directory is used by AdGuard to store persistent data like query logs, filter lists, etc. Data stored in this directory can get really huge, as such allowing this directory to be moved elsewhere (ie. an USB drive) is very beneficial. Co-authored-by: Dobroslaw Kijowski <dobo90@gmail.com> Co-authored-by: Jeffery To <jeffery.to@gmail.com> Signed-off-by: Hiếu Lê <leorize+oss@disroot.org>
* | usteer: fix PKG_SOURCE_DATEDavid Bauer2021-12-24
| | | | | | | | | | Reported-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: David Bauer <mail@david-bauer.net>
* | prometheus-node-exporter-lua: Added entropy.lua.Jonathan Davies2021-12-25
| | | | | | | | Signed-off-by: Jonathan Davies <jpds@protonmail.com>
* | Merge pull request #17388 from AuthorReflex/openvpn-2.5.5Josef Schlehofer2021-12-24
|\ \ | | | | | | openvpn: update to 2.5.5
| * | openvpn: update to 2.5.5Ivan Pavlov2021-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me / @mkrkn Compile tested: ramips/mt7620 TP-Link Archer C50 v1, ramips/mt7621 Xiaomi Mi router 3 Pro, ath79/generic TP-Link WDR-3500 Run tested: ramips/mt7620 TP-Link Archer C50 v1, ramips/mt7621 Xiaomi Mi router 3 Pro, ath79/generic TP-Link WDR-3500 openvpn: update to 2.5.5 use of CFG Spectre-mitigations in MSVC builds bring back OpenSSL config loading to Windows builds several build fixes, refer to https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | | Merge pull request #17427 from 1715173329/xrJosef Schlehofer2021-12-24
|\ \ \ | | | | | | | | xray-core: Update to 1.5.2
| * | | xray-core: Update to 1.5.2Tianling Shen2021-12-24
| | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #17426 from 1715173329/yqJosef Schlehofer2021-12-24
|\ \ \ \ | | | | | | | | | | yq: Update to 4.16.2
| * | | | yq: Update to 4.16.2Tianling Shen2021-12-24
| |/ / / | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | Merge pull request #17425 from 1715173329/dpJosef Schlehofer2021-12-24
|\ \ \ \ | |/ / / |/| | | dnsproxy: Update to 0.40.1
| * | | dnsproxy: Update to 0.40.1Tianling Shen2021-12-24
|/ / / | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #17389 from clayface/openldapFlorian Eckert2021-12-23
|\ \ \ | | | | | | | | openldap: hide configurables when libopenldap is not enabled
| * | | openldap: hide configurables when libopenldap is not enabledMatthew Hagan2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When openldap is not enabled, the following configurables remain present in the config: CONFIG_OPENLDAP_DEBUG=y \# CONFIG_OPENLDAP_CRYPT is not set \# CONFIG_OPENLDAP_MONITOR is not set \# CONFIG_OPENLDAP_DB47 is not set \# CONFIG_OPENLDAP_ICU is not set This patch adds a libopenldap dependency for these options, removing the above from .config when libopenldap is not used. Further, move these configurables to Config.in. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | adblock: 4.1.3-4Dirk Brenken2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | * fix backup dir creation in raw mode Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | geoipupdate: initial commitMatthew Hagan2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add MaxMind's geoipupdate utility. mmdb files are downloaded to /var/GeoIP by default. The user should update /etc/GeoIP.conf with their API key and DB choice, currently set to country only. So as not to exceed MaxMind's download limitations, the user should manually run the utility or set up a cron job. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | crowdsec-firewall-bouncer: remove crowdsec package dependencyKerma Gérald2021-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove un-necessary crowdsec package dependency, to be able to use crowdsec-firewall-bouncer independently from crowdsec local installation. (with remote API) Fix issue: https://github.com/openwrt/packages/issues/17406 Description: using crowdsec-firewall-bouncer on many OpenWRT devices connected with my domain LAPI server (which collect many crowdsec machines, mostly nginx), it works great. Actually, crowdsec package is not mandatory for that usage, it would be great if it was not a dependency. Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | gg: add new packageTianling Shen2021-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xray-core: Update to 1.5.1Tianling Shen2021-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | minizip: update to 3.0.4Rosen Penev2021-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | zabbix: update to 5.0.18Sergey V. Lobanov2021-12-21
| | | | | | | | | | | | | | | | | | | | | | | | Updated to latest 5.0 LTS minor release Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | sqlite: update to v3.37 (2021-11-27)Marius Dinu2021-12-21
| |_|/ |/| | | | | | | | Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* | | knot: update to 3.1.5Jan Hák2021-12-21
| | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | Merge pull request #17404 from mhei/php8-updateMichael Heimpold2021-12-21
|\ \ \ | | | | | | | | php8: update to 8.1.1
| * | | php8: update to 8.1.1Michael Heimpold2021-12-20
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | neon: update to 0.32.1Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | | | | | | | | | Add patch to get rid of xmlto dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | python-lxml: update to version 4.7.1Alexandru Ardelean2021-12-20
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #17395 from ↵Alexandru Ardelean2021-12-20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | mhei/fix-issue-17332-php8-pecl-http-compile-failure php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)
| * | | | php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)Michael Heimpold2021-12-19
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When cURL is built with OpenSSL as backend SSL/TLS library, pecl_http's configure tries to detect whether TLS 1.3 ciphers are enabled. This does not work when cross-compiling so let's pass it based on OpenSSL build configuration. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #17391 from clayface/logrotateAlexandru Ardelean2021-12-20
|\ \ \ \ | | | | | | | | | | logrotate: add logrotate.d to conffiles definition
| * | | | logrotate: add logrotate.d to conffiles definitionMatthew Hagan2021-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the contents of logrotate.d is not kept across sysupgrades. Add this directory to the conffiles definition to ensure its content is maintained. Bump the release as well. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | | | | alsa-utils: update to 1.2.6Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | alsa-ucm-conf: update to 1.2.6.2Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | alsa-lib: update to 1.2.6.1Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | tailscale: update to 1.18.2Wes Morgan2021-12-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Wes Morgan <git@wesmorgan.me>
* | | | | whois: update to 5.5.10Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | freetype: update to 2.11.1Rosen Penev2021-12-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #17376 from neheb/20Alexandru Ardelean2021-12-20
|\ \ \ \ \ | | | | | | | | | | | | jsoncpp: update to 1.9.5
| * | | | | jsoncpp: update to 1.9.5Rosen Penev2021-12-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #17378 from neheb/22Alexandru Ardelean2021-12-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | davfs2: update to 1.6.1
| * | | | | | davfs2: update to 1.6.1Rosen Penev2021-12-16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | uvol: update to 0.6Daniel Golle2021-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * auto-created meta volume Automatically create volume '.meta' sized 0.01% of the total space managed by uvol, the minimum size being 4 MiB. This volume should be used to keep metadata about stored volumes, such as container runtime configuration (in /var/run/uvol/.meta/uxc) or the database of installed container packages. * configurable LVM volume group Allow setting volume group to be used by uvol using UCI. This is useful on devices which do not boot off the device which should be used for uvol and hence cannot make use of autopart and physical volume detection based on kernel cmdline. Use option vg_name in uvol section of fstab UCI config package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | tgt: update to 1.0.81Maxim Storchak2021-12-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #17330 from flyn-org/selinuxJosef Schlehofer2021-12-19
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Update SElinux utilities
| * | | | | semodule-utils: update to 3.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | python3-networkx: update to 2.6.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | python3-libselinux: update to 3.3W. Michael Petullo2021-12-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | telegraf: update package to version 1.21.1Jonathan Pagel2021-12-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | | Merge pull request #17335 from mhei/migrate-bandwidthd-to-php8Michael Heimpold2021-12-19
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | bandwidthd: migrate dependencies to php8 (fixes #17296)
| * | | | | bandwidthd: migrate dependencies to php8 (fixes #17296)Michael Heimpold2021-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was forgotten when all other packages were upgraded to PHP8. So let's upgrade the dependencies here as well. Thanks to @feckert, for pointing this out. Signed-off-by: Michael Heimpold <mhei@heimpold.de>