Commit Graph

19892 Commits

Author SHA1 Message Date
Leon Anavi
be3f005dd7 python3-pyjwt: Upgrade 2.0.1 -> 2.1.0
Upgrade to release 2.1.0:

- Allow claims validation without making JWT signature validation
  mandatory
- Remove padding from JWK test data
- Make kty mandatory in JWK to be compliant with RFC7517
- Allow JWK without alg to be compliant with RFC7517
- Allow to verify with private key on ECAlgorithm, as well as on
  Ed25519Algorithm
- Add caching by default to PyJWKClient
- Add missing exceptions.InvalidKeyError to jwt module __init__
  imports
- Add support for ES256K algorithm
- Add from_jwk() to Ed25519Algorithm
- Add to_jwk() to Ed25519Algorithm
- Export PyJWK and PyJWKSet

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-19 09:16:54 -07:00
Leon Anavi
3ab0e0db16 python3-javaobj-py3: Upgrade 0.4.2 -> 0.4.3
Upgrade to release 0.4.3:

- Added support for TC_NULL as array sub-type in _read_field_value
- javaobj can now read GZipped files directly (trick done in
  load(), which is also the underlying method used by loads())
- Fixed a type issue in BlockData/str content comparison

License-Update: License remains Apache License Version 2.0

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-19 09:16:54 -07:00
Leon Anavi
269880d81d python3-sh: Upgrade 1.14.1 -> 1.14.2
Upgrade to release 1.14.2:

- bugfix where setting _ok_code to not include 0, but 0 was the
  exit code

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-19 09:16:54 -07:00
Bartosz Golaszewski
67f9550be7 python3-pycocotools: new package
Add a recipe for building pycocotools - a Python wrapper for cocapi.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-19 09:16:54 -07:00
Alexander Vickberg
d6ef417074 hostapd: fix building with CONFIG_TLS=internal
The patch recently added for CVE-2021-30004 broke compilation with
CONFIG_TLS=internal. This adds the necessary function to let it
compile again.

Signed-off-by: Alexander Vickberg <wickbergster@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:15:23 -07:00
William A. Kennington III
05b8c9578d span-lite: upgrade 0.8.1 -> 0.9.2
Signed-off-by: William A. Kennington III <wak@google.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:15:23 -07:00
Nuno Sá
a41f4277cd libiio: mark libxml2 as depends for usb_backend
When usb_backend is configured, libxml2 is set as a RDEPEND. But, in
reality we want it to be part of the DEPENDS list.

Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Nuno Sá
31c3d52888 libiio: add serial backend support
This patch adds the serial backend to the PACKAGECONFIG list.

Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
491249e48c meta-gnome: remove upstream-version-is-even from inherit on 40.x version recipes
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Khem Raj
71dd824d25 libcamera: Update to latest master tip
Drop upstreamed patch
jinja2.Environment.compile_templates no longer accepts py_compile
argument so delete it

Fixes
TypeError: compile_templates() got an unexpected keyword argument 'py_compile'

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-05-17 09:00:36 -07:00
Khem Raj
46bd112bc4 Revert "nautilus: Exclude from builds"
This reverts commit f2dd522724.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
b5b298dc21 gnome-photos: Let all desktops add gnome-photos to their start menu
As a XFCE user I was wondering why gnome-photos was missing

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
f17d9dd0d6 gnome-photos: rrecommend grilo-plugins
Fixes:
| (org.gnome.Photos:952): gnome-photos-WARNING **: 08:02:54.011: Unable to activate Grilo's Flickr plugin: Plugin “grl-flickr” not available

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
75831afcbd grilo-plugins: initial add 0.3.13
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
fe32f27391 Revert "gimp: Disable svg icons on arm"
gimp builds without issues on armv7 / gcc 11.1.0

This reverts commit 57a7c1ed7d.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
f72da715c4 gegl: add poppler PCAKAGECONFIG and enable it by default
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
c63a1eae60 gegl: add PACKAGECONFIG libraw and enable it by default
Without gnome-photos fails to start and complains:
| (org.gnome.Photos:952): gnome-photos-WARNING **: 08:02:54.154: Unable to find GEGL operation gegl:raw-load: Check your GEGL install
| (org.gnome.Photos:952): gnome-photos-CRITICAL **: 08:02:54.154: photos_application_create_window: assertion 'gegl_sanity_checked' failed

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Khem Raj
ea0af875ca libraw: Move from meta-qt5-extra to meta-oe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
5d4d462df0 gimp: upgrade 2.10.22 -> 2.10.24
Backported patch can go

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
d52da0147d babl: upgrade 0.1.84 -> 0.1.86
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
620e16a5bb libwnck3: upgrade 3.36.0 -> 40.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
38578caab6 dconf-editor: upgrade 3.38.2 -> 3.38.3
Backported patch can go

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
8400df63c0 gnome-system-monitor: upgrade 3.36.1 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
7ec3906540 gnome-calculator: upgrade 3.36.0 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
6bbba21ff1 evince: upgrade 3.38.0 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
269e4f726d gedit: upgrade 3.36.2 -> 40.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
b83f509117 tepl: upgrade 4.4.0 -> 6.00.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
c9297cbd76 file-roller: upgrade 3.36.3 -> 3.38.1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
d3689db23f gnome-photos: upgrade 3.34.2 -> 40.0
gnome-photos' upgrade is mandatory due to tracker major version bump

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
cac624c6d2 nautilus: upgrade 3.36.3 -> 40.1
* 3.36.3 stopped building with meson 0.58.0
* backported patch can go

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
1c97ec5a76 tracker-miners: upgrade 2.3.5 -> 3.0.5
* follow tracker upgrade
* adjust PACKAGECONFIGs to new sources

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:36 -07:00
Andreas Müller
448d57649d tracker: upgrade 2.3.6 -> 3.0.4
* huge bump is required for upcoming nautilus 40.1
* PACKAGECONFIGS have no meson option anymore so remove them

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:35 -07:00
Khem Raj
f701ffa95d googletest: Update to tip of trunk
Check the top level license for checksums, as it is now available and is
BSD-3-Clause

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-17 09:00:35 -07:00
Leon Anavi
70cc5a6448 python3-ipython: Upgrade 7.22.0 -> 7.23.1
Upgrade to release 7.23.1:

- Moved to GitHub actions away from Travis-CI, the transition may
  not be 100% complete (not testing on nightly anymore), but as we
  ran out of Travis-Ci hours on the IPython organisation that was
  a necessary step.
- We have a new dependency: matplotlib-inline, which try to
  extract matplotlib inline backend specific behavior. It is
  available on PyPI and conda-forge thus should not be a problem
  to upgrade to this version. If you are a package maintainer
  that might be an extra dependency to package first.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-17 08:52:24 -07:00
Leon Anavi
5dd7567a6e python3-matplotlib-inline: Add recipe
Inline Matplotlib backend for Jupyter.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-17 08:52:24 -07:00
Leon Anavi
f3d8caa862 python3-pyroute2: Upgrade 0.5.18 -> 0.5.19
Upgrade to release 0.5.19:

- ndb: fix default routes keys
- mptcp: basic support
- netlink: ext_ack support fix
- tc: netem rate setting
- NSPopen: fix fd leak

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-17 08:52:24 -07:00
Leon Anavi
a6c3620b63 python3-aiohue: Upgrade 2.3.1 -> 2.4.0
Upgrade to release 2.4.0:

- Allow listening for Hue events

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-17 08:52:24 -07:00
Leon Anavi
b0c400299b python3-pymisp: Upgrade 2.4.142 -> 2.4.143
Upgrade to release 2.4.143:

- Method to get the raw object template.
- Bump version, deps.
- First-seen and last-seen on attributes and objects were not
  checked for sanity.
- Remove search_all example, use search instead.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-17 08:52:24 -07:00
Leon Anavi
38daf98db7 python3-deprecated: Add recipe
Python @deprecated decorator to deprecate old python classes,
functions or methods.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-17 08:52:24 -07:00
Leon Anavi
56e334fade python3-alembic: Upgrade 1.5.8 -> 1.6.2
Upgrade to release 1.6.2:

- Fixed a bug where paths defined in post-write hook options would
  be wrongly escaped in non posix environment (Windows)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-17 08:52:24 -07:00
Khem Raj
7de9c498be python3-m2crypto: Fix build on riscv and mips
wordlen is not so easy to calculate on RISCV, therefore pass the right
ingredients so compiler does the right thing in the end

Do same for mips as well

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-05-17 08:52:24 -07:00
Khem Raj
f2dd522724 nautilus: Exclude from builds
It does not build with latest meson upgrades from OE-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
2021-05-14 08:37:27 -07:00
Ross Burton
7fa165e0df nss: remove -march vs -mcpu workaround
NSS's build tries to be clever and passes for example -march=armv8-a+crypto
explicitly, instead of relying on the person doing the compilation to
set the right flags.

This conflicts with our compiler flags which typically pass the ideal
tune for the target, for example -mcpu=cortex-a55+crc+crypto.

When this happens GCC warns that the flags conflict (which was promoted
to an error, now fixed) and -march takes precedence over -mcpu.

As there's a huge number of potential tune flags to remove to avoid the
conflict, now that warnings are not fatal we can stop removing the flags
and let GCC warn as the generated code is the same.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-14 07:27:26 -07:00
Ross Burton
c16459a2e6 nss: disable -Werror
-Werror should be used by developers and not packagers, because new
compiler flags or GCC versions can use new warnings.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-14 07:27:26 -07:00
zhengruoqin
087223d8b0 libxmlb: upgrade 0.3.0 -> 0.3.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-14 07:26:46 -07:00
zhengruoqin
357f1992e3 libjcat: upgrade 0.1.6 -> 0.1.7
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-14 07:26:46 -07:00
zhengruoqin
363370a846 libdivecomputer: upgrade 0.6.0 -> 0.7.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-14 07:26:46 -07:00
zangrc
fec704f62c iwd: upgrade 1.13 -> 1.14
Refresh the following patch:
0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch

Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-14 07:26:46 -07:00
zangrc
4cd13e9108 gensio: upgrade 2.2.4 -> 2.2.5
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-14 07:26:46 -07:00
zangrc
6d125a8db5 cloc: upgrade 1.88 -> 1.90
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-14 07:26:46 -07:00