Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c9657c5310 |
2 changed files with 7 additions and 1 deletions
1
sources
1
sources
|
|
@ -1 +1,2 @@
|
|||
86c63b2b5484f2060499a052b5b6256b udisks-1.0.4.tar.gz
|
||||
55a027cbee416985f9998bd8fbd016d3 buffer-overflow.patch
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue