|
[kirkstone 05/13] polkit: update patches for musl compilation
From: Marta Rybczynska <rybczynska@...>
Update the patch to make netgroup support optional to fit the commit
merged upstream [1], update the other patch depending on one of
From: Marta Rybczynska <rybczynska@...>
Update the patch to make netgroup support optional to fit the commit
merged upstream [1], update the other patch depending on one of
|
By
Armin Kuster
·
#98165
·
|
|
[kirkstone 04/13] polkit: Add --shell /bin/nologin to polkitd user
From: Akash Hadke <akash.hadke@...>
polkitd user has default access to /bin/sh, add --shell /bin/nologin
to remove default access to /bin/sh and avoid login through it.
Signed-off-by: Akash
From: Akash Hadke <akash.hadke@...>
polkitd user has default access to /bin/sh, add --shell /bin/nologin
to remove default access to /bin/sh and avoid login through it.
Signed-off-by: Akash
|
By
Armin Kuster
·
#98164
·
|
|
[kirkstone 03/13] polkit-group-rule-udisks2: fix override syntax in RDEPENDS
From: Yi Zhao <yi.zhao@...>
RDEPENDS_${PN} -> RDEPENDS:${PN}
Signed-off-by: Yi Zhao <yi.zhao@...>
Signed-off-by: Khem Raj <raj.khem@...>
(cherry picked from commit
From: Yi Zhao <yi.zhao@...>
RDEPENDS_${PN} -> RDEPENDS:${PN}
Signed-off-by: Yi Zhao <yi.zhao@...>
Signed-off-by: Khem Raj <raj.khem@...>
(cherry picked from commit
|
By
Armin Kuster
·
#98163
·
|
|
[kirkstone 02/13] polkit: add udisks2 rule
From: Vyacheslav Yurkov <v.yurkov@...>
The rule allows non-priviledged users from plugdev group to
mount/unmount block devices
Signed-off-by: Vyacheslav Yurkov
From: Vyacheslav Yurkov <v.yurkov@...>
The rule allows non-priviledged users from plugdev group to
mount/unmount block devices
Signed-off-by: Vyacheslav Yurkov
|
By
Armin Kuster
·
#98162
·
|
|
[kirkstone 01/13] glmark2: fix compatibility with python-3.11
By
Armin Kuster
·
#98161
·
|
|
[kirkstone 00/13] Patch review
Please have comments back by Wednesday.
The following changes since commit 8f2dc1023482863e2630d1b94052c41ce748b38f:
tracker: upgrade 3.3.1 -> 3.3.2 (2022-07-26 07:27:26 -0700)
are available in
Please have comments back by Wednesday.
The following changes since commit 8f2dc1023482863e2630d1b94052c41ce748b38f:
tracker: upgrade 3.3.1 -> 3.3.2 (2022-07-26 07:27:26 -0700)
are available in
|
By
Armin Kuster
·
#98160
·
|
|
Re: [PATCH 0/5] Upgrade nodejs to 12.22.12 and c-ares to 1.18.1
Hi Armin,
I missed dunfell label during sending these patches.
Please consider this for dunfell branch and not for master ranch.
Thanks,
Best Regards,
Ranjitsinh Rathod
Technical Leader | | KPIT
Hi Armin,
I missed dunfell label during sending these patches.
Please consider this for dunfell branch and not for master ranch.
Thanks,
Best Regards,
Ranjitsinh Rathod
Technical Leader | | KPIT
|
By
Ranjitsinh Rathod
·
#98159
·
|
|
[PATCH 1/5] nodejs: Upgrade to 12.22.12
From: Ranjitsinh Rathod <ranjitsinh.rathod@...>
As per the below release note, it should be a last release for 12.x
stable LTS series.
Link:
From: Ranjitsinh Rathod <ranjitsinh.rathod@...>
As per the below release note, it should be a last release for 12.x
stable LTS series.
Link:
|
By
Ranjitsinh Rathod
·
#98158
·
|
|
[PATCH 2/5] c-ares: Upgrade to 1.17.1 release
From: Khem Raj <raj.khem@...>
Forward port cmake-install-libcares.pc.patch, drop the need to install
pkgconfig files as its already being done by main Makefile
Remove below two patches as
From: Khem Raj <raj.khem@...>
Forward port cmake-install-libcares.pc.patch, drop the need to install
pkgconfig files as its already being done by main Makefile
Remove below two patches as
|
By
Ranjitsinh Rathod
·
#98157
·
|
|
[PATCH 5/5] c-ares: upgrade 1.17.2 -> 1.18.1
From: wangmy <wangmy@...>
c-ares version 1.18.1 - Oct 27 2021
Bug fixes:
ares_getaddrinfo() would return ai_addrlen of 16 for ipv6 adddresses
rather than the sizeof(struct
From: wangmy <wangmy@...>
c-ares version 1.18.1 - Oct 27 2021
Bug fixes:
ares_getaddrinfo() would return ai_addrlen of 16 for ipv6 adddresses
rather than the sizeof(struct
|
By
Ranjitsinh Rathod
·
#98156
·
|
|
[PATCH 4/5] c-ares: remove custom patches
From: Sinan Kaya <okaya@...>
Current patch is breaking the library dependencies added by cmake
especially when you are static linking.
Applications need the ws2_32 library to be linked for
From: Sinan Kaya <okaya@...>
Current patch is breaking the library dependencies added by cmake
especially when you are static linking.
Applications need the ws2_32 library to be linked for
|
By
Ranjitsinh Rathod
·
#98155
·
|
|
[PATCH 3/5] c-ares: upgrade 1.17.1 -> 1.17.2
From: wangmy <wangmy@...>
Conflicts:
meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb
Signed-off-by: Wang Mingyu <wangmy@...>
Signed-off-by: Khem Raj <raj.khem@...>
(cherry
From: wangmy <wangmy@...>
Conflicts:
meta-oe/recipes-support/c-ares/c-ares_1.17.2.bb
Signed-off-by: Wang Mingyu <wangmy@...>
Signed-off-by: Khem Raj <raj.khem@...>
(cherry
|
By
Ranjitsinh Rathod
·
#98154
·
|
|
[PATCH 0/5] Upgrade nodejs to 12.22.12 and c-ares to 1.18.1
From: Ranjitsinh Rathod <ranjitsinhrathod1991@...>
This series upgrades nodejs to 12.22.12 which is the last release from
12.x branch
This nodejs has compile time dependencies with c-ares and
From: Ranjitsinh Rathod <ranjitsinhrathod1991@...>
This series upgrades nodejs to 12.22.12 which is the last release from
12.x branch
This nodejs has compile time dependencies with c-ares and
|
By
Ranjitsinh Rathod
·
#98153
·
|
|
[meta-oe] [PATCH] xrdp: Fix buildpaths warning.
Don't print configure message.
Signed-off-by: Lei Maohui <leimaohui@...>
---
meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
Don't print configure message.
Signed-off-by: Lei Maohui <leimaohui@...>
---
meta-oe/recipes-support/xrdp/xrdp_0.9.18.bb | 1 +
1 file changed, 1 insertion(+)
diff --git
|
By
leimaohui
·
#98152
·
|
|
[meta-oe] [PATCH] dnf-plugin-tui: Fix somw issue in postinstall process.
Signed-off-by: Lei Maohui <leimaohui@...>
---
.../dnf-plugin-tui/dnf-plugin-tui_git.bb | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git
Signed-off-by: Lei Maohui <leimaohui@...>
---
.../dnf-plugin-tui/dnf-plugin-tui_git.bb | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git
|
By
leimaohui
·
#98151
·
|
|
[meta-oe][PATCH] waylandpp: add recipe
This adds C++ bindings for Wayland as used e.g. in the Kodi project
Signed-off-by: Markus Volk <f_l_k@...>
---
.../wayland/waylandpp_1.0.0.bb | 37 +++++++++++++++++++
1 file
This adds C++ bindings for Wayland as used e.g. in the Kodi project
Signed-off-by: Markus Volk <f_l_k@...>
---
.../wayland/waylandpp_1.0.0.bb | 37 +++++++++++++++++++
1 file
|
By
Markus Volk
·
#98150
·
|
|
Re: [meta-oe][PATCH][master-next] nodejs : upgrade 16.14.2 -> 16.16.0
Hi Jason
This patch is not applying cleanly on master-next, can you please rebase on latest master-next and use git format-patch to re-generate the patch and send again ?
Hi Jason
This patch is not applying cleanly on master-next, can you please rebase on latest master-next and use git format-patch to re-generate the patch and send again ?
|
By
Khem Raj
·
#98149
·
|
|
[meta-oe][PATCH][master-next] nodejs : upgrade 16.14.2 -> 16.16.0
From 337d466bd4433159492b0e18a9f654b6047cc73c Mon Sep 17 00:00:00 2001
From: Jason Schonberg <schonm@...>
Date: Sun, 7 Aug 2022 22:44:49 -0400
Subject: [PATCH] Upgrade Nodejs from 16.14.2 to
From 337d466bd4433159492b0e18a9f654b6047cc73c Mon Sep 17 00:00:00 2001
From: Jason Schonberg <schonm@...>
Date: Sun, 7 Aug 2022 22:44:49 -0400
Subject: [PATCH] Upgrade Nodejs from 16.14.2 to
|
By
J. S.
·
#98148
·
|
|
Re: [meta-oe][ 1/1] fluentbit Upgrade to 1.3.5 -> 1.9.6
I am seeing build errors
By
Khem Raj
·
#98147
·
|
|
[meta-networking][PATCH 5/5] autofs: Fix build with glibc 2.36
Signed-off-by: Khem Raj <raj.khem@...>
---
.../autofs/autofs/mount_conflict.patch | 30 +++++++++++++++++++
.../recipes-daemons/autofs/autofs_5.1.8.bb | 1 +
2 files changed, 31
Signed-off-by: Khem Raj <raj.khem@...>
---
.../autofs/autofs/mount_conflict.patch | 30 +++++++++++++++++++
.../recipes-daemons/autofs/autofs_5.1.8.bb | 1 +
2 files changed, 31
|
By
Khem Raj
·
#98146
·
|