SPECS: openssl.spec - updated for 0.9.8h (fixes CVE-2008-0891 CVE-2008-1672...
qboosh
qboosh at pld-linux.org
Fri May 30 07:46:26 CEST 2008
Author: qboosh Date: Fri May 30 05:46:26 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated for 0.9.8h (fixes CVE-2008-0891 CVE-2008-1672)
- updated optflags patch, removed obsolete md5-sparcv9 patch
- dropped -Wl,-z,* from specflags (linker-only option, invalid as compiler option)
---- Files affected:
SPECS:
openssl.spec (1.182 -> 1.183)
---- Diffs:
================================================================
Index: SPECS/openssl.spec
diff -u SPECS/openssl.spec:1.182 SPECS/openssl.spec:1.183
--- SPECS/openssl.spec:1.182 Fri Mar 21 11:50:20 2008
+++ SPECS/openssl.spec Fri May 30 07:46:21 2008
@@ -1,8 +1,8 @@
# $Revision$, $Date$
#
# Conditional build:
-%bcond_without tests
-%bcond_with purify # Compile openssl with \-DPURIFY, useful when one wants to
+%bcond_without tests # don't perform "make tests"
+%bcond_with purify # Compile openssl with \-DPURIFY, useful when one wants to
# use valgrind debugger against openssl-linked programs
#
%include /usr/lib/rpm/macros.perl
@@ -15,12 +15,12 @@
Summary(ru.UTF-8): Библиотеки и утилиты для соединений через Secure Sockets Layer
Summary(uk.UTF-8): Бібліотеки та утиліти для з'єднань через Secure Sockets Layer
Name: openssl
-Version: 0.9.8g
-Release: 2
+Version: 0.9.8h
+Release: 1
License: Apache-like
Group: Libraries
Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
-# Source0-md5: acf70a16359bf3658bdfb74bda1c4419
+# Source0-md5: 7d3d41dafc76cf2fcb5559963b5783b3
Source1: %{name}-ca-bundle.crt
Source2: %{name}.1.pl
Source3: %{name}-ssl-certificate.sh
@@ -28,8 +28,7 @@
Patch1: %{name}-optflags.patch
Patch2: %{name}-globalCA.diff
Patch3: %{name}-include.patch
-Patch4: %{name}-md5-sparcv9.patch
-Patch5: %{name}-libvar.patch
+Patch4: %{name}-libvar.patch
URL: http://www.openssl.org/
BuildRequires: bc
BuildRequires: perl-devel >= 1:5.6.1
@@ -42,8 +41,6 @@
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
@@ -195,12 +192,11 @@
%patch2 -p1
%patch3 -p1
%patch4 -p1
-%patch5 -p1
-%build
%{__perl} -pi -e 's#%{_prefix}/local/bin/perl#%{__perl}#g' \
`grep -l -r "%{_prefix}/local/bin/perl" *`
+%build
touch Makefile.*
%{__perl} util/perlpath.pl %{__perl}
@@ -399,6 +395,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.183 2008-05-30 05:46:21 qboosh
+- updated for 0.9.8h (fixes CVE-2008-0891 CVE-2008-1672)
+- updated optflags patch, removed obsolete md5-sparcv9 patch
+- dropped -Wl,-z,* from specflags (linker-only option, invalid as compiler option)
+
Revision 1.182 2008-03-21 10:50:20 pluto
- mark stack as non-executable for PaX kernel.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openssl.spec?r1=1.182&r2=1.183&f=u
More information about the pld-cvs-commit
mailing list