openSUSE-2021-230
Recommended update for hello
low
openSUSE Backports SLE-15-SP3 Update
This update provides a test update for openSUSE Leap 15.3, using Backports repo.
hello-2.10-bp153.2.2.1.src.rpm
hello-2.10-bp153.2.2.1.x86_64.rpm
hello-lang-2.10-bp153.2.2.1.noarch.rpm
hello-2.10-bp153.2.2.1.aarch64.rpm
hello-2.10-bp153.2.2.1.ppc64le.rpm
hello-2.10-bp153.2.2.1.s390x.rpm
openSUSE-2021-534
Recommended update for golang-github-prometheus-node_exporter, system-user-grafana
moderate
openSUSE Backports SLE-15-SP3 Update
This update for golang-github-prometheus-node_exporter, system-user-grafana fixes the following issues:
Changes in golang-github-prometheus-node_exporter:
Update to 1.1.2
* Bug fixes
+ Handle errors from disabled PSI subsystem #1983
+ Sanitize strings from /sys/class/power_supply #1984
+ Silence missing netclass errors #1986
- Migrate to obs_scm
- Migrate to go_modules
- Update to 1.1.1
* Bug fixes
+ Fix ineffassign issue #1957
+ Fix some noisy log lines #1962
- Update to 1.1.0
* Changes
+ Improve filter flag names #1743
+ Add btrfs and powersupplyclass to list of exporters enabled by default #1897
* Features
+ Add fibre channel collector #1786
+ Expose cpu bugs and flags as info metrics. #1788
+ Add network_route collector #1811
+ Add zoneinfo collector #1922
* Enhancements
+ Add more InfiniBand counters #1694
+ Add flag to aggr ipvs metrics to avoid high cardinality metrics #1709
+ Adding backlog/current queue length to qdisc collector #1732
+ Include TCP OutRsts in netstat metrics #1733
+ Add pool size to entropy collector #1753
+ Remove CGO dependencies for OpenBSD amd64 #1774
+ bcache: add writeback_rate_debug stats #1658
+ Add check state for mdadm arrays via node_md_state metric #1810
+ Expose XFS inode statistics #1870
+ Expose zfs zpool state #1878
+ Added an ability to pass collector.supervisord.url via SUPERVISORD_URL environment variable #1947
* Bug fixes
+ filesystem_freebsd: Fix label values #1728
+ Fix various procfs parsing errors #1735
+ Handle no data from powersupplyclass #1747
+ udp_queues_linux.go: change upd to udp in two error strings #1769
+ Fix node_scrape_collector_success behaviour #1816
+ Fix NodeRAIDDegraded to not use a string rule expressions #1827
+ Fix node_md_disks state label from fail to failed #1862
+ Handle EPERM for syscall in timex collector #1938
+ bcache: fix typo in a metric name #1943
+ Fix XFS read/write stats (https://github.com/prometheus/procfs/pull/343)
- Do not include sources (boo#1151558)
- Remove rc symlink
Changes in system-user-grafana:
- First release
system-user-grafana-1.0.0-bp153.2.1.noarch.rpm
system-user-grafana-1.0.0-bp153.2.1.src.rpm
openSUSE-2021-813
Security update for upx
moderate
openSUSE Backports SLE-15-SP3 Update
This update for upx fixes the following issues:
- CVE-2020-24119: Fixed a heap buffer overflow in p_lx_elf.cpp (boo#1186238)
upx-3.96-bp153.2.3.1.src.rpm
upx-3.96-bp153.2.3.1.x86_64.rpm
upx-debuginfo-3.96-bp153.2.3.1.x86_64.rpm
upx-debugsource-3.96-bp153.2.3.1.x86_64.rpm
upx-3.96-bp153.2.3.1.aarch64.rpm
upx-debuginfo-3.96-bp153.2.3.1.aarch64.rpm
upx-debugsource-3.96-bp153.2.3.1.aarch64.rpm
upx-3.96-bp153.2.3.1.ppc64le.rpm
upx-debuginfo-3.96-bp153.2.3.1.ppc64le.rpm
upx-debugsource-3.96-bp153.2.3.1.ppc64le.rpm
upx-3.96-bp153.2.3.1.s390x.rpm
upx-debuginfo-3.96-bp153.2.3.1.s390x.rpm
upx-debugsource-3.96-bp153.2.3.1.s390x.rpm
openSUSE-2021-990
Recommended update for cdecl
moderate
openSUSE Backports SLE-15-SP3 Update
This update for cdecl fixes the following issues:
Update to release 10.0
* cdecl now recognizes "asm" just to say it's not supported.
* Improved operator<=> now checks for usable return type.
* Default relational operators in C++20 are now supported.
* C++'s raw string literals R"delim(...)delim" are now supported.
Update to release 9.10
* The show command now supports globs.
Update to release 9.9
* Added more predefined types: iconv_t, locale_t,
posix_spawnattr_t, posix_spawn_file_actions_t, regex_t,
regmatch_t, and regoff_t.
* A pointer to function with qualifiers is now caught for C.
* Nested types are now correctly caught as an error in C.
* A scoped name having a bit-field width is now caught as
an error.
* A declaration having a storage class and a bit-field width is
now correctly caught as an error.
Update to release 9.8
* extern "C" using declarations are now supported.
* The help for pseudo-English now correctly includes auto as a
storage class for C++98 and C++03.
Update to release 9.7
* Multi-type typedef support
Update to release 9.6
* More constructor & destructor warning checks
* Type redefinition error now includes existing type
Update to release 9.5.1
* A function as a parameter is now automatically converted to a
pointer to function per 6.3.2.1(4) of the C standard.
Update to release 9.5
* Added enum, class, struct, and union attribute specifier
support.
* Added fixed-type enum support.
* Added C2X __attr__ aliases.
* Added support for parsing C++ attribute arguments.
* Added support for parsing C++17 using in attributes.
* Added support for parsing GNU __attribute__.
Update to release 9.4
* Improved constructor & destructor declaration support
* Ability to explain forward declarations
* Ability to catch types having bit-field widths
Update to release 9.3
* Declarations with bit-field widths are now supported.
Update to release 9.2
* In-class constructor declarations without any
storage-class-like type are now supported.
* Both final and override are now recognized as keywords only
in a member function declaration context.
Update to release 9.1
* Implicit int functions in K&R C are now supported ("set knrc",
"explain f(x)")
Update to release 9.0
* The `show` command can now alternatively show types as
`using` declarations.
* For `predefined` or `user`, the `show` command now shows only
types that are valid in the current language.
* When printing `enum`, `struct`, `class`, or `union` types,
they are shown differently depending on what language the
type was defined in and whether the current language is C or
C++.
Update to release 8.3
* "Did you mean ...?" added
* Multiple, comma-separated declarations are supported
Update to release 8.2
* Pseudo-English now allows "align" as a synonym for "aligned".
* The "set" command can now take multiple options.
* C99 type-qualified array function arguments can now have a
size omitted. ("void f(int a[const])")
Update to release 8.1
* Added support for Unified Parallel C
Update to release 8.0
* Support for C2X and Embedded C.
* More support for C++20.
Update to release 7.4.1
* The legal signed main() signature is now accepted.
* "East const" is now ignored when explaining gibberish.
Update to release 7.3
* Explaining a declaration like: "explain void f(double (*a)[5])"
crashed; this was fixed.
Update to release 7.2
* Added support for composing and deciphering C++ overloaded
new, new[], delete, and delete[] operators.
* Added types std::align_val_t, std::destroying_delete_t, and
std::nothrow_t.
Update to release 7.1
* Added GNU C's __complex, __complex__, __const, __inline,
__restrict, __signed, __signed__, __volatile, and
__volatile__.
Update to release 7.0
* New -E/--east-const command-line option.
* Added support for the [[no_unique_address]] attribute
from C++20.
Update to release 6.11
* Added __inline__, __restrict__, and __thread
* Added GNU C types
* Added WIN32 types
Update to release 6.10
* The "long long" type was incorrectly allowed in C89; it
was not added until C99.
* Added pthread.h, threads.h, and C++ thread types.
Update to release 6.9
* The `cast` command now accepts `as` and `to` in addition
to `into`.
* Autocomplete was missing `explain-by-default;`.
Update to release 6.8.2
* When in explain-by-default mode, a special case has to be made
for `const` and `static` keywords, since the `explain` command
is implied only when not followed by the `cast` keyword.
Update to release 6.8.1
* Reset lexer start-state
Update to release 6.8
* Since the set explicit-int option was added (an option that
takes a value), a set lang=lang option was added.
Update to release 6.7
* Add emission of explicit "int" to English output mode.
Update to release 6.6.2
* Command-line long-options.
* Distinguishes among K&R C, C89, C95, C99, C11, C18, C++98,
C++03, C++11, C++14, C++17, and C++20.
* Support for C89 const, restrict, and volatile declarations.
* Support for the standard C95 type wchar_t.
* Support for the standard C99 types _Bool, _Complex,
_Imaginary, int8_t, int16_t, ptrdiff_t, size_t, etc.
* Support for C99 static, type-qualified, and variable length
array function arguments.
* Support for the standard C11 atomic types atomic_bool,
atomic_char, etc.
* Support for the standard C11 and C++11 types char16_t,
char32_t, and thread_local.
* Support for inline function and variable declarations.
* Support for typedef declarations.
* Support for variadic function arguments.
* Support for C and C++ alternative tokens (and, and_eq, etc.).
* Support for C++ mutable data members, namespaces and scoped
names, new-style casts, throw, overloaded operators, and
friend, virtual and pure virtual member function
declarations, and user-defined conversion operators.
* Support for C++11 constexpr, enum class, final, noexcept,
override, rvalue references, user-defined literals, using (as
a typedef synonym), the function trailing return-type syntax,
and ref-qualified member function declarations.
* Support for C++ [[carries_dependency]], [[deprecated]],
[[maybe_unused]], [[nodiscard]], and [[noreturn]] attribute
specifiers.
* Better warning and error messages complete with location
information and color.
cdecl-10.0-bp153.2.3.1.src.rpm
cdecl-10.0-bp153.2.3.1.x86_64.rpm
cdecl-10.0-bp153.2.3.1.aarch64.rpm
cdecl-10.0-bp153.2.3.1.ppc64le.rpm
cdecl-10.0-bp153.2.3.1.s390x.rpm
openSUSE-2021-823
Recommended update for ca-certificates-cacert
moderate
openSUSE Backports SLE-15-SP3 Update
This update for ca-certificates-cacert fixes the following issues:
Changes in ca-certificates-cacert:
- Update class3.crt to the new one expiring 2031 again (boo#1186362)
- update Class 3 certificate from https://www.cacert.org/class3.crt
(the old one expired today)
ca-certificates-cacert-1-bp153.3.3.1.noarch.rpm
ca-certificates-cacert-1-bp153.3.3.1.src.rpm
openSUSE-2021-840
Security update for chromium
important
openSUSE Backports SLE-15-SP3 Update
This update for chromium fixes the following issues:
Chromium 91.0.4472.77 (boo#1186458):
* Support Managed configuration API for Web Applications
* WebOTP API: cross-origin iframe support
* CSS custom counter styles
* Support JSON Modules
* Clipboard: read-only files support
* Remove webkitBeforeTextInserted & webkitEditableCOntentChanged JS events
* Honor media HTML attribute for link icon
* Import Assertions
* Class static initializer blocks
* Ergonomic brand checks for private fields
* Expose WebAssembly SIMD
* New Feature: WebTransport
* ES Modules for service workers ('module' type option)
* Suggested file name and location for the File System Access API
* adaptivePTime property for RTCRtpEncodingParameters
* Block HTTP port 10080 - mitigation for NAT Slipstream 2.0 attack
* Support WebSockets over HTTP/2
* Support 103 Early Hints for Navigation
* CVE-2021-30521: Heap buffer overflow in Autofill
* CVE-2021-30522: Use after free in WebAudio
* CVE-2021-30523: Use after free in WebRTC
* CVE-2021-30524: Use after free in TabStrip
* CVE-2021-30525: Use after free in TabGroups
* CVE-2021-30526: Out of bounds write in TabStrip
* CVE-2021-30527: Use after free in WebUI
* CVE-2021-30528: Use after free in WebAuthentication
* CVE-2021-30529: Use after free in Bookmarks
* CVE-2021-30530: Out of bounds memory access in WebAudio
* CVE-2021-30531: Insufficient policy enforcement in Content Security Policy
* CVE-2021-30532: Insufficient policy enforcement in Content Security Policy
* CVE-2021-30533: Insufficient policy enforcement in PopupBlocker
* CVE-2021-30534: Insufficient policy enforcement in iFrameSandbox
* CVE-2021-30535: Double free in ICU
* CVE-2021-21212: Insufficient data validation in networking
* CVE-2021-30536: Out of bounds read in V8
* CVE-2021-30537: Insufficient policy enforcement in cookies
* CVE-2021-30538: Insufficient policy enforcement in content security policy
* CVE-2021-30539: Insufficient policy enforcement in content security policy
* CVE-2021-30540: Incorrect security UI in payments
* Various fixes from internal audits, fuzzing and other initiatives
chromedriver-91.0.4472.77-bp153.2.3.1.x86_64.rpm
chromium-91.0.4472.77-bp153.2.3.1.src.rpm
chromium-91.0.4472.77-bp153.2.3.1.x86_64.rpm
openSUSE-2021-991
Security update for prosody
moderate
openSUSE Backports SLE-15-SP3 Update
This update for prosody fixes the following issues:
- Update to 0.11.9:
* mod_limits, prosody.cfg.lua: Enable rate limits by default
* certmanager: Disable renegotiation by default
* mod_proxy65: Restrict access to local c2s connections by default
* util.startup: Set more aggressive defaults for GC
* mod_c2s, mod_s2s, mod_component, mod_bosh, mod_websockets: Set default stanza size limits
* mod_authinternal{plain,hashed}: Use constant-time string comparison for secrets
* mod_dialback: Remove dialback-without-dialback feature
* mod_dialback: Use constant-time comparison with hmac
- Prosody XMPP server advisory 2021-05-12 (boo#1186027)
* Including CVE-2021-32919, CVE-2021-32917, CVE-2021-32917, CVE-2021-32920, CVE-2021-32918
prosody-0.11.9-bp153.2.3.1.src.rpm
prosody-0.11.9-bp153.2.3.1.x86_64.rpm
prosody-0.11.9-bp153.2.3.1.aarch64.rpm
prosody-0.11.9-bp153.2.3.1.ppc64le.rpm
prosody-0.11.9-bp153.2.3.1.s390x.rpm
openSUSE-2021-983
Recommended update for exo, gigolo, mousepad, thunar, xfce4-battery-plugin, xfce4-clipman-plugin, xfce4-cpufreq-plugin, xfce4-cpugraph-plugin, xfce4-netload-plugin, xfce4-panel, xfce4-panel-profiles, xfce4-screenshooter, xfce4-settings, xfce4-systemload-plugin, xfce4-time-out-plugin, xfdashboard
moderate
openSUSE Backports SLE-15-SP3 Update
This update for exo, gigolo, mousepad, thunar, xfce4-battery-plugin, xfce4-clipman-plugin, xfce4-cpufreq-plugin, xfce4-cpugraph-plugin, xfce4-netload-plugin, xfce4-panel, xfce4-panel-profiles, xfce4-screenshooter, xfce4-settings, xfce4-systemload-plugin, xfce4-time-out-plugin, xfdashboard fixes the following issues:
This is a XFCE4 bugfix release.
Changes in xfce4-cpugraph-plugin:
Update to version 1.2.3
* Add support for per-core history graphs
* Enable user-defined spacing between per-core history graphs
* Use an exponential function when painting the grid
in non-linear mode
* Improve performance of current CPU usage bars
* Improve LED rendering performance
* Improve grid rendering performance
* Enumerate CPU cores from 0 (instead of 1) to match Linux
command-line tools
* Ensure that the bars and the history cannot be disabled at
the same time
* Slightly better handling of colors
* Translation Updates
Changes in xfce4-netload-plugin:
- Update to version 1.4.0
* Add new icons and switch to rDNS naming
* Add "About" dialog
* Add help button to properties dialog
* Improve progressbar look
* Update URLs from goodies.x.o to docs.x.o (bxo#16170)
* Fix compilation warnings
* autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
* Update `.gitignore`
* Fix missing-prototypes
* Remove GSourceFunc casts
* Populate a combo box with known network interfaces
* remove unused wormulon files
* Move to common m4 versioning macros
* Fix type for media_list on OpenBSD
* Add basic GitLab pipeline
* Translation Updates
Changes in xfce4-battery-plugin:
- Update to version 1.1.4
* Add help button to properties dialog
* Drop subtitle from settings dialog
* Fix labels alignment for very small panels
* Fix compilation warnings
* automake: INCLUDES -> AM_CPPFLAGS
* autoconf: Some updates
* Remove unnecessary boxes
* Remove GSourceFunc casts
* Add new README.md, update AM_INIT_AUTOMAKE
* Add basic GitLab pipeline
* Update URLs from goodies.xfce.org to docs.xfce.org (bxo#16154)
* Translation Updates
Changes in gigolo:
- Update to version 0.5.2
* Refresh Glade file, drop unused tab labels (gxo#apps/gigolo#13)
* move the logic setting GtkSpin port value to setup_for_type()
(gxo#apps/gigolo#11)
* Use new icon in window titlebar
* Fix compilation warnings
* autoconf: Some updates
* Only show an error dialog if the host field is visible/required
* Remove capitalization from icon name
* Update GenericName (gxo#apps/gigolo#2)
* Fix comment style.
* Remove GSourceFunc casts
* Update Makefile.am
* Add gigolo.ui to POTFILES.in (gxo#apps/gigolo#6)
* Added new icons following new style and reverse DNS format.
* Add new README.md and update AM_INIT_AUTOMAKE
* Add basic GitLab pipeline
* bxo#16717: Move from exo-csource to xdt-csource
* Translation Updates
Changes in xfce4-clipman-plugin:
- Update to version 1.6.2
* Add G_GNUC_FALLTHROUGH definition if GLib < 2.60
* Remove obsolete GTK_CHECK_VERSION checks
* Fix function prototypes
* Remove GSourceFunc casts
* Fix compilation warnings
* automake: Enable subdir-objects
* autoconf: Some updates
* Check for `locale.h` required in release mode
* Update `.gitignore`
* Require gtk 3.22.29
* Fix GCC warnings
* Fix return type of grab_keyboard
* Add README.md
* Avoid deprecated warnings with Gdk >= 3.22
* Add basic GitLab pipeline
* bxo#16717: Move from exo-csource to xdt-csource
* Make settings window title translateable (bxo#16625)
* history: Re-enable singleton
* menu: Indicate primary and clipboard content
* menu: Indicate the primary clipboard item
* Speed up shutdown and paste
* Correct location of appstream info
* Fix a couple of grammatical errors
* Translation Updates
Changes in exo:
- Update to version 4.16.2
* Properly initialize GdkRectangle to prevent crash
(gxo#xfce/exo#57)
- Update to version 4.16.1
* Revamp the documentation to modernize and uniformize accross
components
* Fix keyboard navigation when only one item is present
(gxo#xfce/exo#53)
Changes in mousepad:
- Update to version 0.5.5
- Add a `.desktop` file to make Mousepad appear in Xfce settings
(gxo#apps/mousepad!94)
- Add a command line option to open the prefs dialog
(gxo#apps/mousepad!94)
- Plugin support (gxo#apps/mousepad!92)
- Add gspell plugin (gxo#apps/mousepad#1, gxo#apps/mousepad!92)
- Disable and wipe recent history if recent-menu-items is set to 0
(gxo#apps/mousepad#112, gxo#apps/mousepad!89)
- Support -ve line and column values for "Go to" location
(gxo#apps/mousepad#113, gxo#apps/mousepad!84)
- Switch to client-side decorations (gxo#apps/mousepad!97)
- Remove Xfconf dependency
(gxo#apps/mousepad#60, gxo#apps/mousepad#122, gxo#apps/mousepad!98)
- A general review of sanity checks
- A review of window lifetime management
- A review of document lifetime management
- Automate and sanitize memory management of sources
- A small review of GSettings use
- Do not use `== (TRUE|FALSE)` for boolean conditions
- Fix actions to show/hide bars in fullscreen mode
(gxo#apps/mousepad#129)
- Fix broken "Revert" action
- Fix and extend "Move Lines" action
(gxo#apps/mousepad#87, gxo#apps/mousepad#116, gxo#apps/mousepad!96)
- Support for drag and drop of tabs when search is active
- Do a silent search when changing tabs with the search bar enabled
- Use get/set_real_line_offset () functions for "Paste as Column"
(gxo#apps/mousepad#114, gxo#apps/mousepad!91)
- Restore cursor position after transpose
(gxo#apps/mousepad#115, gxo#apps/mousepad!88)
- Fix "Delete Line" action
(gxo#apps/mousepad#117, gxo#apps/mousepad!86)
- Fix recent_sort function (gxo#apps/mousepad!90)
- Reset line and column number if not given on command line
(gxo#apps/mousepad#121, gxo#apps/mousepad!87)
- menu: "Spaces to Tabs" converter converts leading spaces
(gxo#apps/mousepad#118, gxo#apps/mousepad!85)
- Make window require attention when opening new tabs
(gxo#apps/mousepad#119)
- Translation Updates
- Update to version 0.5.4
* Add --line/-l and --column/-c number (gxo#apps/mousepad#107,
gxo#apps/mousepad!83)
* Port to GtkSourceView 4 (gxo#apps/mousepad#55,
gxo#apps/mousepad#80, gxo#apps/mousepad!10)
* Delay request to scroll to cursor for the correct active view
* Monitor hardlinks with glib 2.56.2 (gxo#apps/mousepad#110,
gxo#apps/mousepad!82)
* Transfer encoding from remote to primary instance
(gxo#apps/mousepad#109)
* Prevent a crash when no language is found
* Make window require attention when opening new tabs
(gxo#apps/mousepad#106, gxo#apps/mousepad#93, gxo#apps/mousepad!81)
* Fix BOM array (gxo#apps/mousepad!80)
* Correctly initialize toolbar style combo box (gxo#apps/mousepad#103)
* Allow checking parent sources when looking up schema
(gxo#apps/mousepad#101)
* Fix missing parameter to "select-all" signal (gxo#apps/mousepad!79)
* Translation Updates
- Update to version 0.5.3
* Use old style menu alignment (gxo#apps/mousepad#97,
gxo#apps/mousepad!77)
* Add a keybinding to reset font size
* Fix inverted return value of scroll event handler
* Various small improvements regarding accels
* Block the right signal handler for tooltip updates
* A clarification about action groups
* Translation Updates
Changes in xfce4-panel:
- Update to 4.16.3
* panel: Change width of default panel-2 to 1%
(gxo#xfce/xfce4-panel#454)
* panel: Fix xfce4-panel-CRITICAL
* panel: Fix xfce4-panel-CRITICAL when already running
* libxfce4panel: Do not destroy context menu if popped up
(gxo#xfce/xfce4-panel#442)
* launcher: Check for menu item initialization
* launcher: Fix garcon-CRITICAL at startup
* systray: Fix GObject-CRITICAL
* systray: Fix Gtk-CRITICAL at startup/shutdown
* systray: Fix libsystray-CRITICAL
* tasklist: Fix Gtk-CRITICAL
* Silent `-Wcast-align` from Clang
* Translation Updates
- Update to 4.16.2
* Add icons to help and about items in panel menu
* Modernize documentation (developer.xfce.org)
* Translation Updates
Changes in thunar:
- Update to version 4.16.8
* Activating Desktop Icon does not Use Default Application
(gxo#xfce/thunar#575)
- changes from 4.16.7:
* Prevent crash if invalid-symlink is used as bookmark
(gxo#xfce/thunar#552)
* Dont execute files, passed via command line due to security risks
* Avoid excessively checking whether files are executables
(gxo#xfce/thunar#180)
* CDDA appears twice in side pane (gxo#xfce/thunar#486)
* Critical error when opening Edit menu (gxo#xfce/thunar#542)
* Shortcuts view regression : Watch trash for changes
(gxo#xfce/thunar#538)
* Translation Updates
- Update to version 4.16.6
* Reload current directory before selecting new files
(gxo#xfce/thunar#524)
* tree-view: Hide menu-item "properties" for unmounted devices
* Removed 'the root folder has no parent' dialog box
* Revamp documentation to modernize/uniformize accross components
* Remove watches on shortcuts (gxo#xfce/thunar#513,
gxo#xfce/thunar#47)
* Translation Updates
- Update to version 4.16.5
* Emergency release on the thunar 4.16 branch, since the fix for
Issue #47 can cause high I/O in some cases (gxo#xfce/thunar#526)
* Revert "Bookmarks no longer need an existing file
(gxo#xfce/thunar#47)"
- Update to version 4.16.4
* Bookmarks no longer need an existing, underlying file
(gxo#xfce/thunar#47)
* Regression: Select copied files after copy operation
(gxo#xfce/thunar#520)
* Reintroduce alternative zoom shortcuts (gxo#xfce/thunar#514)
* Prevent hangup if a copy task that is blocked is resumed
(gxo#xfce/thunar#467)
* Regression: Allow custom image files for UCA icons
(gxo#xfce/thunar#517)
* Dont merge folders when creating copy with same name
(gxo#xfce/thunar#491)
* Fix incorrect return value in scroll event handler
(gxo#xfce/thunar#512)
* Translation Updates
Changes in xfce4-panel-profiles:
- Update to version 1.0.13
* Add Cupertino layout (gxo#apps/xfce4-panel-profiles#7)
* Add Redmond 7 layout (gxo#apps/xfce4-panel-profiles#8)
* Add Xfce 4.16 layout
* Updated existing templates to support Xfce 4.16
* Makefile.in.in: remove bashisms
* Enabled exporting Whisker menu configuration
(gxo#apps/xfce4-panel-profiles#11)
* Translation Updates
Changes in xfce4-time-out-plugin:
- Update to version 1.1.2
* Check whether the seat exists before ungrabbing it
* Fix compilation warnings
* autoconf: Some updates
* fix for no dialog after screenlock issue
(gxo#panel-plugins/xfce4-time-out-plugin#13)
* Remove GSourceFunc casts
(gxo#panel-plugins/xfce4-time-out-plugin!2)
* Translation Updates
Changes in xfdashboard:
- Update to 0.8.1
* Fixed bug to release an so far unreleased GIcon object at dispose
function of XfdashboardLabel
* Moved AppInfo to AppStream metainfo
Changes in xfce4-systemload-plugin:
- Update to version 1.3.1
* Update README.md
* Update and sort the list of authors
* Add a simple network bandwidth monitor (uses libgtop as a fallback)
* Remove 4-valued history
* Fix initial progress bar value
* Fix system-monitor-command setting
(gxo#panel-plugins/xfce4-systemload-plugin#15)
* Distinguish uptime from the appearance of a digital real-time clock
* Replace "Options" with "Label" in the properties dialog
* Finish porting to xfconf
* Update docs URL
* Code cleanups
* Translation Updates
- Update to version 1.3.0
* Port to xfconf
* Add new icons and switch to rDNS naming
* Add Help button to properties dialog
* Fix compilation warnings
* autoconf: Some updates
* Update `.gitignore`
* configure.ac: use AC_PROG_CC_C99
* Translation Updates
Changes in xfce4-screenshooter:
- Update to version 1.9.9
* Add link to Imgur ToS (gxo#apps/xfce4-screenshooter#54)
* Add notice about imgur (gxo#apps/xfce4-screenshooter#53)
* Add launchable tag to appdata.xml
* Update help message for --save option
* Add combobox with file extensions
(gxo#apps/xfce4-screenshooter#6)
* Add option to capture window border or not
(gxo#apps/xfce4-screenshooter#4)
* Preserve last used extension
* Save screenshots according to the extension
(gxo#apps/xfce4-screenshooter#6)
* Avoid save dialog loop if action was specified from CLI
(gxo#apps/xfce4-screenshooter#41)
* Respect windows scaling (gxo#apps/xfce4-screenshoote!18)
* Fix compilation warnings
* Add version check for pango
* Correctly calculate dimensions of size window
(gxo#apps/xfce4-screenshooter#37)
* Add option to disable Imgur upload
(gxo#apps/xfce4-screenshooter#20)
* Translation Updates
Changes in xfce4-settings:
- Update to version 4.16.2
* keyboard: Mark system defaults switch as active
(gxo#xfce/xfce4-settings#310 and boo#1181263)
* keyboard: Correctly initialize setting
(gxo#xfce/xfce4-settings#310 and boo#1181263)
* keyboard: Fix icon name in settings dialog
* keyboard: Make buttons translatable (gxo#xfce/xfce4-settings#306)
* xfsettingsd: Fix setting float array properties
* Translation Updates
- Update to version 4.16.1
* display: Fix scale by rounding (gxo#xfce/xfce4-settings#258)
* Drop preferences-desktop-default-applications icon name
* Also allocate terminating element
* Translation Updates
Changes in xfce4-cpufreq-plugin:
- Update to version 1.2.5
* Adjust CPU icon color according to frequency
* Use 99th percentile as the max frequency when adjusting icon color
* Display text using a drawing area instead of using a label with CSS
* Enable font color reset
* Disable font settings when not displaying text
* Switch to symbolic close icons
* Bump required version of Xfce UI to 4.14
* Compute max_freq and min_freq when calculating avg/min/max
* Delete font name from RC file if using the default font
* Code cleanups, fixes and minor optimizations
* Translation Updates
exo-4.16.2-bp153.2.3.1.src.rpm
exo-data-4.16.2-bp153.2.3.1.x86_64.rpm
exo-debuginfo-4.16.2-bp153.2.3.1.x86_64.rpm
exo-debugsource-4.16.2-bp153.2.3.1.x86_64.rpm
exo-devel-4.16.2-bp153.2.3.1.x86_64.rpm
exo-lang-4.16.2-bp153.2.3.1.noarch.rpm
exo-tools-4.16.2-bp153.2.3.1.x86_64.rpm
exo-tools-debuginfo-4.16.2-bp153.2.3.1.x86_64.rpm
libexo-2-0-4.16.2-bp153.2.3.1.x86_64.rpm
libexo-2-0-debuginfo-4.16.2-bp153.2.3.1.x86_64.rpm
gigolo-0.5.2-bp153.2.3.1.src.rpm
gigolo-0.5.2-bp153.2.3.1.x86_64.rpm
gigolo-debuginfo-0.5.2-bp153.2.3.1.x86_64.rpm
gigolo-debugsource-0.5.2-bp153.2.3.1.x86_64.rpm
gigolo-lang-0.5.2-bp153.2.3.1.noarch.rpm
libmousepad0-0.5.5-bp153.2.3.1.x86_64.rpm
libmousepad0-debuginfo-0.5.5-bp153.2.3.1.x86_64.rpm
mousepad-0.5.5-bp153.2.3.1.src.rpm
mousepad-0.5.5-bp153.2.3.1.x86_64.rpm
mousepad-debuginfo-0.5.5-bp153.2.3.1.x86_64.rpm
mousepad-debugsource-0.5.5-bp153.2.3.1.x86_64.rpm
mousepad-devel-0.5.5-bp153.2.3.1.x86_64.rpm
mousepad-lang-0.5.5-bp153.2.3.1.noarch.rpm
libthunarx-3-0-4.16.8-bp153.2.3.1.x86_64.rpm
libthunarx-3-0-debuginfo-4.16.8-bp153.2.3.1.x86_64.rpm
thunar-4.16.8-bp153.2.3.1.src.rpm
thunar-4.16.8-bp153.2.3.1.x86_64.rpm
thunar-debuginfo-4.16.8-bp153.2.3.1.x86_64.rpm
thunar-debugsource-4.16.8-bp153.2.3.1.x86_64.rpm
thunar-devel-4.16.8-bp153.2.3.1.x86_64.rpm
thunar-lang-4.16.8-bp153.2.3.1.noarch.rpm
typelib-1_0-Thunarx-3_0-4.16.8-bp153.2.3.1.x86_64.rpm
xfce4-battery-plugin-1.1.4-bp153.2.3.1.src.rpm
xfce4-battery-plugin-1.1.4-bp153.2.3.1.x86_64.rpm
xfce4-battery-plugin-debuginfo-1.1.4-bp153.2.3.1.x86_64.rpm
xfce4-battery-plugin-debugsource-1.1.4-bp153.2.3.1.x86_64.rpm
xfce4-battery-plugin-lang-1.1.4-bp153.2.3.1.noarch.rpm
xfce4-clipman-plugin-1.6.2-bp153.2.3.1.src.rpm
xfce4-clipman-plugin-1.6.2-bp153.2.3.1.x86_64.rpm
xfce4-clipman-plugin-debuginfo-1.6.2-bp153.2.3.1.x86_64.rpm
xfce4-clipman-plugin-debugsource-1.6.2-bp153.2.3.1.x86_64.rpm
xfce4-clipman-plugin-lang-1.6.2-bp153.2.3.1.noarch.rpm
xfce4-cpufreq-plugin-1.2.5-bp153.2.3.1.src.rpm
xfce4-cpufreq-plugin-1.2.5-bp153.2.3.1.x86_64.rpm
xfce4-cpufreq-plugin-debuginfo-1.2.5-bp153.2.3.1.x86_64.rpm
xfce4-cpufreq-plugin-debugsource-1.2.5-bp153.2.3.1.x86_64.rpm
xfce4-cpufreq-plugin-lang-1.2.5-bp153.2.3.1.noarch.rpm
xfce4-cpugraph-plugin-1.2.3-bp153.2.3.1.src.rpm
xfce4-cpugraph-plugin-1.2.3-bp153.2.3.1.x86_64.rpm
xfce4-cpugraph-plugin-lang-1.2.3-bp153.2.3.1.noarch.rpm
xfce4-netload-plugin-1.4.0-bp153.2.3.1.src.rpm
xfce4-netload-plugin-1.4.0-bp153.2.3.1.x86_64.rpm
xfce4-netload-plugin-debuginfo-1.4.0-bp153.2.3.1.x86_64.rpm
xfce4-netload-plugin-debugsource-1.4.0-bp153.2.3.1.x86_64.rpm
xfce4-netload-plugin-lang-1.4.0-bp153.2.3.1.noarch.rpm
xfce4-panel-profiles-1.0.13-bp153.2.3.1.noarch.rpm
xfce4-panel-profiles-1.0.13-bp153.2.3.1.src.rpm
libxfce4panel-2_0-4-4.16.3-bp153.2.3.1.x86_64.rpm
libxfce4panel-2_0-4-debuginfo-4.16.3-bp153.2.3.1.x86_64.rpm
typelib-1_0-Libxfce4panel-2_0-4.16.3-bp153.2.3.1.x86_64.rpm
xfce4-panel-4.16.3-bp153.2.3.1.src.rpm
xfce4-panel-4.16.3-bp153.2.3.1.x86_64.rpm
xfce4-panel-branding-upstream-4.16.3-bp153.2.3.1.noarch.rpm
xfce4-panel-debuginfo-4.16.3-bp153.2.3.1.x86_64.rpm
xfce4-panel-debugsource-4.16.3-bp153.2.3.1.x86_64.rpm
xfce4-panel-devel-4.16.3-bp153.2.3.1.x86_64.rpm
xfce4-panel-lang-4.16.3-bp153.2.3.1.noarch.rpm
xfce4-panel-restore-defaults-4.16.3-bp153.2.3.1.x86_64.rpm
xfce4-screenshooter-1.9.9-bp153.2.3.1.src.rpm
xfce4-screenshooter-1.9.9-bp153.2.3.1.x86_64.rpm
xfce4-screenshooter-debuginfo-1.9.9-bp153.2.3.1.x86_64.rpm
xfce4-screenshooter-debugsource-1.9.9-bp153.2.3.1.x86_64.rpm
xfce4-screenshooter-lang-1.9.9-bp153.2.3.1.noarch.rpm
xfce4-screenshooter-plugin-1.9.9-bp153.2.3.1.x86_64.rpm
xfce4-screenshooter-plugin-debuginfo-1.9.9-bp153.2.3.1.x86_64.rpm
xfce4-settings-4.16.2-bp153.2.5.1.src.rpm
xfce4-settings-4.16.2-bp153.2.5.1.x86_64.rpm
xfce4-settings-branding-upstream-4.16.2-bp153.2.5.1.noarch.rpm
xfce4-settings-debuginfo-4.16.2-bp153.2.5.1.x86_64.rpm
xfce4-settings-debugsource-4.16.2-bp153.2.5.1.x86_64.rpm
xfce4-settings-lang-4.16.2-bp153.2.5.1.noarch.rpm
xfce4-systemload-plugin-1.3.1-bp153.2.3.1.src.rpm
xfce4-systemload-plugin-1.3.1-bp153.2.3.1.x86_64.rpm
xfce4-systemload-plugin-debuginfo-1.3.1-bp153.2.3.1.x86_64.rpm
xfce4-systemload-plugin-debugsource-1.3.1-bp153.2.3.1.x86_64.rpm
xfce4-systemload-plugin-lang-1.3.1-bp153.2.3.1.noarch.rpm
xfce4-time-out-plugin-1.1.2-bp153.2.3.1.src.rpm
xfce4-time-out-plugin-1.1.2-bp153.2.3.1.x86_64.rpm
xfce4-time-out-plugin-debuginfo-1.1.2-bp153.2.3.1.x86_64.rpm
xfce4-time-out-plugin-debugsource-1.1.2-bp153.2.3.1.x86_64.rpm
xfce4-time-out-plugin-lang-1.1.2-bp153.2.3.1.noarch.rpm
libxfdashboard0-0.8.1-bp153.2.3.1.x86_64.rpm
libxfdashboard0-debuginfo-0.8.1-bp153.2.3.1.x86_64.rpm
xfdashboard-0.8.1-bp153.2.3.1.src.rpm
xfdashboard-0.8.1-bp153.2.3.1.x86_64.rpm
xfdashboard-debuginfo-0.8.1-bp153.2.3.1.x86_64.rpm
xfdashboard-debugsource-0.8.1-bp153.2.3.1.x86_64.rpm
xfdashboard-devel-0.8.1-bp153.2.3.1.x86_64.rpm
xfdashboard-lang-0.8.1-bp153.2.3.1.noarch.rpm
xfdashboard-themes-0.8.1-bp153.2.3.1.noarch.rpm
exo-data-4.16.2-bp153.2.3.1.aarch64.rpm
exo-debuginfo-4.16.2-bp153.2.3.1.aarch64.rpm
exo-debugsource-4.16.2-bp153.2.3.1.aarch64.rpm
exo-devel-4.16.2-bp153.2.3.1.aarch64.rpm
exo-tools-4.16.2-bp153.2.3.1.aarch64.rpm
exo-tools-debuginfo-4.16.2-bp153.2.3.1.aarch64.rpm
libexo-2-0-4.16.2-bp153.2.3.1.aarch64.rpm
libexo-2-0-debuginfo-4.16.2-bp153.2.3.1.aarch64.rpm
gigolo-0.5.2-bp153.2.3.1.aarch64.rpm
gigolo-debuginfo-0.5.2-bp153.2.3.1.aarch64.rpm
gigolo-debugsource-0.5.2-bp153.2.3.1.aarch64.rpm
libmousepad0-0.5.5-bp153.2.3.1.aarch64.rpm
libmousepad0-debuginfo-0.5.5-bp153.2.3.1.aarch64.rpm
mousepad-0.5.5-bp153.2.3.1.aarch64.rpm
mousepad-debuginfo-0.5.5-bp153.2.3.1.aarch64.rpm
mousepad-debugsource-0.5.5-bp153.2.3.1.aarch64.rpm
mousepad-devel-0.5.5-bp153.2.3.1.aarch64.rpm
libthunarx-3-0-4.16.8-bp153.2.3.1.aarch64.rpm
libthunarx-3-0-debuginfo-4.16.8-bp153.2.3.1.aarch64.rpm
thunar-4.16.8-bp153.2.3.1.aarch64.rpm
thunar-debuginfo-4.16.8-bp153.2.3.1.aarch64.rpm
thunar-debugsource-4.16.8-bp153.2.3.1.aarch64.rpm
thunar-devel-4.16.8-bp153.2.3.1.aarch64.rpm
typelib-1_0-Thunarx-3_0-4.16.8-bp153.2.3.1.aarch64.rpm
xfce4-battery-plugin-1.1.4-bp153.2.3.1.aarch64.rpm
xfce4-battery-plugin-debuginfo-1.1.4-bp153.2.3.1.aarch64.rpm
xfce4-battery-plugin-debugsource-1.1.4-bp153.2.3.1.aarch64.rpm
xfce4-clipman-plugin-1.6.2-bp153.2.3.1.aarch64.rpm
xfce4-clipman-plugin-debuginfo-1.6.2-bp153.2.3.1.aarch64.rpm
xfce4-clipman-plugin-debugsource-1.6.2-bp153.2.3.1.aarch64.rpm
xfce4-cpufreq-plugin-1.2.5-bp153.2.3.1.aarch64.rpm
xfce4-cpufreq-plugin-debuginfo-1.2.5-bp153.2.3.1.aarch64.rpm
xfce4-cpufreq-plugin-debugsource-1.2.5-bp153.2.3.1.aarch64.rpm
xfce4-cpugraph-plugin-1.2.3-bp153.2.3.1.aarch64.rpm
xfce4-netload-plugin-1.4.0-bp153.2.3.1.aarch64.rpm
xfce4-netload-plugin-debuginfo-1.4.0-bp153.2.3.1.aarch64.rpm
xfce4-netload-plugin-debugsource-1.4.0-bp153.2.3.1.aarch64.rpm
libxfce4panel-2_0-4-4.16.3-bp153.2.3.1.aarch64.rpm
libxfce4panel-2_0-4-debuginfo-4.16.3-bp153.2.3.1.aarch64.rpm
typelib-1_0-Libxfce4panel-2_0-4.16.3-bp153.2.3.1.aarch64.rpm
xfce4-panel-4.16.3-bp153.2.3.1.aarch64.rpm
xfce4-panel-debuginfo-4.16.3-bp153.2.3.1.aarch64.rpm
xfce4-panel-debugsource-4.16.3-bp153.2.3.1.aarch64.rpm
xfce4-panel-devel-4.16.3-bp153.2.3.1.aarch64.rpm
xfce4-panel-restore-defaults-4.16.3-bp153.2.3.1.aarch64.rpm
xfce4-screenshooter-1.9.9-bp153.2.3.1.aarch64.rpm
xfce4-screenshooter-debuginfo-1.9.9-bp153.2.3.1.aarch64.rpm
xfce4-screenshooter-debugsource-1.9.9-bp153.2.3.1.aarch64.rpm
xfce4-screenshooter-plugin-1.9.9-bp153.2.3.1.aarch64.rpm
xfce4-screenshooter-plugin-debuginfo-1.9.9-bp153.2.3.1.aarch64.rpm
xfce4-settings-4.16.2-bp153.2.5.1.aarch64.rpm
xfce4-settings-debuginfo-4.16.2-bp153.2.5.1.aarch64.rpm
xfce4-settings-debugsource-4.16.2-bp153.2.5.1.aarch64.rpm
xfce4-systemload-plugin-1.3.1-bp153.2.3.1.aarch64.rpm
xfce4-systemload-plugin-debuginfo-1.3.1-bp153.2.3.1.aarch64.rpm
xfce4-systemload-plugin-debugsource-1.3.1-bp153.2.3.1.aarch64.rpm
xfce4-time-out-plugin-1.1.2-bp153.2.3.1.aarch64.rpm
xfce4-time-out-plugin-debuginfo-1.1.2-bp153.2.3.1.aarch64.rpm
xfce4-time-out-plugin-debugsource-1.1.2-bp153.2.3.1.aarch64.rpm
libxfdashboard0-0.8.1-bp153.2.3.1.aarch64.rpm
libxfdashboard0-debuginfo-0.8.1-bp153.2.3.1.aarch64.rpm
xfdashboard-0.8.1-bp153.2.3.1.aarch64.rpm
xfdashboard-debuginfo-0.8.1-bp153.2.3.1.aarch64.rpm
xfdashboard-debugsource-0.8.1-bp153.2.3.1.aarch64.rpm
xfdashboard-devel-0.8.1-bp153.2.3.1.aarch64.rpm
exo-data-4.16.2-bp153.2.3.1.ppc64le.rpm
exo-debuginfo-4.16.2-bp153.2.3.1.ppc64le.rpm
exo-debugsource-4.16.2-bp153.2.3.1.ppc64le.rpm
exo-devel-4.16.2-bp153.2.3.1.ppc64le.rpm
exo-tools-4.16.2-bp153.2.3.1.ppc64le.rpm
exo-tools-debuginfo-4.16.2-bp153.2.3.1.ppc64le.rpm
libexo-2-0-4.16.2-bp153.2.3.1.ppc64le.rpm
libexo-2-0-debuginfo-4.16.2-bp153.2.3.1.ppc64le.rpm
gigolo-0.5.2-bp153.2.3.1.ppc64le.rpm
gigolo-debuginfo-0.5.2-bp153.2.3.1.ppc64le.rpm
gigolo-debugsource-0.5.2-bp153.2.3.1.ppc64le.rpm
libmousepad0-0.5.5-bp153.2.3.1.ppc64le.rpm
libmousepad0-debuginfo-0.5.5-bp153.2.3.1.ppc64le.rpm
mousepad-0.5.5-bp153.2.3.1.ppc64le.rpm
mousepad-debuginfo-0.5.5-bp153.2.3.1.ppc64le.rpm
mousepad-debugsource-0.5.5-bp153.2.3.1.ppc64le.rpm
mousepad-devel-0.5.5-bp153.2.3.1.ppc64le.rpm
libthunarx-3-0-4.16.8-bp153.2.3.1.ppc64le.rpm
libthunarx-3-0-debuginfo-4.16.8-bp153.2.3.1.ppc64le.rpm
thunar-4.16.8-bp153.2.3.1.ppc64le.rpm
thunar-debuginfo-4.16.8-bp153.2.3.1.ppc64le.rpm
thunar-debugsource-4.16.8-bp153.2.3.1.ppc64le.rpm
thunar-devel-4.16.8-bp153.2.3.1.ppc64le.rpm
typelib-1_0-Thunarx-3_0-4.16.8-bp153.2.3.1.ppc64le.rpm
xfce4-battery-plugin-1.1.4-bp153.2.3.1.ppc64le.rpm
xfce4-battery-plugin-debuginfo-1.1.4-bp153.2.3.1.ppc64le.rpm
xfce4-battery-plugin-debugsource-1.1.4-bp153.2.3.1.ppc64le.rpm
xfce4-clipman-plugin-1.6.2-bp153.2.3.1.ppc64le.rpm
xfce4-clipman-plugin-debuginfo-1.6.2-bp153.2.3.1.ppc64le.rpm
xfce4-clipman-plugin-debugsource-1.6.2-bp153.2.3.1.ppc64le.rpm
xfce4-cpufreq-plugin-1.2.5-bp153.2.3.1.ppc64le.rpm
xfce4-cpufreq-plugin-debuginfo-1.2.5-bp153.2.3.1.ppc64le.rpm
xfce4-cpufreq-plugin-debugsource-1.2.5-bp153.2.3.1.ppc64le.rpm
xfce4-cpugraph-plugin-1.2.3-bp153.2.3.1.ppc64le.rpm
xfce4-netload-plugin-1.4.0-bp153.2.3.1.ppc64le.rpm
xfce4-netload-plugin-debuginfo-1.4.0-bp153.2.3.1.ppc64le.rpm
xfce4-netload-plugin-debugsource-1.4.0-bp153.2.3.1.ppc64le.rpm
libxfce4panel-2_0-4-4.16.3-bp153.2.3.1.ppc64le.rpm
libxfce4panel-2_0-4-debuginfo-4.16.3-bp153.2.3.1.ppc64le.rpm
typelib-1_0-Libxfce4panel-2_0-4.16.3-bp153.2.3.1.ppc64le.rpm
xfce4-panel-4.16.3-bp153.2.3.1.ppc64le.rpm
xfce4-panel-debuginfo-4.16.3-bp153.2.3.1.ppc64le.rpm
xfce4-panel-debugsource-4.16.3-bp153.2.3.1.ppc64le.rpm
xfce4-panel-devel-4.16.3-bp153.2.3.1.ppc64le.rpm
xfce4-panel-restore-defaults-4.16.3-bp153.2.3.1.ppc64le.rpm
xfce4-screenshooter-1.9.9-bp153.2.3.1.ppc64le.rpm
xfce4-screenshooter-debuginfo-1.9.9-bp153.2.3.1.ppc64le.rpm
xfce4-screenshooter-debugsource-1.9.9-bp153.2.3.1.ppc64le.rpm
xfce4-screenshooter-plugin-1.9.9-bp153.2.3.1.ppc64le.rpm
xfce4-screenshooter-plugin-debuginfo-1.9.9-bp153.2.3.1.ppc64le.rpm
xfce4-settings-4.16.2-bp153.2.5.1.ppc64le.rpm
xfce4-settings-debuginfo-4.16.2-bp153.2.5.1.ppc64le.rpm
xfce4-settings-debugsource-4.16.2-bp153.2.5.1.ppc64le.rpm
xfce4-systemload-plugin-1.3.1-bp153.2.3.1.ppc64le.rpm
xfce4-systemload-plugin-debuginfo-1.3.1-bp153.2.3.1.ppc64le.rpm
xfce4-systemload-plugin-debugsource-1.3.1-bp153.2.3.1.ppc64le.rpm
xfce4-time-out-plugin-1.1.2-bp153.2.3.1.ppc64le.rpm
xfce4-time-out-plugin-debuginfo-1.1.2-bp153.2.3.1.ppc64le.rpm
xfce4-time-out-plugin-debugsource-1.1.2-bp153.2.3.1.ppc64le.rpm
libxfdashboard0-0.8.1-bp153.2.3.1.ppc64le.rpm
libxfdashboard0-debuginfo-0.8.1-bp153.2.3.1.ppc64le.rpm
xfdashboard-0.8.1-bp153.2.3.1.ppc64le.rpm
xfdashboard-debuginfo-0.8.1-bp153.2.3.1.ppc64le.rpm
xfdashboard-debugsource-0.8.1-bp153.2.3.1.ppc64le.rpm
xfdashboard-devel-0.8.1-bp153.2.3.1.ppc64le.rpm
exo-data-4.16.2-bp153.2.3.1.s390x.rpm
exo-debuginfo-4.16.2-bp153.2.3.1.s390x.rpm
exo-debugsource-4.16.2-bp153.2.3.1.s390x.rpm
exo-devel-4.16.2-bp153.2.3.1.s390x.rpm
exo-tools-4.16.2-bp153.2.3.1.s390x.rpm
exo-tools-debuginfo-4.16.2-bp153.2.3.1.s390x.rpm
libexo-2-0-4.16.2-bp153.2.3.1.s390x.rpm
libexo-2-0-debuginfo-4.16.2-bp153.2.3.1.s390x.rpm
gigolo-0.5.2-bp153.2.3.1.s390x.rpm
gigolo-debuginfo-0.5.2-bp153.2.3.1.s390x.rpm
gigolo-debugsource-0.5.2-bp153.2.3.1.s390x.rpm
libmousepad0-0.5.5-bp153.2.3.1.s390x.rpm
libmousepad0-debuginfo-0.5.5-bp153.2.3.1.s390x.rpm
mousepad-0.5.5-bp153.2.3.1.s390x.rpm
mousepad-debuginfo-0.5.5-bp153.2.3.1.s390x.rpm
mousepad-debugsource-0.5.5-bp153.2.3.1.s390x.rpm
mousepad-devel-0.5.5-bp153.2.3.1.s390x.rpm
libthunarx-3-0-4.16.8-bp153.2.3.1.s390x.rpm
libthunarx-3-0-debuginfo-4.16.8-bp153.2.3.1.s390x.rpm
thunar-4.16.8-bp153.2.3.1.s390x.rpm
thunar-debuginfo-4.16.8-bp153.2.3.1.s390x.rpm
thunar-debugsource-4.16.8-bp153.2.3.1.s390x.rpm
thunar-devel-4.16.8-bp153.2.3.1.s390x.rpm
typelib-1_0-Thunarx-3_0-4.16.8-bp153.2.3.1.s390x.rpm
xfce4-battery-plugin-1.1.4-bp153.2.3.1.s390x.rpm
xfce4-battery-plugin-debuginfo-1.1.4-bp153.2.3.1.s390x.rpm
xfce4-battery-plugin-debugsource-1.1.4-bp153.2.3.1.s390x.rpm
xfce4-clipman-plugin-1.6.2-bp153.2.3.1.s390x.rpm
xfce4-clipman-plugin-debuginfo-1.6.2-bp153.2.3.1.s390x.rpm
xfce4-clipman-plugin-debugsource-1.6.2-bp153.2.3.1.s390x.rpm
xfce4-cpufreq-plugin-1.2.5-bp153.2.3.1.s390x.rpm
xfce4-cpufreq-plugin-debuginfo-1.2.5-bp153.2.3.1.s390x.rpm
xfce4-cpufreq-plugin-debugsource-1.2.5-bp153.2.3.1.s390x.rpm
xfce4-cpugraph-plugin-1.2.3-bp153.2.3.1.s390x.rpm
xfce4-netload-plugin-1.4.0-bp153.2.3.1.s390x.rpm
xfce4-netload-plugin-debuginfo-1.4.0-bp153.2.3.1.s390x.rpm
xfce4-netload-plugin-debugsource-1.4.0-bp153.2.3.1.s390x.rpm
libxfce4panel-2_0-4-4.16.3-bp153.2.3.1.s390x.rpm
libxfce4panel-2_0-4-debuginfo-4.16.3-bp153.2.3.1.s390x.rpm
typelib-1_0-Libxfce4panel-2_0-4.16.3-bp153.2.3.1.s390x.rpm
xfce4-panel-4.16.3-bp153.2.3.1.s390x.rpm
xfce4-panel-debuginfo-4.16.3-bp153.2.3.1.s390x.rpm
xfce4-panel-debugsource-4.16.3-bp153.2.3.1.s390x.rpm
xfce4-panel-devel-4.16.3-bp153.2.3.1.s390x.rpm
xfce4-panel-restore-defaults-4.16.3-bp153.2.3.1.s390x.rpm
xfce4-screenshooter-1.9.9-bp153.2.3.1.s390x.rpm
xfce4-screenshooter-debuginfo-1.9.9-bp153.2.3.1.s390x.rpm
xfce4-screenshooter-debugsource-1.9.9-bp153.2.3.1.s390x.rpm
xfce4-screenshooter-plugin-1.9.9-bp153.2.3.1.s390x.rpm
xfce4-screenshooter-plugin-debuginfo-1.9.9-bp153.2.3.1.s390x.rpm
xfce4-systemload-plugin-1.3.1-bp153.2.3.1.s390x.rpm
xfce4-systemload-plugin-debuginfo-1.3.1-bp153.2.3.1.s390x.rpm
xfce4-systemload-plugin-debugsource-1.3.1-bp153.2.3.1.s390x.rpm
xfce4-time-out-plugin-1.1.2-bp153.2.3.1.s390x.rpm
xfce4-time-out-plugin-debuginfo-1.1.2-bp153.2.3.1.s390x.rpm
xfce4-time-out-plugin-debugsource-1.1.2-bp153.2.3.1.s390x.rpm
libxfdashboard0-0.8.1-bp153.2.3.1.s390x.rpm
libxfdashboard0-debuginfo-0.8.1-bp153.2.3.1.s390x.rpm
xfdashboard-0.8.1-bp153.2.3.1.s390x.rpm
xfdashboard-debuginfo-0.8.1-bp153.2.3.1.s390x.rpm
xfdashboard-debugsource-0.8.1-bp153.2.3.1.s390x.rpm
xfdashboard-devel-0.8.1-bp153.2.3.1.s390x.rpm
openSUSE-2021-824
Recommended update for libmodulemd
moderate
openSUSE Backports SLE-15-SP3 Update
This update for libmodulemd fixes the following issues:
libmodulemd was updated to 2.12.1:
- This is a bug-fix release fully compatible with the previous 2.12.0
version.
Notable changes:
Enhancements:
- Improve diagnostic messages for compression tests.
- Tests performed in a GitHub continues integration are faster.
- Use GitHub actions to perform CI tests also on ArchLinux, Mageia,
Mandriva, and OpenSUSE.
Fixes:
- Relax context value up to 13 characters including an underscore
character in modulemd v2 format. This reenables scratch-builds in MBS.
Migrate Packit tests from a deprecated current_version_command to
a newer actions/get-current-version.
libmodulemd-2.12.1-bp153.2.3.1.src.rpm
libmodulemd-devel-2.12.1-bp153.2.3.1.x86_64.rpm
libmodulemd2-2.12.1-bp153.2.3.1.x86_64.rpm
modulemd-validator-2.12.1-bp153.2.3.1.x86_64.rpm
python3-libmodulemd-2.12.1-bp153.2.3.1.x86_64.rpm
typelib-1_0-Modulemd-2_0-2.12.1-bp153.2.3.1.x86_64.rpm
libmodulemd-devel-2.12.1-bp153.2.3.1.aarch64.rpm
libmodulemd2-2.12.1-bp153.2.3.1.aarch64.rpm
modulemd-validator-2.12.1-bp153.2.3.1.aarch64.rpm
python3-libmodulemd-2.12.1-bp153.2.3.1.aarch64.rpm
typelib-1_0-Modulemd-2_0-2.12.1-bp153.2.3.1.aarch64.rpm
libmodulemd-devel-2.12.1-bp153.2.3.1.ppc64le.rpm
libmodulemd2-2.12.1-bp153.2.3.1.ppc64le.rpm
modulemd-validator-2.12.1-bp153.2.3.1.ppc64le.rpm
python3-libmodulemd-2.12.1-bp153.2.3.1.ppc64le.rpm
typelib-1_0-Modulemd-2_0-2.12.1-bp153.2.3.1.ppc64le.rpm
libmodulemd-devel-2.12.1-bp153.2.3.1.s390x.rpm
libmodulemd2-2.12.1-bp153.2.3.1.s390x.rpm
modulemd-validator-2.12.1-bp153.2.3.1.s390x.rpm
python3-libmodulemd-2.12.1-bp153.2.3.1.s390x.rpm
typelib-1_0-Modulemd-2_0-2.12.1-bp153.2.3.1.s390x.rpm
openSUSE-2021-992
Security update for libxls
moderate
openSUSE Backports SLE-15-SP3 Update
This update for libxls fixes the following issues:
libxls was updated to release 1.6.2:
* Fix NULL pointer dereferences in the xls2csv tool [boo#1179532] [CVE-2020-27819]
Update to release 1.6.1
* Enabled decoding of non-Unicode character sets in older
(BIFF5) XLS files.
* Improved string conversion performance in newer files.
update to 1.5.3:
* Allow truncated XLS files
* Fix long-standing "extra column" bug #73
* Support for RSTRING records (rich-text cells in older
BIFF5 files) tidyverse/readxl#611
libxls-1.6.2-bp153.2.3.1.src.rpm
libxls-devel-1.6.2-bp153.2.3.1.x86_64.rpm
libxls-tools-1.6.2-bp153.2.3.1.x86_64.rpm
libxlsreader8-1.6.2-bp153.2.3.1.x86_64.rpm
libxls-devel-1.6.2-bp153.2.3.1.aarch64.rpm
libxls-tools-1.6.2-bp153.2.3.1.aarch64.rpm
libxlsreader8-1.6.2-bp153.2.3.1.aarch64.rpm
libxls-devel-1.6.2-bp153.2.3.1.ppc64le.rpm
libxls-tools-1.6.2-bp153.2.3.1.ppc64le.rpm
libxlsreader8-1.6.2-bp153.2.3.1.ppc64le.rpm
libxls-devel-1.6.2-bp153.2.3.1.s390x.rpm
libxls-tools-1.6.2-bp153.2.3.1.s390x.rpm
libxlsreader8-1.6.2-bp153.2.3.1.s390x.rpm
openSUSE-2021-993
Recommended update for lxd
moderate
openSUSE Backports SLE-15-SP3 Update
This update for lxd fixes the following issues:
Update to LXD 4.14. (boo#1186647)
The full upstream changelog is available from:
https://discuss.linuxcontainers.org/t/lxd-4-14-has-been-released/11008
+ ACL support on managed bridges
+ Cluster member certificates
+ Cluster member description
+ Cluster token based join
+ Server warnings
+ Backup and snapshot project restrictions
+ User keys in device configuration
+ More auto-generated REST-API documentation
lxd-4.14-bp153.3.3.1.src.rpm
lxd-4.14-bp153.3.3.1.x86_64.rpm
lxd-bash-completion-4.14-bp153.3.3.1.noarch.rpm
lxd-4.14-bp153.3.3.1.aarch64.rpm
openSUSE-2021-994
Recommended update for zmusic
moderate
openSUSE Backports SLE-15-SP3 Update
This update for zmusic fixes the following issues:
Update to release 1.1.8
* support dynamic loading of FluidSynth 2.2
* fixed file header in MIDI wave writer
Update to release 1.1.6
* Add detection of Opus comment tags in Ogg files.
* Multiply master volume for module player by 4.
Update to release 1.1.4
* MIDS-format MIDI support
* libADL/libOPN update
- Demote Recommends to Suggests. Add suggests for Fluidsynth
as an alternative to EAW (and the OPL mixer that's built-in).
- Initial package (v1.1.2) for build.opensuse.org
libzmusic1-1.1.8-bp153.2.1.x86_64.rpm
zmusic-1.1.8-bp153.2.1.src.rpm
zmusic-devel-1.1.8-bp153.2.1.x86_64.rpm
libzmusic1-1.1.8-bp153.2.1.aarch64.rpm
zmusic-devel-1.1.8-bp153.2.1.aarch64.rpm
libzmusic1-1.1.8-bp153.2.1.ppc64le.rpm
zmusic-devel-1.1.8-bp153.2.1.ppc64le.rpm
libzmusic1-1.1.8-bp153.2.1.s390x.rpm
zmusic-devel-1.1.8-bp153.2.1.s390x.rpm
openSUSE-2021-995
Recommended update for prboom-plus
moderate
openSUSE Backports SLE-15-SP3 Update
This update for prboom-plus fixes the following issues:
Update to snapshot 2.6um+git81 (15431b3a9aac)
* Fix sky scaling for non-standard sky sizes
* Support widescreen assets
* Add OpenGL sprite fuzz options
- Switch to Oelcker's prboom-plus-um code base
- Update to release 2.6um and snapshot 2.6um+git69 (07925d634)
* Support for UMAPINFO lump, customizable intermissions,
customizable episode menu.
* It is now possible to set individual key bindings to
unassigned (completely disable a hotkey function)
* Support for Compressed ZDoom BSP nodes.
* 100 extra sprites (SP00..SP99) for use in DEH/BEX,
200 extra sounds for use in DEH/BEX.
* Add -statdump parameter from Chocolate Doom.
* Add -stroller parameter.
* Added new BEX property "Dropped item" for mobjs.
* New demo format with "PR+UM" signature.
* Add a "-pistolstart" command line parameter.
* Add ALSA sequencer API backend for ALSA MIDI support.
* Now defaults to ffmpeg for video encoding
(switched from previous oggenc2 & x264).
- Update to snapshot 2.5.1.5 SVN4532
* Move to SDL2
* Added the "cap_fps" config variable
* The Del key can be used to clear key bindings in the setup menu.
* Added "Weapon Attack Alignment" option to align the weapon while
shooting. Possible values: "off" (doom behavior), "horizontal",
"centered" and "bobbing" for bobbing during fire.
* Removed the "Strafe 50 on Turns" and "Two-key strafe50:
StrafeOn + MoveLR = strafe50" feature.
prboom-plus-2.6um+g81-bp153.2.3.1.src.rpm
prboom-plus-2.6um+g81-bp153.2.3.1.x86_64.rpm
prboom-plus-2.6um+g81-bp153.2.3.1.aarch64.rpm
prboom-plus-2.6um+g81-bp153.2.3.1.ppc64le.rpm
prboom-plus-2.6um+g81-bp153.2.3.1.s390x.rpm
openSUSE-2021-865
Recommended update for chromium
moderate
openSUSE Backports SLE-15-SP3 Update
This update for chromium fixes the following issues:
- Add README.SUSE
- Add -flax-vector-conversions to build flags
chromedriver-91.0.4472.77-bp153.2.6.1.x86_64.rpm
chromium-91.0.4472.77-bp153.2.6.1.src.rpm
chromium-91.0.4472.77-bp153.2.6.1.x86_64.rpm
chromedriver-91.0.4472.77-bp153.2.6.1.aarch64.rpm
chromium-91.0.4472.77-bp153.2.6.1.aarch64.rpm
openSUSE-2021-996
Recommended update for openscad
moderate
openSUSE Backports SLE-15-SP3 Update
This update for openscad fixes the following issues:
openscad was updated to 2021.1 release
+ Language Features
* New
Add function literals
Add exponent function (e.g. 2^3)
Add convexity parameter to resize()
Add support for generic tail recursion
Add $vpf for viewport field of view
Add warnings for ranges with begin < end
Add warnings for matrix structure problems
* Changed
Allow random seeds to stick between rands() calls
Make comparison operators on mixed types return undef
Track reason for values turning undef
* Fixed
Fix Range precision
Fix empty geometry handling
Fix search order for imported modules
Improve internal handling of data values
Improve performance of array concatenation
Improve float accuracy of mirror matrix calculation
Improve polygon and polyhedron warnings/errors
+ Program Features
* GUI
Add jump to source code from 3D preview
Add Error-Log window for tracking errors and warnings
Add window menu to allow keyboard access to all docked windows
Enable default binary stl output, and ascii option
Show message in console when caches are flushed
Disable HTML rendering in console
Enable color scheme for CGAL 2D render
Simplified OpenCSG edge shader, with added smoothing
New and updated translations: Chinese, Armenian, French, Russian, Polish, German
* Editor
Edit multiple files in tabs
Switch tabs via Ctrl+Tab / Ctrl+Shift+Tab
Modify numbers via mouse scroll (when holding ALT)
Add auto-complete & call-tips for built-ins
Add configurable code snippets
Add (line) bookmarks
Add jump to error
Add support for line/block copy and move
Add convenience context menu to tab header
Open include<>/use<> files via inline link
Fix search highlight for utf8 text
Fix display of matches in search field
Add Find/Find Next/Find Previous to editor context menu
* Command line
Support reading scripts from STDIN
Support export to STDOUT
Add multi-export on command line
Add --animate command line option
Add --export-format command line option
Allow view-port variables in command-line mode
Allow export to .ast, .csg, .echo and .term in preview mode
Print statistics in cmdline mode as in GUI
* General
Add PDF export (single page only)
Add support for line-cap and line-join in SVG import
Add support stroke-linejoin in SVG import
Change CGAL Union to join least complex geometries first
Install start shortcut for all users on Windows
Install icons with defined sizes (e.g. required by flathub)
Switch to C++14 and allow usage of header-only CGAL
Add support for lib3MF v2.0 API
Update AppStream release info
openscad-2021.01-bp153.3.3.1.src.rpm
openscad-2021.01-bp153.3.3.1.x86_64.rpm
openscad-2021.01-bp153.3.3.1.ppc64le.rpm
openscad-2021.01-bp153.3.3.1.s390x.rpm
openSUSE-2021-986
Security update for inn
important
openSUSE Backports SLE-15-SP3 Update
This update for inn fixes the following issues:
- CVE-2021-31998: change user to news before calling innupgrade to avoid a "inn" to "root" privilege escalation [boo#1182321]
inn-2.6.2-bp153.3.3.1.src.rpm
inn-2.6.2-bp153.3.3.1.x86_64.rpm
inn-devel-2.6.2-bp153.3.3.1.x86_64.rpm
mininews-2.6.2-bp153.3.3.1.x86_64.rpm
inn-2.6.2-bp153.3.3.1.aarch64.rpm
inn-devel-2.6.2-bp153.3.3.1.aarch64.rpm
mininews-2.6.2-bp153.3.3.1.aarch64.rpm
inn-2.6.2-bp153.3.3.1.ppc64le.rpm
inn-devel-2.6.2-bp153.3.3.1.ppc64le.rpm
mininews-2.6.2-bp153.3.3.1.ppc64le.rpm
inn-2.6.2-bp153.3.3.1.s390x.rpm
inn-devel-2.6.2-bp153.3.3.1.s390x.rpm
mininews-2.6.2-bp153.3.3.1.s390x.rpm
openSUSE-2021-997
Recommended update for loki
moderate
openSUSE Backports SLE-15-SP3 Update
This update for loki fixes the following issues:
- Update to upstream version 2.2.1
- Split Loki server and Promtail client into separate packages
- .service: Fix CONFIG_FILE to expand mid-word
loki-2.2.1+git.1617669398.babea82e-bp153.2.5.1.src.rpm
loki-2.2.1+git.1617669398.babea82e-bp153.2.5.1.x86_64.rpm
promtail-2.2.1+git.1617669398.babea82e-bp153.2.5.1.x86_64.rpm
loki-2.2.1+git.1617669398.babea82e-bp153.2.5.1.aarch64.rpm
promtail-2.2.1+git.1617669398.babea82e-bp153.2.5.1.aarch64.rpm
loki-2.2.1+git.1617669398.babea82e-bp153.2.5.1.ppc64le.rpm
promtail-2.2.1+git.1617669398.babea82e-bp153.2.5.1.ppc64le.rpm
loki-2.2.1+git.1617669398.babea82e-bp153.2.5.1.s390x.rpm
promtail-2.2.1+git.1617669398.babea82e-bp153.2.5.1.s390x.rpm
openSUSE-2021-987
Security update for singularity
important
openSUSE Backports SLE-15-SP3 Update
This update for singularity fixes the following issues:
Update to version 3.7.4 (boo#1186619)
- Fix for CVE-2021-32635:
Due to incorrect use of a default URL, singularity action commands
(run/shell/exec) specifying a container using a library:// URI will always
attempt to retrieve the container from the default remote endpoint
(cloud.sylabs.io) rather than the configured remote endpoint. An attacker may
be able to push a malicious container to the default remote endpoint with a
URI that is identical to the URI used by a victim with a non-default remote
endpoint, thus executing the malicious container.
- Disabled ppc64le builds as these are non pie builds and so not
suiteable for the distribution in SLE and ppc64le is not relevant
for openSUSE
Update to version 3.7.3
- Fix for CVE-2021-29136:
A dependency used to extract docker/OCI image layers can be
tricked into modifying host files by creating a malicious layer
that has a symlink with the name "." (or "/"), when running as root.
singularity-3.7.4-bp153.2.3.1.src.rpm
singularity-3.7.4-bp153.2.3.1.x86_64.rpm
singularity-3.7.4-bp153.2.3.1.aarch64.rpm
singularity-3.7.4-bp153.2.3.1.s390x.rpm
openSUSE-2021-998
Recommended update for units
moderate
openSUSE Backports SLE-15-SP3 Update
This update for units fixes the following issues:
units 2.21:
* Fix bug arising when some environment variables are undefined
* Improve error reporting when input files are missing or invalid
units 2.20:
* Add abs(), ceil(), round(), floor(), Gamma(), lnGamma(),
factorial(), erf() and erfc() functions.
* Add densities of all of the elements
* Add several new unit systems
* Add --conformable option which noninteractively prints a list
of all units conformable with a specified a specified unit
* Invoke the pager more intelligently depending on the size of the
screen
* Fix bug where unit lists conversions displayed excess precision
(e.g. non-integer output for integer input)
* Display precision warning when conversion to unit lists uses
all of the available precision
units 2.19:
* Unit definitions updated to reflect new 2019 revisions to SI
and the 2018 NIST CODATA.
* Added definitions of country and USA state areas, and physical
properties of selected woods.
* Changes only to definitions.units in this release.
units 2.18:
* The units_cur script now supports multiple currency sources
* Add hyperbolic functions: sinh, cosh, tanh, asinh, acosh, atanh
* Add log to arbitrary integer bases: log3, log4, log72, etc.
* Units can be redefined without a warning by adding '+' before
the unit name in definitions.units.
* Add 'quit' and 'exit' commands.
* Add support for CGS electromagnetic units (activated using the
-u option or the UNITS_SYSTEM environment variable)
* Add !prompt command to add a prefix to the "You have:" prompt
* Texts specified with !message appear in the log file
units 2.17:
* Updates to units database
* Update units_cur to handle bad records returned by yahoo server
* Move currency.units out of /usr/share because the file is not
static and /usr/share is supposed to house static files.
The new location is $sharedstatedir which may be /var/lib
units-2.21-bp153.2.3.1.src.rpm
units-2.21-bp153.2.3.1.x86_64.rpm
units-2.21-bp153.2.3.1.aarch64.rpm
units-2.21-bp153.2.3.1.ppc64le.rpm
units-2.21-bp153.2.3.1.s390x.rpm
openSUSE-2021-1019
Security update for solo
moderate
openSUSE Backports SLE-15-SP3 Update
This update for solo fixes the following issues:
Update to Solo 4.1.2
* Fix boo#1186848 CVE-202-27208, security issue in firmware
source that is part of the source package.
solo-4.1.2-bp153.2.3.1.src.rpm
solo-udev-4.1.2-bp153.2.3.1.noarch.rpm
openSUSE-2021-999
Recommended update for python-rebulk
moderate
openSUSE Backports SLE-15-SP3 Update
This update for python-rebulk fixes the following issues:
Update to version 3.0.1 (fixes boo#1186892)
* Fix broken package No such file or directory: 'CHANGELOG.md'
Update to version 3.0.0
* regex: Replace REGEX_DISABLED environment variable with
REBULK_REGEX_ENABLED
* Add python 3.8/3.9 support, drop python 2.7/3.4 support
* regex module is now disabled by default, even if it's
available in the python interpreter. You have to set
REBULK_REGEX_ENABLED=1 in your environment to enable it,
as this module may cause some issues.
python-rebulk-3.0.1-bp153.2.3.1.src.rpm
python3-rebulk-3.0.1-bp153.2.3.1.noarch.rpm
openSUSE-2021-1020
Recommended update for speedtest-cli
moderate
openSUSE Backports SLE-15-SP3 Update
This update for speedtest-cli fixes the following issues:
speedtest-cli was updated to version 2.1.3: [boo#1184526]
* Handle case where ignoreids is empty or contains empty ids
* Ensure we catch HTTP errors on upload/download.
Update to version 2.1.2:
* Prevent warnings on Python3.8
* Fix proxy support
* Fix --single to ensure threads are not started until a position in the queue is available
Update to version 2.1.1:
* Fix SSL support on Python2.4 and Python2.5
Update to version 2.1.0:
* Automatically resolve .best property
* Pass Content-Length header with POST requests
* Fix install instructions with git clone
* Add functionality for single threaded testing
* Add debug support to show if a URL request resulted in a redirect
* Add the python version to the version output
* Switch from platform.system to platform.platform when building the User-Agent header
* Don't pass server_hostname to ssl.wrap_socket
* ensure ERROR doesn't print an empty string
Update to version 2.0.2:
* Ensure we are utilizing the context created by HTTPSConnection, or falling back to ssl
Changes for version 2.0.1:
* Handle malformed XML responses
* Ensure --share works with --csv
* Fix SSL communication during latency tests on python 2.6 and older
* Handle error where latitude and longitude from config are invalid
Changes for version 2.0.0:
* Redesigned Python API
* Add option to exclude servers, and allow --server and --exclude to be specified multiple times
* Address Exception issues
* Print errors to stderr
* Remove deprecated speedtest_cli.py
speedtest-cli-2.1.3-bp153.2.3.1.noarch.rpm
speedtest-cli-2.1.3-bp153.2.3.1.src.rpm
openSUSE-2021-866
Recommended update for librepo
moderate
openSUSE Backports SLE-15-SP3 Update
This update for librepo fixes the following issues:
librepo was updated to 1.14.0:
+ Fix LRO_PRESERVETIME behavior
+ Support multiple checksums in xattr (rh#1931904)
+ Return "calculated" checksum if requested w/caching
+ Fix lr_yum_download_url in case lr_handle is NULL
librepo-1.14.0-bp153.2.3.1.src.rpm
librepo-devel-1.14.0-bp153.2.3.1.x86_64.rpm
librepo0-1.14.0-bp153.2.3.1.x86_64.rpm
python3-librepo-1.14.0-bp153.2.3.1.x86_64.rpm
librepo-devel-1.14.0-bp153.2.3.1.aarch64.rpm
librepo0-1.14.0-bp153.2.3.1.aarch64.rpm
python3-librepo-1.14.0-bp153.2.3.1.aarch64.rpm
librepo-devel-1.14.0-bp153.2.3.1.ppc64le.rpm
librepo0-1.14.0-bp153.2.3.1.ppc64le.rpm
python3-librepo-1.14.0-bp153.2.3.1.ppc64le.rpm
librepo-devel-1.14.0-bp153.2.3.1.s390x.rpm
librepo0-1.14.0-bp153.2.3.1.s390x.rpm
python3-librepo-1.14.0-bp153.2.3.1.s390x.rpm
openSUSE-2021-1000
Recommended update for ckb-next
moderate
openSUSE Backports SLE-15-SP3 Update
This update for ckb-next fixes the following issues:
- Fix double slash in /bin/bash requirement (boo#1186929)
ckb-next-0.4.4-bp153.2.3.1.src.rpm
ckb-next-0.4.4-bp153.2.3.1.x86_64.rpm
ckb-next-0.4.4-bp153.2.3.1.aarch64.rpm
ckb-next-0.4.4-bp153.2.3.1.ppc64le.rpm
ckb-next-0.4.4-bp153.2.3.1.s390x.rpm
openSUSE-2021-938
Security update for chromium
important
openSUSE Backports SLE-15-SP3 Update
This update for chromium fixes the following issues:
Chromium 91.0.4472.114 (boo#1187481)
* CVE-2021-30554: Use after free in WebGL
* CVE-2021-30555: Use after free in Sharing
* CVE-2021-30556: Use after free in WebAudio
* CVE-2021-30557: Use after free in TabGroups
* CVE-2021-30544: Use after free in BFCache
* CVE-2021-30545: Use after free in Extensions
* CVE-2021-30546: Use after free in Autofill
* CVE-2021-30547: Out of bounds write in ANGLE
* CVE-2021-30548: Use after free in Loader
* CVE-2021-30549: Use after free in Spell check
* CVE-2021-30550: Use after free in Accessibility
* CVE-2021-30551: Type Confusion in V8
* CVE-2021-30552: Use after free in Extensions
* CVE-2021-30553: Use after free in Network service
* Fix use-after-free in SendTabToSelfSubMenuModel
* Destroy system-token NSSCertDatabase on the IO thread
* Various fixes from internal audits, fuzzing and other initiatives
chromedriver-91.0.4472.114-bp153.2.13.1.x86_64.rpm
chromedriver-debuginfo-91.0.4472.114-bp153.2.13.1.x86_64.rpm
chromium-91.0.4472.114-bp153.2.13.1.src.rpm
chromium-91.0.4472.114-bp153.2.13.1.x86_64.rpm
chromium-debuginfo-91.0.4472.114-bp153.2.13.1.x86_64.rpm
chromedriver-91.0.4472.114-bp153.2.13.1.aarch64.rpm
chromedriver-debuginfo-91.0.4472.114-bp153.2.13.1.aarch64.rpm
chromium-91.0.4472.114-bp153.2.13.1.aarch64.rpm
chromium-debuginfo-91.0.4472.114-bp153.2.13.1.aarch64.rpm
openSUSE-2021-1001
Recommended update for ristretto
moderate
openSUSE Backports SLE-15-SP3 Update
This update for ristretto fixes the following issues:
Update to version 0.11.0
* Enable `HAVE_MAGIC_H`-delimited code
* Add option to copy image to clipboard (!20)
* Allow dragging window when CSD is used (#52)
* Remove GSourceFunc casts
* Added new stock icons with reverse DNS format
* Make sure that argument passed to strncmp is non-NULL (!1)
* privacy_dialog.c: Remove dead initialization (!2)
* image_list.c: Remove dead assignment (!2)
* Add basic GitLab pipeline
* Bug #16717: Move from exo-csource to xdt-csource
* Resolve couple "cast between incompatible function types" warnings
* Fix memory leaks in Privacy Dialog
* Resolve deprecation warnings
* Resolve some deprecation warnings
* Add inactivity timeout setting to Preferences
* Hide the cursor while inactive in fullscreen mode
* Fix 'Status bar appears upon leaving fullscreen'
* Do not show translation info on --help output
* Fix "window-state-event" handler
* Add support for old gtk2-style bg color settings
* Add missing LDFLAGS (fixes build on *bsd)
* In fullscreen mode, show toolbar when the mouse pointer
is moved to the top
ristretto-0.11.0-bp153.3.3.1.src.rpm
ristretto-0.11.0-bp153.3.3.1.x86_64.rpm
ristretto-lang-0.11.0-bp153.3.3.1.noarch.rpm
ristretto-0.11.0-bp153.3.3.1.aarch64.rpm
ristretto-0.11.0-bp153.3.3.1.ppc64le.rpm
ristretto-0.11.0-bp153.3.3.1.s390x.rpm
openSUSE-2021-988
Security update for htmldoc
important
openSUSE Backports SLE-15-SP3 Update
This update for htmldoc fixes the following issues:
htmldoc was updated to version 1.9.12:
* Fixed buffer-overflow CVE-2021-20308 ( boo#1184424 )
* Fixed a crash bug with "data:" URIs and EPUB output
* Fixed several other crash bugs
* Fixed JPEG error handling
* Fixed some minor issues
* Removed the bundled libjpeg, libpng, and zlib.
update to 1.9.11:
- Added high-resolution desktop icons for Linux.
- Updated the internal HTTP library to fix truncation of redirection URLs
- Fixed a regression in the handling of character entities for UTF-8 input
- The `--numbered` option did not work when the table-of-contents was disabled
- Fixed packaging issues on macOS and Windows
- Now ignore sRGB profile errors in PNG files
- The GUI would crash when saving
- Page comments are now allowed in `pre` text
update to 1.9.9:
- Added support for a `HTMLDOC.filename` META keyword that controls the filename
reported in CGI mode; the default remains "htmldoc.pdf" (Issue #367)
- Fixed a paragraph formatting issue with large inline images (Issue #369)
- Fixed a buffer underflow issue (Issue #370)
- Fixed PDF page numbers (Issue #371)
- Added support for a new `L` header/footer format (`$LETTERHEAD`), which
inserts a letterhead image at its full size (Issue #372, Issue #373,
Issue #375)
- Updated the build documentation (Issue #374)
- Refactored the PRE rendering code to work around compiler optimization bugs
- Added support for links with targets (Issue #351)
- Fixed a table rowspan + valign bug (Issue #360)
- Added support for data URIs (Issue #340)
- HTMLDOC no longer includes a PDF table of contents when converting a single
web page (Issue #344)
- Updated the markdown support with external links, additional inline markup,
and hard line breaks.
- Links in markdown text no longer render with a leading space as part of the
link (Issue #346)
- Fixed a buffer underflow bug discovered by AddressSanitizer.
- Fixed a bug in UTF-8 support (Issue #348)
- PDF output now includes the base language of the input document(s)
- Optimized the loading of font widths (Issue #354)
- Optimized PDF page resources (Issue #356)
- Optimized the base memory used for font widths (Issue #357)
- Added proper `­` support (Issue #361)
- Title files can now be markdown.
- The GUI did not support EPUB output.
- Empty markdown table cells were not rendered in PDF or PostScript output.
- The automatically-generated title page now supports both "docnumber" and
"version" metadata.
- Added support for dc:subject and dc:language metadata in EPUB output from the
HTML keywords and lang values.
- Added support for the subject and language metadata in markdown input.
- Fixed a buffer underflow bug (Issue #338)
- `htmldoc --help` now reports whether HTTPS URLs are supported (Issue #339)
- Fixed an issue with HTML title pages and EPUB output.
- Inline fixed-width text is no longer reduced in size automatically
- Optimized initialization of font width data (Issue #334)
- Fixed formatting bugs with aligned images (Issue #322, Issue #324)
- Fixed support for three digit "#RGB" color values (Issue #323)
- Fixed character set support for markdown metadata.
- Updated libpng to v1.6.34 (Issue #326)
- The makefiles did not use the CPPFLAGS value (Issue #328)
- Added Markdown table support.
- Fixed parsing of TBODY, TFOOT, and THEAD elements in HTML files.
htmldoc-1.9.12-bp153.2.3.1.src.rpm
htmldoc-1.9.12-bp153.2.3.1.x86_64.rpm
htmldoc-1.9.12-bp153.2.3.1.aarch64.rpm
htmldoc-1.9.12-bp153.2.3.1.ppc64le.rpm
htmldoc-1.9.12-bp153.2.3.1.s390x.rpm
openSUSE-2021-1002
Recommended update for fish3
moderate
openSUSE Backports SLE-15-SP3 Update
This update provides fish3 to openSUSE Leap 15.3.
It conflicts with the fish 2.x version.
fish3-3.0.0-bp153.2.3.1.src.rpm
fish3-3.0.0-bp153.2.3.1.x86_64.rpm
fish3-devel-3.0.0-bp153.2.3.1.x86_64.rpm
fish3-3.0.0-bp153.2.3.1.aarch64.rpm
fish3-devel-3.0.0-bp153.2.3.1.aarch64.rpm
fish3-3.0.0-bp153.2.3.1.ppc64le.rpm
fish3-devel-3.0.0-bp153.2.3.1.ppc64le.rpm
fish3-3.0.0-bp153.2.3.1.s390x.rpm
fish3-devel-3.0.0-bp153.2.3.1.s390x.rpm
openSUSE-2021-989
Security update for tor
important
openSUSE Backports SLE-15-SP3 Update
This update for tor fixes the following issues:
tor 0.4.5.9
* Don't allow relays to spoof RELAY_END or RELAY_RESOLVED cell (CVE-2021-34548, boo#1187322)
* Detect more failure conditions from the OpenSSL RNG code (boo#1187323)
* Resist a hashtable-based CPU denial-of-service attack against relays (CVE-2021-34549, boo#1187324)
* Fix an out-of-bounds memory access in v3 onion service descriptor parsing (CVE-2021-34550, boo#1187325)
tor 0.4.5.8
* https://lists.torproject.org/pipermail/tor-announce/2021-May/000219.html
* allow Linux sandbox with Glibc 2.33
* several other minor features and bugfixes (see announcement)
- Fix logging issue due to systemd picking up stdout - boo#1181244
Continue to log notices to syslog by default.
tor-0.4.5.9-bp153.2.3.1.src.rpm
tor-0.4.5.9-bp153.2.3.1.x86_64.rpm
tor-0.4.5.9-bp153.2.3.1.aarch64.rpm
tor-0.4.5.9-bp153.2.3.1.ppc64le.rpm
tor-0.4.5.9-bp153.2.3.1.s390x.rpm
openSUSE-2021-1021
Recommended update for criu
moderate
openSUSE Backports SLE-15-SP3 Update
This update for criu fixes the following issues:
Update to criu 3.15:
see details at https://criu.org/Download/criu/3.15
New features:
* Introduced criu-image-streamer
* Added MIPS support
* Allow checkpointing out of existing PID namespace and restoring
into existing PID namespace
* Added additional file validation mechanisms
* Added support to checkpoint and restore BPF hash maps
(BPF_MAP_TYPE_HASH) and array maps (BPF_MAP_TYPE_ARRAY)
* Initial cgroups v2 support
Update to criu 3.14:
New features:
* C/R of memfd memory mappings and file descriptors
* Add time namespace support
* Add the read pre-dump mode which uses process_vm_readv
* Add --cgroup-yard option
* Add support of the cgroup v2 freezer
* Add support of opened O_PATH fds
Bugfixes:
* Fix C/R ia32 processes on AMD #398
* Fix cross-compilation
* Many fixes here and there
Improvements:
* Use clone3() with set_tid to restore processes
* Clean up compel headers
* Use the new mount API
Update to criu 3.13:
New features:
* VDSO: arm32 support
* Add TLS support for page server communications
* "Ignore" mode for --manage-cgroups
* Restore SO_BROADCAST option for inet sockets
Bugfixes:
* Auxiliary events were left in inotify queues
* Lazy-pages daemon didn't detect stack pages and surrounders
properly and marked them as "lazy"
* Memory and resource leakage were detected by coverity, cppcheck
and clang
Improvements:
* Use gettimeofday() directly from vdso for restore timings
* Reformat all .py code into pep8 style
Update to criu 3.12:
New features:
* build CRIU with Android NDK
* C/R of IP RAW sockets
* lsm: dump and restore any SELinux process label
* support restoring ghost files on readonly mounts
Bugfixes:
* Do not lock network if running in the host network namespace
* Fix RPC configuration file handling
* util: don't leak file descriprots to third-party tools
* small fixes here and there
Improvements:
* travis: switch to the Ubuntu Xenial
* travis-ci: Enable ia32 tests
* Many improvements and bug fixes in the libcriu
* Changes in the API and ABI (SONAME increased from 1 to 2)
- Updated to libcriu2 subpackage to follow SONAME 2
Update to criu 3.10:
New features:
* Support Python3 in ZDTM and CRIT
* Keep names for UNIX sockets, that are unlinked from the FS
* IPVv6 support for page server
* Set page server socket fd via CLI
* Large pages support for aarch64/ppc64
* C/R of Per-thread seccomp chains
Bugfixes:
* Failed non-container restore could kill random task on the host
* Failure to dump namespaces was erroneously ignored
* CRIT didn't show cpuinfo image file
* Tasks that got PID-reuse couldn't be dumped iteratively because
previous images were missing
Update to criu 3.11:
New features:
* cpuinfo: Detect compact frames and handle noxsaves
* Add support for configuration files
* Add support for external net namespaces
* Punch holes in input files when restoring anonymous non-shared
memory ( --auto-dedup )
* C/R of
+ epoll: Add support for duped targets
+ tun: Add support for multiple net ns
+ x86: Support extendable fpu frames
Bugfixes:
* mount: Better handling of mount points propagation
* nmk: Make collect-deps to be more precise about targets
* lazy-pages: Don't mark current stack page as lazy
* x86: CPU -- Rework feature testing
* files: Fix O(n^2) restore in terms of the number of fds
* fdstore: Unlimit fdstore queue on start
* mount: Fix regression where open_mountpoint failed on readonly fs
* page server: Handle partial splicing
* ... lots of small fixes here and there
Improvements:
* Remove all magic of service descriptors when it isn't required
update to criu 3.9:
New features
- C/R of
+ Tun-Tap devices in sub-netns
+ File descriptors which were opened with O_TMPFILE
Improvements
- Restore of inotify watchers
- Restore unix sockets in proper mount namespaces
- Print CRIU and kernel version also in RPC mode
Bugfixes
- Random memory corruptions during lazy restore
- Workaround the iptables issue
- Don't use standard descriptors when tar is running to dump
tmpfs mounts
- Fail dump if dump_one_file() fails
- Fill kerndat with zero-s before reading it from cache
criu-3.15-bp153.2.3.1.src.rpm
criu-3.15-bp153.2.3.1.x86_64.rpm
criu-debuginfo-3.15-bp153.2.3.1.x86_64.rpm
criu-debugsource-3.15-bp153.2.3.1.x86_64.rpm
criu-devel-3.15-bp153.2.3.1.x86_64.rpm
libcompel1-3.15-bp153.2.3.1.x86_64.rpm
libcompel1-debuginfo-3.15-bp153.2.3.1.x86_64.rpm
libcriu2-3.15-bp153.2.3.1.x86_64.rpm
libcriu2-debuginfo-3.15-bp153.2.3.1.x86_64.rpm
criu-3.15-bp153.2.3.1.aarch64.rpm
criu-debuginfo-3.15-bp153.2.3.1.aarch64.rpm
criu-debugsource-3.15-bp153.2.3.1.aarch64.rpm
criu-devel-3.15-bp153.2.3.1.aarch64.rpm
libcompel1-3.15-bp153.2.3.1.aarch64.rpm
libcompel1-debuginfo-3.15-bp153.2.3.1.aarch64.rpm
libcriu2-3.15-bp153.2.3.1.aarch64.rpm
libcriu2-debuginfo-3.15-bp153.2.3.1.aarch64.rpm
criu-3.15-bp153.2.3.1.ppc64le.rpm
criu-debuginfo-3.15-bp153.2.3.1.ppc64le.rpm
criu-debugsource-3.15-bp153.2.3.1.ppc64le.rpm
criu-devel-3.15-bp153.2.3.1.ppc64le.rpm
libcompel1-3.15-bp153.2.3.1.ppc64le.rpm
libcompel1-debuginfo-3.15-bp153.2.3.1.ppc64le.rpm
libcriu2-3.15-bp153.2.3.1.ppc64le.rpm
libcriu2-debuginfo-3.15-bp153.2.3.1.ppc64le.rpm
criu-3.15-bp153.2.3.1.s390x.rpm
criu-debuginfo-3.15-bp153.2.3.1.s390x.rpm
criu-debugsource-3.15-bp153.2.3.1.s390x.rpm
criu-devel-3.15-bp153.2.3.1.s390x.rpm
libcompel1-3.15-bp153.2.3.1.s390x.rpm
libcompel1-debuginfo-3.15-bp153.2.3.1.s390x.rpm
libcriu2-3.15-bp153.2.3.1.s390x.rpm
libcriu2-debuginfo-3.15-bp153.2.3.1.s390x.rpm
openSUSE-2021-1003
Recommended update for trytond, trytond_account, trytond_account_invoice, trytond_account_invoice_stock, trytond_account_product, trytond_company, trytond_country, trytond_currency, trytond_party, trytond_product, trytond_purchase, trytond_purchase_request, trytond_stock, trytond_stock_lot, trytond_stock_supply
moderate
openSUSE Backports SLE-15-SP3 Update
This update for trytond, trytond_account, trytond_account_invoice, trytond_account_invoice_stock, trytond_account_product, trytond_company, trytond_country, trytond_currency, trytond_party, trytond_product, trytond_purchase, trytond_purchase_request, trytond_stock, trytond_stock_lot, trytond_stock_supply fixes the following issues:
Changes in trytond_stock_supply:
- Version 5.0.7 - Bugfix Release
Changes in trytond_stock_lot:
- Version 5.0.3 - Bugfix Release
Changes in trytond_stock:
- Version 5.0.14 - Bugfix Release
Changes in trytond_purchase_request:
- Version 5.0.5 - Bugfix Release
Changes in trytond_purchase:
- Version 5.0.7 - Bugfix Release
- Version 5.0.6 - Bugfix Release
Changes in trytond_product:
- Version 5.0.4 - Bugfix Release
Changes in trytond_party:
- Version 5.0.5 - Bugfix Release
Changes in trytond_currency:
- Version 5.0.6 - Bugfix Release
Changes in trytond_country:
- Version 5.0.3 - Bugfix Release
Changes in trytond_company:
- Version 5.0.3 - Bugfix Release
Changes in trytond_account_product:
- Version 5.0.5 - Bugfix Release
Changes in trytond_account_invoice_stock:
- Version 5.0.4 - Bugfix Release
Changes in trytond_account_invoice:
- Version 5.0.13 - Bugfix Release
Changes in trytond_account:
- Version 5.0.18 - Bugfix Release
Changes in trytond:
- Version 5.0.36 - Bugfix Release
trytond-5.0.36-bp153.2.3.1.noarch.rpm
trytond-5.0.36-bp153.2.3.1.src.rpm
trytond_account-5.0.18-bp153.2.3.1.noarch.rpm
trytond_account-5.0.18-bp153.2.3.1.src.rpm
trytond_account_invoice-5.0.13-bp153.2.3.1.noarch.rpm
trytond_account_invoice-5.0.13-bp153.2.3.1.src.rpm
trytond_account_invoice_stock-5.0.4-bp153.3.3.1.noarch.rpm
trytond_account_invoice_stock-5.0.4-bp153.3.3.1.src.rpm
trytond_account_product-5.0.5-bp153.3.3.1.noarch.rpm
trytond_account_product-5.0.5-bp153.3.3.1.src.rpm
trytond_company-5.0.3-bp153.3.3.1.noarch.rpm
trytond_company-5.0.3-bp153.3.3.1.src.rpm
trytond_country-5.0.3-bp153.3.3.1.noarch.rpm
trytond_country-5.0.3-bp153.3.3.1.src.rpm
trytond_currency-5.0.6-bp153.2.3.1.noarch.rpm
trytond_currency-5.0.6-bp153.2.3.1.src.rpm
trytond_party-5.0.5-bp153.2.3.1.noarch.rpm
trytond_party-5.0.5-bp153.2.3.1.src.rpm
trytond_product-5.0.4-bp153.3.3.1.noarch.rpm
trytond_product-5.0.4-bp153.3.3.1.src.rpm
trytond_purchase-5.0.7-bp153.2.3.1.noarch.rpm
trytond_purchase-5.0.7-bp153.2.3.1.src.rpm
trytond_purchase_request-5.0.5-bp153.3.3.1.noarch.rpm
trytond_purchase_request-5.0.5-bp153.3.3.1.src.rpm
trytond_stock-5.0.14-bp153.2.3.1.noarch.rpm
trytond_stock-5.0.14-bp153.2.3.1.src.rpm
trytond_stock_lot-5.0.3-bp153.3.3.1.noarch.rpm
trytond_stock_lot-5.0.3-bp153.3.3.1.src.rpm
trytond_stock_supply-5.0.7-bp153.3.3.1.noarch.rpm
trytond_stock_supply-5.0.7-bp153.3.3.1.src.rpm
openSUSE-2021-1004
Security update for live555
moderate
openSUSE Backports SLE-15-SP3 Update
This update for live555 fixes the following issues:
Update to 2021.05.22:
- Lots of fixes and updates, including the security fix for CVE-2021-28899 (boo#1185874)
and CVE-2019-15232 (boo#1146283). See the list in http://live555.com/liveMedia/public/changelog.txt
libBasicUsageEnvironment1-2021.05.22-bp153.2.3.1.x86_64.rpm
libUsageEnvironment3-2021.05.22-bp153.2.3.1.x86_64.rpm
libgroupsock30-2021.05.22-bp153.2.3.1.x86_64.rpm
libliveMedia94-2021.05.22-bp153.2.3.1.x86_64.rpm
live555-2021.05.22-bp153.2.3.1.src.rpm
live555-2021.05.22-bp153.2.3.1.x86_64.rpm
live555-devel-2021.05.22-bp153.2.3.1.x86_64.rpm
libBasicUsageEnvironment1-2021.05.22-bp153.2.3.1.aarch64.rpm
libUsageEnvironment3-2021.05.22-bp153.2.3.1.aarch64.rpm
libgroupsock30-2021.05.22-bp153.2.3.1.aarch64.rpm
libliveMedia94-2021.05.22-bp153.2.3.1.aarch64.rpm
live555-2021.05.22-bp153.2.3.1.aarch64.rpm
live555-devel-2021.05.22-bp153.2.3.1.aarch64.rpm
libBasicUsageEnvironment1-2021.05.22-bp153.2.3.1.ppc64le.rpm
libUsageEnvironment3-2021.05.22-bp153.2.3.1.ppc64le.rpm
libgroupsock30-2021.05.22-bp153.2.3.1.ppc64le.rpm
libliveMedia94-2021.05.22-bp153.2.3.1.ppc64le.rpm
live555-2021.05.22-bp153.2.3.1.ppc64le.rpm
live555-devel-2021.05.22-bp153.2.3.1.ppc64le.rpm
libBasicUsageEnvironment1-2021.05.22-bp153.2.3.1.s390x.rpm
libUsageEnvironment3-2021.05.22-bp153.2.3.1.s390x.rpm
libgroupsock30-2021.05.22-bp153.2.3.1.s390x.rpm
libliveMedia94-2021.05.22-bp153.2.3.1.s390x.rpm
live555-2021.05.22-bp153.2.3.1.s390x.rpm
live555-devel-2021.05.22-bp153.2.3.1.s390x.rpm
openSUSE-2021-1042
Recommended update for gzdoom
moderate
openSUSE Backports SLE-15-SP3 Update
This update for gzdoom fixes the following issues:
Update to release 4.6.
* Widescreen graphics for Heretic and Hexen
* Sprite shadows like in the Build engine. Both in software and hardware renderer.
* 16 bit channel PNG files can be read.
* DEHEXTRA working properly now.
* Various enhancements and fixes for ZScript.
* For all of Doom's fullscreen images, there's now widescreen versions provided.
* A simplified options menu is now available for quick setup of the important settings.
* New keybindings presets. Users can now choose between the classic layout and a WASD-based one.
* Turn off LTO, to fix segmentation fault. (boo#1142267)
gzdoom-4.6.0-bp153.2.3.1.src.rpm
gzdoom-4.6.0-bp153.2.3.1.x86_64.rpm
gzdoom-4.6.0-bp153.2.3.1.aarch64.rpm
gzdoom-4.6.0-bp153.2.3.1.s390x.rpm
openSUSE-2021-978
Recommended update for exim
moderate
openSUSE Backports SLE-15-SP3 Update
This update for exim fixes the following issues:
Exim is in version exim-4.94.2.
exim-4.94.2-bp153.2.1.src.rpm
exim-4.94.2-bp153.2.1.x86_64.rpm
eximon-4.94.2-bp153.2.1.x86_64.rpm
eximstats-html-4.94.2-bp153.2.1.x86_64.rpm
libspf2-1.2.10-bp153.2.1.src.rpm
libspf2-2-1.2.10-bp153.2.1.x86_64.rpm
libspf2-2-debuginfo-1.2.10-bp153.2.1.x86_64.rpm
libspf2-debuginfo-1.2.10-bp153.2.1.x86_64.rpm
libspf2-debugsource-1.2.10-bp153.2.1.x86_64.rpm
libspf2-devel-1.2.10-bp153.2.1.x86_64.rpm
libspf2-tools-1.2.10-bp153.2.1.x86_64.rpm
libspf2-tools-debuginfo-1.2.10-bp153.2.1.x86_64.rpm
exim-4.94.2-bp153.2.1.aarch64.rpm
eximon-4.94.2-bp153.2.1.aarch64.rpm
eximstats-html-4.94.2-bp153.2.1.aarch64.rpm
libspf2-2-1.2.10-bp153.2.1.aarch64.rpm
libspf2-2-debuginfo-1.2.10-bp153.2.1.aarch64.rpm
libspf2-debuginfo-1.2.10-bp153.2.1.aarch64.rpm
libspf2-debugsource-1.2.10-bp153.2.1.aarch64.rpm
libspf2-devel-1.2.10-bp153.2.1.aarch64.rpm
libspf2-tools-1.2.10-bp153.2.1.aarch64.rpm
libspf2-tools-debuginfo-1.2.10-bp153.2.1.aarch64.rpm
exim-4.94.2-bp153.2.1.ppc64le.rpm
eximon-4.94.2-bp153.2.1.ppc64le.rpm
eximstats-html-4.94.2-bp153.2.1.ppc64le.rpm
libspf2-2-1.2.10-bp153.2.1.ppc64le.rpm
libspf2-2-debuginfo-1.2.10-bp153.2.1.ppc64le.rpm
libspf2-debuginfo-1.2.10-bp153.2.1.ppc64le.rpm
libspf2-debugsource-1.2.10-bp153.2.1.ppc64le.rpm
libspf2-devel-1.2.10-bp153.2.1.ppc64le.rpm
libspf2-tools-1.2.10-bp153.2.1.ppc64le.rpm
libspf2-tools-debuginfo-1.2.10-bp153.2.1.ppc64le.rpm
exim-4.94.2-bp153.2.1.s390x.rpm
eximon-4.94.2-bp153.2.1.s390x.rpm
eximstats-html-4.94.2-bp153.2.1.s390x.rpm
libspf2-2-1.2.10-bp153.2.1.s390x.rpm
libspf2-2-debuginfo-1.2.10-bp153.2.1.s390x.rpm
libspf2-debuginfo-1.2.10-bp153.2.1.s390x.rpm
libspf2-debugsource-1.2.10-bp153.2.1.s390x.rpm
libspf2-devel-1.2.10-bp153.2.1.s390x.rpm
libspf2-tools-1.2.10-bp153.2.1.s390x.rpm
libspf2-tools-debuginfo-1.2.10-bp153.2.1.s390x.rpm
openSUSE-2021-1005
Recommended update for guake
moderate
openSUSE Backports SLE-15-SP3 Update
This update for guake fixes the following issues:
- Fixed issue where guake follows mouse focus when have 2 monitors
[gh#Guake/guake#1775, gh#Guake/guake#1761, boo#1187177].
guake-3.7.0-bp153.2.3.1.noarch.rpm
guake-3.7.0-bp153.2.3.1.src.rpm
guake-lang-3.7.0-bp153.2.3.1.noarch.rpm
openSUSE-2021-1025
Recommended update for proteus
moderate
openSUSE Backports SLE-15-SP3 Update
This update for proteus fixes the following issues:
Version 5.0.9 - Bugfix Release
proteus-5.0.9-bp153.2.3.1.noarch.rpm
proteus-5.0.9-bp153.2.3.1.src.rpm
openSUSE-2021-1045
Security update for claws-mail
moderate
openSUSE Backports SLE-15-SP3 Update
This update for claws-mail fixes the following issues:
Update to 3.18.0
* Support for the OAuth2 authorisation protocol has been added for
IMAP, POP and SMTP using custom, user-generated client IDs.
OAuth2 preferences are found in the Account Preferences on the
Receive page (for POP: Authenticate before POP connection, for
IMAP: Authentication method); the Send page (SMTP authentication:
Authentication method); and on a dedicated OAuth2 page.
* The option 'Save (X-)Face in address book if possible' has been
added to the /Message View/Text Options preferences page.
Previously the (X-)Face would be saved automatically, therefore
this option is turned on by default.
* The Image Viewer has been reworked. New options have been added to
/Message View/Image Viewer: when resizing images, either fit the
image width or fit the image height to the available space.
Fitting the image height is the default. Regardless of this
setting, when displaying images inline they will fit the height.
When displaying an image, left-clicking the image will toggle
between full size and reduced size; right-clicking will toggle
between fitting the height and fitting the width.
* When re-editing a saved message, it is now possible to use
/Options/Remove References.
* It is now possible to attempt to retrieve a missing GPG key via
WKD.
* The man page has been updated.
* Updated translations: Brazilian Portuguese, British English,
Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian,
Slovak, Spanish, Traditional Chinese, Turkish.
* bug fixes: claws#2411, claws#4326, claws#4394, claws#4431,
claws#4445, claws#4447, claws#4455, claws#4473
- stop WM's X button from causing GPG key fetch attempt
- Make fancy respect default font size for messageview
- harden link checker before accepting click
- non-display of (X-)Face when prefs_common.enable_avatars
is AVATARS_ENABLE_RENDER (2)
- debian bug #983778, 'Segfault on selecting empty 'X-Face'
custom header'
* It is now possible to 'Inherit Folder properties and processing
rules from parent folder' when creating new folders with the
move message and copy message dialogues.
* A Phishing warning is now shown when copying a phishing URL, (in
addition to clicking a phishing URL).
* The progress window when importing an mbox file is now more
responsive.
* A warning dialogue is shown if the selected privacy system is
'None' and automatic signing amd/or encrypting is enabled.
* Python plugin: pkgconfig is now used to check for python2. This
enables the Python plugin (which uses python2) to be built on
newer systems which have both python2 and python3.
Bug fixes:
* bug 3922, 'minimize to tray on startup not working'
* bug 4220, 'generates files in cache without content'
* bug 4325, 'Following redirects when retrieving image'
* bug 4342, 'Import mbox file command doesn't work twice on a row'
* fix STARTTLS protocol violation CVE-2020-15917 boo#1174457)
* fix initial debug line
* fix fat-fingered crash when v (hiding msgview) is pressed
just before c (check signature)
* fix non-translation of some Templates strings
claws-mail-3.18.0-bp153.2.3.1.src.rpm
claws-mail-3.18.0-bp153.2.3.1.x86_64.rpm
claws-mail-debuginfo-3.18.0-bp153.2.3.1.x86_64.rpm
claws-mail-debugsource-3.18.0-bp153.2.3.1.x86_64.rpm
claws-mail-devel-3.18.0-bp153.2.3.1.x86_64.rpm
claws-mail-lang-3.18.0-bp153.2.3.1.noarch.rpm
claws-mail-3.18.0-bp153.2.3.1.aarch64.rpm
claws-mail-debuginfo-3.18.0-bp153.2.3.1.aarch64.rpm
claws-mail-debugsource-3.18.0-bp153.2.3.1.aarch64.rpm
claws-mail-devel-3.18.0-bp153.2.3.1.aarch64.rpm
claws-mail-3.18.0-bp153.2.3.1.ppc64le.rpm
claws-mail-debuginfo-3.18.0-bp153.2.3.1.ppc64le.rpm
claws-mail-debugsource-3.18.0-bp153.2.3.1.ppc64le.rpm
claws-mail-devel-3.18.0-bp153.2.3.1.ppc64le.rpm
claws-mail-3.18.0-bp153.2.3.1.s390x.rpm
claws-mail-debuginfo-3.18.0-bp153.2.3.1.s390x.rpm
claws-mail-debugsource-3.18.0-bp153.2.3.1.s390x.rpm
claws-mail-devel-3.18.0-bp153.2.3.1.s390x.rpm