Fabrice Fontaine
68b4858059
package/rdma-core: fix mips4 build
...
The 'sync' instruction for MIPS was defined in MIPS-II as taking no
operands. MIPS32 extended the define of 'sync' as taking an optional
unsigned 5 bit immediate.
As a result, replace "sync 0" by "sync" to fix the following build
failure on mips4 raised since the addition of the package in commit
ea47e177f0 and
b7c428344e :
/tmp/ccrBy9fV.s: Assembler messages:
/tmp/ccrBy9fV.s:994: Error: invalid operands `sync 0'
Fixes:
- http://autobuild.buildroot.org/results/2ab22a3ec4287fc15ff6a90d8715b4897b32a933
- http://autobuild.buildroot.org/results/2df58f9b98aacf00960932f53510b29199393461
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 7e5a90f1b7 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-29 16:14:56 +01:00
Fabrice Fontaine
d6fc939b85
package/libressl: don't export arc4random
...
Don't export arc4random to fix the following libcurl build failure
raised since bump of libcurl to version 8.5.0 in commit
aaa9438b96 and
7925ba431b :
rand.c: In function 'randit':
rand.c:146:26: error: implicit declaration of function 'arc4random'; did you mean 'srandom'? [-Werror=implicit-function-declaration]
146 | *rnd = (unsigned int)arc4random();
| ^~~~~~~~~~
| srandom
cc1: some warnings being treated as errors
Fixes:
- http://autobuild.buildroot.org/results/8b7988629f1887be15c97b8c511d25443ba110d8
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Arnout Vandecappelle <arnout@mind.be >
(cherry picked from commit 7f1e3841f5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-29 16:09:01 +01:00
Aleksandr Makarov
29f2034b2c
package/haproxy: fix runtime 'FATAL ERROR: invalid code detected -- cannot go further'
...
Setting HAPROXY_CFLAGS on the haproxy build command line overrides CFLAGS
which were internally set by the haproxy Makefile.
Among those omitted CFLAGS is -fwrapv. Compiling haproxy without it and
and then running the program results in runtime error:
$ haproxy
FATAL ERROR: invalid code detected -- cannot go further, please recompile!
...
To address this issue, include HAPROXY_CFLAGS in the DEFINE variable instead
of CFLAGS in haproxy.mk.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 9b90ef6178 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-29 15:20:50 +01:00
Fabrice Fontaine
611b139e76
package/yasm: add YASM_CPE_ID_VENDOR
...
cpe:2.3:a:tortall:yasm is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/detail/2E6C9C2F-A057-4083-BC90-095403EF138E
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 17dac57e3e )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-29 15:17:48 +01:00
Fabrice Fontaine
d353bf9719
package/opus: set OPUS_CPE_ID_VENDOR
...
cpe:2.3:a:opus-codec:opus is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/detail/6C4EA9AB-4801-48FF-9737-A7C3B368C41B
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 302175353a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-29 15:17:43 +01:00
Fabrice Fontaine
0bce31469d
package/dbus: drop DBUS_CPE_ID_PRODUCT
...
Commit 363b4ebf1a set DBUS_CPE_ID_PRODUCT
to dbus but this is not needed as DBUS_CPE_ID_PRODUCT will be set to the
package name (i.e. dbus) by default
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit b878e7bbbc )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-29 15:17:35 +01:00
Fabrice Fontaine
67c3c18943
package/python-aiohttp: update PYTHON_AIOHTTP_CPE_ID_VENDOR
...
cpe:2.3:a:aiohttp_project:aiohttp has been deprecated in favor of
cpe:2.3:a:aiohttp:aiohttp in November 2023:
<cpe-item name="cpe:/a:aiohttp_project:aiohttp:3.8.0:beta0" deprecated="true" deprecation_date="2023-11-22T17:09:16.157Z">
<title xml:lang="en-US">Aiohttp Project Aiohttp 3.8.0 Beta 0</title>
<reference href="https://github.com/aio-libs/aiohttp/releases ">Change Log</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:aiohttp_project:aiohttp:3.8.0:beta0:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:aiohttp:aiohttp:3.8.0:beta0:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit a01deb6617 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:21:54 +01:00
Fabrice Fontaine
164e1ecd9a
package/c-ares: update C_ARES_CPE_ID_VENDOR
...
cpe:2.3:a:c-ares_project:c-ares has been deprecated in favor of
cpe:2.3:a:c-ares:c-ares in September 2023:
<cpe-item name="cpe:/a:c-ares_project:c-ares:1.17.1" deprecated="true" deprecation_date="2023-09-15T11:42:40.183Z">
<title xml:lang="en-US">C-ares Project C-ares 1.17.1</title>
<reference href="https://github.com/c-ares/c-ares/releases ">Change Log</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:c-ares_project:c-ares:1.17.1:*:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:c-ares:c-ares:1.17.1:*:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit ae2baf1771 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:21:24 +01:00
Fabrice Fontaine
08dfcc690d
package/dbus: fix CPE variables
...
cpe:2.3:a:d-bus_project:d-bus has been deprecated in favor of
cpe:2.3:a:freedesktop:dbus in December 2023:
<cpe-item name="cpe:/a:d-bus_project:d-bus:1.15.6" deprecated="true" deprecation_date="2023-12-27T16:36:56.510Z">
<title xml:lang="en-US">D-Bus Project D-Bus 1.15.6</title>
<reference href="https://gitlab.freedesktop.org/dbus/dbus/-/tags ">Version</reference>
<reference href="https://gitlab.freedesktop.org/dbus/dbus/-/issues/457 ">Advisory</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:d-bus_project:d-bus:1.15.6:*:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:freedesktop:dbus:1.15.6:*:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 363b4ebf1a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:21:01 +01:00
Fabrice Fontaine
8857084807
package/flex: update FLEX_CPE_ID_VENDOR
...
cpe:2.3:a:flex_project:flex has been deprecated in favor of
cpe:2.3:a:westes:flex in October 2023:
<cpe-item name="cpe:/a:flex_project:flex:2.6.4" deprecated="true" deprecation_date="2023-10-06T17:12:20.950Z">
<title xml:lang="en-US">Flex Fast Lexical Analyser 2.6.4</title>
<reference href="https://github.com/westes/flex/releases ">Version</reference>
<reference href="https://github.com/westes/flex/ ">Product</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:flex_project:flex:2.6.4:*:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:westes:flex:2.6.4:*:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit c438422d49 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:20:42 +01:00
Fabrice Fontaine
c2c908f0c7
package/json-c: update JSON_C_CPE_ID_VENDOR
...
cpe:2.3:a:json-c_project:json-c has been deprecated in favor of
cpe:2.3:a:json-c:json-c in September 2023:
<cpe-item name="cpe:/a:json-c_project:json-c:0.14" deprecated="true" deprecation_date="2023-09-16T13:05:58.643Z">
<title xml:lang="en-US">JSON-C Project JSON-C 0.14</title>
<reference href="https://github.com/json-c/json-c/releases ">Version</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:json-c_project:json-c:0.14:*:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:json-c:json-c:0.14-20200419:*:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 63118fbb55 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:20:23 +01:00
Fabrice Fontaine
6cc9ab7d55
package/x11r7/xlib_libXpm: update XLIB_LIBXPM_CPE_ID_VENDOR
...
cpe:2.3:a:libxpm_project:libxpm has been deprecated in favor of
cpe:2.3:a:x.org:libxpm in October 2023:
<cpe-item name="cpe:/a:libxpm_project:libxpm:3.5.15" deprecated="true" deprecation_date="2023-10-17T15:55:35.850Z">
<title xml:lang="en-US">Libxpm Project Libxpm 3.5.15</title>
<reference href="https://gitlab.freedesktop.org/xorg/lib/libxpm/-/tags ">Version</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:libxpm_project:libxpm:3.5.15:*:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:x.org:libxpm:3.5.15:*:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 03a9171cce )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:17:15 +01:00
Fabrice Fontaine
3f0c6bf49f
package/netatalk: update NETATALK_CPE_ID_VENDOR
...
cpe:2.3:a:netatalk_project:netatalk has been deprecated in favor of
cpe:2.3:a:netatalk:netatalk in September 2023:
<cpe-item name="cpe:/a:netatalk_project:netatalk:3.1.13" deprecated="true" deprecation_date="2023-09-29T11:15:00.340Z">
<reference href="https://sourceforge.net/projects/netatalk/files/netatalk/ ">Version</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:netatalk_project:netatalk:3.1.13:*:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:netatalk:netatalk:3.1.13:*:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 5ae38ec621 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:17:00 +01:00
Fabrice Fontaine
038845825d
package/python-wheel: add CPE variables
...
cpe:2.3:a:wheel_project:wheel is a valid CPE identifier for this
package:
https://nvd.nist.gov/products/cpe/detail/402C4B59-237A-4399-8189-CC9FC1B4BF39
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 92f3f04146 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:16:20 +01:00
Fabrice Fontaine
9c4cb225d3
package/rauc-hawkbit-updater: drop RAUC_HAWKBIT_UPDATER_CPE_ID_VENDOR
...
cpe:2.3:a:pengutronix:rauc-hawkbit-updater added by commit
928b7219cd has never been a valid CPE ID
for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:pengutronix:rauc-hawkbit-updater
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit ed40db6dfb )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:15:57 +01:00
Fabrice Fontaine
e480566f80
package/linux-firmware: drop LINUX_FIRMWARE_CPE_ID_VENDOR
...
cpe:2.3:a:kernel:linux-firmware added by commit
63332c33aa has never been a valid CPE ID
for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:kernel:linux-firmware
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 380d4a75f5 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:15:19 +01:00
Fabrice Fontaine
8dedc1329f
package/wireless-regdb: drop WIRELESS_REGDB_CPE_ID_VENDOR
...
cpe:2.3:a:kernel:wireless-regdb added by commit
63332c33aa has never been a valid CPE ID
for this package:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:kernel:wireless-regdb
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 05617160dd )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:15:04 +01:00
Fabrice Fontaine
876a47e0f4
package/libvips: update LIBVIPS_CPE_ID_VENDOR
...
cpe:2.3:a:libvips_project:libvips has been deprecated in favor of
cpe:2.3:a:libvips:libvips in September 2023:
<cpe-item name="cpe:/a:libvips_project:libvips:8.10.6:-" deprecated="true" deprecation_date="2023-09-29T11:18:01.067Z">
<title xml:lang="en-US">libvips Project libvips 8.10.6 -</title>
<reference href="https://libvips.github.io/libvips/ ">Project</reference>
<reference href="https://github.com/libvips/libvips/releases ">Change Log</reference>
<cpe-23:cpe23-item name="cpe:2.3:a:libvips_project:libvips:8.10.6:-:*:*:*:*:*:*">
<cpe-23:deprecated-by name="cpe:2.3:a:libvips:libvips:8.10.6:-:*:*:*:*:*:*" type="NAME_CORRECTION"/>
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 5e4eba6414 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:14:24 +01:00
Fabrice Fontaine
8a307edcfc
package/minizip: fix CPE variables
...
cpe:2.3:a:minizip_project:minizip added by commit
425339dcdf is not a valid CPE identifier
for this package, cpe:2.3:a:zlib-ng:minizip-ng is the correct one:
https://nvd.nist.gov/products/cpe/detail/64E392F1-65DD-42E5-B618-AD893BA37FB3
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit f1e05a8199 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:14:02 +01:00
Fabrice Fontaine
783f828470
package/lvm2: fix CPE variable
...
Commit d70da0be78 wrongly set
LVM2_CPE_ID_PRODUCT instead of LVM2_CPE_ID_VENDOR
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 8c0d9795a7 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:13:32 +01:00
Fabrice Fontaine
a5f721dca6
package/mpfr: fix CPE variables
...
cpe:2.3:a:gnu:mpfr added by commit
63332c33aa has never been a valid CPE
identifier for this package
cpe:2.3:a:mpfr:gnu_mpfr is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/detail/7B981E0A-5BAC-4A80-A734-5FD4B51B04EF
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 186883f497 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:13:11 +01:00
Fabrice Fontaine
29095831f2
package/depot-tools: drop DEPOT_TOOLS_CPE_ID_VENDOR
...
cpe:2.3:a:google:depot-tools added by commit
48730a1a9d has never been a valid CPE ID
for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:google:depot-tools
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 27fafa94a7 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:12:40 +01:00
Fabrice Fontaine
89aed0df34
package/crda: drop CRDA_CPE_ID_VENDOR
...
cpe:2.3:a:kernel:crda added by commit
63332c33aa has never been a valid CPE ID
for this package:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe:2.3:a:kernel:crda
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 85d300f102 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:12:03 +01:00
Bernd Kuhls
8518173cd4
{linux, linux-headers}: bump 6.{1, 6}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 52a15667b1 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:10:20 +01:00
Fabrice Fontaine
d4e11c319d
package/freerdp: security bump to version 2.11.5
...
- Fix CVE-2024-22211
- Update Upstream tag in patches
https://github.com/FreeRDP/FreeRDP/blob/2.11.5/ChangeLog
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit dbe037dc99 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:09:04 +01:00
Fabrice Fontaine
563aed5287
package/cpio: fix tar.bz2 hash
...
Commit b0306d94b2 forgot to update
cpio-2.13.tar.bz2 to cpio-2.14.tar.bz2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 0694cef47b )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:07:02 +01:00
Peter Korsgaard
decf0cd91b
package/{glibc, localedef}: security bump to version glibc-2.38-44-gd37c2b20a4787463d192b32041c3406c2bd91de0
...
Fixes the following security issues:
CVE-2023-6246: syslog: Fix heap buffer overflow in __vsyslog_internal
https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=advisories/GLIBC-SA-2024-0001;hb=HEAD
CVE-2023-6779: syslog: Heap buffer overflow in __vsyslog_internal
https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=advisories/GLIBC-SA-2024-0002;hb=HEAD
CVE-2023-6780: syslog: Integer overflow in __vsyslog_internal
https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=advisories/GLIBC-SA-2024-0003;hb=HEAD
For details, see the Qualys advisory:
https://www.openwall.com/lists/oss-security/2024/01/30/6
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 75e7c7ba8c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:03:09 +01:00
Peter Korsgaard
efa40febd9
package/glibc: add CVE ignore for CVE-2023-4806
...
Commit 8519de517e (package/{glibc, localedef}: security bump to version
glibc-2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701) correctly mentioned
CVE-2023-4806 in the commit message, but forgot to add an ignore for it.
Fix that.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 62b767fd3e )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:02:40 +01:00
Peter Korsgaard
1c93f28c12
package/syslog-ng: needs pcre2, not pcre
...
Syslog-ng-uses pcre2 instead of pcre since 4.3.0 with:
cb6de08dc9
No autobuilder failures, as pcre2 is implicitly available through libglib2.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit d932f84d9f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:01:53 +01:00
Sébastien Szymanski
47960afe4f
docs/manual/contribute.txt: fix typo
...
"who sponsored who sponsored" -> "who sponsored"
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit f24e85238f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:01:09 +01:00
Fabrice Fontaine
111c2eeef1
package/lynx: fix openssl static build
...
Use LDFLAGS instead of LIBS to fix the following openssl static build
failure raised because lynx filters out duplicates (i.e. -lz) in
CF_ADD_LIBS:
configure:12958: checking for inet_ntoa
configure:12995: /home/autobuild/autobuild/instance-7/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLINUX -static conftest.c -L/home/autobuild/autobuild/instance-7/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/lib64 -lssl -L/home/autobuild/autobuild/instance-7/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/lib64 -lz -pthread -lcrypto -lz -pthread >&5
configure:12998: $? = 0
configure:13001: test -s conftest
configure:13004: $? = 0
configure:13014: result: yes
configure:13095: checking for gethostbyname
configure:13151: result: yes
configure:13232: checking for strcasecmp
configure:13288: result: yes
configure:13401: checking for inet_aton function
configure:13443: /home/autobuild/autobuild/instance-7/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLINUX -static conftest.c -L/home/autobuild/autobuild/instance-7/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/lib64 -lssl -lz -pthread -lcrypto >&5
[...]
/home/autobuild/autobuild/instance-7/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DLINUX -I/home/autobuild/autobuild/instance-7/output-1/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include -I/home/autobuild/autobuild/instance-7/output-1/host/x86_64-buildroot-linux-uclibc/sysroot/usr/include/openssl -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -Wl,-rpath,/home/autobuild/autobuild/instance-7/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/lib64 -Wl,-rpath,/home/autobuild/autobuild/instance-7/output-1/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib -L/home/autobuild/autobuild/instance-7/output-1/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib -static -o lynx LYebcdic.o LYClean.o LYShowInfo.o LYEdit.o L
YStrings.o LYMail.o HTAlert.o GridText.o LYGetFile.o LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYmktime.o LYUtils.o LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYUpload.o LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o LYTraversal.o LYEditmap.o LYCharSets.o LYCharUtils.o LYMap.o LYCookie.o LYStyle.o LYHash.o LYPrettySrc.o TRSTable.o parsdate.o UCdomap.o UCAux.o UCAuto.o LYSession.o LYLocal.o .././WWW/Library/Implementation/libwww.a -lz -static -lncurses -lssl -lcrypto -L/home/autobuild/autobuild/instance-7/output-1/host/bin/../x86_64-buildroot-linux-uclibc/sysroot/usr/lib64 -pthread
/home/autobuild/autobuild/instance-7/output-1/host/lib/gcc/x86_64-buildroot-linux-uclibc/11.4.0/../../../../x86_64-buildroot-linux-uclibc/bin/ld: /home/autobuild/autobuild/instance-7/output-1/host/x86_64-buildroot-linux-uclibc/sysroot/usr/lib/libcrypto.a(libcrypto-lib-c_zlib.o): in function `zlib_oneshot_expand_block':
c_zlib.c:(.text+0xb8b): undefined reference to `uncompress'
Patching aclocal.m4 is not possible as autoreconf fails due to missing
AC_DIVERT_HELP macro.
This build failure is only raised by autobuilders since 2024 for an
unknown reason.
Fixes:
- http://autobuild.buildroot.org/results/6d4119b54fc6b6111a03f81e131e83bae0d844d1
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit ef5d3327a1 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 22:00:08 +01:00
Bernd Kuhls
f24d68dde0
{linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6}.x series
...
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 44292dabc0 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 21:59:19 +01:00
Fabrice Fontaine
8ab2a93204
package/joe: add JOE_CPE_ID_VENDOR
...
cpe:2.3:a:joseph_allen:joe is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/detail/5F530947-2060-4842-92B9-5BC61D9C5430
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 2953cd2644 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 21:53:34 +01:00
David Barbion
dcc89720bf
package/dhcpcd: bump to version 10.0.5
...
This version contains a fix for aarch64 based systems.
On such systems, dhcpcd would crash without setting any IP addresses.
See 6a36f96740
and https://github.com/NetworkConfiguration/dhcpcd/issues/260 for more
details.
Signed-off-by: David Barbion <davidb@230ruedubac.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 1dfa4c56fe )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 21:52:49 +01:00
Bernd Kuhls
096eec5b39
package/tor: Fix build with libressl >= 3.8.1
...
Fixes:
http://autobuild.buildroot.net/results/85c/85cde3bcd12fb5adafb94c85d5fa636e1b5b9068/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net >
[yann.morin.1998@free.fr: fix Upstream tag]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 2fbeacf91f )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:34:48 +01:00
Fabrice Fontaine
edfc743642
package/frr: security bump to version 8.5.4
...
Fix CVE-2023-38802, CVE-2023-41360, CVE-2023-46752, CVE-2023-46753,
CVE-2023-47234 and CVE-2023-47235
https://frrouting.org/security/
https://frrouting.org/release/8.5.4/
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit c3cf06e0a8 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:34:21 +01:00
Fabrice Fontaine
e149a7a994
package/x11r7/xserver_xorg-server: add CPE variables
...
cpe:2.3:a:x.org:xorg-server is a valid CPE identifier for this package:
https://nvd.nist.gov/products/cpe/detail/79A86C02-31A5-4F25-8CA6-7C4A8CD92B7B
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit b80705800a )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:29:32 +01:00
Peter Korsgaard
377fac9f57
package/gstreamer1-editing-services: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit c55c1263ab )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:23 +01:00
Peter Korsgaard
ced0540e61
package/gst-omx: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 9f342e4a67 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:23 +01:00
Peter Korsgaard
1dbda0dc13
package/gst1-vaapi: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 6f28c463cf )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:22 +01:00
Peter Korsgaard
e7015c3cf7
package/gst1-rtsp-server: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 88a6cfefbf )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:21 +01:00
Peter Korsgaard
62909338f1
package/gst1-python: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit d948714037 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:21 +01:00
Peter Korsgaard
6cf19efa53
package/gst1-libav: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit db9b4f3b0c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:20 +01:00
Peter Korsgaard
5c40af09b5
package/gst1-devtools: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 74c32bfa5d )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:19 +01:00
Peter Korsgaard
9568634933
package/gst1-plugins-ugly: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit ca65df3da2 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:18 +01:00
Peter Korsgaard
a47236d33e
package/gst1-plugins-bad: security bump to version 1.22.9
...
Fixes the following security issue:
CVE-2024-0444: Heap-based buffer overflow in the AV1 codec parser when
handling certain malformed streams before GStreamer 1.22.9
https://gstreamer.freedesktop.org/security/sa-2024-0001.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 3ee1148b00 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:18 +01:00
Peter Korsgaard
11a1d35fec
package/gst1-plugins-good: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 3407703f2c )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:17 +01:00
Peter Korsgaard
c20e83d0a8
package/gst1-plugins-base: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 6b7db1bf64 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:16 +01:00
Peter Korsgaard
e79b73744c
package/gstreamer1: bump to version 1.22.9
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit e81d29d551 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 18:28:15 +01:00
Peter Korsgaard
e6a1759858
package/darkhttpd: security bump to version 1.15
...
Fixes the following security issues:
CVE-2024-23770: Local Leak of Authentication Parameter in Process List
CVE-2024-23771: Basic Auth Timing Attack
https://security.opensuse.org/2024/01/22/darkhttpd-basic-auth-issues.html
Notice that CVE-2024-23770 is only documented as a known weakness, not
fixed.
Also change the license logic to use the dedicated COPYING file available
since 1.14:
a8ae2b1de0
This license is ISC, not MIT - So adjust DARKHTTPD_LICENSE to match.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
(cherry picked from commit 0c7fd35947 )
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2024-02-28 17:42:37 +01:00