Packages changed: argyllcms (3.0.0 -> 3.0.2) libnbd libstorage-ng (4.5.155 -> 4.5.156) m17n-db (1.8.2 -> 1.8.5) ncurses (6.4.20231021 -> 6.4.20231111) procps4 rsyslog rubygem-airbrussh (1.4.1 -> 1.5.0) rubygem-autoprefixer-rails (10.4.7.0 -> 10.4.15.0) rubygem-bindata (2.4.14 -> 2.4.15) rubygem-bootsnap (1.15.0 -> 1.17.0) rubygem-capistrano (3.17.1 -> 3.18.0) rubygem-down (5.3.1 -> 5.4.1) rubygem-faraday (2.7.1 -> 2.7.11) rubygem-i18n rubygem-listen rubygem-pundit (2.3.0 -> 2.3.1) sssd (2.9.2 -> 2.9.3) xterm (387 -> 388) === Details === ==== argyllcms ==== Version update (3.0.0 -> 3.0.2) - update to 3.0.2: * Fix #include in spectro/conv.c * Fix typo introduced into spectro/i1d3.c that prevents retail i1d3 from working. * Fixed accuracy problem with xicclu -fb when using cLut type profiles that use a matrix in their B2A table. * Fixed crash in xicclu with device link profiles. * Fixed error when creating profiles with ARGYLL_CREATE_DISPLAY_PROFILE_WITH_CHAD or ARGYLL_CREATE_OUTPUT_PROFILE_WITH_CHAD. * Make re-writing an ICC profile more forgiving of tags that are incorrect for the profile version. * Fixed problem with writing textDescriptionType ScriptCode that was not being padded to 67 characters. * Fixed bug in CGATS output. This showed up in oeminst. ==== libnbd ==== - Fix assertion in ext-mode BLOCK_STATUS, CVE-2023-5871 4451e5b6-CVE-2023-5871.patch bsc#1216769 ==== libstorage-ng ==== Version update (4.5.155 -> 4.5.156) Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1 - merge gh#openSUSE/libstorage-ng#964 - extended testsuite - 4.5.156 ==== m17n-db ==== Version update (1.8.2 -> 1.8.5) Subpackages: m17n-db-lang - update to 1.8.5: * new-newa-traditional-extended: New input method * ml-pn-c: New input method for Malayalam * en-pn-eqf: This is a slightly modified version of the QWERTY English layout to be used along with the ml-pn-c input method * ** New input methods are added. * ks-kbd: Fix typo in description, add icon. * ug-kbd: Add icon. * tai-sonla-kbd.png: Add icon. * mni-inscript2-mtei.png: Add icon. * sat-inscript2-olck.png: Add icon. * or-phonetic.png: Add icon. * sa-harvard-kyoto.png: Add icon. * pa-anmollipi.png: Add icon. * pa-remington.png: Add icon. * si-singlish.png: Add icon. * ta-lk-renganathan.png: Add icon. * te-rts.png: Add icon. * vi-han.png: Add icon. * vi-nomvni: Make existing icon work. * vi-nomtelex: Make existing icon work. * lsymbol: Add icon. * ssymbol: Add icon. * kok-inscript2-deva, mr-inscript, mr-inscript2: Fix digit 0 * ta-vutam: Change the header comment to a description * mr-gamabhana: icon resized to 48x48 * latn1-pre: add icon * ar-translit: add icon * ath-phonetic: add icon * bla-phonetic: add icon * cr-western: add icon * iu-phonetic: add icon * nsk-phonetic: add icon * oj-phonetic: add icon * uk-kbd: add icon * eo-vi-sistemo: add icon * Rename the .mim files of some eo input methods to improve search for the icons * Workarounds for doxygen * Update some links to fonts in the documentation ==== ncurses ==== Version update (6.4.20231021 -> 6.4.20231111) Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen - Add ncurses patch 20231111 + used "infocmp -u" to help trim redundant capabilities -TD + add limit checks in infocmp needed when processing extended capabilities with the "-u" option. + fix inconsistent sort-order in see-also sections of manpages. + fix a few compiler warnings for Solaris 10. + modify endwin() to return an error if it is called again without an intervening screen update (report by Rajeev Pillai, NetBSD #57592). - Add ncurses patch 20231104 + modify reset command to avoid altering clocal if the terminal uses a modem (prompted by discussion with Werner Fink, Michal Suchanek, OpenSUSE #1201384, Debian #60377). + build-fixes for --with-caps variations. + correct a couple of section-references in INSTALL - Add ncurses patch 20231028 + move xterm focus mode 1004 from xterm+sm+1006 into xterm+focus as fe/fd capabilities, like vim (vim-pr #13440). + modify --with-pkg-config-libdir option to make "libdir" the default, as documented, rather than "auto" (report by Branden Robinson). + improve messages from configure script (patches by Branden Robinson). - Fix offsets of patches * ncurses-5.9-ibm327x.dif * ncurses-6.4.dif ==== procps4 ==== Subpackages: libproc2-0 procps4-lang - Add upstream commit as patch 79042e07.patch (boo#1216719) - Port patch procps-ng-3.3.9-w-notruncate.diff ==== rsyslog ==== - use logind instead of utmp for wall messages with systemd Future SUSE versions will get rid of utmp due to a 32bit time_t counter overflow in 2038. See details at: https://github.com/thkukuk/utmpx/blob/main/Y2038.md On systemd based systems logind is an alternative to utmp. * add: 0001-use-logind-instead-of-utmp-for-wall-messages-with-sy.patch ==== rubygem-airbrussh ==== Version update (1.4.1 -> 1.5.0) - 1.5.0: [#]# ✨ New Features - Use `Module.prepend` instead of `alias_method` to patch Rake (#152) @mattbrictson * *Full Changelog:** https://github.com/mattbrictson/airbrussh/compare/v1.4.2...v1.5.0 1.4.2: This is a gem housekeeping release. No user-facing changes. [#]# 🏠 Housekeeping - Ensure rubocop task runs on Ruby >= 3.1 (#149) @mattbrictson - Add Ruby 3.2 to the CI matrix (#148) @mattbrictson - Fix test failures due to minitest 5.19 release (#146, #147) @mattbrictson - Fix CI build for Ruby 2.2 (#145) @mattbrictson * *Full Changelog:** https://github.com/mattbrictson/airbrussh/compare/v1.4.1...v1.4.2 ==== rubygem-autoprefixer-rails ==== Version update (10.4.7.0 -> 10.4.15.0) - ## 10.4.15.0 * Improved startup time and reduced JS bundle size (by Kārlis Gaņģis). * Fixed `::backdrop` prefixes (by 一丝). [#]# 10.4.13.0 * Fixed missed prefixes on vendor prefixes in name of CSS Custom Property. * Fixed support of unit-less zero angle in backgrounds (by 一丝). * Fixed `text-decoration` prefixes by moving to MDN data (by Romain Menke). * Fixed `unicode-bidi` prefixes by moving to MDN data. * Fixed `css-unicode-bidi` issue from latest Can I Use. * Do not print `color-adjust` warning if `print-color-adjust` also is in rule. ==== rubygem-bindata ==== Version update (2.4.14 -> 2.4.15) - == Version 2.4.15 (2023-02-07) * Added ruby 2.4.0 requirement to gemspec. Thanks to theldoria. * Added github CI action. Thanks to Peter Goldstein. * Convert file from latin1 to UTF-8. Thanks to Cédric Boutillier. * Move license from dual license to solely BSD-2-Clause. * Remove unnecessary files from gem. Requested by Orien Madgwick. * Allow multiple calls to auto_call_delayed_io. Thanks to dwelch-r7. ==== rubygem-bootsnap ==== Version update (1.15.0 -> 1.17.0) - # 1.17.0 * Ensure `$LOAD_PATH.dup` is Ractor shareable to fix an conflit with `did_you_mean`. * Allow to ignore direcotries using absolute paths. * Support YAML and JSON CompileCache on TruffleRuby. * Support LoadPathCache on TruffleRuby. [#] 1.16.0 * Use `RbConfig::CONFIG["rubylibdir"]` instead of `RbConfig::CONFIG["libdir"]` to check for stdlib files. See #431. * Fix the cached version of `YAML.load_file` being slightly more permissive than the default `Psych` one. See #434. `Date` and `Time` values are now properly rejected, as well as aliases. If this causes a regression in your application, it is recommended to load *trusted* YAML files with `YAML.unsafe_load_file`. ==== rubygem-capistrano ==== Version update (3.17.1 -> 3.18.0) - 3.18.0: [#]# Changes - Remove default webpacker path to linked_dirs (#2139) @taketo1113 [#]# 🐛 Bug Fixes - Fix "lambda method requires a literal block" error (Ruby 3.3) (#2141) @mattbrictson [#]# 🏠 Housekeeping - Upgrade to latest ver of release-drafter and update config (#2143) @mattbrictson - Upgrade CI to actions/checkout v4 (#2142) @mattbrictson - Auto-bump version number in generated release notes (#2140) @mattbrictson - Migrate from CircleCI to GitHub Actions; add Cucumber features to CI (#2132) @mattbrictson * *Full Changelog:** https://github.com/capistrano/capistrano/compare/v3.17.3...v3.18.0 3.17.3: This is a gem housekeeping release. No user-facing changes. [#]# 📚 Documentation - Fix typo in authorization docs (#2128) @HLFH [#]# 🏠 Housekeeping - Fix deprecated usage of open-uri so feature tests work on Ruby 3 (#2129) @mattbrictson - Fix failing OpenSSL install on Ruby 2.3 CI image (#2130) @mattbrictson - Add Ruby 3.2 to CI matrix (#2126) @mattbrictson - Fix failing CI builds for Ruby < 2.3 (#2124) @mattbrictson [#]# New Contributors - @HLFH made their first contribution in https://github.com/capistrano/capistrano/pull/2128 * *Full Changelog**: https://github.com/capistrano/capistrano/compare/v3.17.2...v3.17.3 3.17.2: [#]# 📚 Documentation - Add capistrano-mysql_tables as 3rd party plugin (#2121) @floydj [#]# 🏠 Housekeeping - Fix failing Ruby 2.0 CI build (#2116) @mattbrictson * *Full Changelog**: https://github.com/capistrano/capistrano/compare/v3.17.1...v3.17.2 ==== rubygem-down ==== Version update (5.3.1 -> 5.4.1) - ## 5.4.1 (2023-05-20) * Handle additional params in `Content-Disposition` header (@janko) * Add ability to detect response URI when using net/http (@aglushkov) * Avoid deprecation warning in HTTPX (@ollym) * Handle unknown response status in net/http backend (@janko) [#]# 5.4.0 (2022-12-26) * Add new HTTPX backend, which supports HTTP/2 protocol among other features (@HoneyryderChuck) ==== rubygem-faraday ==== Version update (2.7.1 -> 2.7.11) - 2.7.11: [#]# What's Changed * Refer to correct branch [ci skip] by @olleolleolle in https://github.com/lostisland/faraday/pull/1516 * 📄 New docs 🎉 by @iMacTia in https://github.com/lostisland/faraday/pull/1517 * Fix capitalization for Elasticsearch by @picandocodigo in https://github.com/lostisland/faraday/pull/1520 * Fix 404 link in UPGRADING documentation by @shanempope in https://github.com/lostisland/faraday/pull/1521 * Fix included middleware links by @edwardloveall in https://github.com/lostisland/faraday/pull/1522 * Fix a test failure using Ruby 3.3.0dev by @koic in https://github.com/lostisland/faraday/pull/1523 * Format code with less indent by @olleolleolle in https://github.com/lostisland/faraday/pull/1524 * Add `base64` to runtime dependency by @koic in https://github.com/lostisland/faraday/pull/1525 * Add option for omitting request data from Faraday exceptions by @ClaytonPassmore in https://github.com/lostisland/faraday/pull/1526 [#]# New Contributors * @picandocodigo made their first contribution in https://github.com/lostisland/faraday/pull/1520 * @shanempope made their first contribution in https://github.com/lostisland/faraday/pull/1521 * @edwardloveall made their first contribution in https://github.com/lostisland/faraday/pull/1522 * @koic made their first contribution in https://github.com/lostisland/faraday/pull/1523 * @ClaytonPassmore made their first contribution in https://github.com/lostisland/faraday/pull/1526 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.10...v2.7.11 2.7.10: [#]# What's Changed * Fix some logging inefficiencies by @semaperepelitsa in https://github.com/lostisland/faraday/pull/1515 [#]# New Contributors * @semaperepelitsa made their first contribution in https://github.com/lostisland/faraday/pull/1515 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.9...v2.7.10 2.7.9: [#]# What's Changed * Raise Error: Add Faraday::RequestTimeoutError by @tisba in https://github.com/lostisland/faraday/pull/1513 * Include `env[:headers]` in `Stubs::NotFound` by @yykamei in https://github.com/lostisland/faraday/pull/1514 [#]# New Contributors * @tisba made their first contribution in https://github.com/lostisland/faraday/pull/1513 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.8...v2.7.9 2.7.8: [#]# What's Changed * Failing test: Logging headers & errors fails when ConnectionFailed is raised by @eikes in https://github.com/lostisland/faraday/pull/1512 [#]# New Contributors * @eikes made their first contribution in https://github.com/lostisland/faraday/pull/1512 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.7...v2.7.8 2.7.7: [#]# What's Changed * Fix implementation of Faraday::Error helpers. by @iMacTia in https://github.com/lostisland/faraday/pull/1510 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.6...v2.7.7 2.7.6: [#]# What's Changed * Fix "method redefined" warnings introduced in Faraday 2.7.5 by @mattbrictson in https://github.com/lostisland/faraday/pull/1506 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.5...v2.7.6 2.7.5: [#]# What's Changed * Subclass Options structs using a block by @bdewater in https://github.com/lostisland/faraday/pull/1489 * Remove direct struct subclassing by @bdewater in https://github.com/lostisland/faraday/pull/1491 * Fix incorrect use of logger middleware in docs by @mattbrictson in https://github.com/lostisland/faraday/pull/1497 * Always assume the existence of `URI::Generic#find_proxy` by @yykamei in https://github.com/lostisland/faraday/pull/1502 * Encode `false` to `"false"` in `Faraday::Request::Json` by @yykamei in https://github.com/lostisland/faraday/pull/1504 * ProxyOptions should treat empty string as nil by @exoego in https://github.com/lostisland/faraday/pull/1493 [#]# New Contributors * @mattbrictson made their first contribution in https://github.com/lostisland/faraday/pull/1497 * @exoego made their first contribution in https://github.com/lostisland/faraday/pull/1493 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.4...v2.7.5 2.7.4: [#]# What's Changed * Fix support for custom URI parsers by @iMacTia in https://github.com/lostisland/faraday/pull/1485 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.3...v2.7.4 2.7.3: [#]# What's Changed Fixes: * Fix Style/ZeroLengthPredicate by @olleolleolle in https://github.com/lostisland/faraday/pull/1480 * Connection#build_exclusive_url: replace simple syntax by @hyuraku in https://github.com/lostisland/faraday/pull/1481 * Add URL to to_hash in Faraday::Response (#1474) by @aaronstillwell in https://github.com/lostisland/faraday/pull/1475 Misc: * Clarify diff between connection settings `timeout` and `open_timeout` by @Yu-Chieh-Henry-Yang in https://github.com/lostisland/faraday/pull/1470 * Adds Ruby 3.2 to the CI matrix. by @petergoldstein in https://github.com/lostisland/faraday/pull/1471 * Fix typo in Adapters documentation by @henrialb in https://github.com/lostisland/faraday/pull/1473 * docs: Update to 2023 by @frederikspang in https://github.com/lostisland/faraday/pull/1477 * Update connection.rb documentation to use PUT in an example by @wlads in https://github.com/lostisland/faraday/pull/1482 [#]# New Contributors * @Yu-Chieh-Henry-Yang made their first contribution in https://github.com/lostisland/faraday/pull/1470 * @henrialb made their first contribution in https://github.com/lostisland/faraday/pull/1473 * @frederikspang made their first contribution in https://github.com/lostisland/faraday/pull/1477 * @aaronstillwell made their first contribution in https://github.com/lostisland/faraday/pull/1475 * @wlads made their first contribution in https://github.com/lostisland/faraday/pull/1482 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.2...v2.7.3 2.7.2: [#]# What's Changed * Replace actions/setup-ruby with ruby/setup-ruby by @kyoshidajp in https://github.com/lostisland/faraday/pull/1466 * Enforce timeouts in Faraday's test adapter by @dpep in https://github.com/lostisland/faraday/pull/1465 * Rename Faraday::Logger::Formatter#error to #exception by @iMacTia in https://github.com/lostisland/faraday/pull/1468 [#]# ATTENTION Rename Faraday::Logger::Formatter#error ([#1468](https://github.com/lostisland/faraday/pull/1468)) is potentially a breaking change IF you've created a custom `Faraday::Logging::Formatter` implementing the new `error` method introduced in v2.7.0. We've decided to rollout this change in a fix version anyway because the name of the method was potentially causing infinite loop issues, and because the feature was very recently released. This should not be impacting you otherwise and you can safely upgrade. [#]# New Contributors * @kyoshidajp made their first contribution in https://github.com/lostisland/faraday/pull/1466 * @dpep made their first contribution in https://github.com/lostisland/faraday/pull/1465 * *Full Changelog**: https://github.com/lostisland/faraday/compare/v2.7.1...v2.7.2 ==== rubygem-i18n ==== - disable docs - cleanup ruby version restrictions ==== rubygem-listen ==== - cleanup ruby version limiting ==== rubygem-pundit ==== Version update (2.3.0 -> 2.3.1) - ## Unreleased Nothing. [#]# 2.3.1 (2023-07-17) [#]## Fixed - Use `Kernel.warn` instead of `ActiveSupport::Deprecation.warn` for deprecations (#764) - Policy generator now works on Ruby 3.2 (#754) ==== sssd ==== Version update (2.9.2 -> 2.9.3) Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap - Update to release 2.9.3 * The proxy provider is now able to handle certificate mapping and matching rules and users handled by the proxy provider can be configured for local Smartcard authentication. Besides the mapping rule local Smartcard authentication should be enabled with the `local_auth_policy` option in the backend and with `pam_cert_auth` in the PAM responder. ==== xterm ==== Version update (387 -> 388) Subpackages: xterm-bin xterm-resize - update to 388: * improve disallowPasteControls by adding a category for the special characters known to stty (prompted by discussion with David Leadbeater). * amend support of DECAUPSS, undoing change to initialization of G2/G3 so that pasting of GR characters work properly * update config.guess, config.sub