aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dhcpcd: bump to 9.4.1Marko Ratkaj2022-03-30
| | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* yara: bump to 4.2.0Marko Ratkaj2022-03-30
| | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* squid: bump to 4.17Marko Ratkaj2022-03-30
| | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* sysstat: bump to 12.4.5Marko Ratkaj2022-03-30
| | | | Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
* Merge pull request #18112 from graysky2/gnutlsStijn Tintel2022-03-31
|\ | | | | gnutls: Update to 3.7.4
| * gnutls: Update to 3.7.4John Audia2022-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to latest upstream release. Rebased existing patches. This version introduces certificate compression support, and with that, optional dependencies on zlib and zstd. When configure picks them up, build will fail due to missing dependencies: Package libgnutls is missing dependencies for the following libraries: libz.so.1 libzstd.so.1 Disable zlib and zstd support to avoid that. Signed-off-by: John Audia <graysky@archlinux.us> [disable zlib and zstd] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * gnutls: update to 3.7.2Rosen Penev2022-03-30
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * gnutls: add build dependency on gettext-full/hostStijn Tintel2022-03-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gnutls package uses the gettext-version fixup, which is only available if gettext-full/host has been built. Add the missing build dependency to fix these errors: bash: line 1: /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/gettext: No such file or directory bash: line 1: /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/autopoint: No such file or directory It also prevents configure from using host gettext: checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge vs: checking for msgfmt... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/msgfmt checking for gmsgfmt... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/gmsgfmt checking for xgettext... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/xgettext checking for msgmerge... /home/stijn/Development/OpenWrt/openwrt/staging_dir/hostpkg/bin/msgmerge Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * gnutls: enable AUTORELEASEStijn Tintel2022-03-30
|/ | | | | | | Enable AUTORELEASE in a separate commit so that the next commit can be reverted without having to manually re-introduce it. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* python3-paramiko: update to version 2.10.3Javier Marcet2022-03-30
| | | | | | | | | | | | | | | | | | | | 2.10.2: - [Bug] Fix Python 2 compatibility breakage introduced in 2.10.1. Spotted by Christian Hammond. 2.10.3: - [Bug] Switch from module-global to thread-local storage when recording thread IDs for a logging helper; this should avoid one flavor of memory leak for long-running processes. Catch & patch via Richard Kojedzinszky. - [Bug] Certificate-based pubkey auth was inadvertently broken when adding SHA2 support; this has been fixed. Reported by Erik Forsberg and fixed by Jun Omae. Signed-off-by: Javier Marcet <javier@marcet.info>
* ctop: update to 0.7.7Javier Marcet2022-03-30
| | | | | | | | | | | | - Adds uptime column - CPU bar color thresholds update - Updated container status icons - Optimize health status event handling - Adds ppc64le build - Adds "open in browser" menu option - Fix CPU count estimation Signed-off-by: Javier Marcet <javier@marcet.info>
* docker-compose: Update to version 2.3.4Javier Marcet2022-03-30
| | | | | | | | | | | | | | | | | | | What's Changed: - don't fail trying to remove container with no candidate by @ndeloof - recreate container after image has been rebuilt/pulled by @ndeloof - ps: un-deprecate --filter, and enhance docs by @thaJeztah - Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by @dependabot - Remove DEPRECATED text, since it's just the default by @ulyssessouza - Bump Buildx to v0.8.0 by @ndeloof - kill only need project name by @ndeloof - don't remove external volumes/networks by @ndeloof - use docker/cli RunExec and RunStart to handle all the interactive/tty/* terminal logic by @ndeloof - Validate doc on pr by @glours Signed-off-by: Javier Marcet <javier@marcet.info>
* jool: update to 4.1.8Tiago Gaspar2022-03-29
| | | | | | Update jool to the latest version. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* libmbim: switch to meson build toolsMaxim Anisimov2022-03-29
| | | | | | | | | Using https://gitlab.freedesktop.org/mobile-broadband/libmbim.git to download the source code. Enabled lto and additional gcc flags for perfomance and less size. Modified to use meson as upstream has abandoned autotools. Removed BUILD_PARALLEL options. These are default with ninja/meson. Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* sslh: update to v1.22cMartin Moreno2022-03-29
| | | | | | | | | | Change notes: Updated Makefile package version and hash. Added libpcre2 dependency Removed USELIBPCRE make flag (no longer optional within sslh) Updated patch 001 to work with new sslh Makefile Signed-off-by: Martin Moreno <fett3270@yahoo.com>
* libqmi: switch to meson build toolsMaxim Anisimov2022-03-28
| | | | | | | | | | | Using https://gitlab.freedesktop.org/mobile-broadband/libqmi.git to download the source code. Enabled lto and additional gcc flags for perfomance and less size. Added support for selecting qmi message collection. Selected basic qmi message collection by default (modemmanager requires it). Modified to use meson as upstream has abandoned autotools. Removed BUILD_PARALLEL options. These are default with ninja/meson. Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* vala: update to version 0.56.0 (LTS version)Josef Schlehofer2022-03-28
| | | | | | | | | | | | According, to the project website [1], we were not using long-term version, but stable one. Let's use LTS version. Changelog can be found on their GitLab [2]. [1] https://wiki.gnome.org/Projects/Vala [2] https://gitlab.gnome.org/GNOME/vala/raw/0.56/NEWS Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* ap51-flash: update to version 2022.0Sven Eckelmann2022-03-28
| | | | | | | | | | | | | | | | * Improve listing of ethernet devices under Linux * Add support for modern Npcap DLLs * Fix embedding of images with modern GCC versions * coding style cleanups and refactoring * added support for: - Datto AP440 - Datto AP840 - Datto AP840E - Datto TW420 - Plasma Cloud PAX1800 Signed-off-by: Sven Eckelmann <sven@narfation.org>
* ap51-flash: use $(AUTORELEASE) for PKG_RELEASESven Eckelmann2022-03-28
| | | | | | | Use `$(AUTORELEASE)` variable rather than setting a PKG_RELEASE on every commit manually. Signed-off-by: Sven Eckelmann <sven@narfation.org>
* pdns-recursor: update to 4.6.1Peter van Dijk2022-03-28
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* pdns: update to 4.6.1Peter van Dijk2022-03-28
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* libqrtr-glib: Makefile polishingMaxim Anisimov2022-03-28
| | | | | | | Enabled lto and additional gcc flags for perfomance and less size. Removed BUILD_PARALLEL options. These are default with ninja/meson. Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* uacme: always include ualpnLucian Cristian2022-03-28
| | | | | | with mbetls update we can have ualpn on any variant Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* golang: Update to 1.18, update patchJeffery To2022-03-28
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* v2raya: fix panic in go 1.18Tianling Shen2022-03-28
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* yq: Update to 4.24.2Tianling Shen2022-03-28
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* prometheus-node-exporter-lua: add netclass.lua collectorRené Treffer2022-03-28
| | | | | | | All current node_exporter netclass metrics will be available. This includes speed metrics per lan port on supported DSA switches. Signed-off-by: René Treffer <treffer@measite.de>
* Merge pull request #18172 from TDT-AG/pr/20220328-mwan3Florian Eckert2022-03-28
|\ | | | | mwan3: fix sticky chain length
| * mwan3: fix sticky chain lengthFlorian Eckert2022-03-28
|/ | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* poemgr: fix conffiles pathStijn Tintel2022-03-28
| | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* python3: Update to 3.10.4Jeffery To2022-03-28
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* dnsproxy: Update to 0.42.0Tianling Shen2022-03-27
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #18093 from AuthorReflex/ovpn-2.5.6Hannu Nyman2022-03-27
|\ | | | | openvpn: update to 2.5.6
| * openvpn: update to 2.5.6Ivan Pavlov2022-03-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 bugfix release including one security fix ("Disallow multiple deferred authentication plug-ins.", CVE: 2022-0547) several build fixes, refer to https://github.com/OpenVPN/openvpn/blob/release/2.5/Changes.rst Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | cloudflared: Update to 2022.3.4Tianling Shen2022-03-27
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | gnunet: work-around sysupgrade restore missing file ownershipsDaniel Golle2022-03-26
| | | | | | | | | | | | | | | | Make sure /etc/gnunet and all its files and sub-directories are owned by gnunet:gnunet. This is somehow necessary as file ownership otherwise doesn't survive sysupgrade. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | vala: update to version 0.54.8Josef Schlehofer2022-03-26
| | | | | | | | | | | | | | Changelog: https://gitlab.gnome.org/GNOME/vala/raw/0.54/NEWS Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Jinja2: add Josef as the maintainer of this packageDaniel Golle2022-03-24
| | | | | | | | | | | | | | | | | | It seems that Turris guys is using this package in the Turris OS, where it is used for reForis (simple, basic UI for users) Signed-off-by: Daniel Golle <daniel@makrotopia.org> [replace Daniel as maintainer, add commit message] Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | Flask: use AUTORELEASEJosef Schlehofer2022-03-24
| | | | | | | | | | | | This helps in cases, when someone forgets to bump PKG_RELEASE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Flask: add Josef as the maintainer of this packageDaniel Golle2022-03-24
| | | | | | | | | | | | | | | | | | It seems that Turris guys is using this package in the Turris OS, where it is used for reForis (simple, basic UI for users) Signed-off-by: Daniel Golle <daniel@makrotopia.org> [replace Daniel as maintainer, add commit message] Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | libudev-zero: update to version 1.0.1Daniel Golle2022-03-24
| | | | | | | | | | | | The new version includes all previously locally backported patches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gpgme: update to version 1.17.1Daniel Golle2022-03-24
| | | | | | | | | | | | Remove backported patch which is now included in the upstream release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | adblock: 4.1.3-7Dirk Brenken2022-03-24
| | | | | | | | | | | | | | * removed discontinued source 'gaming' * changed url of source 'reg_kr' Signed-off-by: Dirk Brenken <dev@brenken.org>
* | gost_engine: adapt to new openssl UCI configEneas U de Queiroz2022-03-24
| | | | | | | | | | | | | | OpenSSL now uses UCI to enable and disable engines, and engine packages need to adapt. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | afalg_engine: adapt to new openssl UCI configEneas U de Queiroz2022-03-24
| | | | | | | | | | | | | | OpenSSL now uses UCI to enable and disable engines, and engine packages need to adapt. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | Merge pull request #18137 from ynezz/ynezz/gh-action-sdk-v4Petr Štetiar2022-03-24
|\ \ | | | | | | ci: use openwrt/gh-action-sdk@v4
| * | ci: use openwrt/gh-action-sdk@v4Petr Štetiar2022-03-24
|/ / | | | | | | | | | | | | In order to use feeds from GH mirror for GH actions, thus saving a lot of resources being wasted. While at it fix whitespace issue. Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | telegraf: Update to version 1.22.0Jonathan Pagel2022-03-24
| | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | xl2tpd: bump to version 1.3.17Yousong Zhou2022-03-24
| | | | | | | | | | | | The typo fix patch was merged upstream Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | spice-protocol: bump to version 0.14.4Yousong Zhou2022-03-24
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>