mturk / rpms / openssl

Forked from rpms/openssl 3 years ago
Clone
cvsdist 107c5de
%define soversion 2
cvsdist e21e184
cvsdist 0d16b0b
Summary: The OpenSSL toolkit.
cvsdist e21e184
Name: openssl
cvsdist 107c5de
Version: 0.9.6b
cvsdist cc6067e
Release: 24
cvsdist 107c5de
Source: openssl-engine-%{version}-usa.tar.bz2
cvsdist e21e184
Source1: hobble-openssl
cvsdist e21e184
Source2: Makefile.certificate
cvsdist 107c5de
Source3: ca-bundle.crt
cvsdist 107c5de
Source4: RHNS-CA-CERT
cvsdist 107c5de
Source5: make-dummy-cert
cvsdist 107c5de
Source6: hw_ubsec.c
cvsdist 107c5de
Source7: hw_ubsec.h
cvsdist 0cfdac5
Source8: ia64.S
cvsdist 107c5de
Patch0: openssl-0.9.6a-redhat.patch
cvsdist 107c5de
Patch1: openssl-0.9.5a-64.patch
cvsdist 0d16b0b
Patch2: openssl-engine-0.9.6b-defaults.patch
cvsdist 107c5de
Patch3: openssl-0.9.5a-ia64.patch
cvsdist 107c5de
Patch4: openssl-0.9.5a-glibc.patch
cvsdist 107c5de
Patch5: openssl-0.9.6a-soversion.patch
cvsdist 8c3ec75
Patch6: openssl-engine-0.9.6b-add-aep.patch
cvsdist 8c3ec75
Patch7: openssl-engine-0.9.6b-hw_ubsec.patch
cvsdist 107c5de
Patch8: openssl-0.9.6-x509.patch
cvsdist 0d16b0b
Patch9: openssl-engine-0.9.6b-default-engine.patch
cvsdist 125a5b2
Patch10: openssl-engine-0.9.6b-ubsec_failover.patch
cvsdist 90f01cc
Patch11: openssl-engine-0.9.6b-ubsec_rand.patch
cvsdist 0cfdac5
Patch12: openssl-0.9.6b-mkdepend.patch
cvsdist 0cfdac5
Patch13: openssl-0.9.6a-conf.patch
cvsdist 0cfdac5
Patch14: openssl-0.9.6a-add-engine-version.patch
cvsdist 0cfdac5
Patch15: openssl-0.9.6a-add-ia64-asm.patch
cvsdist 0cfdac5
Patch16: openssl-0.9.6a-add-baltimore.patch
cvsdist 0cfdac5
Patch17: openssl-0.9.6c-aep.patch
cvsdist 0cfdac5
Patch18: openssl-0.9.6c-add-luna.patch
cvsdist cc6067e
Patch19: openssl-0.9.6b-sec.patch
cvsdist 821b825
License: BSDish
cvsdist e21e184
Group: System Environment/Libraries
cvsdist e21e184
URL: http://www.openssl.org/
cvsdist e21e184
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 107c5de
BuildPreReq: perl, sed
cvsdist 107c5de
Requires: mktemp
cvsdist e21e184
cvsdist 107c5de
%define solibbase %(echo %version | sed 's/[[:alpha:]]//g')
cvsdist c150e64
cvsdist e21e184
%description
cvsdist 0d16b0b
The OpenSSL toolkit provides support for secure communications between
cvsdist 0d16b0b
machines. OpenSSL includes a certificate management tool and shared
cvsdist 0d16b0b
libraries which provide various cryptographic algorithms and
cvsdist 0d16b0b
protocols.
cvsdist e21e184
cvsdist e21e184
%package devel
cvsdist 0d16b0b
Summary: Files for development of applications which will use OpenSSL.
cvsdist e21e184
Group: Development/Libraries
cvsdist b196390
Requires: %{name} = %{version}-%{release}
cvsdist e21e184
cvsdist e21e184
%description devel
cvsdist 0d16b0b
OpenSSL is a toolkit for supporting cryptography. The openssl-devel
cvsdist 0d16b0b
package contains static libraries and include files needed to develop
cvsdist 0d16b0b
applications which support various cryptographic algorithms and
cvsdist 0d16b0b
protocols.
cvsdist e21e184
cvsdist e21e184
%package perl
cvsdist 0d16b0b
Summary: Perl scripts provided with OpenSSL.
cvsdist e21e184
Group: Applications/Internet
cvsdist e21e184
Requires: perl
cvsdist b196390
Requires: %{name} = %{version}-%{release}
cvsdist e21e184
cvsdist e21e184
%description perl
cvsdist 0d16b0b
OpenSSL is a toolkit for supporting cryptography. The openssl-perl
cvsdist 0d16b0b
package provides Perl scripts for converting certificates and keys
cvsdist 0d16b0b
from other formats to the formats used by the OpenSSL toolkit.
cvsdist e21e184
cvsdist e21e184
%prep
cvsdist 107c5de
%setup -q -n openssl-engine-%{version}
cvsdist 821b825
%{SOURCE1}
cvsdist 107c5de
cp %{SOURCE6} crypto/engine/
cvsdist 107c5de
cp %{SOURCE7} crypto/engine/vendor_defns/
cvsdist 0cfdac5
cp %{SOURCE8} crypto/bn/asm/
cvsdist e21e184
%patch0 -p1 -b .redhat
cvsdist 107c5de
%patch1 -p1 -b .64
cvsdist 107c5de
%patch2 -p1 -b .defaults
cvsdist 107c5de
%patch3 -p1 -b .ia64
cvsdist 107c5de
%patch4 -p1 -b .glibc
cvsdist 107c5de
%patch5 -p1 -b .soversion
cvsdist 8c3ec75
%patch6 -p1 -b .add-aep
cvsdist 8c3ec75
%patch7 -p1 -b .hw_ubsec
cvsdist 107c5de
%patch8 -p1 -b .x509
cvsdist 0d16b0b
%patch9 -p1 -b .default-engine
cvsdist 125a5b2
%patch10 -p1 -b .ubsec_failover
cvsdist 90f01cc
%patch11 -p1 -b .rand
cvsdist 0cfdac5
# skip patch 12
cvsdist 0cfdac5
%patch13 -p0 -b .conf
cvsdist 0cfdac5
%patch14 -p1 -b .engver
cvsdist 0cfdac5
%patch15 -p1 -b .ia64
cvsdist 0cfdac5
%patch16 -p1 -b .baltimore
cvsdist 0cfdac5
%patch17 -p1 -b .aep
cvsdist 0cfdac5
%patch18 -p1 -b .luna
cvsdist cc6067e
%patch19 -p1 -b .sec
cvsdist e21e184
cvsdist e21e184
chmod 644 FAQ LICENSE CHANGES NEWS INSTALL README
cvsdist e21e184
chmod 644 doc/README doc/c-indentation.el doc/openssl.txt
cvsdist e21e184
chmod 644 doc/openssl_button.html doc/openssl_button.gif
cvsdist e21e184
chmod 644 doc/ssleay.txt
cvsdist e21e184
cvsdist 821b825
# Link the configuration header to the one we're going to make.
cvsdist 821b825
ln -sf ../../crypto/opensslconf.h include/openssl/
cvsdist cc6067e
# Link the ssl.h header to the one we're going to make.
cvsdist cc6067e
ln -sf ../../ssl/ssl.h include/openssl/
cvsdist 821b825
cvsdist e21e184
%build 
cvsdist e21e184
PATH=${PATH}:${PWD}/bin
cvsdist e21e184
TOPDIR=${PWD}
cvsdist 107c5de
LD_LIBRARY_PATH=${TOPDIR}:${TOPDIR}/bin ; export LD_LIBRARY_PATH
cvsdist e21e184
cvsdist 0cfdac5
# Figure out which flags we want to use.
cvsdist e21e184
perl util/perlpath.pl `dirname %{__perl}`
cvsdist e21e184
%ifarch %ix86
cvsdist e21e184
sslarch=linux-elf
cvsdist 4f250d3
if ! echo %{_target} | grep -q i686 ; then
cvsdist 4f250d3
	sslflags="no-asm 386"
