All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [langdale 00/26] Patch review Jan 8th
Date: Sun,  8 Jan 2023 10:20:35 -0500	[thread overview]
Message-ID: <cover.1673191116.git.akuster808@gmail.com> (raw)

Please have comments back by Tuesday.

The following changes since commit c354f92778c1d4bcd3680af7e0fb0d1414de2344:

  chrony: Remove the libcap and nss PACKAGECONFIGs (2022-11-18 10:11:45 -0500)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib stable/langdale-nut
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/langdale-nut

Alexander Stein (1):
  dool: Add patch to fix rebuild

Archana Polampalli (1):
  Nodejs - Upgrade to 16.18.1

Chen Pei (1):
  botan: upgrade 2.19.2 -> 2.19.3

Chen Qi (3):
  xfce4-verve-plugin: fix do_configure faiure about missing libpcre
  networkmanager: fix dhcpcd PACKAGECONFIG
  networkmanager: install config files into correct place

Kai Kang (2):
  freeradius: fix multilib systemd service start failure
  postfix: fix multilib conflict of sample-main.cf

Khem Raj (8):
  gnome-text-editor: Add missing libpcre build time depenedency
  ettercap: Add missing dependency on libpcre
  imapfilter: Upgrade to 2.7.6
  aufs-util: Fix build with large file support enabled systems
  volume-key: Inherit python3targetconfig
  audit: Inherit python3targetconfig
  waf-samba.bbclass: point PYTHON_CONFIG to target python3-config
  fontforge: Inherit python3targetconfig

Markus Volk (1):
  blueman: add RDEPEND on python3-fcntl

Martin Jansa (1):
  nss: fix SRC_URI

Mathieu Dubois-Briand (2):
  nss: Add missing CVE product
  nss: Whitelist CVEs related to libnssdbm

Omkar Patil (1):
  ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3

Samuli Piippo (1):
  protobuf: stage protoc binary to sysroot

Wang Mingyu (3):
  audit: upgrade 3.0.8 -> 3.0.9
  colord: upgrade 1.4.5 -> 1.4.6
  smcroute: upgrade 2.5.5 -> 2.5.6

Yi Zhao (1):
  ostree: fix selinux policy rebuild error on first deployment

 ...5.17.bb => ntfs-3g-ntfsprogs_2022.10.3.bb} |   2 +-
 ...-Do-not-build-LFS-version-of-readdir.patch |  32 +++
 .../recipes-utils/aufs-util/aufs-util_git.bb  |   1 +
 .../gnome-text-editor_42.2.bb                 |   1 +
 meta-networking/classes/waf-samba.bbclass     |   1 +
 .../blueman/blueman_2.3.4.bb                  |   1 +
 .../freeradius/files/radiusd.service          |   3 +-
 .../freeradius/freeradius_3.0.21.bb           |  30 ++
 .../networkmanager/networkmanager_1.40.0.bb   |   6 +-
 .../recipes-daemons/postfix/postfix.inc       |   2 +-
 .../ettercap/ettercap_0.8.3.1.bb              |   1 +
 .../{smcroute_2.5.5.bb => smcroute_2.5.6.bb}  |   2 +-
 .../{botan_2.19.2.bb => botan_2.19.3.bb}      |   2 +-
 .../oe-npm-cache                              |   0
 ....14.bb => nodejs-oe-cache-native_16.18.bb} |   0
 ...patch => 0001-Using-native-binaries.patch} |  40 +--
 ...Install-both-binaries-and-use-libdir.patch |  96 -------
 ...5-add-openssl-legacy-provider-option.patch | 151 ----------
 .../{nodejs_16.14.2.bb => nodejs_16.18.1.bb}  |   8 +-
 .../protobuf/protobuf_3.21.5.bb               |   2 +
 ...uild-selinux-policy-on-first-deploym.patch |  44 +++
 .../recipes-extended/ostree/ostree_2022.5.bb  |   1 +
 .../volume_key/volume-key_0.3.12.bb           |   2 +-
 .../fontforge/fontforge_20220308.bb           |   2 +-
 .../audit/{audit_3.0.8.bb => audit_3.0.9.bb}  |   4 +-
 meta-oe/recipes-support/colord/colord.inc     |   4 +-
 .../dool/dool/0001-Fix-rename-in-docs.patch   | 261 ++++++++++++++++++
 meta-oe/recipes-support/dool/dool_1.1.0.bb    |   1 +
 ...mapfilter_2.7.5.bb => imapfilter_2.7.6.bb} |   8 +-
 meta-oe/recipes-support/nss/nss_3.74.bb       |   8 +-
 .../verve/xfce4-verve-plugin_2.0.1.bb         |   1 +
 31 files changed, 431 insertions(+), 286 deletions(-)
 rename meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/{ntfs-3g-ntfsprogs_2022.5.17.bb => ntfs-3g-ntfsprogs_2022.10.3.bb} (95%)
 create mode 100644 meta-filesystems/recipes-utils/aufs-util/aufs-util/0001-libau-Do-not-build-LFS-version-of-readdir.patch
 rename meta-networking/recipes-support/smcroute/{smcroute_2.5.5.bb => smcroute_2.5.6.bb} (90%)
 rename meta-oe/recipes-crypto/botan/{botan_2.19.2.bb => botan_2.19.3.bb} (93%)
 rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-16.14 => nodejs-oe-cache-16.18}/oe-npm-cache (100%)
 rename meta-oe/recipes-devtools/nodejs/{nodejs-oe-cache-native_16.14.bb => nodejs-oe-cache-native_16.18.bb} (100%)
 rename meta-oe/recipes-devtools/nodejs/nodejs/{0002-Using-native-binaries.patch => 0001-Using-native-binaries.patch} (70%)
 delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0002-Install-both-binaries-and-use-libdir.patch
 delete mode 100644 meta-oe/recipes-devtools/nodejs/nodejs/0005-add-openssl-legacy-provider-option.patch
 rename meta-oe/recipes-devtools/nodejs/{nodejs_16.14.2.bb => nodejs_16.18.1.bb} (94%)
 create mode 100644 meta-oe/recipes-extended/ostree/ostree/0001-deploy-Don-t-rebuild-selinux-policy-on-first-deploym.patch
 rename meta-oe/recipes-security/audit/{audit_3.0.8.bb => audit_3.0.9.bb} (97%)
 create mode 100644 meta-oe/recipes-support/dool/dool/0001-Fix-rename-in-docs.patch
 rename meta-oe/recipes-support/imapfilter/{imapfilter_2.7.5.bb => imapfilter_2.7.6.bb} (60%)

