[oe] [meta-oe][PATCH] plymouth: Fix virtual RPROVIDES

2017-04-03 Thread Robert Joslyn
Runtime package names cannot have slashes in them, so replace "virtual/" with "virtual-" in RPROVIDES. Signed-off-by: Robert Joslyn <robert_jos...@selinc.com> --- meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[oe] [meta-networking][PATCH] chrony: Update to version 3.2

2017-11-18 Thread Robert Joslyn
Signed-of-by: Robert Joslyn <robert.jos...@redrectangle.org> --- .../recipes-support/chrony/chrony/arm_eabi.patch | 36 +- .../chrony/{chrony_2.4.bb => chrony_3.2.bb}| 6 ++-- 2 files changed, 24 insertions(+), 18 deletions(-) rename meta-networking/recipe

[oe] [meta-oe][master][sumo][PATCH] htop: Fix typo

2018-05-12 Thread Robert Joslyn
Signed-off-by: Robert Joslyn <robert.jos...@redrectangle.org> --- meta-oe/recipes-support/htop/htop_2.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/htop/htop_2.1.0.bb b/meta-oe/recipes-support/htop/htop_2.1.0.bb index 5ff2fcfbf..335

[oe] [meta-oe][rocko][PATCH] meson.bbclass: Backport rework from OE-core

2018-05-12 Thread Robert Joslyn
to OE-core for future releases, backport the entire class to fix this issue and others. Signed-off-by: Robert Joslyn <robert.jos...@redrectangle.org> --- meta-oe/classes/meson.bbclass | 74 --- 1 file changed, 49 insertions(+), 25 deletions(-) diff --git

[oe] [meta-networking][PATCH] chrony: Update to version 3.3

2018-05-13 Thread Robert Joslyn
Signed-off-by: Robert Joslyn <robert.jos...@redrectangle.org> --- .../recipes-support/chrony/chrony/arm_eabi.patch| 17 + .../chrony/{chrony_3.2.bb => chrony_3.3.bb} | 4 ++-- 2 files changed, 15 insertions(+), 6 deletions(-) rename meta-networkin

Re: [oe] [meta-python][PATCH v2 4/5] python-parse-type: Add Python 3 recipe

2018-08-02 Thread Robert Joslyn
On Thu, 2018-08-02 at 11:11 -0700, Khem Raj wrote: > On Mon, Jul 30, 2018 at 8:11 PM Robert Joslyn > wrote: > > > > Clarify license from BSD to BSD-3-Clause. > > --- > > meta-python/recipes-devtools/python/python-parse-type.inc | 12 > > >

[oe] [meta-python][PATCH v3 1/5] python-linecache2: Add recipe

2018-08-02 Thread Robert Joslyn
--- .../recipes-devtools/python/python-linecache2_1.0.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-linecache2_1.0.0.bb diff --git a/meta-python/recipes-devtools/python/python-linecache2_1.0.0.bb

[oe] [meta-python][PATCH v3 0/5] Add python3-behave Recipe

2018-08-02 Thread Robert Joslyn
to a newer version on master. Rebase on master, adding python3-parse only. * Add HOMEPAGE to python-parse.inc Robert Joslyn (5): python-linecache2: Add recipe python-traceback2: Add recipe python3-parse: Add recipe python-parse-type: Add Python 3 recipe python-behave: Add Python 3 recipe

[oe] [meta-python][PATCH v3 3/5] python3-parse: Add recipe

2018-08-02 Thread Robert Joslyn
Correct the license to MIT. The PyPI metadata says BSD, but the license text in the code is actually MIT. --- meta-python/recipes-devtools/python/python-parse.inc | 14 ++ meta-python/recipes-devtools/python/python-parse_1.8.4.bb | 15 ++-

[oe] [meta-python][PATCH v3 2/5] python-traceback2: Add recipe

2018-08-02 Thread Robert Joslyn
--- .../recipes-devtools/python/python-traceback2_1.4.0.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-traceback2_1.4.0.bb diff --git a/meta-python/recipes-devtools/python/python-traceback2_1.4.0.bb

[oe] [meta-python][PATCH v3 4/5] python-parse-type: Add Python 3 recipe

