Accepting request 591768 from home:simotek:branches:Base:System

Fix missing version bump

OBS-URL: https://build.opensuse.org/request/show/591768
OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1?expand=0&rev=266
This commit is contained in:
Simon Lees 2018-04-09 00:51:22 +00:00 committed by Git OBS Bridge
parent 2e41693731
commit 6082f75259
6 changed files with 66 additions and 8 deletions

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Mar 23 10:40:43 UTC 2018 - sflees@suse.de
- Update to 1.12.6
* Changelog for 1.12.6
• Increase system dbus-daemon's RLIMIT_NOFILE rlimit before it drops
privileges, because it won't have permission afterwards. This fixes a
regression in dbus 1.10.18 and 1.11.0 which made the standard system bus
more susceptible to deliberate or accidental denial of service.
(fdo#105165, David King)
* Changelog for 1.12.4
• When iterating the DBusConnection while blocking on a pending call,
don't wait for I/O if that pending call already has a result; and make
sure that whether it has a result is propagated in a thread-safe way.
This prevents certain multi-threaded calling patterns from blocking
until their timeout even when they should have succeeded sooner.
(fdo#102839; Manish Narang, Michael Searle)
• Report the correct error if OOM is reached while trying to listen
on a TCP socket (fdo#89104, Simon McVittie)
• Fix assertion failures in recovery from OOM while setting up a
DBusServer (fdo#89104, Simon McVittie)
• Add a missing space to a warning message (fdo#103729, Thomas Zajic)
• Expand ${bindir} correctly when pkg-config is asked for dbus_daemondir
(fdo#104265, Benedikt Heine)
• On Linux systems with systemd < 237, if ${localstatedir}/dbus doesn't
exist, create it before trying to create ${localstatedir}/dbus/machine-id
(fdo#104577, Chris Lesiak)
• Fix escaping in dbus-api-design document (fdo#104925, Philip Withnall)
-------------------------------------------------------------------
Thu Mar 8 15:24:54 UTC 2018 - dimstar@opensuse.org

View File

@ -23,12 +23,12 @@
%endif
%bcond_without selinux
Name: dbus-1-x11
Version: 1.12.2
Version: 1.12.6
Release: 0
Summary: D-Bus Message Bus System
License: GPL-2.0-or-later OR AFL-2.1
Group: System/Daemons
URL: http://dbus.freedesktop.org/
Url: http://dbus.freedesktop.org/
Source0: http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz
Source2: dbus-1.desktop
Source3: dbus_at_console.ck

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:272bb5091770b047c8188b926d5e6038fa4fe6745488b2add96b23e2d9a83d88
size 2063143

3
dbus-1.12.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:621b902a07badec16c9e43eda43903cd0e1e69e11b13143da71c1889b062f116
size 2068612

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Fri Mar 23 10:40:43 UTC 2018 - sflees@suse.de
- Update to 1.12.6
* Changelog for 1.12.6
• Increase system dbus-daemon's RLIMIT_NOFILE rlimit before it drops
privileges, because it won't have permission afterwards. This fixes a
regression in dbus 1.10.18 and 1.11.0 which made the standard system bus
more susceptible to deliberate or accidental denial of service.
(fdo#105165, David King)
* Changelog for 1.12.4
• When iterating the DBusConnection while blocking on a pending call,
don't wait for I/O if that pending call already has a result; and make
sure that whether it has a result is propagated in a thread-safe way.
This prevents certain multi-threaded calling patterns from blocking
until their timeout even when they should have succeeded sooner.
(fdo#102839; Manish Narang, Michael Searle)
• Report the correct error if OOM is reached while trying to listen
on a TCP socket (fdo#89104, Simon McVittie)
• Fix assertion failures in recovery from OOM while setting up a
DBusServer (fdo#89104, Simon McVittie)
• Add a missing space to a warning message (fdo#103729, Thomas Zajic)
• Expand ${bindir} correctly when pkg-config is asked for dbus_daemondir
(fdo#104265, Benedikt Heine)
• On Linux systems with systemd < 237, if ${localstatedir}/dbus doesn't
exist, create it before trying to create ${localstatedir}/dbus/machine-id
(fdo#104577, Chris Lesiak)
• Fix escaping in dbus-api-design document (fdo#104925, Philip Withnall)
-------------------------------------------------------------------
Thu Mar 8 15:24:54 UTC 2018 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package dbus-1
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,10 +26,10 @@
%endif
%bcond_without selinux
Name: dbus-1
Version: 1.12.2
Version: 1.12.6
Release: 0
Summary: D-Bus Message Bus System
License: GPL-2.0+ or AFL-2.1
License: GPL-2.0-or-later OR AFL-2.1
Group: System/Daemons
Url: http://dbus.freedesktop.org/
Source0: http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz