Norbert Lange
712ee21876
package/polkit: fix file permissions to match upstream
...
The permissions are now in sync with meson_post_install.py,
and debian.
Most importantly, polkit-agent-helper-1 is now setuid root,
but also the rules.d directories rather than their parents
are owned by polkitd.
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 16:40:56 +01:00
Etienne Carriere
4744cfb703
package/optee-test: bump to version 3.19.0
...
Bumps OP-TEE test package version to OP-TEE release 3.19.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 10:56:25 +01:00
Etienne Carriere
4e86fdfa4d
package/optee-examples: bump to version 3.19.0
...
Bumps OP-TEE examples package version to OP-TEE release 3.19.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 10:56:25 +01:00
Etienne Carriere
917a961d9c
package/optee-client: bump to version 3.19.0
...
Bumps OP-TEE client package version to OP-TEE release 3.19.0.
This package introduces a mandatory dependency on util-linux and
pk-config packages that were made optional in commit [1], following
3.19.0 release tag. The dependency is related to new library teeacl
for access control list based login identification. This change picks
that commit and defines the dependency only when TEEACL library is
to be embedded. The patch will be removed once we dump to the next
OP-TEE release tag, as state by new BR2 boolean config switch
BR2_PACKAGE_OPTEE_CLIENT_TEEACL.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
[yann.morin.1998@free.fr:
- actually backport upstream commit
- don't default y for BR2_PACKAGE_OPTEE_CLIENT_TEEACL
- select util-linux instead of depending on it
- don't select util-linux-libs, there's no circular deps
- squash both conditions together in .mk
- fix check-package
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 10:53:38 +01:00
Etienne Carriere
9c552f39c9
package/optee-benchmark: bump to version 3.19.0
...
Bumps OP-TEE benchmark package version to OP-TEE release 3.19.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 10:34:12 +01:00
Etienne Carriere
3f748fc748
boot/optee-os: bump to version 3.19.0
...
Bumps OP-TEE OS package version to OP-TEE release 3.19.0.
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 10:34:09 +01:00
Fabrice Fontaine
de82d57b56
package/libftdi1: fix static build with libusb and -latomic
...
Use pkg-config to retrieve libusb dependencies such as -latomic and
avoid the following static build failure raised since bump of libusb to
version 1.0.25 in commit aad609936f
:
/nvmedata/autobuild/instance-29/output-1/per-package/libftdi1/host/bin/../lib/gcc/sparc-buildroot-linux-uclibc/10.3.0/../../../../sparc-buildroot-linux-uclibc/bin/ld: /nvmedata/autobuild/instance-29/output-1/per-package/libftdi1/host/sparc-buildroot-linux-uclibc/sysroot/lib/libusb-1.0.a(core.o): in function `libusb_unref_device':
/nvmedata/autobuild/instance-29/output-1/build/libusb-1.0.25/libusb/core.c:1186: undefined reference to `__atomic_fetch_add_4'
Fixes:
- http://autobuild.buildroot.org/results/1ca7cd85ae60ad4797a6d8a83b2fb51d7eab96d9
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 09:47:01 +01:00
Fabrice Fontaine
1567fbd72d
package/libuwsc: fix wolfssl build
...
libuwsc needs BR2_PACKAGE_WOLFSSL_ALL (which enables openssl compat
layer) to avoid the following wolfssl build failure raised since the
addition of the package in commit
120c04775d
:
/home/br-user/work/instance-1/output-1/build/libuwsc-3.3.5/src/ssl.c:62:5: error: unknown type name 'SSL_CTX'
62 | SSL_CTX *ctx;
| ^~~~~~~
Note that we do not select _ALL when wolfssl is enabled, because wolfssl
is neither the only nor the preferred choice, so the condition would
have to be a bit more complex:
select BR2_PACKAGE_WOLFSSL_ALL if BR2_PACKAGE_WOLFSSL \
&& !BR2_STATIC_LIBS && !BR2_PACKAGE_OPENSSL
It is not overly complicated, but it is no longer trivial or obvious,
and would easily break if the ordering of preferences were to change in
the .mk fie in the future.
Fixes:
- http://autobuild.buildroot.org/results/6c2a6ed6fca1f92aab299f6ed9cd900b20e8d512
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[yann.morin.1998@free.fr: explain why we don't select _ALL]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 09:37:40 +01:00
Fabrice Fontaine
2f2b4c80f4
package/connman: fix CVE-2022-3229{2,3}
...
Fix CVE-2022-32292: In ConnMan through 1.41, remote attackers able to
send HTTP requests to the gweb component are able to exploit a
heap-based buffer overflow in received_data to execute code.
Fix CVE-2022-32293: In ConnMan through 1.41, a man-in-the-middle attack
against a WISPR HTTP query could be used to trigger a use-after-free in
WISPR handling, leading to crashes or code execution.
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-10 09:18:48 +01:00
Fabrice Fontaine
583e06a495
package/proftpd: bump to version 1.3.8
...
Drop patch (already in version)
http://proftpd.org/docs/NEWS-1.3.8
http://proftpd.org/docs/RELEASE_NOTES-1.3.8
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-12-09 19:02:38 +01:00
Fabrice Fontaine
c29929c123
package/dnsmasq: bump to version 2.88
...
https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2022q4/016767.html
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-12-09 19:02:19 +01:00
Fabrice Fontaine
f276188ef7
package/botan: security bump to version 2.19.3
...
Fix CVE-2022-43705: In Botan before 2.19.3, it is possible to forge OCSP
responses due to a certificate verification error. This issue was
introduced in Botan 1.11.34 (November 2016).
https://github.com/randombit/botan/security/advisories/GHSA-4v9w-qvcq-6q7w
https://github.com/randombit/botan/blob/2.19.3/news.rst
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-12-09 19:01:09 +01:00
Christian Stewart
090d126da8
package/go: security bump to version 1.19.4
...
Includes 2 security fixes following the security policy.
- CVE-2022-41720: https://go.dev/issue/56694
- CVE-2022-41717: https://go.dev/issue/56350
https://groups.google.com/g/golang-nuts/c/rQgaDWEvUrE
https://github.com/golang/go/issues?q=milestone%3AGo1.19.4+label%3ACherryPickApproved+
Signed-off-by: Christian Stewart <christian@paral.in>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-12-09 19:00:53 +01:00
Bernd Kuhls
87a09b105b
package/x11r7/xdriver_xf86-video-tga: remove package
...
Building this package is broken with X.org xserver 21.
Fixes:
http://autobuild.buildroot.net/results/de5/de5efd922edb9eb7dc9981b5f10ea402487ee431/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:52:47 +01:00
Bernd Kuhls
565f41e27c
package/x11r7/xdriver_xf86-video-glint: remove package
...
Building this package is broken with X.org xserver 21:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-glint/-/issues/1
Fixes:
http://autobuild.buildroot.net/results/f9d/f9d650ccb4173085cfc8873f1e52ee56caf982fa/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:49:57 +01:00
Bernd Kuhls
d77345d051
package/x11r7/xorgproto: bump version to 2022.2
...
https://lists.x.org/archives/xorg-announce/2022-August/003197.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:34 +01:00
Bernd Kuhls
4b1ff446fb
package/x11r7/xlib_libFS: bump version to 1.0.9
...
https://lists.x.org/archives/xorg-announce/2022-August/003200.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:31 +01:00
Bernd Kuhls
4649c06bff
package/x11r7/xlib_libXfont2: bump version to 2.0.6
...
https://lists.x.org/archives/xorg-announce/2022-August/003203.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:28 +01:00
Bernd Kuhls
74440b3cd2
package/x11r7/xapp_ico: bump version to 1.0.6
...
https://lists.x.org/archives/xorg-announce/2022-August/003205.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:25 +01:00
Bernd Kuhls
445abe597c
package/x11r7/xapp_oclock: bump version to 1.0.5
...
https://lists.x.org/archives/xorg-announce/2022-August/003206.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:22 +01:00
Bernd Kuhls
fe85dbf818
package/x11r7/xapp_showfont: bump version to 1.0.6
...
https://lists.x.org/archives/xorg-announce/2022-August/003207.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:19 +01:00
Bernd Kuhls
a49f656714
package/x11r7/xapp_xmh: bump version to 1.0.4
...
https://lists.x.org/archives/xorg-announce/2022-August/003208.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:16 +01:00
Bernd Kuhls
2f7d13d958
package/x11r7/xlib_libXft: bump version to 2.3.6
...
https://lists.x.org/archives/xorg-announce/2022-September/003211.html
https://lists.x.org/archives/xorg-announce/2022-September/003209.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:14 +01:00
Bernd Kuhls
e2745a3b89
package/x11r7/xapp_fslsfonts: bump version to 1.0.6
...
https://lists.x.org/archives/xorg-announce/2022-September/003210.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:11 +01:00
Bernd Kuhls
4b8022395d
package/x11r7/xlib_libXxf86vm: bump version to 1.1.5
...
https://lists.x.org/archives/xorg-announce/2022-September/003213.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:09 +01:00
Bernd Kuhls
5e2df02d31
package/x11r7/xlib_libXtst: bump version to 1.2.4
...
https://lists.x.org/archives/xorg-announce/2022-September/003214.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:06 +01:00
Bernd Kuhls
5cd2f31a25
package/x11r7/xapp_fstobdf: bump version to 1.0.7
...
https://lists.x.org/archives/xorg-announce/2022-October/003215.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:03 +01:00
Bernd Kuhls
e17f307602
package/x11r7/xdriver_xf86-input-vmmouse: bump version to 13.2.0
...
https://lists.x.org/archives/xorg-announce/2022-October/003217.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:36:00 +01:00
Bernd Kuhls
77c048e629
package/x11r7/xapp_smproxy: bump version to 1.0.7
...
https://lists.x.org/archives/xorg-announce/2022-October/003218.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:35:57 +01:00
Bernd Kuhls
5226485972
package/x11r7/xapp_viewres: bump version to 1.0.7
...
https://lists.x.org/archives/xorg-announce/2022-October/003219.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:35:54 +01:00
Bernd Kuhls
0f18b8dcb4
package/x11r7/xapp_xditview: bump version to 1.0.6
...
https://lists.x.org/archives/xorg-announce/2022-October/003220.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:35:51 +01:00
Bernd Kuhls
ef8faec32d
package/x11r7/xapp_xgc: bump version to 1.0.6
...
https://lists.x.org/archives/xorg-announce/2022-October/003221.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:35:48 +01:00
Bernd Kuhls
dd1c370ad7
package/x11r7/xapp_xkbprint: bump version to 1.0.6
...
https://lists.x.org/archives/xorg-announce/2022-October/003222.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:35:45 +01:00
Bernd Kuhls
08a0ed4d56
package/x11r7/xapp_bdftopcf: bump version to 1.1.1
...
https://lists.x.org/archives/xorg-announce/2022-October/003223.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:35:43 +01:00
Bernd Kuhls
0978ae1d5e
package/x11r7/xlib_libXmu: bump version to 1.1.4
...
https://lists.x.org/archives/xorg-announce/2022-October/003224.html
Updated license hash due to upstream commits:
621f61f7d3
f84dcc7fef
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:35:40 +01:00
Bernd Kuhls
6111bac9e5
package/x11r7/xcb-util-cursor: bump version to 0.1.4
...
https://lists.x.org/archives/xorg-announce/2022-October/003230.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:35:11 +01:00
Bernd Kuhls
f7b4285281
package/x11r7/xcb-util-image: bump version to 0.4.1
...
https://lists.x.org/archives/xorg-announce/2022-October/003231.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:26 +01:00
Bernd Kuhls
cd91f23a6a
package/x11r7/xcb-util-keysyms: bump version to 0.4.1
...
https://lists.x.org/archives/xorg-announce/2022-October/003233.html
Added license file.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:24 +01:00
Bernd Kuhls
8b42c06423
package/x11r7/xcb-util-renderutil: bump version to 0.3.10
...
https://lists.x.org/archives/xorg-announce/2022-October/003234.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:21 +01:00
Bernd Kuhls
f7f74ba0b3
package/x11r7/xcb-util-wm: bump version to 0.4.2
...
https://lists.x.org/archives/xorg-announce/2022-October/003235.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:18 +01:00
Bernd Kuhls
c999fb9a05
package/x11r7/xapp_xfsinfo: bump version to 1.0.7
...
https://lists.x.org/archives/xorg-announce/2022-October/003238.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:15 +01:00
Bernd Kuhls
c93b50a34a
package/x11r7/xlib_libXrender: bump version to 0.9.11
...
https://lists.x.org/archives/xorg-announce/2022-October/003239.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:13 +01:00
Bernd Kuhls
51818b18b9
package/x11r7/xapp_xsetroot: bump version to 1.1.3
...
https://lists.x.org/archives/xorg-announce/2022-October/003240.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:10 +01:00
Bernd Kuhls
f28be9b1fd
package/x11r7/xlib_libXext: bump version to 1.3.5
...
https://lists.x.org/archives/xorg-announce/2022-October/003241.html
Updated license hash due to upstream commits
81a3d082b1
b6929c143e
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:07 +01:00
Bernd Kuhls
1261e78ee2
package/x11r7/xapp_x11perf: bump version to 1.6.2
...
https://lists.x.org/archives/xorg-announce/2022-October/003242.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:04 +01:00
Bernd Kuhls
228780fbde
package/x11r7/xutil_makedepend: bump version to 1.0.7
...
https://lists.x.org/archives/xorg-announce/2022-October/003243.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:34:01 +01:00
Bernd Kuhls
b97079d921
package/x11r7/xlib_libXinerama: bump version to 1.1.5
...
https://lists.x.org/archives/xorg-announce/2022-October/003244.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:33:58 +01:00
Bernd Kuhls
8bf8f441d1
package/x11r7/xapp_rgb: bump version to 1.1.0
...
https://lists.x.org/archives/xorg-announce/2022-October/003245.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:33:28 +01:00
Bernd Kuhls
5ded7c84b5
package/x11r7/xapp_sessreg: bump version to 1.1.3
...
https://lists.x.org/archives/xorg-announce/2022-October/003246.html
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:32:47 +01:00
Bernd Kuhls
671c130b0c
package/x11r7/xlib_libX11: bump version to 1.8.2
...
Update license hash due to upstream commits
a04b84f0f7
a35d706cd8
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-12-09 17:32:45 +01:00