Removed rpms
============

 - python3-colorlog
 - python3-tblib

Added rpms
==========

 - krb5-appl-clients
 - krb5-appl-servers
 - perl-Domain-PublicSuffix
 - python311-colorlog
 - python311-maturin
 - python311-tblib

Package Source Changes
======================

OpenBoard
+- update to release version 1.7.0
+- update patches to match updated sources
+  * update 0569-scale-mirror-pixmap.patch
+  * update 0686-shortcut-configuration.patch
+- replace build system patch
+  * remove 0698-add-cmake-build-system.patch
+  * add 0830-cmake-community-builds.patch
+- switch from pgkconfig to cmake for some BuildRequires
+
chromium
+- Chromium 119.0.6045.199 (boo#1217616)
+  * CVE-2023-6348: Type Confusion in Spellcheck
+  * CVE-2023-6347: Use after free in Mojo
+  * CVE-2023-6346: Use after free in WebAudio
+  * CVE-2023-6350: Out of bounds memory access in libavif (boo#1217614)
+  * CVE-2023-6351: Use after free in libavif (boo#1217615)
+  * CVE-2023-6345: Integer overflow in Skia
+  * Various fixes from internal audits, fuzzing and other initiatives
+
distrobox
+- Update to version 1.6.0.1:
+  * Export: fix exporting desktop app.
+  * Init: fix nvidia library integration.
+- Update to version 1.6.0:
+  * Lilipod support
+  * Improved nvidia integration, particularly for cuda
+  * General improvements in the init process
+  * Improve user's shell handling, so that it now always respects the chsh done inside the container
+  * Fix tzdata/zoneinfo problems
+  * Rootful containers now will properly setup user password for sudo
+  * General polish in initful containers
+  * Initful containers now support also OpenRC when present
+  * Initful containers will now have also a proper systemd user session
+  * New --unshare-all, --unshare-netns, --unshare-process, --unshare-devsys
+    flags in create
+    + Now initful + unshare-all containers can be used as playgrounds for
+    services like LXC and Libvirt more easily
+  * New container_additional_volumes configuration
+  * Export fixes and improvements in multi-icon and space-in-name handling
+  * Exported binaries will be runnable between distroboxes
+  * Exported binaries will always run in a login shell
+  * Assemble is now more polished and supports all of create flags
+  * Assemble can now export apps/binaries directly from the manifest
+
gh
+- update to 2.38.0:
+  * `extension install` no longer errors unhelpfully if the
+    extension is already installed
+  * All tables now have headers
+  * `project` commands have a clearer error message when no owner
+    can be resolved
+  * `workflow run` now presents a select for `choice` workflow
+    input types
+  * `codespace create` no longer polls for additional codespace
+    permissions unnecessarily
+  * `go install` now works with the removal of our crypto fork
+- update to 2.37.0:
+  * `project`: Remove `template` field from `--format=json`
+    output
+  * In v2.34.0 we introduced the `template` field when outputing
+    projects to JSON, unfortunately we forgot to take into account
+    our GHES users. This field does not exist on GHES 3.8 and older.
+    Including this field in our queries and output broke nearly
+    all the `project` commands for users targeting these older
+    versions of GHES. As we try our hardest to keep `gh` compatible
+    with all * non-deprecated GHES versions this was a pretty big
+    mistake.  In order to fix it we are reverting the querying and
+    exporting of the `template` field for `project` commands. We
+    apologize for the inconvenience this may cause, and plan to
+    bring back this field once GHES 3.8 gets deprecated.
+  * `repo create`: Allow `--disable-issues` and `--template`
+    flags to be used together
+  * `repo create`: Allow `--homepage` and `--template` flag to be
+    used together
+  * `repo create`: Allow creating repositories from templates in
+    interactive mode
+  * `repo fork`: Set default repo when forking repo
+  * `codespace`: Migrate all Codespaces operations from Live
+    Share to Dev Tunnels
+  * `codespace create`: Poll permission acceptance endpoint on
+    codespace creation
+  * `pr create`: Remove duplicates targets for push survey
+  * `pr create`: Fix typo in documentation
+  * `browse`: Do not use relative paths when `--repo` flag is
+    used
+
+- Update to version 2.36.0:
+  * update(run): Use attempt input when fetching jobs (#7831)
+  * Bubble up return value from inner function calls in runEditItem
+  * Update pkg/cmd/pr/create/create.go
+  * pkg/cmd/root: fix startup panic (#8105)
+  * Split clearing item, updating draft item and updating item values into individual functions for better readability; refactor field ID and project ID presence check into a separate function
+  * Document clear flag in long form help as well
+  * Add clear flag usage example
+  * Move field value flag and clear flag exclusivity one level higher up to RunE
+  * Use camelCase for fields
+  * docs: update the details of fill and fill-first
+  * Forward codespace ports over Dev Tunnels
+  * Update triage.md
+  * Support standard output format flags for secret and deploy-key list
+  * docs: update the flag `--fill` docs
+  * Show cancelled checks (#7960)
+  * Return HTTP errors properly for some commands (#8037)
+  * test: Add unit test for cache.ExportData
+  * cache/delete: percent-encode keys
+  * build(deps): bump mislav/bump-homebrew-formula-action from 2 to 3
+  * Hint adding codespace scope to auth login (#7961)
+  * Tests for the new clear flag
+  * Driveby unrelated update: when both field ID and project ID are missing, specify that it's necessary to update the field value
+  * Introduce clear flag on 'project item-edit' command to remove field value
+  * feat(cache): Add JSON exporting support for cache list
+
+- Update to version 2.35.0:
+  * Cleanup release create around new --notes-from-tag flag (#8016)
+  * Document when gh auth login writes oauth token to plain text (#7781)
+  * Show full permissions URL in `gh cs create` (#7983)
+  * build(deps): bump goreleaser/goreleaser-action from 4 to 5
+  * moved remoteTagExists under if NotesFromTag exists and added three tests
+  * Clarify list repo behavior (#7964)
+  * Reinforce not opening PRs without approval on an issue
+  * Delete local tag when running `gh release delete --cleanup-tag` (#7884)
+  * Add `--all` flag to `alias delete` command (#7900)
+  * Move homebrew bump fork to personal repo
+  * Revert "Add a test workflow for homebrew bump investigations (#7951)"
+  * Add a test workflow for homebrew bump investigations (#7951)
+  * Add `gh release create [<tag>] --notes-from-tag`
+
+- Update to version 2.34.0:
+  * Use consistent variable naming
+  * `gh status`: show status even if a comment 404s (#7873)
+  * build(deps): bump actions/checkout from 3 to 4 (#7937)
+  * rename template to mark-template cmd (#7923)
+  * Simplify mock jobs response
+  * Use "Link" header for pagination completion check
+  * Fix pagination resp with "Link" header
+  * Refactor GetJobs to use RESTWithNext
+  * Add formula-path to homebrew-bump step (#7930)
+  * Add JSON output flags to workflow list command (#7902)
+  * fix tests
+  * no other descriptions have a period
+  * mark and unmark project as template
+  * Add config clear-cache command (#7693)
+  * Allow --disable-wiki flag with --template flag in repo create command (#7886)
+  * Reword token invalid message (#7906)
+  * 🐛 (repo create)execute clone when readme option is enabled (#7837)
+  * Use go-gh prompter package (#7896)
+  * pr checks return distinct exit code for PENDING checks (#7866)
+  * Properly rename remote for GHES hosts (#7890)
+  * Add verbose flag to api cmd (#7826)
+  * Fix up Nix installation instructions (#7891)
+  * Fetch all jobs on a gh view run --json
+
opi
+- Version 4.1.0
+  * Add support for Slowroll
+  * Replace $releasever also with ${releasever} syntax
+  * Update changelog prefix to *
+
osmo-smlc
+- Update to release 0.2.3
+  * ctrl: take both address and port from vty config
+
python-colorlog
+- update to 6.8.0:
+  * Fix running tests in environment with NO_COLOR=1
+
+- Update to 6.7.0
+  no log
+- Update to 6.6.0:
+  Changes since v6.4.1.
+  * Add a force_color option to colorlog.formatter.ColoredFormatter.
+  * Support the FORCE_COLOR environment variable.
+- Update to 6.4.1:
+  Changes since v5.0.0.
+  * Dropped support for Python 2 and Python versions below Python 3.5.
+  * Added type hints and added mypy to CI (#83).
+  * Support 256 colour ANSI codes (#88).
+  * Support "light" ANSI codes (#87).
+  * Support the NO_COLOR environment variable, and a no_color option (#70).
+  * Updated various examples and documentation (#85).
+  * Merged TTYColoredFormatter into ColoredFormatter, and ensure no ANSI codes are printed when colors are disabled.
+  * Replaced LevelFormatter with a far simpler implementation.
+  * Fixed version_info check for the Formatter validate parameter.
+  * Define formatMessage instead of format, so that ColoredRecord is used in fewer places.
+  * Use setuptool's "normalised" format for the version number.
+  * Add PEP 561 typing marker so mypy can find type annotations.
+  * Renamed internal modules.
+  * colorlog.colorlog is now colorlog.formatter.
+  * colorlog.logging is now colorlog.wrappers.
+  * Removed colorlog.escape_codes object so that the colorlog.escape_codes module can be imported and used.
+  * Import log levels from the logging module (#111).
+
+- Update to 5.0.1
+  * Fix version check
+- from version 5.0.0
+  * Release v5.0.0, warning on older Python versions
+  * Fix #68
+- from version 4.8.0
+  * Reformat code with black
+  * Fix #98
+
+- update to 4.7.2:
+  * no upstream changes available
+
+- Update to 4.2.1:
+  * Add setuptools to setup_requires.
+
python-tblib
+- Add %{?sle15_python_module_pythons}
+
+- update to 1.7.0:
+  * Add more attributes to ``Frame`` and ``Code`` objects for pytest compatibility.
+
rspamd
+- fix_stack_smash.patch: upstream rework of logging doesn't allocate
+  enough memory for an array (bsc#1216830)
+
+- Add upstream patch to fix build without hyperscan:
+  * rspamd-d907a95.patch
+
+- Update to 3.7.4
+  - [Enhancement] Add composite rule for suspicious URLs in
+    suspicious messages
+  - [Fix] Another try to fix setproctitle
+  - [Fix] Do not cleanup hyperscan files unless new ones are loaded
+  - [Fix] Fix various issues with canonicalisation of the paths
+  - [Fix] Properly set config field when creating tasks from Lua
+  - [Fix] Set loaded variable explicitly
+  - [Fix] known_senders: fix config handling
+  - [Fix] rbl: fix exclude_local
+  - [Minor] Add missing include for gcc 14
+  - [Minor] Add rule for messages missing both X-Mailer and
+    User-Agent header
+  - [Minor] Bundle fasttext as linux distributives are just useless
+  - [Minor] Enable fasttext on RPM based linux
+  - [Minor] Forgot it in one more place
+  - [Minor] Improve FREEMAIL_AFF capture rates
+  - [Minor] Limit fasttext to amd64 only
+  - [Minor] Properly search for fasttext include
+  - [Minor] Treat *.zpaq attachments as archives and harmful
+  - [Minor] force_actions: set a group for symbols
+  - [WebUI] Update map editor
+
+- Update to 3.7.3
+  - [Fix] Emergency fix for the hyperscan path error
+
+- Update to 3.7.2
+  - [Minor] Make compiling with backward-cpp optional by
+    @a16bitsysop in #4639
+  - [Rules] Blank spam detection by @fatalbanana in #4644
+  - [Minor] Treat *.cue attachments as harmful by @twesterhever in
+    [#4642]
+  - Dzjaivnt patch 1 by @dzjaivnt in #4640
+  - [WebUI] Add control to invert action filter by @moisseev in
+    [#4645]
+  - [Fix] DMARC reporting: fix reporting for subdomains by
+    @fatalbanana in #4587
+  - [Test] Banish luacheck from functional tests by @fatalbanana in
+    [#4648]
+  - [Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration by
+    @fatalbanana in #4649
+  - [WebUI] Fix history table vanishing by @moisseev in #4661
+  - Tighten rspamd's attachment policy by @twesterhever in #4656
+  - [Minor] rbl: support use of different matchers for return codes
+    by @fatalbanana in #4657
+
+- Update to 3.7.1
+  - [Fix] CMakeLists.txt remove whitespace added by linter as it
+    makes te… by @a16bitsysop in #4560
+  - fix: redis schema parsing by @Conni2461 in #4562
+  - [Minor] Update JS libraries by @moisseev in #4567
+  - [WebUI] Restore contrasting foreground color by @moisseev in
+    [#4569]
+  - Add new exporter to push JSON to a raw TCP socket by @lingfish
+    in #4572
+  - [WebUI] Tweak bootstrap colors for accessibility by @moisseev
+    in #4577
+  - Rewrite configuration utils in C++ by @vstakhov in #4573
+  - [Minor] Slightly adjust DNSBL scores by @twesterhever in #4557
+  - Added support for Redis 6 ACL (username/password) by @laodc in
+    [#4578]
+  - [Feature] Support feed exclusions in phishing module by
+    @dragoangel in #4575
+  - [Minor] Remove unwanted debug logging by @fatalbanana in #4585
+  - Fix regression in invokation of rspamd-test by @ln5 in #4588
+  - [Fix] Correct format pattern for RE tree tempfile name by @ln5
+    in #4590
+  - [Minor] Remove unused variables by @ln5 in #4591
+  - [Fix] Correct format string for unw_word_t by @ln5 in #4592
+  - [Fix] rbl: really fix dependency registration when
+    symbols_prefixes i… by @fatalbanana in #4594
+  - [Fix] rspamadm mime: arguments beginning with letter t by
+    @fatalbanana in #4597
+  - [Minor] API docs: lua_ip: fix function name by @fatalbanana in
+    [#4598]
+  - [Feature] rbl: support checking numeric URLs in isolation by
+    @fatalbanana in #4596
+  - [Feature] Add ICAP Content-Type and Filename from TODO List by
+    @lbahtarliev in #4595
+  - [Minor] Try fix CI by @fatalbanana in #4603
+  - [Fix] MISSING_MIMEOLE: avoid matching messages from Android
+    GMail app (#4561) by @fatalbanana in #4600
+  - [WebUI] Set locale on UI load by @moisseev in #4607
+  - Update configwizard.lua by @Dani778 in #4605
+  - [Minor] Revisit numeric_urls by @fatalbanana in #4602
+  - [Fix] Change Date: header location to conform with RFC by
+    @lbahtarliev in #4608
+  - Implement known senders plugin by @vstakhov in #4610
+  - [Test] Rudimentary tests for known_senders plugin by
+    @fatalbanana in #4612
+  - [Test] Ignore encoding errors by @fatalbanana in #4616
+  - Merge tests into master branch by @fatalbanana in #4615
+  - Run CI on ARM by @fatalbanana in #4617
+  - [Minor] Try fix test logs by @fatalbanana in #4620
+  - Minor improvements for CI by @fatalbanana in #4621
+  - Fix wrong copypasta & mis-named file by @fatalbanana in #4624
+  - [Test] Use Robot Framework native IF by @fatalbanana in #4625
+  - [Fix] Prevent DNSWL sabotage by @mdierksen in #4627
+
seamonkey
+- update to SeaMonkey 2.53.18
+  * Update Branding info bug 1841167.
+  * Use BugSplat for SeaMonkey crash reporting bug 1835524.
+  * Unify notifications and permissions in SeaMonkey bug 1849526.
+  * SeaMonkey 2.53.18 uses the same backend as Firefox and contains
+    the relevant Firefox 60.8 security fixes.
+  * SeaMonkey 2.53.18 shares most parts of the mail and news code with
+    Thunderbird. Please read the Thunderbird 60.8.0 release notes for
+    specific security fixes in this release.
+  * Additional important security fixes up to Current Firefox 115.5
+    and Thunderbird 115.5 ESR plus many enhancements have been
+    backported. We will continue to enhance SeaMonkey security in
+    subsequent 2.53.x beta and release versions as fast as we are able
+    to.
+- remove obsolete patch seamonkey-binutils.patch
+- remove obsolete patches 1817900-13-112a1.patch, 1849874-11503.patch,
+  and TOP-NOBUG-revendor-253172.patch
+- request inclusion in Leap 15.4, 15.5, and 15.6:
+  https://bugzilla.opensuse.org/show_bug.cgi?id=1217916
+
ugrep
+- update to 3.4.6:
+  * fix an issue with option -Zbest fuzzy matching
+  * updated option --index for accelerated index-based search, now
+    also indexes and searches archives and compressed files with
+    option -z
+  * faster search with -ABC context options
+
+- update to 4.3.4:
+  * the ug command no longer quits with an error message when no
+    default .ugrep config file was found
+  * improved GNU grep compatibility
+  * Bug fixes for parsing configuration files
+
+- update to 4.3.3:
+  * support brotli compressed files
+  * support bzip3 compressed files
+  * update option --pretty to accept an optional WHEN argument
+    never, always, auto similar to the --color option
+  * improve TUI screen blanking response when a new search starts,
+    while also avoiding screen flicker
+  * fix option --zmax>1 when a decompression library produces a
+    decompression error when decompressing a nested compressed file
+
ugrep-indexer
+- update to 0.9.4:
+  * new option -z to index archives and compressed files
+  * new option --zmax=NUM to specify nesting depth of archives to
+    index (archives and compressed files stored in archives)
+  * fix -c changing the index file time stamp
+  * faster raw indexing per file, noticeable for big files
+