cvsdist 4f250d3
fi
cvsdist e21e184
%endif
cvsdist e21e184
%ifarch sparc
cvsdist e21e184
sslarch=linux-sparcv9
cvsdist 821b825
sslflags=no-asm
cvsdist e21e184
%endif
cvsdist e21e184
%ifarch ia64
cvsdist e21e184
sslarch=linux-ia64
cvsdist e21e184
%endif
cvsdist e21e184
%ifarch alpha
cvsdist e21e184
sslarch=alpha-gcc
cvsdist e21e184
sslflags=no-asm
cvsdist e21e184
%endif
cvsdist 821b825
%ifarch s390
cvsdist 821b825
sslarch=linux-s390
cvsdist 821b825
%endif
cvsdist 107c5de
%ifarch s390x
cvsdist 107c5de
sslarch=linux-s390x
cvsdist c150e64
%endif
cvsdist e21e184
# Configure the build tree.  Override OpenSSL defaults with known-good defaults
cvsdist 821b825
# usable on all platforms.  The Configure script already knows to use -fPIC and
cvsdist 821b825
# RPM_OPT_FLAGS, so we can skip specifiying them here.
cvsdist 107c5de
./config --prefix=%{_prefix} --openssldir=%{_datadir}/ssl ${sslflags} no-idea no-mdc2 no-rc5 shared
cvsdist 0cfdac5
%{__patch} -p1 -b --suffix .mkdepend -s < %{PATCH12}
cvsdist 107c5de
make all build-shared
cvsdist e21e184
cvsdist 107c5de
# Generate hashes for the included certs.
cvsdist 107c5de
make rehash build-shared
cvsdist e21e184
cvsdist e21e184
# Verify that what was compiled actually works.
cvsdist e21e184
make -C test apps tests
cvsdist e21e184
cvsdist e21e184
%install
cvsdist e21e184
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
cvsdist e21e184
# Install OpenSSL.
cvsdist 107c5de
install -d $RPM_BUILD_ROOT{/lib,%{_bindir},%{_includedir},%{_libdir},%{_mandir}}
cvsdist 107c5de
make INSTALL_PREFIX=$RPM_BUILD_ROOT install build-shared
cvsdist 107c5de
mv $RPM_BUILD_ROOT%{_libdir}/lib*.so.%{solibbase} $RPM_BUILD_ROOT/lib/
cvsdist e21e184
mv $RPM_BUILD_ROOT%{_datadir}/ssl/man/* $RPM_BUILD_ROOT%{_mandir}
cvsdist e21e184
rmdir $RPM_BUILD_ROOT%{_datadir}/ssl/man
cvsdist 107c5de
rename so.%{solibbase} so.%{version} $RPM_BUILD_ROOT/lib/*.so.%{solibbase}
cvsdist 107c5de
for lib in $RPM_BUILD_ROOT/lib/*.so.%{version} ; do
cvsdist 107c5de
	chmod 755 ${lib}
cvsdist 107c5de
	ln -s -f ../../lib/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`
cvsdist 107c5de
	ln -s -f ../../lib/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`.%{soversion}
cvsdist e21e184
done
cvsdist e21e184
cvsdist 107c5de
# Install a makefile for generating keys and self-signed certs, and a script
cvsdist 107c5de
# for generating them on the fly.
cvsdist e21e184
mkdir -p $RPM_BUILD_ROOT%{_datadir}/ssl/certs
cvsdist e21e184
install -m644 $RPM_SOURCE_DIR/Makefile.certificate $RPM_BUILD_ROOT%{_datadir}/ssl/certs/Makefile
cvsdist 107c5de
install -m644 $RPM_SOURCE_DIR/make-dummy-cert      $RPM_BUILD_ROOT%{_datadir}/ssl/certs/make-dummy-cert
cvsdist e21e184
cvsdist def39f1
# Make sure we actually include the headers we built against.
cvsdist def39f1
for header in $RPM_BUILD_ROOT%{_includedir}/openssl/* ; do
cvsdist def39f1
	if [ -f ${header} -a -f include/openssl/$(basename ${header}) ] ; then
cvsdist def39f1
		install -m644 include/openssl/`basename ${header}` ${header}
cvsdist def39f1
	fi
cvsdist def39f1
done
cvsdist def39f1
cvsdist 0d16b0b
# Rename man pages so that they don't conflict with other system man pages.
cvsdist 0d16b0b
for manpage in $RPM_BUILD_ROOT%{_mandir}/man*/* ; do
cvsdist 0d16b0b
	mv ${manpage} ${manpage}ssl
