diff --git a/vtun.spec b/vtun.spec index 91a05ae..a66c301 100644 --- a/vtun.spec +++ b/vtun.spec @@ -15,6 +15,9 @@ Requires(preun): systemd-units Requires(postun): systemd-units BuildRequires: zlib-devel lzo-devel openssl-devel bison flex systemd-units +#enable PIE/PIC: +%global _hardened_build 1 + %description VTun provides a method for creating Virtual Tunnels over TCP/IP networks and allows one to shape, compress, and encrypt traffic in those tunnels. @@ -61,8 +64,8 @@ make install DESTDIR=%{buildroot} INSTALL_OWNER= INSTALL="/usr/bin/install -p" %{_mandir}/man8/vtund.8* %changelog -* Fri Feb 15 2013 Fedora Release Engineering - 3.0.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* Wed May 01 2013 Gabriel Somlo 3.0.3-3 +- rebuild with PIE (#955286) * Sun Sep 16 2012 Gabriel Somlo 3.0.3-2 - avoid stripping too early to preserve debuginfo (#857716)