aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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>
* | | Merge pull request #18095 from TDT-AG/pr/20220318-glib2Florian Eckert2022-03-21
|\ \ \ | | | | | | | | glib2: update version to 2.70.4
| * | | glib2: update version to 2.70.4Florian Eckert2022-03-21
| | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #18117 from mhei/php8-updateMichael Heimpold2022-03-21
|\ \ \ \ | | | | | | | | | | php8: update to 8.1.4
| * | | | php8: update to 8.1.4Michael Heimpold2022-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | cloudflared: Update to 2022.3.3Tianling Shen2022-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | yq: Update to 4.23.1Tianling Shen2022-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | xray-core: Update to 1.5.4Tianling Shen2022-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | gnunet-fuse: update to 0.16.0Daniel Golle2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only notable change since 0.14.0 is that pthread_mutexattr_setkind_np() is now no longer used. pthread_mutexattr_setkind_np() is deprecated and non-standard. The standard version is called pthread_mutexattr_settype() Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | gnunet: update to 0.16.2Daniel Golle2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release for gnunet 0.16.1. Noteworthy changes in 0.16.2 (since 0.16.1) DHT: Fix path signature handling. GNS: Fix BOX handling in zone apex. NAMESTORE: Prevent storing under invalid labels. Buildsystem: Fix build on *BSD and Guix. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | poemgr: add packageDavid Bauer2022-03-21
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Add the poemgr package. This package is required to control the PSE controller for the PoE outputs on the Ubiquiti UniFi Switch Flex. Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | Merge pull request #18106 from mhei/mmc-utils-updateMichael Heimpold2022-03-20
|\ \ \ \ | | | | | | | | | | mmc-utils: update to latest upstream revision
| * | | | mmc-utils: update to latest upstream revisionMichael Heimpold2022-03-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #18109 from mhei/php8-pecl-http-updateMichael Heimpold2022-03-20
|\ \ \ \ \ | | | | | | | | | | | | php8-pecl-http: update to 4.2.2
| * | | | | php8-pecl-http: update to 4.2.2Michael Heimpold2022-03-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | Merge pull request #18116 from hnyman/opingHannu Nyman2022-03-20
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | liboping: fix compilation with ncurses 6.3
| * | | | | liboping: fix compilation with ncurses 6.3Hannu Nyman2022-03-20
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation with ncurses 6.3 by adjusting the printf format strings. Apparently ncurses 6.3 introduced some new formatting tweaks that broke things. Fixes #18110 Reference to: * https://github.com/octo/liboping/issues/62 * https://github.com/octo/liboping/pull/61 * https://salsa.debian.org/debian/liboping/-/blob/debian/debian/patches/fix_HOST_PRINTF_format_string.patch Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | rclone: Update to 1.58.0Tianling Shen2022-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing call for rclone-config. Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | postgresql: update to 14.2Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor release with a large number of fixes and small changes. See release notes[1] for details. [1]: https://www.postgresql.org/docs/release/14.2/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | perl-net-dns: update to version 1.33Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **** 1.33 Dec 16, 2021 Fix rt.cpan.org #137768 Test t/05-SVCB.t on Perl 5.18.0 fails with deep recursion. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | lvm2: update to 2.03.15Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 2.03.15 - 07th February 2022 ==================================== Remove service based autoactivation. global/event_activation = 0 is NOOP. Improve support for metadata profiles for --type writecache. Use cache or active DM device when available with new kernels. Introduce function to utilize UUIDs from DM_DEVICE_LIST. Increase some hash table size to better support large device sets. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libinput: update to 1.19.3Daniel Golle2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ed79e4fa quirks: changes touchpad pressure Lenovo Yoga 2 Pro 797a66c1 doc/user: fix broken link to "Observations on trackpoint input data" 7db2a339 quirks: add ModelBouncingKeys for A4Tech X-710BK Mouse 5e7bae44 quirks: Dell 15R touchpad settings for firmware v3 54275910 gestures: cancel hold gestures on thumb detection 033aee76 doc/user: fix broken link to systemd 60-evdev.hwdb Signed-off-by: Daniel Golle <daniel@makrotopia.org>