Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&am…
Please do not reply to this email to report issues, rather file a bug
on
bugzilla.opensuse.org. For more information on filing bugs please
see
https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
clazy
mutt (1.14.7 -> 2.0.2)
rubygem-rubocop (1.2.0 -> 1.3.1)
technisat-usb2-firmware
=== Details ===
==== clazy ====
- Make sure the clang executables matching the libraries we link
to are installed (mitigates boo#1178637).
==== mutt ====
Version update (1.14.7 -> 2.0.2)
Subpackages: mutt-doc mutt-lang
- update to 2.0.2:
* CVE-2020-28896: Ensure IMAP connection is closed after a
connection error to avoid sending credentials over an
unencrypted connection boo#1179035
- update to 2.0.0 (2020-11-07):
+ Domain-literal support for email addresses, e.g user@[IPv6:fcXX:...]
! Buffy completion only occurs for the "change-folder" set of functions.
It has been disabled for <attach-message>, <write-fcc>, the fcc
mailbox prompt, and the autocrypt scan mailbox prompt.
! The "save/copy message to mailbox" set of functions use the
"mailbox"
history list, instead of the "filename" list.
! Message-ID extraction permits values missing angle brackets and '@'
to allow properly threading the garbage sent by some providers.
Mutt will add missing angle brackets when sending out replies, however.
! When adding multiple attachments, via <attach-file> in the compose menu,
the browser menu can be exiting via <quit> after tagging the files.
Previously, <select-entry> had to be used.
! ctrl-p/ctrl-n are by default bound to <history-up>/<history-down> in the
editor menu.
+ The "cd" command allows changing the current working directory.
As part of this, Mutt expands relative paths internally. There
may be a change to some "prettified" relative paths because of this.
! Some configuration variable default values are localizable by
translators. Currently these are: $attribution, $compose_format,
$forward_attribution_intro, $forward_attribution_trailer, $status_format,
$ts_icon_format, $ts_status_format.
+ Mutt will try to automatically reconnect to an IMAP mailbox on error,
and will merge unsync'ed changes if possible.
! $crypt_protected_headers_subject defaults to "...", following the
protected headers revised specification.
! Date, From, To, Cc, and Reply-To headers are stored as protected headers.
+ XOAUTH2 support. Please see the manual, contrib script mutt_oauth2.py,
and mutt_oauth.py.README for more details.
+ $tunnel_is_secure, default set, assumes a connection via $tunnel is
encrypted. Unsetting this will cause $ssl_starttls and $ssl_force_tls
to be respected.
+ Patterns are tab-completable in the editor menu.
! $reply_to is consulted before $reply_self.
+ $copy_decode_weed, default unset, controls header weeding for <decode-copy>
and <decode-save>.
+ $pipe_decode_weed, default set, enables header weeding for <pipe-message>.
+ $print_decode_weed, default set, enables header weeding for <print-message>.
! format=flowed attachments are space-unstuffed when viewed, saved,
piped, and printed.
+ The "run" command will execute MuttLisp. $muttlisp_inline_eval, if set,
will
execute unquoted parenthesized command arguments as MuttLisp. Please see
the manual for more details about both.
+ $cursor_overlay, when set, will overlay the indicator, tree,
sidebar_highlight, and sidebar_indicator colors onto the current line.
"default" colors will be overridden and attributes will be merged.
! The message-id generation algorithm uses a random number instead of
the step counter and PID.
! $ssl_force_tls defaults set. (Trying this again for 2.0).
! $hostname is set *after* muttrc processing. It can be manually set
in the muttrc to avoid using DNS calls to obtain the FQDN.
+ $attach_save_dir specifies a directory to use when saving attachments.
- Port the patches to mutt 2.0.0
* aw.listreply.diff
* bug-676388-largefile.patch
* mutt-1.10.1-imap.patch
* mutt-1.13.3.dif
* mutt-1.5.15-wrapcolumn.diff
* mutt-1.5.20-sendgroupreplyto.diff
* mutt-1.5.21-mailcap.diff
* mutt-1.5.23-carriage-return.path
* mutt-1.6.1-opennfs.dif
* mutt-Fix-SIGQUIT-handling.patch
* patch-1.5.24.vk.pgp_verbose_mime
* widechar.sidebar.dif
==== rubygem-rubocop ====
Version update (1.2.0 -> 1.3.1)
New upstream release 1.3.1
[#]# 1.3.1 (2020-11-16)
[#]## Bug fixes
* [#9037](https://github.com/rubocop-hq/rubocop/pull/9037): Fix `required_ruby_version`
issue when using `Gem::Requirement`. ([@cetinajero][])
* [#9039](https://github.com/rubocop-hq/rubocop/pull/9039): Fix stack level too deep
error if target directory contains `**`. ([@unasuke][])
* [#6962](https://github.com/rubocop-hq/rubocop/issues/6962): Limit
`Layout/ClassStructure` constant order autocorrect to literal constants.
([@tejasbubane][])
* [#9032](https://github.com/rubocop-hq/rubocop/issues/9032): Fix an error for
`Style/DocumentDynamicEvalDefinition` when using eval-type method with interpolated string
that is not heredoc without comment doc. ([@koic][])
* [#9049](https://github.com/rubocop-hq/rubocop/issues/9049): Have
`Lint/ToEnumArguments` accept `__callee__`. ([@marcandre][])
* [#9050](https://github.com/rubocop-hq/rubocop/issues/9050): Fix a false positive for
`Style/NegatedIfElseCondition` when `if` with `!!` condition. ([@koic][])
* [#9041](https://github.com/rubocop-hq/rubocop/issues/9041): Fix a false positive for
`Naming/VariableNumber` when using integer symbols. ([@koic][])
[#]## Changes
* [#9045](https://github.com/rubocop-hq/rubocop/pull/9045): Have `cut_release` handle
"config/default" and generate cops doc. ([@marcandre][])
* [#9036](https://github.com/rubocop-hq/rubocop/pull/9036): Allow `enums` method by
default for `Lint/ConstantDefinitionInBlock`. ([@koic][])
* [#9035](https://github.com/rubocop-hq/rubocop/issues/9035): Only complain about
`SafeYAML` if it causes issues. ([@marcandre][])
[#]# 1.3.0 (2020-11-12)
[#]## New features
* [#8761](https://github.com/rubocop-hq/rubocop/issues/8761): Read
`required_ruby_version` from gemspec file if it exists. ([@HeroProtagonist][])
* [#9001](https://github.com/rubocop-hq/rubocop/pull/9001): Add new `Lint/EmptyClass`
cop. ([@fatkodima][])
* [#9025](https://github.com/rubocop-hq/rubocop/issues/9025): Add `AllowedMethods`
option to `Lint/ConstantDefinitionInBlock`. ([@koic][])
* [#9014](https://github.com/rubocop-hq/rubocop/pull/9014): Support auto-correction for
`Style/IfInsideElse`. ([@koic][])
* [#8483](https://github.com/rubocop-hq/rubocop/pull/8483): Add new `Style/StaticClass`
cop. ([@fatkodima][])
* [#9020](https://github.com/rubocop-hq/rubocop/pull/9020): Add new `Style/NilLambda`
cop to check for lambdas that always return nil. ([@dvandersluis][])
* [#8404](https://github.com/rubocop-hq/rubocop/pull/8404): Add new
`Lint/DuplicateBranch` cop. ([@fatkodima][])
[#]## Bug fixes
* [#8499](https://github.com/rubocop-hq/rubocop/issues/8499): Fix
`Style/IfUnlessModifier` and `Style/WhileUntilModifier` to prevent an offense if there are
both first-line comment and code after `end` block. ([@dsavochkin][])
* [#8996](https://github.com/rubocop-hq/rubocop/issues/8996): Fix a false positive for
`Style/MultipleComparison` when comparing two sides of the disjunction is unrelated.
([@koic][])
* [#8975](https://github.com/rubocop-hq/rubocop/issues/8975): Fix an infinite loop when
autocorrecting `Layout/TrailingWhitespace` + `Lint/LiteralInInterpolation`.
([@fatkodima][])
* [#8998](https://github.com/rubocop-hq/rubocop/issues/8998): Fix an error for
`Style/NegatedIfElseCondition` when using negated condition and `if` branch body is empty.
([@koic][])
* [#9008](https://github.com/rubocop-hq/rubocop/pull/9008): Mark `Style/InfiniteLoop` as
unsafe. ([@marcandre][])
[#]## Changes
* [#8978](https://github.com/rubocop-hq/rubocop/issues/8978): Update `Layout/LineLength`
autocorrection to be able to handle method calls with long argument lists.
([@dvandersluis][])
* [#9015](https://github.com/rubocop-hq/rubocop/issues/9015): Update `Lint/EmptyBlock`
to allow for empty lambdas. ([@dvandersluis][])
* [#9022](https://github.com/rubocop-hq/rubocop/issues/9022): Add `NOTE` to keywords of
`Style/CommentAnnotation`. ([@koic][])
* [#9011](https://github.com/rubocop-hq/rubocop/issues/9011): Mark autocorrection for
`Lint/Loop` as unsafe. ([@dvandersluis][])
* [#9026](https://github.com/rubocop-hq/rubocop/issues/9026): Update
`Style/DocumentDynamicEvalDefinition` to detect comment blocks that document the
evaluation. ([@dvandersluis][])
* [#9004](https://github.com/rubocop-hq/rubocop/pull/9004): Remove obsolete gem
`SafeYAML` compatibility. ([@marcandre][])
* [#9023](https://github.com/rubocop-hq/rubocop/issues/9023): Mark unsafe for
`Style/CollectionCompact`. ([@koic][])
* [#9012](https://github.com/rubocop-hq/rubocop/issues/9012): Allow `AllowedIdentifiers`
to be specified for `Naming/VariableNumber`. ([@dvandersluis][])
==== technisat-usb2-firmware ====
- use %_firmwaredir