Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Gabriel L. Somlo
dac28fa7af added autoconf step to support aarch64 (#926708) 2013-05-13 10:35:22 -04:00
Gabriel L. Somlo
7a33c3d853 rebuild with PIE (#955286) 2013-05-01 21:47:05 -04:00
Gabriel L. Somlo
e5e8eac8b5 rebuild with PIE (#955286) 2013-05-01 21:33:07 -04:00

View file

@ -1,6 +1,6 @@
Name: vtun
Version: 3.0.3
Release: 3%{?dist}
Release: 5%{?dist}
Summary: Virtual tunnel over TCP/IP networks
License: GPLv2+
Group: System Environment/Daemons
@ -13,7 +13,10 @@ Patch0: vtun-nostrip.patch
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
BuildRequires: zlib-devel lzo-devel openssl-devel bison flex systemd-units
BuildRequires: zlib-devel lzo-devel openssl-devel bison flex systemd-units autoconf
#enable PIE/PIC:
%global _hardened_build 1
%description
VTun provides a method for creating Virtual Tunnels over TCP/IP networks
@ -30,6 +33,7 @@ require modification to any kernel parts.
%patch0 -p1
%build
%{__autoconf}
%configure
make %{?_smp_mflags}
@ -61,7 +65,13 @@ 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@lists.fedoraproject.org> - 3.0.3-3
* Mon May 13 2013 Gabriel Somlo <somlo at cmu.edu> 2.0.5-5
- added autoconf step to support aarch64 (#926708)
* Wed May 01 2013 Gabriel Somlo <somlo at cmu.edu> 3.0.3-4
- rebuild with PIE (#955286)
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Sep 16 2012 Gabriel Somlo <somlo at cmu.edu> 3.0.3-2