[vtun] rebuild with PIE (#955286)

Gabriel L. Somlo somlo at fedoraproject.org
Thu May 2 01:32:50 UTC 2013


commit 9c5bf51bf9b11dc749b5c66720b1f8ee528e3cf9
Author: Gabriel L. Somlo <somlo at cmu.edu>
Date:   Wed May 1 21:32:47 2013 -0400

    rebuild with PIE (#955286)

 vtun.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <rel-eng at lists.fedoraproject.org> - 3.0.3-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+* Wed May 01 2013 Gabriel Somlo <somlo at cmu.edu> 3.0.3-3
+- rebuild with PIE (#955286)
 
 * Sun Sep 16 2012 Gabriel Somlo <somlo at cmu.edu> 3.0.3-2
 - avoid stripping too early to preserve debuginfo (#857716)


More information about the scm-commits mailing list