aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | 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>
* | | | | ovn: bump to version 22.03.0Yousong Zhou2022-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libovn now depends on libopenvswitch since ovn 21.09.0 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | openvswitch: bump to version 2.17.0Yousong Zhou2022-03-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #18055 from pprindeville/bind-subpackage-ddns-confgenPhilip Prindeville2022-03-23
|\ \ \ \ \ | | | | | | | | | | | | bind: add subpackaging for ddns-confgen
| * | | | | bind: add subpackaging for ddns-confgenPhilip Prindeville2022-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ddns-confgen is a useful tool for generating partial zones for transfer/update in dynamic DNS (ddns) scenarios. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | openvswitch: bump to 2.15.3Stijn Tintel2022-03-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | openvswitch: enable AUTORELEASEStijn Tintel2022-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | frr: update to 8.2.2 branchLucian Cristian2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | nano: provide nano-full with most features enabledHannu Nyman2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide a new variant, nano-full, that enables almost all functionality of nano. Only libmagic file type detection has been left out. Ship with a minimal /etc/nanorc that the user can modify. nanorc documentation at https://www.nano-editor.org/dist/latest/nanorc.5.html Provide color highlighting for the uci config files. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | Merge pull request #18129 from neheb/8Hannu Nyman2022-03-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | horst: fix compilation with ncurses 6.3 Looks like a trivial fix due to ncurses 6.3. Similar actions will be needed for some other packages, too. Merging.
| * | | | | | horst: fix compilation with ncurses 6.3Rosen Penev2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | uvol: fix list output on LVM backendDaniel Golle2022-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'uvol list' was broken when introducing support for the hidden volumes. Fix that by not using 'continue' keyword to break the loop (as that lead to skipping 'json_select ..') and using if-clause instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | powertop: update to 2.14Rosen Penev2022-03-22
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream switched to github. Fix license information. Backport patch for ncurses 6.3. Remove other backported patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #18121 from jefferyto/python-3.10.3Alexandru Ardelean2022-03-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3: Update to 3.10.3, refresh patches
| * | | | | | python3: Update to 3.10.3, refresh patchesJeffery To2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for: * Windows builds updated to bzip2 1.0.8 to mitigate CVE-2016-3189 and CVE-2019-12900 * CVE-2022-26488: Escalation of privilege via Windows Installer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | auc: only add filesystem type if it is knownDaniel Golle2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent NULL-pointer on older versions of OpenWrt. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | auc: bump to version 0.2.5Daniel Golle2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Request root filesystem type to since it is possible now after https://github.com/openwrt/asu/commit/9d8467a748aaa954b27eb3a471ae8a8303abc47a Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | zoneinfo: updated to the latest releaseVladimir Ulrich2022-03-21
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>