Peter Seiderer
1e735c4837
package/libcurl: bump version to 8.0.1
...
For details see [1] and [2].
[1] https://curl.se/changes.html#8_0_0
[1] https://curl.se/changes.html#8_0_1
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:28:38 +02:00
Nicolas Serafini
7d8da5965b
package/exiv2: bump version to 0.27.6
...
Updated the link to the sources on github, the previous link no longer
exists.
Release notes:
https://github.com/Exiv2/exiv2/releases/tag/v0.27.6
Signed-off-by: Nicolas Serafini <nicolas.serafini@ik.me >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:28:32 +02:00
Francois Perrad
b613beef33
package/lualdap: bump to version 1.3.1
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:28:27 +02:00
Peter Seiderer
acb748ce3e
package/grep: bump version to 3.10
...
For details see [1].
[1] https://lists.gnu.org/archive/html/info-gnu/2023-03/msg00007.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:27:21 +02:00
Marcus Folkesson
5da710de97
package/libostree: bump to version 2023.2
...
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:26:40 +02:00
Nicolas Cavallari
4aef53575b
package/libgit2: bump version to 1.6.4
...
* Remove patch applied upstream.
* Upstream fixed building inside the source tree, but still does not
recommend it, so keep LIBGIT2_SUPPORTS_IN_SOURCE_BUILD = NO
Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:24:07 +02:00
Julien Olivain
378fea2d23
package/openblas: bump to version v0.3.22
...
For change log since v0.3.21, see:
- https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.22
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:23:47 +02:00
Julien Olivain
90ffab4011
DEVELOPERS: add Julien Olivain for package/openblas
...
The package has been orphan since commit ee58353 (2018-12-22).
Signed-off-by: Julien Olivain <ju.o@free.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:23:42 +02:00
Peter Seiderer
2d7cfd49ba
package/valgrind: bump version to 3.20.0
...
- remove 0003-coregrind-fix-compilation-for-uclibc.patch
(from upstream [1]) and drop AUTORECONF
For details see [2].
[1] https://sourceware.org/git/?p=valgrind.git;a=commit;h=9c9fd9ae24b45f915f0759d32f662835c26d37c3
[2] https://www.valgrind.org/docs/manual/dist.news.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-06 16:22:24 +02:00
Peter Seiderer
9507e5a4b4
package/edid-decode: change download from git URL to https
...
- change download from git URL to https (and SITE_METHOD git)
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-04 22:55:20 +02:00
Peter Korsgaard
e320dd681c
docs/website: update for 2022.02.12
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-04 22:53:11 +02:00
Peter Korsgaard
c9a2015b65
Update for 2022.02.12
...
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
(cherry picked from commit 8e11746492 )
[Peter: drop Makefile / Vagrantfile changes]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-04 22:53:10 +02:00
Peter Seiderer
689ce0eb80
package/edid-decode: bump version to 2d44e1b
...
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-04 22:30:08 +02:00
Peter Seiderer
0ee49d6272
package/edid-decode: fix typo in Config.in for comment selection
...
Fix typo ('!!' vs. '!') Config.in for dependencies comment selection
(introduced by commit 'package/edid-decode: bump version to 1889504',
see [1]).
[1] https://git.buildroot.net/buildroot/commit/?id=d498088fe7e1e664d4ee8d9bc54262d40227d6e5
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-04 22:30:02 +02:00
Peter Seiderer
cd57580729
package/coreutils: fix cross-compile (add gl_cv_macro_MB_CUR_MAX_good=yes)
...
- add 'gl_cv_macro_MB_CUR_MAX_good=yes' to COREUTILS_CONF_ENV to fix
cross-compile failure since bump to 9.3
Fixes:
checking whether MB_CUR_MAX is correct... configure: error: in '.../build/coreutils-9.3':
configure: error: cannot run test program while cross compiling
See 'config.log' for more details
Reported-by: Christian Stewart <christian@aperture.us >
Link: https://lore.kernel.org/buildroot/CA+h8R2qSe6OepJMJr+KOUOAOqCRD9EX690Y+Yq4kx-M6x4uQBw@mail.gmail.com/
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-04 22:19:18 +02:00
Bernd Kuhls
773a6fb1b2
{linux, linux-headers}: 5.15.x / 6.{1, 2, 3}.x series
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-04 22:06:31 +02:00
Bernd Kuhls
a4233a5949
linux: bump latest version to 6.3
...
We do not need to add a hash for 6.3, as it was already added in
eadff4efe9 ({toolchain, linux-headers}: add support for 6.3 headers).
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
[yann.morin.1998@free.fr: explain why no hash update]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2023-05-04 22:05:17 +02:00
Daniel Lang
3816471496
package/dnsmasq: fix CVE-2023-28450
...
Adds the upstream patch that fixes the CVE.
No new release so far.
Signed-off-by: Daniel Lang <dalang@gmx.at >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-04 12:05:57 +02:00
Christian Stewart
509a5d66c4
package/go: security bump to version 1.19.9
...
go1.19.9 (released 2023-05-02) includes three security fixes to the
html/template package, as well as bug fixes to the compiler, the runtime, and
the crypto/subtle, crypto/tls, net/http, and syscall packages.
CVE-2023-24539: html/template: improper sanitization of CSS values
CVE-2023-24540: html/template: improper handling of JavaScript whitespace
CVE-2023-29400: html/template: improper handling of empty HTML attributes
https://go.dev/doc/devel/release#go1.19.9
https://github.com/golang/go/issues?q=milestone%3AGo1.19.9+label%3ACherryPickApproved
Signed-off-by: Christian Stewart <christian@aperture.us >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-03 22:29:30 +02:00
James Knight
2c5ee71c48
package/libpqxx: bump version to 7.7.5
...
Signed-off-by: James Knight <james.d.knight@live.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-03 21:40:20 +02:00
Daniel Lang
9a0857d734
package/libgtk3: fix cups backend
...
When explicitly specifying printing backends libgtk3 requires file
to be one of them on linux.
Fixes:
- output/build/libgtk3-3.24.37/modules/printbackends/meson.build:39:4: ERROR: Problem encountered: 'file' print backed needs to be enabled
Signed-off-by: Daniel Lang <dalang@gmx.at >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-01 22:52:01 +02:00
Yann E. MORIN
66d3e74d94
.checkpackageignore: regenerate list
...
Some patches were removed in recent version bumps:
- 492c803117 package/tbb: bump to version 2021.8.0.
- a1e0e7276c package/libmodsecurity: bump to version 3.0.9
- e4fb09f95f package/gstreamer1-editing-services: bump version to 1.22.2
- 460c9fa338 package/pciutils: bump to version 3.9.0
- 0f1d33b6c8 package/crun: bump to version 1.8.4
And some were renamed with a version bump:
- 60d8e52576 package/lua: bump to version 5.4.5
But the ignore list was not updated in any of those commits, the latter
causing issues because the patches are no longer ignored;
package/lua/5.4.5/0001-root-path.patch:0: missing Upstream in the header (http://nightly.buildroot.org/#_additional_patch_documentation )
package/lua/5.4.5/0002-shared-libs-for-lua.patch:0: missing Upstream in the header (http://nightly.buildroot.org/#_additional_patch_documentation )
package/lua/5.4.5/0011-linenoise.patch:0: missing Upstream in the header (http://nightly.buildroot.org/#_additional_patch_documentation )
384140 lines processed
3 warnings generated
Update the ignore list accordingly.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-01 21:51:50 +02:00
James Knight
6b6814f149
package/libcurl: drop override of LD_LIBRARY_PATH
...
A previous commit [1] (libcurl 7.19.2) configured `LD_LIBRARY_PATH` to
prevent cross-compiling errors when target == host; however, such an
override is no longer needed [2][3] (libcurl 7.37, 7.74) and causes
build errors in some environments. Dropping the override.
Fixes:
- https://bugs.busybox.net/show_bug.cgi?id=15181
[1]: a51ce31949
[2]: e48a821ed5
[3]: 6f3369bbcf
Signed-off-by: James Knight <james.d.knight@live.com >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2023-05-01 21:24:20 +02:00
James Knight
8520da532b
package/systemd: update help links
...
When browsing the help references for various systemd features, it was
observed that the `systemd-rfkill` link was dead (originally pointing to
`systemd-rfkill@.service.html`; now `systemd-rfkill.service.html`). This
commit corrects this link, as well as updates all other links to https
(since freedesktop.org now force redirects to https).
Signed-off-by: James Knight <james.d.knight@live.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 19:41:57 +02:00
Francois Perrad
082244179d
package/moarvm: bump to version 2023.02
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 19:38:53 +02:00
Bernd Kuhls
734cc8e951
package/samba4: security bump version to 4.15.13
...
Release notes:
https://www.samba.org/samba/history/samba-4.15.13.html
Fixes CVE-2022-37966, CVE-2022-37967, CVE-2022-38023 & CVE-2022-45141.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 19:38:43 +02:00
Bernd Kuhls
e48887be5a
package/intel-mediasdk: bump version to 23.2.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:53:10 +02:00
Bernd Kuhls
9678576c52
package/intel-mediadriver: bump version to 23.2.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:53:03 +02:00
Bernd Kuhls
64d7856924
package/intel-gmmlib: bump version to 22.3.5
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:52:56 +02:00
Леонид Юрьев (Leonid Yuriev)
20026dd4d7
package/libmdbx: bump version to 0.12.5 "Dynamo"
...
This is stable release of frontward _libmdbx_ branch with new superior features
on the day of 100 anniversary of USSR' «Dynamo» sports and fitness society.
The complete ChangeLog: https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md
Signed-off-by: Леонид Юрьев (Leonid Yuriev) <leo@yuriev.ru >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:51:54 +02:00
Fabrice Fontaine
5b63325e86
package/zeek: disable with libressl
...
Disable building with libressl to avoid the following build failure
raised since the addition of the package in commit
ea36681572 :
In file included from /home/thomas/autobuild/instance-2/output-1/build/zeek-4.1.1/src/analyzer/protocol/mime/MIME.cc:7:
/home/thomas/autobuild/instance-2/output-1/build/zeek-4.1.1/src/zeek/digest.h: In function 'void* EVP_MD_CTX_md_data(const EVP_MD_CTX*)':
/home/thomas/autobuild/instance-2/output-1/build/zeek-4.1.1/src/zeek/digest.h:22:12: error: invalid use of incomplete type 'const EVP_MD_CTX' {aka 'const struct env_md_ctx_st'}
22 | return ctx->md_data;
| ^~
Fixes:
- http://autobuild.buildroot.org/results/2db2988d495f9d06d058fb532a2dcfa9ef6e207c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:49:09 +02:00
Xiangyu Chen
0f1d33b6c8
package/crun: bump to version 1.8.4
...
Changes:
https://github.com/containers/crun/releases/tag/1.8.4
Also emoved 0001-src-crun.c-fix-build-without-dlfcn.h.patch, this
commit has already existed in the latest version release.
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:39:21 +02:00
Maksim Kiselev
6e863bdef4
package/sunxi-tools: fix build dependencies
...
This patch fixes the dependency on libfdt for host-sunxi-tools.
Also it fixes the dependency on zlib for sunxi-tools.
Fix the following host build failure raised since commit
2e330dff6a
fit_image.c:19:10: fatal error: libfdt.h: No such file or directory
19 | #include <libfdt.h>
| ^~~~~~~~~~
compilation terminated.
Fixes: http://autobuild.buildroot.net/results/2677c69ac34642a7a501230e1dd22b193db0899d/
Signed-off-by: Maksim Kiselev <bigunclemax@gmail.com >
Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:37:38 +02:00
Peter Seiderer
244fe62caf
package/coreutils: bump version to 9.3
...
Bugfix release, fixing regressions introduced by 9.2. For details see [1].
[1] https://lists.gnu.org/archive/html/info-gnu/2023-04/msg00006.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:34:48 +02:00
Giulio Benetti
0bd9dabec5
package/rtl8189fs: bump to version 2023-03-27 on rtl8189fs branch
...
Fixes:
http://autobuild.buildroot.net/results/a1c/a1c4c386e60a082d30cae686b9e1d27d01046266/
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:32:05 +02:00
Giulio Benetti
7c30ba90ce
package/rtl8723ds: fix typo CLAGS renaming with CFLAGS
...
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:31:25 +02:00
Francois Perrad
7cccb96696
package/libressl: bump to version 3.7.2
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:13:17 +02:00
Francois Perrad
460c9fa338
package/pciutils: bump to version 3.9.0
...
remove patch, see commit 0478e1f3928bf "Avoid adding multiple version tags
to the same symbol":
https://github.com/pciutils/pciutils/commit/0478e1f3928bf
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:12:05 +02:00
Petr Vorel
1740a066e9
package/iproute2: bump version to 6.2.0
...
Backport 2 fixes from upcoming release (memory leak and incorrect JSON
output).
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 13:06:36 +02:00
James Hilliard
8fb9e8ca6b
package/gst1-python: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:04:09 +02:00
James Hilliard
e29fff8388
package/gst-omx: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:04:01 +02:00
James Hilliard
e4fb09f95f
package/gstreamer1-editing-services: bump version to 1.22.2
...
Drop patch which is now upstream.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:03:55 +02:00
James Hilliard
e796e5a70b
package/gst1-rtsp-server: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:03:49 +02:00
James Hilliard
2231878df2
package/gst1-vaapi: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:03:37 +02:00
James Hilliard
d34c0b3df4
package/gst1-libav: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:03:32 +02:00
James Hilliard
e375104371
package/gst1-devtools: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:03:25 +02:00
James Hilliard
1155c854dc
package/gst1-plugins-ugly: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:03:18 +02:00
James Hilliard
aab52c395e
package/gst1-plugins-bad: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:03:10 +02:00
James Hilliard
9b279b6699
package/gst1-plugins-good: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:03:01 +02:00
James Hilliard
7812b59125
package/gst1-plugins-base: bump version to 1.22.2
...
Signed-off-by: James Hilliard <james.hilliard1@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2023-05-01 10:02:53 +02:00