-- 
2.25.1



             reply	other threads:[~2023-01-08 15:21 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-08 15:20 Armin Kuster [this message]
2023-01-08 15:20 ` [langdale 01/26] blueman: add RDEPEND on python3-fcntl Armin Kuster
2023-01-08 15:20 ` [langdale 02/26] nss: fix SRC_URI Armin Kuster
2023-01-08 15:20 ` [langdale 03/26] xfce4-verve-plugin: fix do_configure faiure about missing libpcre Armin Kuster
2023-01-08 15:20 ` [langdale 04/26] gnome-text-editor: Add missing libpcre build time depenedency Armin Kuster
2023-01-08 15:20 ` [langdale 05/26] ettercap: Add missing dependency on libpcre Armin Kuster
2023-01-08 15:20 ` [langdale 06/26] ntfs-3g-ntfsprogs: Upgrade 2022.5.17 to 2022.10.3 Armin Kuster
2023-01-08 15:20 ` [langdale 07/26] freeradius: fix multilib systemd service start failure Armin Kuster
2023-01-08 15:20 ` [langdale 08/26] Nodejs - Upgrade to 16.18.1 Armin Kuster
2023-01-08 15:20 ` [langdale 09/26] protobuf: stage protoc binary to sysroot Armin Kuster
2023-01-08 15:20 ` [langdale 10/26] imapfilter: Upgrade to 2.7.6 Armin Kuster
2023-01-08 15:20 ` [langdale 11/26] ostree: fix selinux policy rebuild error on first deployment Armin Kuster
2023-01-08 15:20 ` [langdale 12/26] botan: upgrade 2.19.2 -> 2.19.3 Armin Kuster
2023-01-08 15:20 ` [langdale 13/26] audit: upgrade 3.0.8 -> 3.0.9 Armin Kuster
2023-01-08 15:20 ` [langdale 14/26] colord: upgrade 1.4.5 -> 1.4.6 Armin Kuster
2023-01-08 15:20 ` [langdale 15/26] aufs-util: Fix build with large file support enabled systems Armin Kuster
2023-01-08 15:20 ` [langdale 16/26] volume-key: Inherit python3targetconfig Armin Kuster
2023-01-08 15:20 ` [langdale 17/26] audit: " Armin Kuster
2023-01-08 15:20 ` [langdale 18/26] waf-samba.bbclass: point PYTHON_CONFIG to target python3-config Armin Kuster
2023-01-08 15:20 ` [langdale 19/26] fontforge: Inherit python3targetconfig Armin Kuster
2023-01-08 15:20 ` [langdale 20/26] smcroute: upgrade 2.5.5 -> 2.5.6 Armin Kuster
2023-01-08 15:20 ` [langdale 21/26] postfix: fix multilib conflict of sample-main.cf Armin Kuster
2023-01-08 15:20 ` [langdale 22/26] dool: Add patch to fix rebuild Armin Kuster
2023-01-08 15:20 ` [langdale 23/26] networkmanager: fix dhcpcd PACKAGECONFIG Armin Kuster
2023-01-08 15:20 ` [langdale 24/26] networkmanager: install config files into correct place Armin Kuster
2023-01-08 15:21 ` [langdale 25/26] nss: Add missing CVE product Armin Kuster
2023-01-08 15:21 ` [langdale 26/26] nss: Whitelist CVEs related to libnssdbm Armin Kuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1673191116.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.