summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* python3-mock: upgrade 4.0.3 -> 5.0.0Wang Mingyu2023-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== -gh-98624: Add a mutex to unittest.mock.NonCallableMock to protect concurrent access to mock attributes. -bpo-43478: Mocks can no longer be used as the specs for other Mocks. As a result, an already-mocked object cannot have an attribute mocked using autospec=True or be the subject of a create_autospec call. This can uncover bugs in tests since these Mock-derived Mocks will always pass certain tests (e.g. isinstance) and builtin assert functions (e.g. assert_called_once_with) will unconditionally pass. -bpo-45156: Fixes infinite loop on unittest.mock.seal() of mocks created by create_autospec(). -bpo-41403: Make mock.patch() raise a TypeError with a relevant error message on invalid arg. Previously it allowed a cryptic AttributeError to escape. -gh-91803: Fix an error when using a method of objects mocked with unittest.mock.create_autospec() after it was sealed with unittest.mock.seal() function. -bpo-41877: AttributeError for suspected misspellings of assertions on mocks are now pointing out that the cause are misspelled assertions and also what to do if the misspelling is actually an intended attribute name. The unittest.mock document is also updated to reflect the current set of recognised misspellings. -bpo-43478: Mocks can no longer be provided as the specs for other Mocks. As a result, an already-mocked object cannot be passed to mock.Mock(). This can uncover bugs in tests since these Mock-derived Mocks will always pass certain tests (e.g. isinstance) and builtin assert functions (e.g. assert_called_once_with) will unconditionally pass. -bpo-45010: Remove support of special method __div__ in unittest.mock. It is not used in Python 3. -gh-84753: inspect.iscoroutinefunction() now properly returns True when an instance of unittest.mock.AsyncMock is passed to it. This makes it consistent with behavior of asyncio.iscoroutinefunction(). Patch by Mehdi ABAAKOUK. -bpo-46852: Remove the undocumented private float.__set_format__() method, previously known as float.__setformat__() in Python 3.7. Its docstring said: "You probably don't want to use this function. It exists mainly to be used in Python's test suite." Patch by Victor Stinner. -gh-98086: Make sure patch.dict() can be applied on async functions. -gh-100287: Fix the interaction of unittest.mock.seal() with unittest.mock.AsyncMock. -gh-83076: Instantiation of Mock() and AsyncMock() is now 3.8x faster. -bpo-41877: A check is added against misspellings of autospect, auto_spec and set_spec being passed as arguments to patch, patch.object and create_autospec. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-lz4: upgrade 4.0.2 -> 4.3.2Wang Mingyu2023-01-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateparser: upgrade 1.1.4 -> 1.1.5Wang Mingyu2023-01-061-1/+1
| | | | | | | | | | | | | | | Changelog: ========== Parse short versions of day, month, and year (#1103) Add a test for "in 1d" (#1104) Update languages_info (#1107) Add a workaround for zipimporter not having exec_module before Python 3.10 (#1069) Stabilize tests at midnight (#1111) Add a test case for French (#1110) Remove the requirements-build file (#1113) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bitarray: upgrade 2.6.1 -> 2.6.2Wang Mingyu2023-01-061-1/+1
| | | | | | | | | | Changelog: ========== * optimize 'richcompare()' for opposite endianness * improve some docstrings add tests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-bidict: upgrade 0.22.0 -> 0.22.1Wang Mingyu2023-01-061-1/+1
| | | | | | | | | | | | Changelog: ========== -Only include the source code in the source distribution. This reduces the size of the source distribution from 200kB to 30kB. -Fix the return type hint of bidict.inverted() to return an Iterator, rather than an Iterable. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tree: upgrade 2.0.4 -> 2.1.0Wang Mingyu2023-01-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsnapshot: upgrade 1.4.4 -> 1.4.5Wang Mingyu2023-01-061-2/+2
| | | | | | | | | | | | | Changelog: ========== - Fix regression (#310) - Merge pull request #303 from rsnapshot/update-HOWTO-to-talk-about-retain-instead-of-interval - Removing legacy Docbook files, as per discussion at https://github.com/rsnapshot/rsnapshot/pull/296 - Merge pull request #296 from hoclun-rigsep/hoclun-rigsep-patch-1 - Use @prefix@ instead of hardcoded value in rsnapshot.conf.default.in comment line (#289). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: upgrade 22.12.0 -> 23.01.0Wang Mingyu2023-01-061-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pcsc-tools: upgrade 1.6.0 -> 1.6.1Wang Mingyu2023-01-061-1/+1
| | | | | | | | | | | | | | | | | Changelog: ========== 196 new ATRs use colors on NetBSD ("wsvt25" terminal) pcsc_scan: always print the version in verbose mode Fix Hungarian eID URL Update smartcard_list.txt update ATR name Fix typos in card list: healt -> health Add 6 issuer card ATR descriptions Updated Finnish-related info in smartcard_list.txt to make it up to date Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* openwsman: upgrade 2.7.1 -> 2.7.2Wang Mingyu2023-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== - Security - call setgroups before setuid or setgid - harden systemd service (https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort) - Bugfixes - wsman-win-client-transport: initialize certificate pointer - iniparser: fix buffer size - wsman-win-client-transport: plug leak in error path - memory.c: fix memory cleanup - Improve handling of HTTP 401 Unauthorized - Fix serialization tests - Fix Ruby bindings warnings - Fix Ruby plugin loading test - Fix rpm packaging - Allow to run tests from 'build' directory - Add Python XML test - Enable CUNIT tests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* traceroute: upgrade 2.1.0 -> 2.1.1Wang Mingyu2023-01-061-2/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcpdump: upgrade 4.99.1 -> 4.99.2Wang Mingyu2023-01-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: ========== Updated printers: ----------------- BGP: Update cease notification decoding to RFC 9003. BGP: decode BGP link-bandwidth extended community properly. BGP: Fix parsing the AIGP attribute BGP: make sure the path attributes don't go past the end of the packet. BGP: Shutdown message can be up to 255 bytes length according to rfc9003 DSA: correctly determine VID. EAP: fix some length checks and output issues. 802.11: Fix the misleading comment regarding "From DS", "To DS" Frame Control Flags. 802.11: Fetch the CF and TIM IEs a field at a time. 802.15.4, BGP, LISP: fix some length checks, compiler warnings, and undefined behavior warnings. PFLOG: handle LINKTYPE_PFLOG/DLT_PFLOG files from all OSes on all OSes. RRCP: support more Realtek protocols than just RRCP. MPLS: show the EXP field as TC, as per RFC 5462. ICMP: redo MPLS Extension code as general ICMP Extension code. VQP: Do not print unknown error codes twice. Juniper: Add some bounds checks. Juniper: Don't treat known DLT_ types as "Unknown". lwres: Fix a length check, update a variable type. EAP: Fix some undefined behaviors at runtime. Ethernet: Rework the length checks, add a length check. IPX: Add two length checks. Zephyr: Avoid printing non-ASCII characters. VRRP: Print the protocol name before any GET_(). DCCP: Get rid of trailing commas in lists. Juniper: Report invalid packets as invalid, not truncated. IPv6: Remove an obsolete code in an always-false #if wrapper. ISAKMP: Use GET_U_1() to replace a direct dereference. RADIUS: Use GET_U_1() to replace a direct dereference. TCP: Fix an invalid check. RESP: Fix an invalid check. RESP: Remove an unnecessary test. Arista: Refine the output format and print HwInfo. sFlow: add support for IPv6 agent, add a length check. VRRP: add support for IPv6. OSPF: Update to match the Router Properties registry. OSPF: Remove two unnecessary dereferences. OSPF: Add support bit Nt RFC3101. OSPFv3: Remove two unnecessary dereferences. ICMPv6: Fix output for Router Renumbering messages. ICMPv6: Fix the Node Information flags. ICMPv6: Remove an unused macro and extra blank lines. ICMPv6: Add a length check in the rpl_dio_print() function. ICMPv6: Use GET_IP6ADDR_STRING() in the rpl_dio_print() function. IPv6: Add some checks for the Hop-by-Hop Options header IPv6: Add a check for the Jumbo Payload Hop-by-Hop option. NFS: Fix the format for printing an unsigned int PTP: fix printing of the correction fields PTP: Use ND_LCHECK_U for checking invalid length. WHOIS: Add its own printer source file and printer function MPTCP: print length before subtype inside MPTCP options ESP: Add a workaround to a "use-of-uninitialized-value". PPP: Add tests to avoid incorrectly re-entering ppp_hdlc(). PPP: Don't process further if protocol is unknown (-e option). PPP: Change the pointer to packet data. ZEP: Add three length checks. Add some const qualifiers. Building and testing: ---------------------- Update config.guess and config.sub. Use AS_HELP_STRING macro instead of AC_HELP_STRING. Handle some Autoconf/make errors better. Fix an error when cross-compiling. Use "git archive" for the "make releasetar" process. Remove the release candidate rcX targets. Mend "make check" on Solaris 9 with Autoconf. Address assorted compiler warnings. Fix auto-enabling of Capsicum on FreeBSD with Autoconf. Treat "msys" as Windows for test exit statuses. Clean up some help messages in configure. Use unified diff by default. Remove awk code from mkdep. Fix configure test errors with Clang 15 CMake: Prevent stripping of the RPATH on installation. AppVeyor CI: update Npcap site, update to 1.12 SDK. Cirrus CI: Use the same configuration as for the main branch. CI: Add back running tcpdump -J/-L and capture, now with Cirrus VMs. Remove four test files (They are now in the libpcap tests directory). On Solaris, for 64-bit builds, use the 64-bit pcap-config. Tell CMake not to check for a C++ compiler. CMake: Add a way to request -Werror and equivalents. configure: Special-case macOS /usr/bin/pcap-config as we do in CMake. configure: Use pcap-config --static-pcap-only if available. configure: Use ac_c_werror_flag to force unknown compiler flags to fail. configure: Use AC_COMPILE_IFELSE() and AC_LANG_SOURCE() for testing flags. Run the test that fails on OpenBSD only if we're not on OpenBSD. Source code: ------------- Fix some snapend-changing routines to protect against pointer underflow. Use __func__ from C99 in some function calls. Memory allocator: Update nd_add_alloc_list() to a static function. addrtoname.c: Fix two invalid tests. Use more S_SUCCESS and S_ERR_HOST_PROGRAM in main(). Add some comments about "don't use GET_IP6ADDR_STRING()". Assign ndo->ndo_packetp in pretty_print_packet(). Add ND_LCHECKMSG_U, ND_LCHECK_U, ND_LCHECKMSG_ZU and ND_LCHECK_ZU macros. Update tok2strbuf() to a static function. netdissect.h: Keep the link-layer dissectors names sorted. setsignal(): Set SA_RESTART on non-lethal signals (REQ_INFO, FLUSH_PCAP) to avoid corrupting binary pcap output. Use __builtin_unreachable(). Fail if nd_push_buffer() or nd_push_snaplen() fails. Improve code style and fix many typos. Documentation: --------------- Some man page cleanups. Update the print interface for the packet count to stdout. Note that we require compilers to support at least some of C99. Update AIX and Solaris-related specifics. INSTALL.txt: Add doc/README.*, delete the deleted win32 directory. Update README.md and README.Win32.md. Update some comments with new RFC numbers. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tepl: upgrade 6.2.0 -> 6.4.0Wang Mingyu2023-01-061-1/+1
| | | | | | | | | | | | | | | Changelog: ========== * Build: simplify handling of library soversion. * Add some new API (see the reference documentation). * Some API breaks (see the reference documentation). * Experiments to simplify GtkStack custom switcher implementations. Moved the result to the attic/ directory. * TeplView: add code from gedit: override delete_from_cursor vfunc. In gedit it's for the Ctrl+D keybinding to delete the current line. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gtk: add recipeMarkus Volk2023-01-042-0/+45
| | | | | | | - add it as denpendency for xdg-desktop-portal-gnome Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: add runtime dependency on adwaita-icon-themeMarkus Volk2023-01-041-0/+2
| | | | | | | This is needed to have icons and cursors visible by default Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-croniter: Upgrade 1.3.7 -> 1.3.8Leon Anavi2023-01-041-2/+2
| | | | | | | | | | | Upgrade to release 1.3.8: - Add Python 3.11 support and move docs files to main folder License-Update: File moved to main directory, no changes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: Upgrade 0.39.4 -> 0.47.1Leon Anavi2023-01-041-2/+2
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 0.47.1: - The equality checks for DNSPointer and DNSService should be case insensitive - Optimize equality checks for DNS records - Optimize the dns cache - Optimize construction of outgoing packets - Optimize dns objects by adding pxd files - Optimize incoming parser by reducing call stack - Optimize incoming parser by using unpack_from - Optimize incoming parser by adding pxd files - Fix project name in pyproject.toml - Drop async_timeout requirement for python 3.11+ License-Update: Use PKG-INFO to check the license Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-watchdog: Upgrade 2.2.0 -> 2.2.1Leon Anavi2023-01-041-1/+1
| | | | | | | | | | | | | Upgrade to release 2.2.1: - Enable mypy to discover type hints as specified in PEP 561 - [ci] Set the expected Python version when building release files - [ci] Update actions versions in use - [watchmedo] [regression] Fix usage of missing signal.SIGHUP attribute on non-Unix OSes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grubby: drop version 8.40Yi Zhao2023-01-041-41/+0
| | | | | | | This version is obsolete. Drop it and only keep the git version. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grubby: update to latest git revYi Zhao2023-01-046-41/+93
| | | | | | | | | | | * Refresh patches. * Update SRC_URI. The upstrem repository has been archived. * Depends on rpm to rpm-sort build. * Add a patch to fix rpm-sort build error. * Do not specify PREFIX as the issue has been fixed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnet-dns-perl: upgrade 1.35 -> 1.36Wang Mingyu2023-01-041-1/+1
| | | | | | | | | | | | Changelog: ========== Adopt JSON as presentation notation for EDNS options. Zero packet->id not allowed in outbound packet. Remove deprecated 2-argument TSIG->create() method. Revise TSIG test scripts and documentation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmime-types-perl: upgrade 2.23 -> 2.24Wang Mingyu2023-01-041-1/+1
| | | | | | | | | Fixes: - vnd.gentoo officially took 'tar' and 'tbz2', but 'application/ x-tar' resp 'x-gtar' prevails. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hunspell: upgrade 1.7.1 -> 1.7.2Wang Mingyu2023-01-041-1/+1
| | | | | | | | | | | | Changelog: ========== Crash fixes, code clean-up in ~200 commits tdf#136306 don't accept/suggest typos as 3-or-more-word compound words Prepare optional spelling mode of LibreOffice to not accept/suggest not dictionary-based words as compound words (#517) Merge in weblate translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fontforge: upgrade 20220308 -> 20230101Wang Mingyu2023-01-042-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-cmake-Use-alternate-way-to-detect-libm.patch refreshed for newversion. Changelog: ========== Display the block name for reserved code points by4934 Don't respond to wheel scrolls for buttons/tabsets by4940 gfilechooser.c: fix behaviour when changing file type by4939 Better control-drag handling for line-adjacent points by4945 Fix resolution of program root by4956 Fix missed nonextcp edit by4958 Support ToUnicode extraction from PDFs for Type3 fonts by4961 Add resource file and Windows application manifest by4950 Fix name extraction for Type3 fonts from pdfs by4960 cmake: Install fonttools and pycontrib by4941 Fix InfoPlist.strings file name. by4962 Fix normalisation of absolute paths by4963 Handle non-array cm transforms while reading graphics stream from PDFs by4965 Fix rect extraction from graphics stream for type3 fonts by4967 Change which lookup types are suggested for jamo features by4994 Better line handling in simplify by4981 Use 'cmap' for Adobe-Identity-0 CID fonts by4993 Fix ChangeGlyph calcluations relative to new nonext/prevcp conventions by4979 Docs composite glyph by4971 FVSplineFontPieceMeal: Check that the clut is present before applying conversion by4999 Expand the lists of languages and scripts by4982 Add flags to Python font.transform() by4980 Support setting SplineChar width from importOutlines. by5005 Undefine "extended" macro temporarily on GNU Hurd by5047 Define PATH_MAX and MAXPATHLEN for GNU/Hurd compatibility by5046 Fix Ascent & Descent Importing from SVG Font by5035 Prevent floating point shenanigans in loop termination (fixes #5012) by5013 GroupFindLPos() in fontforgeexe/groupsdlg.c null pointer fix by5025 Fix drawing outside of expose calls by4949 Fixed one more typo by5055 Upgrade GitHub Actions by5014 Prevents memory underflow in GFileMimeType() in gutils/fsys.c by5018 Add a preference for saving editor state by5044 splineutil.c: prevent hang on nan input by5058 Shell-quote command sent to compressor in BDF by5060 Fix pfadecrypt bugs by5074 Include SFDUTF7 functions in libfontforge.so by5078 splinefit.c: Improvements to merge/simplify by5095 RFE: [FEAT] When reference to non-existent glyphs are present in an OpenTy by4097 docs: Python scripting - update font.mergeFeature with details of boo by5107 Fix logic for CharString double-movetos after PR 4685 by5120 Upgrade to Unicode 15.0.0 and fix and expand the script lists by5110 Fix broken link on scripting page by5135 Fix typo in man page by5106 Fix painting behaviour of the ruler linger window and layer change dialog by5163 fontinfo.c: fix crash from uninitialised other_pos by5165 tottfgpos: Fix needless warning about 16-bit field by5136 ufo.c: emit guidelines key by5166 fvmetrics.c: partial revert of 1033bc6 by5167 Update tranlsations from Crowdin by5168 Fix woff2 decoding by5160 Record unicode cmap encodings when one glyph is in multiple slots by4586 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flashrom: upgrade 1.2 -> 1.2.1Wang Mingyu2023-01-042-48/+1
| | | | | | | | 0001-typecast-enum-conversions-explicitly.patc removed since it's included in 1.2.1 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ctags: upgrade 6.0.20221225.0 -> 6.0.20230101.0Wang Mingyu2023-01-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* byacc: upgrade 20221106 -> 20221229Wang Mingyu2023-01-041-1/+1
| | | | | | | | | | | | | | | | Changelog: ========== * configure: regen * configure.in: correct help-message for --disable-btyacc option, and fix the reporting of the selected option value in the configure script's output (report by Daniel Weaver) * VERSION, package/byacc.spec, package/debian/changelog, package/mingw-byacc.spec, package/pkgsrc/Makefile: bump * aclocal.m4: resync with my-autconf Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.26.0 -> 1.30.0Wang Mingyu2023-01-041-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tcsh: add native nativesdk BBCLASSEXTENDNaveen Saini2023-01-041-0/+1
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal,poco: Link with -latomic on ppc32 as wellKhem Raj2023-01-042-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* opensaf: Fix the check for __fsblkcnt64_t sizeKhem Raj2023-01-041-1/+1
| | | | | | | | The size on glibc depends on time_t size which is 64bit on newer architectures like rv32 while on musl it is indicated by _FILE_OFFSET_BITS therefore check for both Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Handle musl's ERANGE mappingAlex Kiernan2023-01-042-0/+30
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Fix comments for configuration/ptestAlex Kiernan2023-01-041-8/+17
| | | | | | | | 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 <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Switch to fuse3 which is supported in ostree nowAlex Kiernan2023-01-041-1/+1
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ostree: Use systemd_system_unitdir for systemd unitsAlex Kiernan2023-01-041-3/+3
| | | | | Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: update LAYERSERIES_COMPAT for mickledoreMartin Jansa2023-01-0410-10/+10
| | | | | | | * oe-core switched to mickedore in: https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libportal: move to oe-coreAlexander Kanavin2023-01-011-19/+0
| | | | | | | Epiphany now again requires it. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* v4l-utils: Diable 64bit time_t on glibc targetsKhem Raj2023-01-011-0/+4
| | | | | | | it overrides some of LFS64 functions in peculiar ways that it has to undefine _FILE_OFFSET_BITS to silence the funtion definitions from glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Diable 64bit time_t on glibc targetsKhem Raj2023-01-011-0/+5
| | | | | | | it overrides some of LFS64 functions in peculiar ways that it has to undefine _FILE_OFFSET_BITS to silence the funtion definitions from glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: update SRC_URI to remove non-existing 2.2.x branchPreeti Sachan2023-01-011-1/+1
| | | | | | | | Remove branch 2.2.x from SRC_URI as fluidsynth github removed the branch. The SRCREV is on master branch. Signed-off-by: Preeti Sachan <preeti.sachan@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba: Remove samba related PYTHONHASHSEED patches and use export functionpersianpros2023-01-0110-155/+10
| | | | | | | | With export PYTHONHASHSEED="1" there will be no need for patching samba and its related libs So easier maintenance and a cleaner OE Signed-off-by: Khem Raj <raj.khem@gmail.com>
* krb5: upgrade 1.17.2 -> 1.20.1Yi Zhao2023-01-014-216/+9
| | | | | | | | | | | | | | | | | | | Release Notes: https://web.mit.edu/kerberos/krb5-1.20/krb5-1.20.1.html License-Update: Update AES algorithm copyright [1] Update copyright years [2] [1] https://github.com/krb5/krb5/commit/cb5f190056ef4d123c5fe5d4923982b830288438 [2] https://github.com/krb5/krb5/commit/f1535bf6b47e8dc03d69fcfb98e798546ff7c272 * Update PACKAGECONFIG[keyutils] and drop the local patch. * Drop backport CVE patches. * Inherit pkgconfig bbclass to find com_err library correctly. * Drop --without-tcl option as it has been removed upstream. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* samba upgrade 4.14.14 -> 4.17.4Yi Zhao2023-01-0132-208/+177
| | | | | | | | | | | | | | | | | | | | | | The 4.14.x is EOL: https://wiki.samba.org/index.php/Samba_Release_Planning Upgrade to latest 4.17.x. Release Notes: https://www.samba.org/samba/history/samba-4.17.0.html https://www.samba.org/samba/history/samba-4.17.4.html * Refresh patches * Update PACKAGECONFIG * Split a new package ctdb * Add a patch to skip checking PYTHONHASHSEED * Drop the following patches as these issues have been fixed upstream: 0005-samba-build-dnsserver_common-code.patch netdb_defines.patch samba-fix-musl-lib-without-innetgr.patch Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtevent: upgrade 0.10.2 -> 0.13.0Yi Zhao2023-01-017-60/+108
| | | | | | | | | | | License-Update: Remove trailing whitespace * Refresh patches * Add a patch to skip checking PYTHONHASHSEED * Enable cmocka bundled library to fix build error Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtalloc: upgrade 2.3.3 -> 2.3.4Yi Zhao2023-01-015-19/+62
| | | | | | | | * Refresh patches * Add a patch to skip checking PYTHONHASHSEED Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libldb: upgrade 2.3.4 -> 2.6.1Yi Zhao2023-01-017-35/+68
| | | | | | | | * Refresh patches * Add a patch to skip checking PYTHONHASHSEED Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtdb: upgrade 1.4.3 -> 1.4.7Yi Zhao2023-01-014-21/+52
| | | | | | | | * Refresh patches * Add a patch to skip checking PYTHONHASHSEED Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dracut: Do not undefine _FILE_OFFSET_BITSKhem Raj2022-12-312-0/+33
| | | | | | Fixes build with 64bit time_t Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mongodb: Do not use off64_t on muslKhem Raj2022-12-312-0/+31
| | | | | | Its not available on musl since off_t is 64bit by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* spdlog: Do not use LFS64 functions with muslKhem Raj2022-12-312-1/+33
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>