Accepting request 45668 from home:lnussel:branches:Base:System

Copy from home:lnussel:branches:Base:System/dbus-1-glib via accept of submit request 45668 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/45668
OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-1-glib?expand=0&rev=15
This commit is contained in:
Dirk Mueller 2010-08-25 06:49:45 +00:00 committed by Git OBS Bridge
parent 4e382dccd2
commit d86053e0c8
3 changed files with 1099 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 13 08:37:28 UTC 2010 - lnussel@suse.de
- honor access properties from xml file (CVE-2010-1172, bnc#628607)
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de

View File

@ -34,6 +34,7 @@ Obsoletes: dbus-1-glib-64bit
Summary: GLib-based library for using D-Bus
Source0: dbus-glib-%{version}.tar.bz2
Source1: baselibs.conf
Patch0: bug-628607-access-flags-CVE-2010-1172.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: dbus-1 >= %( echo `rpm -q --queryformat '%{VERSION}-%{RELEASE}' dbus-1`)
@ -68,6 +69,7 @@ GLib thread abstraction and main loop.
%prep
%setup -n dbus-glib-%{version} -q
%patch0 -p1
%build
export CFLAGS="${RPM_OPT_FLAGS} -fstack-protector -fPIC"