Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Huzaifa Sidhpurwala
c9657c5310 Resolves: #CVE-2014-0004 2014-03-14 11:07:55 +05:30
2 changed files with 7 additions and 1 deletions

View file

@ -1 +1,2 @@
86c63b2b5484f2060499a052b5b6256b udisks-1.0.4.tar.gz
55a027cbee416985f9998bd8fbd016d3 buffer-overflow.patch

View file

@ -14,7 +14,7 @@
Summary: Storage Management Service
Name: udisks
Version: 1.0.4
Release: 11%{?dist}
Release: 12%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.freedesktop.org/wiki/Software/udisks
@ -72,6 +72,7 @@ Provides: DeviceKit-disks = 010
Patch0: udisks-1.0.4-neuter-stdout-and-stderr.patch
Patch1: fix_bash_completion.patch
Patch2: buffer-overflow.patch
%description
udisks provides a daemon, D-Bus API and command line tools
@ -94,6 +95,7 @@ D-Bus interface definitions and documentation for udisks.
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1 -b .buffer-overflow
# https://bugzilla.redhat.com/show_bug.cgi?id=673544#c15
rm -f src/*-glue.h tools/*-glue.h
@ -159,6 +161,9 @@ mv $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/udisks-bash-completion.sh \
# Note: please don't forget the %{?dist} in the changelog. Thanks
%changelog
* Fri Mar 14 2014 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 1.0.4-12
- fix CVE-2014-0004
* Tue Feb 26 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.0.4-11
- Move bash completion to %%{_sysconfdir}/bash_completion.d (#584569).