2018-08-02 Thread Robert Joslyn
Clarify license from BSD to BSD-3-Clause. --- meta-python/recipes-devtools/python/python-parse-type.inc | 12 .../recipes-devtools/python/python-parse-type_0.4.2.bb | 13 ++--- .../recipes-devtools/python/python3-parse-type_0.4.2.bb | 2 ++ 3 files changed, 16

[oe] [meta-python][PATCH v3 5/5] python-behave: Add Python 3 recipe

2018-08-02 Thread Robert Joslyn
Fix broken dependencies of Python 2 recipe as well. --- meta-python/recipes-devtools/python/python-behave.inc| 15 +++ .../recipes-devtools/python/python-behave_1.2.6.bb | 16 +++- .../recipes-devtools/python/python3-behave_1.2.6.bb | 2 ++ 3 files changed,

Re: [oe] [meta-python][PATCH 4/5] python-parse-type: Add Python 3 recipe

2018-07-30 Thread Robert Joslyn
On Sun, 2018-07-29 at 21:04 -0700, Khem Raj wrote: > > > On Sun, Jul 29, 2018 at 8:37 PM Robert Joslyn ngle.org> wrote: > > --- > > meta-python/recipes-devtools/python/python-parse-type.inc | 11 > > +++ > > .../recipes-devtools/python/

[oe] [meta-python][PATCH 5/5] python-behave: Add Python 3 recipe

2018-07-29 Thread Robert Joslyn
Fix broken dependencies of Python 2 recipe as well. --- meta-python/recipes-devtools/python/python-behave.inc| 15 +++ .../recipes-devtools/python/python-behave_1.2.6.bb | 16 +++- .../recipes-devtools/python/python3-behave_1.2.6.bb | 2 ++ 3 files changed,

[oe] [meta-python][PATCH 3/5] python-parse: Update to 1.8.4 and add Python 3 version

2018-07-29 Thread Robert Joslyn
Correct the license to MIT. The PyPI metadata says BSD, but the license text in the code is actually MIT. --- meta-python/recipes-devtools/python/python-parse.inc | 13 + meta-python/recipes-devtools/python/python-parse_1.8.2.bb | 13 -

[oe] [meta-python][PATCH 1/5] python-linecache2: Add recipe

2018-07-29 Thread Robert Joslyn
--- .../recipes-devtools/python/python-linecache2_1.0.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-linecache2_1.0.0.bb diff --git a/meta-python/recipes-devtools/python/python-linecache2_1.0.0.bb

[oe] [meta-python][PATCH 4/5] python-parse-type: Add Python 3 recipe

2018-07-29 Thread Robert Joslyn
--- meta-python/recipes-devtools/python/python-parse-type.inc | 11 +++ .../recipes-devtools/python/python-parse-type_0.4.2.bb | 13 ++--- .../recipes-devtools/python/python3-parse-type_0.4.2.bb | 2 ++ 3 files changed, 15 insertions(+), 11 deletions(-) create mode

[oe] [meta-python][PATCH 2/5] python-traceback2: Add recipe

2018-07-29 Thread Robert Joslyn
--- .../recipes-devtools/python/python-traceback2_1.4.0.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-traceback2_1.4.0.bb diff --git a/meta-python/recipes-devtools/python/python-traceback2_1.4.0.bb

[oe] [meta-python][PATCH v2 4/5] python-parse-type: Add Python 3 recipe

2018-07-30 Thread Robert Joslyn
Clarify license from BSD to BSD-3-Clause. --- meta-python/recipes-devtools/python/python-parse-type.inc | 12 .../recipes-devtools/python/python-parse-type_0.4.2.bb | 13 ++--- .../recipes-devtools/python/python3-parse-type_0.4.2.bb | 2 ++ 3 files changed, 16

[oe] [meta-python][PATCH v2 2/5] python-traceback2: Add recipe

2018-07-30 Thread Robert Joslyn
--- .../recipes-devtools/python/python-traceback2_1.4.0.bb| 15 +++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-traceback2_1.4.0.bb diff --git a/meta-python/recipes-devtools/python/python-traceback2_1.4.0.bb

[oe] [meta-python][PATCH v2 5/5] python-behave: Add Python 3 recipe

