From: "akuster" <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [dunfell 00/17] Patch review Nov 18
Date: Wed, 18 Nov 2020 07:07:40 -0800 [thread overview]
Message-ID: <cover.1605711982.git.akuster808@gmail.com> (raw)
Here is the next set for dunfell.
Please have comments back by Friday
The following changes since commit 2a5c534d2b9f01e9c0f39701fccd7fc874945b1c:
python3-pykwalify: fix missing comma (2020-10-04 16:32:42 -0700)
are available in the Git repository at:
git://git.openembedded.org/meta-openembedded-contrib stable/dunfell-nut
http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=stable/dunfell-nut
Anatol Belski (1):
chrony: Patch CVE-2020-14367
Diego Rondini (5):
README: fix incorrect links
gvfs: adjust fuse packageconfig to fuse3
libeigen: update SRC_URI to download from gitlab
libeigen: update SRC_URI to use gitlab git
hplip: use libexecdir
Gianluca Pacchiella (1):
Add missing dependencies for rsnapshot.
Khem Raj (1):
ubi-utils-klibc: Remove trailing slash from S
Lee Chee Yang (2):
glog : improve reproducibility
libgphoto2: improve reproducibility
Mark Jonas (1):
python3-pyinotify: Add missing ctypes dependency
Martin Jansa (1):
remmina: use git fetcher
Ross Burton (1):
mpv: fetch waf in do_fetch
Ulrich Ölmann (1):
usb-modeswitch, usb-modeswitch-data: fix usrmerge
Yi Zhao (1):
samba: upgrade 4.10.17 -> 4.10.18
Zang Ruochen (2):
wireshark: upgrade 3.2.5 -> 3.2.6
wireshark: upgrade 3.2.6 -> 3.2.7
meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb | 2 +-
.../mtd/ubi-utils-klibc_2.0.2.bb | 2 +-
meta-multimedia/README | 2 +-
.../0001-util-Simplify-input-validation.patch | 59 -----
...n-FreeBSD-by-avoiding-NSS_BUFLEN_PAS.patch | 79 -------
...larger-buffer-if-getpwuid_r-returns-.patch | 50 -----
.../{samba_4.10.17.bb => samba_4.10.18.bb} | 7 +-
.../chrony/chrony/CVE-2020-14367.patch | 204 ++++++++++++++++++
.../recipes-support/chrony/chrony_3.5.bb | 1 +
...{wireshark_3.2.5.bb => wireshark_3.2.7.bb} | 2 +-
meta-oe/README | 4 +-
.../recipes-extended/hplip/hplip_3.19.12.bb | 14 +-
.../gphoto2/libgphoto2_2.5.25.bb | 6 +
.../recipes-multimedia/mplayer/mpv_0.32.0.bb | 12 +-
meta-oe/recipes-support/glog/glog_0.3.5.bb | 7 +
.../libeigen/libeigen_3.3.7.bb | 8 +-
.../recipes-support/remmina/remmina_1.3.6.bb | 7 +-
.../rsnapshot/rsnapshot_git.bb | 2 +
.../usb-modeswitch-data_20191128.bb | 4 +-
.../usb-modeswitch/usb-modeswitch_2.6.0.bb | 2 +-
.../python/python3-pyinotify_0.9.6.bb | 3 +-
21 files changed, 252 insertions(+), 225 deletions(-)
delete mode 100644 meta-networking/recipes-connectivity/samba/samba/0001-util-Simplify-input-validation.patch
delete mode 100644 meta-networking/recipes-connectivity/samba/samba/0002-util-Fix-build-on-FreeBSD-by-avoiding-NSS_BUFLEN_PAS.patch
delete mode 100644 meta-networking/recipes-connectivity/samba/samba/0003-util-Reallocate-larger-buffer-if-getpwuid_r-returns-.patch
rename meta-networking/recipes-connectivity/samba/{samba_4.10.17.bb => samba_4.10.18.bb} (97%)
create mode 100644 meta-networking/recipes-support/chrony/chrony/CVE-2020-14367.patch
rename meta-networking/recipes-support/wireshark/{wireshark_3.2.5.bb => wireshark_3.2.7.bb} (96%)
--
2.17.1
next reply other threads:[~2020-11-18 15:08 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-18 15:07 akuster [this message]
2020-11-18 15:07 ` [dunfell 01/17] usb-modeswitch, usb-modeswitch-data: fix usrmerge akuster
2020-11-18 15:07 ` [dunfell 02/17] glog : improve reproducibility akuster
2020-11-18 15:07 ` [dunfell 03/17] README: fix incorrect links akuster
2020-11-18 15:07 ` [dunfell 04/17] libgphoto2: improve reproducibility akuster
2020-11-18 15:07 ` [dunfell 05/17] ubi-utils-klibc: Remove trailing slash from S akuster
2020-11-18 15:07 ` [dunfell 06/17] wireshark: upgrade 3.2.5 -> 3.2.6 akuster
2020-11-18 15:07 ` [dunfell 07/17] wireshark: upgrade 3.2.6 -> 3.2.7 akuster
2020-11-18 15:07 ` [dunfell 08/17] samba: upgrade 4.10.17 -> 4.10.18 akuster
2020-11-18 15:07 ` [dunfell 09/17] mpv: fetch waf in do_fetch akuster
2020-11-18 15:07 ` [dunfell 10/17] chrony: Patch CVE-2020-14367 akuster
2020-11-18 15:07 ` [dunfell 11/17] gvfs: adjust fuse packageconfig to fuse3 akuster
2020-11-18 15:07 ` [dunfell 12/17] libeigen: update SRC_URI to download from gitlab akuster
2020-11-18 15:07 ` [dunfell 13/17] libeigen: update SRC_URI to use gitlab git akuster
2020-11-18 16:43 ` [oe] " Martin Jansa
2020-11-18 15:07 ` [dunfell 14/17] hplip: use libexecdir akuster
2020-11-18 15:07 ` [dunfell 15/17] Add missing dependencies for rsnapshot akuster
2020-11-18 15:07 ` [dunfell 16/17] remmina: use git fetcher akuster
2020-11-18 15:07 ` [dunfell 17/17] python3-pyinotify: Add missing ctypes dependency akuster
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.1605711982.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox