openSUSE ARM
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
November 2019
- 16 participants
- 18 discussions
Hello,
I've just found that arm-trusted-firmware is missed in Factory. I wonder
what is the reason?
I am asking because arm-trusted-firmware is required to build rk3328
u-boot.itb which is a single supported upstream way to run u-boot.
u-boot.itb is currently the last piece of the large puzzle to have
JeOS-rock64 fully bootable with the upstream u-boot and kernel out of
the box.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
3
4
HI!
I'm running Tumbleweed on RPI1 (armv6). It does not boot after upgrade
to kernel 5.3.x (tested versions 5.3.6..5.3.8). During upgrade there
were no error messages.
It just hangs after this grub message:
"Loading initial ramdisk ..."
Booting into 5.2.14 via grub works correctly.
Any idea what went wrong?
Ciao, Michael.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
4
10
Sent from my iPhone
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
3
6
Hi All
Has anyone had any luck getting Pimoroni accessories such as "pHAT DAC"
working on Raspberry Pi 3 under recent opensuse images? This is a
PCM5102A DAC connected via I2S interface, the Pimoroni instructions are
specific to Raspian.
Separately, can anyone advise the latest image (JeOS is fine) that runs
OK on the model 3? I've been very happy with JeOS
armv6l-2019.07.31-Snapshot20190814 on my model 1B but still using a much
older image on the model 3 as nothing I have tried recently will boot.
Many thanks
--
Richard (MQ)
Linux user # 439271
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
6
10
[opensuse-arm] any hints for getting ds1820s to work with my nano pi neo air?
by Per Jessen 04 Dec '19
by Per Jessen 04 Dec '19
04 Dec '19
I measure temperature with DS1820 hooked up to microcontrollers (PIC) or
via serial interface to regular PCs, now I was hoping to use a nanopi
neo air, but I am not getting anywhere.
I have the modules loaded - w1-therm, wire, w1-gpio - but no devices
turn up in /sys/bus/w1/devices. I'm connecting the DS1820s to GPIO11 -
I guess I need to modify the DTB to make this work?
--
Per Jessen, Zürich (8.5°C)
Member, openSUSE Heroes.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
3
11
Hello,
I'm about to set up a Raspi 3b+, and see kernel panics with the image
openSUSE-Leap-15.1-ARM-LXQT-raspberrypi3.aarch64-2019.05.17-
Snapshot1.62.raw.xz
1) write image to SD card
2) boot into runlevel 3
3) call YaST to change system language -> Panic
or
3) zypper up -> freeze at installation of systemd
4) reboot, zypper up -> kernel panic
Tried a 2nd, new SD Card in order to exclude the case of a damaged card. Same
result
Is there a known issue with this image?
Cheers
Axel
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
3
6
Hi,
our unstable versions of osc and build script have some new options
where I would like to gather some more experiences.
1) osc shell [--vm-type=VM] [REPOSITORY ARCH]
creates or jumps into the build environment. This works independend
of the used VM mode, so using it with image based VMs like KVM
should become WAY more handy now.
The old "osc chroot" is obsoleted by this, but basically doing the
same as "osc shell" for chroot.
2) Building for foreign architectures using qemu system emulator.
osc is offering now to use any hardware architecture. (Thanks a lot Guillaume
for the initial implementation of that code!). For example
osc build --vm-type=qemu openSUSE_Factory_ARM aarch64
will build for aarch64 on your x86_64 workstation for example.
But it should work for any architecture.
The downside (compared to our former qemu user land emulation)
is that it works way slower due to emulation overhead and it
works currently only in projects where a kernel-obs-build is defined.
But it should allow everybody to build at least for openSUSE
and SUSE SLE armv7l, aarch64, ppc*, s390*, riscv64 and so on
architectures.
3) osc wipe
for easy cleanup of your build environment.
I am still improving documentation and will blog about it after
we released official updates. For now you need to use
osc
build
packages from OBS:Server:Unstable project to test it. But I would definitive
love to have some feedback!
thanks
adrian
PS: someone broke the CI version in devel:tools:scm project, so you need to
switch to OBS:Server:Unstable in case you are used to get it from there.
--
Adrian Schroeter <adrian(a)suse.de>
Build Infrastructure Project Manager
SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany
(HRB 247165, AG München), Geschäftsführer: Felix Imendörffer
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
1
0
21 Nov '19
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 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=3&versio…
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:
adwaita-icon-theme (3.34.0+13 -> 3.34.3)
akonadi-calendar (19.08.2 -> 19.08.3)
akonadi-calendar-tools (19.08.2 -> 19.08.3)
akonadi-contact (19.08.2 -> 19.08.3)
akonadi-import-wizard (19.08.2 -> 19.08.3)
akonadi-mime (19.08.2 -> 19.08.3)
akonadi-notes (19.08.2 -> 19.08.3)
akonadi-search (19.08.2 -> 19.08.3)
akonadi-server (19.08.2 -> 19.08.3)
akregator (19.08.2 -> 19.08.3)
analitza (19.08.2 -> 19.08.3)
apache2
apparmor
ark (19.08.2 -> 19.08.3)
automake
baloo5 (5.63.0 -> 5.64.0)
baloo5-widgets (19.08.2 -> 19.08.3)
blinken (19.08.2 -> 19.08.3)
bluedevil5 (5.17.2 -> 5.17.3)
boost-base
bovo (19.08.2 -> 19.08.3)
breeze (5.17.2 -> 5.17.3)
breeze-gtk (5.17.2 -> 5.17.3)
breeze5-icons (5.63.0 -> 5.64.0)
btrfsprogs (5.2.2 -> 5.3.1)
calendarsupport (19.08.2 -> 19.08.3)
cervisia (19.08.2 -> 19.08.3)
discover (5.17.2 -> 5.17.3)
dolphin (19.08.2 -> 19.08.3)
dragonplayer (19.08.2 -> 19.08.3)
drkonqi5 (5.17.2 -> 5.17.3)
eventviews (19.08.2 -> 19.08.3)
exo (0.12.8 -> 0.12.9)
ffmpegthumbs (19.08.2 -> 19.08.3)
gconf2
gdm
gegl (0.4.16 -> 0.4.18)
gimp (2.10.12 -> 2.10.14)
glib2
gnome-weather
goffice (0.10.45 -> 0.10.46)
grantleetheme (19.08.2 -> 19.08.3)
gtk3
gwenview5 (19.08.2 -> 19.08.3)
incidenceeditor (19.08.2 -> 19.08.3)
juk (19.08.2 -> 19.08.3)
k3b (19.08.2 -> 19.08.3)
kaccounts-integration (19.08.2 -> 19.08.3)
kaccounts-providers (19.08.2 -> 19.08.3)
kaddressbook (19.08.2 -> 19.08.3)
kalarmcal (19.08.2 -> 19.08.3)
kalgebra (19.08.2 -> 19.08.3)
kalzium (19.08.2 -> 19.08.3)
kamera (19.08.2 -> 19.08.3)
kanagram (19.08.2 -> 19.08.3)
kapptemplate (19.08.2 -> 19.08.3)
kate (19.08.2 -> 19.08.3)
katomic (19.08.2 -> 19.08.3)
kauth (5.63.0 -> 5.64.0)
kblackbox (19.08.2 -> 19.08.3)
kblocks (19.08.2 -> 19.08.3)
kbookmarks (5.63.0 -> 5.64.0)
kbounce (19.08.2 -> 19.08.3)
kbreakout (19.08.2 -> 19.08.3)
kbruch (19.08.2 -> 19.08.3)
kcachegrind (19.08.2 -> 19.08.3)
kcalc (19.08.2 -> 19.08.3)
kcalutils (19.08.2 -> 19.08.3)
kcharselect (19.08.2 -> 19.08.3)
kcmutils (5.63.0 -> 5.64.0)
kcodecs (5.63.0 -> 5.64.0)
kcolorchooser (19.08.2 -> 19.08.3)
kcompletion (5.63.0 -> 5.64.0)
kconfig (5.63.0 -> 5.64.0)
kconfigwidgets (5.63.0 -> 5.64.0)
kcontacts (5.63.0 -> 5.64.0)
kcoreaddons (5.63.0 -> 5.64.0)
kcron (19.08.2 -> 19.08.3)
kdav (19.08.2 -> 19.08.3)
kdbusaddons (5.63.0 -> 5.64.0)
kde-cli-tools5 (5.17.2 -> 5.17.3)
kde-gtk-config5 (5.17.2 -> 5.17.3)
kde-print-manager (19.08.2 -> 19.08.3)
kde-user-manager (5.17.2 -> 5.17.3)
kdeclarative (5.63.0 -> 5.64.0)
kded (5.63.0 -> 5.64.0)
kdeedu-data (19.08.2 -> 19.08.3)
kdelibs4support (5.63.0 -> 5.64.0)
kdenetwork-filesharing (19.08.2 -> 19.08.3)
kdepim-addons (19.08.2 -> 19.08.3)
kdepim-apps-libs (19.08.2 -> 19.08.3)
kdepim-runtime (19.08.2 -> 19.08.3)
kdesu (5.63.0 -> 5.64.0)
kdf (19.08.2 -> 19.08.3)
kdialog (19.08.2 -> 19.08.3)
kdiamond (19.08.2 -> 19.08.3)
kdnssd-framework (5.63.0 -> 5.64.0)
kdoctools (5.63.0 -> 5.64.0)
kernel-firmware (20191023 -> 20191108)
kernel-source (5.3.8 -> 5.3.11)
kfilemetadata5 (5.63.0 -> 5.64.0)
kgamma5 (5.17.2 -> 5.17.3)
kgeography (19.08.2 -> 19.08.3)
kget (19.08.2 -> 19.08.3)
kglobalaccel (5.63.0 -> 5.64.0)
kgoldrunner (19.08.2 -> 19.08.3)
khangman (19.08.2 -> 19.08.3)
khelpcenter5 (19.08.2 -> 19.08.3)
kholidays (5.63.0 -> 5.64.0)
khotkeys5 (5.17.2 -> 5.17.3)
khtml (5.63.0 -> 5.64.0)
ki18n (5.63.0 -> 5.64.0)
kiconthemes (5.63.0 -> 5.64.0)
kidentitymanagement (19.08.2 -> 19.08.3)
kig (19.08.2 -> 19.08.3)
kimagemapeditor (19.08.2 -> 19.08.3)
kimap (19.08.2 -> 19.08.3)
kinfocenter5 (5.17.2 -> 5.17.3)
kinit (5.63.0 -> 5.64.0)
kio (5.63.0 -> 5.64.0)
kio-extras5 (19.08.2 -> 19.08.3)
kio_audiocd (19.08.2 -> 19.08.3)
kipi-plugins (19.08.2 -> 19.08.3)
kirigami2 (5.63.0 -> 5.64.0)
kiriki (19.08.2 -> 19.08.3)
kitemviews (5.63.0 -> 5.64.0)
kiten (19.08.2 -> 19.08.3)
kitinerary (19.08.2 -> 19.08.3)
kjobwidgets (5.63.0 -> 5.64.0)
kjumpingcube (19.08.2 -> 19.08.3)
kldap (19.08.2 -> 19.08.3)
kleopatra (19.08.2 -> 19.08.3)
klines (19.08.2 -> 19.08.3)
kmag (19.08.2 -> 19.08.3)
kmahjongg (19.08.2 -> 19.08.3)
kmail (19.08.2 -> 19.08.3)
kmail-account-wizard (19.08.2 -> 19.08.3)
kmailtransport (19.08.2 -> 19.08.3)
kmenuedit5 (5.17.2 -> 5.17.3)
kmime (19.08.2 -> 19.08.3)
kmines (19.08.2 -> 19.08.3)
kmousetool (19.08.2 -> 19.08.3)
kmouth (19.08.2 -> 19.08.3)
kmplot (19.08.2 -> 19.08.3)
knavalbattle (19.08.2 -> 19.08.3)
knetwalk (19.08.2 -> 19.08.3)
knewstuff (5.63.0 -> 5.64.0)
knotes (19.08.2 -> 19.08.3)
knotifications (5.63.0 -> 5.64.0)
knotifyconfig (5.63.0 -> 5.64.0)
kolf (19.08.2 -> 19.08.3)
kollision (19.08.2 -> 19.08.3)
kolourpaint (19.08.2 -> 19.08.3)
kompare (19.08.2 -> 19.08.3)
konquest (19.08.2 -> 19.08.3)
konsole (19.08.2 -> 19.08.3)
kontact (19.08.2 -> 19.08.3)
kontactinterface (19.08.2 -> 19.08.3)
kopete (19.08.2 -> 19.08.3)
korganizer (19.08.2 -> 19.08.3)
kpackage (5.63.0 -> 5.64.0)
kparts (5.63.0 -> 5.64.0)
kpat (19.08.2 -> 19.08.3)
kpeople5 (5.63.0 -> 5.64.0)
kpimtextedit (19.08.2 -> 19.08.3)
kpty (5.63.0 -> 5.64.0)
kreversi (19.08.2 -> 19.08.3)
kross (5.63.0 -> 5.64.0)
kruler (19.08.2 -> 19.08.3)
kscreen5 (5.17.2 -> 5.17.3)
kscreenlocker (5.17.2 -> 5.17.3)
kservice (5.63.0 -> 5.64.0)
kshisen (19.08.2 -> 19.08.3)
ksirk (19.08.2 -> 19.08.3)
ksmtp (19.08.2 -> 19.08.3)
kspaceduel (19.08.2 -> 19.08.3)
ksquares (19.08.2 -> 19.08.3)
ksshaskpass5 (5.17.2 -> 5.17.3)
ksudoku (19.08.2 -> 19.08.3)
ksysguard5 (5.17.2 -> 5.17.3)
ksystemlog (19.08.2 -> 19.08.3)
kteatime (19.08.2 -> 19.08.3)
ktexteditor (5.63.0 -> 5.64.0)
ktextwidgets (5.63.0 -> 5.64.0)
ktimer (19.08.2 -> 19.08.3)
ktouch (19.08.2 -> 19.08.3)
ktuberling (19.08.2 -> 19.08.3)
kturtle (19.08.2 -> 19.08.3)
kubrick (19.08.2 -> 19.08.3)
kunitconversion (5.63.0 -> 5.64.0)
kwallet (5.63.0 -> 5.64.0)
kwalletmanager5 (19.08.2 -> 19.08.3)
kwidgetsaddons (5.63.0 -> 5.64.0)
kwin5 (5.17.2 -> 5.17.3)
kwindowsystem (5.63.0 -> 5.64.0)
kwordquiz (19.08.2 -> 19.08.3)
kxmlgui (5.63.0 -> 5.64.0)
libgnomekbd
libgravatar (19.08.2 -> 19.08.3)
libkcddb (19.08.2 -> 19.08.3)
libkcompactdisc (19.08.2 -> 19.08.3)
libkdecoration2 (5.17.2 -> 5.17.3)
libkdegames (19.08.2 -> 19.08.3)
libkdepim (19.08.2 -> 19.08.3)
libkeduvocdocument (19.08.2 -> 19.08.3)
libkgapi (19.08.2 -> 19.08.3)
libkleo (19.08.2 -> 19.08.3)
libkmahjongg (19.08.2 -> 19.08.3)
libkomparediff2 (19.08.2 -> 19.08.3)
libksane (19.08.2 -> 19.08.3)
libksieve (19.08.2 -> 19.08.3)
libksysguard5 (5.17.2 -> 5.17.3)
librsvg
libvirt (5.8.0 -> 5.9.0)
lokalize (19.08.2 -> 19.08.3)
lskat (19.08.2 -> 19.08.3)
mailcommon (19.08.2 -> 19.08.3)
mailimporter (19.08.2 -> 19.08.3)
mariadb (10.3.18 -> 10.3.20)
mbox-importer (19.08.2 -> 19.08.3)
messagelib (19.08.2 -> 19.08.3)
milou5 (5.17.2 -> 5.17.3)
mutt (1.11.3 -> 1.12.2)
obs-service-format_spec_file (20190411 -> 20191114)
okular (19.08.2 -> 19.08.3)
osc (0.166.1 -> 0.166.2)
osinfo-db (20190920 -> 20191108)
oxygen5 (5.17.2 -> 5.17.3)
oxygen5-icon-theme (5.63.0 -> 5.64.0)
parley (19.08.2 -> 19.08.3)
parole (1.0.3 -> 1.0.5)
perl-HTML-Clean (1.2 -> 1.4)
perl-HTTP-Cookies (6.05 -> 6.06)
perl-HTTP-Date (6.02 -> 6.03)
php7
pim-data-exporter (19.08.2 -> 19.08.3)
pim-sieve-editor (19.08.2 -> 19.08.3)
pimcommon (19.08.2 -> 19.08.3)
plasma-browser-integration (5.17.2 -> 5.17.3)
plasma-framework (5.63.0 -> 5.64.0)
plasma-nm5 (5.17.2 -> 5.17.3)
plasma5-addons (5.17.2 -> 5.17.3)
plasma5-desktop (5.17.2 -> 5.17.3)
plasma5-integration (5.17.2 -> 5.17.3)
plasma5-openSUSE
plasma5-pa (5.17.2 -> 5.17.3)
plasma5-workspace (5.17.2 -> 5.17.3)
polkit-kde-agent-5 (5.17.2 -> 5.17.3)
powerdevil5 (5.17.2 -> 5.17.3)
pragha (1.3.99 -> 1.3.99.1)
purpose (5.63.0 -> 5.64.0)
qemu
read-only-root-fs (1.0+git20190607.11f8587 -> 1.0+git20191112.42add9e)
rpm-config-SUSE (0.g42 -> 0.g45)
snapper (0.8.5 -> 0.8.6)
solid (5.63.0 -> 5.64.0)
sonnet (5.63.0 -> 5.64.0)
spec-cleaner (1.1.5 -> 1.1.7)
spectacle (19.08.2 -> 19.08.3)
step (19.08.2 -> 19.08.3)
subversion (1.12.2 -> 1.13.0)
sweeper (19.08.2 -> 19.08.3)
syntax-highlighting (5.63.0 -> 5.64.0)
systemsettings5 (5.17.2 -> 5.17.3)
thunar (1.8.9 -> 1.8.11)
umbrello (19.08.2 -> 19.08.3)
virt-manager
webkit2gtk3 (2.26.1 -> 2.26.2)
xdg-desktop-portal-kde (5.17.2 -> 5.17.3)
yakuake (19.08.2 -> 19.08.3)
=== Details ===
==== adwaita-icon-theme ====
Version update (3.34.0+13 -> 3.34.3)
- Update to version 3.34.3:
+ Fullcolor: trash icons.
+ Symbolic:
- rotation lock.
- battery icons.
- Changes from version 3.34.2:
+ Fullcolor: visible folder-documents.
- Update to version 3.34.1:
+ Symbolic:
- propegate the checkmark refinements.
- slightly smaller media-eject.
- centre alignment for go-next/previous.
- add ! to battery level 0.
- missing classes for battery icons.
==== akonadi-calendar ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== akonadi-calendar-tools ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== akonadi-contact ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== akonadi-import-wizard ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== akonadi-mime ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== akonadi-notes ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== akonadi-search ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== akonadi-server ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== akregator ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== analitza ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== apache2 ====
- use %license [bsc#1156171]
==== apparmor ====
Subpackages: apparmor-abstractions apparmor-docs apparmor-profiles apparmor-utils
- add libapparmor-python3.8.diff to fix building the libapparmor python
bindings (deb#943657)
==== ark ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Prevent drops from non-local URLs (kde#409835)
==== automake ====
- Add missing perl dependency (bsc#1156491).
==== baloo5 ====
Version update (5.63.0 -> 5.64.0)
Subpackages: baloo5-file-lang baloo5-imports-lang baloo5-kioslaves-lang baloo5-tools-lang libKF5BalooEngine5-lang
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Make it compile against qt5.15
* Use ECMGenerateExportHeader to manage deprecated API better
* Use propertymap to store properties in Baloo::Result
* Add standalone conversion functions for PropertyMap to Json and vice versa
* Add a few const &
* [Database] Rework handling environment flags
* Replace recursion in FilteredDirIterator with loop iteration
==== baloo5-widgets ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== blinken ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== bluedevil5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== boost-base ====
- Make sure openmpi-macros-devel is not required for base flavor --
consolidate build_mpi/mpi macro into just one.
- Remove BuildArch guards, no longer relevant since SuSE 11.2
==== bovo ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== breeze ====
Version update (5.17.2 -> 5.17.3)
Subpackages: breeze5-cursors breeze5-style-lang breeze5-wallpapers
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== breeze-gtk ====
Version update (5.17.2 -> 5.17.3)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze
- Add patch to enable checkbox recoloring again, fixed in librsvg:
* 0001-Revert-GTK3-Revert-checkbox-recolouring.patch
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* [GTK3] Modify scrollbar states to better resemble Breeze Qt (kde#413498)
* [GTK3/Firefox] Fix scrollbar click region (kde#413118)
==== breeze5-icons ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Too many changes since 5.63.0, only listing bugfixes:
* Center-align the non-square 64px audio mimetype icons (kde#393550)
* Move colorful 32px help-about icon into actions (kde#396626)
* Improve draw icons (kde#399665)
* Use a more correct and appropriate visual metaphor for
"get hot new stuff" icon (kde#400500)
* Add edit-opacity icons (kde#408283)
* Icons for windy weather (kde#412718)
==== btrfsprogs ====
Version update (5.2.2 -> 5.3.1)
- Update to 5.3.1:
* libbtrfs: fix link breakage due to missing symbols
- Updaet to 5.3:
* mkfs:
* new option to specify checksum algorithm (only crc32c)
* fix xattr enumeration
* dump-tree: BFS (breadth-first) traversal now default
* libbtrfsutil: remove stale BTRFS_DEV_REPLACE_ITEM_STATE_x defines
* ci: add support for gitlab
* other:
* preparatory work for more checksum algorithms
* docs update
* switch to docbook5 backend for asciidoc
* fix build on uClibc due to missing backtrace()
* lots of printf format fixups
==== calendarsupport ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== cervisia ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== discover ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* flatpak: --verbosity
* ui: fix updates page
* flatpak: show an error message when remotes are faulty
* pk+suse: include a hack to allow apps to be executed (kde#412986)
* pk: fix fallback invocation plan
* ui: improve busy indicator handling (kde#412908)
* kns: don't read globals when loading KNS files
* flatpak: save quite some unnecessary QString allocations at startup
* app page: fix display of faulty screenshots (kde#413812)
* --qml warnings
* --warnings
* kns: fetching details might increase the description we have
* --qclp runtime warnings
* ui: remove LinkLabel
* Fix qml warnings
* Address qml tests
* dummy: fix test
* Help cmake find the tests
* flatpak: make test more resilient
* flatpak: downloading flathub metadata takes a while
* flatpak: remove duplicated code
* kns: fix test
==== dolphin ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== dragonplayer ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== drkonqi5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* move plus character in query test to connection
* force encoding on all queries
* force-encode passwords on login (kde#413920)
==== eventviews ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* month/monthscene.cpp - remove comma in year (in the title) (kde#412833)
- Dropped patches, now upstream:
* 0001-month-monthscene.cpp-remove-comma-in-year-in-the-tit.patch
==== exo ====
Version update (0.12.8 -> 0.12.9)
- Update to version 0.12.9
* Explicitly depend on gio-unix-2.0 (bxo#15825)
* Fix alignment of multi-line filenames when text beside icons
(bxo#16107)
* Fix cursor missing in search popup widget (bxo#16068)
* Fix desktop item creation on symbolic link directories
* Fix excess clickable area of multiline filenames (bxo#16075)
* Fix issues with displaying icon view contents (bxo#14737)
* Fix prelight deactivation (bxo#11806)
* Hide search widget when doing a fullscreen resize (bxo#15106)
* Make user-created launchers executable by default
* Translation Updates
==== ffmpegthumbs ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== gconf2 ====
- Drop gtk3 BuildRequires, only used by gconf-sanity-check,
removed in version 3.2.6.
- Only Require python3-base for gsettings-schema-convert, which
provides xml/etree.
- Remove huge Changelog (commit log), the NEWS file is sufficient.
==== gdm ====
Subpackages: gdm-lang gdmflexiserver
- Add gdm-switch-user-tty7.patch: Switch to tty7 when switch user
(bsc#1155408 glgo#GNOME#gdm#532).
==== gegl ====
Version update (0.4.16 -> 0.4.18)
- Add BuildRequires: pkgconfig(libavutil) >= 55.92.100
- Drop unneeded libtool BuildRequires.
- Drop optional cmake BuildRequires.
- Add pkgconfig(pygobject-3.0) BuildRequires: Build python-gobject
bindings support.
- Update to version 0.4.18
+ Build
- Drop autotools, GEGL is now using meson, most things are
working again now - documentation/website build is a work in
progress, many issues have been fixed, more a sure to surface
with this first meson only release following the babl one.
+ Core
- Support ui labels and descriptions for aux pads of ops.
- Guard against uint32_t overflows in memory computations,
improved memory usage stat on FreeBSD.
- Added support for hygon dhyana architecture.
- Added gegl_try_malloc and use it to allocate storage for
tiles.
- gegl-stats gained active- and assigned-threads members.
+ Buffer
- New API for aligning to regular tile grid,
gegl_rectangle_align[_to_buffer]
- added gegl_rectangle_xor
- gegl_buffer_create_sub_bufer now always returns a new object.
- Improved tile compression, more accurate accounting and
avoidiance when it is determinetal.
- gegl_buffer_save : store BablSpace
- take into consideration concurrent use of different tile
sizes in gegl_tile_alloc
- Fast path for gegl_buffer_copy is entirely in abyss.
- Improved api misuse handling in gegl_buffer_set|get
- Improved consistency of results when doing COW of abyss.
- Improved Gobject Intospection annotations.
- Use a binary tree for tile swap, improving tile removal
speed.
- Avoid gegl_buffer_set avoid set_pixel fast path if level>0
+ Operations
- Dynamic computation of per-operation thread cost, making GEGL
fully use available cores on more operations.
- new operations: bayer-matrix, linear-sinusoid,
color-assimilation-grid, normal-map.
- new operations in workshop: boxblur, alpha-inpaint
- pass-through for infinite planes for: apply-lens,
polar-coordinates, whirl-pinch, convolution-matrix, maze,
cartoon, waterpixels, tile, distance-transform, spherize,
tile-paper, dither, mantiuk06, reinhard05, fattal02,
fractal-trace, motion-blur-zoom, motion-blur-circular, wind,
little-planet, mirrors, cubism and long-shdow.
- improved property ranges/meta-data or copyright for:
motion-blur-zoom, edge-neon, cartoon, photocopy, softglow,
oilify, bump-map, remap,
- convolution: fix source-buffer offsets of filtered-out
components, avoiding excessive shifting.
- jpg-save: force grayscale if incoming buffer is grayscale
- sdl-display: port to SDL2
- gamma: handle negative input values
- apply-lens; enable auto threading
- matting-global: disable auto threading, allocate less
temporay memory.
- maze: reimplemented without recursion
- newsprint: added black pullout and per colorant pattern and
period parameters, enable threading.
- saturation: add a colormodel property which permits operating
in RGB instead of CIE Lab, enabling hue preserving saturation
changes.
- exr-load/exr-save: only use associated alpha with EXR files
- ff-load: fix audio track decoding for pure audio files
- c2g: fixed initialization data race and out of bounds array
access when threaded.
- color-enhance: fixed a buffer leak
- perlin-noise: fix initialization race
- domain-transform: faster nop for edge-preservation=1.0,
support BablSpace
- oilify: support specifying mask-radius with aux buffer
- linear-gradient, readial-gradient: use colors in correct
order.
- pixelize: avoid potential glitches
- weighted-blend: harmonize opencl implementation with C
- edge-neon: performane improvements
+ GEGL UI
- gcut video editor ui has been removed, all its functionality
is latent in the new media browser/manipulator/viewer UI.
- Permit start/end times for playlist items, enabling use of
folder as EDL.
- Add ability loop currently shown media element.
- Nearest neighbor decoding; for realtime playback of HD video
content.
- Frame-cache for rendered video frames (with associated PCM
data)
- Drag and drop from file-managers to collection view.
- switch to meson based build
- add buildrequires for tools to build documentation:
asciidocs, gtk-doc, ruby
- switch from lua to luajit
- no lua support anymore on ppc64 due to missing luajit
- enable workshop modules
- new BuildRequires pkgconfig(lensfun)
- added gegl-0.4.18_allow_unknown_arch.patch:
the old code in the configure.ac also did fallthrough. restore
that behavior.
- drop patches no longer needed:
0001-Extend-configure-checks-with-checks-for-SDL2.patch
0002-Port-sdl-display-to-SDL2.patch
0003-Port-sdl-draw-example-to-SDL2.patch
fix_doc_installation.patch
==== gimp ====
Version update (2.10.12 -> 2.10.14)
- bump babl and gegl deps to match configure script
- Update to version 2.10.14:
https://www.gimp.org/news/2019/10/31/gimp-2-10-14-released/
+ Core:
- New "Selected areas continue outside the image" toggle option
to the "Feather Selection" dialog.
- New "Allow editing on non-visible layers" setting in
Preferences to allow painting, transforming, and selecting on
layers with toggled off visibility.
- XCF loading a bit more resilient to corruption: it doesn't
stop any more at the first layer or channel error; instead it
tries to load more layers/channels to salvage as much data as
possible from a corrupted XCF file.
- In gimp:gradient, fix dithering to correspond to how we
actually round float values to 8-bit. In particular, this
avoids introducing noise when a component is fixed at 0 or 1
along a segment.
- New "Show All" view mode allowing to show pixels outside the
canvas boundary.
- New "Show Canvas Boundary" option to render a dotted line
around the canvas boundary.
- New "Keep Padding in "Show All" Mode" option, also available
as a default option via Preferences, to preserve the padding
color instead of displaying the checkerboard.
- Several features updated to react as expected when run
out-of-canvas: color-picking, canvas grid, transform tools,
bucket fill, and more.
- Loaded images' pixel density will now default to 72 PPI when
no explicit resolution information was stored in the imported
file. Newly created images' default pixel density will
continue to be based on the default image template (with
value 300 PPI if it has not be changed), yet not loaded
images anymore. 72 PPI is the common default in most software
(and in standards such as Exif) so it makes sense we stick to
it, only for loaded images.
+ Tools:
- Free Select tool: fast copy|cut-paste modifiers (Alt +
Ctrl|Shift) are now working even when the selection is not
committed. Starting a fast copy|cut-paste will automatically
close the polygon and commit the selection, accelerating fast
usage of free selections.
- Foreground Select tool: new "Grayscale" Preview Mode. Also, a
color selector for "Color" preview (original preview mode)
now available, to select any color and opacity for the
preview.
- Add a new "Image" transform type to the transform tools, in
addition to the existing "Layer", "Selection", and "Path"
transform types. The "Image" mode transforms the entire
image, rather than a single item. In tools with a preview,
the preview shows the transformed image projection. The
clipping mode controls how the canvas is clipped during the
transform; in particular, the ADJUST clipping mode resizes
the canvas to fit its transformed size.
- In GimpFilterTool, add a new "clipping" option, which can be
either Adjust or Clip. This option is controllable for
layers, when there's no selection mask. When set to Adjust,
which is used by default, the filter's output may extent past
the drawable's boundary, and the drawable will be resized to
match the output when committed.
- Gradient tool: offest support in shaped gradients
+ Plug-ins:
- Simple 8-bit port of filters to GEGL: nl-filter, film,
fractal-explorer, flame, blinds, jigsaw, gradient-flare,
checkerboard, tile-small, curve-bend, sample-colorize,
map-object, lighting, grid, despeckle, sphere-designer,
contrast-retinex, hot, sparkle, cml-explorer, destripe,
twain, animation-optimize, depth-merge, warp, imagemap,
gimpressionist
- Port of filters to GEGL with float support: van-gogh-lic.
- Add color profile support for HEIF (only when libheif 1.4.0
is available).
- TIFF import will now ask (in interactive mode) how to process
unspecified TIFF channels: non-premultiplied (used to be the
default) alpha, premultiplied alpha, or just import as
generic channel.
- HEIF export now improved with same profile logics as JPEG or
WebP (it can actually export higher bit-depth data, so
profile logics should be the one as in PNG, but we only
support 8 bpc HEIF for the time being).
- HEIF export dialog now has a "Save color profile" checkbox
allowing to not export with a profile when needed (needs
libheif 1.4.0 or higher).
- PDF exporting: text layers in layer groups are now exported
as proper text.
- Cleaned up the file-dds GUI, removed the "Advanced" expander.
- gimptool external tool now install plug-ins into subfolders
(this is not mandatory in GIMP 2.10 yet, unlike future GIMP
3, but is already the recommended folder structure for
plug-ins).
- 3 procedures ("color-decode-ycocg",
"color-decode-ycocg-scaled" and "color-decode-alpha-exp")
removed from file-dds plug-in because they are hacks which
should stay internal to the plug-in and are semantically wrong
because colors in drawables are never in such formats.
+ Filters:
- New "Normal Map" filter to generate normal maps from height
maps in the Generic section.
- Replace old filters with GEGL operation counterparts:
edge-neon (gegl:edge-neon), contrast-normalize
(gegl:stretch-contrast), oilify (gegl:oilify)
- Add gegl:bayer-matrix and gegl:linear-sinusoid to Filters ->
Render -> Pattern.
- Add gegl:newsprint to Filters -> Distorts.
- Add gegl:mean-curvature-blur to Filters -> Blur.
+ Performance:
- Add an active-thread variable to the dashboard's misc group,
showing the number of active worker threads.
- Reduce time complexity of layer-group translation. When
translating a layer group, avoid separately updating the
original area of the child layers before translating them (as
per the fix to issue #3484), as this results in quadratic
time complexity w.r.t. to the maximal subgroup nesting level.
Instead, simply defer the updating of the group's offset
until *after* translating the child layers, so that their
original area isn't clipped by the parent, while their new
area is still properly updated even if the parent's size
changes.
+ User interface:
- Many mnemonics added in various dialogs.
- Add a gimp-rotate-image-arbitrary action, and a corresponding
"Image -> Transform -> Arbitrary Rotation..." menu entry,
which activates the rotate tool in image mode (similarly to
the corresponding action for layers).
- On Windows, minimized GIMP window is now deiconified when
GIMP is run again (clicking its shortcut or otherwise).
+ Preferences:
- New "Swap compression" option: explicit control over the
tile-swap compression algorithm in GEGL. "Best performance"
is used by default, "Balanced", "Best compression", and
"None" (disables compression) are available.
+ Devel docs:
- Update the libgimpconfig and libgimpbase docs.
- Update docs with missing symbols and types.
- New docs for structs and enums.
+ Debugging:
- New mnemonic-clashes tool to help looking for mnemonic
clashes.
+ Updated translations.
==== glib2 ====
- Re-enable systemtap, and require systemtap-headers and
systemtap-dtrace, rather than systemtap-sdt-devel, to avoid build
cycle (boo#1145438).
- Own /usr/share/systemtap{|tapset} directories, since we no
longer have systemtap-sdt-devel in BuildRequires.
- Disable lto if systemtap is enabled: build fails otherwise.
==== gnome-weather ====
Subpackages: gnome-shell-search-provider-gnome-weather gnome-weather-lang
- Stop using arch-specific libdir again (boo#1109687).
==== goffice ====
Version update (0.10.45 -> 0.10.46)
- Update to version 0.10.46:
+ Fix equations edition inside charts.
+ Fix legend contents for contour plots.
+ Add more functions to inspect formats.
+ Fix UTF-8 problem with format "mmmmm".
==== grantleetheme ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== gtk3 ====
Subpackages: gtk3-data gtk3-schema
- Don't recommend -lang subpackage
==== gwenview5 ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== incidenceeditor ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* incidencealarm.cpp - allow double-click to edit an alarm (kde#412242)
==== juk ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== k3b ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Fix crash on exit while uninstalling a theme (kde#413278)
==== kaccounts-integration ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kaccounts-providers ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kaddressbook ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kalarmcal ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kalgebra ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kalzium ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Correct formatting of year of discovery
* Give correct information about the year of discovery (kde#413180)
==== kamera ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kanagram ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kapptemplate ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kate ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* ensure outer layout set
* try to avoid nested layouts that we don't need
==== katomic ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kauth ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== kblackbox ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kblocks ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kbookmarks ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
==== kbounce ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kbreakout ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kbruch ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kcachegrind ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kcalc ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kcalutils ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kcharselect ====
Version update (19.08.2 -> 19.08.3)
- Add 0001-Make-it-compiles-against-qt5.14.patch to fix build with Qt 5.14.
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kcmutils ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Conditionally show navigation buttons in the header for multi-page KCMs
* don't use a custom header height (kde#404396)
* Port away from deprecated SmallIcon method
* add extra include
* Fix memory leak of KQuickAddons::ConfigModule objects (kde#412998)
* [KCModuleLoader] Show error when QML fails to load
==== kcodecs ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
==== kcolorchooser ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kcompletion ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
==== kconfig ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* These methods were adding in qt5.15
* kconfig_compiler: Move the KSharedConfig::Ptr when using them
* Make it compile against qt5.15 without deprecated method
* Use ECMGenerateExportHeader to manage deprecated API better
* Expose isImmutable to introspection (e.g. QML)
* Add convenience for defaults/dirty states to KCoreConfigSkeleton
* Make kconfig_compiler generate ctors with the optional parent arg
* Make preferences() a public function
==== kconfigwidgets ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
* Avoid overloading KCModule::changed
==== kcontacts ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Fix typo
* Install translations
==== kcoreaddons ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* These methods were adding in qt5.15
* Make it compile against qt5.15 without deprecated method
* KCoreAddons: make programIconName() available to KConfigWidgets and KXmlGui
* KProcessInfoList -- add proclist backend for FreeBSD
* Fix grammar
* Use ECMGenerateExportHeader to manage deprecated API better
==== kcron ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdav ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdbusaddons ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== kde-cli-tools5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== kde-gtk-config5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* Remove gtkrc-2.0 legacy settings (kde#413678,kde#413107)
==== kde-print-manager ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kde-user-manager ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== kdeclarative ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use compile time checked connect
* Make the settingChanged() slot protected.
* Get KQuickAddons::ConfigModule to expose if we're in the defaults state
* Grab the keyboard when KeySequenceItem is recording
* Add ManagedConfigModule
* Remove outdated comment about [$e] expansion
* Use ECMGenerateExportHeader to manage deprecated API better
* [ConfigModule] Expose mainUi component status and error string
==== kded ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== kdeedu-data ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdelibs4support ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* KLocale api docs: make it easier to find how to port code away from it
==== kdenetwork-filesharing ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdepim-addons ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdepim-apps-libs ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdepim-runtime ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Prevent writing to calendar file if not in current KAlarm format
==== kdesu ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
==== kdf ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdialog ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdiamond ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kdnssd-framework ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
==== kdoctools ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* man: use <arg> instead of <group>
==== kernel-firmware ====
Version update (20191023 -> 20191108)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network
- Update to version 20191108 (git commit f1100ddf581f):
* i915: Add HuC firmware v7.0.3 for TGL
* i915: Add GuC firmware v35.2.0 for TGL
* i915: Add HuC firmware v9.0.0 for EHL
* i915: Add GuC firmware v33.0.4 for EHL
* rtw88: RTL8723D: add firmware file v48
* qed: Add firmware 8.40.33.0
* amdgpu: add new navi14 wks gfx firmware for 19.30
* amdgpu: update navi14 firmware for 19.30
* amdgpu: update raven firmware for 19.30
* linux-firmware: Add firmware file for Intel Bluetooth AX201
==== kernel-source ====
Version update (5.3.8 -> 5.3.11)
Subpackages: kernel-devel kernel-docs kernel-macros
- Linux 5.3.11 (bnc#1151927).
- bonding: fix state transition issue in link monitoring
(bnc#1151927).
- CDC-NCM: handle incomplete transfer of MTU (bnc#1151927).
- ipv4: Fix table id reference in fib_sync_down_addr
(bnc#1151927).
- net: ethernet: octeon_mgmt: Account for second possible VLAN
header (bnc#1151927).
- net: fix data-race in neigh_event_send() (bnc#1151927).
- net: qualcomm: rmnet: Fix potential UAF when unregistering
(bnc#1151927).
- net/tls: fix sk_msg trim on fallback to copy mode (bnc#1151927).
- net: usb: qmi_wwan: add support for DW5821e with eSIM support
(bnc#1151927).
- NFC: fdp: fix incorrect free object (bnc#1151927).
- nfc: netlink: fix double device reference drop (bnc#1151927).
- NFC: st21nfca: fix double free (bnc#1151927).
- qede: fix NULL pointer deref in __qede_remove() (bnc#1151927).
- net: mscc: ocelot: don't handle netdev events for other netdevs
(bnc#1151927).
- net: mscc: ocelot: fix NULL pointer on LAG slave removal
(bnc#1151927).
- net/tls: don't pay attention to sk_write_pending when pushing
partial records (bnc#1151927).
- net/tls: add a TX lock (bnc#1151927).
- selftests/tls: add test for concurrent recv and send
(bnc#1151927).
- ipv6: fixes rt6_probe() and fib6_nh->last_probe init
(bnc#1151927).
- net: hns: Fix the stray netpoll locks causing deadlock in NAPI
path (bnc#1151927).
- net: prevent load/store tearing on sk->sk_stamp (bnc#1151927).
- net: sched: prevent duplicate flower rules from tcf_proto
destroy race (bnc#1151927).
- net/smc: fix ethernet interface refcounting (bnc#1151927).
- vsock/virtio: fix sock refcnt holding during the shutdown
(bnc#1151927).
- r8169: fix page read in r8168g_mdio_read (bnc#1151927).
- ALSA: timer: Fix incorrectly assigned timer instance
(bnc#1151927).
- ALSA: bebob: fix to detect configured source of sampling clock
for Focusrite Saffire Pro i/o series (bnc#1151927).
- mm: memcontrol: fix NULL-ptr deref in percpu stats flush
(bnc#1151927).
- mm: memcontrol: fix network errors from failing __GFP_ATOMIC
charges (bnc#1151927).
- mm, meminit: recalculate pcpu batch and high limits after init
completes (bnc#1151927).
- mm: thp: handle page cache THP correctly in PageTransCompoundMap
(bnc#1151927).
- mm, vmstat: hide /proc/pagetypeinfo from normal users
(bnc#1151927).
- dump_stack: avoid the livelock of the dump_lock (bnc#1151927).
- mm: slab: make page_cgroup_ino() to recognize non-compound
slab pages properly (bnc#1151927).
- btrfs: Consider system chunk array size for new SYSTEM chunks
(bnc#1151927).
- btrfs: tree-checker: Fix wrong check on max devid (bnc#1151927).
- btrfs: save i_size to avoid double evaluation of i_size_read
in compress_file_range (bnc#1151927).
- tools: gpio: Use !building_out_of_srctree to determine srctree
(bnc#1151927).
- pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
(bnc#1151927).
- perf tools: Fix time sorting (bnc#1151927).
- perf map: Use zalloc for map_groups (bnc#1151927).
- drm/radeon: fix si_enable_smc_cac() failed issue (bnc#1151927).
- HID: wacom: generic: Treat serial number and related fields
as unsigned (bnc#1151927).
- mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
(bnc#1151927).
- soundwire: depend on ACPI (bnc#1151927).
- soundwire: depend on ACPI || OF (bnc#1151927).
- soundwire: bus: set initial value to port_status (bnc#1151927).
- blkcg: make blkcg_print_stat() print stats only for online blkgs
(bnc#1151927).
- arm64: Do not mask out PTE_RDONLY in pte_same() (bnc#1151927).
- ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address
(bnc#1151927).
- ceph: fix use-after-free in __ceph_remove_cap() (bnc#1151927).
- ceph: fix RCU case handling in ceph_d_revalidate()
(bnc#1151927).
- ceph: add missing check in d_revalidate snapdir handling
(bnc#1151927).
- ceph: don't try to handle hashed dentries in non-O_CREAT
atomic_open (bnc#1151927).
- ceph: don't allow copy_file_range when stripe_count != 1
(bnc#1151927).
- iio: adc: stm32-adc: fix stopping dma (bnc#1151927).
- iio: imu: adis16480: make sure provided frequency is positive
(bnc#1151927).
- iio: imu: inv_mpu6050: fix no data on MPU6050 (bnc#1151927).
- iio: srf04: fix wrong limitation in distance measuring
(bnc#1151927).
- ARM: sunxi: Fix CPU powerdown on A83T (bnc#1151927).
- ARM: dts: imx6-logicpd: Re-enable SNVS power key (bnc#1151927).
- cpufreq: intel_pstate: Fix invalid EPB setting (bnc#1151927).
- clone3: validate stack arguments (bnc#1151927).
- netfilter: nf_tables: Align nft_expr private data to 64-bit
(bnc#1151927).
- netfilter: ipset: Fix an error code in ip_set_sockfn_get()
(bnc#1151927).
- intel_th: gth: Fix the window switching sequence (bnc#1151927).
- intel_th: pci: Add Comet Lake PCH support (bnc#1151927).
- intel_th: pci: Add Jasper Lake PCH support (bnc#1151927).
- x86/dumpstack/64: Don't evaluate exception stacks before setup
(bnc#1151927).
- x86/apic/32: Avoid bogus LDR warnings (bnc#1151927).
- SMB3: Fix persistent handles reconnect (bnc#1151927).
- can: usb_8dev: fix use-after-free on disconnect (bnc#1151927).
- can: flexcan: disable completely the ECC mechanism
(bnc#1151927).
- can: c_can: c_can_poll(): only read status register after
status IRQ (bnc#1151927).
- can: peak_usb: fix a potential out-of-sync while decoding
packets (bnc#1151927).
- can: rx-offload: can_rx_offload_queue_sorted(): fix error
handling, avoid skb mem leak (bnc#1151927).
- can: gs_usb: gs_can_open(): prevent memory leak (bnc#1151927).
- can: dev: add missing of_node_put() after calling
of_get_child_by_name() (bnc#1151927).
- can: mcba_usb: fix use-after-free on disconnect (bnc#1151927).
- can: peak_usb: fix slab info leak (bnc#1151927).
- configfs: fix a deadlock in configfs_symlink() (bnc#1151927).
- ALSA: usb-audio: More validations of descriptor units
(bnc#1151927).
- ALSA: usb-audio: Simplify parse_audio_unit() (bnc#1151927).
- ALSA: usb-audio: Unify the release of usb_mixer_elem_info
objects (bnc#1151927).
- ALSA: usb-audio: Remove superfluous bLength checks
(bnc#1151927).
- ALSA: usb-audio: Clean up check_input_term() (bnc#1151927).
- ALSA: usb-audio: Fix possible NULL dereference at
create_yamaha_midi_quirk() (bnc#1151927).
- ALSA: usb-audio: remove some dead code (bnc#1151927).
- ALSA: usb-audio: Fix copy&paste error in the validator
(bnc#1151927).
- usbip: Implement SG support to vhci-hcd and stub driver
(bnc#1151927).
- HID: google: add magnemite/masterball USB ids (bnc#1151927).
- dmaengine: sprd: Fix the link-list pointer register
configuration issue (bnc#1151927).
- bpf: lwtunnel: Fix reroute supplying invalid dst (bnc#1151927).
- dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
(bnc#1151927).
- dmaengine: xilinx_dma: Fix control reg update in
vdma_channel_set_config (bnc#1151927).
- dmaengine: sprd: Fix the possible memory leak issue
(bnc#1151927).
- HID: intel-ish-hid: fix wrong error handling in
ishtp_cl_alloc_tx_ring() (bnc#1151927).
- powerpc/32s: fix allow/prevent_user_access() when crossing
segment boundaries (bnc#1151927).
- RDMA/mlx5: Clear old rate limit when closing QP (bnc#1151927).
- iw_cxgb4: fix ECN check on the passive accept (bnc#1151927).
- RDMA/siw: free siw_base_qp in kref release routine
(bnc#1151927).
- RDMA/qedr: Fix reported firmware version (bnc#1151927).
- IB/core: Use rdma_read_gid_l2_fields to compare GID L2 fields
(bnc#1151927).
- net/mlx5e: Tx, Fix assumption of single WQEBB of NOP in cleanup
flow (bnc#1151927).
- net/mlx5e: kTLS, Release reference on DUMPed fragments in
shutdown flow (bnc#1151927).
- net/mlx5e: TX, Fix consumer index of error cqe dump
(bnc#1151927).
- net/mlx5: prevent memory leak in mlx5_fpga_conn_create_cq
(bnc#1151927).
- net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dump
(bnc#1151927).
- selftests/bpf: More compatible nc options in test_tc_edt
(bnc#1151927).
- scsi: qla2xxx: fixup incorrect usage of host_byte (bnc#1151927).
- scsi: lpfc: Check queue pointer before use (bnc#1151927).
- scsi: ufs-bsg: Wake the device before sending raw upiu commands
(bnc#1151927).
- ARC: [plat-hsdk]: Enable on-board SPI NOR flash IC
(bnc#1151927).
- RDMA/uverbs: Prevent potential underflow (bnc#1151927).
- bpf: Fix use after free in subprog's jited symbol removal
(bnc#1151927).
- net: stmmac: Fix the problem of tso_xmit (bnc#1151927).
- net: openvswitch: free vport unless register_netdevice()
succeeds (bnc#1151927).
- scsi: lpfc: Honor module parameter lpfc_use_adisc (bnc#1151927).
- scsi: qla2xxx: Initialized mailbox to prevent driver load
failure (bnc#1151927).
- bpf: Fix use after free in bpf_get_prog_name (bnc#1151927).
- iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
(bnc#1151927).
- iwlwifi: pcie: fix all 9460 entries for qnj (bnc#1151927).
- iwlwifi: pcie: 0x2720 is qu and 0x30DC is not (bnc#1151927).
- netfilter: nf_flow_table: set timeout before insertion into
hashes (bnc#1151927).
- drm/v3d: Fix memory leak in v3d_submit_cl_ioctl (bnc#1151927).
- xsk: Fix registration of Rx-only sockets (bnc#1151927).
- net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flag
(bnc#1151927).
- ipvs: don't ignore errors in case refcounting ip_vs module fails
(bnc#1151927).
- ipvs: move old_secure_tcp into struct netns_ipvs (bnc#1151927).
- netfilter: nft_payload: fix missing check for matching length
in offloads (bnc#1151927).
- RDMA/nldev: Skip counter if port doesn't match (bnc#1151927).
- bonding: fix unexpected IFF_BONDING bit unset (bnc#1151927).
- bonding: use dynamic lockdep key instead of subclass
(bnc#1151927).
- macsec: fix refcnt leak in module exit routine (bnc#1151927).
- virt_wifi: fix refcnt leak in module exit routine (bnc#1151927).
- scsi: sd: define variable dif as unsigned int instead of bool
(bnc#1151927).
- usb: dwc3: select CONFIG_REGMAP_MMIO (bnc#1151927).
- usb: fsl: Check memory resource before releasing it
(bnc#1151927).
- usb: gadget: udc: atmel: Fix interrupt storm in FIFO mode
(bnc#1151927).
- usb: gadget: composite: Fix possible double free memory bug
(bnc#1151927).
- usb: gadget: configfs: fix concurrent issue between composite
APIs (bnc#1151927).
- usb: dwc3: remove the call trace of USBx_GFLADJ (bnc#1151927).
- perf/x86/amd/ibs: Fix reading of the IBS OpData register and
thus precise RIP validity (bnc#1151927).
- perf/x86/amd/ibs: Handle erratum #420 only on the affected
CPU family (10h) (bnc#1151927).
- perf/x86/uncore: Fix event group support (bnc#1151927).
- USB: Skip endpoints with 0 maxpacket length (bnc#1151927).
- USB: ldusb: use unsigned size format specifiers (bnc#1151927).
- usbip: tools: Fix read_usb_vudc_device() error path handling
(bnc#1151927).
- RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure case
(bnc#1151927).
- RDMA/hns: Prevent memory leaks of eq->buf_list (bnc#1151927).
- hwmon: (ina3221) Fix read timeout issue (bnc#1151927).
- scsi: qla2xxx: stop timer in shutdown path (bnc#1151927).
- sched/topology: Don't try to build empty sched domains
(bnc#1151927).
- sched/topology: Allow sched_asym_cpucapacity to be disabled
(bnc#1151927).
- nvme-multipath: fix possible io hang after ctrl reconnect
(bnc#1151927).
- net: hisilicon: Fix "Trying to free already-free IRQ"
(bnc#1151927).
- wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
(bnc#1151927).
- net: mscc: ocelot: fix vlan_filtering when enslaving to bridge
before link is up (bnc#1151927).
- net: mscc: ocelot: refuse to overwrite the port's native vlan
(bnc#1151927).
- iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire
A315-41 (bnc#1151927).
- mt76: dma: fix buffer unmap with non-linear skbs (bnc#1151927).
- drm/amdgpu/sdma5: do not execute 0-sized IBs (v2) (bnc#1151927).
- drm/sched: Set error to s_fence if HW job submission failed
(bnc#1151927).
- drm/amdgpu: If amdgpu_ib_schedule fails return back the error
(bnc#1151927).
- drm/amd/display: do not synchronize "drr" displays
(bnc#1151927).
- drm/amd/display: add 50us buffer as WA for pstate switch in
active (bnc#1151927).
- drm/amd/display: Passive DP->HDMI dongle detection fix
(bnc#1151927).
- dc.c:use kzalloc without test (bnc#1151927).
- SUNRPC: The TCP back channel mustn't disappear while requests
are outstanding (bnc#1151927).
- SUNRPC: The RDMA back channel mustn't disappear while requests
are outstanding (bnc#1151927).
- SUNRPC: Destroy the back channel when we destroy the host
transport (bnc#1151927).
- hv_netvsc: Fix error handling in netvsc_attach() (bnc#1151927).
- efi/tpm: Return -EINVAL when determining tpm final events log
size fails (bnc#1151927).
- efi: libstub/arm: Account for firmware reserved memory at the
base of RAM (bnc#1151927).
- x86, efi: Never relocate kernel below lowest acceptable address
(bnc#1151927).
- arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for Kryo
(bnc#1151927).
- usb: dwc3: gadget: fix race when disabling ep with cancelled
xfers (bnc#1151927).
- arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 core
(bnc#1151927).
- arm64: Brahma-B53 is SSB and spectre v2 safe (bnc#1151927).
- arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 core
(bnc#1151927).
- NFSv4: Don't allow a cached open with a revoked delegation
(bnc#1151927).
- net: ethernet: arc: add the missed clk_disable_unprepare
(bnc#1151927).
- igb: Fix constant media auto sense switching when no cable is
connected (bnc#1151927).
- e1000: fix memory leaks (bnc#1151927).
- gve: Fixes DMA synchronization (bnc#1151927).
- ocfs2: protect extent tree in ocfs2_prepare_inode_for_write()
(bnc#1151927).
- pinctrl: cherryview: Fix irq_valid_mask calculation
(bnc#1151927).
- clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM
(bnc#1151927).
- timekeeping/vsyscall: Update VDSO data unconditionally
(bnc#1151927).
- mm/filemap.c: don't initiate writeback if mapping has no dirty
pages (bnc#1151927).
- cgroup,writeback: don't switch wbs immediately on dead wbs if
the memcg is dead (bnc#1151927).
- ARM: dts: stm32: change joystick pinctrl definition on
stm32mp157c-ev1 (bnc#1151927).
- ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing
(bnc#1151927).
- usbip: Fix free of unallocated memory in vhci tx (bnc#1151927).
- bonding: fix using uninitialized mode_lock (bnc#1151927).
- netfilter: ipset: Copy the right MAC address in hash:ip,mac
IPv6 sets (bnc#1151927).
- arm64: errata: Update stale comment (bnc#1151927).
- net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can
run (bnc#1151927).
- drm/i915: Rename gen7 cmdparser tables (bnc#1151927).
- drm/i915: Disable Secure Batches for gen6+ (bnc#1151927).
- drm/i915: Remove Master tables from cmdparser (bnc#1151927).
- drm/i915: Add support for mandatory cmdparsing (bnc#1151927).
- drm/i915: Support ro ppgtt mapped cmdparser shadow buffers
(bnc#1151927).
- drm/i915: Allow parsing of unsized batches (bnc#1151927).
- drm/i915: Add gen9 BCS cmdparsing (bnc#1151927).
- drm/i915/cmdparser: Use explicit goto for error paths
(bnc#1151927).
- drm/i915/cmdparser: Add support for backward jumps
(bnc#1151927).
- drm/i915/cmdparser: Ignore Length operands during command
matching (bnc#1151927).
- drm/i915: Lower RM timeout to avoid DSI hard hangs
(bnc#1151927).
- drm/i915/gen8+: Add RC6 CTX corruption WA (bnc#1151927).
- drm/i915/cmdparser: Fix jump whitelist clearing (bnc#1151927).
- x86/msr: Add the IA32_TSX_CTRL MSR (bnc#1151927).
- x86/cpu: Add a helper function x86_read_arch_cap_msr()
(bnc#1151927).
- x86/cpu: Add a "tsx=" cmdline option with TSX disabled by
default (bnc#1151927).
- x86/speculation/taa: Add mitigation for TSX Async Abort
(bnc#1151927).
- x86/speculation/taa: Add sysfs reporting for TSX Async Abort
(bnc#1151927).
- kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
(bnc#1151927).
- x86/tsx: Add "auto" option to the tsx= cmdline parameter
(bnc#1151927).
- x86/speculation/taa: Add documentation for TSX Async Abort
(bnc#1151927).
- x86/tsx: Add config options to set tsx=on|off|auto
(bnc#1151927).
- x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL
CPUs (bnc#1151927).
- x86/bugs: Add ITLB_MULTIHIT bug infrastructure (bnc#1151927).
- x86/cpu: Add Tremont to the cpu vulnerability whitelist
(bnc#1151927).
- cpu/speculation: Uninline and export CPU mitigations helpers
(bnc#1151927).
- Documentation: Add ITLB_MULTIHIT documentation (bnc#1151927).
- kvm: x86, powerpc: do not allow clearing largepages debugfs
entry (bnc#1151927).
- kvm: mmu: ITLB_MULTIHIT mitigation (bnc#1151927).
- kvm: Add helper function for creating VM worker threads
(bnc#1151927).
- kvm: x86: mmu: Recovery of shattered NX large pages
(bnc#1151927).
- Update config files.
Set X86_INTEL_TSX_MODE_OFF=y (the default)
- commit 0a195a8
- usb: dwc3: pci: prevent memory leak in dwc3_pci_probe
(CVE-2019-18813,bsc#1156278).
- ASoC: SOF: Fix memory leak in sof_dfsentry_write
(CVE-2019-18812,bsc#1156277).
- commit 8a126f1
- Refresh
patches.suse/stacktrace-don-t-skip-first-entry-on-noncurrent-task.patch.
Update upstream status.
- commit baac78a
- Linux 5.3.10 (bnc#1151927).
- usb: gadget: udc: core: Fix segfault if udc_bind_to_driver()
for pending driver fails (bnc#1151927).
- arm64: dts: ti: k3-am65-main: Fix gic-its node unit-address
(bnc#1151927).
- ASoC: pcm3168a: The codec does not support S32_LE (bnc#1151927).
- selftests/powerpc: Fix compile error on tlbie_test due to
newer gcc (bnc#1151927).
- selftests/powerpc: Add test case for tlbie vs mtpidr ordering
issue (bnc#1151927).
- CIFS: Fix retry mid list corruption on reconnects (bnc#1151927).
- platform/x86: pmc_atom: Add Siemens SIMATIC IPC227E to
critclk_systems DMI table (bnc#1151927).
- net/flow_dissector: switch to siphash (bnc#1151927).
- net: bcmgenet: reset 40nm EPHY on energy detect (bnc#1151927).
- net: phy: bcm7xxx: define soft_reset for 40nm EPHY
(bnc#1151927).
- net: netem: correct the parent's backlog when corrupted packet
was dropped (bnc#1151927).
- r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2
(bnc#1151927).
- net: usb: lan78xx: Connect PHY before registering MAC
(bnc#1151927).
- net: reorder 'struct net' fields to avoid false sharing
(bnc#1151927).
- net: netem: fix error path for corrupted GSO frames
(bnc#1151927).
- net: hns3: fix mis-counting IRQ vector numbers issue
(bnc#1151927).
- net: ensure correct skb->tstamp in various fragmenters
(bnc#1151927).
- net: dsa: fix switch tree list (bnc#1151927).
- net: dsa: b53: Do not clear existing mirrored port mask
(bnc#1151927).
- net: bcmgenet: don't set phydev->link from MAC (bnc#1151927).
- ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
(bnc#1151927).
- net/mlx5e: Fix handling of compressed CQEs in case of low NAPI
budget (bnc#1151927).
- net/mlx5e: Fix ethtool self test: link speed (bnc#1151927).
- r8169: fix wrong PHY ID issue with RTL8168dp (bnc#1151927).
- mlxsw: core: Unpublish devlink parameters during reload
(bnc#1151927).
- net/mlx5: Fix rtable reference leak (bnc#1151927).
- net/smc: fix refcounting for non-blocking connect()
(bnc#1151927).
- net/mlx5: Fix flow counter list auto bits struct (bnc#1151927).
- net/mlx5e: Initialize on stack link modes bitmap (bnc#1151927).
- net/mlx5e: Remove incorrect match criteria assignment line
(bnc#1151927).
- net/mlx5e: Determine source port properly for vlan push action
(bnc#1151927).
- rxrpc: Fix handling of last subpacket of jumbo packet
(bnc#1151927).
- net: phylink: Fix phylink_dbg() macro (bnc#1151927).
- keys: Fix memory leak in copy_net_ns (bnc#1151927).
- net/smc: keep vlan_id for SMC-R in smc_listen_work()
(bnc#1151927).
- net/smc: fix closing of fallback SMC sockets (bnc#1151927).
- selftests: fib_tests: add more tests for metric update
(bnc#1151927).
- ipv4: fix route update on metric change (bnc#1151927).
- net: add READ_ONCE() annotation in __skb_wait_for_more_packets()
(bnc#1151927).
- net: use skb_queue_empty_lockless() in busy poll contexts
(bnc#1151927).
- net: use skb_queue_empty_lockless() in poll() handlers
(bnc#1151927).
- udp: use skb_queue_empty_lockless() (bnc#1151927).
- net: add skb_queue_empty_lockless() (bnc#1151927).
- vxlan: check tun_info options_len properly (bnc#1151927).
- udp: fix data-race in udp_set_dev_scratch() (bnc#1151927).
- selftests: net: reuseport_dualstack: fix uninitalized parameter
(bnc#1151927).
- net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
(bnc#1151927).
- net: usb: lan78xx: Disable interrupts before calling
generic_handle_irq() (bnc#1151927).
- net: rtnetlink: fix a typo fbd -> fdb (bnc#1151927).
- netns: fix GFP flags in rtnl_net_notifyid() (bnc#1151927).
- net/mlx4_core: Dynamically set guaranteed amount of counters
per VF (bnc#1151927).
- net: hisilicon: Fix ping latency when deal with high throughput
(bnc#1151927).
- net: fix sk_page_frag() recursion from memory reclaim
(bnc#1151927).
- net: ethernet: ftgmac100: Fix DMA coherency issue with SW
checksum (bnc#1151927).
- net: dsa: bcm_sf2: Fix IMP setup for port different than 8
(bnc#1151927).
- net: annotate lockless accesses to sk->sk_napi_id (bnc#1151927).
- net: annotate accesses to sk->sk_incoming_cpu (bnc#1151927).
- inet: stop leaking jiffies on the wire (bnc#1151927).
- erspan: fix the tun_info options_len check for erspan
(bnc#1151927).
- dccp: do not leak jiffies on the wire (bnc#1151927).
- cxgb4: request the TX CIDX updates to status page (bnc#1151927).
- cxgb4: fix panic when attaching to ULD fail (bnc#1151927).
- nbd: handle racing with error'ed out commands (bnc#1151927).
- nbd: protect cmd->status with cmd->lock (bnc#1151927).
- irqchip/sifive-plic: Skip contexts except supervisor in
plic_init() (bnc#1151927).
- cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs
(bnc#1151927).
- i2c: stm32f7: remove warning when compiling with W=1
(bnc#1151927).
- i2c: stm32f7: fix a race in slave mode with arbitration loss
irq (bnc#1151927).
- i2c: stm32f7: fix first byte to send in slave mode
(bnc#1151927).
- i2c: mt65xx: fix NULL ptr dereference (bnc#1151927).
- irqchip/gic-v3-its: Use the exact ITSList for VMOVP
(bnc#1151927).
- MIPS: bmips: mark exception vectors as char arrays
(bnc#1151927).
- of: unittest: fix memory leak in unittest_data_add
(bnc#1151927).
- ALSA: hda: Add Tigerlake/Jasperlake PCI ID (bnc#1151927).
- selftests: kvm: fix sync_regs_test with newer gccs
(bnc#1151927).
- selftests: kvm: vmx_set_nested_state_test: don't check for
VMX support twice (bnc#1151927).
- ARM: 8926/1: v7m: remove register save to stack before svc
(bnc#1151927).
- drm/komeda: Don't flush inactive pipes (bnc#1151927).
- i2c: aspeed: fix master pending state handling (bnc#1151927).
- ARM: dts: bcm2837-rpi-cm3: Avoid leds-gpio probing issue
(bnc#1151927).
- tracing: Fix "gfp_t" format for synthetic events (bnc#1151927).
- ASoC: SOF: control: return true when kcontrol values change
(bnc#1151927).
- ASoC: Intel: sof-rt5682: add a check for devm_clk_get
(bnc#1151927).
- scsi: hpsa: add missing hunks in reset-patch (bnc#1151927).
- scsi: target: core: Do not overwrite CDB byte 1 (bnc#1151927).
- drm/amdgpu: fix error handling in amdgpu_bo_list_create
(bnc#1151927).
- drm/amdgpu: fix potential VM faults (bnc#1151927).
- ARM: davinci: dm365: Fix McBSP dma_slave_map entry
(bnc#1151927).
- perf kmem: Fix memory leak in compact_gfp_flags() (bnc#1151927).
- 8250-men-mcb: fix error checking when get_num_ports returns
- ENODEV (bnc#1151927).
- perf c2c: Fix memory leak in build_cl_output() (bnc#1151927).
- perf tools: Fix resource leak of closedir() on the error paths
(bnc#1151927).
- arm64: dts: imx8mm: Use correct clock for usdhc's ipg clk
(bnc#1151927).
- arm64: dts: imx8mq: Use correct clock for usdhc's ipg clk
(bnc#1151927).
- ARM: dts: imx7s: Correct GPT's ipg clock source (bnc#1151927).
- ARM: dts: vf610-zii-scu4-aib: Specify 'i2c-mux-idle-disconnect'
(bnc#1151927).
- ARM: dts: imx6q-logicpd: Re-Enable SNVS power key (bnc#1151927).
- arm64: dts: lx2160a: Correct CPU core idle state name
(bnc#1151927).
- arm64: dts: rockchip: Fix usb-c on Hugsun X99 TV Box
(bnc#1151927).
- arm64: dts: rockchip: fix RockPro64 sdmmc settings
(bnc#1151927).
- ARM: 8914/1: NOMMU: Fix exc_ret for XIP (bnc#1151927).
- ARM: 8908/1: add __always_inline to functions called from
__get_user_check() (bnc#1151927).
- scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE
(bnc#1151927).
- scsi: sni_53c710: fix compilation error (bnc#1151927).
- scsi: scsi_dh_alua: handle RTPG sense code correctly during
state transitions (bnc#1151927).
- scsi: qla2xxx: fix a potential NULL pointer dereference
(bnc#1151927).
- ARM: mm: fix alignment handler faults under memory pressure
(bnc#1151927).
- ARM: dts: Use level interrupt for omap4 & 5 wlcore
(bnc#1151927).
- ASoC: simple_card_utils.h: Fix potential multiple redefinition
error (bnc#1151927).
- ASoC: msm8916-wcd-digital: add missing MIX2 path for RX1/2
(bnc#1151927).
- ARM: dts: am3874-iceboard: Fix 'i2c-mux-idle-disconnect' usage
(bnc#1151927).
- arm64: dts: zii-ultra: fix ARM regulator states (bnc#1151927).
- pinctrl: stmfx: fix null pointer on remove (bnc#1151927).
- pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()
(bnc#1151927).
- arm64: dts: rockchip: fix RockPro64 sdhci settings
(bnc#1151927).
- arm64: dts: rockchip: fix RockPro64 vdd-log regulator settings
(bnc#1151927).
- ARM: dts: logicpd-torpedo-som: Remove twl_keypad (bnc#1151927).
- arm64: dts: rockchip: fix Rockpro64 RK808 interrupt line
(bnc#1151927).
- ASoc: rockchip: i2s: Fix RPM imbalance (bnc#1151927).
- ASoC: wm_adsp: Don't generate kcontrols without READ flags
(bnc#1151927).
- regulator: pfuze100-regulator: Variable "val" in
pfuze100_regulator_probe() could be uninitialized (bnc#1151927).
- ASoC: intel: bytcr_rt5651: add null check to
support_button_press (bnc#1151927).
- ASoC: intel: sof_rt5682: add remove function to disable jack
(bnc#1151927).
- ASoC: rt5682: add NULL handler to set_jack function
(bnc#1151927).
- ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture
(bnc#1151927).
- Update config files.
CONFIG_SND_SOC_SOF_HDA_ALWAYS_ENABLE_DMI_L1=n as per default.
- ASoC: SOF: Intel: initialise and verify FW crash dump data
(bnc#1151927).
- ASoC: SOF: Intel: hda: fix warnings during FW load
(bnc#1151927).
- ASoC: SOF: topology: fix parse fail issue for byte/bool tuple
types (bnc#1151927).
- ASoC: SOF: loader: fix kernel oops on firmware boot failure
(bnc#1151927).
- pinctrl: intel: Allocate IRQ chip dynamic (bnc#1151927).
- regulator: ti-abb: Fix timeout in
ti_abb_wait_txdone/ti_abb_clear_all_txdone (bnc#1151927).
- arm64: dts: Fix gpio to pinmux mapping (bnc#1151927).
- arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator
delay (bnc#1151927).
- arm64: dts: allwinner: a64: Drop PMU node (bnc#1151927).
- arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay
(bnc#1151927).
- ASoC: topology: Fix a signedness bug in
soc_tplg_dapm_widget_create() (bnc#1151927).
- regulator: da9062: fix suspend_enable/disable preparation
(bnc#1151927).
- ASoC: wm8994: Do not register inapplicable controls for WM1811
(bnc#1151927).
- ASoC: samsung: arndale: Add missing OF node dereferencing
(bnc#1151927).
- regulator: of: fix suspend-min/max-voltage parsing
(bnc#1151927).
- commit eedf3c5
- fjes: Handle workqueue allocation failure
(CVE-2019-16231,bsc#1150466).
- commit 3bf0c5a
- Linux 5.3.9 (bnc#11519).
- io_uring: fix up O_NONBLOCK handling for sockets (bnc#1151927).
- dm snapshot: introduce account_start_copy() and
account_end_copy() (bnc#1151927).
- dm snapshot: rework COW throttling to fix deadlock
(bnc#1151927).
- Btrfs: fix inode cache block reserve leak on failure to allocate
data space (bnc#1151927).
- btrfs: qgroup: Always free PREALLOC META reserve in
btrfs_delalloc_release_extents() (bnc#1151927).
- iio: adc: meson_saradc: Fix memory allocation order
(bnc#1151927).
- iio: fix center temperature of bmc150-accel-core (bnc#1151927).
- libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature
(bnc#1151927).
- perf tests: Avoid raising SEGV using an obvious NULL dereference
(bnc#1151927).
- perf map: Fix overlapped map handling (bnc#1151927).
- perf script brstackinsn: Fix recovery from LBR/binary mismatch
(bnc#1151927).
- perf jevents: Fix period for Intel fixed counters (bnc#1151927).
- perf tools: Propagate get_cpuid() error (bnc#1151927).
- perf annotate: Propagate perf_env__arch() error (bnc#1151927).
- perf annotate: Fix the signedness of failure returns
(bnc#1151927).
- perf annotate: Propagate the symbol__annotate() error return
(bnc#1151927).
- perf annotate: Fix arch specific ->init() failure errors
(bnc#1151927).
- perf annotate: Return appropriate error code for allocation
failures (bnc#1151927).
- perf annotate: Don't return -1 for error when doing BPF
disassembly (bnc#1151927).
- staging: rtl8188eu: fix null dereference when kzalloc fails
(bnc#1151927).
- RDMA/siw: Fix serialization issue in write_space()
(bnc#1151927).
- RDMA/hfi1: Prevent memory leak in sdma_init (bnc#1151927).
- RDMA/iw_cxgb4: fix SRQ access from dump_qp() (bnc#1151927).
- RDMA/iwcm: Fix a lock inversion issue (bnc#1151927).
- HID: hyperv: Use in-place iterator API in the channel callback
(bnc#1151927).
- kselftest: exclude failed TARGETS from runlist (bnc#1151927).
- selftests/kselftest/runner.sh: Add 45 second timeout per test
(bnc#1151927).
- nfs: Fix nfsi->nrequests count error on nfs_inode_remove_request
(bnc#1151927).
- arm64: cpufeature: Effectively expose FRINT capability to
userspace (bnc#1151927).
- arm64: Fix incorrect irqflag restore for priority masking for
compat (bnc#1151927).
- arm64: ftrace: Ensure synchronisation in PLT setup for
Neoverse-N1 #1542419 (bnc#1151927).
- tty: serial: owl: Fix the link time qualifier of
'owl_uart_exit()' (bnc#1151927).
- tty: serial: rda: Fix the link time qualifier of
'rda_uart_exit()' (bnc#1151927).
- serial/sifive: select SERIAL_EARLYCON (bnc#1151927).
- tty: n_hdlc: fix build on SPARC (bnc#1151927).
- misc: fastrpc: prevent memory leak in fastrpc_dma_buf_attach
(bnc#1151927).
- RDMA/core: Fix an error handling path in 'res_get_common_doit()'
(bnc#1151927).
- RDMA/cm: Fix memory leak in cm_add/remove_one (bnc#1151927).
- RDMA/nldev: Reshuffle the code to avoid need to rebind QP in
error path (bnc#1151927).
- RDMA/mlx5: Do not allow rereg of a ODP MR (bnc#1151927).
- RDMA/mlx5: Order num_pending_prefetch properly with
synchronize_srcu (bnc#1151927).
- RDMA/mlx5: Add missing synchronize_srcu() for MW cases
(bnc#1151927).
- gpio: max77620: Use correct unit for debounce times
(bnc#1151927).
- fs: cifs: mute -Wunused-const-variable message (bnc#1151927).
- arm64: vdso32: Fix broken compat vDSO build warnings
(bnc#1151927).
- arm64: vdso32: Detect binutils support for dmb ishld
(bnc#1151927).
- serial: mctrl_gpio: Check for NULL pointer (bnc#1151927).
- serial: 8250_omap: Fix gpio check for auto RTS/CTS
(bnc#1151927).
- arm64: Default to building compat vDSO with clang when
CONFIG_CC_IS_CLANG (bnc#1151927).
- arm64: vdso32: Don't use KBUILD_CPPFLAGS unconditionally
(bnc#1151927).
- efi/cper: Fix endianness of PCIe class code (bnc#1151927).
- efi/x86: Do not clean dummy variable in kexec path
(bnc#1151927).
- MIPS: include: Mark __cmpxchg as __always_inline (bnc#1151927).
- riscv: avoid kernel hangs when trapped in BUG() (bnc#1151927).
- riscv: avoid sending a SIGTRAP to a user thread trapped in
WARN() (bnc#1151927).
- riscv: Correct the handling of unexpected ebreak in
do_trap_break() (bnc#1151927).
- x86/xen: Return from panic notifier (bnc#1151927).
- ocfs2: clear zero in unaligned direct IO (bnc#1151927).
- fs: ocfs2: fix possible null-pointer dereferences in
ocfs2_xa_prepare_entry() (bnc#1151927).
- fs: ocfs2: fix a possible null-pointer dereference in
ocfs2_write_end_nolock() (bnc#1151927).
- fs: ocfs2: fix a possible null-pointer dereference in
ocfs2_info_scan_inode_alloc() (bnc#1151927).
- btrfs: silence maybe-uninitialized warning in clone_range
(bnc#1151927).
- arm64: armv8_deprecated: Checking return value for memory
allocation (bnc#1151927).
- x86/cpu: Add Comet Lake to the Intel CPU models header
(bnc#1151927).
- sched/fair: Scale bandwidth quota and period without losing
quota/period ratio precision (bnc#1151927).
- sched/vtime: Fix guest/system mis-accounting on task switch
(bnc#1151927).
- perf/core: Rework memory accounting in perf_mmap()
(bnc#1151927).
- perf/core: Fix corner case in perf_rotate_context()
(bnc#1151927).
- perf/x86/amd: Change/fix NMI latency mitigation to use a
timestamp (bnc#1151927).
- drm/amdgpu: fix memory leak (bnc#1151927).
- iio: imu: adis16400: release allocated memory on failure
(bnc#1151927).
- iio: imu: adis16400: fix memory leak (bnc#1151927).
- iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controller
(bnc#1151927).
- MIPS: include: Mark __xchg as __always_inline (bnc#1151927).
- MIPS: fw: sni: Fix out of bounds init of o32 stack
(bnc#1151927).
- s390/cio: fix virtio-ccw DMA without PV (bnc#1151927).
- virt: vbox: fix memory leak in hgcm_call_preprocess_linaddr
(bnc#1151927).
- nbd: fix possible sysfs duplicate warning (bnc#1151927).
- NFSv4: Fix leak of clp->cl_acceptor string (bnc#1151927).
- SUNRPC: fix race to sk_err after xs_error_report (bnc#1151927).
- s390/uaccess: avoid (false positive) compiler warnings
(bnc#1151927).
- tracing: Initialize iter->seq after zeroing in
tracing_read_pipe() (bnc#1151927).
- perf annotate: Fix multiple memory and file descriptor leaks
(bnc#1151927).
- perf/aux: Fix tracking of auxiliary trace buffer allocation
(bnc#1151927).
- USB: legousbtower: fix a signedness bug in tower_probe()
(bnc#1151927).
- nbd: verify socket is supported during setup (bnc#1151927).
- arm64: dts: qcom: Add Lenovo Miix 630 (bnc#1151927).
- arm64: dts: qcom: Add HP Envy x2 (bnc#1151927).
- arm64: dts: qcom: Add Asus NovaGo TP370QL (bnc#1151927).
- rtw88: Fix misuse of GENMASK macro (bnc#1151927).
- s390/pci: fix MSI message data (bnc#1151927).
- thunderbolt: Correct path indices for PCIe tunnel (bnc#1151927).
- thunderbolt: Use 32-bit writes when writing ring
producer/consumer (bnc#1151927).
- fuse: flush dirty data/metadata before non-truncate setattr
(bnc#1151927).
- fuse: truncate pending writes on O_TRUNC (bnc#1151927).
- ALSA: bebob: Fix prototype of helper function to return negative
value (bnc#1151927).
- ALSA: timer: Fix mutex deadlock at releasing card (bnc#1151927).
- ALSA: hda/realtek - Fix 2 front mics of codec 0x623
(bnc#1151927).
- ALSA: hda/realtek - Add support for ALC623 (bnc#1151927).
- ath10k: fix latency issue for QCA988x (bnc#1151927).
- UAS: Revert commit 3ae62a42090f ("UAS: fix alignment of
scatter/gather segments") (bnc#1151927).
- nl80211: fix validation of mesh path nexthop (bnc#1151927).
- USB: gadget: Reject endpoints with 0 maxpacket value
(bnc#1151927).
- usb-storage: Revert commit 747668dbc061 ("usb-storage: Set
virt_boundary_mask to avoid SG overflows") (bnc#1151927).
- USB: ldusb: fix ring-buffer locking (bnc#1151927).
- USB: ldusb: fix control-message timeout (bnc#1151927).
- usb: xhci: fix Immediate Data Transfer endianness (bnc#1151927).
- usb: xhci: fix __le32/__le64 accessors in debugfs code
(bnc#1151927).
- USB: serial: whiteheat: fix potential slab corruption
(bnc#1151927).
- USB: serial: whiteheat: fix line-speed endianness (bnc#1151927).
- xhci: Fix use-after-free regression in xhci clear hub TT
implementation (bnc#1151927).
- scsi: qla2xxx: Fix partial flash write of MBI (bnc#1151927).
- scsi: target: cxgbit: Fix cxgbit_fw4_ack() (bnc#1151927).
- HID: i2c-hid: add Trekstor Primebook C11B to descriptor override
(bnc#1151927).
- HID: Fix assumption that devices have inputs (bnc#1151927).
- HID: fix error message in hid_open_report() (bnc#1151927).
- HID: logitech-hidpp: split g920_get_config() (bnc#1151927).
- HID: logitech-hidpp: rework device validation (bnc#1151927).
- HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()
(bnc#1151927).
- um-ubd: Entrust re-queue to the upper layers (bnc#1151927).
- s390/unwind: fix mixing regs and sp (bnc#1151927).
- s390/cmm: fix information leak in cmm_timeout_handler()
(bnc#1151927).
- s390/idle: fix cpu idle time calculation (bnc#1151927).
- ARC: perf: Accommodate big-endian CPU (bnc#1151927).
- IB/hfi1: Avoid excessive retry for TID RDMA READ request
(bnc#1151927).
- arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by default
(bnc#1151927).
- arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003
(bnc#1151927).
- virtio_ring: fix stalls for packed rings (bnc#1151927).
- rtlwifi: rtl_pci: Fix problem of too small skb->len
(bnc#1151927).
- KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging
is active (bnc#1151927).
- dmaengine: qcom: bam_dma: Fix resource leak (bnc#1151927).
- dmaengine: tegra210-adma: fix transfer failure (bnc#1151927).
- dmaengine: imx-sdma: fix size check for sdma script_number
(bnc#1151927).
- dmaengine: cppi41: Fix cppi41_dma_prep_slave_sg() when idle
(bnc#1151927).
- drm/amdgpu/gmc10: properly set BANK_SELECT and FRAGMENT_SIZE
(bnc#1151927).
- drm/i915: Fix PCH reference clock for FDI on HSW/BDW
(bnc#1151927).
- drm/amdgpu/gfx10: update gfx golden settings (bnc#1151927).
- drm/amdgpu/powerplay/vega10: allow undervolting in p7
(bnc#1151927).
- drm/amdgpu: Fix SDMA hang when performing VKexample test
(bnc#1151927).
- NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid()
(bnc#1151927).
- io_uring: ensure we clear io_kiocb->result before each issue
(bnc#1151927).
- iommu/vt-d: Fix panic after kexec -p for kdump (bnc#1151927).
- batman-adv: Avoid free/alloc race when handling OGM buffer
(bnc#1151927).
- llc: fix sk_buff leak in llc_sap_state_process() (bnc#1151927).
- llc: fix sk_buff leak in llc_conn_service() (bnc#1151927).
- rxrpc: Fix call ref leak (bnc#1151927).
- rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record
(bnc#1151927).
- rxrpc: Fix trace-after-put looking at the put peer record
(bnc#1151927).
- NFC: pn533: fix use-after-free and memleaks (bnc#1151927).
- bonding: fix potential NULL deref in bond_update_slave_arr
(bnc#1151927).
- netfilter: conntrack: avoid possible false sharing
(bnc#1151927).
- net: usb: sr9800: fix uninitialized local variable
(bnc#1151927).
- sch_netem: fix rcu splat in netem_enqueue() (bnc#1151927).
- net: sched: sch_sfb: don't call qdisc_put() while holding tree
lock (bnc#1151927).
- iwlwifi: exclude GEO SAR support for 3168 (bnc#1151927).
- sched/fair: Fix low cpu usage with high throttling by removing
expiration of cpu-local slices (bnc#1151927).
- ALSA: usb-audio: DSD auto-detection for Playback Designs
(bnc#1151927).
- ALSA: usb-audio: Update DSD support quirks for Oppo and Rotel
(bnc#1151927).
- ALSA: usb-audio: Add DSD support for Gustard U16/X26 USB
Interface (bnc#1151927).
- RDMA/mlx5: Use irq xarray locking for mkey_table (bnc#1151927).
- sched/fair: Fix -Wunused-but-set-variable warnings
(bnc#1151927).
- powerpc/powernv: Fix CPU idle to be called with IRQs disabled
(bnc#1151927).
- Revert "nvme: allow 64-bit results in passthru commands"
(bnc#1151927).
- Revert "ALSA: hda: Flush interrupts on disabling" (bnc#1151927).
- commit b0d4923
- rpm/kernel-binary.spec.in: add COMPRESS_VMLINUX (bnc#1155921)
Let COMPRESS_VMLINUX determine the compression used for vmlinux. By
default (historically), it is gz.
- commit c8b2d9f
- ALSA: hda/ca0132 - Fix possible workqueue stall (bsc#1155836).
- commit 98ead79
- stacktrace: Don't skip first entry on noncurrent tasks
(bnc#1154866).
Update upstream status.
- commit f4d9b5e
- rpm/kernel-subpackage-spec: Mention debuginfo in the subpackage
description (bsc#1149119).
- commit 525ec92
- ata: make qc_prep return ata_completion_errors (bnc#1110252).
- ata: define AC_ERR_OK (bnc#1110252).
- ata: sata_mv, avoid trigerrable BUG_ON (bnc#1110252).
- commit 8bf663b
==== kfilemetadata5 ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
* Fix crash in writer collection and cleanup
==== kgamma5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== kgeography ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kget ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kglobalaccel ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
==== kgoldrunner ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== khangman ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== khelpcenter5 ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kholidays ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== khotkeys5 ====
Version update (5.17.2 -> 5.17.3)
- Use pkgconfig(xtst) instead
- Add libXtst-devel to build requirements, fixes boo#1153789
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== khtml ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Extend KHtmlView::print() to use a predefined QPrinter instance (kde#405011)
==== ki18n ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Add KLocalizedString::untranslatedText
* Fix build with BUILD_WITH_QML=OFF and BUILD_TESTING=ON
* Use ECMGenerateExportHeader to manage deprecated API better
* Replace all qWarning and related calls with categorised logging
==== kiconthemes ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Fix usage of the new deprecation macros for assignIconsToContextMenu
* Deprecate KIconTheme::assignIconsToContextMenu
* Use ECMGenerateExportHeader to manage deprecated API better
==== kidentitymanagement ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kig ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kimagemapeditor ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kimap ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kinfocenter5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== kinit ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Port away from deprecated KService::path()
==== kio ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Too many changes since 5.63.0, only listing bugfixes:
* Treat "application/x-ms-dos-executable" as executable on all platforms (kde#412694)
- Drop kio-5.63.0-fix-depth-with-kdav.patch. Merged upstream.
==== kio-extras5 ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* fix password error condition handling of smb mount
* improve error reporting for when kpasswdserver is unreachable
- Add upstream patch to support building with newer libssh:
* 0001-make-the-libssh-finder-ensure-the-new-ssh-target-is-.patch
==== kio_audiocd ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kipi-plugins ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kirigami2 ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Too many changes since 5.63.0, only listing bugfixes:
* highlight on mouseover only when more than one page (kde#410673)
==== kiriki ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kitemviews ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* [RFC] Unify style of new Kirigami.ListSectionHeader and CategoryDrawer
* Use ECMGenerateExportHeader to manage deprecated API better
==== kiten ====
Version update (19.08.2 -> 19.08.3)
Subpackages: fonts-KanjiStrokeOrders kiten-lang
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kitinerary ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Better end time default for restaurant reservations without an end time
* Fix compatibility with Poppler 0.82
==== kjobwidgets ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== kjumpingcube ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kldap ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kleopatra ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== klines ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kmag ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kmahjongg ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Add Icons To Executable
==== kmail ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Fix Bug 412895 - Attachment detector should not trigger while saving as draft (kde#412895)
==== kmail-account-wizard ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kmailtransport ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kmenuedit5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== kmime ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kmines ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kmousetool ====
Version update (19.08.2 -> 19.08.3)
- Add Fix-build-with-Qt-5_14.diff to fix build with Qt 5.14.
- Use cmake() style BuildRequires when possible.
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kmouth ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kmplot ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== knavalbattle ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== knetwalk ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== knewstuff ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Ensure that the changedEntries property is correctly propagated
* Fix KNSCore::Cache fetching when initialising Engine (kde#408716)
* Use ECMGenerateExportHeader to manage deprecated API better
==== knotes ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== knotifications ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* [KStatusNotifierItem] Allow left click when menu is null
* Remove Growl support
* Add and enable Notification Center support in macOS
==== knotifyconfig ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== kolf ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kollision ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kolourpaint ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kompare ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== konquest ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Fix struct Prototype of GameOptions
==== konsole ====
Version update (19.08.2 -> 19.08.3)
- Add Fix-tabs-not-indicating-activity.patch to fix indicating
activity in background tabs (kde#406828)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Fix scrollbar position (kde#412348)
==== kontact ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kontactinterface ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kopete ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* libiris: Stop using qt_wrap_cpp()
* Fix missing parentheses around macro
==== korganizer ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* NavBar: Use standaloneMonthName instead of monthName
* Make Get New Stuff work again
==== kpackage ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
==== kparts ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
==== kpat ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kpeople5 ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Unbreak build: limit DISABLE_DEPRECATED for KService to < 5.0
* Port away from deprecated KF5 API.
==== kpimtextedit ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kpty ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== kreversi ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Remove Include of unistd.h
* Add Icons To Executable
==== kross ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== kruler ====
Version update (19.08.2 -> 19.08.3)
- Add 0001-Make-it-compiles-without-deprecated-method.patch to fix build with Qt 5.14.
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kscreen5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* fix(kded): read rotated output size (kde#413627)
* fix: use output hashMd5 for control files
* fix: create control files only when needed
==== kscreenlocker ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== kservice ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Theses methods were adding in qt5.15
* Make it compile against qt5.15 without deprecated method
* KService: fix kded compilation with -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00
* Use ECMGenerateExportHeader to manage deprecated API better
==== kshisen ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Add Icons To Executable
==== ksirk ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== ksmtp ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kspaceduel ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== ksquares ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== ksshaskpass5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== ksudoku ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== ksysguard5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== ksystemlog ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kteatime ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== ktexteditor ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Too many changes since 5.63.0, only listing bugfixes:
* fix crash (kde#413474)
* add missing s (kde#413158)
- Drop 0001-fix-crash-in-variableexpansionhelpers.patch. Merged upstream.
==== ktextwidgets ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Remove call to no longer needed KIconTheme::assignIconsToContextMenu
* Use ECMGenerateExportHeader to manage deprecated API better
==== ktimer ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== ktouch ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Disable QML Precompilation by Default
==== ktuberling ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kturtle ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kubrick ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kunitconversion ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== kwallet ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Port away from KF5 deprecated API: use setWindowIcon
==== kwalletmanager5 ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kwidgetsaddons ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Set QT_DISABLE_DEPRECATED_BEFORE=0x050d00
* Use ECMGenerateExportHeader to manage deprecated API better
==== kwin5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* [wayland] Fix sha check of filtered applications
* [effects/startupfeedback] Fallback to small icon size when no cursor size is configured (kde#413605)
- Add patch to disarm wayland interface filter:
* 0001-Bypass-wayland-interface-blacklisting.patch
==== kwindowsystem ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Set QT_DISABLE_DEPRECATED_BEFORE and others
* Use ECMGenerateExportHeader to manage deprecated API better
==== kwordquiz ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== kxmlgui ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* fix default shortcut detection
* Use ECMGenerateExportHeader to manage deprecated API better
==== libgnomekbd ====
- Add explicit conflicts in typelib-1_0-Gkbd-3_0 and gnomekbd-tools
against libgnomekbd < 3.26.1, before package split was done.
==== libgravatar ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkcddb ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkcompactdisc ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkdecoration2 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== libkdegames ====
Version update (19.08.2 -> 19.08.3)
Subpackages: kdegames-carddecks-default libkdegames-lang
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkdepim ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkeduvocdocument ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkgapi ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkleo ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkmahjongg ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libkomparediff2 ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libksane ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libksieve ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== libksysguard5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== librsvg ====
- Add patches to fix coloring of symbolic icons (glgo#GNOME/librsvg#525):
* 0001-croco.rs-Add-struct-definition-for-CRSimpleSel.patch
* 0002-Compute-the-specificity-of-CSS-selectors.patch
* 0003-525-Consider-specificity-when-applying-CSS-selector-.patch
- Remove BuildRequires rust-std. The replacement rust-std-static
is already required by rust.
==== libvirt ====
Version update (5.8.0 -> 5.9.0)
- libxl: Fix lock manager lock ordering
2552752f-libxl-fix-lock-manager-lock-ordering.patch
bsc#1145774
- spec: Forcibly remove '--listen' option from LIBVIRTD_ARGS in
/etc/sysconfig/libvirtd since it is incompatible with socket
activation. Also add '--timeout' option for consistency with
upstream.
boo#1156161
- Enable automatic firmware seletction and add the new smm
flavor to the build-time firmware list
jsc#SLE-6997
- Update to libvirt 5.9.0
- jsc#SLE-7440
- Many incremental improvements and bug fixes, see
https://libvirt.org/news.html
==== lokalize ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== lskat ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== mailcommon ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== mailimporter ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== mariadb ====
Version update (10.3.18 -> 10.3.20)
- update to 10.3.20
* notable changes for 10.3.20
* MDEV-20987: InnoDB fails to start when FTS table has FK relation
* notable changes for 10.3.19
* MDEV-20864: Debug-only option innodb_change_buffer_dump for
dumping the contents of the InnoDB change buffer to the
server error log at startup.
* MariaBackup:
* MDEV-18438: mbstream recreates xtrabackup_info on same
directory as backup file
* MDEV-20703: mariabackup creates binlog files in serve
binlog directory on --prepare --export step
* FULLTEXT INDEX:
* MDEV-19647: Server hangs after dropping full text indexes
and restart
* MDEV-19529: InnoDB hang on DROP FULLTEXT INDEX
* MDEV-19073: FTS row mismatch after crash recovery
* MDEV-20621: FULLTEXT INDEX activity causes InnoDB hang
* MDEV-20927: Duplicate key with auto increment
* ALTER TABLE:
* MDEV-20799: DROP Virtual Column crash
* MDEV-20852: BtrBulk is unnecessarily holding dict_index_t::lock
* System-Versioned Tables:
* MDEV-16210: FK constraints on versioned tables use historical
rows, which may cause constraint violation
* MDEV-20812: Unexpected ER_ROW_IS_REFERENCED_2 or server
crash in row_ins_foreign_report_err upon DELETE from
versioned table with FK
* Galera wsrep library updated to 25.3.28
* Fixes for the following security vulnerabilities:
CVE-2019-2974, CVE-2019-2938
* release notes and changelog:
https://mariadb.com/kb/en/library/mariadb-10320-release-notes
https://mariadb.com/kb/en/library/mariadb-10320-changelog
https://mariadb.com/kb/en/library/mariadb-10319-release-notes
https://mariadb.com/kb/en/library/mariadb-10319-changelog
- remove mariadb-10.3.17-fix_ppc_build.patch (applied upstream)
- refresh
* mariadb-10.2.4-logrotate.patch
* mariadb-10.0.15-logrotate-su.patch
==== mbox-importer ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== messagelib ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Fix search external reference
==== milou5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== mutt ====
Version update (1.11.3 -> 1.12.2)
Subpackages: mutt-doc mutt-lang
- Update to mutt 1.12.2 (2019-09-21):
+ $fcc_before_send, when set, causes Fcc to occur before sending instead of
afterwards. When set, the message is saved as-sent; please see the
documentation for details.
! $ssl_use_tlsv1 and $ssl_use_tlsv1_1 now default to unset.
+ $auto_subscribe, when set, automatically adds an email with the List-Post
header to the subscribe list.
! Fcc now occurs after sending a message. If the fcc fails, mutt will prompt
to try again, or to try another mailbox.
+ Basic protected header ("memory hole") support added for the Subject header.
See the config vars: $crypt_protected_headers_read,
$crypt_protected_headers_save, $crypt_protected_headers_subject,
and $crypt_protected_headers_write.
! Color names can be prefixed with "light" in addition to "bright". "bright"
colors are bold face, while "light" are non-bold.
! Color commands can now include an attribute (e.g. bold, underline).
! $pgp_use_gpg_agent defaults set.
+ <descend-directory> in the browser menu allows entering nested maildir
directories.
+ <group-chat-reply> replies to all, but preserves To recipients in the reply.
+ $include_encrypted, default unset, prevents separately encrypted contents
from being included in a reply. This helps to prevent a decryption oracle
attack.
! With gpgme >= 1.11, recipient keys with a trailing '!' now force subkey use,
as with classic gpg.
! In send mode, %{charset} mailcap expansion uses the current charset of the
file.
+ $imap_fetch_chunk_size allows fetching new headers in groups of this size.
This might help with timeouts during opening of huge mailboxes.
If you have huge mailboxes, you should also try $imap_qresync.
! <toggle-write> can be invoked from the pager too.
+ The $forward_attachments quadoption allows including attachments in
inline-forwards (i.e. $mime_forward unset, $forward_decode set.)
- Add patch mutt-Fix-SIGQUIT-handling.patch for boo#1156477e
* Mutt has an option to ask before quitting on ^C but quits immediately on ^4
- Port main patch, that is mutt-1.10.0.dif becomes now mutt-1.12.2.dif
- Refresh patches
* aw.listreply.diff
* bsc907453-CVE-2014-9116-jessie.patch
* bug-676388-largefile.patch
* mutt-1.10.1-imap.patch
* mutt-1.5.15-wrapcolumn.diff
* mutt-1.5.20-sendgroupreplyto.diff
Note that the new <group-chat-reply> function behaves the same way without
hard setting the option send_group_reply_to
* mutt-1.5.21-mailcap.diff
* mutt-1.5.23-carriage-return.path
* mutt-1.5.9i-pgpewrap.diff
* mutt-1.6.1-opennfs.dif
* patch-1.5.24.vk.pgp_verbose_mime
* widechar.sidebar.dif
Fix SIGQUIT handling (boo#1156477).
+ mutt-Fix-SIGQUIT-handling.patch
==== obs-service-format_spec_file ====
Version update (20190411 -> 20191114)
- Update to version 20191114:
* Use copyright line without the . at the end
- Update to version 20191106:
* treat %global like %define (handle issue#17) (#38)
* change copyright entry to SUSE LLC (handle issue#35) (#36)
* reformat url as uppercase URL (handle issue#24) (#37)
==== okular ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* AnnotWindow: Always show creation time in local time (kde#413591)
* don't crash on nullptr pdfOptionsPage
==== osc ====
Version update (0.166.1 -> 0.166.2)
- 0.166.2
* Don't enforce password reuse (boo#1156501)
* Config option check_for_requests_on_action is now
activated by default.
Use check_for_request_on_action = 0 in oscrc to
disable it
* osc vc --file=foo bar.changes now writes the content
from foo into bar.changes instead of creating a new file
(boo#1155953)
* fix output for missing pubkey when using http_debug=1 on
osc build
* fix crash of osc linkpac when there is already a _link
==== osinfo-db ====
Version update (20190920 -> 20191108)
- Update database to version 20191108
osinfo-db-20191108.tar.xz
==== oxygen5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== oxygen5-icon-theme ====
Version update (5.63.0 -> 5.64.0)
Subpackages: oxygen5-icon-theme-large
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== parley ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== parole ====
Version update (1.0.3 -> 1.0.5)
- Update to version 1.0.5
* Fix creation and cleanup of thumbnails (bxo#16026)
* Fix volume hotkeys in fullscreen (bxo#16005)
* Fix compiler warnings
* Translation Updates
==== perl-HTML-Clean ====
Version update (1.2 -> 1.4)
- Manually fix typos (PR https://github.com/poizon/HTML-Clean/pull/7 is still
open)
- updated to 1.4
see /usr/share/doc/packages/perl-HTML-Clean/Changes
==== perl-HTTP-Cookies ====
Version update (6.05 -> 6.06)
- updated to 6.06
see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
6.06 2019-11-12 14:28:31Z
- Make test pass in 2025 (GH#56) (Bernhard M. Wiedemann)
==== perl-HTTP-Date ====
Version update (6.02 -> 6.03)
- updated to 6.03
see /usr/share/doc/packages/perl-HTTP-Date/Changes
==== php7 ====
- Do not add the generic provides to the php7-test package.
==== pim-data-exporter ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== pim-sieve-editor ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== pimcommon ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== plasma-browser-integration ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== plasma-framework ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* map disabledTextColor to ColorScope
* add DisabledTextColor to Theme
* [PC3/button] Elide text always
* Improve panel options menu entries
* edit mode action
* Use ECMGenerateExportHeader to manage deprecated API better
* [icons/media.svg] Add 16 & 32px icons, update style
* [PlasmaComponents3] Fix checkable toolbutton background
==== plasma-nm5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== plasma5-addons ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* [applets/weather] Reduce label minimum width to accommodate narrow vertical panels (kde#413592)
* [applets/weather] Don't show temp label in panel when it's blank (kde#413702)
==== plasma5-desktop ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* [Cursor Theme KCM] Elide size ComboBox text
* [Night Color KCM] Reset seconds and milliseconds in provided timings
==== plasma5-integration ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.17.3
==== plasma5-pa ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== plasma5-workspace ====
Version update (5.17.2 -> 5.17.3)
Subpackages: plasma5-session plasma5-session-wayland plasma5-workspace-lang
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* Fix binding loop in lockscreen media controls (kde#413087)
* update panel shadows when background hints are changed
* [Slideshow] Reenable other modes
* Make env in plasma-sourceenv.sh call portable
==== polkit-kde-agent-5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== powerdevil5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- No code changes since 5.17.2
==== pragha ====
Version update (1.3.99 -> 1.3.99.1)
- Fix CPPFLAGS to use current versions.
- Fix the source URL.
- try to fix crazy deps explosion by packaging libpragha.so in main
pragha package
- do not package plugins again in plugins-devel package
- Update to 1.3.99.1 (1.4 RC)
* Shows temporary messages or services errors such as
in-app-notifications.
* Replace the status bar with a floating bar that does not require
so much space.
* Huge refactoring of the mtp plugin. Everything runs in
a second thread.
* Split Pragha between the application and a library to link
the plugins.
* Add proxy setting to song-info plugin.
* Introduce PraghaTempProvider but not used yet.
* Move background tasks popover to main toolbar.
* Strip accentuation and others characters when approximate search.
Issue #146
* Send notification when finished ampache or koel import
* Use popovers in the menus of sidebars.
* Improve metadata for appstream. Issue #152
* Adjust copyright mentioning Consonance.
* Convert the status bar to an floating bar.
* Implement upgrade Koel and Ampache from library pane menu.
* Ampache: Reports when the server is empty.
* Save the list of suggestions with the original information.
* Show and hide the status bar automatically.
* Depends on xdt-csource instead of exo-csource to compile the menus.
* Add option to ignore playback errors to continue with others songs.
* Vizualizer: Not saturate particles so much but give them
more dynamics.
* Last.fm: Postpose update current song when a scrobble is pending.
Improve issue #142
* Tune.In: Find the first audio between all results.
* Rename dbus and appstream ids to better reverse-DNS domain.
Issue #117
* Don't use deprecated g_type_class_add_private.
* Port the status icon menu to GktBuilder/GMenu/GAction.
* Port part of library pane to GtkBuilder/GMenu.
* Fix a lot of deprecations messages.
* Fix ghost row (null null), in the list of similar songs
* Fix pulse indication in filter entry while search.
* DLNA client.. Force load glr-dleyna plugin.
* Various fixes to compile pragha with msys2
==== purpose ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* autotests: simplify the code using job->exec().
* i18n: Add ellipsis to action items (X-Purpose-ActionDisplay)
==== qemu ====
Subpackages: qemu-seabios qemu-vgabios
- Fix %arm builds
==== read-only-root-fs ====
Version update (1.0+git20190607.11f8587 -> 1.0+git20191112.42add9e)
- Update to version 1.0+git20191112.42add9e:
* Add RequiresMountsFor=/etc override for systemd-udevd.service
==== rpm-config-SUSE ====
Version update (0.g42 -> 0.g45)
- Update to version 0.g45:
* Use -flto=auto for _lto_cflags for now
- Update to version 0.g44:
* Sync specfile changes
* Add _lto_cflags to suse_macros for now
==== snapper ====
Version update (0.8.5 -> 0.8.6)
- add --machine-readable option for CSV and JSON outputs.
- add --columns option for selecting columns in the commands list,
list-configs and get-config.
- bsc#1149322
- version 0.8.6
==== solid ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* Use ECMGenerateExportHeader to manage deprecated API better
* Don't build static library when BUILD_TESTING=OFF
==== sonnet ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- No code change since 5.63.0
==== spec-cleaner ====
Version update (1.1.5 -> 1.1.7)
- Update to 1.1.7 bsc#1099674:
* Fix a duplication with new SUSE copyright line
* Exclude all pom_ macros from bracketing
- Update to 1.1.6 bsc#1099674:
* Do not remove groups by default. Now, groups are kept untouched
by default. Introduce a new option '--remove-groups' that
removes Group tags from the specfile. Remove '--preserve_groups'
option.
* Say goodbye to setup.py test usage as it is deprecated
* Update the copyring and SUSE header string wrt #264
* Ignore hpc_configure macro from bracketing
==== spectacle ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Make all buttons in the main window activatable with enter (kde#412184)
==== step ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== subversion ====
Version update (1.12.2 -> 1.13.0)
- Apache Subversion 1.13.0:
* New 'svnadmin rev-size' command to report revision size
* Performance improvement for 'svn st' etc., in WC SQLite DB
* Fix 'svn patch' setting mode 0600 on patched files with props
* Fix "svn diff --changelist ARG" broken in subdirectories
* Fix misleading 'redirect cycle' error on a non-repository URL
* svnserve: Report some errors that were previously ignored
* Make server code more resilient to malformed paths and URLs
* Make dump stream parser more resilient to malformed dump stream
* mod_dav_svn: Fix missing Last-Modified header on 'external' GET requests
* Fix excessive memory usage in some cases reading binary data
==== sweeper ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
==== syntax-highlighting ====
Version update (5.63.0 -> 5.64.0)
- Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
- Changes since 5.63.0:
* VHDL: all keywords are insensitive (kde#413409)
* Add string escape characters to PowerShell syntax.
* Modelines: fix end of comment
* Meson: more built-in functions and add built-in member functions
* debchangelog: add Focal Fossa
* Updates from CMake 3.16
* use the new ECM provided clang-format target
* Meson: Add a comment section for comment/uncomment with Kate
* TypeScript: update grammar and fixes
==== systemsettings5 ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* [Icon View] Don't use dialog-warning emblem on icon when KCM requires authentication (kde#413183)
==== thunar ====
Version update (1.8.9 -> 1.8.11)
- Update to version 1.8.11
- Thunar 1.8.10 crashing on startup in FreeBSD and Fedora,
caused by nonfunctional pango version check (bxo#16136, bxo#16138)
- Translation Updates
- Update to version 1.8.10
- Allow compilation with panel 4.15
- thunar-job: keep track of number of processed files (bxo#16117)
- No context menu on right-click when started via trash-panel-plugin
(bxo#16000)
- icon text now centered after unchecking "Text besides icons"
- Remove the vertical gap between icon and label (bxo#16041)
- Fix icon view alignment (bxo#16107)
- Not possible to grab scrollbar on the very right pixels when maximized
(bxo#16050)
- Wrap text of error dialog
- Not possible to empty the trash via the pathbar context menu
- Crash on refresh if remote folder has been removed (bxo#15961)
- Center action buttons in conflict dialog window (bxo#15973)
- Ensure UCAs use currently selected file path (bxo#15119)
- make filename label selectable in conflict dialog window
- Center action buttons in conflict dialog window (bxo#15973)
- Clear UCA shortcut when the action is deleted
- Prevent Gtk-CRITICAL when adding or modifying a UCA
- Thunar SendTo Email: Add missing archive formats (bxo#15917)
- sendto plugin: fix content type resolution. (bxo#15916)
- sendto plugin: extract function tse_file_is_archive (bxo#15916)
- All glory to lowercase (bxo#15394)
- mismatched names between thunar.appdata.xml and thunar.desktop
(bxo#15498)
- Remove superfluous .desktop file "Thunar-folder-handler.desktop.in"
(bxo#15467)
- Prevent unnecessary fallback copy-delete in file move when
overwriting
- Fix possible memory leak
- Fix popup menus size (bxo#15832)
- Add Alt+D as accelerator for Open Location (bxo#15828)
- Do not insert hyphens at intra-word line breaks (bxo#15856)
- Dropped obsolete patch thunar-1.8-appdata.patch as fixed upstream
(bxo#15498)
==== umbrello ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- Changes since 19.08.2:
* Cleanup of generated c++ code (kde#413574)
* cppwriter: In case of interfaces, do not write a superfluous .cpp file
* When creating class methods for an interface through the user interface set abstract and virtual attributes (kde#413519)
* Fixes missing initialisation of members m_inline and m_abstract of class UMLOperation
* Disable unrelated checkboxes in operation property dialog for interfaces
* cppwriter: Add support for writing abstract methods
==== virt-manager ====
Subpackages: virt-install virt-manager-common
- Upstream bug fixes (bsc#1027942)
1547e16d-domcapabilities-Get-video-devices.patch
2e20b128-domcapabilities-Add-supports_video_bochs.patch
ae19d6d6-fix-resizing-of-spice-clients-with-guest-resizing-enabled.patch
51d84c54-connection-Avoid-repeated-default-pool-creation-attempts.patch
d934d6f2-domcaps-Fix-check-for-uncached-security-features.patch
==== webkit2gtk3 ====
Version update (2.26.1 -> 2.26.2)
- Add webkit2gtk3-icu-build-fix.patch: fix build with icu 65.1.
- Only use wpe and xdg-dbus-proxy/bubblewrap for TW and
SLE-15-SP2 / leap 15.2.
- Don't pass -DENABLE_BUBBLEWRAP_SANDBOX=ON; it is on by default.
- Remove conditionals for EOL versions of openSUSE.
- Always build with python3; remove the conditional.
- Update to version 2.26.2 (boo#1156318):
+ Improve performance of querying system fallback fonts.
+ Don't use prgname in dbus-proxy socket path.
+ Fix thread-safety issues in image decoders.
+ Fix the build with WebDriver disabled.
+ Disable accelerated compositing when we fail to initialize the
EGL dispaly under Wayland.
+ Fill the objects category in emoji picker.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2019-8812, CVE-2019-8814.
==== xdg-desktop-portal-kde ====
Version update (5.17.2 -> 5.17.3)
- Update to 5.17.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.3.php
- Changes since 5.17.2:
* Un-break remote input portal
==== yakuake ====
Version update (19.08.2 -> 19.08.3)
- Update to 19.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.3.php
- No code change since 19.08.2
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
1
0
[opensuse-arm] Is there such an image available please?
by jimmypierre.rouen.france@gmail.com 20 Nov '19
by jimmypierre.rouen.france@gmail.com 20 Nov '19
20 Nov '19
Greetings,
I have searched most repositories and cannot find an openSUSE image with
Qcow2 extension and *ready* to run just as in the Cloud.
The nearest I came to was
openSUSE-Leap-15.1-ARM-XFCE-efi.aarch64-2019.05.17-Snapshot1.62.raw.xz
I will post on our blog what we are up to.
We are having a lot of fun :)
Best wishes,
Jimmy Pierre
President
Nui.fr
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
2
2
20 Nov '19
Hello!
I recently got a retro game handheld GameShell/clockworkPi (Allwinner R16) which runs Debian. I am thinking to install openSUSE Tumbleweed on it but here isn't an image for it.
I have some packaging experience but never built any images for ARM devices. Where should I start?
Thanks!
--
Guo Yunhe / @guoyunhe / guoyunhe.me
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
2
2
18 Nov '19
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 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=3&versio…
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:
NetworkManager
PackageKit
abcde
autoconf
autoconf-el
bogofilter
boost-base
elementary-xfce-icon-theme (0.13.1+git37.828aa1a8 -> 0.14+git5.36fd0049)
engrampa (1.23.0 -> 1.23.1)
hwdata (0.328 -> 0.329)
inkscape
kdevelop5 (5.4.3 -> 5.4.4)
ktouch (19.08.0 -> 19.08.2)
ovmf
perl-Archive-Zip (1.64 -> 1.67)
perl-Mojolicious (8.25 -> 8.26)
publicsuffix (20190808 -> 20191025)
python-rpm-macros (20190610.2ee3233 -> 20191104.08e6493)
qemu
samba (4.11.0+git.95.c88b5f2c0c6 -> 4.11.2+git.99.f93cc798f2e)
system-tuning-common-SUSE
texinfo (6.6 -> 6.7)
texlive-specs-m (2019.167.svn49390 -> 2019.168.svn49390)
texlive-specs-n (2019.167.2.004svn48145 -> 2019.168.2.004svn48145)
xdg-utils
xfce4-screenshooter (1.9.6 -> 1.9.7)
xfce4-whiskermenu-plugin (2.3.3 -> 2.3.4)
xreader
xslide
=== Details ===
==== NetworkManager ====
- Drop NetworkNanager-client recommends: this is no longer needed,
as NM itself ships a frontend by now (nmtui). If a DE has a
better way to manage NM (by means of applets or other way of
integration) it is up to the DE to depend on the applets.
==== PackageKit ====
- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch,
rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch,
add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch:
zypp: Don't set upgrade mode in update-packages
(gh#hughsie/PackageKit#345).
- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates
in Tumbleweed(gh#hughsie/PackageKit#343).
- Modify PackageKit-systemd-timers.patch: Port the cron
configuration variables to the script, and add -sendwait
parameter to mail in the script(bsc#1130306).
- Refresh patches with quilt.
- Drop PackageKit-cron-without-sleep.patch: Not needed for any
current version of openSUSE.
- Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency,
drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333).
- Add autoconf-archive BuildRequires and run autogen.sh, needed as
above patch touches buildsystem.
- Add PackageKit-zypp-fix-what-provides-newest-filter.patch:
zypp: Add support for newest filter in what-provides(bsc#984865,
gh#hughsie/PackageKit#335).
- Rename PackageKit-remove-default-thread-check.patch to
PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch,
and update it with the one accepted upstream.
- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed
package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).
- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch
to fix switch to upgrade mode in the backend
- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules
file (bsc#1125434).
- Limit fdupes to the btrfs subvolume.
- Combine %service_* calls to reduce generated boilerplate.
- Redo summaries without em dashes.
- Reduce %systemd_requires to %systemd_ordering; %service_*
can deal with the absence of it.
- Modify PackageKit-systemd-timers.patch: Fix unit field in
packagekit-background.timer (boo#1126943).
- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch
so Tumbleweed can properly update
- Add PackageKit-systemd-timers.patch: Migrate from cron to
systemd timer (bsc#1115410).
- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With
PackageKit-return-on-transactions-going-backwards.patch and
PackageKit-remove-default-thread-check.patch, EULA promt works
without any issue (bsc#1038425).
- Add PackageKit-remove-default-thread-check.patch: Remove the
pk_is_thread_default() check in pk_backend_is_eula_valid() so
that we can call it in zypp backend without any issue
(gh#hughsie/PackageKit#301, bsc#1038425).
- Add PackageKit-return-on-transactions-going-backwards.patch:
transaction: Return directly when its state is going backwards
(gh#hughsie/PackageKit#301, bsc#1038425).
- Update to version 1.1.12:
+ common: Handle quoted strings in /etc/os-release.
+ offline update: Fix translations to show up.
+ Backends:
- zypp: Implement GetFilesLocal in zypp backend.
- Various changes related to aptcc and dnf.
- Changes from version 1.1.11:
+ New Features:
- Add --autoremove option to pkcon.
- Shutdown the daemon on idle by default.
+ Bugfixes:
- De-register callbacks on PkClientHelper finalize.
- Don't complain if command-not-found get uninstalled while
running.
- Fix critical on idle shutdown.
- Fix issues with debconf helper not working.
- Never assert when an interactive TTY is not available.
- Schedule offline update service to run after
system-update-pre.target.
- Shut down services cleanly before rebooting after offline
updates.
+ Backends:
- Various changes related to aptcc, dnf and nix.
- Drop PackageKit-get-files-local.patch: fixed upstream.
- Add files/directories created by tmpfiles.d under /var as ghost
entries to the rpm filelist.
- Add PackageKit-get-files-local.patch: Implement GetFilesLocal
method in zypp backend (bsc#1097581).
- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit
doesn't package files in /var (bsc#1098042).
- offline updates should be disabled in Leap too, just like SLE
- Update to version 1.1.10:
+ Notes: This release fixes CVE-2018-1106 which is a moderate
security issue (boo#1086936).
+ Backends:
- zypp:
. Implement GetDetailsLocal in zypp backend.
. Improve refresh-cache function in zypp backend.
- Various changes related to aptcc and dnf.
- Drop PackageKit-zypp-backend-improve-refresh-cache.patch and
PackageKit-zypp-backend-get-details-local.patch: Fixed upstream.
- Drop NetworkManager-devel BuildRequires: Not used since version
1.1.7.
- Disable offline-update when building for SLE.
- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer
needed as browser plugin is not built since 1.1.0.
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
- Update to version 1.1.9:
+ Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c.
+ Fix Qt annotation on DBus signature.
+ client: Fix an invalid read when cancelling races with Finish.
+ engine: Fix a memory leak when handling GetTransactionList.
+ Fix getting user session ID with D-Bus "user bus" model.
+ Fix g_object_ref() type cast warnings with glib 2.56.
+ Rename "Software Sources" to "Software Repositories".
+ transaction: Don't leak polkit authority.
+ transaction: Fix a memory leak when authorizing actions.
+ transaction: Log transaction completed messages on debug, not
info level.
+ Backends:
- zypp: remove memory leak from zypp backend.
- Various changes related to aptcc, dnf, slack and urpmi.
- Modernize spec-file by calling spec-cleaner
- Add PackageKit-zypp-backend-get-details-local.patch: Implement
GetDetailsLocal method in zypp backend (bsc#1008287).
- Update to version 1.1.8:
+ Notes: The Slackware backend was renamed from "katja" to
"slack".
+ Libraries:
- Add getters for PkEulaRequired.
- Add new pk_results_set_role() API.
+ New Features: Save transaction role to the offline update
results file.
+ Bugfixes:
- Various fixes to docs.
- Bring introspection and vapigen m4 macros into the source.
- command-not-found: Be more explicit when ignoring path
components.
- service: Use ConditionPathExists=!/run/ostree-booted.
+ Backends:
- zypp: Return error if invalid package IDs are detected.
- Various changes related to aptcc and slack.
- Drop PK-zypp-return-error-invalid-package-ids.patch: fixed
upstream.
- Drop autoconf-archive and automake BuildRequires and no longer
call autoreconf: no patch changes the build system.
- Replace --enable/disable-systemd-updates configure parameter with
- -enable/disable-offline-update: the relevant systemd-updates
parameters have not been valid since PackageKit 1.0.0.
- Drop --with-default-backend=zypp configure parameter: this has
not been udnerstood since PackageKit 1.0. PK just used the one
and only backend installed in the distro.
==== abcde ====
- Remove obsolete Groups tag (fate#326485)
==== autoconf ====
- Fix testsuite with Bash 5, add port-tests-to-bash-5.patch
- Require perl-base instead of perl, none of the additional modules
are required.
- Remove obsolete Groups tag (fate#326485)
==== autoconf-el ====
- Fix testsuite with Bash 5, add port-tests-to-bash-5.patch
- Require perl-base instead of perl, none of the additional modules
are required.
- Remove obsolete Groups tag (fate#326485)
==== bogofilter ====
- Remove obsolete Groups tag (fate#326485)
==== boost-base ====
- Use new openmpi-macros-devel package
==== elementary-xfce-icon-theme ====
Version update (0.13.1+git37.828aa1a8 -> 0.14+git5.36fd0049)
- Update to version 0.14+git5.36fd0049:
* Drop Firefox icon
- Update to version 0.14+git4.5c874a03:
* fix nm-device-wired 16px light icon colors
* make nm-device-wired dark icon 16px match 22px style
* Make 24px home folder consistent with 16px
* Make 16-24px Music folder blue for better contrast on dark background
* make nm-device-wired icon 16px match 22px style
* Added nm-applet wired symbolic icon
* Improve sizing and alignment of thunderbird icon
* thunderbird png -> svg
* New thunderbird icon
- Update to version 0.14+git4.5c874a03:
* fix nm-device-wired 16px light icon colors
* make nm-device-wired dark icon 16px match 22px style
* make nm-device-wired icon 16px match 22px style
==== engrampa ====
Version update (1.23.0 -> 1.23.1)
- Fix build error complaining about conflicting types for
g_ptr_array_copy by updating to 1.23.1.
- Update to version 1.23.1:
* Update translations
* glib-utils: Remove unused function - g_ptr_array_copy
* Remove some unused/deprecated functions
* Various smaller fixes
==== hwdata ====
Version update (0.328 -> 0.329)
- Update to version 0.329:
* Updated pci, usb and vendor ids.
==== inkscape ====
- Add backported inkscape-fix-for-poppler-0.82.patch: Fix build
with poppler 0.82 and newer.
- Stop post(un) handling of desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed for any
supported version of openSUSE.
==== kdevelop5 ====
Version update (5.4.3 -> 5.4.4)
Subpackages: kdevelop5-lang kdevplatform-lang
- Update to 5.4.4
* Fix copyright date display in About KDevelop/KDevPlatform
dialogs (kde#413390)
* FindClang.cmake: also search LLVM version 9
* Clang: Workaround for empty problem ranges at start of document
==== ktouch ====
Version update (19.08.0 -> 19.08.2)
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
- Update to 19.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.1.php
- Changes since 19.08.0:
* Fix Tooltip Dimensions of Learning Progress Chart
* Fix Visual Glitches in Dark Themes
==== ovmf ====
- Use the same x86 4MB firmware names as the ones in the previous
version (< stable201905) for backward compatibility
- Disable TLS for IA32(i586) to avoid exceeding the size limitation
while using the tool chain from SLE15-SP2/openSUSE Leap 15.2
- Add ovmf-bsc1153072-fix-invalid-https-cert.patch to reject the
invalid server certificates for HTTPS Boot
(bsc#1153072, CVE-2019-14553)
==== perl-Archive-Zip ====
Version update (1.64 -> 1.67)
- Update to 1.67
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.67 Sun 06 Oct 2019
- Fixed compatibility issues with zip64 format (defined-or, pack)
- Fixed hard-coded version fields introduced in version 1.66
- Fixed merge glitch with tests 26 and 27
- Fixed merge glitch with bzip passthrough
- Updated bzip test file to avoid zip bomb detection
- updated to 1.66
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.66 Mon 16 Sep 2019
- Refactored low-level methods for reading and writing zip files
in zip64 format. Added new parameters and return values to
most of these. Extended constants in Archive::Zip to cover
zip64 formats and lengths.
- Added public APIs
Archive::Zip::Archive::zip64
Archive::Zip::Archive::desiredZip64Mode
Archive::Zip::Archive::versionMadeBy
Archive::Zip::Archive::versionNeededToExtract
Archive::Zip::Member::zip64
Archive::Zip::Member::desiredZip64Mode
and constants
Archive::Zip::ZIP64_AS_NEEDED
Archive::Zip::ZIP64_EOCD
Archive::Zip::ZIP64_HEADERS
plus POD on these.
- Added tests for zip64 format in t/21_zip64.t and more test zip
files below t/data. Extended tests in t/02_main.t to perform
all existing tests in all possible desired zip64 modes.
- Extended methods
Archive::Zip::Member::localExtraField
Archive::Zip::Member::cdExtraField
to perform format checks when called as setters and to reject
any zip64 extended information extra fields passed by the user.
Extended POD and tests in t/02_main.t accordingly.
- Setting {'compressedSize'} after writing central directory
header.
- Added new optional parameter $noFormatError to method
Archive::Zip::_readSignature to silence any format errros when
testing for signatures.
- Added error handling for potentially failed object conversion
after calling method Archive::Zip::Member::_become. Factored
in method Archive::Zip::Member::_becomeDirectoryIfNecessary
into caller.
- Changed methods
Archive::Zip::Archive::contents
Archive::Zip::Member::contents
(and all inheriting from these) to consistently return a pair
($contents, $status) when called in list context and a scalar
$contents when called in scalar context. Extended tests in
t/02_main.t accordingly.
- Changed method Archive::Zip::Member::extractToFileHandle to
accept a file name instead of a file handle when extracting
symbolic links. Changed lower-level and higher-level methods
to use that feature. Cleaned up code related to the handling
of symbolic links. Added creation of intermediate directories
in method Archive::Zip::Member::extractToFileNamed for symbolic
links as well. Reporting errors from symlink call as AZ-error.
Added POD and test zip file t/data/symlink.zip and tests in
t/26_symlinks.t for these changes.
- Cleaned up code and added comment related to that highly
dubious (?) {'wasWritten'} logic.
- updated to 1.65
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.65 Sat 7 Sep 2019
- Fix for members using bzip compression [github/pmqs]
- NetBSD doesn't mind empty zips [github/pmqs]
- Solaris test failure, Add diag to failing test to collect data [github/pmqs]
- Test for presence of Test::MockModule [github/pmqs]
- Fix skip line for Windows [github/pmqs]
- Skip tests that assume /tmp on Windows [github/pmqs]
==== perl-Mojolicious ====
Version update (8.25 -> 8.26)
- updated to 8.26
see /usr/share/doc/packages/perl-Mojolicious/Changes
8.26 2019-11-02
- Removed deprecated slice method from Mojo::Collection.
- Moved HTML entities from Mojo::Util into a separate file. (rage311)
- Changed how the state of the event loop is determined in Mojo::Reactor::EV
to be more consistent with Mojo::Reactor::Poll.
==== publicsuffix ====
Version update (20190808 -> 20191025)
- Update to version 20191025:
* gTLD list updated to 2019-10-24 state
* Update .so suffix list
* Add the new TLD .ss
* Add xn--mgbah1a3hjkrd (?????????)
* Add lolipop.io
* Add altervista.org
* Remove zone.id from list
* Add new domain to Synology dynamic dns service
==== python-rpm-macros ====
Version update (20190610.2ee3233 -> 20191104.08e6493)
- Update to version 20191104.08e6493:
* %pyproject_install macro should include --no-compile.
* Recognise the _ for the macro arguments too
==== qemu ====
Subpackages: qemu-seabios qemu-vgabios
- Fix two issues with qcow2 image processing which could affect
disk integrity
qcow2-Fix-QCOW2_COMPRESSED_SECTOR_MASK.patch
qcow2-bitmap-Fix-uint64_t-left-shift-ove.patch
- Work around a host kernel xfs bug which can result in qcow2 image
corruption
block-io-refactor-padding.patch
util-iov-introduce-qemu_iovec_init_exten.patch
block-Make-wait-mark-serialising-request.patch
block-Add-bdrv_co_get_self_request.patch
block-file-posix-Let-post-EOF-fallocate-.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
- Correct package names in _constraints after switch to multibuild.
==== samba ====
Version update (4.11.0+git.95.c88b5f2c0c6 -> 4.11.2+git.99.f93cc798f2e)
- Update to samba 4.11.2
+ CVE-2019-10218: Client code can return filenames containing
path separators; (bsc#1144902); (bso#14071).
+ CVE-2019-14833: Samba AD DC check password script does not
receive the full password; (bso#12438).
+ CVE-2019-14847: User with "get changes" permission can crash
AD DC LDAP server via dirsync; (bso#14040).
- Fixes from 4.11.1
+ Overlinking libreplace against librt and pthread against every
binary or library causes issues; (bso#14140);
+ kpasswd fails when built with MIT Kerberos; (bso#14155);
+ Fix spnego fallback from kerberos to ntlmssp in smbd server;
(bso#14106);
+ Stale file handle error when using mkstemp on a share; (bso#14137);
+ non-AES schannel broken; (bso#14134);
+ Joining Active Directory should not use SAMR to set the password;
(bso#13884);
+ smbclient can blunder into the SMB1 specific cli_RNetShareEnum()
call on an SMB2 connection; (bso#14152);
+ Deleted records can be resurrected during recovery; (bso#14147);
+ getpwnam and getpwuid need to return data for ID_TYPE_BOTH group;
(bso#14141);
+ winbind does not list forest trusts with additional trust
attributes; (bso#14130);
+ fault report points to outdated documentation; (bso#14139);
+ pam_winbind with krb5_auth or wbinfo -K doesn't work for users of
trusted domains/forests; (bso#14124);
+ classicupgrade results in uncaught exception - a bytes-like object
is required, not 'str'; (bso#14136);
+ pod2man is not longer required, stop checking at build time;
(bso#14131);
+ Exit code of ctdb nodestatus should not be influenced by deleted
nodes; (bso#14129);
+ username/password authentication doesn't work with CUPS and
smbspool; (bso#14128);
+ smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir(); (bso#14094);
==== system-tuning-common-SUSE ====
- fix variable expansion in 80-hotplug-cpu-mem.rules (boo#1154655)
==== texinfo ====
Version update (6.6 -> 6.7)
- update to 6.7:
* support of index subentries and sub-subentries with @subentry
* new commands @seeentry and @seealso in index entries
* UTF-8 is the default input encoding
* updates to HTML output of texi2any
* support of noderename.cnf files has been removed
* INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION,
NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as
customization variables
* TOP_NODE_FILE_TARGET now contains the extension
* texi2dvi: unconditionally run in --batch mode, ignore TeX errors
* info: for a tree search (with M-/), '}' and '{' work as well
as 'M-}' and 'M-{' to go through the results
==== texlive-specs-m ====
Version update (2019.167.svn49390 -> 2019.168.svn49390)
- Enhance spec file generator to catch more required style files
e.g. readarray.sty for verbatimbox.sty as reported in boo#1155752
- Correct path in patch updmap-map_roboto.dif
==== texlive-specs-n ====
Version update (2019.167.2.004svn48145 -> 2019.168.2.004svn48145)
- Enhance spec file generator to catch more required style files
e.g. readarray.sty for verbatimbox.sty as reported in boo#1155752
- Correct path in patch updmap-map_roboto.dif
==== xdg-utils ====
- Add 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch
to read the KDE Frameworks config file if necessary (boo#1155462)
==== xfce4-screenshooter ====
Version update (1.9.6 -> 1.9.7)
- Update to version 1.9.7
* Add warning notice to imgur upload option (bxo#15347)
* Fix cursor capture when near screen edge (bxo#9262)
* Improve wording (bxo#15429)
* Allow compilation with panel 4.15
* Restore libxfce4ui 4.12 compatibility
* Translation Updates
==== xfce4-whiskermenu-plugin ====
Version update (2.3.3 -> 2.3.4)
- Update to 2.3.4
* Fix building against xfce4-panel 4.15.0
* Translation updates
==== xreader ====
- Remove Requires: xreader-backends from xreader-devel
==== xslide ====
- Stop loading xslide automatically because of conflicts with css-mode.el;
bsc#1080086.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
1
0
18 Nov '19
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 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=3&versio…
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:
NetworkManager
PackageKit
abcde
autoconf
autoconf-el
bogofilter
boost-base
elementary-xfce-icon-theme (0.13.1+git37.828aa1a8 -> 0.14+git5.36fd0049)
engrampa (1.23.0 -> 1.23.1)
hwdata (0.328 -> 0.329)
inkscape
kdevelop5 (5.4.3 -> 5.4.4)
ktouch (19.08.0 -> 19.08.2)
ovmf
perl-Archive-Zip (1.64 -> 1.67)
perl-Mojolicious (8.25 -> 8.26)
publicsuffix (20190808 -> 20191025)
python-rpm-macros (20190610.2ee3233 -> 20191104.08e6493)
qemu
samba (4.11.0+git.95.c88b5f2c0c6 -> 4.11.2+git.99.f93cc798f2e)
system-tuning-common-SUSE
texinfo (6.6 -> 6.7)
texlive-specs-m (2019.167.svn49390 -> 2019.168.svn49390)
texlive-specs-n (2019.167.2.004svn48145 -> 2019.168.2.004svn48145)
xdg-utils
xfce4-screenshooter (1.9.6 -> 1.9.7)
xfce4-whiskermenu-plugin (2.3.3 -> 2.3.4)
xreader
xslide
=== Details ===
==== NetworkManager ====
- Drop NetworkNanager-client recommends: this is no longer needed,
as NM itself ships a frontend by now (nmtui). If a DE has a
better way to manage NM (by means of applets or other way of
integration) it is up to the DE to depend on the applets.
==== PackageKit ====
- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch,
rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch,
add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch:
zypp: Don't set upgrade mode in update-packages
(gh#hughsie/PackageKit#345).
- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates
in Tumbleweed(gh#hughsie/PackageKit#343).
- Modify PackageKit-systemd-timers.patch: Port the cron
configuration variables to the script, and add -sendwait
parameter to mail in the script(bsc#1130306).
- Refresh patches with quilt.
- Drop PackageKit-cron-without-sleep.patch: Not needed for any
current version of openSUSE.
- Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency,
drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333).
- Add autoconf-archive BuildRequires and run autogen.sh, needed as
above patch touches buildsystem.
- Add PackageKit-zypp-fix-what-provides-newest-filter.patch:
zypp: Add support for newest filter in what-provides(bsc#984865,
gh#hughsie/PackageKit#335).
- Rename PackageKit-remove-default-thread-check.patch to
PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch,
and update it with the one accepted upstream.
- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed
package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).
- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch
to fix switch to upgrade mode in the backend
- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules
file (bsc#1125434).
- Limit fdupes to the btrfs subvolume.
- Combine %service_* calls to reduce generated boilerplate.
- Redo summaries without em dashes.
- Reduce %systemd_requires to %systemd_ordering; %service_*
can deal with the absence of it.
- Modify PackageKit-systemd-timers.patch: Fix unit field in
packagekit-background.timer (boo#1126943).
- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch
so Tumbleweed can properly update
- Add PackageKit-systemd-timers.patch: Migrate from cron to
systemd timer (bsc#1115410).
- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With
PackageKit-return-on-transactions-going-backwards.patch and
PackageKit-remove-default-thread-check.patch, EULA promt works
without any issue (bsc#1038425).
- Add PackageKit-remove-default-thread-check.patch: Remove the
pk_is_thread_default() check in pk_backend_is_eula_valid() so
that we can call it in zypp backend without any issue
(gh#hughsie/PackageKit#301, bsc#1038425).
- Add PackageKit-return-on-transactions-going-backwards.patch:
transaction: Return directly when its state is going backwards
(gh#hughsie/PackageKit#301, bsc#1038425).
- Update to version 1.1.12:
+ common: Handle quoted strings in /etc/os-release.
+ offline update: Fix translations to show up.
+ Backends:
- zypp: Implement GetFilesLocal in zypp backend.
- Various changes related to aptcc and dnf.
- Changes from version 1.1.11:
+ New Features:
- Add --autoremove option to pkcon.
- Shutdown the daemon on idle by default.
+ Bugfixes:
- De-register callbacks on PkClientHelper finalize.
- Don't complain if command-not-found get uninstalled while
running.
- Fix critical on idle shutdown.
- Fix issues with debconf helper not working.
- Never assert when an interactive TTY is not available.
- Schedule offline update service to run after
system-update-pre.target.
- Shut down services cleanly before rebooting after offline
updates.
+ Backends:
- Various changes related to aptcc, dnf and nix.
- Drop PackageKit-get-files-local.patch: fixed upstream.
- Add files/directories created by tmpfiles.d under /var as ghost
entries to the rpm filelist.
- Add PackageKit-get-files-local.patch: Implement GetFilesLocal
method in zypp backend (bsc#1097581).
- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit
doesn't package files in /var (bsc#1098042).
- offline updates should be disabled in Leap too, just like SLE
- Update to version 1.1.10:
+ Notes: This release fixes CVE-2018-1106 which is a moderate
security issue (boo#1086936).
+ Backends:
- zypp:
. Implement GetDetailsLocal in zypp backend.
. Improve refresh-cache function in zypp backend.
- Various changes related to aptcc and dnf.
- Drop PackageKit-zypp-backend-improve-refresh-cache.patch and
PackageKit-zypp-backend-get-details-local.patch: Fixed upstream.
- Drop NetworkManager-devel BuildRequires: Not used since version
1.1.7.
- Disable offline-update when building for SLE.
- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer
needed as browser plugin is not built since 1.1.0.
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
- Update to version 1.1.9:
+ Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c.
+ Fix Qt annotation on DBus signature.
+ client: Fix an invalid read when cancelling races with Finish.
+ engine: Fix a memory leak when handling GetTransactionList.
+ Fix getting user session ID with D-Bus "user bus" model.
+ Fix g_object_ref() type cast warnings with glib 2.56.
+ Rename "Software Sources" to "Software Repositories".
+ transaction: Don't leak polkit authority.
+ transaction: Fix a memory leak when authorizing actions.
+ transaction: Log transaction completed messages on debug, not
info level.
+ Backends:
- zypp: remove memory leak from zypp backend.
- Various changes related to aptcc, dnf, slack and urpmi.
- Modernize spec-file by calling spec-cleaner
- Add PackageKit-zypp-backend-get-details-local.patch: Implement
GetDetailsLocal method in zypp backend (bsc#1008287).
- Update to version 1.1.8:
+ Notes: The Slackware backend was renamed from "katja" to
"slack".
+ Libraries:
- Add getters for PkEulaRequired.
- Add new pk_results_set_role() API.
+ New Features: Save transaction role to the offline update
results file.
+ Bugfixes:
- Various fixes to docs.
- Bring introspection and vapigen m4 macros into the source.
- command-not-found: Be more explicit when ignoring path
components.
- service: Use ConditionPathExists=!/run/ostree-booted.
+ Backends:
- zypp: Return error if invalid package IDs are detected.
- Various changes related to aptcc and slack.
- Drop PK-zypp-return-error-invalid-package-ids.patch: fixed
upstream.
- Drop autoconf-archive and automake BuildRequires and no longer
call autoreconf: no patch changes the build system.
- Replace --enable/disable-systemd-updates configure parameter with
- -enable/disable-offline-update: the relevant systemd-updates
parameters have not been valid since PackageKit 1.0.0.
- Drop --with-default-backend=zypp configure parameter: this has
not been udnerstood since PackageKit 1.0. PK just used the one
and only backend installed in the distro.
==== abcde ====
- Remove obsolete Groups tag (fate#326485)
==== autoconf ====
- Fix testsuite with Bash 5, add port-tests-to-bash-5.patch
- Require perl-base instead of perl, none of the additional modules
are required.
- Remove obsolete Groups tag (fate#326485)
==== autoconf-el ====
- Fix testsuite with Bash 5, add port-tests-to-bash-5.patch
- Require perl-base instead of perl, none of the additional modules
are required.
- Remove obsolete Groups tag (fate#326485)
==== bogofilter ====
- Remove obsolete Groups tag (fate#326485)
==== boost-base ====
- Use new openmpi-macros-devel package
==== elementary-xfce-icon-theme ====
Version update (0.13.1+git37.828aa1a8 -> 0.14+git5.36fd0049)
- Update to version 0.14+git5.36fd0049:
* Drop Firefox icon
- Update to version 0.14+git4.5c874a03:
* fix nm-device-wired 16px light icon colors
* make nm-device-wired dark icon 16px match 22px style
* Make 24px home folder consistent with 16px
* Make 16-24px Music folder blue for better contrast on dark background
* make nm-device-wired icon 16px match 22px style
* Added nm-applet wired symbolic icon
* Improve sizing and alignment of thunderbird icon
* thunderbird png -> svg
* New thunderbird icon
- Update to version 0.14+git4.5c874a03:
* fix nm-device-wired 16px light icon colors
* make nm-device-wired dark icon 16px match 22px style
* make nm-device-wired icon 16px match 22px style
==== engrampa ====
Version update (1.23.0 -> 1.23.1)
- Fix build error complaining about conflicting types for
g_ptr_array_copy by updating to 1.23.1.
- Update to version 1.23.1:
* Update translations
* glib-utils: Remove unused function - g_ptr_array_copy
* Remove some unused/deprecated functions
* Various smaller fixes
==== hwdata ====
Version update (0.328 -> 0.329)
- Update to version 0.329:
* Updated pci, usb and vendor ids.
==== inkscape ====
- Add backported inkscape-fix-for-poppler-0.82.patch: Fix build
with poppler 0.82 and newer.
- Stop post(un) handling of desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed for any
supported version of openSUSE.
==== kdevelop5 ====
Version update (5.4.3 -> 5.4.4)
Subpackages: kdevelop5-lang kdevplatform-lang
- Update to 5.4.4
* Fix copyright date display in About KDevelop/KDevPlatform
dialogs (kde#413390)
* FindClang.cmake: also search LLVM version 9
* Clang: Workaround for empty problem ranges at start of document
==== ktouch ====
Version update (19.08.0 -> 19.08.2)
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
- Update to 19.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.1.php
- Changes since 19.08.0:
* Fix Tooltip Dimensions of Learning Progress Chart
* Fix Visual Glitches in Dark Themes
==== ovmf ====
- Use the same x86 4MB firmware names as the ones in the previous
version (< stable201905) for backward compatibility
- Disable TLS for IA32(i586) to avoid exceeding the size limitation
while using the tool chain from SLE15-SP2/openSUSE Leap 15.2
- Add ovmf-bsc1153072-fix-invalid-https-cert.patch to reject the
invalid server certificates for HTTPS Boot
(bsc#1153072, CVE-2019-14553)
==== perl-Archive-Zip ====
Version update (1.64 -> 1.67)
- Update to 1.67
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.67 Sun 06 Oct 2019
- Fixed compatibility issues with zip64 format (defined-or, pack)
- Fixed hard-coded version fields introduced in version 1.66
- Fixed merge glitch with tests 26 and 27
- Fixed merge glitch with bzip passthrough
- Updated bzip test file to avoid zip bomb detection
- updated to 1.66
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.66 Mon 16 Sep 2019
- Refactored low-level methods for reading and writing zip files
in zip64 format. Added new parameters and return values to
most of these. Extended constants in Archive::Zip to cover
zip64 formats and lengths.
- Added public APIs
Archive::Zip::Archive::zip64
Archive::Zip::Archive::desiredZip64Mode
Archive::Zip::Archive::versionMadeBy
Archive::Zip::Archive::versionNeededToExtract
Archive::Zip::Member::zip64
Archive::Zip::Member::desiredZip64Mode
and constants
Archive::Zip::ZIP64_AS_NEEDED
Archive::Zip::ZIP64_EOCD
Archive::Zip::ZIP64_HEADERS
plus POD on these.
- Added tests for zip64 format in t/21_zip64.t and more test zip
files below t/data. Extended tests in t/02_main.t to perform
all existing tests in all possible desired zip64 modes.
- Extended methods
Archive::Zip::Member::localExtraField
Archive::Zip::Member::cdExtraField
to perform format checks when called as setters and to reject
any zip64 extended information extra fields passed by the user.
Extended POD and tests in t/02_main.t accordingly.
- Setting {'compressedSize'} after writing central directory
header.
- Added new optional parameter $noFormatError to method
Archive::Zip::_readSignature to silence any format errros when
testing for signatures.
- Added error handling for potentially failed object conversion
after calling method Archive::Zip::Member::_become. Factored
in method Archive::Zip::Member::_becomeDirectoryIfNecessary
into caller.
- Changed methods
Archive::Zip::Archive::contents
Archive::Zip::Member::contents
(and all inheriting from these) to consistently return a pair
($contents, $status) when called in list context and a scalar
$contents when called in scalar context. Extended tests in
t/02_main.t accordingly.
- Changed method Archive::Zip::Member::extractToFileHandle to
accept a file name instead of a file handle when extracting
symbolic links. Changed lower-level and higher-level methods
to use that feature. Cleaned up code related to the handling
of symbolic links. Added creation of intermediate directories
in method Archive::Zip::Member::extractToFileNamed for symbolic
links as well. Reporting errors from symlink call as AZ-error.
Added POD and test zip file t/data/symlink.zip and tests in
t/26_symlinks.t for these changes.
- Cleaned up code and added comment related to that highly
dubious (?) {'wasWritten'} logic.
- updated to 1.65
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.65 Sat 7 Sep 2019
- Fix for members using bzip compression [github/pmqs]
- NetBSD doesn't mind empty zips [github/pmqs]
- Solaris test failure, Add diag to failing test to collect data [github/pmqs]
- Test for presence of Test::MockModule [github/pmqs]
- Fix skip line for Windows [github/pmqs]
- Skip tests that assume /tmp on Windows [github/pmqs]
==== perl-Mojolicious ====
Version update (8.25 -> 8.26)
- updated to 8.26
see /usr/share/doc/packages/perl-Mojolicious/Changes
8.26 2019-11-02
- Removed deprecated slice method from Mojo::Collection.
- Moved HTML entities from Mojo::Util into a separate file. (rage311)
- Changed how the state of the event loop is determined in Mojo::Reactor::EV
to be more consistent with Mojo::Reactor::Poll.
==== publicsuffix ====
Version update (20190808 -> 20191025)
- Update to version 20191025:
* gTLD list updated to 2019-10-24 state
* Update .so suffix list
* Add the new TLD .ss
* Add xn--mgbah1a3hjkrd (?????????)
* Add lolipop.io
* Add altervista.org
* Remove zone.id from list
* Add new domain to Synology dynamic dns service
==== python-rpm-macros ====
Version update (20190610.2ee3233 -> 20191104.08e6493)
- Update to version 20191104.08e6493:
* %pyproject_install macro should include --no-compile.
* Recognise the _ for the macro arguments too
==== qemu ====
Subpackages: qemu-seabios qemu-vgabios
- Fix two issues with qcow2 image processing which could affect
disk integrity
qcow2-Fix-QCOW2_COMPRESSED_SECTOR_MASK.patch
qcow2-bitmap-Fix-uint64_t-left-shift-ove.patch
- Work around a host kernel xfs bug which can result in qcow2 image
corruption
block-io-refactor-padding.patch
util-iov-introduce-qemu_iovec_init_exten.patch
block-Make-wait-mark-serialising-request.patch
block-Add-bdrv_co_get_self_request.patch
block-file-posix-Let-post-EOF-fallocate-.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
- Correct package names in _constraints after switch to multibuild.
==== samba ====
Version update (4.11.0+git.95.c88b5f2c0c6 -> 4.11.2+git.99.f93cc798f2e)
- Update to samba 4.11.2
+ CVE-2019-10218: Client code can return filenames containing
path separators; (bsc#1144902); (bso#14071).
+ CVE-2019-14833: Samba AD DC check password script does not
receive the full password; (bso#12438).
+ CVE-2019-14847: User with "get changes" permission can crash
AD DC LDAP server via dirsync; (bso#14040).
- Fixes from 4.11.1
+ Overlinking libreplace against librt and pthread against every
binary or library causes issues; (bso#14140);
+ kpasswd fails when built with MIT Kerberos; (bso#14155);
+ Fix spnego fallback from kerberos to ntlmssp in smbd server;
(bso#14106);
+ Stale file handle error when using mkstemp on a share; (bso#14137);
+ non-AES schannel broken; (bso#14134);
+ Joining Active Directory should not use SAMR to set the password;
(bso#13884);
+ smbclient can blunder into the SMB1 specific cli_RNetShareEnum()
call on an SMB2 connection; (bso#14152);
+ Deleted records can be resurrected during recovery; (bso#14147);
+ getpwnam and getpwuid need to return data for ID_TYPE_BOTH group;
(bso#14141);
+ winbind does not list forest trusts with additional trust
attributes; (bso#14130);
+ fault report points to outdated documentation; (bso#14139);
+ pam_winbind with krb5_auth or wbinfo -K doesn't work for users of
trusted domains/forests; (bso#14124);
+ classicupgrade results in uncaught exception - a bytes-like object
is required, not 'str'; (bso#14136);
+ pod2man is not longer required, stop checking at build time;
(bso#14131);
+ Exit code of ctdb nodestatus should not be influenced by deleted
nodes; (bso#14129);
+ username/password authentication doesn't work with CUPS and
smbspool; (bso#14128);
+ smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir(); (bso#14094);
==== system-tuning-common-SUSE ====
- fix variable expansion in 80-hotplug-cpu-mem.rules (boo#1154655)
==== texinfo ====
Version update (6.6 -> 6.7)
- update to 6.7:
* support of index subentries and sub-subentries with @subentry
* new commands @seeentry and @seealso in index entries
* UTF-8 is the default input encoding
* updates to HTML output of texi2any
* support of noderename.cnf files has been removed
* INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION,
NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as
customization variables
* TOP_NODE_FILE_TARGET now contains the extension
* texi2dvi: unconditionally run in --batch mode, ignore TeX errors
* info: for a tree search (with M-/), '}' and '{' work as well
as 'M-}' and 'M-{' to go through the results
==== texlive-specs-m ====
Version update (2019.167.svn49390 -> 2019.168.svn49390)
- Enhance spec file generator to catch more required style files
e.g. readarray.sty for verbatimbox.sty as reported in boo#1155752
- Correct path in patch updmap-map_roboto.dif
==== texlive-specs-n ====
Version update (2019.167.2.004svn48145 -> 2019.168.2.004svn48145)
- Enhance spec file generator to catch more required style files
e.g. readarray.sty for verbatimbox.sty as reported in boo#1155752
- Correct path in patch updmap-map_roboto.dif
==== xdg-utils ====
- Add 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch
to read the KDE Frameworks config file if necessary (boo#1155462)
==== xfce4-screenshooter ====
Version update (1.9.6 -> 1.9.7)
- Update to version 1.9.7
* Add warning notice to imgur upload option (bxo#15347)
* Fix cursor capture when near screen edge (bxo#9262)
* Improve wording (bxo#15429)
* Allow compilation with panel 4.15
* Restore libxfce4ui 4.12 compatibility
* Translation Updates
==== xfce4-whiskermenu-plugin ====
Version update (2.3.3 -> 2.3.4)
- Update to 2.3.4
* Fix building against xfce4-panel 4.15.0
* Translation updates
==== xreader ====
- Remove Requires: xreader-backends from xreader-devel
==== xslide ====
- Stop loading xslide automatically because of conflicts with css-mode.el;
bsc#1080086.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
2
1
13 Nov '19
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 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=3&versio…
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:
NetworkManager
PackageKit
abcde
autoconf
autoconf-el
bogofilter
boost-base
elementary-xfce-icon-theme (0.13.1+git37.828aa1a8 -> 0.14+git5.36fd0049)
engrampa (1.23.0 -> 1.23.1)
hwdata (0.328 -> 0.329)
inkscape
kdevelop5 (5.4.3 -> 5.4.4)
ktouch (19.08.0 -> 19.08.2)
ovmf
perl-Archive-Zip (1.64 -> 1.67)
perl-Mojolicious (8.25 -> 8.26)
publicsuffix (20190808 -> 20191025)
python-rpm-macros (20190610.2ee3233 -> 20191104.08e6493)
qemu
samba (4.11.0+git.95.c88b5f2c0c6 -> 4.11.2+git.99.f93cc798f2e)
system-tuning-common-SUSE
texinfo (6.6 -> 6.7)
texlive-specs-m (2019.167.svn49390 -> 2019.168.svn49390)
texlive-specs-n (2019.167.2.004svn48145 -> 2019.168.2.004svn48145)
xdg-utils
xfce4-screenshooter (1.9.6 -> 1.9.7)
xfce4-whiskermenu-plugin (2.3.3 -> 2.3.4)
xreader
xslide
=== Details ===
==== NetworkManager ====
- Drop NetworkNanager-client recommends: this is no longer needed,
as NM itself ships a frontend by now (nmtui). If a DE has a
better way to manage NM (by means of applets or other way of
integration) it is up to the DE to depend on the applets.
==== PackageKit ====
- Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch,
rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch,
add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch:
zypp: Don't set upgrade mode in update-packages
(gh#hughsie/PackageKit#345).
- Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates
in Tumbleweed(gh#hughsie/PackageKit#343).
- Modify PackageKit-systemd-timers.patch: Port the cron
configuration variables to the script, and add -sendwait
parameter to mail in the script(bsc#1130306).
- Refresh patches with quilt.
- Drop PackageKit-cron-without-sleep.patch: Not needed for any
current version of openSUSE.
- Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency,
drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333).
- Add autoconf-archive BuildRequires and run autogen.sh, needed as
above patch touches buildsystem.
- Add PackageKit-zypp-fix-what-provides-newest-filter.patch:
zypp: Add support for newest filter in what-provides(bsc#984865,
gh#hughsie/PackageKit#335).
- Rename PackageKit-remove-default-thread-check.patch to
PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch,
and update it with the one accepted upstream.
- Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed
package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329).
- Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch
to fix switch to upgrade mode in the backend
- Add PackageKit-remove-polkit-rules.patch: Remove polkit rules
file (bsc#1125434).
- Limit fdupes to the btrfs subvolume.
- Combine %service_* calls to reduce generated boilerplate.
- Redo summaries without em dashes.
- Reduce %systemd_requires to %systemd_ordering; %service_*
can deal with the absence of it.
- Modify PackageKit-systemd-timers.patch: Fix unit field in
packagekit-background.timer (boo#1126943).
- Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch
so Tumbleweed can properly update
- Add PackageKit-systemd-timers.patch: Migrate from cron to
systemd timer (bsc#1115410).
- Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With
PackageKit-return-on-transactions-going-backwards.patch and
PackageKit-remove-default-thread-check.patch, EULA promt works
without any issue (bsc#1038425).
- Add PackageKit-remove-default-thread-check.patch: Remove the
pk_is_thread_default() check in pk_backend_is_eula_valid() so
that we can call it in zypp backend without any issue
(gh#hughsie/PackageKit#301, bsc#1038425).
- Add PackageKit-return-on-transactions-going-backwards.patch:
transaction: Return directly when its state is going backwards
(gh#hughsie/PackageKit#301, bsc#1038425).
- Update to version 1.1.12:
+ common: Handle quoted strings in /etc/os-release.
+ offline update: Fix translations to show up.
+ Backends:
- zypp: Implement GetFilesLocal in zypp backend.
- Various changes related to aptcc and dnf.
- Changes from version 1.1.11:
+ New Features:
- Add --autoremove option to pkcon.
- Shutdown the daemon on idle by default.
+ Bugfixes:
- De-register callbacks on PkClientHelper finalize.
- Don't complain if command-not-found get uninstalled while
running.
- Fix critical on idle shutdown.
- Fix issues with debconf helper not working.
- Never assert when an interactive TTY is not available.
- Schedule offline update service to run after
system-update-pre.target.
- Shut down services cleanly before rebooting after offline
updates.
+ Backends:
- Various changes related to aptcc, dnf and nix.
- Drop PackageKit-get-files-local.patch: fixed upstream.
- Add files/directories created by tmpfiles.d under /var as ghost
entries to the rpm filelist.
- Add PackageKit-get-files-local.patch: Implement GetFilesLocal
method in zypp backend (bsc#1097581).
- Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit
doesn't package files in /var (bsc#1098042).
- offline updates should be disabled in Leap too, just like SLE
- Update to version 1.1.10:
+ Notes: This release fixes CVE-2018-1106 which is a moderate
security issue (boo#1086936).
+ Backends:
- zypp:
. Implement GetDetailsLocal in zypp backend.
. Improve refresh-cache function in zypp backend.
- Various changes related to aptcc and dnf.
- Drop PackageKit-zypp-backend-improve-refresh-cache.patch and
PackageKit-zypp-backend-get-details-local.patch: Fixed upstream.
- Drop NetworkManager-devel BuildRequires: Not used since version
1.1.7.
- Disable offline-update when building for SLE.
- Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer
needed as browser plugin is not built since 1.1.0.
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
- Update to version 1.1.9:
+ Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c.
+ Fix Qt annotation on DBus signature.
+ client: Fix an invalid read when cancelling races with Finish.
+ engine: Fix a memory leak when handling GetTransactionList.
+ Fix getting user session ID with D-Bus "user bus" model.
+ Fix g_object_ref() type cast warnings with glib 2.56.
+ Rename "Software Sources" to "Software Repositories".
+ transaction: Don't leak polkit authority.
+ transaction: Fix a memory leak when authorizing actions.
+ transaction: Log transaction completed messages on debug, not
info level.
+ Backends:
- zypp: remove memory leak from zypp backend.
- Various changes related to aptcc, dnf, slack and urpmi.
- Modernize spec-file by calling spec-cleaner
- Add PackageKit-zypp-backend-get-details-local.patch: Implement
GetDetailsLocal method in zypp backend (bsc#1008287).
- Update to version 1.1.8:
+ Notes: The Slackware backend was renamed from "katja" to
"slack".
+ Libraries:
- Add getters for PkEulaRequired.
- Add new pk_results_set_role() API.
+ New Features: Save transaction role to the offline update
results file.
+ Bugfixes:
- Various fixes to docs.
- Bring introspection and vapigen m4 macros into the source.
- command-not-found: Be more explicit when ignoring path
components.
- service: Use ConditionPathExists=!/run/ostree-booted.
+ Backends:
- zypp: Return error if invalid package IDs are detected.
- Various changes related to aptcc and slack.
- Drop PK-zypp-return-error-invalid-package-ids.patch: fixed
upstream.
- Drop autoconf-archive and automake BuildRequires and no longer
call autoreconf: no patch changes the build system.
- Replace --enable/disable-systemd-updates configure parameter with
- -enable/disable-offline-update: the relevant systemd-updates
parameters have not been valid since PackageKit 1.0.0.
- Drop --with-default-backend=zypp configure parameter: this has
not been udnerstood since PackageKit 1.0. PK just used the one
and only backend installed in the distro.
==== abcde ====
- Remove obsolete Groups tag (fate#326485)
==== autoconf ====
- Fix testsuite with Bash 5, add port-tests-to-bash-5.patch
- Require perl-base instead of perl, none of the additional modules
are required.
- Remove obsolete Groups tag (fate#326485)
==== autoconf-el ====
- Fix testsuite with Bash 5, add port-tests-to-bash-5.patch
- Require perl-base instead of perl, none of the additional modules
are required.
- Remove obsolete Groups tag (fate#326485)
==== bogofilter ====
- Remove obsolete Groups tag (fate#326485)
==== boost-base ====
- Use new openmpi-macros-devel package
==== elementary-xfce-icon-theme ====
Version update (0.13.1+git37.828aa1a8 -> 0.14+git5.36fd0049)
- Update to version 0.14+git5.36fd0049:
* Drop Firefox icon
- Update to version 0.14+git4.5c874a03:
* fix nm-device-wired 16px light icon colors
* make nm-device-wired dark icon 16px match 22px style
* Make 24px home folder consistent with 16px
* Make 16-24px Music folder blue for better contrast on dark background
* make nm-device-wired icon 16px match 22px style
* Added nm-applet wired symbolic icon
* Improve sizing and alignment of thunderbird icon
* thunderbird png -> svg
* New thunderbird icon
- Update to version 0.14+git4.5c874a03:
* fix nm-device-wired 16px light icon colors
* make nm-device-wired dark icon 16px match 22px style
* make nm-device-wired icon 16px match 22px style
==== engrampa ====
Version update (1.23.0 -> 1.23.1)
- Fix build error complaining about conflicting types for
g_ptr_array_copy by updating to 1.23.1.
- Update to version 1.23.1:
* Update translations
* glib-utils: Remove unused function - g_ptr_array_copy
* Remove some unused/deprecated functions
* Various smaller fixes
==== hwdata ====
Version update (0.328 -> 0.329)
- Update to version 0.329:
* Updated pci, usb and vendor ids.
==== inkscape ====
- Add backported inkscape-fix-for-poppler-0.82.patch: Fix build
with poppler 0.82 and newer.
- Stop post(un) handling of desktop_database_post(un) and
icon_theme_cache_post(un) macros, no longer needed for any
supported version of openSUSE.
==== kdevelop5 ====
Version update (5.4.3 -> 5.4.4)
Subpackages: kdevelop5-lang kdevplatform-lang
- Update to 5.4.4
* Fix copyright date display in About KDevelop/KDevPlatform
dialogs (kde#413390)
* FindClang.cmake: also search LLVM version 9
* Clang: Workaround for empty problem ranges at start of document
==== ktouch ====
Version update (19.08.0 -> 19.08.2)
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
- Update to 19.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.1.php
- Changes since 19.08.0:
* Fix Tooltip Dimensions of Learning Progress Chart
* Fix Visual Glitches in Dark Themes
==== ovmf ====
- Use the same x86 4MB firmware names as the ones in the previous
version (< stable201905) for backward compatibility
- Disable TLS for IA32(i586) to avoid exceeding the size limitation
while using the tool chain from SLE15-SP2/openSUSE Leap 15.2
- Add ovmf-bsc1153072-fix-invalid-https-cert.patch to reject the
invalid server certificates for HTTPS Boot
(bsc#1153072, CVE-2019-14553)
==== perl-Archive-Zip ====
Version update (1.64 -> 1.67)
- Update to 1.67
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.67 Sun 06 Oct 2019
- Fixed compatibility issues with zip64 format (defined-or, pack)
- Fixed hard-coded version fields introduced in version 1.66
- Fixed merge glitch with tests 26 and 27
- Fixed merge glitch with bzip passthrough
- Updated bzip test file to avoid zip bomb detection
- updated to 1.66
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.66 Mon 16 Sep 2019
- Refactored low-level methods for reading and writing zip files
in zip64 format. Added new parameters and return values to
most of these. Extended constants in Archive::Zip to cover
zip64 formats and lengths.
- Added public APIs
Archive::Zip::Archive::zip64
Archive::Zip::Archive::desiredZip64Mode
Archive::Zip::Archive::versionMadeBy
Archive::Zip::Archive::versionNeededToExtract
Archive::Zip::Member::zip64
Archive::Zip::Member::desiredZip64Mode
and constants
Archive::Zip::ZIP64_AS_NEEDED
Archive::Zip::ZIP64_EOCD
Archive::Zip::ZIP64_HEADERS
plus POD on these.
- Added tests for zip64 format in t/21_zip64.t and more test zip
files below t/data. Extended tests in t/02_main.t to perform
all existing tests in all possible desired zip64 modes.
- Extended methods
Archive::Zip::Member::localExtraField
Archive::Zip::Member::cdExtraField
to perform format checks when called as setters and to reject
any zip64 extended information extra fields passed by the user.
Extended POD and tests in t/02_main.t accordingly.
- Setting {'compressedSize'} after writing central directory
header.
- Added new optional parameter $noFormatError to method
Archive::Zip::_readSignature to silence any format errros when
testing for signatures.
- Added error handling for potentially failed object conversion
after calling method Archive::Zip::Member::_become. Factored
in method Archive::Zip::Member::_becomeDirectoryIfNecessary
into caller.
- Changed methods
Archive::Zip::Archive::contents
Archive::Zip::Member::contents
(and all inheriting from these) to consistently return a pair
($contents, $status) when called in list context and a scalar
$contents when called in scalar context. Extended tests in
t/02_main.t accordingly.
- Changed method Archive::Zip::Member::extractToFileHandle to
accept a file name instead of a file handle when extracting
symbolic links. Changed lower-level and higher-level methods
to use that feature. Cleaned up code related to the handling
of symbolic links. Added creation of intermediate directories
in method Archive::Zip::Member::extractToFileNamed for symbolic
links as well. Reporting errors from symlink call as AZ-error.
Added POD and test zip file t/data/symlink.zip and tests in
t/26_symlinks.t for these changes.
- Cleaned up code and added comment related to that highly
dubious (?) {'wasWritten'} logic.
- updated to 1.65
see /usr/share/doc/packages/perl-Archive-Zip/Changes
1.65 Sat 7 Sep 2019
- Fix for members using bzip compression [github/pmqs]
- NetBSD doesn't mind empty zips [github/pmqs]
- Solaris test failure, Add diag to failing test to collect data [github/pmqs]
- Test for presence of Test::MockModule [github/pmqs]
- Fix skip line for Windows [github/pmqs]
- Skip tests that assume /tmp on Windows [github/pmqs]
==== perl-Mojolicious ====
Version update (8.25 -> 8.26)
- updated to 8.26
see /usr/share/doc/packages/perl-Mojolicious/Changes
8.26 2019-11-02
- Removed deprecated slice method from Mojo::Collection.
- Moved HTML entities from Mojo::Util into a separate file. (rage311)
- Changed how the state of the event loop is determined in Mojo::Reactor::EV
to be more consistent with Mojo::Reactor::Poll.
==== publicsuffix ====
Version update (20190808 -> 20191025)
- Update to version 20191025:
* gTLD list updated to 2019-10-24 state
* Update .so suffix list
* Add the new TLD .ss
* Add xn--mgbah1a3hjkrd (?????????)
* Add lolipop.io
* Add altervista.org
* Remove zone.id from list
* Add new domain to Synology dynamic dns service
==== python-rpm-macros ====
Version update (20190610.2ee3233 -> 20191104.08e6493)
- Update to version 20191104.08e6493:
* %pyproject_install macro should include --no-compile.
* Recognise the _ for the macro arguments too
==== qemu ====
Subpackages: qemu-seabios qemu-vgabios
- Fix two issues with qcow2 image processing which could affect
disk integrity
qcow2-Fix-QCOW2_COMPRESSED_SECTOR_MASK.patch
qcow2-bitmap-Fix-uint64_t-left-shift-ove.patch
- Work around a host kernel xfs bug which can result in qcow2 image
corruption
block-io-refactor-padding.patch
util-iov-introduce-qemu_iovec_init_exten.patch
block-Make-wait-mark-serialising-request.patch
block-Add-bdrv_co_get_self_request.patch
block-file-posix-Let-post-EOF-fallocate-.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
- Correct package names in _constraints after switch to multibuild.
==== samba ====
Version update (4.11.0+git.95.c88b5f2c0c6 -> 4.11.2+git.99.f93cc798f2e)
- Update to samba 4.11.2
+ CVE-2019-10218: Client code can return filenames containing
path separators; (bsc#1144902); (bso#14071).
+ CVE-2019-14833: Samba AD DC check password script does not
receive the full password; (bso#12438).
+ CVE-2019-14847: User with "get changes" permission can crash
AD DC LDAP server via dirsync; (bso#14040).
- Fixes from 4.11.1
+ Overlinking libreplace against librt and pthread against every
binary or library causes issues; (bso#14140);
+ kpasswd fails when built with MIT Kerberos; (bso#14155);
+ Fix spnego fallback from kerberos to ntlmssp in smbd server;
(bso#14106);
+ Stale file handle error when using mkstemp on a share; (bso#14137);
+ non-AES schannel broken; (bso#14134);
+ Joining Active Directory should not use SAMR to set the password;
(bso#13884);
+ smbclient can blunder into the SMB1 specific cli_RNetShareEnum()
call on an SMB2 connection; (bso#14152);
+ Deleted records can be resurrected during recovery; (bso#14147);
+ getpwnam and getpwuid need to return data for ID_TYPE_BOTH group;
(bso#14141);
+ winbind does not list forest trusts with additional trust
attributes; (bso#14130);
+ fault report points to outdated documentation; (bso#14139);
+ pam_winbind with krb5_auth or wbinfo -K doesn't work for users of
trusted domains/forests; (bso#14124);
+ classicupgrade results in uncaught exception - a bytes-like object
is required, not 'str'; (bso#14136);
+ pod2man is not longer required, stop checking at build time;
(bso#14131);
+ Exit code of ctdb nodestatus should not be influenced by deleted
nodes; (bso#14129);
+ username/password authentication doesn't work with CUPS and
smbspool; (bso#14128);
+ smbc_readdirplus() is incompatible with smbc_telldir() and
smbc_lseekdir(); (bso#14094);
==== system-tuning-common-SUSE ====
- fix variable expansion in 80-hotplug-cpu-mem.rules (boo#1154655)
==== texinfo ====
Version update (6.6 -> 6.7)
- update to 6.7:
* support of index subentries and sub-subentries with @subentry
* new commands @seeentry and @seealso in index entries
* UTF-8 is the default input encoding
* updates to HTML output of texi2any
* support of noderename.cnf files has been removed
* INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION,
NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as
customization variables
* TOP_NODE_FILE_TARGET now contains the extension
* texi2dvi: unconditionally run in --batch mode, ignore TeX errors
* info: for a tree search (with M-/), '}' and '{' work as well
as 'M-}' and 'M-{' to go through the results
==== texlive-specs-m ====
Version update (2019.167.svn49390 -> 2019.168.svn49390)
- Enhance spec file generator to catch more required style files
e.g. readarray.sty for verbatimbox.sty as reported in boo#1155752
- Correct path in patch updmap-map_roboto.dif
==== texlive-specs-n ====
Version update (2019.167.2.004svn48145 -> 2019.168.2.004svn48145)
- Enhance spec file generator to catch more required style files
e.g. readarray.sty for verbatimbox.sty as reported in boo#1155752
- Correct path in patch updmap-map_roboto.dif
==== xdg-utils ====
- Add 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch
to read the KDE Frameworks config file if necessary (boo#1155462)
==== xfce4-screenshooter ====
Version update (1.9.6 -> 1.9.7)
- Update to version 1.9.7
* Add warning notice to imgur upload option (bxo#15347)
* Fix cursor capture when near screen edge (bxo#9262)
* Improve wording (bxo#15429)
* Allow compilation with panel 4.15
* Restore libxfce4ui 4.12 compatibility
* Translation Updates
==== xfce4-whiskermenu-plugin ====
Version update (2.3.3 -> 2.3.4)
- Update to 2.3.4
* Fix building against xfce4-panel 4.15.0
* Translation updates
==== xreader ====
- Remove Requires: xreader-backends from xreader-devel
==== xslide ====
- Stop loading xslide automatically because of conflicts with css-mode.el;
bsc#1080086.
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
1
0
Hi, everyone!
AFAIK openSUSE does not support Raspberry Pi 4 Model B yet. [1]
I’ve bought that board, I know the very basics on how to use it [2]
and I want to help to port openSUSE to it. How can I start?
Let’s have a lot of fun! :D
[1]: https://forums.opensuse.org/showthread.php/536541-Can-Raspberry-Pi-4-run-op…
https://www.reddit.com/r/openSUSE/comments/c6xvnr/raspberry_pi_4/
https://www.raspberrypi.org/forums/viewtopic.php?t=244248
[2]: https://kamarada.github.io/pt/2019/09/20/primeiros-passos-no-raspberry-pi-c…
(in Brazilian Portuguese, but English translation is on the way)
Antonio
The Linux Kamarada Project
http://kamarada.github.io/
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
6
40
07 Nov '19
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 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=3&versio…
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:
ImageMagick (7.0.8.68 -> 7.0.9.1)
Mesa (19.2.1 -> 19.2.2)
Mesa-drivers (19.2.1 -> 19.2.2)
gawk
gdb
glib2-branding-openSUSE
hwdata (0.326 -> 0.328)
java-11-openjdk (11.0.4.0 -> 11.0.5.0)
kcalendarcore (19.08.2 -> 5.63.0)
kdepim-runtime
kernel-64kb (5.3.7 -> 5.3.8)
kernel-source (5.3.7 -> 5.3.8)
kitinerary
libchamplain (0.12.19 -> 0.12.20)
libdrm (2.4.99 -> 2.4.100)
libglvnd
libical
libical-glib
libreoffice (6.3.3.1 -> 6.3.3.2)
mailutils (3.5 -> 3.7)
man-pages
mdadm
mozilla-nspr (4.21 -> 4.22)
mozilla-nss (3.45 -> 3.46.1)
myspell-dictionaries (20190423 -> 20191016)
perl-HTTP-Cookies (6.04 -> 6.05)
perl-Log-Dispatch (2.68 -> 2.69)
perl-Role-Tiny (2.001003 -> 2.001004)
perl-libwww-perl (6.39 -> 6.41)
php7 (7.3.10 -> 7.3.11)
pim-data-exporter (19.08.1 -> 19.08.2)
python-Jinja2 (2.10.1 -> 2.10.3)
python-attrs (19.1.0 -> 19.3.0)
python-base (2.7.16 -> 2.7.17)
python-brotlipy
python-cffi (1.12.3 -> 1.13.0)
python-chardet
python-cryptography (2.7 -> 2.8)
python-ecdsa (0.13.2 -> 0.13.3)
python-jedi
python-matplotlib
python-mypy_extensions (0.4.1 -> 0.4.3)
python-numpy
python-olefile
python-pip (19.2.2 -> 19.3.1)
python-pyparsing
python-python-dateutil
python-requests
python-urllib3
systemd
tcpdump
twolame (0.3.13 -> 0.4.0)
valgrind
vim (8.1.2148 -> 8.1.2233)
wireshark (3.0.5 -> 3.0.6)
xen
yast2 (4.2.29 -> 4.2.30)
zlib
=== Details ===
==== ImageMagick ====
Version update (7.0.8.68 -> 7.0.9.1)
Subpackages: ImageMagick-config-7-SUSE ImageMagick-extra libMagick++-7_Q16HDRI4 perl-PerlMagick
- version update to 7.0.9.1
* Fixed numerous issues posted to GitHub (reference
https://github.com/ImageMagick/ImageMagick/issues)
* Support trim:background-color define for -trim option.
- modified sources
% baselibs.conf
==== Mesa ====
Version update (19.2.1 -> 19.2.2)
Subpackages: Mesa-dri-devel Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Use %pkg_vcmp macro instead of llvm-config to detect LLVM 9.
- Update to version 19.2.2
* assortment of fixes in this release, notably a bunch of work
to get Solaris and illumos working with mesa, as well as more
work fixing issues in the migration of package-config and
headers being handled by libglvnd instead of mesa when mesa
is built with support for glvnd.
There's bunch of other changes here, with radv and intel
leading the pack, otherwise just a few things here and there.
- n_add-Mesa-headers-again.patch
* add Mesa headers again despite of building it against libglvnd;
those headers turned out not to be usable; in addition packaging
headers with libglvnd make dependancies problematic ...
==== Mesa-drivers ====
Version update (19.2.1 -> 19.2.2)
Subpackages: Mesa-dri Mesa-dri-nouveau Mesa-gallium Mesa-libva libvdpau_nouveau libvdpau_r300 libvdpau_r600
- Use %pkg_vcmp macro instead of llvm-config to detect LLVM 9.
- Update to version 19.2.2
* assortment of fixes in this release, notably a bunch of work
to get Solaris and illumos working with mesa, as well as more
work fixing issues in the migration of package-config and
headers being handled by libglvnd instead of mesa when mesa
is built with support for glvnd.
There's bunch of other changes here, with radv and intel
leading the pack, otherwise just a few things here and there.
- n_add-Mesa-headers-again.patch
* add Mesa headers again despite of building it against libglvnd;
those headers turned out not to be usable; in addition packaging
headers with libglvnd make dependancies problematic ...
==== gawk ====
- Fix typo in Summary
- Stop overriding %_libexecdir with %_libdir
- Fix the backward compatibility of the inplace extension:
* Add gawk-inplace-namespace-part1.patch
* Add gawk-inplace-namespace-part2.patch
* Add gawk-inplace-namespace-part3.patch
- Run autoreconf as part of the build process
==== gdb ====
- Backport 2nd part of fix for swo#23657.
[bsc#1142772, swo#23657, CVE-2019-1010180]
* gdb-dwarf-reader-reject-sections-with-invalid-sizes.patch
- Add gdb-s390-handle-arch13.diff to handle most new s390 arch13
instructions. [fate#327369, jsc#ECO-368]
==== glib2-branding-openSUSE ====
- Add super+f1 key binding for help to match GNOME default.
==== hwdata ====
Version update (0.326 -> 0.328)
- Update to version 0.328:
* Updated pci, usb and vendor ids.
==== java-11-openjdk ====
Version update (11.0.4.0 -> 11.0.5.0)
Subpackages: java-11-openjdk-headless
- Update to upstream tag jdk-11.0.5-10 (October 2019 CPU,
bsc#1154212)
* Security fixes:
+ S8209901: Canonical file handling
+ S8213429, CVE-2019-2933: Windows file handling redux
+ S8218573, CVE-2019-2945: Better socket support
+ S8218877: Help transform transformers
+ S8219914: Change the environment variable for Java Access
Bridge logging to have a directory.
+ S8220186: Improve use of font temporary files
+ S8220302, CVE-2019-2949: Better Kerberos ccache handling
+ S8221497: Optional Panes in Swing
+ S8221858, CVE-2019-2958: Build Better Processes
+ S8222684, CVE-2019-2964: Better support for patterns
+ S8222690, CVE-2019-2962: Better Glyph Images
+ S8223163: Better pattern recognition
+ S8223505, CVE-2019-2973: Better pattern compilation
+ S8223518, CVE-2019-2975: Unexpected exception in jjs
+ S8223886: Add in font table referene
+ S8223892, CVE-2019-2978: Improved handling of jar files
+ S8224025: Fix for JDK-8220302 is not complete
+ S8224062, CVE-2019-2977: Improve String index handling
+ S8224532, CVE-2019-2981: Better Path supports
+ S8224915, CVE-2019-2983: Better serial attributes
+ S8225286, CVE-2019-2987: Better rendering of native glyphs
+ S8225292, CVE-2019-2988: Better Graphics2D drawing
+ S8225298, CVE-2019-2989: Improve TLS connection support
+ S8225597, CVE-2019-2992: Enhance font glyph mapping
+ S8226765, CVE-2019-2999: Commentary on Javadoc comments
+ S8227601: Better collection of references
+ S8228825, CVE-2019-2894, bsc#1152856: Enhance ECDSA operations
* Other fixes:
+ S6996807: FieldReflectorKey hash code computation can be
improved
+ S8076988: reevaluate trivial method policy
+ S8087128: C2: Disallow definition split on MachCopySpill nodes
+ S8133489: Better messaging for PKIX path validation matching
+ S8139965: Hang seen when using
com.sun.jndi.ldap.search.replyQueueSize
+ S8147502: Digest is incorrectly truncated for ECDSA
signatures when the bit length of n is less than the field
size
+ S8148188: Enhance the security libraries to record events of
interest
+ S8163363: AArch64: Stack size in tools/launcher/Settings.java
needs to be adjusted
+ S8163511: Allocation of compile task fails with assert:
"Leaking compilation tasks?"
+ S8170639: [Linux] jsig is limited to a maximum of 64 signals
+ S8177899: Tests fail due to code cache exhaustion on machines
with many cores
+ S8180901: Transformer.reset() resets the state only once
+ S8193234: When using -Xcheck:jni an internally allocated
buffer can leak
+ S8194231: java/net/DatagramSocket/ReuseAddressTest.java
failed with java.net.BindException: Address already in use:
Cannot bind
+ S8196681: Java Access Bridge logging and debug flags
dynamically controlled
+ S8198411: [TEST_BUG] Two java2d tests are unstable in mach5
+ S8200365: TestOptionsWithRanges.java of
'-XX:TLABWasteTargetPercent=100' fails intermittently
+ S8200400: Restrict Sasl mechanisms
+ S8202035: Archive the set of ModuleDescriptor and
ModuleReference objects for observable system modules with
unnamed initial module.
+ S8202252: (aio) Closed AsynchronousSocketChannel keeps
completion handler alive
+ S8202952: C2: Unexpected dead nodes after matching
+ S8203629: Produce events in the JDK without a dependency on
jdk.jfr
+ S8204203: Many pkcs11 tests failed in Provider
initialization, after compiler on Windows changed
+ S8204521: compiler/jsr292/
/RedefineMethodUsedByMultipleMethodHandles.java fails trying
to delete temp file
+ S8205421: AARCH64: StubCodeMark should be placed after
alignment
+ S8205654: serviceability/dcmd/framework/HelpTest.java timed
out
+ S8206074: nsk/jdi/EventRequestManager/createStepRequest/
/crstepreq001/TestDescription.java is timing out
+ S8206879: Currency decimal marker incorrect for Peru
+ S8207965: C2-only debug build fails
+ S8208269: Javadoc does not support module-info in a
multi-release jar
+ S8208499: NMT: Missing memory tag for Safepoint polling page
+ S8208655: use JTreg skipped status in hotspot tests
+ S8208701: Fix for JDK-8208655 causes test failures in CI tier1
+ S8208706: compiler/tiered/ConstantGettersTransitionsTest.java
fails to compile
+ S8208780: (se) test
SelectWithConsumer.testReadableAndWriteable(): failure
+ S8209186: Rename SimpleThresholdPolicy to
TieredThresholdPolicy
+ S8209413: AArch64: NPE in clhsdb jstack command
+ S8209420: Track membars for volatile accesses so they can be
properly optimized
+ S8209684: Intrinsics that assume some input non null should
use GraphKit::must_be_not_null()
+ S8209939: [testbug][ppc] Test SafepointPollingPages fails
after 8208499 with UseSIGTRAP on.
+ S8210063: ZGC: Enable load barriers for IN_NATIVE runtime
barriers
+ S8210130: java/net/httpclient/UnknownBodyLengthTest.java
failed
+ S8210314: [aix] NMT does not show "Safepoint" memory type
+ S8210389: C2: assert(n->outcnt() != 0 || C->top() == n ||
n->is_Proj()) failed: No dead instructions after post-alloc
+ S8210390: C2 still crashes with "assert(mode ==
ControlAroundStripMined && use == sfpt) failed: missed a node"
+ S8210408: Refactor java.util.ResourceBundle:i18n shell tests
to plain java tests
+ S8210729: Clean up macosx static library handling
+ S8210919: Remove statically linked libjli on Windows
+ S8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/
/ap11t001/TestDescription.java failed with
JVMTI_ERROR_INVALID_CLASS in CDS mode
+ S8210985: Update the default SSL session cache size to 20480
+ S8211097: aix: fix build after JDK-8210919
+ S8211232: GraphKit::make_runtime_call() sometimes attaches
wrong memory state to call
+ S8211233: MemBarNode::trailing_membar() and
MemBarNode::leading_membar() need to handle dying subgraphs
better
+ S8211727: Adjust default concurrency settings for running
tests on Sparc
+ S8212528: Wrong cgroup subsystem being used for some CPU
Container Metrics
+ S8212970: TZ database in "vanguard" format support
+ S8212992: Change mirror accessor in Klass::verify_on() to use
AS_NO_KEEPALIVE
+ S8213017: jspawnhelper: need to handle pipe write failure
when sending return code
+ S8213117: adoptNode corrupts attribute values
+ S8213134: AArch64: vector shift failed with MaxVectorSize=8
+ S8213172: CDS and JFR tests fail with
assert(JdkJfrEvent::is(klass)) failed: invariant
+ S8213325: (props) Properties.loadFromXML does not fully
comply with the spec
+ S8213406: (fs) More than one instance of built-in FileSystem
observed in heap
+ S8213561: ZipFile/MultiThreadedReadTest.java timed out in
tier1
+ S8213734: SAXParser.parse(File, ..) does not close resources
when Exception occurs.
+ S8214003: Limit default test jobs based on memory size
+ S8214096: sun.security.util.SignatureUtil passes null
parameter, so JCE validation fails
+ S8214161: java.lang.IllegalAccessError: class
jdk.internal.event.X509CertificateEvent (in module java.base)
cannot access class jdk.jfr.internal.handlers.EventHandler
(in module jdk.jfr) because module java.base does not read
module jdk.jfr
+ S8214287: SpecJbb2005StressModule got uncaught exception
+ S8214579: JFrame does not paint content in XVFB / X11vnc
environment
+ S8214687: Optimize Collections.nCopies().hashCode() and
equals()
+ S8214702: Wrong text position for whitespaced string in
printing Swing text
+ S8214770: java/time/test/java/time/format/
/TestNonIsoFormatter.java failed in non-english locales.
+ S8214777: Avoid some GCC 8.X strncpy() errors in HotSpot
+ S8214857: "bad trailing membar" assert failure at
memnode.cpp:3220
+ S8215044: C2 crash in loopTransform.cpp with
assert(cl->trip_count() > 0) failed: peeling a fully unrolled
loop
+ S8215130: Fix errors in LittleCMS 2.9 reported by GCC 8
+ S8215265: C2: range check elimination may allow illegal out
of bound access
+ S8215281: Use String.isEmpty() when applicable in java.base
+ S8215380: Backout accidental change to String::length
+ S8215451: JNI IsSameObject should not keep objects alive
+ S8215483: Off heap memory accesses should be vectorized
+ S8215505: Cleanup jvm.cpp obsolete code after JDK-8210094:
Better loading of classloader classes
+ S8215534: [testbug] some jfr test don't check @requires
vm.hasJFR
+ S8215694: keytool cannot generate RSASSA-PSS certificates
+ S8215756: Memory leaks in the AWT on macOS
+ S8215792: AArch64: String.indexOf generates incorrect result
+ S8215879: AArch64: ReservedStackAccess may leave stack guard
in inconsistent state
+ S8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails
intermittently
+ S8215961: jdk/jfr/event/os/TestCPUInformation.java fails on
AArch64
+ S8215982: (tz) Upgrade time-zone data to tzdata2018i
+ S8216039: TLS with BC and RSASSA-PSS breaks
ECDHServerKeyExchange
+ S8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java
failing
+ S8216155: C4819 warning at libfreetype sources on Windows
+ S8216199: Local variable arg defined but never used in
BCEscapeAnalyzer::compute_escape_for_intrinsic()
+ S8216205: Java API documentation formatting error in
System.getEnv
+ S8216261: Javap ignores default modifier on interfaces
+ S8216326: SSLSocket stream close() does not close the
associated socket
+ S8216375: Revert JDK-8145579 after JDK-8076988 is resolved
+ S8216401: Allow "file:" URLs in Class-Path of local JARs
+ S8216427: ciMethodData::load_extra_data() does not always
unpack the last entry
+ S8216528: test/jdk/java/rmi/transport/
/runtimeThreadInheritanceLeak/
/RuntimeThreadInheritanceLeak.java failing with Xcomp
+ S8216549: Mismatched unsafe access to non escaping object
fails
+ S8216562: UnknownBodyLength sometimes fails due to
"Connection reset by peer"
+ S8216987: ciMethodData::load_data() unpacks MDOs with
non-atomic copy
+ S8216989: CardTableBarrierSetAssembler::gen_write_ref_array_post_barrier()
does not check for zero length on AARCH64
+ S8217093: Support extended-length paths in parse_manifest.c
on windows
+ S8217344: Make comparison overflow-aware in
ECDHKeyAgreement.engineGenerateSecret()
+ S8217359: C2 compiler triggers SIGSEGV after transformation
in ConvI2LNode::Ideal
+ S8217364: Custom URLStreamHandler for jrt or file protocol
can override default handler
+ S8217366: ZoneStrings are not populated for all the Locales
+ S8217368: AArch64: C2 recursive stack locking optimisation
not triggered
+ S8217371: Incorrect LP64 guard in x86.ad after JDK-8210764
(Update avx512 implementation)
+ S8217576: C1 atomic access handlers use incorrect decorators
+ S8217676: Upgrade libpng to 1.6.37
+ S8217760: C2: Missing symbolic info on a call from intrinsics
when invoked through MethodHandle
+ S8217766: Container Support doesn't work for some Join
Controllers combinations
+ S8217785: Padding
ParallelTaskTerminator::_offered_termination variable
+ S8217896: Make better use of LCPUs when building on AIX
+ S8217990: C2 UseOptoBiasInlining: load of markword optimized
to 0 if running with -XX:-EliminateLocks
+ S8218163: C2: Continuous deoptimization w/
Reason_speculate_class_check and Action_none
+ S8218185: aarch64: missing LoadStore barrier in
TemplateTable::putfield_or_static
+ S8218201: Failures when vmIntrinsics::_getClass is not inlined
+ S8218280: LineNumberReader throws "Mark invalid" exception if
CRLF straddles buffer.
+ S8218553: Enhance keystore load debug output
+ S8218558: NMT stack traces in output should show mt component
for virtual memory allocations
+ S8218566: NMT: missing memory tag for assert poison page
+ S8218581: Incorrect exception message generation
+ S8218682: [TEST_BUG] DashOffset fails in mach5
+ S8218705: Test sun/tools/jcmd/TestJcmdDefaults.java fails on
Linux
+ S8218715: [TESTBUG]
TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock
WhiteBoxAPI
+ S8218721: C1's CEE optimization produces safepoint poll with
invalid debug information
+ S8218723: Use SunJCE Mac in SecretKeyFactory PBKDF2
implementation
+ S8218780: Update MUSCLE PCSC-Lite header files
+ S8218879: Keep track of memory accesses originated from Unsafe
+ S8218966: AArch64: String.compareTo() can read memory after
string
+ S8219013: Update Apache Santuario (XML Signature) to version
2.1.3
+ S8219241: Provide basic virtualization related info in the
hs_error file on linux/windows x86_64
+ S8219244: NMT: Change ThreadSafepointState's allocation type
from mtInternal to mtThread
+ S8219370: NMT: Move synchronization primitives from
mtInternal to mtSynchronizer
+ S8219513: compiler/codegen/aes/
/TestCipherBlockChainingEncrypt.java timeout on Solaris-sparc
+ S8219517: assert(false) failed: infinite loop in
PhaseIterGVN::optimize
+ S8219562: Line of code in osContainer_linux.cpp L102 appears
unreachable
+ S8219583: Windows build failure after JDK-8214777 (Avoid some
GCC 8.X strncpy() errors in HotSpot)
+ S8219635: aarch64: missing LoadStore barrier in
TemplateTable::fast_storefield
+ S8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
+ S8219919: RuntimeStub name lost with
PrintFrameConverterAssembly
+ S8219993: AArch64: Compiled CI stubs are unsafely modified
+ S8219997: [TESTBUG] Create test for JFR events in Docker
container: CPU, Memory and Process Info
+ S8220037: Inconsistencies of generated timezone files between
Windows and Linux
+ S8220072: GCC 8.3 reports errors in java.base
+ S8220173: assert(_handle_mark_nesting > 1) failed: memory
leak: allocating handle outside HandleMark
+ S8220227: Host Locale Provider getDisplayCountry returns
error message under non-English Win10
+ S8220313: [TESTBUG] Update base image for Docker testing to
OL 7.6
+ S8220341: Class redefinition fails with
assert(!is_unloaded()) failed: unloaded method on the stack
+ S8220355: Improve assertion texts and exception messages in
eventHandlerVMInit
+ S8220570: Additonal trace when native thread creation fails
+ S8220579: [Containers] SubSystem.java out of sync with
osContainer_linux.cpp
+ S8220657: JFR.dump does not work when filename is set
+ S8220672: [TESTBUG] TestCPUSets should check that cpuset does
not exceed available cores
+ S8220674: [TESTBUG] MetricsMemoryTester failcount test in
docker container only works with debug JVMs
+ S8220682: Heap dumping and inspection fails with JDK-8214712
+ S8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
+ S8221120: CopyOnWriteArrayList.set should always have
volatile write semantics
+ S8221220: AArch64: Add StoreStore membar explicitly for
Volatile Writes in TemplateTable
+ S8221253: TLSv1.3 may generate TLSInnerPlainText longer than
2^14+1 bytes
+ S8221325: Add information about swap space to
print_memory_info() on MacOS
+ S8221340: [TESTBUG] TestCgroupMetrics.java fails after fix
for JDK-8219562
+ S8221342: [TESTBUG] Generate Dockerfile for docker testing
+ S8221407: Windows 32bit build error in
libsunmscapi/security.cpp
+ S8221408: Windows 32bit build build errors/warnings in hotspot
+ S8221411: NullPointerException in RasterPrinterJob without
PrinterResolution
+ S8221434: Fix typo in lib-x11 autoconf error message about
missing headers
+ S8221480: jcmd VM.metaspace shall print limits in basic mode
+ S8221497: Optional Panes in Swing
+ S8221527: [TESTBUG] DockerBasicTest.java contains hard-coded
reference to JDK 10
+ S8221529: [TESTBUG] Docker tests use old/deprecated image on
AArch64
+ S8221710: [TESTBUG] more configurable parameters for docker
testing
+ S8221725: AArch64 build failures after JDK-8221408 (Windows
32bit build build errors/warnings in hotspot)
+ S8221730: jcmd process name matching broken
+ S8221801: Update src/java.base/share/legal/public_suffix.md
+ S8221892: ThreadPoolExecutor: Thread.isAlive() is not
equivalent to not being startable
+ S8221894: Add comments for docker tests in the test doc
+ S8222108: Reduce minRefreshTime for updating remote printer
list on Windows
+ S8222154: upgrade gtest to 1.8.1
+ S8222280: Provide virtualization related info in the hs_error
file on AIX
+ S8222299: [TESTBUG] move hotspot container tests to
hotspot/containers
+ S8222362: Upgrade to Freetype 2.10.0
+ S8222387: Out-of-bounds access to CPU _family_id_xxx array
+ S8222415: Xerces 2.12.0: Parsing Configuration
+ S8222670: pathological case of JIT recompilation and code
cache bloat
+ S8222720: Provide extended VMWare/vSphere virtualization
related info in the hs_error file on linux/windows x86_64
+ S8222743: Xerces 2.12.0: DOM Implementation
+ S8222914: Partial backport of JDK-8218266
+ S8222968: ByteArrayPublisher is not thread-safe resulting in
broken re-use of HttpRequests
+ S8222980: Upgrade IANA Language Subtag Registry to Version
2019-04-03
+ S8222987: sun/security/tools/keytool/PSS.java times out on
Solaris-SPARC
+ S8222991: Xerces 2.12.0: Validation
+ S8223177: Data race on JvmtiEnvBase::_tag_map in
double-checked locking
+ S8223227: Rename acquire_tag_map() to tag_map_acquire() in
jvmtiEnvBase
+ S8223244: Fix usage of ARRAYCOPY_DISJOINT decorator
+ S8223336: Assert in
VirtualMemoryTracker::remove_released_region when running the
SharedArchiveConsistency.java test with
- XX:NativeMemoryTracking=detail
+ S8223482: Unsupported ciphersuites may be offered by a TLS
client
+ S8223518: Unexpected exception in jjs
+ S8223537: testlibrary_tests/ctw/ClassesListTest.java fails
with Agent timeout frequently
+ S8223553: Fix code constructs that do not compile with the
Eclipse Java Compiler
+ S8223572: ~ThreadInVMForHandshake() should call
handle_special_runtime_exit_condition()
+ S8223574: add more thread-related system settings info to
hs_error file on AIX
+ S8223660: jtreg: Decouple Unsafe from RTM tests
+ S8223814: SA: jhsdb common help needs to be more detailed
+ S8223886: Add in font table referene
+ S8224033: os::snprintf should be used in
virtualizationSupport.cpp
+ S8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler
fails intermittently for case 13 on Windows
+ S8224090: [PPC64] Fix SLP patterns for filling an array with
double float literals
+ S8224165: [TESTBUG] Docker tests produce excessive output
+ S8224181: On child process spawn, child may write to random
file descriptor instead of the fail pipe
+ S8224202: Speed up Properties.load
+ S8224221: add memprotect calls to event log
+ S8224230: [PPC64, s390] Support AsyncGetCallTrace
+ S8224252: [TESTBUG]
hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java is
timing out again after fix for JDK-8163805
+ S8224487: outputStream should not be copyable
+ S8224531: SEGV while collecting Klass statistics
+ S8224558: Fix replicateB encoding
+ S8224560: (tz) Upgrade time-zone data to tzdata2019a
+ S8224580: Matcher can cause oop field/array element to be
reloaded
+ S8224589: Improve startup behavior of SecurityProperties
+ S8224658: Unsafe access C2 compile fails with assert(flat !=
TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr:
adr_type = NULL
+ S8224698: ConcurrentSkipListMap.java does not compile with
the Eclipse Java Compiler
+ S8224825: java/awt/Color/AlphaColorTest.java fails in
linux-x64 system
+ S8224838: Bump update version for OpenJDK: jdk-11.0.5
+ S8224991: Problemlist
javax/net/ssl/ServerName/SSLEngineExplorerMatchedSNI.java
+ S8225005: Xerces 2.12.0: License file
+ S8225141: Better handling of classes in error state in fast
class initialization checks
+ S8225178: [Solaris] os::signal() should call sigaction() with
SA_SIGINFO
+ S8225189: Multiple JNI calls within critical region in ZIP
Library
+ S8225257: sun/security/tools/keytool/PSS.java timed out
+ S8225286: Better rendering of native glyphs
+ S8225298: Improve TLS connection support
+ S8225347: [s390] Unexpected exit from stack overflow test
+ S8225386: test for JDK-8216261 fails in Windows
+ S8225388: Running jcmd Compiler.CodeHeap_Analytics all 0
cause crash.
+ S8225390: ProblemList sun/security/pkcs11/sslecc/
/ClientJSSEServerJSSE.java due to JDK-8161536
+ S8225423: GTK L&F: JSplitPane: There is no divider shown
+ S8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find
dependent libraries
+ S8225543: Jcmd fails to attach to the Java process on Linux
using the main class name if whitespace options were used to
launch the process
+ S8225580: tzdata2018i integration causes test failures on
jdk-13
+ S8225636: SA can't handle prelinked libraries
+ S8225644: C1 dumps incorrect class name in ClassCastException
message
+ S8225663: [testbug] Missing JNIEXPORT in XAbortProvoker
native function
+ S8225715: jhsdb jmap fails to write binary heap dump of a
jshell process
+ S8226409: Enable argument profiling for
sun.misc.Unsafe.put*/get*
+ S8226468: [aix] loadquery failed error message displayed
+ S8226530: ZipFile reads wrong entry size from ZIP64 entries
+ S8226543: Reduce GC pressure during message digest
calculations in password-based encryption
+ S8226607: Inconsistent info between pcsclite.md and MUSCLE
headers
+ S8226798: JVM crash in
klassItable::initialize_itable_for_interface(int,
InstanceKlass*, bool, Thread*)
+ S8226964: [Yaru] GTK L&F: There is no difference between menu
selected and de-selected
+ S8227011: Starting a JFR recording in response to JVMTI
VMInit and / or Java agent premain corrupts memory
+ S8227041: runtime/memory/RunUnitTestsConcurrently.java has a
memory leak
+ S8227117: normal interpreter table is not restored after
single stepping with TLH
+ S8227247: tools/sjavac/IdleShutdown.java fails with
AssertionError: Error too big on windows
+ S8227277: HeapInspection::find_instances_at_safepoint walks
dead objects
+ S8227392: Colors with alpha are painted incorrectly on Linux,
after JDK-8214579
+ S8227594: sadebugd/DebugdConnectTest.java fails due to
"java.rmi.NotBoundException: SARemoteDebugger"
+ S8227630: adjust format specifiers in loadlib_aix.cpp
+ S8227834: build.log output from failing commands : include
the hs_error file path in case of crashes in build
+ S8227869: fix wrong format specifiers in os_aix.cpp
+ S8227919: 8213232 causes crashes on solaris sparc64
+ S8228337: problemList failing/ignored manual tests in
security-libs
+ S8228400: Remove built-in AArch64 simulator
+ S8228469: (tz) Upgrade time-zone data to tzdata2019b
+ S8228485: JVM crashes when bootstrap method for condy
triggers loading of class whose static initializer throws
ve thread creation fails
+ S8220579: [Containers] SubSystem.ja exception
+ S8228501: java_props_macosx.c - provide missing CFRelease for
CFLocaleCopyCurrent
+ S8228578: fix CFData object leak in macosx KeystoreImpl.m
+ S8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java
- NumberFormatException because of large long values (memory
limit_in_bytes)
+ S8228596: Class redefinition fails when condy instructions
are removed
+ S8228601: AArch64: Fix interpreter code at JVMCI
deoptimization entry
+ S8228618: s390: c1/c2 fail to add a metadata relocation in
the static call stub.
+ S8228649: [PPC64] SA reads wrong slots from interpreter frames
+ S8228658: test GetTotalSafepointTime.java fails on fast Linux
machines with Total safepoint time 0 ms
+ S8228711: Path rendered incorrectly when it goes outside the
clipping region
+ S8228725: AArch64: Purge method call format support
+ S8228764: New library dependencies due to JDK-8222720
+ S8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on
AArch64
+ S8229352: Use of an uninitialized register in 32-bit ARM
template interpreter
+ S8229406: ZGC: Fix incorrect statistics
+ S8229767: Typo in java.security: Sasl.createClient and
Sasl.createServer
+ S8229773: Resolve permissions for code source URLs lazily
+ S8229887: (zipfs) zip file corruption when replacing an
existing STORED entry
+ S8229925: [s390, PPC64] Exception check missing in interpreter
+ S8230085: (fs) FileStore::isReadOnly is always true on macOS
Catalina
+ S8230099: Prepare for backport of JDK-8217368
+ S8230728: Thin stroked shapes are not rendered if affine
transform has flip bit
+ S8230850: Test sun/tools/jcmd/TestProcessHelper.java fails
intermittently
+ S8231693: Backout "8230728: Thin stroked shapes are not
rendered if affine transform has flip bit" from jdk11u
- Modified patch:
* system-pcsclite.patch
+ adapt to changed context
==== kcalendarcore ====
Version update (19.08.2 -> 5.63.0)
- Fix the license tag. kcalendarcore is LGPL-2.0-or-later.
- Update to 5.63.0
* kcalcore was renamed to kcalendarcore and is now a KDE framework.
- Update to 19.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.0.php
- Changes since 19.07.90:
* "kcalcore_debug.h" -> "kcalendarcore_debug.h"
* Rename to kcalendarcore
* Rename kcalcore_version.h to kcalendarcore_version.h
- Update to 19.07.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
- Changes since 19.07.80:
* Clarify that utils.h is not public API
* Port tests to new namespace
* Rename the header install locations to KCalendarCore
* Rename the KCalCore namespace to KCalendarCore
- Update to 19.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
- Changes since 19.04.3:
* Too many changes to list here
- Update to 19.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.3.php
- No code changes since 19.04.2
- Update to 19.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.2.php
- Changes since 19.04.1:
* Remove bogus TODO, this is a private header already so it's fine
- Update to 19.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.1.php
- No code changes since 19.04.0
- Update to 19.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.04.0.php
- No code changes since 19.03.90
- Update to 19.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-rc.php
- Changes since 19.03.80:
* Fix compile, KCalCore doesn't depend on Qt5Widgets, so use Qt5Gui instead
* Workaround a Qt 5.13 bug
- Update to 19.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/announce-applications-19.04-beta.php
- Changes since 18.12.3:
* compile without foreach
* We use find_dependency, so we need to include CMakeFindDependencyMacro.
* Support static builds
* Add property for productId
* Fix some clazy warning
- Update to 18.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.3.php
- Changes since 18.12.2:
* No code changes since 18.12.2
- Update to 18.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.2.php
- Changes since 18.12.1:
* No code changes since 18.12.1
- Update to 18.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.1.php
- Changes since 18.12.0:
* No code changes since 18.12.0
- Update to 18.12.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.0.php
- Changes since 18.11.90:
* No code changes since 18.11.90
- Update to 18.11.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-rc.php
- Changes since 18.11.80:
* Fix TodoTest::testStatus
- Run spec-cleaner
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-beta.php
- Changes since 18.08.3:
* QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
* Need to increase version
* Make Incidence[Base] and Event Q_GADGETs
* Use new syntax
- Update to 18.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.3.php
- Changes since 18.08.2:
* No code changes since 18.08.2
- Update to 18.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.2.php
- Changes since 18.08.1:
* None
- Update to 18.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.1.php
- Changes since 18.08.0:
* None
- Update to 18.08.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08.0.php
- Changes since 18.07.80:
* None
- Update to 18.07.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.08-beta.php
- Changes since 18.04.3:
* Use Q_REQUIRED_RESULT
* Warning--
* Warning--
* Remove unused debug
- Update to 18.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.3.php
- Changes since 18.04.2:
* None
- Update to 18.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.2.php
- Changes since 18.04.1:
* None
- Update to 18.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.1.php
- Changes since 18.04.0:
* None
- Update to 18.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.0.php
- Changes since 18.03.90:
* Fix Bug 392952 - Regression: port to QTimeZone leads to blowing up iCal file size (kde#392952)
- Add 0001-Revert-GIT_SILENT-increase-version.patch to make it
build with libical 1.0.1 on Leap 42.3
- Update to 18.03.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04-rc.php
- Changes since 17.12.3:
* Too many changes to list here
- Update to 17.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.3.php
- Changes since 17.12.2:
* None
- Update to 17.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.2.php
- Changes since 17.12.1:
* Remove unused unistd.h include
* define strncasecmp and strcasecmp on Windows
* Remove strings.h include
* icalformat: remove QByteArray->QString->QByteArray roundtrip.
- Update to 17.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.1.php
- Changes since 17.12.0:
* Fix a porting bug when persing timezones
- Update to 17.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.0.php
- Changes since 17.11.90:
* None
- Update to 17.11.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-rc.php
- Changes since 17.11.80:
* Make sure the autotest fails if the .ref file is missing.
* Fix obvious porting error, allDay was ignored.
* Finish cleaning up after 4a039ac88, removing unused test files
- Update to 17.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
* Too many changes to list here
- Update to 17.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.3.php
- Changes since 17.08.2:
* None
- Update to 17.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.2.php
- Changes since 17.08.1:
* Remove duplicate QT_REQUIRED_VERSION from autotests
- Update to 17.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.1.php
- Changes since 17.08.0:
* Remove duplicate QT_REQUIRED_VERSION from autotests
- Update to KDE Applications 17.08.0
* New feature release
* https://www.kde.org/announcements/announce-applications-17.08.0.php
- Changes since 17.04.3 :
- Too many changes to list here
- Update to KDE Applications 17.07.90
* KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.08-rc.php
- Update to 17.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.3.php
- Changes since 17.04.2:
* Fix build on Windows
* Remove not necessary include
- Update to 17.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.2.php
- Changes since 17.04.1:
* None
- Update to 17.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.1.php
- Changes since 17.04.0:
* None
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* None
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* Minor optimization
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-beta.php
- Changes since 16.12.3:
* Revert "USe nullptr"
* USe nullptr
* Port away from qt_qhash_seed which is going away in Qt 5.9
* Minor
* Minor optimization
* Remove directly
* USe directly value()...
* Use nullptr
* Use QLatin1Char
* Use QLatin1Char when possible
* Use Q_NULLPTR
* Use QLatin1Char(' ') when possible
* Add ECMCoverageOption
- Update to 16.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-16.12.3.php
- Changes since 16.12.2:
* None
- Update to KDE Applications 16.12.2
* KDE Applications 16.12.2
* https://www.kde.org/announcements/announce-applications-16.12.2.php
- - Update to KDE Applications 16.12.1
* KDE Applications 16.12.1
* https://www.kde.org/announcements/announce-applications-16.12.1.php
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
- Update to KDE Applications 16.08.3
* KDE Applications 16.08.3
* https://www.kde.org/announcements/announce-applications-16.08.3.php
- KDE Applications 16.08.2
https://www.kde.org/announcements/announce-applications-16.08.2.php
- Update to KDE Applications 16.08.1
* KDE Applications 16.08.1
* https://www.kde.org/announcements/announce-applications-16.08.1.php
- Update to KDE Applications 16.08.0
* KDE Applications 16.08.0
* https://www.kde.org/announcements/announce-applications-16.08.0.php
- Update to KDE Applications 16.07.90
* KDE Applications 16.07.90 (16.08-RC)
* https://www.kde.org/announcements/announce-applications-16.08-rc.php
- Cleanup build requirements
- Update to KDE Applications 16.04.3
* KDE Applications 16.04.3
* https://www.kde.org/announcements/announce-applications-16.04.3.php
- Update to KDE Applications 16.04.2
* KDE Applications 16.04.2
* https://www.kde.org/announcements/announce-applications-16.04.2.php
- Update to KDE Applications 16.04.1
* KDE Applications 16.04.1
* https://www.kde.org/announcements/announce-applications-16.04.1.php
- Update to KDE Applications 16.04.0
* KDE Applications 16.04.0
* https://www.kde.org/announcements/announce-applications-16.04.0.php
- Update to KDE Applications 16.03.90
* KDE Applications 16.04.0 RC
* https://www.kde.org/announcements/announce-applications-16.04-rc.php
- Update to KDE Applications 15.12.3
* KDE Applications 15.12.3
* https://www.kde.org/announcements/announce-applications-15.12.3.php
* boo#970855
- Update to KDE Applications 15.12.2
* KDE Applications 15.12.2
* https://www.kde.org/announcements/announce-applications-15.12.2.php
* boo#966605
- Update to KDE Applications 15.12.1
* KDE Applications 15.12.1
* https://www.kde.org/announcements/announce-applications-15.12.1.php
* boo#961265
- Update to KDE Applications 15.12.0
* KDE Applications 15.12.0
* https://www.kde.org/announcements/announce-applications-15.12.0.php
* boo#958887
- Remove superfluous libpth-devel dependency
- Update to KDE Applications 15.08.3
* KDE Applications 15.08.3
* https://www.kde.org/announcements/announce-applications-15.08.3.php
* boo#954531
- Update to KDE Applications 15.08.2
* KDE Applications 15.08.2
* https://www.kde.org/announcements/announce-applications-15.08.2.php
- Update to KDE Applications 15.08.1
* KDE Applications 15.08.1
* https://www.kde.org/announcements/announce-applications-15.08.1.php
- Update to KDE Applications 15.08.0
* KDE Applications 15.08.0
* https://www.kde.org/announcements/announce-applications-15.08.0.php
- Initial version based on KDE Applications 15.07.90
* KDE Applications 15.08.0 RC1
* https://www.kde.org/announcements/announce-applications-15.08-rc.php
==== kdepim-runtime ====
Subpackages: kdepim-runtime-lang
- Update build requirements
==== kernel-64kb ====
Version update (5.3.7 -> 5.3.8)
Subpackages: kernel-64kb-devel
- Refresh
patches.suse/stacktrace-don-t-skip-first-entry-on-noncurrent-task.patch.
v3 of the patch
- commit ea4c828
- Linux 5.3.8 (bnc#1151927).
- drm: Free the writeback_job when it with an empty fb
(bnc#1151927).
- drm: Clear the fence pointer when writeback job signaled
(bnc#1151927).
- clk: ti: dra7: Fix mcasp8 clock bits (bnc#1151927).
- ARM: dts: Fix wrong clocks for dra7 mcasp (bnc#1151927).
- nvme-pci: Fix a race in controller removal (bnc#1151927).
- scsi: ufs: skip shutdown if hba is not powered (bnc#1151927).
- scsi: megaraid: disable device when probe failed after enabled
device (bnc#1151927).
- scsi: qla2xxx: Silence fwdump template message (bnc#1151927).
- scsi: qla2xxx: Fix unbound sleep in fcport delete path
(bnc#1151927).
- scsi: qla2xxx: Fix stale mem access on driver unload
(bnc#1151927).
- scsi: qla2xxx: Fix N2N link reset (bnc#1151927).
- scsi: qla2xxx: Fix N2N link up fail (bnc#1151927).
- ARM: dts: Fix gpio0 flags for am335x-icev2 (bnc#1151927).
- ARM: OMAP2+: Fix missing reset done flag for am3 and am43
(bnc#1151927).
- ARM: OMAP2+: Add missing LCDC midlemode for am335x
(bnc#1151927).
- ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()
(bnc#1151927).
- nvme-tcp: fix wrong stop condition in io_work (bnc#1151927).
- nvme-pci: Save PCI state before putting drive into deepest state
(bnc#1151927).
- nvme: fix an error code in nvme_init_subsystem() (bnc#1151927).
- nvme-rdma: Fix max_hw_sectors calculation (bnc#1151927).
- Added QUIRKs for ADATA XPG SX8200 Pro 512GB (bnc#1151927).
- nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T
(bnc#1151927).
- nvme: allow 64-bit results in passthru commands (bnc#1151927).
- drm/komeda: prevent memory leak in komeda_wb_connector_add
(bnc#1151927).
- nvme-rdma: fix possible use-after-free in connect timeout
(bnc#1151927).
- blk-mq: honor IO scheduler for multiqueue devices (bnc#1151927).
- ieee802154: ca8210: prevent memory leak (bnc#1151927).
- ARM: dts: am4372: Set memory bandwidth limit for DISPC
(bnc#1151927).
- net: dsa: qca8k: Use up to 7 ports for all operations
(bnc#1151927).
- MIPS: dts: ar9331: fix interrupt-controller size (bnc#1151927).
- xen/efi: Set nonblocking callbacks (bnc#1151927).
- loop: change queue block size to match when using DIO
(bnc#1151927).
- nl80211: fix null pointer dereference (bnc#1151927).
- mac80211: fix txq null pointer dereference (bnc#1151927).
- netfilter: nft_connlimit: disable bh on garbage collection
(bnc#1151927).
- net: mscc: ocelot: add missing of_node_put after calling
of_get_child_by_name (bnc#1151927).
- net: dsa: rtl8366rb: add missing of_node_put after calling
of_get_child_by_name (bnc#1151927).
- net: stmmac: xgmac: Not all Unicast addresses may be available
(bnc#1151927).
- net: stmmac: dwmac4: Always update the MAC Hash Filter
(bnc#1151927).
- net: stmmac: Correctly take timestamp for PTPv2 (bnc#1151927).
- net: stmmac: Do not stop PHY if WoL is enabled (bnc#1151927).
- net: ag71xx: fix mdio subnode support (bnc#1151927).
- RISC-V: Clear load reservations while restoring hart contexts
(bnc#1151927).
- riscv: Fix memblock reservation for device tree blob
(bnc#1151927).
- drm/amdgpu: fix multiple memory leaks in acp_hw_init
(bnc#1151927).
- drm/amd/display: memory leak (bnc#1151927).
- mips: Loongson: Fix the link time qualifier of 'serial_exit()'
(bnc#1151927).
- net: hisilicon: Fix usage of uninitialized variable in function
mdio_sc_cfg_reg_write() (bnc#1151927).
- net: stmmac: Avoid deadlock on suspend/resume (bnc#1151927).
- selftests: kvm: Fix libkvm build error (bnc#1151927).
- lib: textsearch: fix escapes in example code (bnc#1151927).
- s390/mm: fix -Wunused-but-set-variable warnings (bnc#1151927).
- r8152: Set macpassthru in reset_resume callback (bnc#1151927).
- net: phy: allow for reset line to be tied to a sleepy GPIO
controller (bnc#1151927).
- net: phy: fix write to mii-ctrl1000 register (bnc#1151927).
- namespace: fix namespace.pl script to support relative paths
(bnc#1151927).
- Convert filldir[64]() from __put_user() to unsafe_put_user()
(bnc#1151927).
- elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
(bnc#1151927).
- Make filldir[64]() verify the directory entry filename is valid
(bnc#1151927).
- uaccess: implement a proper unsafe_copy_to_user() and switch
filldir over to it (bnc#1151927).
- filldir[64]: remove WARN_ON_ONCE() for bad directory entries
(bnc#1151927).
- net_sched: fix backward compatibility for TCA_KIND
(bnc#1151927).
- net_sched: fix backward compatibility for TCA_ACT_KIND
(bnc#1151927).
- libata/ahci: Fix PCS quirk application (bnc#1151927).
- md/raid0: fix warning message for parameter default_layout
(bnc#1151927).
- Revert "drm/radeon: Fix EEH during kexec" (bnc#1151927).
- ocfs2: fix panic due to ocfs2_wq is null (bnc#1151927).
- nvme-pci: Set the prp2 correctly when using more than 4k page
(bnc#1151927).
- ipv4: fix race condition between route lookup and invalidation
(bnc#1151927).
- ipv4: Return -ENETUNREACH if we can't create route but saddr
is valid (bnc#1151927).
- net: avoid potential infinite loop in tc_ctl_action()
(bnc#1151927).
- net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3
(bnc#1151927).
- net: bcmgenet: Set phydev->dev_flags only for internal PHYs
(bnc#1151927).
- net: i82596: fix dma_alloc_attr for sni_82596 (bnc#1151927).
- net/ibmvnic: Fix EOI when running in XIVE mode (bnc#1151927).
- net: ipv6: fix listify ip6_rcv_finish in case of forwarding
(bnc#1151927).
- net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
(bnc#1151927).
- rxrpc: Fix possible NULL pointer access in ICMP handling
(bnc#1151927).
- sched: etf: Fix ordering of packets with same txtime
(bnc#1151927).
- sctp: change sctp_prot .no_autobind with true (bnc#1151927).
- net: aquantia: temperature retrieval fix (bnc#1151927).
- net: aquantia: when cleaning hw cache it should be toggled
(bnc#1151927).
- net: aquantia: do not pass lro session with invalid tcp checksum
(bnc#1151927).
- net: aquantia: correctly handle macvlan and multicast
coexistence (bnc#1151927).
- net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs
(bnc#1151927).
- net: phy: micrel: Update KSZ87xx PHY name (bnc#1151927).
- net: avoid errors when trying to pop MLPS header on non-MPLS
packets (bnc#1151927).
- net/sched: fix corrupted L2 header with MPLS 'push' and 'pop'
actions (bnc#1151927).
- netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
(bnc#1151927).
- net: ethernet: broadcom: have drivers select DIMLIB as needed
(bnc#1151927).
- net: phy: Fix "link partner" information disappear issue
(bnc#1151927).
- LSM: SafeSetID: Stop releasing uninitialized ruleset
(bnc#1151927).
- rxrpc: use rcu protection while reading sk->sk_user_data
(bnc#1151927).
- io_uring: fix bad inflight accounting for
SETUP_IOPOLL|SETUP_SQTHREAD (bnc#1151927).
- io_uring: Fix corrupted user_data (bnc#1151927).
- USB: legousbtower: fix memleak on disconnect (bnc#1151927).
- ALSA: hda/realtek - Add support for ALC711 (bnc#1151927).
- ALSA: hda/realtek - Enable headset mic on Asus MJ401TA
(bnc#1151927).
- ALSA: usb-audio: Disable quirks for BOSS Katana amplifiers
(bnc#1151927).
- ALSA: hda - Force runtime PM on Nvidia HDMI codecs
(bnc#1151927).
- usb: udc: lpc32xx: fix bad bit shift operation (bnc#1151927).
- USB: serial: ti_usb_3410_5052: fix port-close races
(bnc#1151927).
- USB: ldusb: fix memleak on disconnect (bnc#1151927).
- USB: usblp: fix use-after-free on disconnect (bnc#1151927).
- USB: ldusb: fix read info leaks (bnc#1151927).
- binder: Don't modify VMA bounds in ->mmap handler (bnc#1151927).
- MIPS: tlbex: Fix build_restore_pagemask KScratch restore
(bnc#1151927).
- staging: wlan-ng: fix exit return when sme->key_idx >=
NUM_WEPKEYS (bnc#1151927).
- scsi: zfcp: fix reaction on bit error threshold notification
(bnc#1151927).
- scsi: sd: Ignore a failure to sync cache due to lack of
authorization (bnc#1151927).
- scsi: core: save/restore command resid for error handling
(bnc#1151927).
- scsi: core: try to get module before removing device
(bnc#1151927).
- scsi: ch: Make it possible to open a ch device multiple times
again (bnc#1151927).
- Revert "Input: elantech - enable SMBus on new (2018+) systems"
(bnc#1151927).
- Input: da9063 - fix capability and drop KEY_SLEEP (bnc#1151927).
- Input: synaptics-rmi4 - avoid processing unknown IRQs
(bnc#1151927).
- Input: st1232 - fix reporting multitouch coordinates
(bnc#1151927).
- ASoC: rsnd: Reinitialize bit clock inversion flag for every
format setting (bnc#1151927).
- ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in
acpi_cppc_processor_exit() (bnc#1151927).
- ACPI: NFIT: Fix unlock on error in scrub_show() (bnc#1151927).
- iwlwifi: pcie: change qu with jf devices to use qu configuration
(bnc#1151927).
- mac80211: Reject malformed SSID elements (bnc#1151927).
- drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50
(bnc#1151927).
- drm/ttm: Restore ttm prefaulting (bnc#1151927).
- drm/panfrost: Handle resetting on timeout better (bnc#1151927).
- drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not
set to 1 (bnc#1151927).
- drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for
pipe sync (bnc#1151927).
- drm/i915/userptr: Never allow userptr into the mappable GGTT
(bnc#1151927).
- drm/i915: Favor last VBT child device with conflicting AUX
ch/DDC pin (bnc#1151927 bnc#1152971 fdo#112028).
- drm/amdgpu/vce: fix allocation size in enc ring test
(bnc#1151927).
- drm/amdgpu/vcn: fix allocation size in enc ring test
(bnc#1151927).
- drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
(bnc#1151927).
- drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
(bnc#1151927).
- drm/amdgpu: user pages array memory leak fix (bnc#1151927).
- drivers/base/memory.c: don't access uninitialized memmaps in
soft_offline_page_store() (bnc#1151927).
- fs/proc/page.c: don't access uninitialized memmaps in
fs/proc/page.c (bnc#1151927).
- io_uring: Fix broken links with offloading (bnc#1151927).
- io_uring: Fix race for sqes with userspace (bnc#1151927).
- io_uring: used cached copies of sq->dropped and cq->overflow
(bnc#1151927).
- mmc: mxs: fix flags passed to dmaengine_prep_slave_sg
(bnc#1151927).
- mmc: cqhci: Commit descriptors before setting the doorbell
(bnc#1151927).
- mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20C
(bnc#1151927).
- mm/memory-failure.c: don't access uninitialized memmaps in
memory_failure() (bnc#1151927).
- mm/slub: fix a deadlock in show_slab_objects() (bnc#1151927).
- mm/page_owner: don't access uninitialized memmaps when reading
/proc/pagetypeinfo (bnc#1151927).
- mm/memunmap: don't access uninitialized memmap in
memunmap_pages() (bnc#1151927).
- mm: memcg/slab: fix panic in __free_slab() caused by premature
memcg pointer release (bnc#1151927).
- mm, compaction: fix wrong pfn handling in
__reset_isolation_pfn() (bnc#1151927).
- mm: memcg: get number of pages on the LRU list in memcgroup
base on lru_zone_size (bnc#1151927).
- mm: memblock: do not enforce current limit for memblock_phys*
family (bnc#1151927).
- hugetlbfs: don't access uninitialized memmaps in
pfn_range_valid_gigantic() (bnc#1151927).
- mm/memory-failure: poison read receives SIGKILL instead of
SIGBUS if mmaped more than once (bnc#1151927).
- zram: fix race between backing_dev_show and backing_dev_store
(bnc#1151927).
- xtensa: drop EXPORT_SYMBOL for outs*/ins* (bnc#1151927).
- xtensa: fix change_bit in exclusive access option (bnc#1151927).
- s390/zcrypt: fix memleak at release (bnc#1151927).
- s390/kaslr: add support for R_390_GLOB_DAT relocation type
(bnc#1151927).
- lib/vdso: Make clock_getres() POSIX compliant again
(bnc#1151927).
- parisc: Fix vmap memory leak in ioremap()/iounmap()
(bnc#1151927).
- EDAC/ghes: Fix Use after free in ghes_edac remove path
(bnc#1151927).
- arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM
is set (bnc#1151927).
- arm64: Avoid Cavium TX2 erratum 219 when switching TTBR
(bnc#1151927).
- arm64: Enable workaround for Cavium TX2 erratum 219 when
running SMT (bnc#1151927).
- arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selected
(bnc#1151927).
- CIFS: avoid using MID 0xFFFF (bnc#1151927).
- cifs: Fix missed free operations (bnc#1151927).
- CIFS: Fix use after free of file info structures (bnc#1151927).
- perf/aux: Fix AUX output stopping (bnc#1151927).
- tracing: Fix race in perf_trace_buf initialization
(bnc#1151927).
- fs/dax: Fix pmd vs pte conflict detection (bnc#1151927).
- dm cache: fix bugs when a GFP_NOWAIT allocation fails
(bnc#1151927).
- irqchip/sifive-plic: Switch to fasteoi flow (bnc#1151927).
- x86/apic/x2apic: Fix a NULL pointer deref when handling a
dying cpu (bnc#1151927).
- x86/hyperv: Make vapic support x2apic mode (bnc#1151927).
- pinctrl: cherryview: restore Strago DMI workaround for all
versions (bnc#1151927).
- pinctrl: armada-37xx: fix control of pins 32 and up
(bnc#1151927).
- pinctrl: armada-37xx: swap polarity on LED group (bnc#1151927).
- btrfs: block-group: Fix a memory leak due to missing
btrfs_put_block_group() (bnc#1151927).
- Btrfs: add missing extents release on file extent cluster
relocation error (bnc#1151927).
- btrfs: don't needlessly create extent-refs kernel thread
(bnc#1151927).
- Btrfs: fix qgroup double free after failure to reserve metadata
for delalloc (bnc#1151927).
- Btrfs: check for the full sync flag while holding the inode
lock during fsync (bnc#1151927).
- btrfs: tracepoints: Fix wrong parameter order for qgroup events
(bnc#1151927).
- btrfs: tracepoints: Fix bad entry members of qgroup events
(bnc#1151927).
- KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use
(bnc#1151927).
- memstick: jmb38x_ms: Fix an error handling path in
'jmb38x_ms_probe()' (bnc#1151927).
- cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown
(bnc#1151927).
- ceph: just skip unrecognized info in ceph_reply_info_extra
(bnc#1151927).
- xen/netback: fix error path of xenvif_connect_data()
(bnc#1151927).
- PCI: PM: Fix pci_power_up() (bnc#1151927).
- opp: of: drop incorrect lockdep_assert_held() (bnc#1151927).
- of: reserved_mem: add missing of_node_put() for proper
ref-counting (bnc#1151927).
- blk-rq-qos: fix first node deletion of rq_qos_del()
(bnc#1151927).
- RDMA/cxgb4: Do not dma memory off of the stack (bnc#1151927).
- Delete
patches.suse/Revert-drm-i915-bios-make-child-device-order-the-pri.patch.
- Update config files.
CAVIUM_TX2_ERRATUM_219=y (default)
- commit f0ffcb7
- x86/boot/64: Make level2_kernel_pgt pages invalid outside
kernel area (bnc#1153969).
- x86/boot/64: Round memory hole size up to next PMD page
(bnc#1153969).
- commit 3501dc2
- drm/amdgpu: Add DC feature mask to disable fractional pwm
(bsc#1154010).
- commit 6ffba6e
- stacktrace: don't skip first entry on noncurrent tasks
(bnc#1154866).
- commit 387f2bb
- kernel-binary.spec.in: Fix build of non-modular kernels (boo#1154578).
- commit 7f1e881
- ARM: 8904/1: skip nomap memblocks while finding the
lowmem/highmem boundary (bsc#1122614).
- commit 9f59038
- rtlwifi: Fix potential overflow on P2P code (bsc#1154372
CVE-2019-17666).
- cfg80211: wext: avoid copying malformed SSIDs (bsc#1153158
CVE-2019-17133).
- commit e229e3d
- libertas: fix a potential NULL pointer dereference
(CVE-2019-16232,bsc#1150465).
- iwlwifi: pcie: fix rb_allocator workqueue allocation
(CVE-2019-16234,bsc#1150452).
- commit 23c6b73
- kernel-binary.spec.in: Obsolete kgraft packages only when not building
them.
- commit 25f7690
- kernel-subpackage-build: create zero size ghost for uncompressed vmlinux
(bsc#1154354).
It is not strictly necessary to uncompress it so maybe the ghost file
can be 0 size in this case.
- commit 4bf73c8
==== kernel-source ====
Version update (5.3.7 -> 5.3.8)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms
- Refresh
patches.suse/stacktrace-don-t-skip-first-entry-on-noncurrent-task.patch.
v3 of the patch
- commit ea4c828
- Linux 5.3.8 (bnc#1151927).
- drm: Free the writeback_job when it with an empty fb
(bnc#1151927).
- drm: Clear the fence pointer when writeback job signaled
(bnc#1151927).
- clk: ti: dra7: Fix mcasp8 clock bits (bnc#1151927).
- ARM: dts: Fix wrong clocks for dra7 mcasp (bnc#1151927).
- nvme-pci: Fix a race in controller removal (bnc#1151927).
- scsi: ufs: skip shutdown if hba is not powered (bnc#1151927).
- scsi: megaraid: disable device when probe failed after enabled
device (bnc#1151927).
- scsi: qla2xxx: Silence fwdump template message (bnc#1151927).
- scsi: qla2xxx: Fix unbound sleep in fcport delete path
(bnc#1151927).
- scsi: qla2xxx: Fix stale mem access on driver unload
(bnc#1151927).
- scsi: qla2xxx: Fix N2N link reset (bnc#1151927).
- scsi: qla2xxx: Fix N2N link up fail (bnc#1151927).
- ARM: dts: Fix gpio0 flags for am335x-icev2 (bnc#1151927).
- ARM: OMAP2+: Fix missing reset done flag for am3 and am43
(bnc#1151927).
- ARM: OMAP2+: Add missing LCDC midlemode for am335x
(bnc#1151927).
- ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()
(bnc#1151927).
- nvme-tcp: fix wrong stop condition in io_work (bnc#1151927).
- nvme-pci: Save PCI state before putting drive into deepest state
(bnc#1151927).
- nvme: fix an error code in nvme_init_subsystem() (bnc#1151927).
- nvme-rdma: Fix max_hw_sectors calculation (bnc#1151927).
- Added QUIRKs for ADATA XPG SX8200 Pro 512GB (bnc#1151927).
- nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T
(bnc#1151927).
- nvme: allow 64-bit results in passthru commands (bnc#1151927).
- drm/komeda: prevent memory leak in komeda_wb_connector_add
(bnc#1151927).
- nvme-rdma: fix possible use-after-free in connect timeout
(bnc#1151927).
- blk-mq: honor IO scheduler for multiqueue devices (bnc#1151927).
- ieee802154: ca8210: prevent memory leak (bnc#1151927).
- ARM: dts: am4372: Set memory bandwidth limit for DISPC
(bnc#1151927).
- net: dsa: qca8k: Use up to 7 ports for all operations
(bnc#1151927).
- MIPS: dts: ar9331: fix interrupt-controller size (bnc#1151927).
- xen/efi: Set nonblocking callbacks (bnc#1151927).
- loop: change queue block size to match when using DIO
(bnc#1151927).
- nl80211: fix null pointer dereference (bnc#1151927).
- mac80211: fix txq null pointer dereference (bnc#1151927).
- netfilter: nft_connlimit: disable bh on garbage collection
(bnc#1151927).
- net: mscc: ocelot: add missing of_node_put after calling
of_get_child_by_name (bnc#1151927).
- net: dsa: rtl8366rb: add missing of_node_put after calling
of_get_child_by_name (bnc#1151927).
- net: stmmac: xgmac: Not all Unicast addresses may be available
(bnc#1151927).
- net: stmmac: dwmac4: Always update the MAC Hash Filter
(bnc#1151927).
- net: stmmac: Correctly take timestamp for PTPv2 (bnc#1151927).
- net: stmmac: Do not stop PHY if WoL is enabled (bnc#1151927).
- net: ag71xx: fix mdio subnode support (bnc#1151927).
- RISC-V: Clear load reservations while restoring hart contexts
(bnc#1151927).
- riscv: Fix memblock reservation for device tree blob
(bnc#1151927).
- drm/amdgpu: fix multiple memory leaks in acp_hw_init
(bnc#1151927).
- drm/amd/display: memory leak (bnc#1151927).
- mips: Loongson: Fix the link time qualifier of 'serial_exit()'
(bnc#1151927).
- net: hisilicon: Fix usage of uninitialized variable in function
mdio_sc_cfg_reg_write() (bnc#1151927).
- net: stmmac: Avoid deadlock on suspend/resume (bnc#1151927).
- selftests: kvm: Fix libkvm build error (bnc#1151927).
- lib: textsearch: fix escapes in example code (bnc#1151927).
- s390/mm: fix -Wunused-but-set-variable warnings (bnc#1151927).
- r8152: Set macpassthru in reset_resume callback (bnc#1151927).
- net: phy: allow for reset line to be tied to a sleepy GPIO
controller (bnc#1151927).
- net: phy: fix write to mii-ctrl1000 register (bnc#1151927).
- namespace: fix namespace.pl script to support relative paths
(bnc#1151927).
- Convert filldir[64]() from __put_user() to unsafe_put_user()
(bnc#1151927).
- elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
(bnc#1151927).
- Make filldir[64]() verify the directory entry filename is valid
(bnc#1151927).
- uaccess: implement a proper unsafe_copy_to_user() and switch
filldir over to it (bnc#1151927).
- filldir[64]: remove WARN_ON_ONCE() for bad directory entries
(bnc#1151927).
- net_sched: fix backward compatibility for TCA_KIND
(bnc#1151927).
- net_sched: fix backward compatibility for TCA_ACT_KIND
(bnc#1151927).
- libata/ahci: Fix PCS quirk application (bnc#1151927).
- md/raid0: fix warning message for parameter default_layout
(bnc#1151927).
- Revert "drm/radeon: Fix EEH during kexec" (bnc#1151927).
- ocfs2: fix panic due to ocfs2_wq is null (bnc#1151927).
- nvme-pci: Set the prp2 correctly when using more than 4k page
(bnc#1151927).
- ipv4: fix race condition between route lookup and invalidation
(bnc#1151927).
- ipv4: Return -ENETUNREACH if we can't create route but saddr
is valid (bnc#1151927).
- net: avoid potential infinite loop in tc_ctl_action()
(bnc#1151927).
- net: bcmgenet: Fix RGMII_MODE_EN value for GENET v1/2/3
(bnc#1151927).
- net: bcmgenet: Set phydev->dev_flags only for internal PHYs
(bnc#1151927).
- net: i82596: fix dma_alloc_attr for sni_82596 (bnc#1151927).
- net/ibmvnic: Fix EOI when running in XIVE mode (bnc#1151927).
- net: ipv6: fix listify ip6_rcv_finish in case of forwarding
(bnc#1151927).
- net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
(bnc#1151927).
- rxrpc: Fix possible NULL pointer access in ICMP handling
(bnc#1151927).
- sched: etf: Fix ordering of packets with same txtime
(bnc#1151927).
- sctp: change sctp_prot .no_autobind with true (bnc#1151927).
- net: aquantia: temperature retrieval fix (bnc#1151927).
- net: aquantia: when cleaning hw cache it should be toggled
(bnc#1151927).
- net: aquantia: do not pass lro session with invalid tcp checksum
(bnc#1151927).
- net: aquantia: correctly handle macvlan and multicast
coexistence (bnc#1151927).
- net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYs
(bnc#1151927).
- net: phy: micrel: Update KSZ87xx PHY name (bnc#1151927).
- net: avoid errors when trying to pop MLPS header on non-MPLS
packets (bnc#1151927).
- net/sched: fix corrupted L2 header with MPLS 'push' and 'pop'
actions (bnc#1151927).
- netdevsim: Fix error handling in nsim_fib_init and nsim_fib_exit
(bnc#1151927).
- net: ethernet: broadcom: have drivers select DIMLIB as needed
(bnc#1151927).
- net: phy: Fix "link partner" information disappear issue
(bnc#1151927).
- LSM: SafeSetID: Stop releasing uninitialized ruleset
(bnc#1151927).
- rxrpc: use rcu protection while reading sk->sk_user_data
(bnc#1151927).
- io_uring: fix bad inflight accounting for
SETUP_IOPOLL|SETUP_SQTHREAD (bnc#1151927).
- io_uring: Fix corrupted user_data (bnc#1151927).
- USB: legousbtower: fix memleak on disconnect (bnc#1151927).
- ALSA: hda/realtek - Add support for ALC711 (bnc#1151927).
- ALSA: hda/realtek - Enable headset mic on Asus MJ401TA
(bnc#1151927).
- ALSA: usb-audio: Disable quirks for BOSS Katana amplifiers
(bnc#1151927).
- ALSA: hda - Force runtime PM on Nvidia HDMI codecs
(bnc#1151927).
- usb: udc: lpc32xx: fix bad bit shift operation (bnc#1151927).
- USB: serial: ti_usb_3410_5052: fix port-close races
(bnc#1151927).
- USB: ldusb: fix memleak on disconnect (bnc#1151927).
- USB: usblp: fix use-after-free on disconnect (bnc#1151927).
- USB: ldusb: fix read info leaks (bnc#1151927).
- binder: Don't modify VMA bounds in ->mmap handler (bnc#1151927).
- MIPS: tlbex: Fix build_restore_pagemask KScratch restore
(bnc#1151927).
- staging: wlan-ng: fix exit return when sme->key_idx >=
NUM_WEPKEYS (bnc#1151927).
- scsi: zfcp: fix reaction on bit error threshold notification
(bnc#1151927).
- scsi: sd: Ignore a failure to sync cache due to lack of
authorization (bnc#1151927).
- scsi: core: save/restore command resid for error handling
(bnc#1151927).
- scsi: core: try to get module before removing device
(bnc#1151927).
- scsi: ch: Make it possible to open a ch device multiple times
again (bnc#1151927).
- Revert "Input: elantech - enable SMBus on new (2018+) systems"
(bnc#1151927).
- Input: da9063 - fix capability and drop KEY_SLEEP (bnc#1151927).
- Input: synaptics-rmi4 - avoid processing unknown IRQs
(bnc#1151927).
- Input: st1232 - fix reporting multitouch coordinates
(bnc#1151927).
- ASoC: rsnd: Reinitialize bit clock inversion flag for every
format setting (bnc#1151927).
- ACPI: CPPC: Set pcc_data[pcc_ss_id] to NULL in
acpi_cppc_processor_exit() (bnc#1151927).
- ACPI: NFIT: Fix unlock on error in scrub_show() (bnc#1151927).
- iwlwifi: pcie: change qu with jf devices to use qu configuration
(bnc#1151927).
- mac80211: Reject malformed SSID elements (bnc#1151927).
- drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50
(bnc#1151927).
- drm/ttm: Restore ttm prefaulting (bnc#1151927).
- drm/panfrost: Handle resetting on timeout better (bnc#1151927).
- drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not
set to 1 (bnc#1151927).
- drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for
pipe sync (bnc#1151927).
- drm/i915/userptr: Never allow userptr into the mappable GGTT
(bnc#1151927).
- drm/i915: Favor last VBT child device with conflicting AUX
ch/DDC pin (bnc#1151927 bnc#1152971 fdo#112028).
- drm/amdgpu/vce: fix allocation size in enc ring test
(bnc#1151927).
- drm/amdgpu/vcn: fix allocation size in enc ring test
(bnc#1151927).
- drm/amdgpu/uvd6: fix allocation size in enc ring test (v2)
(bnc#1151927).
- drm/amdgpu/uvd7: fix allocation size in enc ring test (v2)
(bnc#1151927).
- drm/amdgpu: user pages array memory leak fix (bnc#1151927).
- drivers/base/memory.c: don't access uninitialized memmaps in
soft_offline_page_store() (bnc#1151927).
- fs/proc/page.c: don't access uninitialized memmaps in
fs/proc/page.c (bnc#1151927).
- io_uring: Fix broken links with offloading (bnc#1151927).
- io_uring: Fix race for sqes with userspace (bnc#1151927).
- io_uring: used cached copies of sq->dropped and cq->overflow
(bnc#1151927).
- mmc: mxs: fix flags passed to dmaengine_prep_slave_sg
(bnc#1151927).
- mmc: cqhci: Commit descriptors before setting the doorbell
(bnc#1151927).
- mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20C
(bnc#1151927).
- mm/memory-failure.c: don't access uninitialized memmaps in
memory_failure() (bnc#1151927).
- mm/slub: fix a deadlock in show_slab_objects() (bnc#1151927).
- mm/page_owner: don't access uninitialized memmaps when reading
/proc/pagetypeinfo (bnc#1151927).
- mm/memunmap: don't access uninitialized memmap in
memunmap_pages() (bnc#1151927).
- mm: memcg/slab: fix panic in __free_slab() caused by premature
memcg pointer release (bnc#1151927).
- mm, compaction: fix wrong pfn handling in
__reset_isolation_pfn() (bnc#1151927).
- mm: memcg: get number of pages on the LRU list in memcgroup
base on lru_zone_size (bnc#1151927).
- mm: memblock: do not enforce current limit for memblock_phys*
family (bnc#1151927).
- hugetlbfs: don't access uninitialized memmaps in
pfn_range_valid_gigantic() (bnc#1151927).
- mm/memory-failure: poison read receives SIGKILL instead of
SIGBUS if mmaped more than once (bnc#1151927).
- zram: fix race between backing_dev_show and backing_dev_store
(bnc#1151927).
- xtensa: drop EXPORT_SYMBOL for outs*/ins* (bnc#1151927).
- xtensa: fix change_bit in exclusive access option (bnc#1151927).
- s390/zcrypt: fix memleak at release (bnc#1151927).
- s390/kaslr: add support for R_390_GLOB_DAT relocation type
(bnc#1151927).
- lib/vdso: Make clock_getres() POSIX compliant again
(bnc#1151927).
- parisc: Fix vmap memory leak in ioremap()/iounmap()
(bnc#1151927).
- EDAC/ghes: Fix Use after free in ghes_edac remove path
(bnc#1151927).
- arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM
is set (bnc#1151927).
- arm64: Avoid Cavium TX2 erratum 219 when switching TTBR
(bnc#1151927).
- arm64: Enable workaround for Cavium TX2 erratum 219 when
running SMT (bnc#1151927).
- arm64: Allow CAVIUM_TX2_ERRATUM_219 to be selected
(bnc#1151927).
- CIFS: avoid using MID 0xFFFF (bnc#1151927).
- cifs: Fix missed free operations (bnc#1151927).
- CIFS: Fix use after free of file info structures (bnc#1151927).
- perf/aux: Fix AUX output stopping (bnc#1151927).
- tracing: Fix race in perf_trace_buf initialization
(bnc#1151927).
- fs/dax: Fix pmd vs pte conflict detection (bnc#1151927).
- dm cache: fix bugs when a GFP_NOWAIT allocation fails
(bnc#1151927).
- irqchip/sifive-plic: Switch to fasteoi flow (bnc#1151927).
- x86/apic/x2apic: Fix a NULL pointer deref when handling a
dying cpu (bnc#1151927).
- x86/hyperv: Make vapic support x2apic mode (bnc#1151927).
- pinctrl: cherryview: restore Strago DMI workaround for all
versions (bnc#1151927).
- pinctrl: armada-37xx: fix control of pins 32 and up
(bnc#1151927).
- pinctrl: armada-37xx: swap polarity on LED group (bnc#1151927).
- btrfs: block-group: Fix a memory leak due to missing
btrfs_put_block_group() (bnc#1151927).
- Btrfs: add missing extents release on file extent cluster
relocation error (bnc#1151927).
- btrfs: don't needlessly create extent-refs kernel thread
(bnc#1151927).
- Btrfs: fix qgroup double free after failure to reserve metadata
for delalloc (bnc#1151927).
- Btrfs: check for the full sync flag while holding the inode
lock during fsync (bnc#1151927).
- btrfs: tracepoints: Fix wrong parameter order for qgroup events
(bnc#1151927).
- btrfs: tracepoints: Fix bad entry members of qgroup events
(bnc#1151927).
- KVM: PPC: Book3S HV: XIVE: Ensure VP isn't already in use
(bnc#1151927).
- memstick: jmb38x_ms: Fix an error handling path in
'jmb38x_ms_probe()' (bnc#1151927).
- cpufreq: Avoid cpufreq_suspend() deadlock on system shutdown
(bnc#1151927).
- ceph: just skip unrecognized info in ceph_reply_info_extra
(bnc#1151927).
- xen/netback: fix error path of xenvif_connect_data()
(bnc#1151927).
- PCI: PM: Fix pci_power_up() (bnc#1151927).
- opp: of: drop incorrect lockdep_assert_held() (bnc#1151927).
- of: reserved_mem: add missing of_node_put() for proper
ref-counting (bnc#1151927).
- blk-rq-qos: fix first node deletion of rq_qos_del()
(bnc#1151927).
- RDMA/cxgb4: Do not dma memory off of the stack (bnc#1151927).
- Delete
patches.suse/Revert-drm-i915-bios-make-child-device-order-the-pri.patch.
- Update config files.
CAVIUM_TX2_ERRATUM_219=y (default)
- commit f0ffcb7
- x86/boot/64: Make level2_kernel_pgt pages invalid outside
kernel area (bnc#1153969).
- x86/boot/64: Round memory hole size up to next PMD page
(bnc#1153969).
- commit 3501dc2
- drm/amdgpu: Add DC feature mask to disable fractional pwm
(bsc#1154010).
- commit 6ffba6e
- stacktrace: don't skip first entry on noncurrent tasks
(bnc#1154866).
- commit 387f2bb
- kernel-binary.spec.in: Fix build of non-modular kernels (boo#1154578).
- commit 7f1e881
- ARM: 8904/1: skip nomap memblocks while finding the
lowmem/highmem boundary (bsc#1122614).
- commit 9f59038
- rtlwifi: Fix potential overflow on P2P code (bsc#1154372
CVE-2019-17666).
- cfg80211: wext: avoid copying malformed SSIDs (bsc#1153158
CVE-2019-17133).
- commit e229e3d
- libertas: fix a potential NULL pointer dereference
(CVE-2019-16232,bsc#1150465).
- iwlwifi: pcie: fix rb_allocator workqueue allocation
(CVE-2019-16234,bsc#1150452).
- commit 23c6b73
- kernel-binary.spec.in: Obsolete kgraft packages only when not building
them.
- commit 25f7690
- kernel-subpackage-build: create zero size ghost for uncompressed vmlinux
(bsc#1154354).
It is not strictly necessary to uncompress it so maybe the ghost file
can be 0 size in this case.
- commit 4bf73c8
==== kitinerary ====
Subpackages: libKPimItinerary5 libKPimItinerary5-lang
- Update build requirements, add missing Requires to devel package
==== libchamplain ====
Version update (0.12.19 -> 0.12.20)
Subpackages: libchamplain-0_12-0 typelib-1_0-Champlain-0_12
- Update to version 0.12.20:
+ Remove autotools-based build and all the related files.
+ Fix gtk-doc module name.
+ Add missing gdk required dependency.
+ Make the build reproducible.
==== libdrm ====
Version update (2.4.99 -> 2.4.100)
Subpackages: libdrm-devel libdrm2 libdrm_amdgpu1 libdrm_etnaviv1 libdrm_exynos1 libdrm_freedreno1 libdrm_nouveau2 libdrm_radeon1 libdrm_tegra0
- Update to version 2.4.100
* bugfixes (boo#1155382)
==== libglvnd ====
- 0001-include-install-GL-headers-when-GL-is-enabled.patch
* A typo made it depend on EGL instead.
- 0002-Add-a-configure-option-to-disable-glesv1-or-glesv2.patch
* Because mesa can be built without glesv1 so it breaks
autodetection. Fixes: https://bugs.archlinux.org/task/64032
('mesa-demos doesn't build, unable to find GLES/gl.h')
- 0003-egl-Sync-with-Khronos.patch
* Reserve enums 0x34A0..0x34AF for ANGLE project. (#93)
Closes: https://gitlab.freedesktop.org/glvnd/libglvnd/issues/193
==== libical ====
- Fix multibuild building. For baselibs.conf and _multibuild to
work correctly, we need to define all possible %package in the
spec file irrespective of the "flavor". Packages are not generated
if they do not have a %files section
- Add pkgconfig(libical) BuildRequires: pkg-config 0.29.2 is not
able to generate libical-glib pkgconfig dependency without
libical.pc.
==== libical-glib ====
- Fix multibuild building. For baselibs.conf and _multibuild to
work correctly, we need to define all possible %package in the
spec file irrespective of the "flavor". Packages are not generated
if they do not have a %files section
- Add pkgconfig(libical) BuildRequires: pkg-config 0.29.2 is not
able to generate libical-glib pkgconfig dependency without
libical.pc.
==== libreoffice ====
Version update (6.3.3.1 -> 6.3.3.2)
Subpackages: libreoffice-base libreoffice-base-drivers-firebird libreoffice-calc libreoffice-draw libreoffice-filters-optional libreoffice-gnome libreoffice-gtk3 libreoffice-icon-themes libreoffice-impress libreoffice-l10n-en libreoffice-mailmerge libreoffice-math libreoffice-pyuno libreoffice-qt5 libreoffice-writer libreofficekit
- Drop disable-kde4 switch as it is no longer known by configure
- Update to 6.3.3.2 jsc#SLE-8705:
* 6.3.3 stable release
==== mailutils ====
Version update (3.5 -> 3.7)
Subpackages: libmailutils5
- update to 3.7
- enable python3 instead of python2
* Support for the new mailbox format - dotmail
* Improve automatic mailbox format detection
* Rewrite mailcap (RFC1524) support
* imap4d: SEARCH command
* Improved SEARCH BODY and SEARCH TEXT commands
* Fixes in the 'mail' utility
* New mailbox notation @
* Sender addresses in message sets
* Fixes in IMAP client library
==== man-pages ====
- tcp.7: correct documentation of tcp_fack, document tcp_recovery
- added patches
[bsc#1154701]
+ man-pages-tcp_fack.patch
==== mdadm ====
- 0012-mdcheck-when-mdcheck_start-is-enabled-enable-mdcheck.patch
0013-mdcheck-use-to-pass-variable-to-mdcheck.patch
0014-SUSE-mdadm_env.sh-handle-MDADM_CHECK_DURATION.patch
Improve mdcheck (bsc#1153258)
==== mozilla-nspr ====
Version update (4.21 -> 4.22)
- update to version 4.22
* added support for the ARC architecture
* removed support for the following platforms:
OSF1/Tru64, DGUX, IRIX, Symbian, BeOS
* correctness and build fixes
==== mozilla-nss ====
Version update (3.45 -> 3.46.1)
Subpackages: libfreebl3 libfreebl3-hmac libsoftokn3 libsoftokn3-hmac mozilla-nss-certs mozilla-nss-tools
- update to NSS 3.46.1
* required by Firefox 70.0
Notable changes in 3.46
* The following CA certificates were Removed:
expired Class 2 Primary root certificate
expired UTN-USERFirst-Client root certificate
expired Deutsche Telekom Root CA 2 root certificate
Swisscom Root CA 2 root certificate
* Significant improvements to AES-GCM performance on ARM
Many bugfixes
Bug fixes in 3.46.1
* Soft token MAC verification not constant time (bmo#1582343)
* Remove arbitrary HKDF output limit by allocating space as needed
(bmo#1577953)
- requires NSPR 4.22
==== myspell-dictionaries ====
Version update (20190423 -> 20191016)
Subpackages: myspell-en myspell-en_US myspell-lightproof-en
- Update to 20191016:
* Updated Slovenian thesaurus
* Update the da_DK dictionary
* Remove abbreviations from Thai hunspell dictionary
* Updated the English dictionaries: GB
* Fix logo management for "ca"
==== perl-HTTP-Cookies ====
Version update (6.04 -> 6.05)
- updated to 6.05
see /usr/share/doc/packages/perl-HTTP-Cookies/Changes
6.05 2019-10-24 02:21:51Z
- Fix GH#32 by checking for " as well as ; when splitting. (GH#49) (colinnewell)
- Fix GH#48 update documentation about $version (GH#55) (Dave Menninger)
- Fix broken README badge (GH#54) (Alex Peters)
- Whenever possible, use an absolute four digit year for Time::Local (GH#52) (Olaf Alders)
- Add test case for Issue #26 (GH#45) (George-NG)
- Long numbers (GH#47) (pludlamCVL)
- Cookies.pm: die if close on $fh in ->save fails (GH#46) (MCRayRay)
- Replace "use vars" with "our" (GH#43) (James Raspass)
- Fixed minor typo in the pod for HTTP::Cookies. (GH#39) (Mohammad S Anwar)
==== perl-Log-Dispatch ====
Version update (2.68 -> 2.69)
- updated to 2.69
see /usr/share/doc/packages/perl-Log-Dispatch/Changes
2.69 2019-10-25
- Fix a warning Log::Dispatch::Email::Mailsender (GH #57). Fixed by Graham
Knop. 58 #GH.
==== perl-Role-Tiny ====
Version update (2.001003 -> 2.001004)
- updated to 2.001004
see /usr/share/doc/packages/perl-Role-Tiny/Changes
2.001004 - 2019-10-25
- fix methods being excluded from composition if they previously existed in
the composing role (RT#130811)
- fix role application overwriting subs that are not considered methods
- fix helper subs created by a Role::Tiny extension (like Moo::Role)
sometimes being teated as methods
==== perl-libwww-perl ====
Version update (6.39 -> 6.41)
- updated to 6.41
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.41 2019-10-28 14:42:06Z
- Allow mirroring to files called '0' (GH#329) (Mark Fowler)
- updated to 6.40
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.40 2019-10-24 12:55:45Z
- Let Digest authentication act on nonce expiry (GH#313) (Frank Maas)
- Make file arg for mirror mandatory #304 (GH#326) (Julien Fiegehenn)
- Doc fix: fields starting with ":" have to be quoted (GH#324) (Slaven
Rezić)
- Fix documentation for removing all handlers (GH#319) (leedo)
- Ensure proper version of Dist::Zilla::Plugin::MakeMaker::Awesome
- Add TravisCI testing for Perl v5.30
- Clean up .perltidyrc
==== php7 ====
Version update (7.3.10 -> 7.3.11)
Subpackages: apache2-mod_php7 php7-bcmath php7-bz2 php7-calendar php7-ctype php7-curl php7-dba php7-devel php7-dom php7-exif php7-fastcgi php7-ftp php7-gd php7-gettext php7-gmp php7-iconv php7-json php7-ldap php7-mbstring php7-mysql php7-odbc php7-openssl php7-pdo php7-pear php7-pgsql php7-shmop php7-snmp php7-sockets php7-sqlite php7-sysvsem php7-sysvshm php7-tidy php7-tokenizer php7-wddx php7-xmlreader php7-xmlwriter php7-xsl php7-zlib
- version update to 7.3.11: This is a security release which also
contains several bug fixes.
See https://www.php.net/ChangeLog-7.php#7.3.11
==== pim-data-exporter ====
Version update (19.08.1 -> 19.08.2)
Subpackages: pim-data-exporter-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Port away from QString::sprintf() to fix compilation with Qt 5.14
==== python-Jinja2 ====
Version update (2.10.1 -> 2.10.3)
- Update to 2.10.3:
* Fix Python 3.7 deprecation warnings.
* Using range in the sandboxed environment uses xrange on Python 2 to avoid memory use. :issue:`933`
* Use Python 3.7's better traceback support to avoid a core dump when using debug builds of Python 3.7. :issue:`1050`
* Fix a typo in Babel entry point in setup.py that was preventing installation.
- Remove merged python38.patch
==== python-attrs ====
Version update (19.1.0 -> 19.3.0)
- update to 19.3.0
* Fixed auto_attribs usage when default values cannot be compared directly
with ==, such as numpy arrays.
- update to version 19.2.0:
* Backward-incompatible Changes
+ Removed deprecated "Attribute" attribute "convert" per scheduled
removal on 2019/1. This planned deprecation is tracked in issue
`#307 <https://github.com/python-attrs/attrs/issues/307>`_.
`#504 <https://github.com/python-attrs/attrs/issues/504>`_
+ "__lt__", "__le__", "__gt__", and "__ge__" do not consider
subclasses comparable anymore. This has been deprecated since
18.2.0 and was raising a "DeprecationWarning" for over a year.
`#570 <https://github.com/python-attrs/attrs/issues/570>`_
* Deprecations
+ The "cmp" argument to "attr.s()" and "attr.ib()" is now
deprecated. Please use "eq" to add equality methods ("__eq__"
and "__ne__") and "order" to add ordering methods ("__lt__",
"__le__", "__gt__", and "__ge__") instead – just like with
`dataclasses
<https://docs.python.org/3/library/dataclasses.html>`_. Both
are effectively "True" by default but it's enough to set
"eq=False" to disable both at once. Passing "eq=False,
order=True" explicitly will raise a "ValueError" though. Since
this is arguably a deeper backward-compatibility break, it will
have an extended deprecation period until 2021-06-01. After
that day, the "cmp" argument will be removed. "attr.Attribute"
also isn't orderable anymore. `#574
<https://github.com/python-attrs/attrs/issues/574>`_
* Changes
+ Updated "attr.validators.__all__" to include new validators
added in `#425`_. `#517
<https://github.com/python-attrs/attrs/issues/517>`_
+ Slotted classes now use a pure Python mechanism to rewrite the
"__class__" cell when rebuilding the class, so "super()" works
even on environments where "ctypes" is not installed. `#522
<https://github.com/python-attrs/attrs/issues/522>`_
+ When collecting attributes using "@attr.s(auto_attribs=True)",
attributes with a default of "None" are now deleted too. `#523
<https://github.com/python-attrs/attrs/issues/523>`_, `#556
<https://github.com/python-attrs/attrs/issues/556>`_
+ Fixed "attr.validators.deep_iterable()" and
"attr.validators.deep_mapping()" type stubs. `#533
<https://github.com/python-attrs/attrs/issues/533>`_
+ "attr.validators.is_callable()" validator now raises an
exception "attr.exceptions.NotCallableError", a subclass of
"TypeError", informing the received value. `#536
<https://github.com/python-attrs/attrs/issues/536>`_
+ "@attr.s(auto_exc=True)" now generates classes that are hashable
by ID, as the documentation always claimed it would. `#543
<https://github.com/python-attrs/attrs/issues/543>`_, `#563
<https://github.com/python-attrs/attrs/issues/563>`_
+ Added "attr.validators.matches_re()" that checks string
attributes whether they match a regular expression. `#552
<https://github.com/python-attrs/attrs/issues/552>`_
+ Keyword-only attributes ("kw_only=True") and attributes that are
excluded from the "attrs"'s "__init__" ("init=False") now can
appear before mandatory attributes. `#559
<https://github.com/python-attrs/attrs/issues/559>`_
+ The fake filename for generated methods is now more stable. It
won't change when you restart the process. `#560
<https://github.com/python-attrs/attrs/issues/560>`_
+ The value passed to "@attr.ib(repr=…)" can now be either a
boolean (as before) or a callable. That callable must return a
string and is then used for formatting the attribute by the
generated "__repr__()" method. `#568
<https://github.com/python-attrs/attrs/issues/568>`_
+ Added "attr.__version_info__" that can be used to reliably check
the version of "attrs" and write forward- and
backward-compatible code. Please check out the `section on
deprecated APIs
<http://www.attrs.org/en/stable/api.html#deprecated-apis>`_ on
how to use it. `#580
<https://github.com/python-attrs/attrs/issues/580>`_
==== python-base ====
Version update (2.7.16 -> 2.7.17)
Subpackages: libpython2_7-1_0 python-xml
- Update to 2.7.17:
- a bug fix release in the Python 2.7.x series. It is expected
to be the penultimate release for Python 2.7.
- Removed patches included upstream:
- CVE-2018-20852-cookie-domain-check.patch
- CVE-2019-16935-xmlrpc-doc-server_title.patch
- CVE-2019-9636-netloc-no-decompose-characters.patch
- CVE-2019-9947-no-ctrl-char-http.patch
- CVE-2019-9948-avoid_local-file.patch
==== python-brotlipy ====
- Replace builtin libbrotli v0.6 with system libbrotli 1.x with patches:
- merged_pr_94.patch
- pr_154-brotli-v1.patch
- Remove build dependency stdc++
- Remove brotli/build.py from installed package
==== python-cffi ====
Version update (1.12.3 -> 1.13.0)
Subpackages: python2-cffi python3-cffi
- Update to 1.13.0:
* No changelog provided upstream
==== python-chardet ====
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
==== python-cryptography ====
Version update (2.7 -> 2.8)
Subpackages: python2-cryptography python3-cryptography
- update to 2.8
* Added support for Python 3.8.
* Added class methods Poly1305.generate_tag and Poly1305.verify_tag for Poly1305 sign and verify operations.
* Deprecated support for OpenSSL 1.0.1. Support will be removed in cryptography 2.9.
* We now ship manylinux2010 wheels in addition to our manylinux1 wheels.
* Added support for ed25519 and ed448 keys in the CertificateBuilder, CertificateSigningRequestBuilder, CertificateRevocationListBuilder and OCSPResponseBuilder.
* cryptography no longer depends on asn1crypto.
* FreshestCRL is now allowed as a CertificateRevocationList extension.
==== python-ecdsa ====
Version update (0.13.2 -> 0.13.3)
- updated to 0.13.3 (bsc#1153165)
+ CVE-2019-14853 DOS atack during signature decoding
+ CVE-2019-14859 signature malleability caused by insufficient checks
of DER encoding
==== python-jedi ====
- Skip TestSetupReadline.test_import because of gh#davidhalter/jedi#1429
==== python-matplotlib ====
Subpackages: python3-matplotlib python3-matplotlib-cairo python3-matplotlib-gtk3
- Disable Qt4 on Leap 15.2+
==== python-mypy_extensions ====
Version update (0.4.1 -> 0.4.3)
- update to 0.4.3
- removed redudant LICENSE file
==== python-numpy ====
- riscv.patch: Remove obsolete patch
==== python-olefile ====
Subpackages: python2-olefile python3-olefile
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
==== python-pip ====
Version update (19.2.2 -> 19.3.1)
- Update to version 19.3.1
* Document Python 3.8 support.
* Fix bug that prevented installation of PEP 517 packages without setup.py.
* Remove undocumented support for un-prefixed URL requirements pointing to SVN repositories.
* Remove the deprecated --venv option from pip config.
* Make pip show warn about packages not found.
* Abort installation if any archive contains a file which would be placed outside the extraction location.
* pip's CLI completion code no longer prints a Traceback if it is interrupted.
* Ignore errors copying socket files for local source installs (in Python 3).
* Skip copying .tox and .nox directories to temporary build directories
* Ignore "require_virtualenv" in pip config
==== python-pyparsing ====
Subpackages: python2-pyparsing python3-pyparsing
- Do not pull in setuptools dependency at all to avoid cycles
==== python-python-dateutil ====
Subpackages: python2-python-dateutil python3-python-dateutil
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
==== python-requests ====
- Add two patches only updating test logic to remove pytest 3 pin
- merged_pr_5049.patch
- pr_5251-pytest5.patch
==== python-urllib3 ====
- Require a new enough release of python-six. 1.25.6 needs at least
1.12.0 for ensure_text() and friends.
==== systemd ====
Subpackages: libsystemd0 libudev-devel libudev1 systemd-container systemd-logger systemd-sysvinit udev
- Drop 0001-compat-rules-escape-when-used-for-shell-expansion.patch
It's part of the previous import.
- Import commit b7467b7b553d6d0d6f92758d966b69f1a88b6b42
441f44f371 fileio: introduce read_full_virtual_file() for reading virtual files in sysfs, procfs (bsc#1133495)
8a1bb5c66b swap: do not make swap units wanted by its device unit anymore
- Import commit 5df9000899ef7d45ddbcacd0fdf73afa07a40f6b
f0ed7237e4 udev/cdrom_id: Do not open CD-rom in exclusive mode. (bsc#1154256)
b37054aa5a compat-rules: escape '$' when used for shell expansion
Changes from the v243-stable:
ef677436aa test: Pass personality test even when i686 userland runs on x86_64 kernel
3f6398c450 docs: fix inadvertent change in uid range
25bb377a73 cgroup: fix typo in BPF firewall support warning message
6d97aca0d5 fix build with compilers with default stack-protector enabled
fbad077cec nspawn: surrender controlling terminal to PID2 when using the PID1 stub
0553c3c668 pid1: fix DefaultTasksMax initialization
f406a691a7 src/core/automount: use DirectoryMode when calling mkdir -p
20438f96c3 udevadm trigger: do not propagate EACCES and ENODEV
6480630bc3 hwdb: Correct WWWW Pattern In Documentation Comment
9d8e889810 nspawn: consistenly fail if parsing the environment fails
40e169b304 nspawn: default to unified hierarchy if --as-pid2 is used
b5df1037a0 cgroup: Mark memory protections as explicitly set in transient units
f14e3e02cc cgroup: Respect DefaultMemoryMin when setting memory.min
ea248e53bf cgroup: Check ancestor memory min for unified memory config
de1d25a506 cgroup: docs: memory.high doc fixups
2ab45f38d8 cgroup: docs: Mention unbounded protection for memory.{low,min}
19a43dc38a Consider smb3 as remote filesystem
5c0224c7bf Handle d_type == DT_UNKNOWN correctly
8282bc61df util-lib: Don't propagate EACCES from find_binary PATH lookup to caller
9d0ae987a6 network: drop noisy log message
f67f0e4ec4 Updated log message when the timesync happens for the first time (#13624)
e151bf4674 units: make systemd-binfmt.service easier to work with no autofs
2b8e574d82 Corect man page reference in systemd-nologin.conf comments
a0577353f1 man: Add a missing space in machinectl(1)
693e983988 log: Add missing "%" in "%m" log format strings
ea7151b8c4 pid1: do not warn if /run/systemd/relabel-extra.d/ doesn't exist
b90549290e man: fix typo
- Remove intltool BuildRequires, not needed since v237
- Use python3-base BuildRequires instead of full python3
==== tcpdump ====
- Trim CFLAGS
==== twolame ====
Version update (0.3.13 -> 0.4.0)
- Drop sourceforge download URL that doesn't work any longer...
- Update to version 0.4.0
* Added free format encoding (now up to 450 kbps)
* Added DAB utility methods for ScF-CRC handling
* Added `twolame_get_original()` and `twolame_set_original()`
* Added `twolame_get_extension()` and `twolame_set_extension()`
* Bundled .spec file in tarball for building RPM for twolame
* Make libsndfile dependency (and therefore the frontend)
optional
* Fixed VBR encoding
* Fixed setting for error protection flag
* New check for invalid bitrate/channel encoder settings
* New checks against failed memory allocations
* Fixed padding policy (now adding an empty slot)
* Fixed build when maintainer mode is disabled
* Fixed scaling of floating point input source through
libsndfile
* Removed `slotinfo` global variables to fix thread safety bug
* Switched to handling reading from STDIN using libsndfile
* Fix for potential buffer overrun relating to `MAX_NAME_SIZE`
in CLI tool
* Install AUTHORS, COPYING, README, NEWS in
`$prefix/share/doc/twolame/`
* Zero the whole of the data structure when calling
`twolame_init()`
* Prefixed all global symbols with `twolame_` to prevent
symbol conflicts
* Fix for `twolame_get_framelength()` returning the correct
frame size when padding is enabled
* Fix progress counter in twolame CLI
* Fix compilation on mingw or mxe cross compiler
* Fix symbols visibility on Windows
* Add `-no-undefined` for compilation on Windows
* Added `win32-dll` option to `LT_INIT`
* Compiler and Valgrind warning fixes
* Various other minor fixes
- Spec cleanup
==== valgrind ====
- move s390-*xml files to main package (bsc#1147071)
==== vim ====
Version update (8.1.2148 -> 8.1.2233)
Subpackages: gvim vim-data vim-data-common
- Updated to version 8.1.2233, fixes the following problems
- dropped python38-config.patch (upstream merged)
- refreshed disable-unreliable-tests.patch and vim-8.0.1568-defaults.patch
* No test for right click extending Visual area.
* Crash when running out of memory very early.
* No test for 'ttymouse' set from xterm version response.
* State test is a bit flaky.
* Combining text property and syntax highlight is wrong. (Nick Jensen)
* Quickfix window height wrong when there is a tabline. (Daniel Hahler)
* In a terminal window 'cursorlineopt' does not work properly.
* First character after Tab is not highlighted.
* Libvterm source files missing from distribution.
* Terminal attributes missing in Terminal-normal mode.
* Some mappings are listed twice.
* Cannot build with +syntax but without +terminal.
* Mapping test fails.
* Popup resize test is flaky. (Christian Brabandt)
* Cannot build with +spell but without +syntax.
* Stuck when using "j" in a popupwin with popup_filter_menu if a line wraps.
* Rubyeval() not tested as a method.
* Mapping test fails on MS-Windows.
* Heredoc assignment not skipped in if block.
* Terminal flags are never reset.
* Cannot build without the +termresponse feature.
* Mouse support not always available.
* Spell highlight is wrong at start of the line.
* Searchit() has too many arguments.
* Screen not recognized as supporting "sgr" mouse codes.
* Meson files are not recognized.
* Syntax attributes not combined with Visual highlighting. (Arseny Nasokin)
* Dart files are not recognized.
* Accessing uninitialized memory in test.
* Pressing "q" at the more prompt doesn't stop Python output. (Daniel Hahler)
* Error E303 is not useful when 'directory' is empty.
* Highlighting wrong when item follows tab.
* Test42 seen as binary by git diff.
* Running a test is a bit verbose.
* Option context is not copied when splitting a window. (Daniel Hahler)
* Syntax test fails.
* Cannot build without the +eval feature.
* Error for bad regexp even though regexp is not used when writing a
file. (Arseny Nasokin)
* Build error for missing define.
* Syntax highlighting wrong for tab.
* Syntax test fails on Mac.
* When using modifyOtherKeys CTRL-X mode may not work.
* Cannot easily fill the info popup asynchronously.
* Popup_setoptions(popup_getoptions()) does not work.
* ModifyOtherKeys is not enabled by default.
* Vim does not exit when closing a terminal window and it is the last window.
* ExitPre autocommand may cause accessing freed memory.
* Crash when using :center in autocommand.
* Build failure when using normal features without GUI and EXITFREE defined.
* Crash when memory allocation fails.
* Cannot build with dynamically linked Python 3.8.
* Running libvterm tests without the +terminal feature.
* Crash on exit when closing terminals. (Corey Hickey)
* Sign entry structure has confusing name.
* No test for fixed issue #3893.
* "gn" doesn't work quite right. (Jaehwang Jerry Jung)
* Unix: Tabs in output might be expanded to spaces.
* LF in escape codes may be expanded to CR-LF.
* Using negative offset for popup_create() does not work.
* Listener callback "added" argument is not the total. (Andy Massimino)
* Cannot see the selection type in :reg output. (Ayberk Aydın)
* Popup_textprop tests fail.
* Too much is redrawn when 'cursorline' is set.
* Unreachable code in adjusting text prop columns.
* Text property in wrong place after :substitute.
* Compiler warning for unused variable.
* "gN" is off by one in Visual mode.
* No autocommand for open window with terminal.
* :cfile does not abort like other quickfix commands.
* Cannot filter :disp output.
* Accessing invalid memory. (Dominique Pelle)
* Cannot see what buffer an ml_get error is for.
* Cannot build Amiga version.
* The "last used" info of a buffer is under used.
* Cannot use system copy/paste in non-xterm terminals.
* Layout wrong if 'lines' changes while cmdline window is open.
* screenpos() returns wrong values when 'number' is set. (Ben Jackson)
* Cannot color number column above/below cursor differently.
* Not easy to move to the middle of a text line.
* Cannot get the Vim command line arguments.
==== wireshark ====
Version update (3.0.5 -> 3.0.6)
Subpackages: libwireshark12 libwiretap9 libwscodecs2 libwsutil10 wireshark-ui-qt
- wireshark 3.0.6:
* extcap: Several issues when capturing from multiple extcap interfaces.
* Expert Infos Incorrectly Displays Info Column instead of comment.
* Wireshark does not support USB packets with size greater than 256 KiB.
* IS-IS: add support for decoding TE TLV Type 138 as per RFC 5307.
- Further features, bug fixes and updated protocol support as listed in:
https://www.wireshark.org/docs/relnotes/wireshark-3.0.6.html
==== xen ====
Subpackages: xen-libs xen-tools-domU
- Add python38-build.patch fixing build with Python 3.8 (add
- -embed to python-config call)
==== yast2 ====
Version update (4.2.29 -> 4.2.30)
Subpackages: yast2-logs
- fix showing release notes for online upgrade (bsc#1155134)
- 4.2.30
==== zlib ====
Subpackages: libminizip1 libz1 zlib-devel
- Update the zlib-no-version-check.patch to be even more forgiving
with the versions on the zlib to allow updates without rebuilds
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
1
0
Hi all,
Yesterday I tried openSUSE Tumbleweed image on my RPi Zero W (v1.1) with JeOS
image. I was able to boot into grub but didn't see any output from the kernel on
the serial console. I saw that console was set to ttyAMA0, I tried also with
ttyS0 and ttyS1, as well as with earlycon as described in [1]. But no luck.
Was anyone able to boot the newest [2] RPi tumbleweed image just using the
serial console, or do I need a monitor on the firstboot?
Regards,
Matthias
[1] https://en.opensuse.org/HCL:Raspberry_Pi
[2]
openSUSE-Tumbleweed-ARM-JeOS-raspberrypi.armv6l-2019.10.25-Snapshot20191101.raw.xz
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
3
4
04 Nov '19
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 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=3&versio…
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:
bluedevil5 (5.17.1 -> 5.17.2)
breeze (5.17.1 -> 5.17.2)
breeze-gtk (5.17.1 -> 5.17.2)
discover (5.17.1 -> 5.17.2)
drkonqi5 (5.17.1 -> 5.17.2)
dtc (1.5.0 -> 1.5.1)
frogr
fwupd (1.2.10 -> 1.3.1)
java-13-openjdk (13.0.0.0 -> 13.0.1.0)
kactivitymanagerd (5.17.1 -> 5.17.2)
kde-cli-tools5 (5.17.1 -> 5.17.2)
kde-gtk-config5 (5.17.1 -> 5.17.2)
kde-user-manager (5.17.1 -> 5.17.2)
kgamma5 (5.17.1 -> 5.17.2)
khotkeys5 (5.17.1 -> 5.17.2)
kinfocenter5 (5.17.1 -> 5.17.2)
kmenuedit5 (5.17.1 -> 5.17.2)
kscreen5 (5.17.1 -> 5.17.2)
kscreenlocker (5.17.1 -> 5.17.2)
ksshaskpass5 (5.17.1 -> 5.17.2)
ksysguard5 (5.17.1 -> 5.17.2)
ktexteditor
kwayland-integration (5.17.1 -> 5.17.2)
kwin5 (5.17.1 -> 5.17.2)
kwrited5 (5.17.1 -> 5.17.2)
libeconf (0.3.2+git20190926.fea4a03 -> 0.3.3+git20191028.3ac14ce)
libkdecoration2 (5.17.1 -> 5.17.2)
libkscreen2 (5.17.1 -> 5.17.2)
libksysguard5 (5.17.1 -> 5.17.2)
libmikmod (3.3.7 -> 3.3.11.1)
libstorage-ng (4.2.17 -> 4.2.19)
milou5 (5.17.1 -> 5.17.2)
oxygen5 (5.17.1 -> 5.17.2)
plasma-browser-integration (5.17.1 -> 5.17.2)
plasma-nm5 (5.17.1 -> 5.17.2)
plasma5-addons (5.17.1 -> 5.17.2)
plasma5-desktop (5.17.1 -> 5.17.2)
plasma5-integration (5.17.1 -> 5.17.2)
plasma5-openSUSE
plasma5-pa (5.17.1 -> 5.17.2)
plasma5-thunderbolt (5.17.1 -> 5.17.2)
plasma5-workspace (5.17.1 -> 5.17.2)
polkit-kde-agent-5 (5.17.1 -> 5.17.2)
powerdevil5 (5.17.1 -> 5.17.2)
rtl8812au (5.2.20.2+git20190520.6faa3ea_k5.3.7_1 -> 5.2.20.2+git20190904.30d47a0_k5.3.7_1)
systemsettings5 (5.17.1 -> 5.17.2)
util-linux
util-linux-systemd
xdg-desktop-portal-kde (5.17.1 -> 5.17.2)
yast2-drbd (4.2.1 -> 4.2.2)
=== Details ===
==== bluedevil5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: bluedevil5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== breeze ====
Version update (5.17.1 -> 5.17.2)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang breeze5-wallpapers libbreezecommon5-5
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== breeze-gtk ====
Version update (5.17.1 -> 5.17.2)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- Changes since 5.17.1:
* [GTK3] Revert checkbox recolouring (kde#412078)
==== discover ====
Version update (5.17.1 -> 5.17.2)
Subpackages: discover-backend-flatpak discover-backend-fwupd discover-backend-packagekit discover-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- Changes since 5.17.1:
* notifier: make it possible to replace the instance
* app delegate: improve on narrow windows (kde#411828)
* flatpak: oops
* pk: notify about problems regarding file listing
* appstream: support more formats of appstream urls (kde#408419)
* notifier: don't autostart outside of Plasma (kde#413235)
* snap: fix cancelling (kde#404358)
* pk: readability
* pk: Make action buttons translatable
* notifier: Make action buttons translatable
* pk: don't show redundant packages on updates
==== drkonqi5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: drkonqi5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- Changes since 5.17.1:
* typo--
==== dtc ====
Version update (1.5.0 -> 1.5.1)
- update to 1.5.1:
* Numerous assorted bugfixes
* Add a new fdt_create_with_flags() function, and a
FDT_CREATE_FLAG_NO_NAME_DEDUP flag which improves speed at the
cost of tree size by not deduplicating property names in the
strings section
* Run tests against shared library, so it will catch the common
mistake of not adding new symbols to the versioning script
* Add a number of missing symbols to versioning script
* Use Python3 by default for pylibfdt
* New fdt_append_addrrange() function in libfdt
- remove dtc-license.patch (upstream)
- Enable YAML output format
==== frogr ====
Subpackages: frogr-lang
- Pass -Dwerror=false to meson: do not trip over deprecated
symbols of glib2.
==== fwupd ====
Version update (1.2.10 -> 1.3.1)
Subpackages: libfwupd2
- Fix file list
- Update to version 1.3.1:
* Allow disabling all plugins
* trivial: Specify the tpm2-tss-devel version in the example spec file
* Move to CI Fedora 30
* modem-manager: Fix two build warnings on Fedora 30
* synapticsmst: Add another name quirk for the ThinkPad USB-C Dock
* Re-introduce GUID support to fwupdmgr and fwupdtool
* uefi-recovery: Add a plugin to add a fake ESRT entry for device recovery
* Add a DMI quirk for the Minnowboard Turbot
* trivial: Make it easy to disable or enable libflashrom for distros
* trivial: Don't use Recommends for RHEL 7
* unifying: fix timeout metadata
* ci: arch: minor improvements
* unifying: fix timeout
* Allow disabling SSL strict mode for broken corporate proxies
* trivial: Allow ignoring the daemon version check by using --force
* Try to only show DMI product name once
* trivial: fu-util-common: Show unknown devices as interesting devices
* dell: Use TSS to query and build TPM vendor strings for GUIDs
* trivial: dell: show reasons for lack of updates in `UpdateError`
* fu-util-common: strip all trailing whitespace in XML description
* trivial: fu-common: match all whitespace not just ' ' in `fu_common_strstrip`
* fu-util: show release output in get-details again
* unifying: use fu_firmware_strparse_uint16 to read be 16bit values
* unifying: fix incomplete hex file parsing
* fu-util/fu-tool: Print devices, remotes, releases using a tree
* Add aliases for `get-upgrades` and `upgrade`
* trivial: UEFI skip self tests if library fails to initialize
* libfwupd: Add a new private function `fwupd_remote_set_remotes_dir`
* trivial: add libtss2-dev into debian/control (Closes: #1324)
* trivial: Fix up the GtkDoc Since lines for API only available in 1.3.x
* trivial: Post branch version bump
* thunderbolt: Add support for kernel safety checks (Fixes: #1312)
* Include the kernel release as a runtime version
* trivial: fu-util: Drop GUID support from get-devices
* synapticsmst: Partially rewrite the plugin (Fixes #1105)
* Remove replug flag after the device comes back from reboot
* trivial: Fix running the tests on devices with the TPM in v1.2 mode
* trivial: fu-util-common: more cleanup related to topology
* trivial: fu-util: cleanup fwupdmgr get-details output
* trivial: Don't use topology printing in --verbose mode
* Make get-devices and get-topology aliases for one another
* trivial: Adjust daemon device sorting
* Make get-topology more useful by showing all information
* trivial: Fix fu_common_string_append_kv() to align properly with idx > 0
* trivial: dell-dock: correct an error preventing write_size from being set
* trivial: Do not warn about deprecated declarations
* trivial: Update BRs for the example Fedora package
* uefi: add test for TPM 2.0 PCR read function
* uefi: use tpm2-tss library to read PCR values
* fu-common: Use environment variables for systemd managed directories
* Use more systemd directives for directories
* trivial: fu-util: fix debug output for devices
* Allow turning off the timestamp prefix for debugging
* Add a ->udev_device_changed plugin vfunc
* Add fu_device_rescan() and a FuDevice->rescan() vfunc
* Remove the duplicate files in meson.build
* Hash the source files when generating the daemon hash
* Split up source files in the build script
* uefi: add support for tpm2-tools 4.X
* trivial: plugins: clarify stance on afuefi.efi
* trivial: plugins/: Update README
* trivial: disable gtkdoc by default
* trivial: update references of hughsie/fwupd to fwupd/fwupd
* Publish docs to fwupd.github.io using CircelCI
* Add support to integrate into the motd (Fixes: #1270)
* Simplify get-devices output to not show un-useful fields
* fu-engine/fu-config: Reload metadata store when configuration changes
* trivial: If no devices support updates, show messaging (Closes: #1295)
* trivial: uefi: set vendor name for system firwmare from DMI data
* unifying: update Solaar url
* thunderbolt: Fix logic to work properly with ICL thunderbolt controller
* Add fu_udev_device_get_device_file() helper
* trivial: Fix regression when using fu_device_incorporate()
* trivial: Fix a potential crash when using FuPlugin in the self tests
* synapticsmst: Make FuSynapticsmstConnection an actual GObject
* synapticsmst: Use the same style as other plugins
* trivial: Add some helper functions for GByteArray
* Do not use FuDevice metadata for the physical and logical IDs
* Use fu_common_string_append_kv() in subclassed device
* synapticsmst: Use G_DECLARE_FINAL_TYPE to simplify the object
* synapticsmst: Add a SynapticsMSTBoardID for another Lenovo dock
* trivial: remove unnecessary CUSTOMERID_DELL define
* synapticsmst: Add a SynapticsMSTBoardID for a Lenovo dock
* synapticsmst: Display the board ID in non-hex form in the error message
* synapticsmst: Use a more suitable icon for the device
* trivial: Remove unused variable
* Never use memcpy() in a possibly unsafe way
* Add a ->to_string() vfunc to FuFirmware
* Use FuFirmware as a container for firmware images
* Allow filtering devices when using the command line tools
* Be more accepting when trying to recover a failed database migration
* trivial: Add translation for X-ThunderboltController
* trivial: fixup standalone installer
* modem-manager: add counterpart GUID for the DW5821e
* solokey: Release the interface and rebind the kernel driver on close
* fu-tool: Port ability to update a single device from fwupdmgr
* uefi: Actually write the new device path if different than before
* Allow setting custom flags when using fwupdate
* trivial: Do not show a critical warning if no firmware is specified
* trivial: Fix overzealous search-replace action in user string
* Verify we don't break the ABI
* Fix a crash when stopping the fwupd service
* Relax the certificate time checks in the self tests for the legacy certificate
* trivial: add cache directory into systemd unit rw paths
* Never show AppStream markup on the console
* Do not segfault when trying to quit the downgrade selection
* trivial: Update icons for Thunderbolt and MST devices
* Add support for the SoloKey Secure
* trivial: Allow a device to *clear* a firmware version
* trivial: debian: For signed package fill out Built-Using (Closes: #932757)
* Allow specifying <firmware>GUID</firmware> to check any version exists
* trivial: post release version bump
* Release fwupd 1.2.10
* Disable the flashrom plugin by default
* trivial: thunderbolt: catch failure setting up device
* dell-esrt: Improve the experience for the plugin (Closes: #1245)
* fu-util: When unlocking prompt for reboot if applicable
* remove those PIDs with Bluetooth interface, Wacom updater doesn't support updating from Bluetooth interface
* flashrom: Only show DEBUG and DEBUG2 output if using --plugin-verbose=flashrom
* flashrom: Only call flashrom_programmer_init() on whitelisted boards
* flashrom: Fix no version format set
* fu-util: Show devices with an UpdateError in get-devices output
* trivial: uefi: use UEFI-dummy for device ID instead of just uefi
* trivial: fix error handling for non UEFI case (#1220)
* Add a specific error code for the low battery case
* Fix Fedora docker build missing directory: dist
* uefi: Determine whether running in legacy mode or not (Fixes: #1220)
* trivial: ci: debian: Only turn on flashrom when running CI
* trivial: Fix typos in error messages
* Allow client code to construct objects from GVariant blobs
* Export functionality to build an array of objects
* flashrom: Use libflashrom
* trivial: Fix the version script to pick up boxed types
* trivial: Correctly order the map entries according to vercmp rules
* trivial: Fix pylint issue in the version script
* Add meson target to fix translations
* Add support for 8bitdo USB Retro Receiver
* Use the newer features of GRWLock rather than reinventing it
* Revert "Allow SuperIO updates to be done live"
* uefi: Try to find a duplicate using the loadopt name
* uefi: Provide a quirk to disable the use of the UX capsule
* trivial: uefi: use the path for efibootmgr that was detected
* synaptics-prometheus: Fix installing CONFIG firmware updates
* synaptics-prometheus: Set the install duration from a quirk
* synaptics-prometheus: Don't emit critial warning when updating config firmware
* synaptics-prometheus: Fix missing field in the IOTA reply struct
* Create SECURITY.md
* redfish: Never set NULL device name
* modem-manager: Never set NULL device name
* ata: Never set NULL device name
* trivial: Add some parameter guards to FuDevice
* trivial: snap: make polkit directories if they don't exist (Fixes: #1205)
* trivial: fu-main: clarify missing PK file error
* synapticsmst: fix GUID generation (Closes: #1207)
* Lite Mk II flag for use-shim-unique
* trivial: circleci: try to fix automatic snap deployment
* Allow SuperIO updates to be done live
* fu-util-common: Support empty proxy strings (Fixes: #1199)
* trivial: uefi: clarify error message
* trivial: Fix non-systemd build
* trivial: Sync example spec file with downstream
* trivial: post release version bump
- Drop fwupd-bsc1143905-hash-the-source-files.patch: Applied upstream.
- Add pkgconfig(tss2-esys) BuildRequires: New dependency.
- Add gtk-doc BuildRequires and pass gtkdoc=true to meson, build
api docs even when using source service.
==== java-13-openjdk ====
Version update (13.0.0.0 -> 13.0.1.0)
- Update to upstream tag jdk-13.0.1-9 (October 2019 CPU,
bsc#1154212)
* Security fixes:
+ S8209901: Canonical file handling
+ S8213429, CVE-2019-2933: Windows file handling redux
+ S8218573, CVE-2019-2945: Better socket support
+ S8218877: Help transform transformers
+ S8220186: Improve use of font temporary files
+ S8220302, CVE-2019-2949: Better Kerberos ccache handling
+ S8221497: Optional Panes in Swing
+ S8221858, CVE-2019-2958: Build Better Processes
+ S8222684, CVE-2019-2964: Better support for patterns
+ S8222690, CVE-2019-2962: Better Glyph Images
+ S8223163: Better pattern recognition
+ S8223505, CVE-2019-2973: Better pattern compilation
+ S8223518, CVE-2019-2975: Unexpected exception in jjs
+ S8223886: Add in font table referene
+ S8223892, CVE-2019-2978: Improved handling of jar files
+ S8224025: Fix for JDK-8220302 is not complete
+ S8224062, CVE-2019-2977: Improve String index handling
+ S8224532, CVE-2019-2981: Better Path supports
+ S8224915, CVE-2019-2983: Better serial attributes
+ S8225286, CVE-2019-2987: Better rendering of native glyphs
+ S8225292, CVE-2019-2988: Better Graphics2D drawing
+ S8225298, CVE-2019-2989: Improve TLS connection support
+ S8225597, CVE-2019-2992: Enhance font glyph mapping
+ S8226765, CVE-2019-2999: Commentary on Javadoc comments
+ S8227601: Better collection of references
+ S8228825, CVE-2019-2894: Enhance ECDSA operations
* Other fixes:
+ S8185898: setRequestProperty(key, null) results in HTTP
header without colon in request
+ S8191521: handle long relative path specified in
- Xbootclasspath/a on windows
+ S8209790: SA tools not providing option to connect to debug
server
+ S8212328: Exceptional throw cases
+ S8212970: TZ database in "vanguard" format support
+ S8213431: Improve file protocol handling
+ S8213432: Better copies of CopiesList
+ S8215367: Better Collection of References
+ S8216381: More limited privilege usage
+ S8217563: Improve realm maintenance
+ S8217676: Upgrade libpng to 1.6.37
+ S8218863: Better endpoint checks
+ S8218873: Improve JSSE endpoint checking
+ S8218876: Improve PNG support options
+ S8219082: jdk/jfr/event/runtime/TestShutdownEvent.java failed
in validateStackTrace()
+ S8219775: Certificate validation improvements
+ S8220517: Enhanced GIF support
+ S8221345: Better Poly1305 support
+ S8221518: Normalize normalization
+ S8222108: Reduce minRefreshTime for updating remote printer
list on Windows
+ S8222678: Improve TLS negotiation
+ S8222751: closed/test/jdk/sun/security/util/
/DerIndefLenConverter/IndefBerPkcs12.java fail
+ S8222968: ByteArrayPublisher is not thread-safe resulting in
broken re-use of HttpRequests
+ S8223326: Regression introduced by CPU sync:
java.security.AccessControlException: access denied
("java.net.NetPermission" "setSocketImpl")
+ S8223869: Problem list
java/awt/FontMetrics/MaxAdvanceIsMax.java on more platforms
+ S8224505: TestQuotedLogOutput failure after ProcessBuilder
changes
+ S8225146: Accessibility issues in
javax/swing/plaf/nimbus/doc-files/properties.html
+ S8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find
dependent libraries
+ S8225505: ctrl-F1 does not show the tooltip of a menu item
(JMenuItems)
+ S8226468: [aix] loadquery failed error message displayed
+ S8226530: ZipFile reads wrong entry size from ZIP64 entries
+ S8226543: Reduce GC pressure during message digest
calculations in password-based encryption
+ S8227171: provide function names in native stack trace on aix
with xlc16
+ S8227201: Bump version string for 13.0.1
+ S8227230: Backout JDK-8215367 from update releases
+ S8227435: Perf::attach() should not throw a
java.lang.Exception
+ S8227594: sadebugd/DebugdConnectTest.java fails due to
"java.rmi.NotBoundException: SARemoteDebugger"
+ S8227662: freetype seeks to index at the end of the font data
+ S8228469: (tz) Upgrade time-zone data to tzdata2019b
+ S8228485: JVM crashes when bootstrap method for condy
triggers loading of class whose static initializer throws exception
+ S8228649: [PPC64] SA reads wrong slots from interpreter frames
+ S8228711: Path rendered incorrectly when it goes outside the
clipping region
+ S8229002: Shenandoah: Missing node types in
ShenandoahLoadReferenceBarrier::needs_barrier_impl()
+ S8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on
AArch64
+ S8229182: runtime/containers/docker/TestMemoryAwareness.java
test fails on SLES12
+ S8229242: JDK 13.0.1 L10n resource files update msgdrop 10
+ S8229284: jdk/internal/platform/cgroup/TestCgroupMetrics.java
fails for - memory:getMemoryUsage
+ S8229706: java/net/MulticastSocket/NoLoopbackPackets.java
fails on some AIX machines
+ S8229773: Resolve permissions for code source URLs lazily
+ S8229800: WindowsServerCore 1809 does not provide d2d1.dll
library required by awt.dll
+ S8229872: (fs) Increase buffer size used with getmntent
+ S8229887: (zipfs) zip file corruption when replacing an
existing STORED entry
+ S8229925: [s390, PPC64] Exception check missing in interpreter
+ S8230110: TestLinkageErrorInGenerateOopMap times out
+ S8230115: Problemlist JFR TestNetworkUtilization test
+ S8230303: JDB hangs when running monitor command
+ S8230425: Shenandoah forces +UseNUMAInterleaving even after
explicitly disabled
+ S8230565: ZGC: Redesign C2 load barrier to expand on the
MachNode level
+ S8230646: Epsilon does not extend TLABs to max size
+ S8230666: Exclude
serviceability/sa/TestInstanceKlassSize.java on linuxppc64 and
linuxppc64le
+ S8230728: Thin stroked shapes are not rendered if affine
transform has flip bit
+ S8230782: Robot.createScreenCapture() fails if
"awt.robot.gtk" is set to false
+ S8230850: Test sun/tools/jcmd/TestProcessHelper.java fails
intermittently
+ S8230943: False deadlock detection with
- XX:+CIPrintCompileQueue after JDK-8163511
+ S8231098: (tz) Upgrade time-zone data to tzdata2019c
+ S8231197: Shenandoah: JVMTI heap walking cleanup crashes with
NULL forwardee
+ S8231405: [Shenandoah] guarantee(d != NULL) failed: Null
dominator info
+ S8231583: Shenandoah: Fix register clash in
SBSA::resolve_forwarding_pointer() borrowing
+ S8231770: Test java/util/zip/FlaterTest.java fails with
- Xcheck:jni
+ S8231885: Fix/remove malformed assert in os_windows.cpp
+ S8231887: ComodoCA.java fails because certificate was revoked
+ S8231930: Windows build fails after JDK-8191521
==== kactivitymanagerd ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kactivitymanagerd-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== kde-cli-tools5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kde-cli-tools5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== kde-gtk-config5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kde-gtk-config5-gtk2 kde-gtk-config5-gtk3 kde-gtk-config5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== kde-user-manager ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kde-user-manager-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== kgamma5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kgamma5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== khotkeys5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: khotkeys5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== kinfocenter5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kinfocenter5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== kmenuedit5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kmenuedit5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- Changes since 5.17.1:
* Create directory when saving the menu file (kde#413079)
==== kscreen5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kscreen5-lang kscreen5-plasmoid
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== kscreenlocker ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kscreenlocker-lang libKScreenLocker5
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== ksshaskpass5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: ksshaskpass5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== ksysguard5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: ksysguard5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== ktexteditor ====
Subpackages: ktexteditor-lang
- Add 0001-fix-crash-in-variableexpansionhelpers.patch to fix a crash
when adding a variable to swap file name (kde#413474)
==== kwayland-integration ====
Version update (5.17.1 -> 5.17.2)
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== kwin5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: kwin5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- Changes since 5.17.1:
* Dmabuf recovery on EGL reset (kde#411980)
* [kcmkwin/kwindecoration] Fix default window size in KCMShell This also fixes a binding loop. (kde#413557)
* [kcmkwin/desktop] Elide "Show animation when switching" checkbox text (kde#403151)
* [kcmkwin/kwinvirtualdesktops] Improve default window size when opened in kcmshell
* [scripting] Provide conversion functions for AbstractClient (kde#413044)
* Don't use MESA_EGL_NO_X11_HEADERS
* [kcmkwin/kwindecoration] Elide "theme default border size" CheckBox
==== kwrited5 ====
Version update (5.17.1 -> 5.17.2)
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== libeconf ====
Version update (0.3.2+git20190926.fea4a03 -> 0.3.3+git20191028.3ac14ce)
- Update to version 0.3.3+git20191028.3ac14ce:
* Release version 0.3.3
* Reset *key_file to NULL after free
==== libkdecoration2 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: libkdecorations2-5 libkdecorations2-5-lang libkdecorations2private6
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== libkscreen2 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: libKF5Screen7 libkscreen2-plugin
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== libksysguard5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: libksysguard5-helper libksysguard5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== libmikmod ====
Version update (3.3.7 -> 3.3.11.1)
- Update to version 3.3.11
* Fixed lots of possible crashes in the IT, XM, S3M, STM, STX,
AMF, IMF, GDM and MED module loaders.
* Fixed a possible endless loop in the IT loader with
malformed files.
* Fixed signed integer overflow leading to crashes in the
sample loader.
* Fixed a possible crash in MMCMP depacker with malformed
files.
* Fixed the broken fixed-line comment reader which might
possibly lead to crashes, and also badly translated several
song messages. The new code is adapted from libopenmpt.
* Support for building the Windows version using Open Watcom
compiler.
* A few minor OS/2 fixes.
* CMake updates.
* Other minor fixes/tidy-ups.
version 3.3.10:
* Fixed windows builds when UNICODE is defined. (Thanks S.
Michel).
version 3.3.9:
* Amiga, AHI driver: Fixed a crash upon driver shutdown.
* Amiga: Updates. Added standalone makefiles with cross-build
support.
* RAW file writer: Changed to use ansi stdio functions instead
of posix unistd, for better portability.
* Playercode: Allocate the right channel reverb buffers only
if the mixer is setup for stereo mode. (Helps with ports to
memory-tight platforms. Patch from Andrew Rossignol.)
* Fixed access to uninitialized memory in the simpleplayMEM
example program.
* Added a configuration option to exclude the hqmixer (off by
default.)
* Using locale-insensitive ctype.h and casecmp functions in
library.
* Configury: New --disable-alldrv option to disable all of the
audio output drivers. If additional --enable-xxx options are
given, the specified drivers will be enabled.
version 3.3.8:
* Handle the FastTracker2 pattern loop (E60) bug. Modules
abusing this bug (roadblas.xm) should play correctly now.
Thanks to Eugene Toder.
* AMF loader: Fixed segmentation fault in case of bad sample
offsets in broken files. (sf.net bug #26, thanks to 'Saga'
of OpenMPT project for the report and analysis.)
* AMF loader: Fixed loading of v10 files where sample loop
start and end values must be read as 32 bits, not 16 bits.
(Tested with Maelcum's "the tribal zone" and "the way its
gonna b". Noticed in OpenMPT source)
* Fixed a possible undefined behavior in the XM loader.
* Support for MMCMP, Amiga PP20 (PowerPack), STC (Stone
Cracker S404) and XPK compressed module formats, based on
public domain code from libmodplug and libxmp.
* Support for OpenBSD sndio.
* Fixed SDL output driver, so that it doesn't crash upon
resetting.
* Disabled the gt2 loader until it is completed properly. (It
has been always non-functional since its introduction in
v3.2.0.)
* Updated configury. The aix, hpux, bsd/sunaudio and sgi audio
drivers are now configurable and not built unconditionally.
Haiku support thanks to Jérôme Duval.
* Documentation update.
* Update DOS build for the new djgpp-2.05 release.
* Minor fix/tidy-ups.
- Spec cleanup
==== libstorage-ng ====
Version update (4.2.17 -> 4.2.19)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#676
- handle is_permanent() in possible_mount_bys() (bsc#1155566)
- simplified code
- 4.2.19
- Translated using Weblate (Estonian) (bsc#1149754)
- 4.2.18
==== milou5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: milou5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== oxygen5 ====
Version update (5.17.1 -> 5.17.2)
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== plasma-browser-integration ====
Version update (5.17.1 -> 5.17.2)
Subpackages: plasma-browser-integration-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== plasma-nm5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: plasma-nm5-lang plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== plasma5-addons ====
Version update (5.17.1 -> 5.17.2)
Subpackages: plasma5-addons-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== plasma5-desktop ====
Version update (5.17.1 -> 5.17.2)
Subpackages: plasma5-desktop-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- Changes since 5.17.1:
* Fix force font DPI UI logic
==== plasma5-integration ====
Version update (5.17.1 -> 5.17.2)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.17.2
==== plasma5-pa ====
Version update (5.17.1 -> 5.17.2)
Subpackages: plasma5-pa-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== plasma5-thunderbolt ====
Version update (5.17.1 -> 5.17.2)
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== plasma5-workspace ====
Version update (5.17.1 -> 5.17.2)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs xembedsniproxy
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- Changes since 5.17.1:
* [wallpapers/image] Randomise new batches of images in the slideshow (kde#413463)
* [wallpapers/image] Seed random number generator
* [Lock Screen] Don't use black shadows with black text (kde#413537)
* clear the cells before relayouting the items (kde#413019)
==== polkit-kde-agent-5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: polkit-kde-agent-5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== powerdevil5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: powerdevil5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== rtl8812au ====
Version update (5.2.20.2+git20190520.6faa3ea_k5.3.7_1 -> 5.2.20.2+git20190904.30d47a0_k5.3.7_1)
Subpackages: rtl8812au-kmp-64kb rtl8812au-kmp-default
- Update to 5.2.20.2+git20190904.30d47a0
* Fixes to make it work with kernel 5.3 (boo#1154539)
==== systemsettings5 ====
Version update (5.17.1 -> 5.17.2)
Subpackages: systemsettings5-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- Changes since 5.17.1:
* [sidebar] Add a hover effect to intro page icons
==== util-linux ====
Subpackages: libblkid-devel libblkid1 libfdisk1 libmount1 libsmartcols1 libuuid-devel libuuid1
- libeconf.patch: fix a long int error on 32bit
- libeconf.patch: Add support for libeconf
- Move /etc/pam.d/* to /usr/etc/pam.d
- Remove migration code for su from coreutils to util-linux, not
needed anymore
==== util-linux-systemd ====
- libeconf.patch: fix a long int error on 32bit
- libeconf.patch: Add support for libeconf
- Move /etc/pam.d/* to /usr/etc/pam.d
- Remove migration code for su from coreutils to util-linux, not
needed anymore
==== xdg-desktop-portal-kde ====
Version update (5.17.1 -> 5.17.2)
Subpackages: xdg-desktop-portal-kde-lang
- Update to 5.17.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/plasma-5.17.2.php
- No code changes since 5.17.1
==== yast2-drbd ====
Version update (4.2.1 -> 4.2.2)
- jsc#SLE-5498, lvmetad is removed in lvm2 since 2.03.05
- 4.2.2
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
1
0
04 Nov '19
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 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=3&versio…
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:
MozillaThunderbird (68.1.2 -> 68.2.0)
PackageKit
analitza (19.08.1 -> 19.08.2)
bcm20702a1-firmware
blinken (19.08.1 -> 19.08.2)
bovo (19.08.1 -> 19.08.2)
branding-openSUSE
c-ares
ccache (3.7.3 -> 3.7.4)
cervisia (19.08.1 -> 19.08.2)
claws-mail
colord (1.4.3 -> 1.4.4)
cpupower
dmidecode
dmz-icon-theme-cursors
enchant
ffmpegthumbs (19.08.1 -> 19.08.2)
flatpak (1.4.2 -> 1.4.3)
flatpak-builder (1.0.8 -> 1.0.9)
glib2 (2.62.1 -> 2.62.2)
glib2-branding-openSUSE
gnome-documents (3.33.90 -> 3.34.0)
gnome-music (3.34.0 -> 3.34.1)
gnome-shell (3.34.1 -> 3.34.1+6)
gnome-user-docs (3.34.0 -> 3.34.1)
gtk3 (3.24.12 -> 3.24.12+32)
gtkmm3 (3.24.1 -> 3.24.2)
gvfs
juk (19.08.1 -> 19.08.2)
k3b (19.08.1 -> 19.08.2)
kalgebra (19.08.1 -> 19.08.2)
kalzium (19.08.1 -> 19.08.2)
kanagram (19.08.1 -> 19.08.2)
kapptemplate (19.08.1 -> 19.08.2)
katomic (19.08.1 -> 19.08.2)
kblackbox (19.08.1 -> 19.08.2)
kblocks (19.08.1 -> 19.08.2)
kbounce (19.08.1 -> 19.08.2)
kbreakout (19.08.1 -> 19.08.2)
kbruch (19.08.1 -> 19.08.2)
kcachegrind (19.08.1 -> 19.08.2)
kcron (19.08.1 -> 19.08.2)
kde-print-manager (19.08.1 -> 19.08.2)
kdeedu-data (19.08.1 -> 19.08.2)
kdegraphics-thumbnailers (19.08.1 -> 19.08.2)
kdenetwork-filesharing (19.08.1 -> 19.08.2)
kdf (19.08.1 -> 19.08.2)
kdiamond (19.08.1 -> 19.08.2)
kernel-firmware (20190909 -> 20191023)
kgeography (19.08.1 -> 19.08.2)
kget (19.08.1 -> 19.08.2)
kgoldrunner (19.08.1 -> 19.08.2)
khangman (19.08.1 -> 19.08.2)
kig (19.08.1 -> 19.08.2)
kimagemapeditor (19.08.1 -> 19.08.2)
kipi-plugins (19.08.1 -> 19.08.2)
kiriki (19.08.1 -> 19.08.2)
kiten (19.08.1 -> 19.08.2)
kjumpingcube (19.08.1 -> 19.08.2)
klines (19.08.1 -> 19.08.2)
kmahjongg (19.08.1 -> 19.08.2)
kmines (19.08.1 -> 19.08.2)
kmouth (19.08.1 -> 19.08.2)
kmplot (19.08.1 -> 19.08.2)
knavalbattle (19.08.1 -> 19.08.2)
knetwalk (19.08.1 -> 19.08.2)
kolf (19.08.1 -> 19.08.2)
kollision (19.08.1 -> 19.08.2)
kolourpaint (19.08.1 -> 19.08.2)
konquest (19.08.1 -> 19.08.2)
kpat (19.08.1 -> 19.08.2)
kqtquickcharts (19.08.1 -> 19.08.2)
kreversi (19.08.1 -> 19.08.2)
kshisen (19.08.1 -> 19.08.2)
ksirk (19.08.1 -> 19.08.2)
kspaceduel (19.08.1 -> 19.08.2)
ksquares (19.08.1 -> 19.08.2)
ksudoku (19.08.1 -> 19.08.2)
ksystemlog (19.08.1 -> 19.08.2)
kteatime (19.08.1 -> 19.08.2)
ktimer (19.08.1 -> 19.08.2)
ktuberling (19.08.1 -> 19.08.2)
kturtle (19.08.1 -> 19.08.2)
kubrick (19.08.1 -> 19.08.2)
kwordquiz (19.08.1 -> 19.08.2)
libinput (1.14.2 -> 1.14.3)
libkdegames (19.08.1 -> 19.08.2)
libkeduvocdocument (19.08.1 -> 19.08.2)
libkmahjongg (19.08.1 -> 19.08.2)
libpeas (1.24.0 -> 1.24.1)
librsvg (2.46.2 -> 2.46.3)
libsolv (0.7.6 -> 0.7.7)
libyui (3.8.1 -> 3.8.2)
lokalize (19.08.1 -> 19.08.2)
lskat (19.08.1 -> 19.08.2)
lvm2
lvm2-device-mapper
mbox-importer (19.08.1 -> 19.08.2)
mutter (3.34.1+21 -> 3.34.1+27)
nodejs-common
osc (0.165.4 -> 0.166.1)
parley (19.08.1 -> 19.08.2)
patterns-gnome
perl-File-ShareDir (1.112 -> 1.116)
pim-sieve-editor (19.08.1 -> 19.08.2)
qemu
qemu-linux-user
radvd
rpm-config-SUSE (0.g40 -> 0.g42)
rubygem-fog-libvirt (0.6.0 -> 0.7.0)
rubygem-rubocop (0.75.1 -> 0.76.0)
step (19.08.1 -> 19.08.2)
sudo (1.8.27 -> 1.8.28p1)
sweeper (19.08.1 -> 19.08.2)
transmission
umbrello (19.08.1 -> 19.08.2)
virt-manager
yakuake (19.08.1 -> 19.08.2)
zypper (1.14.30 -> 1.14.32)
=== Details ===
==== MozillaThunderbird ====
Version update (68.1.2 -> 68.2.0)
- Mozilla Thunderbird 68.2.0
* Message Display WebExtension API
* Message Search WebExtension API
* Better visual feedback for unread messages when using the dark theme
* Fixed various issues when editing mailing list
* Fixed application windows not maintaining their size after restart
MFSA 2019-33 (bsc#1154738)
* CVE-2019-15903 (bmo#1584907)
Heap overflow in expat library in XML_GetCurrentLineNumber
* CVE-2019-11757 (bmo#1577107)
Use-after-free when creating index updates in IndexedDB
* CVE-2019-11758 (bmo#1536227)
Potentially exploitable crash due to 360 Total Security
* CVE-2019-11759 (bmo#1577953)
Stack buffer overflow in HKDF output
* CVE-2019-11760 (bmo#1577719)
Stack buffer overflow in WebRTC networking
* CVE-2019-11761 (bmo#1561502)
Unintended access to a privileged JSONView object
* CVE-2019-11762 (bmo#1582857)
document.domain-based origin isolation has same-origin-property violation
* CVE-2019-11763 (bmo#1584216)
Incorrect HTML parsing results in XSS bypass technique
* CVE-2019-11764 (bmo#1558522, bmo#1577061, bmo#1548044, bmo#1571223,
bmo#1573048, bmo#1578933, bmo#1575217, bmo#1583684, bmo#1586845,
bmo#1581950, bmo#1583463, bmo#1586599)
Memory safety bugs fixed in Firefox 70 and Firefox ESR 68.2
- removed obsolete patches
mozilla-bmo1573381.patch
mozilla-bmo1512162.patch
mozilla-bmo1585099.patch
==== PackageKit ====
Subpackages: PackageKit-backend-zypp PackageKit-gstreamer-plugin PackageKit-gtk3-module PackageKit-lang libpackagekit-glib2-18 typelib-1_0-PackageKitGlib-1_0
- Add PackageKit-zypp-reset-upgrade-mode-when-not-needed.patch:
zypp: Reset upgrade mode to FALSE when not needed
(gh#hughsie/PackageKit/commit/57e846f0).
- Add PackageKit-zypp-promt-installing-already-installed-packages.patch:
zypp: Promt users when installing already installed packages
(gh#hughsie/PackageKit/commit/c45e0f22).
==== analitza ====
Version update (19.08.1 -> 19.08.2)
Subpackages: analitza-lang libAnalitza5
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== bcm20702a1-firmware ====
- Use https to fetch the archive bsc#1154083
==== blinken ====
Version update (19.08.1 -> 19.08.2)
Subpackages: blinken-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== bovo ====
Version update (19.08.1 -> 19.08.2)
Subpackages: bovo-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== branding-openSUSE ====
Subpackages: grub2-branding-openSUSE libreoffice-branding-openSUSE plymouth-branding-openSUSE systemd-icon-branding-openSUSE wallpaper-branding-openSUSE yast2-qt-branding-openSUSE
- Don't set the theme on install/uninstall
- Remove obsolete Groups tag (fate#326485)
==== c-ares ====
- Add upstream patches with the ares_getaddrinfo function:
* 0001-Add-initial-implementation-for-ares_getaddrinfo-112.patch
* 0002-Remaining-queries-counter-fix-additional-unit-tests-.patch
* 0003-Bugfix-for-ares_getaddrinfo-and-additional-unit-test.patch
* 0004-Add-ares__sortaddrinfo-to-support-getaddrinfo-sorted.patch
* 0005-getaddrinfo-avoid-infinite-loop-in-case-of-NXDOMAIN-.patch
* 0006-getaddrinfo-callback-must-be-called-on-bad-domain-24.patch
* 0007-getaddrinfo-enhancements-257.patch
* 0008-Add-missing-limits.h-include-from-ares_getaddrinfo.c.patch
* 0009-Increase-portability-of-ares-test-mock-ai.cc-235.patch
- Add a patch which disables test failing on OBS (but passing in
local environment):
* 0010-Disable-failing-test.patch
==== ccache ====
Version update (3.7.3 -> 3.7.4)
- Update to version 3.7.4:
* Added support for the -gz[=type] compiler option (previously
ccache would think that "-gz" alone would enable debug
information, thus potentially including the current directory
in the hash).
* Added support for converting paths like "/c/users/..." into
relative paths on Windows.
==== cervisia ====
Version update (19.08.1 -> 19.08.2)
Subpackages: cervisia-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== claws-mail ====
Subpackages: claws-mail-lang
- Make litehtml plugin build on Tumbleweed.
==== colord ====
Version update (1.4.3 -> 1.4.4)
Subpackages: colord-color-profiles colord-lang libcolord2 libcolorhug2
- Update to version 1.4.4:
+ New Features:
- Actually install the installed tests.
- Allow building without the daemon.
+ Bugfixes:
- Consistently search for spotread in $PATH.
- Don't hard-require spotread to build argyll sensor.
- Fix linker argument checks.
- Include C header in Colorhug-1.0.gir.
- Pass -DCD_COMPILATION to gir compiler.
- Port manpages to xsltproc and DocBook 5.
- Replace docbook-utils-minimal with docbook5-xsl-stylesheets
BuildRequires following upstreams port.
- Add _constraints file, avoid random buildfails for i586 and other
arches.
==== cpupower ====
Subpackages: libcpupower0
- Update turbostat to latest version 19.08.31
==== dmidecode ====
1 recommended fixe from upstream:
- dmidecode-fix-system-slot-information-for-pcie-ssd.patch: Fix
System Slot Information for PCIe SSD.
Partial support for SMBIOS 3.3.0:
- dmidecode-add-enumerated-values-from-smbios-3.3.0.patch: Add
enumerated values from SMBIOS 3.3.0 (bsc#1153533).
==== dmz-icon-theme-cursors ====
- Add fix-for-plasma.patch to add symlinks for cursors used by KDE
Plasma. This patch brings the DMZ theme on par with the breeze
cursor themes.
==== enchant ====
Subpackages: enchant-2-backend-hunspell enchant-data libenchant-2-2
- Disable aspell support on SLE.
- Redownload the 2.2.5 tarball to reflect the consistent upstream
release provided in Source.
==== ffmpegthumbs ====
Version update (19.08.1 -> 19.08.2)
Subpackages: ffmpegthumbs-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== flatpak ====
Version update (1.4.2 -> 1.4.3)
Subpackages: libflatpak0 system-user-flatpak typelib-1_0-Flatpak-1_0
- Update to version 1.4.3:
+ Fix crash in revokefs.
+ Handle 'versions' extension key (in addition to 'version') when
checking for local extensions, which was causing us to
uninstall some actually used extensions with uninstall
- -unused.
+ The 'required-flatpak' metadata key now supports listing
multiple versions to support backported features.
+ Fix crash with older versions of polkit.
+ Fix installation of bundles.
+ Fix crash on deploy error.
+ Support building bundles of apps installed from a remote.
+ OCI: Fix handling of locally cached icons.
+ Fix crash when listing unconfigured remotes.
+ Ignore differences in trailing slashes for repo uris.
==== flatpak-builder ====
Version update (1.0.8 -> 1.0.9)
- Update to version 1.0.9:
+ More detailed commandline output with --verbose enabled.
+ Support for including yaml module snippets.
+ Support the CCACHE_DIR environment variable.
+ New option disable-submodules for git sources.
+ New commandline option --show-manifest.
+ Multiple modules with the same name in the same manifest is now
supported.
==== glib2 ====
Version update (2.62.1 -> 2.62.2)
Subpackages: glib2-lang glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0
- Update to version 2.62.2:
+ Bugs fixed:
- glgo#GNOME/GLib#1896: Use after free when calling
g_dbus_connection_flush_sync() in a dedicated thread.
- glgo#GNOME/GLib!1154: Backport glgo#GNOME/GLib!1152
"gwinhttpvfs: Handle g_get_prgname() returning NULL" to
glib-2-62.
- glgo#GNOME/GLib!1156: Backport glgo#GNOME/GLib!1146 Solaris
fixes to glib-2-62.
==== glib2-branding-openSUSE ====
- Fix keyassignment for help: the schema was changed to array of
strings, as multiple keys can now be bound.
==== gnome-documents ====
Version update (3.33.90 -> 3.34.0)
Subpackages: gnome-shell-search-provider-documents
- Update to version 3.34.0:
+ Bugs fixed: glgo#GNOME/gnome-documents!27: Use Files GOA
provider feature.
+ Updated translations.
- Update to version 3.33.90+9:
+ lokview: be robust to LibreOfficeKit not being available
+ search: use files GOA provider feature
+ lib: fix compiler warnings
+ utils: factor out function to replace file
+ application: fix fallout from Lang.bind() removal
+ Updated translations.
- Switch to gitcheckout via source services, upstream is lacking in
releases.
==== gnome-music ====
Version update (3.34.0 -> 3.34.1)
- Update to version 3.34.1:
+ Restore MPRIS playlist support.
+ Playlist fixes.
+ Bring back loading notifications.
+ Bugs fixed:
- Fix visual glitches.
- Use pkglibdir for gfmlibdir.
- Limit smartplaylist content to XDG Music dir.
- Crash when removing GOA account.
+ Updated translations.
==== gnome-shell ====
Version update (3.34.1 -> 3.34.1+6)
Subpackages: gnome-shell-calendar
- Update to version 3.34.1+6:
+ shell-screenshots: Do not pass a clip for window screenshots.
+ workspace: Sort windows in overview grid using cached center.
+ screenShield: Compute lock timeout fade duration using
animation settings.
+ environment: Only disable unredirection of ongoing transitions.
+ js: Replace Tweener time leftovers with ease duration.
+ animation: Finish porting to clutter transitions.
==== gnome-user-docs ====
Version update (3.34.0 -> 3.34.1)
Subpackages: gnome-user-docs-lang
- Update to version 3.34.1:
+ Updates to GNOME Help.
+ Updated translations.
==== gtk3 ====
Version update (3.24.12 -> 3.24.12+32)
Subpackages: gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-tigrigna gtk3-immodule-vietnamese gtk3-lang gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0
- Update to version 3.24.12+32:
+ gdk: Do not change the windowing selection when cancelling
source
+ Revert "gdk: Do not call gdk_selection_owner_set() internally
to the backend"
+ gtkwidget: Ensure to run key controllers in the bubble phase
+ keycontroller: Fix ::key-released signal argument
+ key controller: Don't eat modifier events
+ gdk: Do not call gdk_selection_owner_set() internally to the
backend
+ gdk: Shuffle the situations where a selection is unset
+ gtkwidget: Forward unhandled scroll events through controllers
- Switch to gitcheckout of stable branch, needed to get fixes for
copy/paste between Xwayland and wayland programs.
- Following the above, add gtk-doc and libtool BuildRequires and
pass autogen.sh to bootstrap and --enable-gtk-doc to configure.
- No longer disable LTO, current versions of gtk3 builds fine with
it enabled.
==== gtkmm3 ====
Version update (3.24.1 -> 3.24.2)
- Update to version 3.24.2:
+ Gdk:
- Window::create_similar_surface(): Fix a memory leak.
- Suppress warnings from deprecated GTimeVal in
PixbufAnimation::get_iter() and
PixbufAnimationIter::advance().
+ Gtk: Fix memory leaks in IconTheme::list_icons(),
IconView::get_selected_icons() and RecentManager::get_items().
+ Documentation: Gtk::Builder: Describe how to use it together
with Glib::Property.
+ Demos: Fix the source code listing.
==== gvfs ====
Subpackages: gvfs-backend-afc gvfs-backend-samba gvfs-backends gvfs-fuse gvfs-lang
- Rebase SLE patches gvfs-nds.patch and gvfs-nvvfs.patch for version
1.42.1:
+ Add daemon/nds.mount.in.
+ Add daemon/nvvfs.mount.in.
+ meson porting fixes.
==== juk ====
Version update (19.08.1 -> 19.08.2)
Subpackages: juk-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Add DesktopEntry to notifyrc
* install notifier file in correct directory
==== k3b ====
Version update (19.08.1 -> 19.08.2)
Subpackages: k3b-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Fix crash when adding big files and mkisofs is not installed (kde#411969)
* Add DesktopEntry to notifyrc
==== kalgebra ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kalgebra-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kalzium ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kalzium-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kanagram ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kanagram-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kapptemplate ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kapptemplate-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== katomic ====
Version update (19.08.1 -> 19.08.2)
Subpackages: katomic-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kblackbox ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kblackbox-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kblocks ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kblocks-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kbounce ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kbounce-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kbreakout ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kbreakout-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kbruch ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kbruch-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kcachegrind ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kcachegrind-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kcron ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kcron-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kde-print-manager ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kde-print-manager-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kdeedu-data ====
Version update (19.08.1 -> 19.08.2)
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kdegraphics-thumbnailers ====
Version update (19.08.1 -> 19.08.2)
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kdenetwork-filesharing ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kdenetwork-filesharing-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kdf ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kdf-lang kwikdisk
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kdiamond ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kdiamond-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kernel-firmware ====
Version update (20190909 -> 20191023)
- Fix the missing ast and qla2xx firmwares due to typos in
extrawhence file
- Update to version 20191023 (git commit: ad7a8b22b1d0):
* Mellanox: Add new mlxsw_spectrum2 firmware 29.2000.2308
* Mellanox: Add new mlxsw_spectrum firmware 13.2000.2308
* rtl_nic: add firmware files for RTL8153
* rtl_bt: Update configuration file for BT part of RTL8822CU
* bnx2x: Add FW 7.13.15.0.
- Update topics.list and modaliases for r8152 and ice
- Update to version 20191022 (git-commit: 2b016afc348b):
* linux-firmware: Update AMD cpu microcode
* linux-firmware: Update firmware file for Intel Bluetooth AX200
* linux-firmware: Update firmware file for Intel Bluetooth AX201
* linux-firmware: Update firmware file for Intel Bluetooth 9560
* linux-firmware: Update firmware file for Intel Bluetooth 9260
* amdgpu: add initial navi14 firmware form 19.30
* rtlwifi: rtl8821ae: Add firmware for the RTL8812AE variant.
* ice: Fix up WHENCE entry and symlink
* nvidia: Update Tegra210 XUSB firmware to v50.24
* nvidia: Add XUSB firmware for Tegra194
* Remove duplicate symlinks
* copy-firmware: Create symlinks from WHENCE file
* Make symlinks consistent
* amdgpu: update vega20 ucode for 19.30
* amdgpu: update vega12 ucode for 19.30
* amdgpu: update vega10 ucode for 19.30
* amdgpu: update picasso ucode for 19.30
* amdgpu: update raven2 ucode for 19.30
* amdgpu: update raven ucode for 19.30
* amdgpu: add new raven rlc firmware
* ice: Add package file for Intel E800 series driver
* amdgpu: add initial navi10 firmware
* drm/i915/firmware: Add v9.0.0 of HuC for Icelake
* drm/i915/firmware: Add v4.0.0 of HuC for Cometlake
* drm/i915/firmware: Add v4.0.0 of HuC for Geminilake
* drm/i915/firmware: Add v2.0.0 of HuC for Broxton
* drm/i915/firmware: Add v4.0.0 of HuC for Kabylake
* drm/i915/firmware: Add v2.0.0 of HuC for Skylake
* drm/i915/firmware: Add v33 of GuC for CML
* drm/i915/firmware: Add v2.04 of DMC for TGL
* drm/i915/firmware: Add v1.09 of DMC for ICL
* qcom: add firmware files for Adreno a630
- Update module aliases and topics list
- Update install-split.sh to deal with the proper symlinks
- Add verbose mode to install-split.sh
==== kgeography ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kgeography-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kget ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kget-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kgoldrunner ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kgoldrunner-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Fix compile error on Windows
==== khangman ====
Version update (19.08.1 -> 19.08.2)
Subpackages: khangman-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kig ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kig-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kimagemapeditor ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kimagemapeditor-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Fix build with cmake < 3.12
* Enable QURL_NO_CAST_FROM_STRING and fix compilation
==== kipi-plugins ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kipi-plugins-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kiriki ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kiriki-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Fix links
==== kiten ====
Version update (19.08.1 -> 19.08.2)
Subpackages: fonts-KanjiStrokeOrders kiten-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kjumpingcube ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kjumpingcube-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== klines ====
Version update (19.08.1 -> 19.08.2)
Subpackages: klines-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kmahjongg ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kmahjongg-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kmines ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kmines-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kmouth ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kmouth-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kmplot ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kmplot-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Implement third derivative and loosen the mesh a bit to calculate the
fourth. This should allow to calculate extrema for second derivative
right. (kde#304574)
==== knavalbattle ====
Version update (19.08.1 -> 19.08.2)
Subpackages: knavalbattle-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== knetwalk ====
Version update (19.08.1 -> 19.08.2)
Subpackages: knetwalk-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kolf ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kolf-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Add homepage
==== kollision ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kollision-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* For sure TRANSLATION_DOMAIN can't be kdebugsettings :)
==== kolourpaint ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kolourpaint-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== konquest ====
Version update (19.08.1 -> 19.08.2)
Subpackages: konquest-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kpat ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kpat-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kqtquickcharts ====
Version update (19.08.1 -> 19.08.2)
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kreversi ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kreversi-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Fix compile on Windows (more)
* Fix compile on windows
* Add DesktopEntry to notifyrc
==== kshisen ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kshisen-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== ksirk ====
Version update (19.08.1 -> 19.08.2)
Subpackages: ksirk-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kspaceduel ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kspaceduel-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== ksquares ====
Version update (19.08.1 -> 19.08.2)
Subpackages: ksquares-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== ksudoku ====
Version update (19.08.1 -> 19.08.2)
Subpackages: ksudoku-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== ksystemlog ====
Version update (19.08.1 -> 19.08.2)
Subpackages: ksystemlog-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kteatime ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kteatime-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== ktimer ====
Version update (19.08.1 -> 19.08.2)
Subpackages: ktimer-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== ktuberling ====
Version update (19.08.1 -> 19.08.2)
Subpackages: ktuberling-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kturtle ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kturtle-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kubrick ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kubrick-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== kwordquiz ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kwordquiz-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Add DesktopEntry to notifyrc
==== libinput ====
Version update (1.14.2 -> 1.14.3)
Subpackages: libinput-udev libinput10
- Update to release 1.14.3
* This release changes the horizontal scroll direction of the
Logitech MX Master 3 back to what users would expect (this
device ships with the wheel inverted). Tablet no longer force
a proximity out while the tip is logically down. Single-touch
screens sent superfluous (and wrong) motion events within the
same touch down - that's fixed now. Finally, touchpad
scrolling now matches the 'default' speed of the cursor,
previously it was 10% too fast.
==== libkdegames ====
Version update (19.08.1 -> 19.08.2)
Subpackages: kdegames-carddecks-default libkdegames-lang libkf5kdegames6
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== libkeduvocdocument ====
Version update (19.08.1 -> 19.08.2)
Subpackages: libKEduVocDocument5 libkeduvocdocument-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== libkmahjongg ====
Version update (19.08.1 -> 19.08.2)
Subpackages: libKF5KMahjongglib5 libkmahjongg-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== libpeas ====
Version update (1.24.0 -> 1.24.1)
Subpackages: libpeas-1_0-0 libpeas-gtk-1_0-0 libpeas-lang libpeas-loader-python libpeas-loader-python3 typelib-1_0-Peas-1_0 typelib-1_0-PeasGtk-1_0
- Update to version 1.24.1:
+ Fix missing access to peas_gettext() in public ABI.
+ Fix loading of python2 plugin loader.
+ Fix use of -export-dynamic with Clang.
+ Various macOS build fixes.
+ Fixes for libpeas-gtk pkg-config generation.
+ Add support for GInitiallyUnowned with PeasExtension.
+ Updated translations.
- Drop leftover _service and _servicedata files, package have been
switched back to tarball releases in last unstable cycle.
==== librsvg ====
Version update (2.46.2 -> 2.46.3)
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0
- Update to version 2.46.3:
+ glgo#GNOME/librsvg#516: Fix inadvertent bump in the minimum
Rust version required. The string_cache crate is now pinned to
a version that still works on Rust 1.34.
+ glgo#GNOME/librsvg#521: Compute geometries correctly if there
is a viewBox attribute.
+ glgo#GNOME/librsvg#308: Fix stack exhaustion with circular
references in <use> elements.
+ Consistently use the LGPL 2.1 wherever it is mentioned.
- Drop COPYING, everything is covered by COPYING.LIB now.
==== libsolv ====
Version update (0.7.6 -> 0.7.7)
Subpackages: libsolv-devel libsolv-tools python3-solv ruby-solv
- fix updating of too many packages in focusbest mode
- fix handling of disabled installed packages in distupgrade
- new POOL_FLAG_WHATPROVIDESWITHDISABLED pool flag
- bump version to 0.7.7
==== libyui ====
Version update (3.8.1 -> 3.8.2)
- Don't enforce an initial selection for SingleItemSelector
(bsc#1084674)
- 3.8.2
==== lokalize ====
Version update (19.08.1 -> 19.08.2)
Subpackages: lokalize-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- Changes since 19.08.1:
* Fix crash when a modified document and not saving changes
* Don't disable the context menu for the source pane (kde#315462)
* Take msgctxt into account when comparing old and new strings
* Remove duplicate newlines in diff view
==== lskat ====
Version update (19.08.1 -> 19.08.2)
Subpackages: lskat-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== lvm2 ====
Subpackages: liblvm2cmd2_03
- Fix udev rules issue (bsc#1154655)
+ bug-1154655_udev-remove-unsupported-OPTIONS-event_timeout-rule.patch
==== lvm2-device-mapper ====
Subpackages: device-mapper libdevmapper-event1_03 libdevmapper1_03
- Fix udev rules issue (bsc#1154655)
+ bug-1154655_udev-remove-unsupported-OPTIONS-event_timeout-rule.patch
==== mbox-importer ====
Version update (19.08.1 -> 19.08.2)
Subpackages: mbox-importer-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== mutter ====
Version update (3.34.1+21 -> 3.34.1+27)
Subpackages: libmutter-5-0 mutter-data mutter-lang
- Update to version 3.34.1+27:
+ wayland/surface: Reset buffer_destroy_handler_id.
+ window-actor: Add a missing NULL-check.
+ monitor-manager: check for underscan setting validity upfront.
+ clutter/stage: Actually set key focus to an actor on key focus.
+ clutter/actor: Save key-focus state and unset it before
destruction.
+ dbus-session-watcher: Chain up to parent finalize().
==== nodejs-common ====
- Remove extra -g from compiler command-line
==== osc ====
Version update (0.165.4 -> 0.166.1)
- 0.166.1
* emergency fix for credentials handling:
- in case of an old passx entry in oscrc
osc did not work at all. Now we check in
the compat code if we have an passx entry.
- 0.166.0 (boo#1154972)
* New password handling backend. Supported password stores:
- Plaintext password
- Obfuscated password
- python-keyring (kwallet, secret store)
- gnome-keyring
- no store at all (ask for the password every time
* Refactor initial setup of osc (to select password store)
* fix decoding on osc lbl (boo#1137477)
* fix breakage of submitting complete branches back as an
submit request that contain packages without a change.
* fix error with plugins and osc -h
* various decoding improvements
* Transfer the name of the input file to vc instead of the content
(obs-build/vc will do the rest and open the file).
* support appimage builds
* new command browse. (opens a browser opening the project or package)
* new option --incoming for osc rq and osc review to only show only
incoming reqeusts for a project.
- new Recommends for xdg-utils. osc-browse uses xdg-open to open
the url to the project/package in an internet browser
==== parley ====
Version update (19.08.1 -> 19.08.2)
Subpackages: parley-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== patterns-gnome ====
Subpackages: patterns-gnome-gnome patterns-gnome-gnome_basic patterns-gnome-gnome_basis patterns-gnome-gnome_basis_opt patterns-gnome-gnome_games patterns-gnome-gnome_ide patterns-gnome-gnome_imaging patterns-gnome-gnome_internet patterns-gnome-gnome_multimedia patterns-gnome-gnome_office patterns-gnome-gnome_utilities patterns-gnome-gnome_x11 patterns-gnome-gnome_yast patterns-gnome-sw_management_gnome
- Drop NetworkManager-applet Recommends: We do not need this at all
inside gnome-shell, we have had built-in tools for a long time.
==== perl-File-ShareDir ====
Version update (1.112 -> 1.116)
- Add manual dependency File::ShareDir::Install
* The module delivers a version of this in inc/, but doesn't use this
in the tests. cpanspec won't detect this as a dependency
- updated to 1.116
see /usr/share/doc/packages/perl-File-ShareDir/Changes
1.116 2018-06-24
- fix fail-test which incorrectly read without permission
==> introduce new CI test proving this (Thanks to Ville
Skyttä <ville.skytta(a)iki.fi>)
- spelling fixes (Thanks to Ville Skyttä <ville.skytta(a)iki.fi>)
- fix author tests when run without recommended dependencies
(reported by Mohammed Anwar & Wesley Schwengle)
- add a test proving and reporting dependencies
1.114 2018-06-21
- be more expressive regarding to prerequisites
- improve detection for situations where no permission test
can be done
- fix edge case for 5.8
==== pim-sieve-editor ====
Version update (19.08.1 -> 19.08.2)
Subpackages: pim-sieve-editor-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== qemu ====
Subpackages: qemu-arm qemu-block-curl qemu-block-dmg qemu-block-gluster qemu-block-iscsi qemu-block-nfs qemu-block-rbd qemu-block-ssh qemu-extra qemu-guest-agent qemu-ksm qemu-lang qemu-ppc qemu-s390 qemu-seabios qemu-tools qemu-ui-curses qemu-ui-gtk qemu-ui-sdl qemu-vgabios qemu-vhost-user-gpu qemu-x86
- Address potential corruption when using qcow2 images
coroutine-Add-qemu_co_mutex_assert_locke.patch
qcow2-Fix-corruption-bug-in-qcow2_detect.patch
- Include more tweaks to our packaging workflow scripts - this will
continue as we refine the scripts
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
- use %gcc_version for cross compilers (boo#1153703)
- Add upstream edk2 submodule fix for creating tarball
- Switch to upstream patch for avoiding git ref in edk2 makefile
- Fix failing block tests which aren't compatible with the configure
option --enable-membarrier
* Patches dropped:
roms-Makefile.edk2-don-t-invoke-git-sinc.patch
tests-block-io-test-130-needs-some-delay.patch
* Patches added:
make-release-pull-in-edk2-submodules-so-.patch
roms-Makefile.edk2-don-t-pull-in-submodu.patch
tests-Fix-block-tests-to-be-compatible-w.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
- Reduce the cross compiler versions we rely on
- Fix some qemu-testsuite issues, reducing known error cases
test-add-mapping-from-arch-of-i686-to-qe.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
==== qemu-linux-user ====
- Address potential corruption when using qcow2 images
coroutine-Add-qemu_co_mutex_assert_locke.patch
qcow2-Fix-corruption-bug-in-qcow2_detect.patch
- Include more tweaks to our packaging workflow scripts - this will
continue as we refine the scripts
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
- use %gcc_version for cross compilers (boo#1153703)
- Add upstream edk2 submodule fix for creating tarball
- Switch to upstream patch for avoiding git ref in edk2 makefile
- Fix failing block tests which aren't compatible with the configure
option --enable-membarrier
* Patches dropped:
roms-Makefile.edk2-don-t-invoke-git-sinc.patch
tests-block-io-test-130-needs-some-delay.patch
* Patches added:
make-release-pull-in-edk2-submodules-so-.patch
roms-Makefile.edk2-don-t-pull-in-submodu.patch
tests-Fix-block-tests-to-be-compatible-w.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
- Reduce the cross compiler versions we rely on
- Fix some qemu-testsuite issues, reducing known error cases
test-add-mapping-from-arch-of-i686-to-qe.patch
- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1
==== radvd ====
- create the radvd group on upgrades (bsc#1149037)
==== rpm-config-SUSE ====
Version update (0.g40 -> 0.g42)
- Update to version 0.g42:
* Add __perl macro until the perl package provides it
* Add requires_eq and requires_ge macros
==== rubygem-fog-libvirt ====
Version update (0.6.0 -> 0.7.0)
- updated to version 0.7.0
- Add creation of RBD volumes
- Handle domain volumes with disk source not being a file
- Add hugepages support
- Add possibility to use auth_usage instead of auth_uuid
- Add qemu-guest-agent channel
- Handle blank text in allocation
==== rubygem-rubocop ====
Version update (0.75.1 -> 0.76.0)
- Update to 0.76.0
[#]## Bug fixes
* [#7439](https://github.com/rubocop-hq/rubocop/issues/7439): Make
`Style/FormatStringToken` ignore percent escapes (`%%`). ([@buehmann][])
* [#7438](https://github.com/rubocop-hq/rubocop/issues/7438): Fix assignment
edge-cases in `Layout/MultilineAssignmentLayout`. ([@gsamokovarov][])
* [#7449](https://github.com/rubocop-hq/rubocop/pull/7449): Make
`Style/IfUnlessModifier` respect `rubocop:disable` comments for
`Metrics/LineLength`. ([@jonas054][])
* [#7442](https://github.com/rubocop-hq/rubocop/issues/7442): Fix an incorrect
autocorrect for `Style/SafeNavigation` when an object check followed by a
method call with a comment at EOL. ([@koic][])
* [#7434](https://github.com/rubocop-hq/rubocop/issues/7434): Fix an incorrect
autocorrect for `Style/MultilineWhenThen` when the body of `when` branch
starts with `then`. ([@koic][])
* [#7464](https://github.com/rubocop-hq/rubocop/pull/7464): Let
`Performance/StartWith` and `Performance/EndWith` correct regexes that
contain forward slashes. ([@eugeneius][])
[#]## Changes
* [#7465](https://github.com/rubocop-hq/rubocop/pull/7465): Add `os` to
allowed names of `Naming/UncommunicativeMethodParamName` cop in default
config. ([@nijikon][])
* [#7446](https://github.com/rubocop-hq/rubocop/issues/7446): Add `merge` to
list of non-mutating methods. ([@cstyles][])
* [#7077](https://github.com/rubocop-hq/rubocop/issues/7077): **(Breaking)**
Rename `Unneeded*` cops to `Redundant*` (e.g., `Style/UnneededPercentQ`
becomes `Style/RedundantPercentQ`). ([@scottmatthewman][])
* [#7396](https://github.com/rubocop-hq/rubocop/issues/7396): Display
assignments, branches, and conditions values with the
offense. ([@avmnu-sng][])
[@buehmann]: https://github.com/buehmann
[@gsamokovarov]: https://github.com/gsamokovarov
[@jonas054]: https://github.com/jonas054
[@koic]: https://github.com/koic
[@eugeneius]: https://github.com/eugeneius
[@nijikon]: https://github.com/nijikon
[@cstyles]: https://github.com/cstyles
[@scottmatthewman]: https://github.com/scottmatthewman
[@avmnu-sng]: https://github.com/avmnu-sng
==== step ====
Version update (19.08.1 -> 19.08.2)
Subpackages: step-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== sudo ====
Version update (1.8.27 -> 1.8.28p1)
- Update to 1.8,28p1
* The fix for Bug #869 caused "sudo -v" to prompt for a password
when "verifypw" is set to "all" (the default) and all of the
user's sudoers entries are marked with NOPASSWD. Bug #901.
- Update to 1.8.28
* Fixed CVE-2019-14287 (bsc#1153674),
a bug where a sudo user may be able to
run a command as root when the Runas specification explicitly
disallows root access as long as the ALL keyword is listed first.
* Sudo will now only set PAM_TTY to the empty string when no
terminal is present on Solaris and Linux. This workaround is
only needed on those systems which may have PAM modules that
misbehave when PAM_TTY is not set.
* The mailerflags sudoers option now has a default value even if
sendmail support was disabled at configure time. Fixes a crash
when the mailerpath sudoers option is set but mailerflags is not.
Bug #878.
* Sudo will now filter out last login messages on HP-UX unless it
a shell is being run via "sudo -s" or "sudo -i". Otherwise,
when trusted mode is enabled, these messages will be displayed
for each command.
* Sudo has a new -B command line option that will ring the terminal
bell when prompting for a password.
* Sudo no longer refuses to prompt for a password when it cannot
determine the user's terminal as long as it can open /dev/tty.
This allows sudo to function on systems where /proc is unavailable,
such as when running in a chroot environment.
* The "env_editor" sudoers flag is now on by default. This makes
source builds more consistent with the packages generated by
sudo's mkpkg script.
* Fixed a bad interaction with configure's --prefix and
- -disable-shared options. Bug #886.
* More verbose error message when a password is required and no terminal
is present. Bug #828.
* Command tags, such as NOPASSWD, are honored when a user tries to run a
command that is allowed by sudoers but which does not actually
exist on the file system. Bug #888.
* I/O log timing files now store signal suspend and resume information
in the form of a signal name instead of a number.
* Fixed a bug introduced in 1.8.24 that prevented sudo from honoring
the value of "ipa_hostname" from sssd.conf, if specified, when
matching the host name.
* Fixed a bug introduced in 1.8.21 that prevented the core dump
resource limit set in the pam_limits module from taking effect.
Bug #894.
* Fixed parsing of double-quoted Defaults group and netgroup bindings.
* The user ID is now used when matching sudoUser attributes in LDAP.
Previously, the user name, group name and group IDs were used
when matching but not the user ID.
* Sudo now writes PAM messages to the user's terminal, if available,
instead of the standard output or standard error. This prevents
PAM output from being intermixed with that of the command when
output is sent to a file or pipe. Bug #895.
* Sudoedit now honors the umask and umask_override settings in sudoers.
Previously, the user's umask was used as-is.
* Fixed a bug where the terminal's file context was not restored
when using SELinux RBAC. Bug #898.
- refresh sudo-sudoers.patch
==== sweeper ====
Version update (19.08.1 -> 19.08.2)
Subpackages: sweeper-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== transmission ====
Subpackages: transmission-common transmission-gtk transmission-gtk-lang
- Drop transmission-daemon-systemd source: No longer needed, and
does in fact lead to a problem for endusers to set own config for
the daemon. Dropping fixes boo#1139004.
- Pass explicit ENABLE_DAEMON=ON and WITH_SYSTEMD=ON to cmake,
ensure we build upstreams daemon and systemd support.
==== umbrello ====
Version update (19.08.1 -> 19.08.2)
Subpackages: umbrello-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== virt-manager ====
Subpackages: virt-install virt-manager-common
- bsc#1155197 - [xen][virt-manager] Fail to boot up installed
sles15sp2 PV guest
virtinst-pvgrub2-bootloader.patch
virtinst-change-location-for-grub_xen.patch
- Upstream bug fixes (bsc#1027942)
9465da41-urlfetcher-Deal-with-file-in-_LocalURLFetcher.patch
651e5b6d-devices-video-Simplify-model-hvm-check.patch
d9736db9-addhardware-Add-bochs-display-to-the-video-list.patch
8f4c53ea-video-Prefer-bochs-when-its-supported..patch
==== yakuake ====
Version update (19.08.1 -> 19.08.2)
Subpackages: yakuake-lang
- Update to 19.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.2.php
- No code change since 19.08.1
==== zypper ====
Version update (1.14.30 -> 1.14.32)
Subpackages: zypper-aptitude zypper-log zypper-needs-restarting
- Add extended solver options to list-updates.
Since the update command supports tweaking the solver via CLI
options the list-updates command should allow the same
(bsc#1153351)
- version 1.14.32
- --solver-focus: Set the solvers general attitude when resolving
a job (bsc#1146415)
- Add --repo switch to download (jira#SLE-9171)
- manpage: Improve description of $releasever and --releasever
usecases (bsc#1149511)
- Ask only once if multiple packages share the same license text
(bsc#1145554)
- Allow selection by capability if --force switch is used
(fixes #289)
- BuildRequires: libzypp-devel >= 17.15.0
- version 1.14.31
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
1
0