2018-07-30 Thread Robert Joslyn
Fix broken dependencies of Python 2 recipe as well. --- meta-python/recipes-devtools/python/python-behave.inc| 15 +++ .../recipes-devtools/python/python-behave_1.2.6.bb | 16 +++- .../recipes-devtools/python/python3-behave_1.2.6.bb | 2 ++ 3 files changed,

[oe] [meta-python][PATCH v2 3/5] python-parse: Update to 1.8.4 and add Python 3 version

2018-07-30 Thread Robert Joslyn
Correct the license to MIT. The PyPI metadata says BSD, but the license text in the code is actually MIT. --- meta-python/recipes-devtools/python/python-parse.inc | 13 + meta-python/recipes-devtools/python/python-parse_1.8.2.bb | 13 -

[oe] [meta-python][PATCH v2 0/5] Add python3-behave Recipe

2018-07-30 Thread Robert Joslyn
Add Python 3 version of python-behave and its dependencies. Fix missing dependencies for the Python 2 recipe as well. Changes in v2: * Clarify license of python-parse-type from BSD to BSD-3-Clause * Add HOMEPAGE to python-parse-type.inc Robert Joslyn (5): python-linecache2: Add recipe python

[oe] [meta-oe][PATCH] htop: Update to 2.1.0

2018-04-08 Thread Robert Joslyn
Add PACKAGECONFIG options and update formatting to better conform to the style guide. Signed-off-by: Robert Joslyn <robert.jos...@redrectangle.org> --- .../htop/files/0001-Use-pkg-config.patch | 35 +- meta-oe/recipes-support/htop/htop_2.0.2.bb

Re: [oe] [meta-oe][PATCH 4/5] gpm: Remove duplicate definition of _GNU_SOURCE

2019-04-14 Thread Robert Joslyn
On Sun, 2019-04-14 at 11:15 -0700, Khem Raj wrote: > > > On Sun, Apr 14, 2019 at 11:09 AM Robert Joslyn < > robert.jos...@redrectangle.org> wrote: > > The Makefile already sets -D_GNU_SOURCE in CPPFLAGS, no need to > > patch it > > in again. > >

Re: [oe] [meta-oe][PATCH 4/5] gpm: Remove duplicate definition of _GNU_SOURCE

2019-04-15 Thread Robert Joslyn
On Sun, 2019-04-14 at 11:15 -0700, Khem Raj wrote: > > > On Sun, Apr 14, 2019 at 11:09 AM Robert Joslyn < > robert.jos...@redrectangle.org> wrote: > > The Makefile already sets -D_GNU_SOURCE in CPPFLAGS, no need to > > patch it > > in again. > > Have

[oe] [meta-oe][PATCH] lmsensors: Update to 3.5.0

2019-06-02 Thread Robert Joslyn
* Switch to git rather than using inconsistent GitHub archive tarballs. * Dependency on libsysfs was removed in 3.0.1 * Remove upstreamed patch fixing musl support and refresh remaining patches * Remove unnecessary conditional on systemd. The update-rc.d and systemd classes handle placement of

[oe] [meta-oe][PATCH] cryptsetup: Add PACKAGECONFIG options

2019-06-02 Thread Robert Joslyn
Add various PACKAGECONFIG options, keeping the default options enabled. --- .../cryptsetup/cryptsetup_2.1.0.bb| 51 ++- 1 file changed, 49 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb

Re: [oe] [meta-oe][PATCH] cryptsetup: Add PACKAGECONFIG options

2019-06-06 Thread Robert Joslyn
On Thu, 2019-06-06 at 07:24 -0700, akuster808 wrote: > > On 6/2/19 4:12 PM, Robert Joslyn wrote: > > Add various PACKAGECONFIG options, keeping the default options > > enabled. > the PACKCONFIG went from openssl to a lot more, how is that keeping > the > defa

[oe] [meta-xfce][PATCH 1/2] xfce4-session: Add xrdb RDEPENDS

2019-06-05 Thread Robert Joslyn
The /etc/xdg/xfce4/xinitrc file calls xrdb, so add it as an RDEPENDS. Signed-off-by: Robert Joslyn --- meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb b

