Romain Naour
fb50eab8a5
package/binutils: switch to 2.39.x as the default version
...
Now that 2.40 has been released, let's use 2.39.x as the default
binutils version.
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 23:07:06 +02:00
Romain Naour
e2d794416c
package/binutils: add support for version 2.40
...
See:
https://sourceware.org/pipermail/binutils/2023-January/125671.html
Disable zstd support to avoid adding a new dependency.
Add Upstream tag on each binutils patches:
0001-sh-conf.patch: Buildroot specific since we are carrying this patch for years.
0002-poison-system-directories.patch: Add the Buildroot Upstream tag
Remove 0003-bfd-elf32-or1k-fix-building-with-gcc-version-5.patch since
it was rejected by upstream [1] and actually only needed for binutils
< 2.37. Binutils 2.37 replaced AC_PROG_CC with AC_PROG_CC_C99 in top
level configure file [2].
[1] https://sourceware.org/pipermail/binutils/2021-June/116907.html
[2] https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=a8d6316b67d52eaa1b7b311084ddff71a66f7cc0
Runtime tested:
https://gitlab.com/kubu93/buildroot/-/pipelines/895618463
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 23:07:02 +02:00
Romain Naour
bd17127b4a
package/{binutils, gdb}: switch to https urls for archives hashes
...
FTP urls doesn't work anymore with Firefox [1] and Google Chrome [2],
switch to https urls.
[1] https://blog.mozilla.org/addons/2020/04/13/what-to-expect-for-the-upcoming-deprecation-of-ftp-in-firefox/
[2] https://chromestatus.com/feature/6246151319715840
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 23:03:20 +02:00
Romain Naour
0e42555691
package/binutils: invert version logic
...
BR2_BINUTILS_GPROFNG was made available for known supported versions
only (binutils 2.39 at this point). As all new versions of binutils
support gprofng, it makes sense to invert the logic, and instead make
BR2_BINUTILS_GPROFNG not available with old binutils versions.
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 23:02:09 +02:00
Bernd Kuhls
6dad3a709c
package/assimp: needs gcc >= 7
...
Fixes:
http://autobuild.buildroot.net/results/d6c/d6caf3c2c0fd670e70950d3e89629df39f8ce596/
After adding various fixes for the autobuilder error and subsequent
build errors this build error can only be fixed by using gcc >= 7:
output/build/assimp-5.2.5/code/AssetLib/Obj/ObjFileParser.cpp:55:23:
fatal error: string_view: No such file or directory
Usage of string_view was added in version 5.2.5 by upstream commit
f6bcb160d0
which was added to buildroot by commit
7d843d9cc0
Removed BR2_TOOLCHAIN_HAS_GCC_BUG_64735 which is only valid for gcc < 7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:51:54 +02:00
Bernd Kuhls
f43f9c6ea6
package/haproxy: bump version to 2.6.14
...
Changelog: http://www.haproxy.org/download/2.6/src/CHANGELOG
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:45:41 +02:00
Bernd Kuhls
7fde35212c
package/haproxy: fix build on aarch64
...
Fixes:
http://autobuild.buildroot.net/results/07c/07ccb8c45c709a4b6ed32aafa33cd04e74174b11/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:45:37 +02:00
Gary Bisson
ce8bf14ff6
configs/nitrogen*: add missing pylibfdt u-boot dependency
...
Needed by binman.
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271714
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271716
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271718
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271719
Signed-off-by: Gary Bisson <bisson.gary@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:44:28 +02:00
Gary Bisson
717762b5f5
configs/nitrogen*: add missing openssl u-boot dependency
...
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271709
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271710
https://gitlab.com/buildroot.org/buildroot/-/jobs/4519271712
Signed-off-by: Gary Bisson <bisson.gary@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:44:23 +02:00
Konstantin Menyaev
0c4c7da2f3
package/dnsmasq: improve init script
...
- Use pidfile for more accurate process match
- Fix coding style issues to be able to drop a problem reported by
check-package on missing variables
Signed-off-by: Konstantin Menyaev <KAMenyaev@sberdevices.ru >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:41:35 +02:00
Romain Naour
0b9877a4b9
toolchain/toolchain-external/toolchain-external-arm-aarch64-be: bump to version 12.2-rel1
...
Updated to gcc 12.2, gdb 12, binutils 2.39, glibc 2.36.
Upstream changed version scheme previously based on the release
date (2021.07) to a version scheme based on gcc version (12.2.rel1).
The runtime issue (Illegal instruction on some x86 host) [1] seems to
be fixed since it can't be reproduced anymore on the same host.
The x86_64 host variant prebuilt toolchain is built on RHEL7
(glibc 2.17) and is likely also be useable on OS versions like
RHEL8, Ubuntu 18.04 or later.
The AArch64 host variant prebuilt toolchain is built on Ubuntu 18.04
(glibc 2.27) is likely also be useable on OS versions like RHEL8,
Ubuntu 18.04 or later.
Use the sha256 hash that is now provided by upsteam.
[1] https://bugs.linaro.org/show_bug.cgi?id=5825#c19
[2] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:10:28 +02:00
Romain Naour
90404e84c1
toolchain/toolchain-external/toolchain-external-arm-aarch64: bump to version 12.2-rel1
...
Updated to gcc 12.2, gdb 12, binutils 2.39, glibc 2.36.
Upstream changed version scheme previously based on the release
date (2021.07) to a version scheme based on gcc version (12.2.rel1).
The runtime issue (Illegal instruction on some x86 host) [1] seems to
be fixed since it can't be reproduced anymore on the same host.
The x86_64 host variant prebuilt toolchain is built on RHEL7
(glibc 2.17) and is likely also be useable on OS versions like
RHEL8, Ubuntu 18.04 or later.
The AArch64 host variant prebuilt toolchain is built on Ubuntu 18.04
(glibc 2.27) is likely also be useable on OS versions like RHEL8,
Ubuntu 18.04 or later.
Use the sha256 hash that is now provided by upsteam.
Tested with qemu_aarch64_virt_defconfig.
[1] https://bugs.linaro.org/show_bug.cgi?id=5825#c19
[2] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:10:17 +02:00
Romain Naour
cf134e6b13
toolchain/toolchain-external/toolchain-external-arm-arm: bump to version 12.2-rel1
...
Updated to gcc 12.2, gdb 12, binutils 2.39, glibc 2.36.
Upstream changed version scheme previously based on the release
date (2021.07) to a version scheme based on gcc version (12.2.rel1).
The runtime issue (Illegal instruction on some x86 host) [1] seems to
be fixed since it can't be reproduced anymore on the same host.
The x86_64 host variant prebuilt toolchain is built on RHEL7
(glibc 2.17) and is likely also be useable on OS versions like
RHEL8, Ubuntu 18.04 or later.
The AArch64 host variant prebuilt toolchain is built on Ubuntu 18.04
(glibc 2.27) is likely also be useable on OS versions like RHEL8,
Ubuntu 18.04 or later.
Use the sha256 hash that is now provided by upsteam.
Tested with qemu_arm_vexpress_defconfig.
[1] https://bugs.linaro.org/show_bug.cgi?id=5825#c19
[2] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
Signed-off-by: Romain Naour <romain.naour@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:10:00 +02:00
Fabio Estevam
fecb49eb2f
configs/imx7d-sdb: bump the kernel version
...
Bump the kernel version to 6.1.34.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:07:28 +02:00
Fabio Estevam
391900aae0
package/crucible: bump to version 2023.04.12
...
Bump to version 2023.04.12.
Signed-off-by: Fabio Estevam <festevam@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:01:19 +02:00
Bernd Kuhls
61f5ecc56e
package/lightning: bump version to 2.2.2
...
Release notes:
https://lists.gnu.org/archive/html/lightning/2023-04/msg00004.html
Fixes:
http://autobuild.buildroot.net/results/c50/c50fa2d861c634eb0800cf551fc4a7e5fa5752bf/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 22:00:28 +02:00
Леонид Юрьев (Leonid Yuriev)
86cca91c24
package/libmdbx: bump version to 0.12.7 "Artek"
...
This is bugfix release of stable libmdbx branch,
on the day of international children's camp «Artek».
It is reasonable to backport this patch to all applicable releases/branches of Buildroot.
The most significant fixes of v0.12.7:
- added workaround for build issues with modern GCC using `-m32 -arch=i686 -Ofast`.
- fixed the cause of the false-positive warning of modern GCC in the C++ API.
- refined DB opening in "recovery" mode and switching to a given meta-page.
The complete ChangeLog: https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md
Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 21:57:31 +02:00
Giulio Benetti
9f55efebdf
package/libnss: bump version to 3.91
...
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 21:55:11 +02:00
Bernd Kuhls
e539853fc3
package/rygel: fix Config.in comment
...
Move the comment out of the if-clause and include the python3 dependency
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 21:51:34 +02:00
Bernd Kuhls
d8f81062d3
package/gupnp-av: fix build with newer versions of libxml2
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 21:51:20 +02:00
Bernd Kuhls
4f9ce6dbf6
package/gupnp: fix build with newer versions of libxml2
...
Fixes:
http://autobuild.buildroot.net/results/b26/b267c4137edebc504757b6275824c748cce3d894/
libxml2 deprecated the function xmlRecoverMemory with commit
51035c539e
first included in versions 2.11.0. Buildroot bumped libxml2 to the 2.11
branch with commit dfe1ca7872 .
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 21:51:14 +02:00
Peter Seiderer
1c7d497f41
package/qt6/qt6svg: new package
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 21:41:17 +02:00
Peter Seiderer
a846728911
package/qt6: bump version to 6.4.3
...
For details see [1].
[1] https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.4.3/release-note.md
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 21:34:18 +02:00
Dario Binacchi
dae54143f5
package/uuu: bump to version 1.5.104
...
Release notes:
https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.104
The changes to README.md are not related to license modifications.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:41:44 +02:00
Julien Olivain
2c9b853093
package/fluidsynth: bump to version 2.3.3
...
For change log since v2.3.2, see:
- https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.3
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:41:15 +02:00
Bernd Kuhls
9fc0d3a4e7
package/syslog-ng: bump version to 4.2.0
...
Updated upstream URL of patch file.
Release notes:
https://axoflow.com/axosyslog-release-4-2/
https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.2.0
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Reviewed-by: Chris Packham <judge.packham@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:37:52 +02:00
Bernd Kuhls
227c42b8c3
package/syslog-ng: disable python support
...
Upstream added a list of python modules declared as runtime dependencies
f18345d2a1
most of them with fixed (and outdated) versions.
Disable python support for the time being.
Fixes:
http://autobuild.buildroot.net/results/436/436e90bb1f77143b05cb98df78934555bbb7df35/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Reviewed-by: Chris Packham <judge.packham@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:37:35 +02:00
Luca Ceresoli
d68f6e3042
package/agentpp: fix build error due to type mismatch
...
This was supposedly fixed by commit 5f06ecf5e1 ("package/agentpp:
security bump to version 4.6.0") but has kept happening so far.
No public place for contributions, thus this patch has been sent to private
e-mail.
Fixes:
http://autobuild.buildroot.net/results/e8abd6bdc62a028955915706b03d72239786c703/
http://autobuild.buildroot.net/results/24441fb679fbf5f913c9b6431c98aec596ead587/
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:35:48 +02:00
Bernd Kuhls
22c6344c71
package/freetype: bump version to 2.13.1
...
Release notes:
https://sourceforge.net/projects/freetype/files/freetype2/2.13.1/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:18:15 +02:00
Bernd Kuhls
65e36d73f2
package/flac: bump version to 1.4.3
...
Changelog: https://xiph.org/flac/changelog.html
Updated license hash due to copyright year bump:
e00d9b881f
Removed all PowerPC-related configure options, quoting changelog:
"All PowerPC-specific code has been removed, as it turned out those
improvements didn’t actually improve anything"
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:16:22 +02:00
Bernd Kuhls
ef46caffda
package/libpng: bump version to 1.6.40
...
Release notes:
https://sourceforge.net/p/png-mng/mailman/message/37860896/
Updated license hash due to copyright year bump:
9923515ff4
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:14:30 +02:00
Bernd Kuhls
2d9ccbcd10
package/audit: update musl fix
...
Upstream proposed a different fix:
https://github.com/linux-audit/audit-userspace/pull/311#issuecomment-1609953611
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:09:07 +02:00
Bernd Kuhls
bca9d7e58a
package/samba4: add optional dependency to libunwind
...
Upstream added configure options for libunwind in commit
14feb93d48
Fixes:
http://autobuild.buildroot.net/results/63c/63c469106e9daa198f77d8da7a5bb123edcce0f7/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:08:24 +02:00
Bernd Kuhls
ccb6a80e90
package/diffutils: bump version to 3.10
...
Release notes:
https://lists.gnu.org/archive/html/info-gnu/2023-05/msg00009.html
Added sha1 hash provided by upstream.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 16:01:08 +02:00
Bernd Kuhls
62ad2ec219
package/libbsd: bump version to 0.11.7
...
Release notes:
https://archive.hadrons.org/software/libbsd/libbsd-0.11.4.announce
https://archive.hadrons.org/software/libbsd/libbsd-0.11.5.announce
https://archive.hadrons.org/software/libbsd/libbsd-0.11.6.announce
https://archive.hadrons.org/software/libbsd/libbsd-0.11.7.announce
Removed patch which is included in upstream release:
873639ebb5
Update hash of license file, which has changed due to:
- Copyright year updates
- Changes in list of files affected by the different license
- Removal of one part under BSD-4-Clause, but as there are still other
parts under BSD-4-Clause, this doesn't change the overall license
information in Buildroot
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 15:59:04 +02:00
Bernd Kuhls
1b838496f9
package/libmd: bump version to 1.1.0
...
Release notes:
https://archive.hadrons.org/software/libmd/libmd-1.1.0.announce
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 15:23:53 +02:00
Bernd Kuhls
af87ad197c
package/libssh2: bump version to 1.11.0
...
Changelog:
https://www.libssh2.org/changes.html
https://lists.haxx.se/pipermail/libssh2-devel/2023-May/000114.html
Removed patch which is included in current release:
b952674f12
Updated license hash due to copyright year bump:
1a186f1ead
Switched tarball to .xz
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 15:23:19 +02:00
Bernd Kuhls
5ce72a74d2
package/bind: security bump version to 9.16.42
...
Changelog: https://ftp.isc.org/isc/bind9/9.16.42/CHANGES
Fixes CVE-2023-2911
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2023-07-01 15:14:08 +02:00
Peter Korsgaard
af25796d49
package/wireshark: security bump to version 4.0.6
...
Fixes the following security issues:
- CVE-2023-1992: The RPC over RDMA dissector could crash
https://www.wireshark.org/security/wnpa-sec-2023-09.html
- CVE-2023-1993: The LISP dissector could go into a large loop
https://www.wireshark.org/security/wnpa-sec-2023-10.html
- CVE-2023-1994: The GQUIC dissector could crash
https://www.wireshark.org/security/wnpa-sec-2023-11.html
- CVE-2023-2855: The Candump log file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-12.html
- CVE-2023-2857: The BLF file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-13.html
- The GDSDB dissector could go into an infinite loop
https://www.wireshark.org/security/wnpa-sec-2023-14.html
- CVE-2023-2858: The NetScaler file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-15.html
- CVE-2023-2856: The VMS TCPIPtrace file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-16.html
- CVE-2023-2854: The BLF file parser could crash
https://www.wireshark.org/security/wnpa-sec-2023-17.html
- CVE-2023-0666: The RTPS dissector could crash
https://www.wireshark.org/security/wnpa-sec-2023-18.html
- CVE-2023-0668: The IEEE C37.118 Synchrophasor dissector could crash
https://www.wireshark.org/security/wnpa-sec-2023-19.html
- The XRA dissector could go into an infinite loo
https://www.wireshark.org/security/wnpa-sec-2023-20.html
[Peter: refer to SIGNATURES files now that it is again fixed]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 08:14:23 +02:00
Bernd Kuhls
69e54d4d15
package/wget: bump version to 1.21.4
...
Release notes:
https://lists.gnu.org/archive/html/bug-wget/2023-05/msg00004.html
Added upstream sha1 hash.
Updated license hash due to copyright year bump:
https://git.savannah.gnu.org/gitweb/?p=wget.git;a=commitdiff;h=42239969300cae065e38781df3d157483897ff6b
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 08:10:36 +02:00
Bernd Kuhls
30294c1ed3
package/rrdtool: bump version to 1.8.0
...
Release notes:
https://github.com/oetiker/rrdtool-1.x/releases/tag/v1.8.0
Switched _SITE due to upstream move: https://oss.oetiker.ch/rrdtool/pub/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 08:07:38 +02:00
Bernd Kuhls
b882f5679e
package/privoxy: bump to version 3.0.34
...
Removed md5 hash, switched _SITE to https.
Release notes: https://www.privoxy.org/announce.txt
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:50:01 +02:00
Bernd Kuhls
0349d50131
package/pngquant: bump version to 2.18.0
...
Bump this package to the latest release of the package written in C.
Version 3.x are written in Rust: https://pngquant.org/rust.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:49:07 +02:00
Bernd Kuhls
3fb07a60d4
package/pciutils: bump version to 3.10.0
...
Changelog:
https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git/tree/ChangeLog
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:48:56 +02:00
Julien Olivain
c97f27283b
package/dmidecode: bump to version 3.5
...
For change log, see:
https://git.savannah.gnu.org/cgit/dmidecode.git/tree/NEWS?h=dmidecode-3-5
Note: this patch also adds a comment about pgp signature verification in
the hash file.
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:48:40 +02:00
Bernd Kuhls
fe9fc288d4
package/sofia-sip: bump version to 1.13.15
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:44:20 +02:00
Bernd Kuhls
401d1a0b0d
package/alsa-utils: bump version to 1.2.9
...
Changelog:
https://www.alsa-project.org/wiki/Changes_v1.2.8_v1.2.9#alsa-utils
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:42:04 +02:00
Bernd Kuhls
5ec83ecb12
package/alsa-lib: bump version to 1.2.9
...
Changelog:
https://www.alsa-project.org/wiki/Changes_v1.2.8_v1.2.9#alsa-lib
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:41:35 +02:00
Bernd Kuhls
0bdfbefbf5
package/libva-utils: bump version to 2.18.2
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:41:04 +02:00
Bernd Kuhls
8863384dff
package/xmrig: bump version to 6.19.3
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-06-27 07:40:39 +02:00