From c2fc21bfff816102baac179d62848130355bcecf Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Oct 02 2012 12:25:07 +0000 Subject: Hardened build. --- diff --git a/privoxy.spec b/privoxy.spec index b2a2a50..bc95a3b 100644 --- a/privoxy.spec +++ b/privoxy.spec @@ -1,3 +1,4 @@ +%define _hardened_build 1 %define privoxyconf %{_sysconfdir}/%{name} %define privoxy_uid 73 %define privoxy_gid 73 @@ -6,7 +7,7 @@ Name: privoxy Version: 3.0.19 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Privacy enhancing proxy License: GPLv2+ Source0: http://downloads.sourceforge.net/ijbswa/%{name}-%{version}-%{beta_or_stable}-src.tar.gz @@ -133,6 +134,9 @@ fi #doc/source/developer-manual doc/source/faq doc/source/user-manual %changelog +* Tue Oct 02 2012 Jon Ciesla - 3.0.19-3 +- Add hardened build. + * Mon Oct 01 2012 Jon Ciesla - 3.0.19-2 - Change ownership of binary and config to root.