Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b75d77bf3c |
2 changed files with 11817 additions and 1 deletions
11811
distcc-minilzo-2.08.patch
Normal file
11811
distcc-minilzo-2.08.patch
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name: distcc
|
||||
Version: 3.2rc1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Distributed C/C++ compilation
|
||||
Group: Development/Tools
|
||||
License: GPLv2+
|
||||
|
|
@ -15,6 +15,7 @@ Source0: http://distcc.googlecode.com/files/distcc-%{version}.tar.bz2
|
|||
Source1: hosts.sample
|
||||
Source2: distccd.service
|
||||
#Patch0: distcc-2.18.3-avahi.patch
|
||||
Patch0: distcc-minilzo-2.08.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: popt-devel
|
||||
|
|
@ -51,6 +52,7 @@ This package contains the compilation server needed to use %{name}.
|
|||
%prep
|
||||
%setup -q
|
||||
#%%patch0 -p1 -b .avahi
|
||||
%%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -156,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{python_sitearch}/include_server*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 20 2014 Andy Grover <agrover@redhat.com> - 3.2rc1-4
|
||||
- Add patch distcc-minilzo-2.08.patch, to fix CVE-2014-4607 (BZ 1131791)
|
||||
|
||||
* Thu May 16 2013 Jon Ciesla <limburgher@gmail.com> - 3.2rc1-3
|
||||
- chmod -x .service, BZ 963912
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue