summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove python3-booleanpySamantha Jalabert2023-09-261-13/+0
| | | | | | | | python3-booleanpy recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-xmltodictSamantha Jalabert2023-09-262-32/+0
| | | | | | | | python3-xmltodict recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-license-expressionSamantha Jalabert2023-09-262-39/+0
| | | | | | | | python3-license-expression recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove python3-rdflibSamantha Jalabert2023-09-261-19/+0
| | | | | | | | python3-rdflib recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymysql: update verion 1.0.2 -> 1.1.0Derek Straka2023-09-261-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymysql: Fix upstream check by specifying the UPSTREAM_CHECK_URI and ↵Derek Straka2023-09-261-0/+3
| | | | | | | UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyiface: Update version from git -> 0.0.11Derek Straka2023-09-261-11/+5
| | | | | | | | Reorganize recipe to follow recipe style guide Migrate to release version (No functional change from latest git version) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyasn1-modules: Update version 0.2.8 -> 0.3.0Derek Straka2023-09-261-3/+4
| | | | | | | Verified license is still BSD and updated the checksum for spacing change Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyhamcrest: Fix upstream check by specifying the UPSTREAM_CHECK_URI ↵Derek Straka2023-09-261-0/+3
| | | | | | | and UPSTREAM_CHECK_REGEX Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Update version 1.10.7 -> 2.4.1Derek Straka2023-09-261-3/+5
| | | | | | | | | | | | | | | Update build to use hatchling Add dependency for README generation Verify the license terms and update the checksum Note from upstream ======= Pydantic V2 is a ground-up rewrite that offers many new features, performance improvements, and some breaking changes compared to Pydantic V1. If you're using Pydantic V1 you may want to look at the pydantic V1.10 Documentation or, 1.10.X-fixes git branch. Pydantic V2 also ships with the latest version of Pydantic V1 built in so that you can incrementally upgrade your code base and projects: from pydantic import v1 as pydantic_v1. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-async-timeout: remove old version of the libraryDerek Straka2023-09-261-18/+0
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argh: Update version 0.29.3 -> 0.29.4Derek Straka2023-09-261-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-apiflask: Update version 2.0.1 -> 2.0.2Derek Straka2023-09-261-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpp-netlib: Fix buildpaths in generated cmake filesKhem Raj2023-09-261-0/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cpp-netlib: Fix build with boost 1.80+Khem Raj2023-09-262-4/+33
| | | | | | | | Update to latest on 0.13.0 release branch Set PR to 0.13.0 Drop unused SRC_URI checksum Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gupnp: fix build with meson-1.2.0Martin Jansa2023-09-262-0/+26
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyu2f: add recipeMichał Iwanicki2023-09-261-0/+20
| | | | | Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: reduce size of -dbg packageRoss Burton2023-09-261-0/+3
| | | | | | | | | | | | | | | | | | Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the debug symbols Level 1 produces minimal information, enough for making backtraces in parts of the program that you don't plan to debug. This includes descriptions of functions and external variables, and line number tables, but no information about local variables. This makes the sstate objects a lot more manageable, and packaging faster. Based on - https://patchwork.yoctoproject.org/project/oe-core/patch/20230925113508.1087898-1-ross.burton@arm.com/ Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mosquitto: upgrade 2.0.17 -> 2.0.18Gianfranco Costamagna2023-09-263-1/+51
| | | | | | | Add two patches from Debian, pull requests proposed upstream as 2894 and 2895 to make it start only when board is online, and to fix dynamic websockets link failure Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs-115: Apply autoconf tuple mismatch fixKhem Raj2023-09-252-5/+21
| | | | | | | Fixes DEBUG: | Invalid configuration `riscv64gc-yoe-linux-gnu': machine `riscv64gc-yoe' not recognized Signed-off-by: Khem Raj <raj.khem@gmail.com>
* udisks2: Upgrade 2.9.4 -> 2.10.1Markus Volk2023-09-242-2/+53
| | | | | | | - add a patch to fix reproducibility issues Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libblockdev: Upgrade 2.28 -> 3.03Markus Volk2023-09-241-10/+5
| | | | | | | | - delete removed configure options - add dependency on libnvme Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tepl: Upgrade 6.4.0 -> 6.8.0Markus Volk2023-09-241-3/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: Upgrade 44.2 -> 46.1Markus Volk2023-09-244-25/+51
| | | | | | | | | | - add recipes for libedit-amtk and libgedit-gtksourceview - drop deprecated amtk recipe - update dependencies - fix reproducibility issue Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Nautilus: Upgrade 44.2.1 -> 45.0Markus Volk2023-09-232-51/+5
| | | | | | | | | | - remove the patch to fix reproducibility. It was partly committed upstream but theres still one include with buildpath left in src/nautilus-enum-types.c and @basename@ instead of @filename@ doesn't work here -> use sed to remove Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xscreensaver: Add osuosl backup MIRRORKhem Raj2023-09-231-0/+2
| | | | | | | old tarballs disappear from main location, use a backup location to fetch it in such cases. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-web3: Update version 6.9.0 -> 6.10.0Derek Straka2023-09-221-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-websocket-client: Update version 1.5.3 -> 1.6.3Derek Straka2023-09-221-2/+2
| | | | | | | Verified license remains the same and updated the checksum Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: Upgrade 44.2 -> 45.0Markus Volk2023-09-221-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: add recipe for v115Markus Volk2023-09-2212-0/+535
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: Upgrade 1.76.1 -> 1.78.0Markus Volk2023-09-223-12/+19
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv: Upgrade 0.14.0 -> 0.14.2Markus Volk2023-09-221-4/+3
| | | | | | | | - enable vapi build - delete removed meson option Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exiv2: Upgrade 0.27.6 -> 0.28.0Markus Volk2023-09-221-2/+2
| | | | | | | - add required dependencies on brotli and libinih Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-posix-ipc: Update version 1.0.5 -> 1.1.1Derek Straka2023-09-222-15/+11
| | | | | | | Verified LICENSE remains BSD-3-Clause (Copyright year updated) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: Update version 0.0.63 -> 0.0.64Derek Straka2023-09-221-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: Update version 23.7.0 -> 23.9.1Derek Straka2023-09-221-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: Update version 4.24.2 -> 4.24.3Derek Straka2023-09-221-1/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msgpack: Update version 1.0.5 -> 1.0.6Derek Straka2023-09-221-2/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-netaddr: Update version 0.8.0 -> 0.9.0Derek Straka2023-09-221-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog ========= Added: Add hash capabilities to OUI (#225, amitmi704) Fixed: Backwards incompatible: Handle RFC 6164 IPv6 addresses (don't reserve first IP address in point-to-point subnets) ($267, Damien Claisse) Technically backwards incompatible: Fix for is_loopback behaviour – consider IPNetwork('::1/128') to be loopback (#222, #223, niels) Include tutorials in source distributions (#215, Louis Sautier) Fix a documentation typo (#242, Wouter) Fix print syntax in the documentation to be Python 3 compatible (#221, François Magimel) Fix the Sphinx syntax in the documentation (#220, François Magimel) Other: Update the databases (#266, Jakub Stasiak) Deprecate Python 3.6 (#263, Jakub Stasiak) Eliminate unnecessary evals (#228, KOLANICH) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: Upgrade 2.0.20 -> 2.0.21Derek Straka2023-09-221-1/+1
| | | | | | | | | | Changelog ========= Full changelog available here - https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.21 Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Fix build on 32bitMartin Jansa2023-09-222-0/+39
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: add and fix Upstream-StatusMartin Jansa2023-09-2211-1/+22
| | | | | | | | | | | | | | | | | | * add 'Upstream-Status: Pending' where it was missing and fix malformatted one in 1296.patch * fixes: ERROR: lib32-mongodb-4.4.24-r0 do_patch: QA Issue: Malformed Upstream-Status in patch meta-oe/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/1296.patch Please correct according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status : Upstream-Status: submitted https://github.com/mongodb/mongo/pull/1296 [patch-status] ERROR: lib32-mongodb-4.4.24-r0 do_patch: QA Issue: Missing Upstream-Status in patch meta-oe/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/0001-free_mon-Include-missing-cstdint.patch Please add according to https://docs.yoctoproject.org/contributor-guide/recipe-style-guide.html#patch-upstream-status . [patch-status] ... Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* frr: upgrade 8.4.4 -> 9.0.1Jonas Gorski2023-09-226-237/+67
| | | | | | | | | | | | | | | | | | Upgrade FRR to 9.0.1: * drop all existing patches since they are included in 9.0.1 * add a patch fixing (harmless) error messages in log * license files moved to doc/licenses * protobuf-c-native (for protoc) and protobuf-c are now needed Changelogs: https://github.com/FRRouting/frr/releases/tag/frr-9.0.1 https://github.com/FRRouting/frr/commit/31ed3dd753d62b5d8916998bc32814007e91364b https://github.com/FRRouting/frr/releases/tag/frr-9.0 https://github.com/FRRouting/frr/commit/2863e7efbcd0cbfbd41d3be04c660d77df65d0ea Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* netkit-telnet: Fix CVE-2022-39028Sanjay Chitroda2023-09-222-0/+54
| | | | | | | | | | | | | | | References: https://nvd.nist.gov/vuln/detail/CVE-2022-39028 https://security-tracker.debian.org/tracker/CVE-2022-39028 Upstream Patch: https://cgit.freebsd.org/src/commit/?id=6914ffef4e23 - Patch is adopted from FreeBSD, as same vulnerability of telnetd is applicable to FreeBSD and netkit-telnet packages. Signed-off-by: Sanjay Chitroda <sanjay.chitroda@einfochips.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntpsec: 1.2.2 -> 1.2.2aLee Chee Yang2023-09-221-1/+1
| | | | | | | | | | Fix a crash in ntpd if NTS is disabled and an NTS-enabled client request (mode 3) is received. (CVE-2023-4012) #794 https://gitlab.com/NTPsec/ntpsec/-/releases/NTPsec_1_2_2a Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libvncserver: update to 0.9.14Lee Chee Yang2023-09-221-1/+1
| | | | | | | | | | 0.9.14 represents a gradual improvement over 0.9.13 with lots of developments all over the place. 40 issues and pull requests were closed/merged with this release. Highlights on the LibVNCServer side are a refined multi-threaded implementation, support for Unicode clipboard data Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x11vnc: Fix CVE-2020-29074Lee Chee Yang2023-09-222-0/+28
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensc: fix CVE-2023-2977Lee Chee Yang2023-09-222-0/+55
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* iniparser: Fix CVE-2023-33461Lee Chee Yang2023-09-222-1/+51
| | | | | Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* irssi: 1.4.2 -> 1.4.4Lee Chee Yang2023-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.4.4 The Irssi team released this 2023-03-31 Changes Expose location of signals.txt via pkg-config (codeberg!1, #1439, #1446, Additions Levels can now be inverted using ^ prefix in the /WINDOW (HIDE)LEVEL commands (#1428) Support receiving monospace (#1370, #1442). By Linus Heckemann Fixes Fix config broken by /WINDOW LOGFILE without parameter (#1392, #1432) Fix broken /LASTLOG -window switch (#1418, #1424, regression introduced in #1398) Fix logic in how actions are printed for other protocols (codeberg!3, Fix stale special collector use after free (#1456). Reported by ednash Help and message fixes (#1421, #1429, #1431, #1434, #1438, #1452, #1453, 1.4.3 The Irssi team released this 2022-10-31 Fixes Fix freeze on Alt+arrows (#1416, #1417) Fix crash on /upgrade (#1399, #1419) Fix saving of -disallow_starttls (#1401, #1420) Fix libnv detection on FreeBSD (freebsd#265397, #1407). By Guido Falsi and Kristof Provost Minor help and script fixes (#1380, #1393, #1411, #1413, #1414, #1415) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>