summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mdns: Upgrade 2559.1.1 -> 2559.40.32Alex Kiernan2024-11-271-2/+2
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: Upgrade 2.35.1 -> 2.36.0Leon Anavi2024-11-261-1/+1
| | | | | | | | | | Upgrade to version 2.36.0: - Use bytes instead of to_bytes in pyav metadata call - Remove support for Python 3.8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: Upgrade 2.9.3 -> 3.0.0Leon Anavi2024-11-261-1/+1
| | | | | | | | | | | | | | | | | Upgrade to version 3.0.0: - Remove Python 2.7 support - .decode() now returns iterator (equivalent to past .iterdecode()) - .search() now returns iterator (equivalent to past .itersearch()) - Remove .iterdecode() and .itersearch() - Remove util.rindex(), use .index(..., right=1) instead, deprecated since 2.9 - Remove util.make_endian(), use bitarray(..., endian=...) instead, deprecated since 2.9 - Remove hackish support for bitarray() handling unpickling Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-scikit-build-core: Add recipeLeon Anavi2024-11-261-0/+13
| | | | | | | | | | | Add new recipe with version 0.10.7: - Avoid modifying the input dict - Avoid providing prepare-metadata methods if `failed` in overrides - Support negative envvar values correctly Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: ignore some warnings.Jason Schonberg2024-11-261-0/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: Upgrade 4.19.3 -> 4.19.6Jason Schonberg2024-11-261-1/+1
| | | | | | | | | | | | Changelog: https://gitlab.xfce.org/xfce/libxfce4ui/-/tags/libxfce4ui-4.19.6 Changelog: https://gitlab.xfce.org/xfce/libxfce4ui/-/tags/libxfce4ui-4.19.5 The 4.19.5 version fixed a linking problem with clang which appeared in the 4.19.4 version of libxfce4ui. Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: Add DESCRIPTION about API versionJörg Sommer2024-11-261-0/+6
| | | | | | | | | | | | | | It took me some time to see the difference between webkitgtk and webkitgtk3. So, give a hint in the DESCRIPTION why this recipe exists. And name the pkgconf file for javascriptcoregtk to make it easier to find this recipe, when you have no clue about these API versions. Credits to Debian for lifting the fog. https://salsa.debian.org/webkit-team/webkit/-/blob/f04cf703b06ce74bb94add3f75aa7ac5603d0eae/debian/rules#L11 Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfwm4: Upgrade 4.18.0 -> 4.19.0Jason Schonberg2024-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfwm4/-/tags/xfwm4-4.19.0 - frame: clip title text from drawing behind buttons in stretched theme - mypixmap: fix origin for tiling in xfwmPixmapFill* functions - theme: ensure menu icon gets updated when redrawing stretched title frame - mypixmap: implement support for the matrix parameter in xfwmPixmapFillRectangle - frame: reference stretch theme variants - mypixmap: update xfwmPixmapFill* signatures to allow cairo_matrix_t param - mypixmap: use cairo in xfwmPixmapFillRectangle - theme: load '-stretch' variants - build: Bump requirements for Xfce 4.20 - settings-dialogs: Fix string leak - main: Fix string leak in setupLog - compositor: also block softpipe for GLX vsync - focus: Include skip taskbar/pager when passing focus - build: Fix build with libxfce4ui master - build: clang: Fix -Wcast-align - build: clang: Fix -Wsingle-bit-bitfield-constant-conversion - Prevent division by zero - Return if `tile` is not valid - Free `data` before returning - Fix emptying eventFilterStack - Allocate memory so that `logfile` can be freed with `g_free()` - `getWindowHostname` always sets `hostname` to a non-NULL value - Initialize `wm_command_count` variable - build: Fix -Werror=format= - Update bug report address - add missing break to fix use-after-free when alt-tabbing (#762) - Fix incorrect ifdef guard for startup notification - I18n: Update po/LINGUAS list - Remove usage of XDT_I18N() and intltool - Eliminate need for pre-processed configure.ac.in - Add generator for compile_flags.txt - Added check for working with external compositors - screen: Fix uninitialized rect in myScreenGetXineramaMonitorGeometry - stacking: Use WIN_LAYER_FULLSCREEN for focused fullscreen windows when modifying _NET_WM_STATE_ABOVE. - menu: Schedule a redraw for all menu options - screen: myScreenMaxSpaceForGeometry(): drop unused retval - drop dead code - drop obsolete prototypes - moveresize: clientResizeEventFilter(): drop unnecessary call to myScreenFindMonitorAtPoint - client: clientGetWMNormalHints(): simplify defaults and constraints - client: clientToggleMaximizedAtPoint: use clientReconfigure() - client: clientUpdateFullscreenSize(): use clientReconfigure() - placement: clientFill() skip unused computation - client: clientConstrainPos(): drop unneded local vars - client: getSizeExcludingMargins() return rect as GdkRectangle retval - client: getSizeExcludingMargins() pass rect as stack value instead of pointer - client: clientNewTileSize() pass rect as stack value instead of pointer - client: clientNewMaxSize() pass rect as stack value instead of pointer - client: drop unncessary code - client: clientConfigureWindows(): drop unncessary parameter - drop obsolete xfwm4rc - placement.c: make set_rectangle inline and drop unnecessary checks - placement.c: clientConstrainPos(): scope and optimize strut rects - compositor: Ditch the shadowPict - compositor: Expose just the window area - main: Fix our compositor selection - main: Simplify options handlers - netwm: Fix regular _NET_WM_STRUT - Corrected invalid use of g_return_val_if_fail for flow-control in move-to-monitor - build: Add GLib requirement Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: Upgrade 4.18.1 -> 4.18.2Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfconf/-/tags/xfconf-4.18.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: Upgrade 4.19.2 -> 4.19.3Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-appfinder/-/tags/xfce4-appfinder-4.19.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4util: Upgrade 4.19.2 -> 4.19.3Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/libxfce4util/-/tags/libxfce4util-4.19.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* garcon: Upgrade 4.19.0 -> 4.19.1Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/garcon/-/tags/garcon-4.19.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: Upgrade 4.19.0 -> 4.19.1Jason Schonberg2024-11-251-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/exo/-/tags/exo-4.19.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-fsspec: Upgrade 2024.9.0 -> 2024.10.0Leon Anavi2024-11-251-2/+3
| | | | | | | | | | | | | | | | | | | Upgrade to release 2024.10.0: - Performance of memoryFS rm - Performance of git FS info - Avoid git hex for newer pygit - Tests fix for zip - Missing open_async for dirFS - Handle pathlib in zip - Skip tests needing kerchunk if not installed - Allow repeated kwargs in unchain - Code style - Allow pyarrow in referenceFS parquet - Don't hardcode test port for parallel runs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tornado: Upgrade 6.4.1 -> 6.4.2Leon Anavi2024-11-251-1/+1
| | | | | | | | | | | | | Upgrade to release 6.4.2 which brings security improvements: Parsing of the cookie header is now much more efficient. The older algorithm sometimes had quadratic performance which allowed for a denial-of-service attack in which the server would spend excessive CPU time parsing cookies and block the event loop. This change fixes CVE-2024-7592. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cloudpickle: Upgrade 3.0.0 -> 3.1.0Leon Anavi2024-11-251-1/+1
| | | | | | | | | | | | | Upgrade to release 3.1.0: - Some improvements to make cloudpickle more deterministic when pickling dynamic functions and classes, in particular with CPython 3.13 - Fix a problem with the joint usage of cloudpickle's _whichmodule and multiprocessing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: Upgrade 0.136.0 -> 0.136.2Leon Anavi2024-11-251-1/+1
| | | | | | | | | | | Upgrade to release 0.136.2: - fix: retrigger release from failed github workflow - fix(ci): run release workflow only on main repository - fix(docs): update python to 3.8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typeguard: Upgrade 4.3.0 -> 4.4.1Leon Anavi2024-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | Upgrade to release 4.4.1: - Dropped Python 3.8 support - Changed the signature of typeguard_ignore() to be compatible with typing.no_type_check() - Avoid creating reference cycles when type checking uniontypes and classes - Fixed checking of variable assignments involving tuple unpacking - Fixed TypeError when checking a class against type[Self] - Fixed checking of protocols on the class level (against type[SomeProtocol]) - Fixed Self checks in instance/class methods that have positional-only arguments - Fixed explicit checks of PEP 604 unions against types.UnionType - Fixed checks against annotations wrapped in NotRequired not being run unless the NotRequired is a forward reference Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* taisei: Use libucontext with muslKhem Raj2024-11-241-2/+2
| | | | | | | | | | | | | Fixes errors like | koishi| Checking for function "getcontext" : NO (cached) | koishi| Checking for function "setcontext" : NO | koishi| Checking for function "makecontext" : NO (cached) | koishi| Checking for function "swapcontext" : NO (cached) | koishi| Message: ** Backend `ucontext_sjlj` is not supported | | ../git/subprojects/koishi/src/meson.build:43:4: ERROR: Problem encountered: Unsupported platform Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: update 115.16.1 -> 115.17.0Markus Volk2024-11-241-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nodejs: backport a patch to fix build with icu-76Martin Jansa2024-11-232-0/+30
| | | | | | | | | | | | | | | | | | | | | * icu was upgraded in oe-core in: https://git.openembedded.org/openembedded-core/commit/?id=ef2bd18dd1db7e5f01db76889933bfdbb5415aaf nodejs is now failing to link: TOPDIR/BUILD/hosttools/ld: nodejs/22.11.0/node-v22.11.0/out/Release/obj.host/gen-regexp-special-case/deps/v8/src/regexp/gen-regexp-special-case.o: in function `v8::internal::PrintSet(std::basic_ofstream<char, std::char_traits<char> >&, char const*, icu_76::UnicodeSet const&)': gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0x8b): undefined reference to `icu_76::UnicodeSet::getRangeStart(int) const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0xb6): undefined reference to `icu_76::UnicodeSet::getRangeEnd(int) const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0xdf): undefined reference to `icu_76::UnicodeSet::getRangeCount() const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0xed): undefined reference to `icu_76::UnicodeSet::getRangeStart(int) const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0xfa): undefined reference to `icu_76::UnicodeSet::getRangeEnd(int) const' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal8PrintSetERSt14basic_ofstreamIcSt11char_traitsIcEEPKcRKN6icu_7610UnicodeSetE+0x121): undefined reference to `icu_76::UnicodeSet::getRangeStart(int) const' TOPDIR/BUILD/hosttools/ld: nodejs/22.11.0/node-v22.11.0/out/Release/obj.host/gen-regexp-special-case/deps/v8/src/regexp/gen-regexp-special-case.o: in function `v8::internal::PrintSpecial(std::basic_ofstream<char, std::char_traits<char> >&)': gen-regexp-special-case.cc:(.text._ZN2v88internal12PrintSpecialERSt14basic_ofstreamIcSt11char_traitsIcEE+0x43): undefined reference to `icu_76::UnicodeSet::UnicodeSet()' TOPDIR/BUILD/hosttools/ld: gen-regexp-special-case.cc:(.text._ZN2v88internal12PrintSpecialERSt14basic_ofstreamIcSt11char_traitsIcEE+0x59): undefined reference to `icu_76::UnicodeSet::UnicodeSet()' ... Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zopeinterface: Fix build with setuptools > 74Khem Raj2024-11-232-0/+25
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: Fix build with ICU-76+Khem Raj2024-11-232-0/+43
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webkitgtk3: Fix build with ICU-76+Khem Raj2024-11-232-0/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opencv: Specify right path for <numpy/ndarrayobject.h>Khem Raj2024-11-231-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mozjs: Fix build with icu 76+Khem Raj2024-11-232-0/+28
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Fix build with icu 76+Khem Raj2024-11-232-0/+53
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta: Add SECURITY.md file to all layersKhem Raj2024-11-2310-0/+200
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dovecot: Upgrade to 2.3.21.1Khem Raj2024-11-232-1/+26
| | | | | | Fix build with icu-76.x while here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfconf: Upgrade 4.18.0 -> 4.18.1Jason Schonberg2024-11-221-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfconf/-/tags/xfconf-4.18.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-settings: Upgrade 4.18.2 -> 4.18.3Jason Schonberg2024-11-221-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-settings/-/tags/xfce4-settings-4.18.3 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-session: Upgrade 4.18.3 -> 4.18.4Jason Schonberg2024-11-221-1/+2
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-session/-/tags/xfce4-session-4.18.4 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-power-manager: Upgrade 4.18.1 -> 4.18.2Jason Schonberg2024-11-221-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-power-manager/-/tags/xfce4-power-manager-4.18.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-dev-tools: Upgrade 4.18.0 -> 4.18.1Jason Schonberg2024-11-221-2/+2
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/tags/xfce4-dev-tools-4.18.1 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: Upgrade 4.19.1 -> 4.19.2Jason Schonberg2024-11-221-1/+1
| | | | | | | Changelog: https://gitlab.xfce.org/xfce/xfce4-appfinder/-/tags/xfce4-appfinder-4.19.2 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* keepalived: Backport fix to build with muslKhem Raj2024-11-222-0/+35
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* canopenterm: Fix build with muslKhem Raj2024-11-222-1/+45
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* taisei: Fix build with muslKhem Raj2024-11-221-5/+23
| | | | | | This patch fixed issue on glibc but regressed on musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdex: Link with libucontext on muslKhem Raj2024-11-221-0/+3
| | | | | | | | Fixes errors like below x86_64-yoe-linux-musl-ld.lld: error: undefined symbol: getcontext Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gdm: update useradd settingsMarkus Volk2024-11-221-2/+3
| | | | | | | | | | | | | Set HOME_DIR back to /var/lib/gdm. If this is not specified, gdm will store its files in $HOME/.cache. This is pretty ugly because I think this directory should only be used by real users? Maybe /var/cache would be a better place, because it would be the system equivalent of $HOME/.cache? Use tmpfiles.d to ensure /var/lib/gdm is created with the right permissions even in case /var would be tmpfs Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* taisei: Fix build with clangKhem Raj2024-11-222-0/+41
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geary: Specify iso codes xml file locationsKhem Raj2024-11-222-2/+31
| | | | | | | | Do not check for these files to exist during build time, they are needed during runtime. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* geary: add itstool-native dependencyMarkus Volk2024-11-221-0/+1
| | | | | | | | | | | fixes: | Configuring org.gnome.Geary.service using configuration | Program itstool found: NO | | ../git/help/meson.build:21:6: ERROR: Program 'itstool' not found or not executable Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pydantic: Add missing rdepsKhem Raj2024-11-221-0/+9
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdex: Inherit features_checkKhem Raj2024-11-221-1/+1
| | | | | | | Fixes QA Issue: libdex: recipe doesn't inherit features_check [unhandled-features-check] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typer: Move ptest rdeps to ptest packageKhem Raj2024-11-221-3/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ntfs-3g-ntfsprogs: fix CVE-2023-52890Hongxu Jia2024-11-212-0/+43
| | | | | | | | | Backport fix from upstream https://github.com/tuxera/ntfs-3g/commit/75dcdc2cf37478fad6c0e3427403d198b554951d Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: Add missing rdep on tzdata moduleKhem Raj2024-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes {'python3-marshmallow': 'START: ptest-runner\n' '2024-11-22T04:11\n' 'ImportError while loading conftest ' "'/usr/lib/python3-marshmallow/ptest/tests/conftest.py'.\n" 'tests/conftest.py:5: in <module>\n' ' from tests.base import Blog, User, UserSchema\n' 'tests/base.py:14: in <module>\n' ' central = ZoneInfo("America/Chicago")\n' '../../python3.13/zoneinfo/_common.py:24: in ' 'load_tzdata\n' ' raise ZoneInfoNotFoundError(f"No time zone found ' 'with key {key}")\n' "E zoneinfo._common.ZoneInfoNotFoundError: 'No time " "zone found with key America/Chicago'\n" '\n' 'ERROR: Exit status is 4\n' 'DURATION: 1\n'} Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20240730 -> 20240924Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240924 Update from Mozilla repository to 2024-09-24 Added certificates: SecureSign Root CA12 sha256: 3f034bb5704d44b2d08545a02057de93ebf3905fce721acbc730c06ddaee904e SecureSign Root CA14 sha256: 4b009c1034494f9ab56bba3ba1d62731fc4d20d8955adcec10a925607261e338 SecureSign Root CA15 sha256: e778f0f095fe843729cd1a0082179e5314a9c291442805e1fb1d8fb6b8886c3a TWCA CYBER Root CA sha256: 3f63bb2814be174ec8b6439cf08d6d56f0b7c405883a5648a334424d6b3ec558 Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmozilla-ca-perl: Upgrade 20240313 -> 20240730Jason Schonberg2024-11-211-1/+1
| | | | | | | | | | | | | Changelog: https://metacpan.org/release/LWP/Mozilla-CA-20240730 Update from Mozilla repository to 2024-07-30 Added certificates: FIRMAPROFESIONAL CA ROOT-A WEB sha256: bef256daf26e9c69bdec1602359798f3caf71821a03e018257c53c65617f3d4a Removed certificates: GLOBALTRUST 2020 sha256: 9a296a5182d1d451a2e37f439b74daafa267523329f90f9a0d2007c334e23c9a Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>