2012-03-10 18:39:59 +00:00
|
|
|
%?mingw_package_header
|
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
# For the curious:
|
|
|
|
# 0.9.5a soversion = 0
|
|
|
|
# 0.9.6 soversion = 1
|
|
|
|
# 0.9.6a soversion = 2
|
|
|
|
# 0.9.6c soversion = 3
|
|
|
|
# 0.9.7a soversion = 4
|
|
|
|
# 0.9.7ef soversion = 5
|
|
|
|
# 0.9.8ab soversion = 6
|
|
|
|
# 0.9.8g soversion = 7
|
2009-08-29 16:13:45 +00:00
|
|
|
# 0.9.8jk + EAP-FAST soversion = 8
|
|
|
|
# 1.0.0 soversion = 10
|
|
|
|
%global soversion 10
|
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
# Enable the tests.
|
|
|
|
# These only work some of the time, but fail randomly at other times
|
|
|
|
# (although I have had them complete a few times, so I don't think
|
|
|
|
# there is any actual problem with the binaries).
|
2009-08-29 16:13:45 +00:00
|
|
|
%global run_tests 0
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
# Number of threads to spawn when testing some threading fixes.
|
2009-08-29 16:13:45 +00:00
|
|
|
%global thread_test_threads %{?threads:%{threads}}%{!?threads:1}
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2012-03-06 20:01:27 +00:00
|
|
|
Name: mingw-openssl
|
2013-03-24 19:50:27 +00:00
|
|
|
Version: 1.0.1e
|
2014-06-07 10:04:21 +00:00
|
|
|
Release: 7%{?dist}
|
2009-02-09 09:33:37 +00:00
|
|
|
Summary: MinGW port of the OpenSSL toolkit
|
|
|
|
|
|
|
|
License: OpenSSL
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://www.openssl.org/
|
|
|
|
|
2014-01-25 22:18:30 +00:00
|
|
|
# We have to remove certain patented algorithms from the openssl source
|
|
|
|
# tarball with the hobble-openssl script which is included below.
|
|
|
|
# The original openssl upstream tarball cannot be shipped in the .src.rpm.
|
|
|
|
Source: openssl-%{version}-hobbled.tar.xz
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
Source1: hobble-openssl
|
|
|
|
Source2: Makefile.certificate
|
|
|
|
Source6: make-dummy-cert
|
2013-03-24 19:50:27 +00:00
|
|
|
Source7: renew-dummy-cert
|
2009-02-09 09:33:37 +00:00
|
|
|
Source8: openssl-thread-test.c
|
|
|
|
Source9: opensslconf-new.h
|
|
|
|
Source10: opensslconf-new-warning.h
|
2014-01-25 22:18:30 +00:00
|
|
|
Source11: README.FIPS
|
|
|
|
Source12: ec_curve.c
|
|
|
|
Source13: ectest.c
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
# Build changes
|
2012-11-09 14:23:03 +00:00
|
|
|
Patch1: openssl-1.0.1-beta2-rpmbuild.patch
|
2014-04-09 06:25:44 +00:00
|
|
|
Patch2: openssl-1.0.1e-defaults.patch
|
2010-06-19 19:33:41 +00:00
|
|
|
Patch4: openssl-1.0.0-beta5-enginesdir.patch
|
2009-02-09 09:33:37 +00:00
|
|
|
Patch5: openssl-0.9.8a-no-rpath.patch
|
|
|
|
Patch6: openssl-0.9.8b-test-use-localhost.patch
|
2010-06-19 19:33:41 +00:00
|
|
|
Patch7: openssl-1.0.0-timezone.patch
|
2012-11-09 14:23:03 +00:00
|
|
|
Patch8: openssl-1.0.1c-perlfind.patch
|
|
|
|
Patch9: openssl-1.0.1c-aliasing.patch
|
2014-04-09 06:25:44 +00:00
|
|
|
Patch10: openssl-1.0.1e-ppc64le-target.patch
|
2009-02-09 09:33:37 +00:00
|
|
|
# Bug fixes
|
2013-03-24 19:50:27 +00:00
|
|
|
Patch23: openssl-1.0.1c-default-paths.patch
|
|
|
|
Patch24: openssl-1.0.1e-issuer-hash.patch
|
2009-02-09 09:33:37 +00:00
|
|
|
# Functionality changes
|
2009-11-22 17:44:35 +00:00
|
|
|
Patch33: openssl-1.0.0-beta4-ca-dir.patch
|
2009-02-09 09:33:37 +00:00
|
|
|
Patch34: openssl-0.9.6-x509.patch
|
|
|
|
Patch35: openssl-0.9.8j-version-add-engines.patch
|
2012-11-09 14:23:03 +00:00
|
|
|
Patch36: openssl-1.0.0e-doc-noeof.patch
|
|
|
|
Patch38: openssl-1.0.1-beta2-ssl-op-all.patch
|
|
|
|
Patch39: openssl-1.0.1c-ipv6-apps.patch
|
2013-03-24 19:50:27 +00:00
|
|
|
Patch40: openssl-1.0.1e-fips.patch
|
|
|
|
Patch45: openssl-1.0.1e-env-zlib.patch
|
2010-06-19 19:33:41 +00:00
|
|
|
Patch47: openssl-1.0.0-beta5-readme-warning.patch
|
2012-11-09 14:23:03 +00:00
|
|
|
Patch49: openssl-1.0.1a-algo-doc.patch
|
|
|
|
Patch50: openssl-1.0.1-beta2-dtls1-abi.patch
|
2014-01-25 22:18:30 +00:00
|
|
|
Patch51: openssl-1.0.1e-version.patch
|
2011-04-23 10:30:28 +00:00
|
|
|
Patch56: openssl-1.0.0c-rsa-x931.patch
|
2012-11-09 14:23:03 +00:00
|
|
|
Patch58: openssl-1.0.1-beta2-fips-md5-allow.patch
|
2011-04-23 10:30:28 +00:00
|
|
|
Patch60: openssl-1.0.0d-apps-dgst.patch
|
2012-11-09 14:23:03 +00:00
|
|
|
Patch63: openssl-1.0.0d-xmpp-starttls.patch
|
|
|
|
Patch65: openssl-1.0.0e-chil-fixes.patch
|
|
|
|
Patch66: openssl-1.0.1-pkgconfig-krb5.patch
|
2013-03-24 19:50:27 +00:00
|
|
|
Patch68: openssl-1.0.1e-secure-getenv.patch
|
|
|
|
Patch69: openssl-1.0.1c-dh-1024.patch
|
2014-01-25 22:18:30 +00:00
|
|
|
Patch70: openssl-1.0.1e-fips-ec.patch
|
2013-05-10 15:20:32 +00:00
|
|
|
Patch71: openssl-1.0.1e-manfix.patch
|
2014-01-25 22:18:30 +00:00
|
|
|
Patch72: openssl-1.0.1e-fips-ctor.patch
|
|
|
|
Patch73: openssl-1.0.1e-ecc-suiteb.patch
|
|
|
|
Patch74: openssl-1.0.1e-no-md5-verify.patch
|
|
|
|
Patch75: openssl-1.0.1e-compat-symbols.patch
|
|
|
|
Patch76: openssl-1.0.1e-new-fips-reqs.patch
|
|
|
|
Patch77: openssl-1.0.1e-weak-ciphers.patch
|
|
|
|
Patch78: openssl-1.0.1e-3des-strength.patch
|
2014-04-09 06:25:44 +00:00
|
|
|
Patch79: openssl-1.0.1e-req-keylen.patch
|
2009-02-09 09:33:37 +00:00
|
|
|
# Backported fixes including security fixes
|
2012-11-09 14:23:03 +00:00
|
|
|
Patch81: openssl-1.0.1-beta2-padlock64.patch
|
2013-03-24 19:50:27 +00:00
|
|
|
Patch82: openssl-1.0.1e-backports.patch
|
|
|
|
Patch83: openssl-1.0.1e-bad-mac.patch
|
2014-01-25 22:18:30 +00:00
|
|
|
Patch84: openssl-1.0.1e-trusted-first.patch
|
|
|
|
Patch85: openssl-1.0.1e-arm-use-elf-auxv-caps.patch
|
|
|
|
Patch86: openssl-1.0.1e-cve-2013-6449.patch
|
|
|
|
Patch87: openssl-1.0.1e-cve-2013-6450.patch
|
|
|
|
Patch88: openssl-1.0.1e-cve-2013-4353.patch
|
2014-04-09 06:25:44 +00:00
|
|
|
Patch89: openssl-1.0.1e-ephemeral-key-size.patch
|
|
|
|
Patch90: openssl-1.0.1e-enc-fail.patch
|
|
|
|
# upstream patch for CVE-2014-0160
|
|
|
|
Patch100: openssl.git-96db902.patch
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
# MinGW-specific patches.
|
2009-08-29 20:22:06 +00:00
|
|
|
# Rename *eay32.dll to lib*.dll
|
|
|
|
Patch101: mingw32-openssl-1.0.0-beta3-libversion.patch
|
|
|
|
# Fix engines/ install target after lib rename
|
2011-04-23 10:30:28 +00:00
|
|
|
Patch102: mingw32-openssl-1.0.0d-sfx.patch
|
2012-03-10 18:39:59 +00:00
|
|
|
# Some .c file contains in #include <dlfcn.h> while it
|
|
|
|
# doesn't really use anything from that header
|
|
|
|
Patch103: mingw-openssl-drop-unneeded-reference-to-dlfcn-h.patch
|
|
|
|
# Mingw-w64 compatibility patch
|
|
|
|
Patch104: openssl_mingw64_install_fix.patch
|
2013-03-24 19:50:27 +00:00
|
|
|
# Prevent a build failure which occurs because we don't have FIPS enabled
|
2012-11-09 14:23:03 +00:00
|
|
|
Patch105: mingw-openssl-fix-fips-build-failure.patch
|
2013-03-24 19:50:27 +00:00
|
|
|
# The function secure_getenv is a GNU extension which isn't available on Windows
|
|
|
|
Patch106: openssl-mingw64-dont-use-secure-getenv.patch
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
BuildRequires: mingw32-filesystem >= 95
|
2009-02-09 09:33:37 +00:00
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
BuildRequires: mingw32-binutils
|
|
|
|
BuildRequires: mingw32-zlib
|
2012-03-10 18:39:59 +00:00
|
|
|
|
|
|
|
BuildRequires: mingw64-filesystem >= 95
|
|
|
|
BuildRequires: mingw64-gcc
|
|
|
|
BuildRequires: mingw64-binutils
|
|
|
|
BuildRequires: mingw64-zlib
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
BuildRequires: mktemp
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: sed
|
|
|
|
BuildRequires: /usr/bin/cmp
|
|
|
|
BuildRequires: /usr/bin/rename
|
|
|
|
|
|
|
|
# XXX Not really sure about this one. The build script uses
|
|
|
|
# /usr/bin/makedepend which comes from imake.
|
|
|
|
BuildRequires: imake
|
|
|
|
|
|
|
|
%if %{run_tests}
|
|
|
|
# Required both to build, and to run the tests.
|
|
|
|
# XXX This needs to be fixed - cross-compilation should not
|
|
|
|
# require running executables.
|
|
|
|
BuildRequires: wine
|
|
|
|
|
|
|
|
# Required to run the tests.
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
%endif
|
|
|
|
|
2012-03-06 20:01:27 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The OpenSSL toolkit provides support for secure communications between
|
|
|
|
machines. OpenSSL includes a certificate management tool and shared
|
|
|
|
libraries which provide various cryptographic algorithms and
|
|
|
|
protocols.
|
|
|
|
|
|
|
|
This package contains Windows (MinGW) libraries and development tools.
|
|
|
|
|
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
# Win32
|
2012-03-06 20:01:27 +00:00
|
|
|
%package -n mingw32-openssl
|
|
|
|
Summary: MinGW port of the OpenSSL toolkit
|
2009-02-09 09:33:37 +00:00
|
|
|
#Requires: ca-certificates >= 2008-5
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
2012-03-06 20:01:27 +00:00
|
|
|
%description -n mingw32-openssl
|
2009-02-09 09:33:37 +00:00
|
|
|
The OpenSSL toolkit provides support for secure communications between
|
|
|
|
machines. OpenSSL includes a certificate management tool and shared
|
|
|
|
libraries which provide various cryptographic algorithms and
|
|
|
|
protocols.
|
|
|
|
|
|
|
|
This package contains Windows (MinGW) libraries and development tools.
|
|
|
|
|
2012-03-06 20:01:27 +00:00
|
|
|
%package -n mingw32-openssl-static
|
2009-04-14 19:34:14 +00:00
|
|
|
Summary: Static version of the MinGW port of the OpenSSL toolkit
|
2012-03-06 20:01:27 +00:00
|
|
|
Requires: mingw32-openssl = %{version}-%{release}
|
2009-04-14 19:34:14 +00:00
|
|
|
|
2012-03-06 20:01:27 +00:00
|
|
|
%description -n mingw32-openssl-static
|
2009-04-14 19:34:14 +00:00
|
|
|
Static version of the MinGW port of the OpenSSL toolkit.
|
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
# Win64
|
|
|
|
%package -n mingw64-openssl
|
|
|
|
Summary: MinGW port of the OpenSSL toolkit
|
|
|
|
#Requires: ca-certificates >= 2008-5
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description -n mingw64-openssl
|
|
|
|
The OpenSSL toolkit provides support for secure communications between
|
|
|
|
machines. OpenSSL includes a certificate management tool and shared
|
|
|
|
libraries which provide various cryptographic algorithms and
|
|
|
|
protocols.
|
|
|
|
|
|
|
|
This package contains Windows (MinGW) libraries and development tools.
|
|
|
|
|
|
|
|
%package -n mingw64-openssl-static
|
|
|
|
Summary: Static version of the MinGW port of the OpenSSL toolkit
|
|
|
|
Requires: mingw64-openssl = %{version}-%{release}
|
|
|
|
|
|
|
|
%description -n mingw64-openssl-static
|
|
|
|
Static version of the MinGW port of the OpenSSL toolkit.
|
|
|
|
|
2009-04-14 19:34:14 +00:00
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
%?mingw_debug_package
|
2009-08-29 16:13:45 +00:00
|
|
|
|
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
%prep
|
2010-06-19 19:33:41 +00:00
|
|
|
%setup -q -n openssl-%{version}
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2012-11-09 14:23:03 +00:00
|
|
|
# The hobble_openssl is called here redundantly, just to be sure.
|
|
|
|
# The tarball has already the sources removed.
|
2009-02-09 09:33:37 +00:00
|
|
|
%{SOURCE1} > /dev/null
|
2014-01-25 22:18:30 +00:00
|
|
|
|
|
|
|
cp %{SOURCE12} %{SOURCE13} crypto/ec/
|
|
|
|
|
2012-11-09 14:23:03 +00:00
|
|
|
%patch1 -p1 -b .rpmbuild
|
|
|
|
%patch2 -p1 -b .defaults
|
|
|
|
%patch4 -p1 -b .enginesdir %{?_rawbuild}
|
2009-02-09 09:33:37 +00:00
|
|
|
%patch5 -p1 -b .no-rpath
|
|
|
|
%patch6 -p1 -b .use-localhost
|
2010-06-19 19:33:41 +00:00
|
|
|
%patch7 -p1 -b .timezone
|
2013-03-24 19:50:27 +00:00
|
|
|
%patch8 -p1 -b .perlfind %{?_rawbuild}
|
2012-11-09 14:23:03 +00:00
|
|
|
%patch9 -p1 -b .aliasing
|
2014-04-09 06:25:44 +00:00
|
|
|
%patch10 -p1 -b .ppc64le
|
2014-01-25 22:18:30 +00:00
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
%patch23 -p1 -b .default-paths
|
2013-03-24 19:50:27 +00:00
|
|
|
%patch24 -p1 -b .issuer-hash
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2012-03-06 22:47:59 +00:00
|
|
|
%patch33 -p1 -b .ca-dir
|
2009-02-09 09:33:37 +00:00
|
|
|
%patch34 -p1 -b .x509
|
|
|
|
%patch35 -p1 -b .version-add-engines
|
2012-11-09 14:23:03 +00:00
|
|
|
%patch36 -p1 -b .doc-noeof
|
|
|
|
%patch38 -p1 -b .op-all
|
2011-04-23 10:30:28 +00:00
|
|
|
#patch39 -p1 -b .ipv6-apps
|
2009-08-29 16:13:45 +00:00
|
|
|
%patch40 -p1 -b .fips
|
2013-03-24 19:50:27 +00:00
|
|
|
%patch45 -p1 -b .env-zlib
|
2009-02-09 09:33:37 +00:00
|
|
|
%patch47 -p1 -b .warning
|
2009-08-29 16:13:45 +00:00
|
|
|
%patch49 -p1 -b .algo-doc
|
2009-11-22 17:44:35 +00:00
|
|
|
%patch50 -p1 -b .dtls1-abi
|
2012-11-09 14:23:03 +00:00
|
|
|
#patch51 -p1 -b .version
|
|
|
|
#patch56 -p1 -b .x931
|
2011-04-23 10:30:28 +00:00
|
|
|
%patch58 -p1 -b .md5-allow
|
|
|
|
%patch60 -p1 -b .dgst
|
2012-11-09 14:23:03 +00:00
|
|
|
#patch63 -p1 -b .starttls
|
|
|
|
%patch65 -p1 -b .chil
|
|
|
|
%patch66 -p1 -b .krb5
|
|
|
|
#patch68 -p1 -b .secure-getenv
|
2013-03-24 19:50:27 +00:00
|
|
|
%patch69 -p1 -b .dh1024
|
2014-01-25 22:18:30 +00:00
|
|
|
#patch70 -p1 -b .fips-ec
|
|
|
|
#patch72 -p1 -b .fips-ctor
|
|
|
|
%patch73 -p1 -b .suiteb
|
|
|
|
#patch74 -p1 -b .no-md5-verify
|
|
|
|
%patch75 -p1 -b .compat
|
|
|
|
#patch76 -p1 -b .fips-reqs
|
|
|
|
%patch77 -p1 -b .weak-ciphers
|
|
|
|
%patch78 -p1 -b .3des-strength
|
2014-04-09 06:25:44 +00:00
|
|
|
%patch79 -p1 -b .keylen
|
2012-11-09 14:23:03 +00:00
|
|
|
|
|
|
|
%patch81 -p1 -b .padlock64
|
|
|
|
%patch82 -p1 -b .backports
|
2013-05-10 15:20:32 +00:00
|
|
|
%patch71 -p1 -b .manfix
|
2013-03-24 19:50:27 +00:00
|
|
|
%patch83 -p1 -b .bad-mac
|
2014-01-25 22:18:30 +00:00
|
|
|
%patch84 -p1 -b .trusted-first
|
|
|
|
%patch85 -p1 -b .armcap
|
|
|
|
%patch86 -p1 -b .hash-crash
|
|
|
|
%patch87 -p1 -b .dtls1-mitm
|
|
|
|
%patch88 -p1 -b .handshake-crash
|
2014-04-09 06:25:44 +00:00
|
|
|
#%patch89 -p1 -b .ephemeral
|
|
|
|
%patch90 -p1 -b .enc-fail
|
|
|
|
%patch100 -p1 -b .CVE-2014-0160
|
2012-11-09 14:23:03 +00:00
|
|
|
|
|
|
|
# MinGW specific patches
|
2009-08-29 20:22:06 +00:00
|
|
|
%patch101 -p1 -b .mingw-libversion
|
|
|
|
%patch102 -p1 -b .mingw-sfx
|
2012-03-10 18:39:59 +00:00
|
|
|
%patch103 -p0 -b .dlfcn
|
|
|
|
%patch104 -p0 -b .mingw64
|
2012-11-09 14:23:03 +00:00
|
|
|
%patch105 -p1 -b .fips_mingw
|
2013-03-24 19:50:27 +00:00
|
|
|
%patch106 -p1 -b .secure_getenv_mingw
|
|
|
|
|
|
|
|
sed -i 's/SHLIB_VERSION_NUMBER "1.0.0"/SHLIB_VERSION_NUMBER "%{version}"/' crypto/opensslv.h
|
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
# Modify the various perl scripts to reference perl in the right location.
|
|
|
|
perl util/perlpath.pl `dirname %{__perl}`
|
|
|
|
|
|
|
|
# Generate a table with the compile settings for my perusal.
|
|
|
|
touch Makefile
|
|
|
|
make TABLE PERL=%{__perl}
|
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
# Create two copies of the source folder as OpenSSL doesn't support out of source builds
|
|
|
|
mkdir ../build_win32
|
|
|
|
mv * ../build_win32
|
|
|
|
mv ../build_win32 .
|
|
|
|
mkdir build_win64
|
|
|
|
cp -Rp build_win32/* build_win64
|
|
|
|
|
|
|
|
# Use mingw cflags instead of hardcoded ones
|
|
|
|
sed -i -e '/^"mingw"/ s/-fomit-frame-pointer -O3 -march=i486 -Wall/%{mingw32_cflags}/' build_win32/Configure
|
|
|
|
sed -i -e '/^"mingw"/ s/-fomit-frame-pointer -O3 -march=i486 -Wall/%{mingw64_cflags}/' build_win64/Configure
|
|
|
|
|
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
%build
|
2012-03-10 18:39:59 +00:00
|
|
|
###############################################################################
|
|
|
|
# Win32
|
|
|
|
###############################################################################
|
|
|
|
pushd build_win32
|
|
|
|
|
2012-03-06 23:55:06 +00:00
|
|
|
PERL=%{__perl} \
|
2009-02-09 09:33:37 +00:00
|
|
|
./Configure \
|
2012-03-06 20:03:37 +00:00
|
|
|
--prefix=%{mingw32_prefix} \
|
|
|
|
--openssldir=%{mingw32_sysconfdir}/pki/tls \
|
2009-02-09 09:33:37 +00:00
|
|
|
zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \
|
2014-01-25 22:18:30 +00:00
|
|
|
enable-cms enable-md2 no-mdc2 no-rc5 no-ec2m no-gost no-srp \
|
|
|
|
no-fips no-hw \
|
|
|
|
--cross-compile-prefix=%{mingw32_target}- \
|
2012-03-06 20:03:37 +00:00
|
|
|
--enginesdir=%{mingw32_libdir}/openssl/engines \
|
2009-11-22 17:44:35 +00:00
|
|
|
shared mingw
|
2010-06-19 20:08:08 +00:00
|
|
|
|
|
|
|
# Regenerate def files as we disabled some algorithms above
|
|
|
|
perl util/mkdef.pl crypto ssl update
|
|
|
|
|
2009-08-29 16:13:45 +00:00
|
|
|
make depend
|
|
|
|
make all build-shared
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
# Generate hashes for the included certs.
|
2009-08-29 16:13:45 +00:00
|
|
|
make rehash build-shared
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
# Win64
|
|
|
|
###############################################################################
|
|
|
|
pushd build_win64
|
|
|
|
|
|
|
|
PERL=%{__perl} \
|
|
|
|
./Configure \
|
|
|
|
--prefix=%{mingw64_prefix} \
|
|
|
|
--openssldir=%{mingw64_sysconfdir}/pki/tls \
|
|
|
|
zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \
|
2014-01-25 22:18:30 +00:00
|
|
|
enable-cms enable-md2 no-mdc2 no-rc5 no-ec2m no-gost no-srp \
|
|
|
|
no-fips no-hw \
|
|
|
|
--cross-compile-prefix=%{mingw64_target}- \
|
2012-03-10 18:39:59 +00:00
|
|
|
--enginesdir=%{mingw64_libdir}/openssl/engines \
|
|
|
|
shared mingw64
|
|
|
|
|
|
|
|
# Regenerate def files as we disabled some algorithms above
|
|
|
|
perl util/mkdef.pl crypto ssl update
|
|
|
|
|
|
|
|
make depend
|
|
|
|
make all build-shared
|
|
|
|
|
|
|
|
# Generate hashes for the included certs.
|
|
|
|
make rehash build-shared
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
2012-03-06 22:47:59 +00:00
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
%if %{run_tests}
|
2012-03-06 22:47:59 +00:00
|
|
|
%check
|
2009-02-09 09:33:37 +00:00
|
|
|
#----------------------------------------------------------------------
|
2012-03-06 22:47:59 +00:00
|
|
|
# Run some tests.
|
|
|
|
|
|
|
|
# We must revert patch33 before tests otherwise they will fail
|
|
|
|
patch -p1 -R < %{PATCH33}
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
# This is a bit of a hack, but the test scripts look for 'openssl'
|
|
|
|
# by name.
|
2012-03-10 18:39:59 +00:00
|
|
|
pushd build_win32/apps
|
2009-02-09 09:33:37 +00:00
|
|
|
ln -s openssl.exe openssl
|
|
|
|
popd
|
|
|
|
|
|
|
|
# This is useful for diagnosing Wine problems.
|
|
|
|
WINEDEBUG=+loaddll
|
|
|
|
export WINEDEBUG
|
|
|
|
|
|
|
|
# Make sure we can find the installed DLLs.
|
2012-03-06 20:03:37 +00:00
|
|
|
WINEDLLPATH=%{mingw32_bindir}
|
2009-02-09 09:33:37 +00:00
|
|
|
export WINEDLLPATH
|
|
|
|
|
|
|
|
# The tests run Wine and require an X server (but don't really use
|
|
|
|
# it). Therefore we create a virtual framebuffer for the duration of
|
|
|
|
# the tests.
|
|
|
|
# XXX There is no good way to choose a random, unused display.
|
|
|
|
# XXX Setting depth to 24 bits avoids bug 458219.
|
|
|
|
unset DISPLAY
|
|
|
|
display=:21
|
|
|
|
Xvfb $display -screen 0 1024x768x24 -ac -noreset & xpid=$!
|
|
|
|
trap "kill -TERM $xpid ||:" EXIT
|
|
|
|
sleep 3
|
|
|
|
DISPLAY=$display
|
|
|
|
export DISPLAY
|
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
make LDCMD=%{mingw32_cc} -C build_win32/test apps tests
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
# Disable this thread test, because we don't have pthread on Windows.
|
2012-03-06 20:03:37 +00:00
|
|
|
%{mingw32_cc} -o openssl-thread-test \
|
2012-03-10 18:39:59 +00:00
|
|
|
-I./build_win32/include \
|
2009-02-09 09:33:37 +00:00
|
|
|
%-{_mingw32_cflags} \
|
|
|
|
%-{SOURCE8} \
|
2012-03-10 18:39:59 +00:00
|
|
|
-L./build_win32 \
|
2009-02-09 09:33:37 +00:00
|
|
|
-lssl -lcrypto \
|
|
|
|
-lpthread -lz -ldl
|
|
|
|
|
|
|
|
## `krb5-config --cflags`
|
|
|
|
## `krb5-config --libs`
|
|
|
|
#
|
|
|
|
./openssl-thread-test --threads %{thread_test_threads}
|
|
|
|
|
|
|
|
#----------------------------------------------------------------------
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# Add generation of HMAC checksum of the final stripped library
|
2012-03-06 20:49:36 +00:00
|
|
|
##define __spec_install_post \
|
|
|
|
# #{?__debug_package:#{__debug_install_post}} \
|
|
|
|
# #{__arch_install_post} \
|
|
|
|
# #{__os_install_post} \
|
|
|
|
# fips/fips_standalone_sha1 $RPM_BUILD_ROOT/#{_lib}/libcrypto.so.#{version} >$RPM_BUILD_ROOT/#{_lib}/.libcrypto.so.#{version}.hmac \
|
|
|
|
# ln -sf .libcrypto.so.#{version}.hmac $RPM_BUILD_ROOT/#{_lib}/.libcrypto.so.#{soversion}.hmac \
|
|
|
|
##{nil}
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2012-03-06 20:03:37 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw32_libdir}/openssl
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw32_bindir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw32_includedir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw32_mandir}
|
2012-03-10 18:39:59 +00:00
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw64_libdir}/openssl
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw64_bindir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw64_includedir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw64_mandir}
|
|
|
|
|
|
|
|
%mingw_make_install INSTALL_PREFIX=$RPM_BUILD_ROOT build-shared
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2009-05-09 11:34:22 +00:00
|
|
|
# Install the file applink.c (#499934)
|
2012-03-10 18:39:59 +00:00
|
|
|
install -m644 build_win32/ms/applink.c $RPM_BUILD_ROOT%{mingw32_includedir}/openssl/applink.c
|
|
|
|
install -m644 build_win64/ms/applink.c $RPM_BUILD_ROOT%{mingw64_includedir}/openssl/applink.c
|
2009-05-09 11:34:22 +00:00
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
# I have no idea why it installs the manpages in /etc, but
|
|
|
|
# we remove them anyway.
|
2012-03-06 20:03:37 +00:00
|
|
|
rm -r $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/tls/man
|
2012-03-10 18:39:59 +00:00
|
|
|
rm -r $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pki/tls/man
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
# Set permissions on lib*.dll.a so that strip works.
|
2012-03-06 20:03:37 +00:00
|
|
|
chmod 0755 $RPM_BUILD_ROOT%{mingw32_libdir}/libcrypto.dll.a
|
|
|
|
chmod 0755 $RPM_BUILD_ROOT%{mingw32_libdir}/libssl.dll.a
|
2012-03-10 18:39:59 +00:00
|
|
|
chmod 0755 $RPM_BUILD_ROOT%{mingw64_libdir}/libcrypto.dll.a
|
|
|
|
chmod 0755 $RPM_BUILD_ROOT%{mingw64_libdir}/libssl.dll.a
|
2009-02-09 09:33:37 +00:00
|
|
|
|
|
|
|
# Install a makefile for generating keys and self-signed certs, and a script
|
|
|
|
# for generating them on the fly.
|
2012-03-06 20:03:37 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/tls/certs
|
|
|
|
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/tls/certs/Makefile
|
|
|
|
install -m755 %{SOURCE6} $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/tls/certs/make-dummy-cert
|
2013-03-24 19:50:27 +00:00
|
|
|
install -m755 %{SOURCE7} $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/tls/certs/renew-dummy-cert
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pki/tls/certs
|
|
|
|
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pki/tls/certs/Makefile
|
|
|
|
install -m755 %{SOURCE6} $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pki/tls/certs/make-dummy-cert
|
2013-03-24 19:50:27 +00:00
|
|
|
install -m755 %{SOURCE7} $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pki/tls/certs/renew-dummy-cert
|
2012-03-10 18:39:59 +00:00
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
# Pick a CA script.
|
2012-03-10 18:39:59 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/tls/misc
|
|
|
|
mv CA.sh CA
|
|
|
|
popd
|
|
|
|
|
|
|
|
pushd $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pki/tls/misc
|
2009-02-09 09:33:37 +00:00
|
|
|
mv CA.sh CA
|
|
|
|
popd
|
|
|
|
|
2012-03-06 20:03:37 +00:00
|
|
|
mkdir -m700 $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/CA
|
|
|
|
mkdir -m700 $RPM_BUILD_ROOT%{mingw32_sysconfdir}/pki/CA/private
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
mkdir -m700 $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pki/CA
|
|
|
|
mkdir -m700 $RPM_BUILD_ROOT%{mingw64_sysconfdir}/pki/CA/private
|
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
# Win32
|
2012-03-06 20:01:27 +00:00
|
|
|
%files -n mingw32-openssl
|
2012-03-10 18:39:59 +00:00
|
|
|
%doc build_win32/LICENSE
|
2012-03-06 20:03:37 +00:00
|
|
|
%{mingw32_bindir}/openssl.exe
|
|
|
|
%{mingw32_bindir}/c_rehash
|
|
|
|
%{mingw32_bindir}/libcrypto-%{soversion}.dll
|
|
|
|
%{mingw32_bindir}/libssl-%{soversion}.dll
|
|
|
|
%{mingw32_libdir}/libcrypto.dll.a
|
|
|
|
%{mingw32_libdir}/libssl.dll.a
|
|
|
|
%{mingw32_libdir}/engines
|
|
|
|
%{mingw32_libdir}/pkgconfig/*.pc
|
|
|
|
%{mingw32_includedir}/openssl
|
|
|
|
%config(noreplace) %{mingw32_sysconfdir}/pki
|
2009-02-09 09:33:37 +00:00
|
|
|
|
2012-03-06 20:01:27 +00:00
|
|
|
%files -n mingw32-openssl-static
|
2012-03-06 20:03:37 +00:00
|
|
|
%{mingw32_libdir}/libcrypto.a
|
|
|
|
%{mingw32_libdir}/libssl.a
|
2009-04-14 19:34:14 +00:00
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
# Win64
|
|
|
|
%files -n mingw64-openssl
|
|
|
|
%doc build_win64/LICENSE
|
|
|
|
%{mingw64_bindir}/openssl.exe
|
|
|
|
%{mingw64_bindir}/c_rehash
|
|
|
|
%{mingw64_bindir}/libcrypto-%{soversion}.dll
|
|
|
|
%{mingw64_bindir}/libssl-%{soversion}.dll
|
|
|
|
%{mingw64_libdir}/libcrypto.dll.a
|
|
|
|
%{mingw64_libdir}/libssl.dll.a
|
|
|
|
%{mingw64_libdir}/engines
|
|
|
|
%{mingw64_libdir}/pkgconfig/*.pc
|
|
|
|
%{mingw64_includedir}/openssl
|
|
|
|
%config(noreplace) %{mingw64_sysconfdir}/pki
|
|
|
|
|
|
|
|
%files -n mingw64-openssl-static
|
|
|
|
%{mingw64_libdir}/libcrypto.a
|
|
|
|
%{mingw64_libdir}/libssl.a
|
|
|
|
|
2009-04-14 19:34:14 +00:00
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
%changelog
|
2014-06-07 10:04:21 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1e-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-09 06:25:44 +00:00
|
|
|
* Wed Apr 9 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.1e-6
|
|
|
|
- Synced patches with native openssl-1.0.1e-44.fc21
|
|
|
|
- Fixes CVE-2014-0160 (RHBZ #1085066)
|
|
|
|
|
2014-01-25 22:18:30 +00:00
|
|
|
* Sat Jan 25 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.1e-5
|
|
|
|
- Synced patches with native openssl-1.0.1e-38.fc21
|
|
|
|
- Enable ECC support (RHBZ #1037919)
|
|
|
|
- Fixes CVE-2013-6450 (RHBZ #1047844)
|
|
|
|
- Fixes CVE-2013-4353 (RHBZ #1049062)
|
|
|
|
- Fixes CVE-2013-6449 (RHBZ #1045444)
|
|
|
|
|
2013-08-03 10:57:17 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1e-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-10 17:10:28 +00:00
|
|
|
* Wed Jul 10 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.1e-3
|
|
|
|
- Rebuild to resolve InterlockedCompareExchange regression in mingw32 libraries
|
|
|
|
|
2013-05-10 15:20:32 +00:00
|
|
|
* Fri May 10 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.1e-2
|
|
|
|
- Fix build of manual pages with current pod2man (#959439)
|
|
|
|
|
2013-03-24 19:50:27 +00:00
|
|
|
* Sun Mar 24 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.1e-1
|
|
|
|
- Update to 1.0.1e (RHBZ #920868)
|
|
|
|
- Synced patches with native openssl-1.0.1e-4.fc19
|
|
|
|
|
2013-02-14 07:09:01 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1c-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-11 22:12:09 +00:00
|
|
|
* Fri Jan 11 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.1c-2
|
|
|
|
- Fix FTBFS against latest pod2man
|
|
|
|
|
2012-11-09 14:23:03 +00:00
|
|
|
* Fri Nov 9 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.1c-1
|
|
|
|
- Update to 1.0.1c
|
|
|
|
- Synced patches with native openssl-1.0.1c-7.fc19
|
|
|
|
|
2012-07-20 01:41:41 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0d-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-10 18:39:59 +00:00
|
|
|
* Sat Mar 10 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.0d-6
|
|
|
|
- Added win64 support
|
|
|
|
|
2012-03-06 23:55:06 +00:00
|
|
|
* Wed Mar 07 2012 Kalev Lember <kalevlember@gmail.com> - 1.0.0d-5
|
|
|
|
- Pass the path to perl interpreter to Configure
|
|
|
|
|
2012-03-06 20:01:27 +00:00
|
|
|
* Tue Mar 06 2012 Kalev Lember <kalevlember@gmail.com> - 1.0.0d-4
|
|
|
|
- Renamed the source package to mingw-openssl (#800443)
|
2012-03-06 20:03:28 +00:00
|
|
|
- Modernize the spec file
|
2012-03-06 20:03:37 +00:00
|
|
|
- Use mingw macros without leading underscore
|
2012-03-06 20:01:27 +00:00
|
|
|
|
2012-02-27 20:36:00 +00:00
|
|
|
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.0d-3
|
|
|
|
- Rebuild against the mingw-w64 toolchain
|
|
|
|
|
2012-01-13 10:05:51 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0d-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-04-23 10:30:28 +00:00
|
|
|
* Sat Apr 23 2011 Kalev Lember <kalev@smartlink.ee> - 1.0.0d-1
|
|
|
|
- Update to 1.0.0d
|
|
|
|
- Synced patches with Fedora native openssl-1.0.0d-2
|
|
|
|
|
2011-03-04 10:03:42 +00:00
|
|
|
* Fri Mar 04 2011 Kai Tietz <ktietz@redhat.com>
|
|
|
|
- Fixes for CVE-2011-0014 openssl: OCSP stapling vulnerability
|
|
|
|
|
2011-03-03 14:45:50 +00:00
|
|
|
* Thu Mar 3 2011 Kai Tietz <ktietz@redhat.com> - 1.0.0a-3
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
2011-02-08 18:59:02 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0a-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-06-19 19:33:41 +00:00
|
|
|
* Sat Jun 19 2010 Kalev Lember <kalev@smartlink.ee> - 1.0.0a-1
|
|
|
|
- Updated to openssl 1.0.0a
|
|
|
|
- Synced patches with Fedora native openssl-1.0.0a-1
|
2010-06-19 19:46:13 +00:00
|
|
|
- Use sed to fix up cflags instead of unmaintainable patch
|
2010-06-19 19:50:13 +00:00
|
|
|
- Rebased mingw32 specific patches
|
2010-06-19 19:53:35 +00:00
|
|
|
- Disabled capieng to fix build
|
2010-06-19 20:08:08 +00:00
|
|
|
- Properly regenerate def files with mkdef.pl and drop linker-fix.patch
|
2010-06-19 19:33:41 +00:00
|
|
|
|
2009-11-26 07:00:46 +00:00
|
|
|
* Thu Nov 26 2009 Kalev Lember <kalev@smartlink.ee> - 1.0.0-0.6.beta4
|
|
|
|
- Merged patches from native Fedora openssl (up to 1.0.0-0.16.beta4)
|
|
|
|
- Dropped the patch to fix non-fips mingw build,
|
|
|
|
as it's now merged into fips patch from native openssl
|
|
|
|
|
2009-11-22 17:44:35 +00:00
|
|
|
* Sun Nov 22 2009 Kalev Lember <kalev@smartlink.ee> - 1.0.0-0.5.beta4
|
|
|
|
- Updated to version 1.0.0 beta 4
|
|
|
|
- Merged patches from native Fedora openssl (up to 1.0.0-0.15.beta4)
|
|
|
|
- Added patch to fix build with fips disabled
|
|
|
|
|
2009-09-18 20:29:10 +00:00
|
|
|
* Fri Sep 18 2009 Kalev Lember <kalev@smartlink.ee> - 1.0.0-0.4.beta3
|
|
|
|
- Rebuilt to fix debuginfo
|
|
|
|
|
2009-08-30 00:53:20 +00:00
|
|
|
* Sun Aug 30 2009 Kalev Lember <kalev@smartlink.ee> - 1.0.0-0.3.beta3
|
|
|
|
- Simplified the lib renaming patch
|
|
|
|
|
2009-08-29 23:13:34 +00:00
|
|
|
* Sun Aug 30 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.0-0.2.beta3
|
|
|
|
- Fixed invalid RPM Provides
|
|
|
|
|
2009-08-29 16:13:45 +00:00
|
|
|
* Fri Aug 28 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0.0-0.1.beta3
|
|
|
|
- Update to version 1.0.0 beta 3
|
|
|
|
- Use %%global instead of %%define
|
|
|
|
- Automatically generate debuginfo subpackage
|
|
|
|
- Merged various changes from the native Fedora package (up to 1.0.0-0.5.beta3)
|
|
|
|
- Don't use the %%{_mingw32_make} macro anymore as it's ugly and causes side-effects
|
2009-08-29 20:22:06 +00:00
|
|
|
- Added missing BuildRequires mingw32-dlfcn (Kalev Lember)
|
|
|
|
- Reworked patches to rename *eay32.dll to lib*.dll (Kalev Lember)
|
|
|
|
- Patch Configure script to use %%{_mingw32_cflags} (Kalev Lember)
|
2009-08-29 16:13:45 +00:00
|
|
|
|
2009-07-25 14:27:40 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8j-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-09 11:34:22 +00:00
|
|
|
* Sat May 9 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.8j-6
|
|
|
|
- Add the file include/openssl/applink.c to the package (BZ #499934)
|
|
|
|
|
2009-04-14 19:34:14 +00:00
|
|
|
* Tue Apr 14 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.8j-5
|
|
|
|
- Fixed %%defattr line
|
|
|
|
- Added -static subpackage
|
|
|
|
|
2009-02-26 01:19:25 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8j-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-20 23:29:13 +00:00
|
|
|
* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 0.9.8j-3
|
|
|
|
- Rebuild for mingw32-gcc 4.4
|
|
|
|
|
2009-02-09 09:33:37 +00:00
|
|
|
* Mon Feb 2 2009 Levente Farkas <lfarkas@lfarkas.org> - 0.9.8j-2
|
|
|
|
- Various build fixes.
|
|
|
|
|
|
|
|
* Wed Jan 28 2009 Levente Farkas <lfarkas@lfarkas.org> - 0.9.8j-1
|
|
|
|
- update to new upstream version.
|
|
|
|
|
|
|
|
* Mon Dec 29 2008 Levente Farkas <lfarkas@lfarkas.org> - 0.9.8g-2
|
|
|
|
- minor cleanup.
|
|
|
|
|
|
|
|
* Tue Sep 30 2008 Richard W.M. Jones <rjones@redhat.com> - 0.9.8g-1
|
|
|
|
- Initial RPM release.
|