[oe] [meta-xfce][PATCH 2/2] xfce4-session: Reformat DEPENDS and RDEPENDS

2019-06-05 Thread Robert Joslyn
Break them over multiple lines to make updates easier. Signed-off-by: Robert Joslyn --- .../xfce4-session/xfce4-session_4.13.2.bb | 24 +-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.13.2.bb b/meta

Re: [oe] [meta-oe][PATCH] cryptsetup: Add PACKAGECONFIG options

2019-07-02 Thread Robert Joslyn
On Mon, 2019-07-01 at 23:53 +, Peter Kjellerstedt wrote: > > -Original Message- > > From: Robert Joslyn > > Sent: den 28 juni 2019 05:51 > > To: Peter Kjellerstedt ; akuster808 > > ; openembedded-devel@lists.openembedded.org > > Subject: Re: [

Re: [oe] [meta-oe][PATCH] cryptsetup: Add PACKAGECONFIG options

2019-06-27 Thread Robert Joslyn
t; -Original Message- > > From: openembedded-devel-boun...@lists.openembedded.org > devel-boun...@lists.openembedded.org> On Behalf Of Robert Joslyn > > Sent: den 7 juni 2019 05:46 > > To: akuster808 ; openembedded- > > de...@lists.openembedded.org > > Su

[oe] [meta-oe][PATCH] cryptsetup: Don't enable udev for native build

2019-07-02 Thread Robert Joslyn
isn't needed at build time, just runtime. Signed-off-by: Robert Joslyn --- meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.1.0.bb b/meta-oe/recipes-crypto/cryptsetup

[oe] [meta-oe][PATCH 2/5] gpm: Add PID file to systemd unit file

2019-04-14 Thread Robert Joslyn
This helps systemd identify the main process of the service. Signed-off-by: Robert Joslyn --- meta-oe/recipes-support/gpm/gpm/gpm.service.in | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-support/gpm/gpm/gpm.service.in b/meta-oe/recipes-support/gpm/gpm/gpm.service.in index

[oe] [meta-oe][PATCH 1/5] gpm: Fix gpm path in unit file

2019-04-14 Thread Robert Joslyn
The binary is installed to ${sbindir}, but the unit file used ${bindir}. Signed-off-by: Robert Joslyn --- meta-oe/recipes-support/gpm/gpm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/gpm/gpm_git.bb b/meta-oe/recipes-support/gpm/gpm_git.bb

[oe] [meta-oe][PATCH 4/5] gpm: Remove duplicate definition of _GNU_SOURCE

2019-04-14 Thread Robert Joslyn
The Makefile already sets -D_GNU_SOURCE in CPPFLAGS, no need to patch it in again. Signed-off-by: Robert Joslyn --- meta-oe/recipes-support/gpm/gpm/processcreds.patch | 12 meta-oe/recipes-support/gpm/gpm_git.bb | 1 - 2 files changed, 13 deletions(-) delete mode

[oe] [meta-oe][PATCH 5/5] gpm: Recipe cleanup

2019-04-14 Thread Robert Joslyn
* Add SUMMARY and HOMEPAGE * Remove unnecessary FILES line, as the specified directory does not exist * Remove unnecessary conditional placement of init script and systemd unit file. The update-rc.d and systemd classes handle packaging of these files. Signed-off-by: Robert Joslyn --- meta

[oe] [meta-oe][PATCH 3/5] gpm: Generate documentation

2019-04-14 Thread Robert Joslyn
Remove patch disabling documentation, since it builds and is packaged properly. Signed-off-by: Robert Joslyn --- meta-oe/recipes-support/gpm/gpm/no-docs.patch | 18 -- meta-oe/recipes-support/gpm/gpm_git.bb| 1 - 2 files changed, 19 deletions(-) delete mode 100644 meta

[oe] [meta-oe][PATCH 2/3] iwd: Add PACKAGECONFIG options

2020-01-31 Thread Robert Joslyn
Make it easier to disable optional client, monitor, and man page components and their dependencies. A user may want to disable the client to avoid the use of GPLv3 readline. Signed-off-by: Robert Joslyn --- meta-oe/recipes-connectivity/iwd/iwd_1.4.bb | 14 -- 1 file changed, 12

[oe] [meta-oe][PATCH 1/3] iwd: Update to 1.4

2020-01-31 Thread Robert Joslyn
ple configuration support checks. Fix issue with handling TLS tunnel and PEAPv0. Add support for radio resource management. Signed-off-by: Robert Joslyn --- ...am-Avoid-redirection-of-input-and-output-fi.patch | 12 +--- .../iwd/{iwd_1.0.bb => iwd_1.4.bb}

[oe] [meta-oe][PATCH 3/3] iwd: Update formatting

2020-01-31 Thread Robert Joslyn
Try to conform better to the style guide. Signed-off-by: Robert Joslyn --- meta-oe/recipes-connectivity/iwd/iwd_1.4.bb | 35 + 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.4.bb b/meta-oe/recipes-connectivity/iwd

[oe] [meta-oe][PATCH v2 1/4] iwd: Update to 1.4

2020-02-04 Thread Robert Joslyn
RRM requests. Fix issue with handling parent TSF value for RRM requests. ver 1.1: Fix issue with simple configuration support checks. Fix issue with handling TLS tunnel and PEAPv0. Add support for radio resource management. Signed-off-by: Robert Joslyn --- ...d-redirect

[oe] [meta-oe][PATCH v2 2/4] iwd: Add PACKAGECONFIG options

2020-02-04 Thread Robert Joslyn
Make it easier to disable optional client, monitor, and man page components and their dependencies. A user may want to disable the client to avoid the use of GPLv3 readline. Signed-off-by: Robert Joslyn --- meta-oe/recipes-connectivity/iwd/iwd_1.4.bb | 14 -- 1 file changed, 12

[oe] [meta-oe][PATCH v2 4/4] iwd: Update formatting

2020-02-04 Thread Robert Joslyn
Try to conform better to the style guide. Signed-off-by: Robert Joslyn --- meta-oe/recipes-connectivity/iwd/iwd_1.4.bb | 35 + 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.4.bb b/meta-oe/recipes-connectivity/iwd

[oe] [meta-oe][PATCH v2 3/4] iwd: Use manpages class to control documentation

2020-02-04 Thread Robert Joslyn
This class allows the api-documentation distro feature to control man page generation. Remove copying all .txt files from ${S}/doc since these are developer documents and wouldn't be of any use to users on the target device. Signed-off-by: Robert Joslyn --- meta-oe/recipes-connectivity/iwd

Re: [oe] [meta-oe][PATCH 2/3] iwd: Add PACKAGECONFIG options

2020-02-02 Thread Robert Joslyn
On Sat, 2020-02-01 at 15:25 +, Alex Kiernan wrote: > On Fri, Jan 31, 2020 at 9:45 PM Robert Joslyn > wrote: > > Make it easier to disable optional client, monitor, and man page > > components and their dependencies. A user may want to disable the > > client >

Re: [oe] [meta-oe][PATCH 1/3] iwd: Update to 1.4

2020-01-31 Thread Robert Joslyn
bert > On Fri, Jan 31, 2020 at 1:47 PM Robert Joslyn > wrote: > > dbus is not required to compile, but is expected at run time. Move it > > to > > RDEPENDS. > > > > From upstream changelog: > > > > ver 1.4: > > Fix issue with handl

[oe] [meta-oe][dunfell][PATCH] postgresql: Update to 12.4

2020-09-14 Thread Robert Joslyn
/release-12-4.html Signed-off-by: Robert Joslyn --- meta-oe/recipes-dbs/postgresql/postgresql.inc | 4 +--- .../postgresql/{postgresql_12.3.bb => postgresql_12.4.bb} | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) rename meta-oe/recipes-dbs/postgresql/{postgresql_12.3

[oe] [meta-oe][PATCH] htop: Update to 3.0.1

2020-09-12 Thread Robert Joslyn
no longer necessary to remove it before configure. Signed-off-by: Robert Joslyn --- .../0001-Ask-for-python3-specifically.patch | 26 .../htop/files/htop-gcc10.patch | 31 --- .../htop/{htop_2.2.0.bb => htop_3.0.1.bb} | 21 + 3 fi

[oe] [meta-oe][PATCH] postgresql: Update to 12.4

2020-09-12 Thread Robert Joslyn
createlang, droplang, and the tsearch2 module were all removed in the 10.0 release. More details are in the release notes: https://www.postgresql.org/docs/10/release-10.html Signed-off-by: Robert Joslyn --- meta-oe/recipes-dbs/postgresql/postgresql.inc | 4 +--- .../postgresql

[oe] [meta-oe][PATCH] consolation: Add recipe

2020-09-12 Thread Robert Joslyn
Consolation is a daemon that provide copy-paste and scrolling support to the Linux console. It is based on the libinput library and supports all pointer devices and settings provided by this library, Similar software include gpm and jamd. Signed-off-by: Robert Joslyn --- .../consolation

[oe] [meta-oe][PATCH v2] consolation: Add recipe

2020-09-13 Thread Robert Joslyn
Consolation is a daemon that provide copy-paste and scrolling support to the Linux console. It is based on the libinput library and supports all pointer devices and settings provided by this library, Similar software include gpm and jamd. Signed-off-by: Robert Joslyn --- .../packagegroups

Re: [oe] [meta-oe][PATCH] consolation: Add recipe

2020-09-13 Thread Robert Joslyn
On Sat, 2020-09-12 at 19:20 -0700, Khem Raj wrote: > On Sat, Sep 12, 2020 at 7:12 PM Robert Joslyn > wrote: > > Consolation is a daemon that provide copy-paste and scrolling support > > to > > the Linux console. > > > > It is based on the libinput libr

Re: [oe] [PATCH][meta-networking] kronosnet: inherit manpages

2020-08-03 Thread Robert Joslyn
On Mon, 2020-08-03 at 19:24 +0200, Oleksandr Kravchuk wrote: > Let manpages bbclass handle man pages. > > Signed-off-by: Oleksandr Kravchuk > --- > .../recipes-extended/kronosnet/kronosnet_1.18.bb| 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

[oe] [meta-oe][PATCH] htop: Update to 3.0.4

2021-01-09 Thread Robert Joslyn
+12,15 @@ Signed-off-by: Robert Joslyn Upstream-status: Inappropriate (`ncurses*-config` can be used outside of OpenEmbedded) +--- + configure.ac | 12 ++-- + 1 file changed, 6 insertions(+), 6 deletions(-) + diff --git a/configure.ac b/configure.ac -index 559dc4d..77aea22 100644 +index 1

[oe] [meta-oe][dunfell][PATCH] postgresql: Update to 12.5

2021-01-09 Thread Robert Joslyn
Fixes the following CVEs: CVE-2020-25694 CVE-2020-25695 CVE-2020-25696 Full release notes at: https://www.postgresql.org/docs/12/release-12-5.html Signed-off-by: Robert Joslyn --- .../postgresql/{postgresql_12.4.bb => postgresql_12.5.bb} | 2 +- 1 file changed, 1 insertion(+)

[oe] [meta-oe][PATCH v2] ctags: Use PACKAGECONFIG for build options

2021-05-20 Thread Robert Joslyn
commented code which looks like leftover debugging. The binary is installed as expected. Signed-off-by: Robert Joslyn --- .../ctags/ctags_5.9.20210502.0.bb | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-devtools/ctags

Re: [oe] [meta-oe][PATCH] ctags: Recipe cleanup

2021-05-20 Thread Robert Joslyn
> On May 20, 2021, at 6:34 PM, Khem Raj wrote: > > On Thu, May 20, 2021 at 6:25 PM Robert Joslyn > wrote: >> >> The configure script does not have a manpages option, resulting in a >> warning: >>ctags-5.9.20210502.0-r0 do_configure: QA Issue: ctags:

[oe] [meta-oe][PATCH] ctags: Recipe cleanup

2021-05-20 Thread Robert Joslyn
, remove the manpages class. Remove commented code which looks like leftover debugging. The binary is installed as expected. Signed-off-by: Robert Joslyn --- meta-oe/recipes-devtools/ctags/ctags_5.9.20210502.0.bb | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta-oe/recipes

[oe] [meta-oe][dunfell][PATCH] postgresql: Update to 12.9

2021-12-27 Thread Robert Joslyn
Bug and security fixes. Fix patch fuzz as well to remove bitbake warning. Release notes available at: https://www.postgresql.org/docs/release/12.8/ https://www.postgresql.org/docs/release/12.9/ 12.8 fixes: CVE-2021-3677 12.9 fixes: CVE-2021-23214 CVE-2021-23222 Signed-off-by: Robert Joslyn

[oe] [meta-oe][PATCH] htop: Update to 3.1.2

2022-01-15 Thread Robert Joslyn
top/commit/088dc5b9a7a5352ee7fdf85f3aff1368958634eb Signed-off-by: Robert Joslyn --- .../htop/files/0001-Use-pkg-config.patch | 42 +-- .../htop/{htop_3.0.5.bb => htop_3.1.2.bb} | 21 +- 2 files changed, 32 insertions(+), 31 deletions(-) rename meta-oe/recipes-support/htop/{

[oe] [meta-oe][hardknott][PATCH] postgresql: Update to 13.5

2022-01-15 Thread Robert Joslyn
This is a security and bugfix release. With this update, the backported patches for CVE-2021-2314 and CVE-2021-23222 are no longer needed. Full release notes are available at: https://www.postgresql.org/docs/release/13.5/ Signed-off-by: Robert Joslyn --- .../files/0001-Add-support-for-RISC

[oe] [meta-oe][PATCH] postgresql: Update to 14.1

2022-01-15 Thread Robert Joslyn
` form is deprecated. * Remove the nls config because gettext.bbclass already appends the desired option to EXTRA_OECONF based on the value of USE_NLS. Enable spinlocks on aarch64. Support was added in version 9.2.5 and should provide much better performance. Signed-off-by: Robert Joslyn

[oe] [meta-oe][PATCH] hwdata: Update to 0.357

2022-03-06 Thread Robert Joslyn
Signed-off-by: Robert Joslyn --- .../recipes-support/hwdata/{hwdata_0.356.bb => hwdata_0.357.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/hwdata/{hwdata_0.356.bb => hwdata_0.357.bb} (91%) diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.

[oe] [meta-oe][dunfell][PATCH] postgresql: Update to 12.10

2022-03-06 Thread Robert Joslyn
This is a bugfix only release. Full release notes are available at: https://www.postgresql.org/docs/release/12.10/ LIC_FILES_CHKSUM changed for updated copyright years. Signed-off-by: Robert Joslyn --- .../postgresql/{postgresql_12.9.bb => postgresql_12.10.bb}| 4 ++-- 1 file changed

[oe] [meta-networking][PATCH] stunnel: Update to 5.63

2022-03-26 Thread Robert Joslyn
properly. Signed-off-by: Robert Joslyn --- .../stunnel/{stunnel_5.59.bb => stunnel_5.63.bb}| 13 + 1 file changed, 5 insertions(+), 8 deletions(-) rename meta-networking/recipes-support/stunnel/{stunnel_5.59.bb => stunnel_5.63.bb} (67%) diff --git a/meta-networking/r

[oe] [meta-oe][dunfell][PATCH] linuxptp: Update to 2.0.1

2022-02-02 Thread Robert Joslyn
Fixes CVE-2021-3570 and CVE-2021-3571 Signed-off-by: Robert Joslyn --- .../linuxptp/{linuxptp_2.0.bb => linuxptp_2.0.1.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-connectivity/linuxptp/{linuxptp_2.0.bb => linuxptp_2.0.1.bb} (75%) diff

[oe] [meta-oe][PATCH] hwdata: Update to 0.356

2022-02-05 Thread Robert Joslyn
This data is dual licensed under GPL-2.0-or-later and XFree86-1.0, update LICENSE to reflect this. The data provided by this recipe are plain text files, so allarch can be used. The do_compile step doesn't do anything and can be skipped. Signed-off-by: Robert Joslyn --- .../hwdata

Re: [oe] [meta-oe][hardknott][PATCH] postgresql: Update to 13.5

2022-01-16 Thread Robert Joslyn
> On Jan 16, 2022, at 10:16 AM, Armin Kuster wrote: > > Robert, > > On 1/15/22 1:33 PM, Robert Joslyn wrote: >> This is a security and bugfix release. With this update, the backported >> patches for CVE-2021-2314 and CVE-2021-23222 are no longer needed. Full >

[oe] [meta-oe][master][langdale][PATCH] fwupd: Fix plugin_gpio PACKAGECONFIG

2022-10-23 Thread Robert Joslyn
Trying to disable the gpio plugin results in an error ERROR: Option 'plugin_gpio' must have a value separated by equals sign. Correct the PACKAGECONFIG for this option so it can be disabled. Signed-off-by: Robert Joslyn --- meta-oe/recipes-bsp/fwupd/fwupd_1.8.4.bb | 2 +- 1 file

[oe] [meta-oe][kirkstone][PATCH] fwupd: Fix plugin_gpio PACKAGECONFIG

2022-10-23 Thread Robert Joslyn
Trying to disable the gpio plugin results in an error ERROR: Option 'plugin_gpio' must have a value separated by equals sign. Correct the PACKAGECONFIG for this option so it can be disabled. Signed-off-by: Robert Joslyn --- meta-oe/recipes-bsp/fwupd/fwupd_1.7.6.bb | 2 +- 1 file

Re: [oe] [meta-java][PATCH] temurin-jdk-17-bin/temurin-jre-17-bin: Add recipes

2023-02-05 Thread Robert Joslyn
Sorry, forgot to add Richard L to CC when sending the patch! Robert On Feb 5 2023, at 9:34 am, Robert Joslyn wrote: > Add recipes for the Adoptium Temurin JDK/JRE binaries. These recipes > support arm, aarch64, ppc64le, and x86-64. > > Signed-off-by: Robert Joslyn > --- > .

[oe] [meta-java][PATCH] temurin-jdk-17-bin/temurin-jre-17-bin: Add recipes

2023-02-05 Thread Robert Joslyn
Add recipes for the Adoptium Temurin JDK/JRE binaries. These recipes support arm, aarch64, ppc64le, and x86-64. Signed-off-by: Robert Joslyn --- .../temurin/temurin-jdk-17-bin_17.0.6+10.bb | 25 .../temurin/temurin-jre-17-bin_17.0.6+10.bb | 23 +++ recipes-core/temurin

Re: [oe] [meta-java][PATCH] temurin-jdk-17-bin/temurin-jre-17-bin: Add recipes

2023-02-06 Thread Robert Joslyn
> On Feb 6, 2023, at 12:03 PM, Henning Heinold > wrote: > > Am Sun, Feb 05, 2023 at 10:52:59AM -0800 schrieb Robert Joslyn: >> Sorry, forgot to add Richard L to CC when sending the patch! >> >> Robert >> > > Thanks for your work, but I am bit torn h

[oe] [meta-oe][dunfell][PATCH] postgresql: Update to 12.16

2023-08-20 Thread Robert Joslyn via lists.openembedded.org
/12.12/ https://www.postgresql.org/docs/release/12.13/ https://www.postgresql.org/docs/release/12.14/ https://www.postgresql.org/docs/release/12.15/ https://www.postgresql.org/docs/release/12.16/ License-Update: Copyright year updated Signed-off-by: Robert Joslyn --- .../postgresql/files/CVE-2022

[oe] [meta-oe][kirkstone][PATCH] postgresql: Update to 14.9

2023-08-20 Thread Robert Joslyn via lists.openembedded.org
/ https://www.postgresql.org/docs/release/14.9/ License-Update: Copyright year updated Signed-off-by: Robert Joslyn --- ...rminate-GSS-receive-buffer-on-error-.patch | 50 .../postgresql/files/CVE-2023-2454.patch | 235 -- .../postgresql/files/CVE-2023-2455.patch

[oe] [meta-oe][dunfell][PATCH] postgresql: Update to 12.17

2023-12-13 Thread Robert Joslyn via lists.openembedded.org
From: Robert Joslyn Minor security and bugfix release. Addresses the following CVEs: CVE-2023-5868: Memory disclosure in aggregate function calls CVE-2023-5869: Buffer overrun from integer overflow in array modification CVE-2023-5870: Role pg_signal_backend can signal certain superuser