From 90cad020c9c7bd4beab73392c621f2aa8417af2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Fri, 21 Mar 2008 10:50:20 +0000 Subject: [PATCH] - mark stack as non-executable for PaX kernel. Changed files: openssl.spec -> 1.182 --- openssl.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 413bcbd..0d16e33 100644 --- a/openssl.spec +++ b/openssl.spec @@ -15,7 +15,7 @@ Summary(ru.UTF-8): Библиотеки и утилиты для соедине Summary(uk.UTF-8): Бібліотеки та утиліти для з'єднань через Secure Sockets Layer Name: openssl Version: 0.9.8g -Release: 1 +Release: 2 License: Apache-like Group: Libraries Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz @@ -41,6 +41,8 @@ Obsoletes: SSLeay-perl Obsoletes: libopenssl0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define specflags -Wl,-z,noexecstack + %description The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing -- 2.43.0