[oe] [meta-networking][PATCH] mdns: Upgrade 2200.140.11 -> 2559.1.1

2024-10-30 Thread Alex Kiernan
Add local fixes for: * definition for MAX() * missing `limit` declarations Signed-off-by: Alex Kiernan --- ...0001-Fix-SIGSEGV-during-DumpStateLog.patch | 6 +-- ...01-Handle-interface-without-ifa_addr.patch | 8 +-- .../mdns/0004-Add-definition-for-MAX.patch| 24 + .../0005-Fix

[oe] [meta-networking][PATCH] mdns: Upgrade 2200.100.94.0.2 -> 2200.120.24

2024-06-05 Thread Alex Kiernan
Drop 0015-Add-missing-limits.h.patch (equivalent patch merged upstream), rebase other patches. Signed-off-by: Alex Kiernan --- ...utine-for-cleaning-recent-interfaces.patch | 16 +-- ...0001-Fix-SIGSEGV-during-DumpStateLog.patch | 5 +--- ...01-Handle-interface-without-ifa_addr.patch

[oe] [meta-networking][PATCH] mdns: Upgrade 2200.80.16 -> 2200.100.94.0.2

2024-04-05 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../mdns/{mdns_2200.80.16.bb => mdns_2200.100.94.0.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_2200.80.16.bb => mdns_2200.100.94.0.2.bb} (99%) diff --git a/meta-networking/r

[oe] [meta-oe][PATCH] thin-provisioning-tools: Drop musl fixes (fixed upstream)

2024-01-12 Thread Alex Kiernan
Upstream has resolved musl builds differently. Signed-off-by: Alex Kiernan --- .../0001-Replace-LFS-functions.patch | 91 --- .../thin-provisioning-tools_1.0.9.bb | 1 - 2 files changed, 92 deletions(-) delete mode 100644 meta-oe/recipes-support/thin

[oe] [meta-oe][PATCH 1/2] c-ares: Filter out "Live" tests

2023-12-31 Thread Alex Kiernan
Inside a default `runqemu` there's no resolv.conf, so the "Live" tests fail, exclude them by default. Signed-off-by: Alex Kiernan --- meta-oe/recipes-support/c-ares/c-ares/run-ptest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/c-

[oe] [meta-oe][PATCH 2/2] ptest-packagelists-meta-oe.inc Add c-ares to PTESTS_SLOW_META_OE

2023-12-31 Thread Alex Kiernan
These take around 50s to run. Signed-off-by: Alex Kiernan --- meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta-oe.inc index 9182acf44915

[oe] [meta-oe][PATCH v3] bearssl: Upgrade to latest

2023-12-24 Thread Alex Kiernan
validation (with callbacks). Fixed RSA PSS verificatiobn bug (when hash_len != salt_len). Added macro that indicates presence of the time callback feature. Also added C++ compatibility. Fixed spurious warning about old-style prototype. Signed-off-by: Alex Kiernan --- Changes in v3

[oe] [meta-oe][PATCH v2] bearssl: Upgrade to latest

2023-12-23 Thread Alex Kiernan
validation (with callbacks). Fixed RSA PSS verificatiobn bug (when hash_len != salt_len). Added macro that indicates presence of the time callback feature. Also added C++ compatibility. Fixed spurious warning about old-style prototype. Signed-off-by: Alex Kiernan --- Changes in v2

[oe] [meta-networking][PATCH] bearssl: Upgrade to latest

2023-12-23 Thread Alex Kiernan
that indicates presence of the time callback feature. Also added C++ compatibility. Fixed spurious warning about old-style prototype. Signed-off-by: Alex Kiernan --- .../recipes-connectivity/bearssl/bearssl_0.6.bb | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions

[oe] [meta-oe][PATCH v3 2/2] ptest-packagelists-meta-oe.inc Add c-ares to PTESTS_SLOW_META_OE

2023-12-23 Thread Alex Kiernan
These take around 60s to run. Signed-off-by: Alex Kiernan --- (no changes since v1) meta-oe/conf/include/ptest-packagelists-meta-oe.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/conf/include/ptest-packagelists-meta-oe.inc b/meta-oe/conf/include/ptest-packagelists-meta

[oe] [meta-oe][PATCH v3 1/2] c-ares: Move to tarballs, add ptest and static support

2023-12-23 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- Changes in v3: - Filter out "Live" tests which fail inside `runqemu` (there's no resolv.conf) Changes in v2: - Use relative path to arestest .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ .../recipes-support/c-ares/c-ares_1

Re: [oe] [meta-oe][PATCH v2] c-ares: Move to tarballs, add ptest and static support

2023-12-21 Thread Alex Kiernan
On Thu, Dec 21, 2023 at 12:35 AM Khem Raj wrote: > > On 12/20/23 12:55 PM, Alex Kiernan wrote: > > Signed-off-by: Alex Kiernan > > --- > > > > Changes in v2: > > - Use relative path to arestest > > > > .../recipes-support/c-ares/c-ares/run-ptest

[oe] [meta-oe][PATCH v2] c-ares: Move to tarballs, add ptest and static support

2023-12-20 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- Changes in v2: - Use relative path to arestest .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ .../recipes-support/c-ares/c-ares_1.24.0.bb | 19 ++- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 meta-oe

Re: [oe] [meta-oe][PATCH] c-ares: Move to tarballs, add ptest and static support

2023-12-20 Thread Alex Kiernan
On Wed, Dec 20, 2023 at 8:40 PM Khem Raj wrote: > > On Wed, Dec 20, 2023 at 12:08 PM Alex Kiernan wrote: > > > > Signed-off-by: Alex Kiernan > > --- > > > > .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ > > .../reci

[oe] [meta-oe][PATCH] thin-provisioning-tools: Upgrade 1.0.4 -> 1.0.9

2023-12-20 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../thin-provisioning-tools-crates.inc| 318 -- .../thin-provisioning-tools-git-crates.inc| 4 - 4.bb => thin-provisioning-tools_1.0.9.bb} | 2 +- 3 files changed, 139 insertions(+), 185 deletions(-) rename meta-oe/reci

