PIE and RELRO (#853191)

epel9
Lukas Nykryn 13 years ago
parent 49a6c521b1
commit cf2e7ab23c

@ -3,7 +3,7 @@
Summary: A screen manager that supports multiple logins on one terminal Summary: A screen manager that supports multiple logins on one terminal
Name: screen Name: screen
Version: 4.1.0 Version: 4.1.0
Release: 0.11.20120314git3c2946%{?dist} Release: 0.12.20120314git3c2946%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://www.gnu.org/software/screen URL: http://www.gnu.org/software/screen
@ -62,7 +62,9 @@ support multiple logins on one terminal.
--with-pty-mode=0620 \ --with-pty-mode=0620 \
--with-pty-group=$(getent group tty | cut -d : -f 3) \ --with-pty-group=$(getent group tty | cut -d : -f 3) \
--with-sys-screenrc="%{_sysconfdir}/screenrc" \ --with-sys-screenrc="%{_sysconfdir}/screenrc" \
--with-socket-dir="%{_localstatedir}/run/screen" --with-socket-dir="%{_localstatedir}/run/screen" \
CFLAGS="-pie -fPIE -Wall -g -O2 " \
LDFLAGS="-z relro -z now -pie"
# We would like to have braille support. # We would like to have braille support.
sed -i -e 's/.*#.*undef.*HAVE_BRAILLE.*/#define HAVE_BRAILLE 1/;' config.h sed -i -e 's/.*#.*undef.*HAVE_BRAILLE.*/#define HAVE_BRAILLE 1/;' config.h
@ -144,6 +146,9 @@ fi
%endif %endif
%changelog %changelog
* Mon Sep 03 2012 Lukáš Nykrýn <lnykryn@redhat.com> - 4.1.0-0.12.20120314git3c2946
- PIE and RELRO (#853191)
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.0-0.11.20120314git3c2946 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.0-0.11.20120314git3c2946
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

Loading…
Cancel
Save