aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | pulseadio: fix conffiles for pulseadio-daemon-avahi packageJosef Schlehofer2022-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 60ac7dd751240fa096a85794023b18f26a8317da ("pulseaudio: simplify and rework Makefile") Reported-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #19756 from TDT-AG/pr/20221031-ovpn-compressFlorian Eckert2022-11-03
|\ \ \ \ | | | | | | | | | | openvpn: add possibility to set param "compress" without algorithm
| * | | | openvpn: add possibility to set param "compress" without algorithmMartin Schiller2022-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some situations you need to set the compress param without an algorithm. Compression will be turned off, but the packet framing for compression will still be enabled, allowing a different setting to be pushed later. As it is not possible to have options with optional values at the moment, I've introduced a pseudo value "frames_only" which will be removed in the init script. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | | mpd: depend the full variant on pulseaudio instead of pulseaudio-daemonSzabolcs Hubai2022-11-03
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The full variant of mpd depends on pulseaudio-daemon, so it was not possible to use the other pulseaudio variant with avahi. Both pulseaudio daemons provides package pulseaudio, so users can choose which variant suits them best. Let's change the dependency to pulseaudio. Fixes: #19187 Fixes: 2ed62adc5914 ("mpd: enable pulseaudio in full package") Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
* | | | Merge pull request #19769 from mhei/php8-update-8.1.12Michael Heimpold2022-11-03
|\ \ \ \ | |_|/ / |/| | | php8: update to 8.1.12
| * | | php8: update to 8.1.12Michael Heimpold2022-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes: - CVE-2022-31630 - CVE-2022-37454 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #19770 from stangri/master-curlStan Grishin2022-11-02
|\ \ \ \ | |/ / / |/| | | curl: bugfix: building as selected package doesn't break build
| * | | curl: bugfix: building as selected package doesn't break buildStan Grishin2022-11-02
|/ / / | | | | | | | | | | | | | | | | | | * Reported-by: Chen Minqiang <ptpt52@gmail.com> * details [here](https://github.com/openwrt/packages/commit/88009b2d5e394c1822ec55734b63b434981a2a9d#commitcomment-88604318) Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | knot: update to version 3.2.2Jan Hák2022-11-01
| | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | pulseaudio: change homepage URLs to freedesktop.orgJosef Schlehofer2022-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | The previous used domain http(s)://pulseaudio.org redirects to https://www.freedesktop.org/wiki/Software/PulseAudio/ This change enforces to use HTTPS everywhere for homepage URLs Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | pulseaudio: use AUTORELEASE variableJosef Schlehofer2022-11-01
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | pulseaudio: daemons should conflict to each otherJosef Schlehofer2022-11-01
| | | | | | | | | | | | | | | | | | | | | | | | It should not be possible to install pulseaudio-daemon and pulseadio-daemon-avahi at the same time as they have the same files. Let's avoid that situation by adding conflict. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | pulseaudio: simplify and rework MakefileJosef Schlehofer2022-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were two conffiles sections and both of them were same, but for different variants. We can have just one conffile section and use it also for the other variant. The same applies for the install section for different variants. - We have two install sections, but we call the first one with the same files and then add something more for the second variant. - While at it to make it easier, let's change those three rows for copying packages into the single one to make sure that I did not miss anything. Also, we create a directory first and then move files. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | libedit: update to version 20221030-3.1Jan Hák2022-11-01
| | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | sudo: bump to version 1.9.12Alexandru Ardelean2022-10-31
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | kadnode: fix newlines in config fileMoritz Warning2022-10-31
| | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | rclone: Update to 1.60.0Tianling Shen2022-10-31
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | ibrdtnd: run through dos2unixRosen Penev2022-10-31
| | | | | | | | | | | | | | | | | | This patch uses CRLF line endings for some reason... Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | cloudflared: Update to 2022.10.3Tianling Shen2022-10-31
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | yq: Update to 4.29.2Tianling Shen2022-10-31
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | openobex: remove CXX patchRosen Penev2022-10-31
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | knxd: bump to new upstream version 0.14.54Othmar Truniger2022-10-31
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | apcupsd: remove header file patchRosen Penev2022-10-31
| | | | | | | | | | | | | | | | | | Seems to be from a time when pkgconfig returned the wrong path. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #19747 from stangri/master-curlStan Grishin2022-10-31
|\ \ \ | |/ / |/| | curl: include nls.mk
| * | curl: include nls.mkStan Grishin2022-10-31
|/ / | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #19745 from stangri/master-curlStan Grishin2022-10-30
|\ \ | | | | | | curl: update to 7.86.0
| * | curl: update to 7.86.0Stan Grishin2022-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 7.86.0: https://curl.se/changes.html#7_86_0 * remove 300-curl-wolfssl.m4-error-out-if-wolfSSL-is-not-usable.patch as it was fixed upstream: https://github.com/curl/curl/pull/9682 * update configure options for OpenSSL as --without-ssl is breaking build * remove --without-libidn configure arg as it's no longer recognized Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | python3-pytz: bump to version 2022.5Alexandru Ardelean2022-10-30
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | pillow: bump to version 9.3.0Alexandru Ardelean2022-10-30
|/ / | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #19736 from champtar/phantap-lacpEtienne Champetier2022-10-30
|\ \ | | | | | | phantap: update to latest commit
| * | phantap: update to latest commitEtienne Champetier2022-10-30
|/ / | | | | | | | | | | 815c312 Forward 01:80:C2:00:00:0{1,2} using nftables Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | attendedsysupgrade-common: update ASU CA pubkeyPaul Spooren2022-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old key was overwritten during a machine migration and the current worker key is no longer valid. To create new valid worker certificates this commit adds a new CA pubkey. To update running OpenWrt devices via a client one needs to force install it or upgrade to the latest version of `attendedsysupgrade-common` - I'm sorry for the inconvenience. This change is only related to the `usign` pubkey and `ucert` certificate which is used to sign all created images on the server. While at it, use INSTALL_DATA instead of INSTALL_BIN. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | rsync: update to 3.2.7John Audia2022-10-28
| | | | | | | | | | | | Bump to latest upstream release. Signed-off-by: John Audia <therealgraysky@proton.me>
* | Merge pull request #19693 from turris-cz/ffmpeg-conflicts-providesJosef Schlehofer2022-10-28
|\ \ | | | | | | ffmpeg: add conflicts and provides
| * | ffmpeg: add conflicts and providesJosef Schlehofer2022-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Motivation of this change is that full variants provides the mini variant and as well audio-dec package, thus you can not install both as it fails with the following output: Collected errors: * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavcodec.so.58 But that file is already provided by package * libffmpeg-full * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavcodec.so.58.91.100 But that file is already provided by package * libffmpeg-full * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavdevice.so.58 But that file is already provided by package * libffmpeg-full * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavdevice.so.58.10.100 But that file is already provided by package * libffmpeg-full * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavformat.so.58 But that file is already provided by package * libffmpeg-full * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavformat.so.58.45.100 But that file is already provided by package * libffmpeg-full * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavutil.so.56 But that file is already provided by package * libffmpeg-full * check_data_file_clashes: Package libffmpeg-audio-dec wants to install file /usr/lib/libavutil.so.56.51.100 But that file is already provided by package * libffmpeg-full * opkg_install_cmd: Cannot install package libffmpeg-audio-dec. Let's change it to: Installing libffmpeg-audio-dec (4.3.4-1) to root... Collected errors: * check_conflicts_for: The following packages conflict with libffmpeg-audio-dec: * check_conflicts_for: libffmpeg-full * * opkg_install_cmd: Cannot install package libffmpeg-audio-dec. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | gdbm: configure with `--without-readline`Alois Klink2022-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, gdbm configures/builds with readline and curses support if they exist. This can cause race conditions when compiling gdbm and ncurses in parallel, as gdbm may try to link to ncurses when it doesn't exist. This commit forces gdbm to skip using readline/ncurses, since it's unlikely that anybody is using the line-editing feature of gdbm. See [gdbm's README][1] for more info. [1]: https://git.gnu.org.ua/gdbm.git/tree/README?h=v1.21#n50 Signed-off-by: Alois Klink <alois@aloisklink.com>
* | | Merge pull request #19704 from Ansuel/fix-atlasJosef Schlehofer2022-10-27
|\ \ \ | | | | | | | | atlas-probe: fix SIGSEGV error on 32bit system
| * | | atlas-probe: fix SIGSEGV error on 32bit systemChristian Marangi2022-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes to time_t cause SIGSEGV error on 32bit system and cause ripe atlas malfunction. (registration successful but no traffic) Also introduce minor patch to fix some compilation warning. While at it move PKG_RELEASE to AUTORELEASE macro. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | v2ray-geodata: Update to latest versionTianling Shen2022-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xray-core: Update to 1.6.1Tianling Shen2022-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xray-core: remove orphan xray-geodata definitionTianling Shen2022-10-27
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: 975153f93da132 ("v2ray-geodata: split from xray-geodata") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | dnsproxy: Update to 0.46.2Tianling Shen2022-10-27
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | samplicator: update to latest master commit 2021-10-11Nick Hainke2022-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The newest master branch has important fixes. However, no new release is published [0]. Switch to git and update to latest master commit. This introduces new version scheme by using YYYY-MM-DD of the commit. In addition, add necessary "PKG_FIXUP" and "PKG_REMOVE_FILES" to allow compile the new version. Also add enable "PKG_BUILD_PARALLEL". Further, use a pidfile and remove outdated patches. https://github.com/sleinen/samplicator/issues/73 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | Merge pull request #19714 from turris-cz/libwebsockets-dependencyJosef Schlehofer2022-10-27
|\ \ \ \ | | | | | | | | | | libwebsockets: fix recursive dependency
| * | | | libwebsockets: fix recursive dependencyJosef Schlehofer2022-10-26
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While running `make menuconfig`, it was discovered then there is a recursive dependency like this: tmp/.config-package.in:59138:error: recursive dependency detected! tmp/.config-package.in:59138: symbol PACKAGE_libwebsockets-openssl is selected by PACKAGE_libwebsockets-mbedtls tmp/.config-package.in:59122: symbol PACKAGE_libwebsockets-mbedtls depends on PACKAGE_libwebsockets-openssl It is not possible with the recently added conflicts that two packages (OpenSSL and full variant, which uses OpenSSL as well), which are almost the same provides the same named package libwebsockets as their conflict - Mbed TLS. Fixes: 676c5c72b5eeb583da2603e399fac085fa442c59 ("libwebsockets: OpenSSL and mbedTLS variants should conflict") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | bandwidthd: fix time_t problemJean-Michel Lacroix2022-10-25
| | | | | | | | | | | | | | | | | | | | | | | | Fixes issu #19510 with the change in time_t with musl 1.2 Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | squeezelite: add opus codec supportRobert Högberg2022-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | | | frr: update to latest 8.3.1 branchLucian Cristian2022-10-25
| | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | mariadb: Update to the latest version 10.9.3Michal Hrusecky2022-10-25
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest upstream version. For more details, see: https://mariadb.com/kb/en/changes-improvements-in-mariadb-109/ Added new dependency on libfmt. Following two patches dropped as the issues were fixed in upstream. * 130-c11_atomics.patch * 140-mips-connect-unaligned.patch The rest of the patches were refreshed. Don't need to disable cassandra and tokudb anymore as they were dropped from upstream tarball. Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* | | ci: update github actions to v3Christian Marangi2022-10-25
| | | | | | | | | | | | | | | | | | | | | Update checkout and upload-artifact action to v3 to mute nodejs deprecation warning. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>