mturk / rpms / openssl

Forked from rpms/openssl 3 years ago
Clone
cvsdist e32c112
# For the curious:
cvsdist e32c112
# 0.9.5a soversion = 0
cvsdist e32c112
# 0.9.6  soversion = 1
cvsdist e32c112
# 0.9.6a soversion = 2
cvsdist e32c112
# 0.9.6c soversion = 3
cvsdist e32c112
# 0.9.7a soversion = 4
cvsdist e32c112
%define soversion 4
cvsdist e21e184
cvsdist 0d16b0b
Summary: The OpenSSL toolkit.
cvsdist e21e184
Name: openssl
cvsdist e32c112
Version: 0.9.7a
cvsdist e32c112
Release: 2
cvsdist e32c112
Source: openssl-%{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 e32c112
Patch0: openssl-0.9.7a-redhat.patch
cvsdist e32c112
Patch1: openssl-0.9.7-beta5-defaults.patch
cvsdist e32c112
Patch2: openssl-0.9.7-beta6-ia64.patch
cvsdist e32c112
Patch3: openssl-0.9.7a-soversion.patch
cvsdist e32c112
Patch4: openssl-0.9.6-x509.patch
cvsdist e32c112
Patch5: openssl-0.9.7-beta5-version-add-engines.patch
cvsdist e32c112
Patch6: openssl-0.9.7-ibmca.patch
cvsdist e32c112
Patch7: openssl-0.9.7-ppc64.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 e32c112
BuildPreReq: mktemp, krb5-devel, perl, sed, zlib-devel
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 e32c112
Requires: %{name} = %{version}-%{release}, krb5-devel
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 e32c112
%setup -q
cvsdist e32c112
%{SOURCE1} > /dev/null
cvsdist e21e184
%patch0 -p1 -b .redhat
cvsdist e32c112
%patch1 -p1 -b .defaults
cvsdist e32c112
%patch2 -p1 -b .ia64
cvsdist e32c112
%patch3 -p1 -b .soversion
cvsdist e32c112
%patch4 -p1 -b .x509
cvsdist e32c112
%patch5 -p1 -b .version-add-engines
cvsdist e32c112
%patch6 -p1 -b .ibmca
cvsdist e32c112
%patch7 -p1 -b .ppc64
cvsdist e32c112
cvsdist e32c112
# Modify the various perl scripts to reference perl in the right location.
cvsdist e32c112
perl util/perlpath.pl `dirname %{__perl}`
cvsdist e21e184
cvsdist e32c112
# Generate a table with the compile settings for my perusal.
cvsdist e32c112
make TABLE PERL=%{__perl}
cvsdist 821b825
cvsdist e21e184
%build 
cvsdist 0cfdac5
# Figure out which flags we want to use.
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
%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 7520711
%ifarch x86_64
cvsdist 7520711
sslarch=linux-x86_64
cvsdist 7520711
%endif
cvsdist 7520711
%ifarch ppc
cvsdist 7520711
sslarch=linux-ppc
cvsdist 7520711
%endif
cvsdist 7520711
%ifarch ppc64
cvsdist 7520711
sslarch=linux-ppc64
cvsdist 7520711
%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 e32c112
./config \
cvsdist e32c112
	--prefix=%{_prefix} --openssldir=%{_datadir}/ssl ${sslflags} \
cvsdist e32c112
	zlib no-idea no-mdc2 no-rc5 no-ec shared \
cvsdist e32c112
	--with-krb5-include=`%{_prefix}/kerberos/bin/krb5-config --cflags` \
cvsdist e32c112
	--with-krb5-lib=`%{_prefix}/kerberos/bin/krb5-config --libs gssapi` \
cvsdist e32c112
	--with-krb5-flavor=MIT \
cvsdist e32c112
	-I%{_prefix}/kerberos/include -L%{_prefix}/kerberos/%{_lib}
cvsdist e32c112
make depend
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 7520711
install -d $RPM_BUILD_ROOT/{%{_lib},%{_bindir},%{_includedir},%{_libdir},%{_mandir}}
cvsdist 107c5de
make INSTALL_PREFIX=$RPM_BUILD_ROOT install build-shared
cvsdist 7520711
mv $RPM_BUILD_ROOT/usr/lib/lib*.so.%{solibbase} $RPM_BUILD_ROOT/%{_lib}/
cvsdist 7520711
mv $RPM_BUILD_ROOT%{_datadir}/ssl/man/* $RPM_BUILD_ROOT%{_mandir}/
cvsdist e21e184
rmdir $RPM_BUILD_ROOT%{_datadir}/ssl/man
cvsdist 7520711
mv $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}/ || :
cvsdist 7520711
rename so.%{solibbase} so.%{version} $RPM_BUILD_ROOT/%{_lib}/*.so.%{solibbase}
cvsdist 7520711
for lib in $RPM_BUILD_ROOT/%{_lib}/*.so.%{version} ; do
cvsdist 107c5de
	chmod 755 ${lib}
cvsdist 7520711
	ln -s -f ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`
cvsdist 7520711
	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 e32c112
	if [ -L ${manpage} ]; then
cvsdist e32c112
		TARGET=`ls -l ${manpage} | awk '{ print $NF }'`
cvsdist e32c112
		ln -snf ${TARGET}ssl ${manpage}ssl
cvsdist e32c112
		rm -f ${manpage}
cvsdist e32c112
	else
cvsdist e32c112
		mv ${manpage} ${manpage}ssl
cvsdist e32c112
	fi
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 e32c112
# Fix libdir.
cvsdist e32c112
sed 's,^libdir=${exec_prefix}/lib,libdir=${exec_prefix}/%{_lib},g' \
cvsdist e32c112
	$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc > \
cvsdist e32c112
	$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc.tmp && \
cvsdist e32c112
cat $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc.tmp > \
cvsdist e32c112
	$RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc && \
cvsdist e32c112
rm -f $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/openssl.pc.tmp
cvsdist e32c112
cvsdist 7520711
%ifarch i686
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_prefix}/include/openssl
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.so
cvsdist e32c112
rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3/*
cvsdist 7520711
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_bindir}/c_rehash
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1*/*.pl*
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_datadir}/ssl/misc/*.pl
cvsdist 7520711
%endif
cvsdist 7520711
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 7520711
%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 e32c112
%attr(0755,root,root) %{_libdir}/pkgconfig/openssl.pc
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 e32c112
* Thu Feb 27 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-2
cvsdist e32c112
- disable EC algorithms
cvsdist 37242e4
cvsdist e32c112
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-1
cvsdist e32c112
- update to 0.9.7a
cvsdist 37242e4
cvsdist e32c112
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-8
cvsdist 7520711
- add fix to guard against attempts to allocate negative amounts of memory
cvsdist 7520711
- add patch for CAN-2003-0078, fixing a timing attack
cvsdist 7520711
cvsdist e32c112
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 0.9.7-7
cvsdist e32c112
- Add openssl-ppc64.patch
cvsdist e32c112
cvsdist e32c112
* Mon Feb 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-6
cvsdist e32c112
- EVP_DecryptInit should call EVP_CipherInit() instead of EVP_CipherInit_ex(),
cvsdist e32c112
  to get the right behavior when passed uninitialized context structures
cvsdist e32c112
  (#83766)
cvsdist e32c112
- build with -mcpu=ev5 on alpha family (#83828)
cvsdist e32c112
cvsdist e32c112
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist e32c112
- rebuilt
cvsdist e32c112
cvsdist e32c112
* Fri Jan 17 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7-4
cvsdist e32c112
- Added IBM hw crypto support patch.
cvsdist e32c112
cvsdist e32c112
* Wed Jan 15 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e32c112
- add missing builddep on sed
cvsdist e32c112
cvsdist e32c112
* Thu Jan  9 2003 Bill Nottingham <notting@redhat.com> 0.9.7-3
cvsdist e32c112
- debloat
cvsdist e32c112
- fix broken manpage symlinks
cvsdist e32c112
cvsdist e32c112
* Wed Jan  8 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-2
cvsdist e32c112
- fix double-free in 'openssl ca'
cvsdist e32c112
cvsdist e32c112
* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-1
cvsdist e32c112
- update to 0.9.7 final
cvsdist e32c112
cvsdist e32c112
* Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-0
cvsdist e32c112
- update to 0.9.7 beta6 (DO NOT USE UNTIL UPDATED TO FINAL 0.9.7)
cvsdist e32c112
cvsdist e32c112
* Wed Dec 11 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e32c112
- update to 0.9.7 beta5 (DO NOT USE UNTIL UPDATED TO FINAL 0.9.7)
cvsdist 7520711
cvsdist 7520711
* Tue Oct 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-30
cvsdist 7520711
- add configuration stanza for x86_64 and use it on x86_64
cvsdist 7520711
- build for linux-ppc on ppc
cvsdist 7520711
- start running the self-tests again
cvsdist 7520711
cvsdist 7520711
* Wed Oct 02 2002 Elliot Lee <sopwith@redhat.com> 0.9.6b-29hammer.3
cvsdist 7520711
- Merge fixes from previous hammer packages, including general x86-64 and
cvsdist 7520711
  multilib
cvsdist 7520711
cvsdist f61874d
* Tue Aug  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-29
cvsdist f61874d
- rebuild
cvsdist f61874d
cvsdist f61874d
* Thu Aug  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-28
cvsdist f61874d
- update asn patch to fix accidental reversal of a logic check
cvsdist f61874d
cvsdist f61874d
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-27
cvsdist f61874d
- update asn patch to reduce chance that compiler optimization will remove
cvsdist f61874d
  one of the added tests
cvsdist f61874d
cvsdist ceaa16a
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-26
cvsdist ceaa16a
- rebuild
cvsdist ceaa16a
cvsdist ceaa16a
* Mon Jul 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-25
cvsdist ceaa16a
- add patch to fix ASN.1 vulnerabilities
cvsdist ceaa16a
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