[oe] [meta-oe][PATCH] c-ares: Move to tarballs, add ptest and static support

2023-12-20 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../recipes-support/c-ares/c-ares/run-ptest | 7 +++ .../recipes-support/c-ares/c-ares_1.24.0.bb | 19 ++- 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 meta-oe/recipes-support/c-ares/c-ares/run-ptest diff --git a

[oe] [meta-networking][PATCH] mdns: Upgrade 2200.40.37.0.1 -> 2200.60.25.0.4

2023-12-20 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../mdns/{mdns_2200.40.37.0.1.bb => mdns_2200.60.25.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_2200.40.37.0.1.bb => mdns_2200.60.25.0.4.bb} (99%) diff --git a/meta-networking/r

[oe] [meta-oe][PATCH] c-ares: Upgrade 1.22.1 -> 1.24.0

2023-12-19 Thread Alex Kiernan
meout options from resolv.conf (#632) petrvh (1): ares_getaddrinfo(): do not use search domains if ARES_FLAG_NOSEARCH is set (#638) Signed-off-by: Alex Kiernan --- .../c-ares/{c-ares_1.22.1.bb => c-ares_1.24.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename

[oe] [meta-oe][PATCH] mbedtls: Upgrade 3.5.0 -> 3.5.1

2023-12-18 Thread Alex Kiernan
later Signed-off-by: Alex Kiernan --- .../mbedtls/{mbedtls_3.5.0.bb => mbedtls_3.5.1.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta-networking/recipes-connectivity/mbedtls/{mbedtls_3.5.0.bb => mbedtls_3.5.1.bb} (90%) diff --git a/meta-networking/r

[oe] [meta-oe][PATCH] mdns: Fix HOMEPAGE URL

2023-12-18 Thread Alex Kiernan
The Apple Bonjour homepage has moved. Signed-off-by: Alex Kiernan --- meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-protocols/mdns/mdns_2200.40.37.0.1.bb b/meta-networking/recipes

Re: [oe] [meta-networking][PATCH] mdns: Upgrade 2200.0.8 -> 2200.40.37.0.1

2023-11-17 Thread Alex Kiernan
Thanks... I should've checked master-next :| On Fri, Nov 17, 2023 at 7:41 PM Khem Raj wrote: > > I have squashed this with > > https://lore.kernel.org/openembedded-devel/1700121036-21542-1-git-send-email-wan...@fujitsu.com/T/#u > > On 11/17/23 11:32 AM, Alex Kiernan w

[oe] [meta-networking][PATCH] mdns: Upgrade 2200.0.8 -> 2200.40.37.0.1

2023-11-17 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- ...utine-for-cleaning-recent-interfaces.patch | 15 +-- ...01-Handle-interface-without-ifa_addr.patch | 12 - .../0001-dns-sd-Include-missing-headers.patch | 11 +++- ...outine-for-tearing-down-an-interface.patch | 15 +-- ...ke-Set

[oe] [meta-oe][PATCH] reptyr: Add 0.10.0

2023-11-04 Thread Alex Kiernan
reptyr is a utility for taking an existing running program and attaching it to a new terminal. Signed-off-by: Alex Kiernan --- .../recipes-support/reptyr/reptyr_0.10.0.bb | 29 +++ 1 file changed, 29 insertions(+) create mode 100644 meta-oe/recipes-support/reptyr

[oe] [meta-oe][PATCH] jq: Upgrade 1.6+git -> 1.7

2023-09-28 Thread Alex Kiernan
Move to new upstream, drop use of autotools-brokensep as the build now works without it, drop local patches which have been merged, fix buildpaths leakage. License-Update: Fix misspellings [https://github.com/jqlang/jq/commit/5cebe86a7b90e5718077c5e1d5c2165939d3f3cb] Signed-off-by: Alex Kiernan

[oe] [meta-networking][PATCH] mdns: Upgrade 1790.80.10 -> 2200.0.8

2023-09-27 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- ...01-Handle-interface-without-ifa_addr.patch | 38 +++ ...rop-MacOS-specific-__block-qualifier.patch | 30 --- ...-mDNSCore-Fix-broken-debug-parameter.patch | 17 - .../mdns/mdns/0015-Add-missing-limits.h.patch | 23

[oe] [meta-oe][PATCH] ostree: Upgrade 2023.4 -> 2023.5

2023-07-01 Thread Alex Kiernan
Drop upstreamed __off_t patch. Signed-off-by: Alex Kiernan --- ...001-lib-deploy-Use-off_t-not-__off_t.patch | 27 --- .../{ostree_2023.4.bb => ostree_2023.5.bb}| 3 +-- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 meta-oe/recipes-extended/ost

[oe] [meta-oe][PATCH] ostree: Upgrade 2023.3 -> 2023.4

2023-06-20 Thread Alex Kiernan
Drop upstreamed gpg_strerror_r fix. Signed-off-by: Alex Kiernan --- ...001-lib-deploy-Use-off_t-not-__off_t.patch | 27 ...ith-libgpg-error-for-gpg_strerror_r-.patch | 31 --- .../{ostree_2023.3.bb => ostree_2023.4.bb}| 11 +++ 3 files changed,

Re: [oe] [meta-networking][PATCH] mdns: remove unneeded headers

2023-06-20 Thread Alex Kiernan
On Tue, Jun 20, 2023 at 5:38 PM Beniamin Sandu wrote: > > On Tue, Jun 20, 2023 at 4:12 PM Beniamin Sandu > wrote: > > > > On Tue, Jun 20, 2023 at 3:42 PM Alex Kiernan wrote: > > > > > > On Tue, Jun 20, 2023 at 1:03 PM Alex Kiernan via &g

Re: [oe] [meta-networking][PATCH] mdns: remove unneeded headers

2023-06-20 Thread Alex Kiernan
On Tue, Jun 20, 2023 at 1:03 PM Alex Kiernan via lists.openembedded.org wrote: > > On Tue, Jun 20, 2023 at 11:53 AM Beniamin Sandu > wrote: > > > > On Tue, Jun 20, 2023 at 12:56 PM Alex Kiernan > > wrote: > > > > > > On Mon, Jun 19,

Re: [oe] [meta-networking][PATCH] mdns: remove unneeded headers

2023-06-20 Thread Alex Kiernan
On Tue, Jun 20, 2023 at 11:53 AM Beniamin Sandu wrote: > > On Tue, Jun 20, 2023 at 12:56 PM Alex Kiernan wrote: > > > > On Mon, Jun 19, 2023 at 8:38 PM Beniamin Sandu > > wrote: > > > > > > I am trying to add a v3.x mbedtls recipe to master branch,

Re: [oe] [meta-networking][PATCH] mdns: remove unneeded headers

2023-06-20 Thread Alex Kiernan
at's just a lack of process embedded in the repo, so anyone can review/approve... > On Tue, Jun 20, 2023 at 12:46 PM Alex Kiernan wrote: > > > > On Tue, Jun 20, 2023 at 1:51 AM Khem Raj wrote: > > > > > > On Mon, Jun 19, 2023 at 12:14 PM Alex Kiernan &

Re: [oe] [meta-networking][PATCH] mdns: remove unneeded headers

2023-06-20 Thread Alex Kiernan
really with the one liner now, its the how hard does it become to do the upgrades down the road - if we suddenly can't upgrade because upstream's stuck on 2.x and there's something incompatible with 3.x what do we do? > Cheers, > Beni > > > On Mon, Jun 19, 2023 at 1

Re: [oe] [meta-networking][PATCH] mdns: remove unneeded headers

2023-06-20 Thread Alex Kiernan
On Tue, Jun 20, 2023 at 1:51 AM Khem Raj wrote: > > On Mon, Jun 19, 2023 at 12:14 PM Alex Kiernan wrote: > > > > Keeping up with Apple given they take nothing is frankly a right pain, > > adding things which are nice to have rather than just broken seems like >

Re: [oe] [meta-networking][PATCH] mdns: remove unneeded headers

2023-06-19 Thread Alex Kiernan
Keeping up with Apple given they take nothing is frankly a right pain, adding things which are nice to have rather than just broken seems like we're just adding to the problem. Last time I resynchronized this it took me days, unless there's a really good reason to do this, or there's a way to get i

[oe] [meta-oe][PATCH] ostree: Add soup3 PACKAGECONFIG, rename soup to soup2

2023-05-30 Thread Alex Kiernan
libsoup3 is now supported by ostree, add `soup2` to select the deprecated libsoup2 library and `soup3` for libsoup3. Drop `--disable-glibtest` from PACKAGECONFIG as it does nothing (nor does it appear to have ever done anything). Signed-off-by: Alex Kiernan --- meta-oe/recipes-extended/ostree

[oe] [meta-oe][PATCH] ostree: Upgrade 2022.7 -> 2023.1

2023-02-18 Thread Alex Kiernan
Drop upstreamed patches, switch to github-releases for upstream checks, update comments regarding making ptest pass as C.UTF-8 is default in glibc now. Alex Kiernan (2): lib/repo-checkout: Add ALLPERMS for musl tests: Handle musl's ERANGE mapping Benno Rice (1): Replac

[oe] [meta-networking][PATCH] dnsmasq: Upgrade 2.88 -> 2.89

2023-02-06 Thread Alex Kiernan
that it won't happen. Thanks to Timo van Roermund for reporting the bug and for his great efforts in chasing it down. Signed-off-by: Alex Kiernan --- .../dnsmasq/{dnsmasq_2.88.bb => dnsmasq_2.89.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) re

[oe] [meta-networking][PATCH] mdns: Upgrade 1790.60.25 -> 1790.80.10

2023-02-03 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../mdns/{mdns_1790.60.25.bb => mdns_1790.80.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/mdns/{mdns_1790.60.25.bb => mdns_1790.80.10.bb} (99%) diff --git a/meta-networking/recipes-pro

[oe] [meta-oe][PATCH] keyutils: Upgrade 1.6.1 -> 1.6.3

2023-01-26 Thread Alex Kiernan
ncies. Signed-off-by: Alex Kiernan --- ...re-to-the-SOURCE_DATE_EPOCH-standard.patch | 30 + ...in_trusted-Failure-command-is-failed.patch | 27 ...c.sh-update-regex-for-getting-endian.patch | 14 ++-- ...se-head-n1-for-busybox-compatibility.patch

[oe] [meta-networking][PATCH] ntpsec: Upgrade 1.2.1 -> 1.2.2

2023-01-24 Thread Alex Kiernan
separate directory Signed-off-by: Alex Kiernan --- ...0001-Update-to-OpenSSL-3.0.0-alpha15.patch | 111 -- c-allow-clone3-for-glibc-2.34-in-se.patch | 31 - c-allow-newfstatat-on-all-archs-for.patch | 42 --- .../0001-wscript-Add-BISONFLAGS-support.patch | 29

[oe] [meta-networking][PATCH 2/2] dnsmasq: Expand configuration options

2023-01-17 Thread Alex Kiernan
Expose all current dnsmasq configuration options in PACKAGECONFIG, enable i18n generation, filter supplementary systemd files against DISTRO_FEATURES. Signed-off-by: Alex Kiernan --- .../recipes-support/dnsmasq/dnsmasq_2.88.bb | 75 ++- 1 file changed, 58 insertions(+), 17

[oe] [meta-networking][PATCH 1/2] dnsmasq: Merge .inc into .bb

2023-01-17 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../recipes-support/dnsmasq/dnsmasq.inc | 87 -- .../recipes-support/dnsmasq/dnsmasq_2.88.bb | 90 ++- 2 files changed, 86 insertions(+), 91 deletions(-) delete mode 100644 meta-networking/recipes-support/dnsmasq

[oe] [meta-oe][PATCH 2/2] usbguard: Upgrade 1.1.1 -> 1.1.2

2023-01-05 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../usbguard/{usbguard_1.1.1.bb => usbguard_1.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-security/usbguard/{usbguard_1.1.1.bb => usbguard_1.1.2.bb} (97%) diff --git a/meta-oe/recipes-security/us

[oe] [meta-oe][PATCH 1/2] usbguard: Remove pegtl from DEPENDS

2023-01-05 Thread Alex Kiernan
Using `DEPENDS = "pegtl"` with `--with-bundled-pegtl` doesn't make sense, so drop the DEPENDS. Also add github-releases checking for newer versions. Drop redundant setting of `S` to the default. Signed-off-by: Alex Kiernan --- meta-oe/recipes-security/usbguard/usbguard_1.1.1.b

[oe] [meta-oe][PATCH 4/4] ostree: Handle musl's ERANGE mapping

2023-01-02 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- ...1-tests-Handle-musl-s-ERANGE-mapping.patch | 29 +++ .../recipes-extended/ostree/ostree_2022.7.bb | 1 + 2 files changed, 30 insertions(+) create mode 100644 meta-oe/recipes-extended/ostree/ostree/0001-tests-Handle-musl-s-ERANGE

[oe] [meta-oe][PATCH 3/4] ostree: Fix comments for configuration/ptest

2023-01-02 Thread Alex Kiernan
The comments and recipe had diverged, bring them back into line. Update the instructions on how to get ptest to pass. Signed-off-by: Alex Kiernan --- .../recipes-extended/ostree/ostree_2022.7.bb | 25 +-- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/meta-oe

[oe] [meta-oe][PATCH 2/4] ostree: Switch to fuse3 which is supported in ostree now

2023-01-02 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- meta-oe/recipes-extended/ostree/ostree_2022.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.7.bb b/meta-oe/recipes-extended/ostree/ostree_2022.7.bb index 0a56ad7c8369..9cc1bd80187c 100644 --- a

[oe] [meta-oe][PATCH 1/4] ostree: Use systemd_system_unitdir for systemd units

2023-01-02 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- meta-oe/recipes-extended/ostree/ostree_2022.7.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.7.bb b/meta-oe/recipes-extended/ostree/ostree_2022.7.bb index 771b17b34b35..0a56ad7c8369 100644

[oe] [meta-oe][PATCH v2] ostree: Upgrade 2022.5 -> 2022.7

2022-12-31 Thread Alex Kiernan
-se-luks-gencpio' script s390x: use 'libarchive' to modify initrd in SE case Sam James (1): buildutil/glibtests.m4: fix bashism dependabot[bot] (1): build(deps): bump libglnx from `c59eb27` to `26375b5` git-bruh (1): ostree-fetcher-curl: check fo

[oe] [meta-oe][PATCH] ostree: Upgrade 2022.5 -> 2022.7

2022-12-29 Thread Alex Kiernan
in SE case Sam James (1): buildutil/glibtests.m4: fix bashism dependabot[bot] (1): build(deps): bump libglnx from `c59eb27` to `26375b5` git-bruh (1): ostree-fetcher-curl: check for HTTP2 support before trying to use it Signed-off-by: Alex Kiernan --- ...01-Remove-unused-linux-fs

[oe] [meta-networking][PATCH 1/2] mdns: Set MDNS_VERSIONSTR_NODTS

2022-12-14 Thread Alex Kiernan
MDNS_VERSIONSTR_NODTS disables __DATE__ and __TIME__ in the version string, which are fixed anyway for build reproducibility. Signed-off-by: Alex Kiernan --- meta-networking/recipes-protocols/mdns/mdns_1790.40.31.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta-networking/recipes

[oe] [meta-networking][PATCH 2/2] mdns: Upgrade 1790.40.31 -> 1790.60.25

2022-12-14 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../mdns/{mdns_1790.40.31.bb => mdns_1790.60.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-protocols/mdns/{mdns_1790.40.31.bb => mdns_1790.60.25.bb} (98%) diff --git a/meta-networking/recipes-pro

[oe] [meta-networking][PATCH] mdns: Upgrade 1310.140.1 -> 1790.40.31

2022-12-08 Thread Alex Kiernan
redirects to (though these are still effectively just tarball dumps into git). Cleanup the recipe so it doesn't override all the packaging defaults. Fixup musl installs so they don't fail attempting to patch a non-existent /etc/nsswitch.conf. Signed-off-by: Alex Kiernan --- .../0001-dn

[oe] [meta-networking][PATCH] lldpd: Upgrade 1.0.14 -> 1.0.15

2022-10-22 Thread Alex Kiernan
Add github-releases to make new releases discoverable. Signed-off-by: Alex Kiernan --- .../lldpd/{lldpd_1.0.14.bb => lldpd_1.0.15.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-daemons/lldpd/{lldpd_1.0.14.bb => lldpd_1.0.15.b

[oe] [meta-oe][PATCH] uriparser: Upgrade 0.9.6 -> 0.9.7

2022-10-17 Thread Alex Kiernan
nfrastructure: Make MinGW with 32bit Wine on Ubuntu 20.04 possible (GitHub #142, GitHub #144, GitHub #145) * Soname: 1:30:0 — see https://verbump.de/ for what these numbers do Signed-off-by: Alex Kiernan --- .../uriparser/{uriparser_0.9.6.bb => uriparser_0.9.7.bb}| 6 +++--- 1

[oe] [meta-networking][PATCH 3/3] conntrack-tools: Use canonical shell spacing

2022-10-16 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../conntrack-tools/conntrack-tools_1.4.7.bb | 24 +-- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.7.bb b/meta-networking/recipes-filter/conntrack-tools

[oe] [meta-networking][PATCH 2/3] conntrack-tools: Add PACKAGECONFIGs for build options

2022-10-16 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../conntrack-tools/conntrack-tools_1.4.7.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.7.bb b/meta-networking/recipes-filter/conntrack-tools

[oe] [meta-networking][PATCH 1/3] conntrack-tools: Upgrade 1.4.6 -> 1.4.7

2022-10-16 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- .../{conntrack-tools_1.4.6.bb => conntrack-tools_1.4.7.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-networking/recipes-filter/conntrack-tools/{conntrack-tools_1.4.6.bb => conntrack-tools_1.4.7.bb} (90%) diff --git

Re: [oe] [meta-oe][PATCH 1/3] jansson: Honour multilib paths

2022-10-04 Thread Alex Kiernan
Khem Raj wrote: > > Should it be using GNUInstallDirs cmake module I wonder > > On Mon, Oct 3, 2022 at 10:06 AM Alex Kiernan wrote: > > > > When multilib is enabled, builds fail during package_qa: > > > > ERROR: jansson-2.14-r0 do_package: QA Issue: jansson: F

[oe] [meta-oe][PATCH 3/3] jansson: Default to shared builds

2022-10-03 Thread Alex Kiernan
The change to cmake changed the default to static builds (there doesn't appear to be a way to ask for both). Signed-off-by: Alex Kiernan --- meta-oe/recipes-extended/jansson/jansson_2.14.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-extended/jansson/jansson_2.14.

[oe] [meta-oe][PATCH 1/3] jansson: Honour multilib paths

2022-10-03 Thread Alex Kiernan
, avoid installing them or delete them within do_install. jansson: 10 installed and not shipped files. [installed-vs-shipped] ERROR: jansson-2.14-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: Alex Kiernan --- .../jansson/0001-Honour-multilib-paths.patch | 63

[oe] [meta-oe][PATCH 2/3] jansson: Backport linker flag fixes

2022-10-03 Thread Alex Kiernan
Fix overwriting linker flags. Signed-off-by: Alex Kiernan --- .../0001-Fix-overwriting-linker-flags.patch | 29 +++ .../recipes-extended/jansson/jansson_2.14.bb | 1 + 2 files changed, 30 insertions(+) create mode 100644 meta-oe/recipes-extended/jansson/jansson/0001-Fix

[oe] [meta-oe][RESEND PATCH] faad2: Upgrade 2.8.8 -> 2.10.0

2022-09-29 Thread Alex Kiernan
flows [ Filip Roséen ] * Prevent crash on SCE followed by CPE [ Gianfranco Costamagna ] * Fix linking with GCC 9 and "-Wl,--as-needed" [ Fabian Greffrath ] * Enable the frontend to be built reproducibly Signed-off-by: Alex Kiernan --- .../f

[oe] [meta-oe][RESEND PATCH] onig: Upgrade 6.9.4 -> 6.9.8

2022-09-29 Thread Alex Kiernan
License-Update: Update year Signed-off-by: Alex Kiernan --- ...-t-link-against-host-system-libraries.patch | 18 +- ...rial-tests-automake-option-for-ptest.patch} | 10 +- .../onig/{onig_6.9.4.bb => onig_6.9.8.bb} | 13 ++--- 3 files changed, 20 inserti

[oe] [meta-oe][PATCH] faad2: Upgrade 2.8.8 -> 2.10.0

2022-09-27 Thread Alex Kiernan
flows [ Filip Roséen ] * Prevent crash on SCE followed by CPE [ Gianfranco Costamagna ] * Fix linking with GCC 9 and "-Wl,--as-needed" [ Fabian Greffrath ] * Enable the frontend to be built reproducibly Signed-off-by: Alex Kiernan --- .../f

[oe] [meta-oe][PATCH] onig: Upgrade 6.9.4 -> 6.9.8

2022-09-26 Thread Alex Kiernan
License-Update: Update year Signed-off-by: Alex Kiernan --- ...-t-link-against-host-system-libraries.patch | 18 +- ...rial-tests-automake-option-for-ptest.patch} | 10 +- .../onig/{onig_6.9.4.bb => onig_6.9.8.bb} | 13 ++--- 3 files changed, 20 inserti

[oe] [meta-networking][PATCH] libcoap: Upgrade 4.3.0 -> 4.3.1

2022-09-22 Thread Alex Kiernan
COAP_RESPONSE_CODE_OK 87fab6d573cf coap_mbedtls.c: Allow ESP-IDF systems to be compiled without PSK support 77d1aae06b17 Fix condition for MBEDTLS_INCLUDE_DIRS 4bbf25ba338a coap-client: Add in support for generating multiple requests 50530704df9a tinydtls: update to latest version Lic

[oe] [meta-networking][PATCH] libcoap: Fix gnutls/openssl/mbedtls PACKAGECONFIG conflicts

2022-09-01 Thread Alex Kiernan
These were missing a comma so were being added as RRECOMMENDS. Signed-off-by: Alex Kiernan --- meta-networking/recipes-devtools/libcoap/libcoap_4.3.0.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.0.bb b/meta

[oe] [meta-oe][PATCH] ostree: Cleanup PACKAGECONFIGs

2022-08-11 Thread Alex Kiernan
Add ed25519-libsodium to PACKAGECONFIG, mark glib/gnutls/openssl as mutual conflicts. Signed-off-by: Alex Kiernan --- meta-oe/recipes-extended/ostree/ostree_2022.5.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-extended/ostree/ostree_2022.5.bb b

[oe] [meta-oe][PATCH] libgpiod: Detect ptest using PTEST_ENABLED

2022-08-11 Thread Alex Kiernan
Allow the ptest packages to be disabled even if ptest is enabled in DISTRO_FEATURES. Signed-off-by: Alex Kiernan --- meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_1.6.3.bb b

[oe] [meta-networking][PATCH] ntpsec: Add UPSTREAM_CHECK_URI

2022-08-01 Thread Alex Kiernan
Signed-off-by: Alex Kiernan --- meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb index 3efac7d98383..cd8b396f192c 100644

[oe] [meta-oe][PATCH] ostree: Upgrade 2022.2 -> 2022.5

2022-08-01 Thread Alex Kiernan
edora Kinoite link to index.md also. 8cc8e687683f ostree-repo-pull: Take correct out path on error 92ca2c7794af test-prune: Read to the end of cut(1) output a9a0110f440d s390x-se-luks-gencpio: Use interoperable path for bash 084f8913f023 s390x-se-luks-gencpio: Fix shebang syntax ca0bb759544

[oe] [meta-networking][PATCH v3] nftables: Upgrade 1.0.2 -> 1.0.4

2022-07-12 Thread Alex Kiernan
gets confused by the 0.099 version which exists. Fix buildpaths warning by switching to setuptools and add dependency on ${PN}-python to ${PN}-ptest so that the embedded paths in the compiled python files are correct. Signed-off-by: Alex Kiernan --- ...-with-make-check-and-add-AM_CPPFLAGS.patch

Re: [oe] [meta-networking][PATCH v2] nftables: Upgrade 1.0.2 -> 1.0.4

2022-07-12 Thread Alex Kiernan
e > > https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1835 > > On Tue, Jul 12, 2022 at 10:13 AM Alex Kiernan wrote: > > > > Drop backported patch, switch PACKAGECONFIG assignment to ?= (matches > > current practice), add in editline, linenoise CLI options and xtabl

Re: [oe] [meta-oe][PATCH 2/2] nftables: Upgrade 1.0.2 -> 1.0.4

2022-07-12 Thread Alex Kiernan
On Sun, Jul 10, 2022 at 4:21 PM Alex Kiernan via lists.openembedded.org wrote: > > On Sat, Jul 9, 2022 at 2:48 PM Khem Raj wrote: > > > > On Sat, Jul 9, 2022 at 7:08 AM Alex Kiernan wrote: > > > > > > Ignore this, need to send a v2 > > > > >

[oe] [meta-networking][PATCH v2] nftables: Upgrade 1.0.2 -> 1.0.4

2022-07-12 Thread Alex Kiernan
gets confused by the 0.099 version which exists. Signed-off-by: Alex Kiernan --- ...-with-make-check-and-add-AM_CPPFLAGS.patch | 39 --- .../{nftables_1.0.2.bb => nftables_1.0.4.bb} | 16 2 files changed, 8 insertions(+), 47 deletions(-) delete mode 100644 m

Re: [oe] [meta-oe][PATCH 2/2] nftables: Upgrade 1.0.2 -> 1.0.4

2022-07-10 Thread Alex Kiernan
On Sat, Jul 9, 2022 at 2:48 PM Khem Raj wrote: > > On Sat, Jul 9, 2022 at 7:08 AM Alex Kiernan wrote: > > > > Ignore this, need to send a v2 > > > > do you want to rework the python packageconfig patch too ? > Yeah, I've had two or three goes at it and str

Re: [oe] [meta-oe][PATCH 2/2] nftables: Upgrade 1.0.2 -> 1.0.4

2022-07-09 Thread Alex Kiernan
Ignore this, need to send a v2 On Fri, Jul 8, 2022 at 9:51 PM Alex Kiernan wrote: > > Drop backported patch. > > Signed-off-by: Alex Kiernan > --- > ...-with-make-check-and-add-AM_CPPFLAGS.patch | 39 --- > .../{nftables_1.0.2.bb => nftables_1.0.4.bb

[oe] [meta-oe][PATCH 2/2] nftables: Upgrade 1.0.2 -> 1.0.4

2022-07-08 Thread Alex Kiernan
Drop backported patch. Signed-off-by: Alex Kiernan --- ...-with-make-check-and-add-AM_CPPFLAGS.patch | 39 --- .../{nftables_1.0.2.bb => nftables_1.0.4.bb} | 9 +++-- 2 files changed, 5 insertions(+), 43 deletions(-) delete mode 100644 meta-networking/recipes-filter/nftab

[oe] [meta-oe][PATCH 1/2] nftables: Disable default python PACKAGECONFIG

2022-07-08 Thread Alex Kiernan
From: Alex Kiernan The upcoming buildpaths QA check fails when python is enabled: WARNING: nftables-1.0.2-r0 do_package_qa: QA Issue: File /usr/lib/python3.10/site-packages/nftables/__pycache__/nftables.cpython-310.pyc in package nftables-python contains reference to TMPDIR File /usr/lib

[oe] [meta-oe][PATCH] jansson: Upgrade 2.13.1 -> 2.14

2022-06-29 Thread Alex Kiernan
Releases have moved to github in 2.14. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- .../jansson/{jansson_2.13.1.bb => jansson_2.14.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta-oe/recipes-extended/jansson/{jansson_2.13.1.bb => jansso

[oe] [meta-networking][PATCH 1/2] ulogd2: Add recipe

2022-05-07 Thread Alex Kiernan
ulogd-2.x provides a flexible, almost universal logging daemon for netfilter logging. This encompasses both packet-based logging (logging of policy violations) and flow-based logging, e.g. for accounting purpose. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- .../recipes-filter

[oe] [meta-networking][PATCH 2/2] libcoap: Add recipe

2022-05-07 Thread Alex Kiernan
libcoap implements a lightweight application-protocol for devices that are constrained their resources such as computing power, RF range, memory, bandwith, or network packet sizes. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- ...alance-SESSIONS_ADD-and-SESSIONS_DEL.patch | 51

Re: [oe] [OE-Core][PATCH] eudev: Remove unused files

2022-04-28 Thread Alex Kiernan
Thanks Khem... I really need to sort out my git defaults! On Thu, Apr 28, 2022 at 6:04 PM Khem Raj wrote: > > this should go to oe-core ml > > On 4/28/22 9:15 AM, Alex Kiernan wrote: > > From: Alex Kiernan > > > > These files appear to have been first co

[oe] [OE-Core][PATCH] eudev: Remove unused files

2022-04-28 Thread Alex Kiernan
From: Alex Kiernan These files appear to have been first commented out from do_install in 14cba802f2dd ("udev: Add 141") and then removed completely in 54daad852fc3 ("udev: remove commented code from init script (no code changes)"). Signed-off-by: Alex Kiernan Signed-

[oe] [meta-oe][PATCH] mosh: Drop perl dependencies from server

2022-04-18 Thread Alex Kiernan
Kiernan Signed-off-by: Alex Kiernan --- meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.3.2.bb index 0921db5e01c8..b4b5aa78a042 100644 --- a

[oe] [meta-oe][PATCH] audit: Upgrade 3.0.6 -> 3.0.7

2022-04-18 Thread Alex Kiernan
Dependency on bash has been removed upstream. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- .../recipes-security/audit/{audit_3.0.6.bb => audit_3.0.7.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-oe/recipes-security/audit/{audit_3.0.6.bb => audit

Re: [oe] [meta-networking][PATCH v2] ifupdown-ng: Add recipe

2022-01-05 Thread Alex Kiernan
t 8:37 AM Khem Raj wrote: > > > > > > > > On 1/5/22 8:36 AM, Ross Burton wrote: > > > On Wed, 5 Jan 2022 at 12:51, Alex Kiernan wrote: > > >> Smaller if anything (though I've just realised I've not dealt the > > >> ALTERNATI

Re: [oe] [meta-networking][PATCH v2] ifupdown-ng: Add recipe

2022-01-05 Thread Alex Kiernan
On Wed, Jan 5, 2022 at 12:16 PM Otavio Salvador wrote: > > Hello Ross, > > Em ter., 4 de jan. de 2022 às 07:28, Ross Burton > escreveu: > > On Mon, 3 Jan 2022 at 16:40, Alex Kiernan wrote: > > > ifupdown-ng is a network device manager that is largely compati

[oe] [meta-networking][PATCH v2] ifupdown-ng: Add recipe

2022-01-03 Thread Alex Kiernan
ifupdown-ng is a network device manager that is largely compatible with Debian ifupdown, BusyBox ifupdown and Cumulus Networks' ifupdown2. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- Changes in v2: - drop merged upstream SBINDIR patch .../ifupdown-ng/ifupdown-ng_0.11

[oe] [meta-networking][PATCH] ifupdown-ng: Add recipe

2022-01-02 Thread Alex Kiernan
ifupdown-ng is a network device manager that is largely compatible with Debian ifupdown, BusyBox ifupdown and Cumulus Networks' ifupdown2. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- ...w-sbin-to-be-overridden-for-usrmerge.patch | 42 + .../ifupdown-ng/ifu

[oe] [meta-networking][PATCH v2] ntpsec: Add glibc-2.34/kernel-5.14 seccomp fixes

2022-01-01 Thread Alex Kiernan
Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- Changes in v2: - Correct subject (glib -> glibc) - Reference backport patches as they're merged upstream c-allow-clone3-for-glibc-2.34-in-se.patch | 31 ++ c-allow-newfstatat-on-all-archs-for.pa

[oe] [meta-networking][PATCH] ntpsec: Add glib-2.34/kernel-5.14 seccomp fixes

2021-12-30 Thread Alex Kiernan
Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- c-allow-clone3-for-glibc-2.34-in-se.patch | 31 + c-allow-newfstatat-on-all-archs-for.patch | 43 +++ c-match-riscv-to-aarch-in-seccomp-f.patch | 35 +++ .../recipes-support/ntpsec

[oe] [meta-networking][PATCH] ulogd2: Add recipe

2021-12-27 Thread Alex Kiernan
ulogd-2.x provides a flexible, almost universal logging daemon for netfilter logging. This encompasses both packet-based logging (logging of policy violations) and flow-based logging, e.g. for accounting purpose. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- .../recipes-filter

[oe] [meta-networking][PATCH] ntpsec: Add recipe

2021-11-03 Thread Alex Kiernan
NTPsec, "a secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic, Dave Mills’s original." Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- ...0001-Update-to-OpenSSL-3.0.0-alpha15.patch | 111 + .../ntp

[oe] pseudo dying with path mismatch

2021-11-01 Thread Alex Kiernan
.h' req '/home/alexk/poky/build/tmp/work/cortexa57-poky-linux/mdns/1310.40.42-r0/mDNSResponder-1310.40.42/mDNSShared/dns_sd.h'. Nothing exotic in the build, just oe-core and meta-openembedded in the layers and both at the head of master. Any pointers on what I should dig to help debug, o

Re: [oe] should "ntp-dev" package have header files in it, or not?

2021-10-27 Thread Alex Kiernan
On Wed, Oct 27, 2021 at 4:55 PM Robert P. J. Day wrote: > > On Tue, 26 Oct 2021, Alex Kiernan wrote: > > > On Mon, Oct 25, 2021 at 4:11 PM Robert P. J. Day > > wrote: > > > > > > On Mon, 25 Oct 2021, Alex Kiernan wrote: > > > > >

Re: [oe] should "ntp-dev" package have header files in it, or not?

2021-10-26 Thread Alex Kiernan
On Mon, Oct 25, 2021 at 4:11 PM Robert P. J. Day wrote: > > On Mon, 25 Oct 2021, Alex Kiernan wrote: > > > On Mon, Oct 25, 2021 at 11:51 AM Robert P. J. Day > > wrote: > > > > > > On Sun, 24 Oct 2021, Khem Raj wrote: > > > > > > > On S

Re: [oe] should "ntp-dev" package have header files in it, or not?

2021-10-25 Thread Alex Kiernan
On Mon, Oct 25, 2021 at 4:11 PM Robert P. J. Day wrote: > > On Mon, 25 Oct 2021, Alex Kiernan wrote: > > > On Mon, Oct 25, 2021 at 11:51 AM Robert P. J. Day > > wrote: > > > > > > On Sun, 24 Oct 2021, Khem Raj wrote: > > > > > > > On S

Re: [oe] should "ntp-dev" package have header files in it, or not?

2021-10-25 Thread Alex Kiernan
, if one comes up with an ntpsec > recipe, nothing would be solved if it also does not install those > headers into ntpsec-dev. > > so, simple question: does anyone have a bitbake recipe for current > ntpsec? I do, it's unfinished as I realised part way through that the python

  1   2   >