cvsdist 0d16b0b
done
cvsdist 0d16b0b
for conflict in passwd rand ; do
cvsdist 0d16b0b
	rename ${conflict} ssl${conflict} $RPM_BUILD_ROOT%{_mandir}/man*/${conflict}*
cvsdist 107c5de
done
cvsdist e21e184
cvsdist e21e184
# Pick a CA script.
cvsdist e21e184
pushd  $RPM_BUILD_ROOT%{_datadir}/ssl/misc
cvsdist e21e184
mv CA.sh CA
cvsdist e21e184
mv der_chop der_chop.pl
cvsdist e21e184
popd
cvsdist e21e184
cvsdist 0cfdac5
mkdir -m700 $RPM_BUILD_ROOT%{_datadir}/ssl/CA
cvsdist 0cfdac5
mkdir -m700 $RPM_BUILD_ROOT%{_datadir}/ssl/CA/private
cvsdist 0cfdac5
cvsdist 821b825
# Install root CA stuffs.
cvsdist 821b825
cat << EOF > RHNS-blurb.txt
cvsdist 821b825
#
cvsdist 821b825
#  RHNS CA certificate.  Appended to the ca-bundle at package build-time.
cvsdist 821b825
#
cvsdist 821b825
EOF
cvsdist 107c5de
cat %{SOURCE3} RHNS-blurb.txt %{SOURCE4} > ca-bundle.crt
cvsdist 821b825
install -m644 ca-bundle.crt $RPM_BUILD_ROOT%{_datadir}/ssl/certs/
cvsdist 821b825
ln -s certs/ca-bundle.crt $RPM_BUILD_ROOT%{_datadir}/ssl/cert.pem
cvsdist 821b825
cvsdist e21e184
%clean
cvsdist e21e184
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
cvsdist e21e184
cvsdist e21e184
%files 
cvsdist e21e184
%defattr(-,root,root)
cvsdist e21e184
%doc FAQ LICENSE CHANGES NEWS INSTALL README
cvsdist e21e184
%doc doc/README doc/c-indentation.el doc/openssl.txt
cvsdist e21e184
%doc doc/openssl_button.html doc/openssl_button.gif
cvsdist e21e184
%doc doc/ssleay.txt
cvsdist e21e184
%dir %{_datadir}/ssl
cvsdist e21e184
%{_datadir}/ssl/certs
cvsdist 821b825
%{_datadir}/ssl/cert.pem
cvsdist e21e184
%{_datadir}/ssl/lib
cvsdist cc6067e
%dir %{_datadir}/ssl/misc
cvsdist 821b825
%{_datadir}/ssl/misc/CA
cvsdist 0cfdac5
%dir %{_datadir}/ssl/CA
cvsdist 0cfdac5
%dir %{_datadir}/ssl/CA/private
cvsdist e21e184
%{_datadir}/ssl/misc/c_*
cvsdist e21e184
%{_datadir}/ssl/private
cvsdist e21e184
cvsdist 107c5de
%config(noreplace) %{_datadir}/ssl/openssl.cnf
cvsdist e21e184
cvsdist 821b825
%attr(0755,root,root) %{_bindir}/openssl
cvsdist 107c5de
%attr(0755,root,root) /lib/*.so.%{version}
cvsdist 4f250d3
%attr(0644,root,root) %{_mandir}/man1*/[ABD-Zabcd-z]*
cvsdist 107c5de
%attr(0644,root,root) %{_mandir}/man5*/*
cvsdist 107c5de
%attr(0644,root,root) %{_mandir}/man7*/*
cvsdist e21e184
cvsdist 4f250d3
%ifnarch i686
cvsdist e21e184
%files devel
cvsdist e21e184
%defattr(-,root,root)
cvsdist e21e184
%{_prefix}/include/openssl
cvsdist e21e184
%attr(0644,root,root) %{_libdir}/*.a
cvsdist e21e184
%attr(0755,root,root) %{_libdir}/*.so
cvsdist 107c5de
%attr(0644,root,root) %{_mandir}/man3*/*
cvsdist e21e184
cvsdist e21e184
%files perl
cvsdist e21e184
%defattr(-,root,root)
cvsdist 821b825
%attr(0755,root,root) %{_bindir}/c_rehash
cvsdist 107c5de
%attr(0644,root,root) %{_mandir}/man1*/*.pl*
cvsdist cc6067e
%dir %{_datadir}/ssl/misc
cvsdist e21e184
%{_datadir}/ssl/misc/*.pl
cvsdist 4f250d3
%endif
cvsdist e21e184
cvsdist e21e184
%post -p /sbin/ldconfig
cvsdist e21e184
cvsdist e21e184
%postun -p /sbin/ldconfig
cvsdist e21e184
cvsdist e21e184
%changelog
cvsdist cc6067e
* Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-24
cvsdist cc6067e
- add backport of Ben Laurie's patches for OpenSSL 0.9.6d
cvsdist cc6067e
cvsdist cc6067e
* Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-23
cvsdist cc6067e
- own %{_datadir}/ssl/misc
cvsdist cc6067e
cvsdist cc6067e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist cc6067e
- automated rebuild
cvsdist cc6067e
cvsdist cc6067e
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist cc6067e
- automated rebuild
cvsdist cc6067e
cvsdist cc6067e
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-20
cvsdist cc6067e
- free ride through the build system (whee!)
cvsdist cc6067e
cvsdist cc6067e
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-19
cvsdist cc6067e
- rebuild in new environment
cvsdist cc6067e
cvsdist 0cfdac5
* Thu Apr  4 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-17, 0.9.6b-18
cvsdist 0cfdac5
- merge RHL-specific bits into stronghold package, rename
cvsdist 0cfdac5
cvsdist 0cfdac5
* Tue Apr 02 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-2
cvsdist 0cfdac5
- add support for Chrysalis Luna token
cvsdist 0cfdac5
cvsdist 0cfdac5
* Tue Mar 26 2002 Gary Benson <gbenson@redhat.com>
cvsdist 0cfdac5
- disable AEP random number generation, other AEP fixes
cvsdist c7ee7e9
cvsdist 4f250d3
* Fri Mar 15 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-15
cvsdist 4f250d3
- only build subpackages on primary arches
cvsdist 4f250d3
cvsdist 4f250d3
* Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-13
cvsdist 4f250d3
- on ia32, only disable use of assembler on i386
cvsdist 4f250d3
- enable assembly on ia64
cvsdist 4f250d3
cvsdist 0cfdac5
* Mon Jan  7 2002 Florian La Roche <Florian.LaRoche@redhat.de> 0.9.6b-11
cvsdist 4f250d3
- fix sparcv9 entry
cvsdist 4f250d3
cvsdist 0cfdac5
* Mon Jan  7 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-1
cvsdist 0cfdac5
- upgrade to 0.9.6c
cvsdist 0cfdac5
- bump BuildArch to i686 and enable assembler on all platforms
cvsdist 0cfdac5
- synchronise with shrimpy and rawhide
cvsdist 0cfdac5
- bump soversion to 3
cvsdist 0cfdac5
cvsdist 0cfdac5
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 4f250d3
- delete BN_LLONG for s390x, patch from Oliver Paukstadt
cvsdist 4f250d3
cvsdist 4f250d3
* Mon Sep 17 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-9
cvsdist 4f250d3
- update AEP driver patch
cvsdist 4f250d3
cvsdist 4f250d3
* Mon Sep 10 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 4f250d3
- adjust RNG disabling patch to match version of patch from Broadcom
cvsdist 4f250d3
cvsdist 90f01cc
* Fri Sep  7 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-8
cvsdist 90f01cc
- disable the RNG in the ubsec engine driver
cvsdist 90f01cc
cvsdist 90fa5b2
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-7
cvsdist 90fa5b2
- tweaks to the ubsec engine driver
cvsdist 90fa5b2
cvsdist 90fa5b2
* Fri Aug 24 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-6
cvsdist 90fa5b2
- tweaks to the ubsec engine driver
cvsdist 90fa5b2
cvsdist 8c3ec75
* Thu Aug 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-5
cvsdist 8c3ec75
- update ubsec engine driver from Broadcom
cvsdist 8c3ec75
cvsdist 8c3ec75
* Fri Aug 10 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-4
cvsdist 8c3ec75
- move man pages back to %%{_mandir}/man?/foo.?ssl from
cvsdist 8c3ec75
  %%{_mandir}/man?ssl/foo.?
cvsdist 0d16b0b
- add an [ engine ] section to the default configuration file
cvsdist 0d16b0b
cvsdist 0d16b0b
* Thu Aug  9 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 0d16b0b
- add a patch for selecting a default engine in SSL_library_init()
cvsdist 0d16b0b
cvsdist 8c3ec75
* Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-3
cvsdist 107c5de
- add patches for AEP hardware support
cvsdist 107c5de
- add patch to keep trying when we fail to load a cert from a file and
cvsdist 107c5de
  there are more in the file
cvsdist 107c5de
- add missing prototype for ENGINE_ubsec() in engine_int.h
cvsdist c150e64
cvsdist 8c3ec75
* Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-2
cvsdist 107c5de
- actually add hw_ubsec to the engine list
cvsdist 840a8b5
cvsdist 107c5de
* Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- add in the hw_ubsec driver from CVS
cvsdist 840a8b5
cvsdist 8c3ec75
* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-1
cvsdist 107c5de
- update to 0.9.6b
cvsdist 840a8b5
cvsdist 107c5de
* Thu Jul  5 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- move .so symlinks back to %%{_libdir}
cvsdist aa4a1b3
cvsdist 107c5de
* Tue Jul  3 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- move shared libraries to /lib (#38410)
cvsdist aa4a1b3
cvsdist 107c5de
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- switch to engine code base
cvsdist aa4a1b3
cvsdist 107c5de
* Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- add a script for creating dummy certificates
cvsdist 107c5de
- move man pages from %%{_mandir}/man?/foo.?ssl to %%{_mandir}/man?ssl/foo.?
cvsdist 4a904e2
cvsdist 107c5de
* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 107c5de
- add s390x support
cvsdist 00ff72a
cvsdist b196390
* Fri Jun  1 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b196390
- change two memcpy() calls to memmove()
cvsdist 107c5de
- don't define L_ENDIAN on alpha
cvsdist b196390
cvsdist 0cfdac5
* Wed May 23 2001 Joe Orton <jorton@redhat.com> stronghold-0.9.6a-1
cvsdist 0cfdac5
- Add 'stronghold-' prefix to package names.
cvsdist 0cfdac5
- Obsolete standard openssl packages.
cvsdist 0cfdac5
cvsdist 0cfdac5
* Wed May 16 2001 Joe Orton <jorton@redhat.com>
cvsdist 0cfdac5
- Add BuildArch: i586 as per Nalin's advice.
cvsdist 0cfdac5
cvsdist 0cfdac5
* Tue May 15 2001 Joe Orton <jorton@redhat.com>
cvsdist 0cfdac5
- Enable assembler on ix86 (using new .tar.bz2 which does
cvsdist 0cfdac5
  include the asm directories).
cvsdist 0cfdac5
cvsdist b196390
* Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b196390
- make subpackages depend on the main package
cvsdist b196390
cvsdist 107c5de
* Tue May  1 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- adjust the hobble script to not disturb symlinks in include/ (fix from
cvsdist 107c5de
  Joe Orton)
cvsdist 107c5de
cvsdist 107c5de
* Fri Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- drop the m2crypo patch we weren't using
cvsdist b196390
cvsdist 107c5de
* Tue Apr 24 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- configure using "shared" as well
cvsdist b196390
cvsdist 107c5de
* Sun Apr  8 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- update to 0.9.6a
cvsdist 107c5de
- use the build-shared target to build shared libraries
cvsdist 107c5de
- bump the soversion to 2 because we're no longer compatible with
cvsdist 107c5de
  our 0.9.5a packages or our 0.9.6 packages
cvsdist 107c5de
- drop the patch for making rsatest a no-op when rsa null support is used
cvsdist 107c5de
- put all man pages into <section>ssl instead of <section>
cvsdist 107c5de
- break the m2crypto modules into a separate package
cvsdist b196390
cvsdist 821b825
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- use BN_LLONG on s390
cvsdist 821b825
cvsdist 821b825
* Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit)
cvsdist 821b825
cvsdist 821b825
* Sat Mar  3 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- move c_rehash to the perl subpackage, because it's a perl script now
cvsdist 821b825
cvsdist 821b825
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- update to 0.9.6
cvsdist 821b825
- enable MD2
cvsdist 821b825
- use the libcrypto.so and libssl.so targets to build shared libs with
cvsdist 821b825
- bump the soversion to 1 because we're no longer compatible with any of
cvsdist 821b825
  the various 0.9.5a packages circulating around, which provide lib*.so.0
cvsdist 821b825
cvsdist 821b825
* Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 821b825
- change hobble-openssl for disabling MD2 again
cvsdist 821b825
cvsdist 821b825
* Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152
cvsdist 821b825
  bytes or so, causing EVP_DigestInit() to zero out stack variables in
cvsdist 821b825
  apps built against a version of the library without it
cvsdist 821b825
cvsdist 821b825
* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- disable some inline assembly, which on x86 is Pentium-specific
cvsdist 821b825
- re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all)
cvsdist 821b825
cvsdist 821b825
* Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 821b825
- fix s390 patch
cvsdist 821b825
cvsdist 821b825
* Fri Dec 8 2000 Than Ngo <than@redhat.com>
cvsdist 821b825
- added support s390
cvsdist 821b825
cvsdist 821b825
* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- remove -Wa,* and -m* compiler flags from the default Configure file (#20656)
cvsdist 821b825
- add the CA.pl man page to the perl subpackage
cvsdist 821b825
cvsdist 821b825
* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- always build with -mcpu=ev5 on alpha
cvsdist 821b825
cvsdist 821b825
* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- add a symlink from cert.pem to ca-bundle.crt
cvsdist 821b825
cvsdist 821b825
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- add a ca-bundle file for packages like Samba to reference for CA certificates
cvsdist 821b825
cvsdist 821b825
* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
cvsdist 821b825
cvsdist 821b825
* Mon Oct  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- add unzip as a buildprereq (#17662)
cvsdist 821b825
- update m2crypto to 0.05-snap4
cvsdist 821b825
cvsdist def39f1
* Tue Sep 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist def39f1
- fix some issues in building when it's not installed
cvsdist def39f1
cvsdist def39f1
* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- make sure the headers we include are the ones we built with (aaaaarrgh!)
cvsdist def39f1
cvsdist def39f1
* Fri Sep  1 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- add Richard Henderson's patch for BN on ia64
cvsdist def39f1
- clean up the changelog
cvsdist def39f1
cvsdist def39f1
* Tue Aug 29 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- fix the building of python modules without openssl-devel already installed
cvsdist def39f1
cvsdist def39f1
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- byte-compile python extensions without the build-root
cvsdist def39f1
- adjust the makefile to not remove temporary files (like .key files when
cvsdist def39f1
  building .csr files) by marking them as .PRECIOUS
cvsdist def39f1
cvsdist def39f1
* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- break out python extensions into a subpackage
cvsdist def39f1
cvsdist def39f1
* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- tweak the makefile some more
cvsdist def39f1
cvsdist def39f1
* Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- disable MD2 support
cvsdist def39f1
cvsdist def39f1
* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- disable MDC2 support
cvsdist def39f1
cvsdist def39f1
* Sun Jul  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- tweak the disabling of RC5, IDEA support
cvsdist e21e184
- tweak the makefile
cvsdist def39f1
cvsdist def39f1
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- strip binaries and libraries
cvsdist def39f1
- rework certificate makefile to have the right parts for Apache
cvsdist def39f1
cvsdist def39f1
* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- use %%{_perl} instead of /usr/bin/perl
cvsdist def39f1
- disable alpha until it passes its own test suite
cvsdist def39f1
cvsdist def39f1
* Fri Jun  9 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- move the passwd.1 man page out of the passwd package's way
cvsdist def39f1
cvsdist def39f1
* Fri Jun  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- update to 0.9.5a, modified for U.S.
cvsdist e21e184
- add perl as a build-time requirement
cvsdist def39f1
- move certificate makefile to another package
cvsdist def39f1
- disable RC5, IDEA, RSA support
cvsdist def39f1
- remove optimizations for now
cvsdist e21e184
cvsdist e21e184
* Wed Mar  1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist e21e184
- Bero told me to move the Makefile into this package
cvsdist e21e184
cvsdist e21e184
* Wed Mar  1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist e21e184
- add lib*.so symlinks to link dynamically against shared libs
cvsdist e21e184
cvsdist e21e184
* Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist e21e184
- update to 0.9.5
cvsdist e21e184
- run ldconfig directly in post/postun
cvsdist e21e184
- add FAQ
cvsdist e21e184
cvsdist 0cfdac5
* Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
cvsdist e21e184
- Fix build on non-x86 platforms
cvsdist e21e184
cvsdist 0cfdac5
* Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
cvsdist e21e184
- move /usr/share/ssl/* from -devel to main package
cvsdist e21e184
cvsdist 0cfdac5
* Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
cvsdist e21e184
- inital packaging
cvsdist e21e184
- changes from base:
cvsdist e21e184
  - Move /usr/local/ssl to /usr/share/ssl for FHS compliance
cvsdist e21e184
  - handle RPM_OPT_FLAGS