aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* php7-pecl-dio: migrate package to php8-pecl-dioMichael Heimpold2021-12-09
| | | | | | This package is compatible with php8, so let's migrate it. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #17293 from Itus-Shield/nssStijn Tintel2021-12-09
|\ | | | | nss: update to 3.73
| * nss: update to 3.73Donald Hoskins2021-12-09
|/ | | | | | | | | Update to 3.73 to alievate critical vulnerability CVE-2021-43527: Memory corruption via DER-encoded DSA and RSA-PSS signatures https://www.mozilla.org/en-US/security/advisories/mfsa2021-51/ Signed-off-by: Donald Hoskins <grommish@gmail.com>
* hwdata: update to version 0.354Josef Schlehofer2021-12-08
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* docker-compose: Update to version 2.2.2Javier Marcet2021-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's Changed: - Return an error when failing to list containers by @ulyssessouza - compose logs to notify printer about container lifecycle events by @ndeloof - Turn external volume usage into a warning instead of erroring by @ulyssessouza - Use filepath instead of path to check if the dockerfile path is abolute or not by @glours - Upgrade version of opencontainers/image-spec (security issue) by @glours - Merge and fix Convert function from docker/compose-switch by @ulyssessouza - Fix to use Key instead of Service for graph updates by @Mygao - Fix links resolution by @ulyssessouza - Don't check compose labels on external volumes by @ndeloof - Refactoring variable name by @ulyssessouza - Add multiargs build e2e tests by @ulyssessouza Signed-off-by: Javier Marcet <javier@marcet.info>
* tvheadend: update to git master 2021-11-16, package cleanup, more optionsMarius Dinu2021-12-07
| | | | | | | | | | | | | | | | | | | | | | Changes: - Update to tvheadend git master branch, commit 2efe90cdcf74fdc4179692d283cf46c85e1cf681 dated 2021-11-16 - Removed patches that are not needed anymore. - Add patch to ignore a ICONV test that runs at tvheadned startup. This test fails without "full language support" in OpenWrt, but tvheadend appears to run fine anyway. - Descrambling needs libdvbcsa, a BUILD_PATENTED package. Control Word clients now depend on descrambling. - Added options: - CCCAM client - RegEx library choice: POSIX (internal) / libpcre (more compatible) / libpcre2 - Optimize for speed (-O3, LTO) - FFMPEG is working again. Added options for transcoding, but commented-out. If anyone needs this, just uncomment, make menuconfig and build. - Sort everything in a more logical order Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
* knot-resolver: update to version 5.4.3Josef Schlehofer2021-12-07
| | | | | | | Release notes: https://www.knot-resolver.cz/2021-12-01-knot-resolver-5.4.3.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* knxd: bump to upstream version 0.14.52Othmar Truniger2021-12-07
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #17271 from mhei/php81-updateMichael Heimpold2021-12-07
|\ | | | | php8: update to 8.1.0
| * php8: update to 8.1.0Michael Heimpold2021-12-06
| | | | | | | | | | | | | | | | | | | | Also update patches and remove obsolete ones. We also need to add one to prevent mod_php to be enabled by apxs in configuration file. While at, remove the VARIANT setting for pecl extensions. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | zerotier: update to 1.8.4Moritz Warning2021-12-06
| | | | | | | | | | | | | | Also remove patch to fix uClibc-ng, since it is not in openwrt anymore. Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | cni-route-override: new packageOskari Rauta2021-12-06
| | | | | | | | | | | | | | route-override IPAM works as meta CNI plugin to override IP route given by previous CNI plugins. It is useful in a case with network-attachment-definition. Currently route-override verified its feature with podman and crio(with Kubernetes). Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | Merge pull request #17262 from TDT-AG/pr/20211203-minicomFlorian Eckert2021-12-06
|\ \ | | | | | | minicom: remove PKG_FIXUP:autoreconf
| * | minicom: remove PKG_FIXUP:autoreconfFlorian Eckert2021-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The definition PKG_FIXUP=:autorenconf is no longer necessary. If this option is not removed, I get the following compilation error warning. configure.ac:125: warning: macro 'AM_GNU_GETTEXT' not found in library configure.ac:126: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library And the compilation stops with the following message. ./configure: line 6690: syntax error near unexpected token `external' ./configure: line 6690: `AM_GNU_GETTEXT(external)' Removing the PKG_FIXUP solves this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | htop: update to 3.1.2-1John Audia2021-12-06
| | | | | | | | | | | | | | | | | | | | | Build-tested: x86/64 Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <graysky@archlinux.us>
* | | coremark: add myself as maintainerAleksander Jan Bajkowski2021-12-06
| | | | | | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | coremark: bump to 2021-11-17Aleksander Jan Bajkowski2021-12-06
| | | | | | | | | | | | Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
* | | speedtestpp: add new packageOskari Rauta2021-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SpeedTest++ Yet another unofficial speedtest.net client cli interface For users who instead of python based speedtest client want to use something that was written in c++... Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | yq: Update to 4.16.1Tianling Shen2021-12-05
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | slirp4netns: update to version 1.1.12Oskari Rauta2021-12-05
| |/ |/| | | | | | | | | | | | | | | Most recent changes: - Explicitly support DHCP - Update parson to v1.1.3 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | Merge pull request #17251 from flyn-org/php7-pecl-sodiumMichael Heimpold2021-12-04
|\ \ | | | | | | php7-pecl-sodium: add new package
| * | php7-pecl-sodium: add new packageW. Michael Petullo2021-12-02
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | msmtp: update to version 1.8.1.9Josef Schlehofer2021-12-04
| |/ |/| | | | | | | | | | | Changelog: https://marlam.de/msmtp/news/msmtp-1-8-19/ Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #17137 from oskarirauta/banipDirk Brenken2021-12-03
|\ \ | | | | | | banip: update nginx matching
| * | banip: update nginx matchingOskari Rauta2021-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently banip matches nginx log entries starting with nginx[number]:... I am running a containerized nginx with alpine as base, which ends up adding log entries without [number] part.. like this: nginx:... This patch updates regex for nginx log entry search to include both versions. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | nextdns: Update to version 1.37.7Olivier Poitrey2021-12-03
| | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | nextdns: Update to version 1.37.6Olivier Poitrey2021-12-02
| | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | cloudreve: Update to 3.4.2Tianling Shen2021-12-02
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | slirp4netns: new packageOskari Rauta2021-12-01
| | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #17247 from jow-/zerotier-reload-triggerJo-Philipp Wich2021-12-01
|\ \ \ | | | | | | | | zerotier: add configuration reload trigger
| * | | zerotier: add configuration reload triggerJo-Philipp Wich2021-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure that the zerotier service is automatically restarted when the uci configuration is modified. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | libslirp: new packageOskari Rauta2021-12-01
|/ / / | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #17243 from cotequeiroz/rcssminAlexandru Ardelean2021-12-01
|\ \ \ | |_|/ |/| | python-rcssmin: bump to version 1.1.0
| * | python-rcssmin: bump to version 1.1.0Eneas U de Queiroz2021-11-30
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relevant changes: * quoted data urls which are not base64 encoded keep their spaces now * accept bytes and text as input. All other types now raise a TypeError * update python & gcc support * python version will only accept the C implementation if the versions match exactly. This should prevent using older installed C versions. Along with the version bump: - update maintainer email address - use $(AUTORELEASE) Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | Merge pull request #17242 from rs/nextdns-1.37.5-masterStan Grishin2021-11-30
|\ \ | | | | | | nextdns: Update to version 1.37.5
| * | nextdns: Update to version 1.37.5Olivier Poitrey2021-11-30
|/ / | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | ddns-scripts: Add script for TransIP.nlMartijn Atema2021-11-30
| | | | | | | | | | | | Signed-off-by: Martijn Atema <martijn@atema.one> Signed-off-by: Florian Eckert <fe@dev.tdt.de> - PKG_RELEASE number updated
* | ddns-scripts: use HTTPS for spdynPeter Gransdorfer2021-11-30
| | | | | | | | | | | | Signed-off-by: Peter Gransdorfer <peter.gransdorfer@cattronix.com> Signed-off-by: Florian Eckert <fe@dev.tdt.de> - PKG_RELEASE number updated
* | Merge pull request #17228 from giannoug/fix-doFlorian Eckert2021-11-30
|\ \ | | | | | | ddns-scripts: Fix DigitalOcean JSON payload
| * | ddns-scripts: Fix DigitalOcean JSON payloadGeorge Giannou2021-11-29
| | | | | | | | | | | | Signed-off-by: George Giannou <giannoug@gmail.com>
* | | Merge pull request #17206 from cotequeiroz/seafile-brokenAlexandru Ardelean2021-11-29
|\ \ \ | | | | | | | | treewide: mark django1 and dependents BROKEN
| * | | treewide: mark django1 and dependents BROKENEneas U de Queiroz2021-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django 1.x is not compatible with python 3.10. Mark the package as BROKEN. Since its dependent packages will also select it, they will need to be marked BROKEN as well to avoid recursive dependencies--packages not marked as BROKEN will be able to select the broken package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | fatresize: add new packageOskari Rauta2021-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fatresize is a small tool using libparted to resize FAT type partitions. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | mariadb: Create compatibility symlinksMichal Hrusecky2021-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For every mysql* binary create corresponding mariadb binary and vice versa. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | mariadb: Install all supporting sql filesMichal Hrusecky2021-11-29
| | | | | | | | | | | | | | | | | | | | | | | | Do not pick just few random SQL files to install, install all of them. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | mariadb: Tweak default configurationMichal Hrusecky2021-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove from default configuration options that are compiled in like default paths and character set. On the other hand add few examples of tweak options that might be handy. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | mariadb: Init script improvementsMichal Hrusecky2021-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update init script so other user/group can be used. Also make sure that init script can actually create an empty database instead of forcing the user to do it by hand. Other new feature is taking care of migration of the database when upgrading the database. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | mariadb-common: Drop package and adjust configurationMichal Hrusecky2021-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The raison d'ĂȘtre of package mariadb-common was to provide common my.cnf config file that was being used to include subdirectories and then to push utf-8 as default everywhere. Let's make this file part of the server package as there we actually set other options as well and drop it from all clients. Instead let's set utf-8 as default in server, client and client libraries. While at it also set socket to the more common path and drop mysqld_safe script from the list of configuration files and do other minor tweaks. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | conmon: remove unnecessary dependencyOskari Rauta2021-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | this patch removes unnecessary dependency to golang/host as pointed out by @jefferyto earlier at #17063 (comment) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | ovpn-dco: Avoid building against musl headersSven Eckelmann2021-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The musl headers contain defines which are incompatible with kernel builds. For example alltypes.h contain a __BIG_ENDIAN define. This will force various kernel functions/macros to be build in a way which requires the target system to be big endian. But if the target system is actually little endian, these function will then not perform there intended tasks. The actual (hard to debug) effects can vary between minor problems and fatal errors. This is port of the fix from OpenWrt's commit 9ac47ee46918 ("build: use -nostdinc and -isystem in NOSTDINC_FLAGS for out-of-tree kernel modules") Fixes: 17cd1793bbec ("ovpn-dco: Add package") Signed-off-by: Sven Eckelmann <sven@narfation.org>