forked from pool/openssl
This commit is contained in:
parent
a8f402bd34
commit
6b8de97dba
2
baselibs.conf
Normal file
2
baselibs.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
openssl
|
||||||
|
libopenssl0_9_8
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 5 14:27:06 CET 2007 - mkoenig@suse.de
|
Mon Nov 5 14:27:06 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
@ -882,17 +888,17 @@ Wed Mar 1 16:42:00 MET 2000 - rolf@suse.de
|
|||||||
|
|
||||||
- move manpages back, as too many conflict with system manuals
|
- move manpages back, as too many conflict with system manuals
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Mar 1 02:52:17 CET 2000 - bk@suse.de
|
|
||||||
|
|
||||||
- added subpackage source openssls, needed for ppp_ssl
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 1 11:23:21 MET 2000 - rolf@suse.de
|
Wed Mar 1 11:23:21 MET 2000 - rolf@suse.de
|
||||||
|
|
||||||
- move manpages to %{_mandir}
|
- move manpages to %{_mandir}
|
||||||
- include static libraries
|
- include static libraries
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 1 02:52:17 CET 2000 - bk@suse.de
|
||||||
|
|
||||||
|
- added subpackage source openssls, needed for ppp_ssl
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 29 12:50:48 MET 2000 - rolf@suse.de
|
Tue Feb 29 12:50:48 MET 2000 - rolf@suse.de
|
||||||
|
|
||||||
|
231
openssl.spec
231
openssl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package openssl (Version 0.9.8g)
|
# spec file for package openssl (Version 0.9.8g)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: openssl
|
Name: openssl
|
||||||
BuildRequires: bc ed zlib-devel
|
BuildRequires: bc ed zlib-devel
|
||||||
%define ssletcdir %{_sysconfdir}/ssl
|
%define ssletcdir %{_sysconfdir}/ssl
|
||||||
@ -19,7 +20,7 @@ Group: Productivity/Networking/Security
|
|||||||
Provides: ssl
|
Provides: ssl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.9.8g
|
Version: 0.9.8g
|
||||||
Release: 4
|
Release: 33
|
||||||
Summary: Secure Sockets and Transport Layer Security
|
Summary: Secure Sockets and Transport Layer Security
|
||||||
Url: http://www.openssl.org/
|
Url: http://www.openssl.org/
|
||||||
Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
|
Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
|
||||||
@ -69,6 +70,7 @@ Authors:
|
|||||||
Paul C. Sutton <paul@openssl.org>
|
Paul C. Sutton <paul@openssl.org>
|
||||||
|
|
||||||
%package -n libopenssl0_9_8
|
%package -n libopenssl0_9_8
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: Secure Sockets and Transport Layer Security
|
Summary: Secure Sockets and Transport Layer Security
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
Requires: openssl-certs
|
Requires: openssl-certs
|
||||||
@ -103,6 +105,7 @@ Authors:
|
|||||||
Paul C. Sutton <paul@openssl.org>
|
Paul C. Sutton <paul@openssl.org>
|
||||||
|
|
||||||
%package -n libopenssl-devel
|
%package -n libopenssl-devel
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: Include Files and Libraries mandatory for Development.
|
Summary: Include Files and Libraries mandatory for Development.
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
# openssl-devel last used in openSUSE 10.2
|
# openssl-devel last used in openSUSE 10.2
|
||||||
@ -128,6 +131,7 @@ Authors:
|
|||||||
Paul C. Sutton <paul@openssl.org>
|
Paul C. Sutton <paul@openssl.org>
|
||||||
|
|
||||||
%package certs
|
%package certs
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: Secure Sockets and Transport Layer Security
|
Summary: Secure Sockets and Transport Layer Security
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
|
||||||
@ -161,6 +165,7 @@ Authors:
|
|||||||
Paul C. Sutton <paul@openssl.org>
|
Paul C. Sutton <paul@openssl.org>
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
|
License: BSD 3-Clause
|
||||||
Summary: Additional Package Documentation.
|
Summary: Additional Package Documentation.
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
|
||||||
@ -406,13 +411,17 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
%files certs
|
%files certs
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{ssletcdir}/certs
|
%{ssletcdir}/certs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 05 2007 - mkoenig@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
- added baselibs.conf file to build xxbit packages
|
||||||
|
for multilib support
|
||||||
|
* Mon Nov 05 2007 mkoenig@suse.de
|
||||||
- fix Diffie-Hellman failure with certain prime lengths
|
- fix Diffie-Hellman failure with certain prime lengths
|
||||||
* Mon Oct 22 2007 - mkoenig@suse.de
|
* Mon Oct 22 2007 mkoenig@suse.de
|
||||||
- update to version 0.9.8g:
|
- update to version 0.9.8g:
|
||||||
* fix some bugs introduced with 0.9.8f
|
* fix some bugs introduced with 0.9.8f
|
||||||
* Mon Oct 15 2007 - mkoenig@suse.de
|
* Mon Oct 15 2007 mkoenig@suse.de
|
||||||
- update to version 0.9.8f:
|
- update to version 0.9.8f:
|
||||||
* fixes CVE-2007-3108, CVE-2007-5135, CVE-2007-4995
|
* fixes CVE-2007-3108, CVE-2007-5135, CVE-2007-4995
|
||||||
- patches merged upstream:
|
- patches merged upstream:
|
||||||
@ -422,26 +431,26 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
openssl-gcc42.patch
|
openssl-gcc42.patch
|
||||||
openssl-gcc42_b.patch
|
openssl-gcc42_b.patch
|
||||||
openssl-s390-config.diff
|
openssl-s390-config.diff
|
||||||
* Mon Oct 01 2007 - mkoenig@suse.de
|
* Mon Oct 01 2007 mkoenig@suse.de
|
||||||
- fix buffer overflow CVE-2007-5135 [#329208]
|
- fix buffer overflow CVE-2007-5135 [#329208]
|
||||||
* Wed Sep 05 2007 - mkoenig@suse.de
|
* Wed Sep 05 2007 mkoenig@suse.de
|
||||||
- fix another gcc 4.2 build problem [#307669]
|
- fix another gcc 4.2 build problem [#307669]
|
||||||
* Fri Aug 03 2007 - coolo@suse.de
|
* Fri Aug 03 2007 coolo@suse.de
|
||||||
- provide the version obsoleted (#293401)
|
- provide the version obsoleted (#293401)
|
||||||
* Wed Aug 01 2007 - werner@suse.de
|
* Wed Aug 01 2007 werner@suse.de
|
||||||
- Add patch from CVS for RSA key reconstruction vulnerability
|
- Add patch from CVS for RSA key reconstruction vulnerability
|
||||||
(CVE-2007-3108, VU#724968, bug #296511)
|
(CVE-2007-3108, VU#724968, bug #296511)
|
||||||
* Thu May 24 2007 - mkoenig@suse.de
|
* Thu May 24 2007 mkoenig@suse.de
|
||||||
- fix build with gcc-4.2
|
- fix build with gcc-4.2
|
||||||
openssl-gcc42.patch
|
openssl-gcc42.patch
|
||||||
- do not install example scripts with executable permissions
|
- do not install example scripts with executable permissions
|
||||||
* Mon Apr 30 2007 - ro@suse.de
|
* Mon Apr 30 2007 ro@suse.de
|
||||||
- adapt requires
|
- adapt requires
|
||||||
* Fri Apr 27 2007 - mkoenig@suse.de
|
* Fri Apr 27 2007 mkoenig@suse.de
|
||||||
- Do not use dots in package name
|
- Do not use dots in package name
|
||||||
- explicitly build with gcc-4.1 because of currently unresolved
|
- explicitly build with gcc-4.1 because of currently unresolved
|
||||||
failures with gcc-4.2
|
failures with gcc-4.2
|
||||||
* Wed Apr 25 2007 - mkoenig@suse.de
|
* Wed Apr 25 2007 mkoenig@suse.de
|
||||||
- Split/rename package to follow library packaging policy [#260219]
|
- Split/rename package to follow library packaging policy [#260219]
|
||||||
New package libopenssl0.9.8 containing shared libs
|
New package libopenssl0.9.8 containing shared libs
|
||||||
openssl-devel package renamed to libopenssl-devel
|
openssl-devel package renamed to libopenssl-devel
|
||||||
@ -450,26 +459,26 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
- remove old Obsoletes and Conflicts
|
- remove old Obsoletes and Conflicts
|
||||||
openssls (Last used Nov 2000)
|
openssls (Last used Nov 2000)
|
||||||
ssleay (Last used 6.2)
|
ssleay (Last used 6.2)
|
||||||
* Mon Apr 23 2007 - mkoenig@suse.de
|
* Mon Apr 23 2007 mkoenig@suse.de
|
||||||
- Fix key length [#254905,#262477]
|
- Fix key length [#254905,#262477]
|
||||||
* Tue Mar 06 2007 - mkoenig@suse.de
|
* Tue Mar 06 2007 mkoenig@suse.de
|
||||||
- update to version 0.9.8e:
|
- update to version 0.9.8e:
|
||||||
* patches merged upstream:
|
* patches merged upstream:
|
||||||
openssl-CVE-2006-2940-fixup.patch
|
openssl-CVE-2006-2940-fixup.patch
|
||||||
openssl-0.9.8d-padlock-static.patch
|
openssl-0.9.8d-padlock-static.patch
|
||||||
* Tue Jan 09 2007 - mkoenig@suse.de
|
* Tue Jan 09 2007 mkoenig@suse.de
|
||||||
- fix PadLock support [#230823]
|
- fix PadLock support [#230823]
|
||||||
* Thu Nov 30 2006 - mkoenig@suse.de
|
* Thu Nov 30 2006 mkoenig@suse.de
|
||||||
- enable fix for CVE-2006-2940 [#223040], SWAMP-ID 7198
|
- enable fix for CVE-2006-2940 [#223040], SWAMP-ID 7198
|
||||||
* Mon Nov 06 2006 - poeml@suse.de
|
* Mon Nov 06 2006 poeml@suse.de
|
||||||
- configure with 'zlib' instead of 'zlib-dynamic'. Build with the
|
- configure with 'zlib' instead of 'zlib-dynamic'. Build with the
|
||||||
latter, there are problems opening the libz when running on the
|
latter, there are problems opening the libz when running on the
|
||||||
Via Epia or vmware platforms. [#213305]
|
Via Epia or vmware platforms. [#213305]
|
||||||
* Wed Oct 04 2006 - poeml@suse.de
|
* Wed Oct 04 2006 poeml@suse.de
|
||||||
- add patch for the CVE-2006-2940 fix: the newly introduced limit
|
- add patch for the CVE-2006-2940 fix: the newly introduced limit
|
||||||
on DH modulus size could lead to a crash when exerted. [#208971]
|
on DH modulus size could lead to a crash when exerted. [#208971]
|
||||||
Discovered and fixed after the 0.9.8d release.
|
Discovered and fixed after the 0.9.8d release.
|
||||||
* Fri Sep 29 2006 - poeml@suse.de
|
* Fri Sep 29 2006 poeml@suse.de
|
||||||
- update to 0.9.8d
|
- update to 0.9.8d
|
||||||
*) Introduce limits to prevent malicious keys being able to
|
*) Introduce limits to prevent malicious keys being able to
|
||||||
cause a denial of service. (CVE-2006-2940)
|
cause a denial of service. (CVE-2006-2940)
|
||||||
@ -503,9 +512,9 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
multiple values to extend the available space.
|
multiple values to extend the available space.
|
||||||
- not in mentioned in CHANGES: patch for CVE-2006-4339 corrected
|
- not in mentioned in CHANGES: patch for CVE-2006-4339 corrected
|
||||||
[openssl.org #1397]
|
[openssl.org #1397]
|
||||||
* Fri Sep 08 2006 - schwab@suse.de
|
* Fri Sep 08 2006 schwab@suse.de
|
||||||
- Fix inverted logic.
|
- Fix inverted logic.
|
||||||
* Wed Sep 06 2006 - poeml@suse.de
|
* Wed Sep 06 2006 poeml@suse.de
|
||||||
- update to 0.9.8c
|
- update to 0.9.8c
|
||||||
Changes between 0.9.8b and 0.9.8c [05 Sep 2006]
|
Changes between 0.9.8b and 0.9.8c [05 Sep 2006]
|
||||||
*) Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
|
*) Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
|
||||||
@ -582,25 +591,25 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
Allows compression of data in TLS, although few application would
|
Allows compression of data in TLS, although few application would
|
||||||
actually use it since there is no standard for negotiating the
|
actually use it since there is no standard for negotiating the
|
||||||
compression method. The only one I know if is stunnel.
|
compression method. The only one I know if is stunnel.
|
||||||
* Fri Jun 02 2006 - poeml@suse.de
|
* Fri Jun 02 2006 poeml@suse.de
|
||||||
- fix built-in ENGINESDIR for 64 bit architectures. We change only
|
- fix built-in ENGINESDIR for 64 bit architectures. We change only
|
||||||
the builtin search path for engines, not the path where engines
|
the builtin search path for engines, not the path where engines
|
||||||
are packaged. Path can be overridden with the OPENSSL_ENGINES
|
are packaged. Path can be overridden with the OPENSSL_ENGINES
|
||||||
environment variable. [#179094]
|
environment variable. [#179094]
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Jan 16 2006 - mc@suse.de
|
* Mon Jan 16 2006 mc@suse.de
|
||||||
- fix build problems on s390x (openssl-s390-config.diff)
|
- fix build problems on s390x (openssl-s390-config.diff)
|
||||||
- build with -fstack-protector
|
- build with -fstack-protector
|
||||||
* Mon Nov 07 2005 - dmueller@suse.de
|
* Mon Nov 07 2005 dmueller@suse.de
|
||||||
- build with non-executable stack
|
- build with non-executable stack
|
||||||
* Thu Oct 20 2005 - poeml@suse.de
|
* Thu Oct 20 2005 poeml@suse.de
|
||||||
- fix unguarded free() which can cause a segfault in the ca
|
- fix unguarded free() which can cause a segfault in the ca
|
||||||
commandline app [#128655]
|
commandline app [#128655]
|
||||||
* Thu Oct 13 2005 - poeml@suse.de
|
* Thu Oct 13 2005 poeml@suse.de
|
||||||
- add Geotrusts Equifax Root1 CA certificate, which needed to
|
- add Geotrusts Equifax Root1 CA certificate, which needed to
|
||||||
verify the authenticity of you.novell.com [#121966]
|
verify the authenticity of you.novell.com [#121966]
|
||||||
* Tue Oct 11 2005 - poeml@suse.de
|
* Tue Oct 11 2005 poeml@suse.de
|
||||||
- update to 0.9.8a
|
- update to 0.9.8a
|
||||||
*) Remove the functionality of SSL_OP_MSIE_SSLV2_RSA_PADDING
|
*) Remove the functionality of SSL_OP_MSIE_SSLV2_RSA_PADDING
|
||||||
(part of SSL_OP_ALL). This option used to disable the
|
(part of SSL_OP_ALL). This option used to disable the
|
||||||
@ -618,13 +627,13 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
*) Make PKCS7_decrypt() work even if no certificate is supplied by
|
*) Make PKCS7_decrypt() work even if no certificate is supplied by
|
||||||
attempting to decrypt each encrypted key in turn. Add support to
|
attempting to decrypt each encrypted key in turn. Add support to
|
||||||
smime utility.
|
smime utility.
|
||||||
* Thu Sep 29 2005 - poeml@suse.de
|
* Thu Sep 29 2005 poeml@suse.de
|
||||||
- update to 0.9.8
|
- update to 0.9.8
|
||||||
see CHANGES file or http://www.openssl.org/news/changelog.html
|
see CHANGES file or http://www.openssl.org/news/changelog.html
|
||||||
- adjust patches
|
- adjust patches
|
||||||
- drop obsolete openssl-no-libc.diff
|
- drop obsolete openssl-no-libc.diff
|
||||||
- disable libica patch until it has been ported
|
- disable libica patch until it has been ported
|
||||||
* Fri May 20 2005 - poeml@suse.de
|
* Fri May 20 2005 poeml@suse.de
|
||||||
- update to 0.9.7g. The significant changes are:
|
- update to 0.9.7g. The significant changes are:
|
||||||
*) Fixes for newer kerberos headers. NB: the casts are needed because
|
*) Fixes for newer kerberos headers. NB: the casts are needed because
|
||||||
the 'length' field is signed on one version and unsigned on another
|
the 'length' field is signed on one version and unsigned on another
|
||||||
@ -636,11 +645,11 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
Because they may be a security thread to unaware applications,
|
Because they may be a security thread to unaware applications,
|
||||||
they must be explicitely allowed in run-time. See
|
they must be explicitely allowed in run-time. See
|
||||||
docs/HOWTO/proxy_certificates.txt for further information.
|
docs/HOWTO/proxy_certificates.txt for further information.
|
||||||
* Tue May 17 2005 - schwab@suse.de
|
* Tue May 17 2005 schwab@suse.de
|
||||||
- Include %%cflags_profile_generate in ${CC} since it is required for
|
- Include %%cflags_profile_generate in ${CC} since it is required for
|
||||||
linking as well.
|
linking as well.
|
||||||
- Remove explicit reference to libc.
|
- Remove explicit reference to libc.
|
||||||
* Fri Apr 08 2005 - poeml@suse.de
|
* Fri Apr 08 2005 poeml@suse.de
|
||||||
- update to 0.9.7f. The most significant changes are:
|
- update to 0.9.7f. The most significant changes are:
|
||||||
o Several compilation issues fixed.
|
o Several compilation issues fixed.
|
||||||
o Many memory allocation failure checks added.
|
o Many memory allocation failure checks added.
|
||||||
@ -650,7 +659,7 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
(for a complete list see http://www.openssl.org/source/exp/CHANGES)
|
(for a complete list see http://www.openssl.org/source/exp/CHANGES)
|
||||||
- adjust openssl-0.9.7f-ppc64.diff
|
- adjust openssl-0.9.7f-ppc64.diff
|
||||||
- drop obsolete openssl-0.9.7d-crl-default_md.dif [#55435]
|
- drop obsolete openssl-0.9.7d-crl-default_md.dif [#55435]
|
||||||
* Tue Jan 04 2005 - poeml@suse.de
|
* Tue Jan 04 2005 poeml@suse.de
|
||||||
- update to 0.9.7e
|
- update to 0.9.7e
|
||||||
*) Avoid a race condition when CRLs are checked in a multi
|
*) Avoid a race condition when CRLs are checked in a multi
|
||||||
threaded environment. This would happen due to the reordering
|
threaded environment. This would happen due to the reordering
|
||||||
@ -675,18 +684,18 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
- pack /usr/bin/openssl_fips_fingerprint
|
- pack /usr/bin/openssl_fips_fingerprint
|
||||||
- in rpm post/postun script, run /sbin/ldconfig directly (the macro
|
- in rpm post/postun script, run /sbin/ldconfig directly (the macro
|
||||||
is deprecated)
|
is deprecated)
|
||||||
* Mon Oct 18 2004 - poeml@suse.de
|
* Mon Oct 18 2004 poeml@suse.de
|
||||||
- don't install openssl.doxy file [#45210]
|
- don't install openssl.doxy file [#45210]
|
||||||
* Thu Jul 29 2004 - poeml@suse.de
|
* Thu Jul 29 2004 poeml@suse.de
|
||||||
- apply patch from CVS to fix segfault in S/MIME encryption
|
- apply patch from CVS to fix segfault in S/MIME encryption
|
||||||
(http://cvs.openssl.org/chngview?cn=12081, regression in
|
(http://cvs.openssl.org/chngview?cn=12081, regression in
|
||||||
openssl-0.9.7d) [#43386]
|
openssl-0.9.7d) [#43386]
|
||||||
* Mon Jul 12 2004 - mludvig@suse.cz
|
* Mon Jul 12 2004 mludvig@suse.cz
|
||||||
- Updated VIA PadLock engine.
|
- Updated VIA PadLock engine.
|
||||||
* Wed Jun 30 2004 - mludvig@suse.cz
|
* Wed Jun 30 2004 mludvig@suse.cz
|
||||||
- Updated openssl-0.9.7d-padlock-engine.diff with support for
|
- Updated openssl-0.9.7d-padlock-engine.diff with support for
|
||||||
AES192, AES256 and RNG.
|
AES192, AES256 and RNG.
|
||||||
* Tue Jun 15 2004 - poeml@suse.de
|
* Tue Jun 15 2004 poeml@suse.de
|
||||||
- update IBM ICA patch to last night's version. Fixes ibmca_init()
|
- update IBM ICA patch to last night's version. Fixes ibmca_init()
|
||||||
to reset ibmca_dso=NULL after calling DSO_free(), if the device
|
to reset ibmca_dso=NULL after calling DSO_free(), if the device
|
||||||
driver could not be loaded. The bug lead to a segfault triggered
|
driver could not be loaded. The bug lead to a segfault triggered
|
||||||
@ -695,13 +704,13 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
out-of-range indexes). Fixes another possible segfault during
|
out-of-range indexes). Fixes another possible segfault during
|
||||||
engine detection (could also triggered by stunnel)
|
engine detection (could also triggered by stunnel)
|
||||||
- add patch from Michal Ludvig for VIA PadLock support
|
- add patch from Michal Ludvig for VIA PadLock support
|
||||||
* Wed Jun 02 2004 - poeml@suse.de
|
* Wed Jun 02 2004 poeml@suse.de
|
||||||
- add root certificate for the ICP-Brasil CA [#41546]
|
- add root certificate for the ICP-Brasil CA [#41546]
|
||||||
* Thu May 13 2004 - poeml@suse.de
|
* Thu May 13 2004 poeml@suse.de
|
||||||
- add patch to use default_md for CRLs too [#40435]
|
- add patch to use default_md for CRLs too [#40435]
|
||||||
* Tue May 04 2004 - poeml@suse.de
|
* Tue May 04 2004 poeml@suse.de
|
||||||
- update ICA patch to apr292004 release [#39695]
|
- update ICA patch to apr292004 release [#39695]
|
||||||
* Thu Mar 18 2004 - poeml@suse.de
|
* Thu Mar 18 2004 poeml@suse.de
|
||||||
- update to 0.9.7d
|
- update to 0.9.7d
|
||||||
o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
|
o Security: Fix Kerberos ciphersuite SSL/TLS handshaking bug
|
||||||
(CAN-2004-0112)
|
(CAN-2004-0112)
|
||||||
@ -716,7 +725,7 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
- [#36386] fixed (broken generation of EVP_BytesToKey.3ssl from the
|
- [#36386] fixed (broken generation of EVP_BytesToKey.3ssl from the
|
||||||
pod file)
|
pod file)
|
||||||
- permissions of lib/pkgconfig fixed
|
- permissions of lib/pkgconfig fixed
|
||||||
* Wed Feb 25 2004 - poeml@suse.de
|
* Wed Feb 25 2004 poeml@suse.de
|
||||||
- update to 0.9.7c
|
- update to 0.9.7c
|
||||||
*) Fix various bugs revealed by running the NISCC test suite:
|
*) Fix various bugs revealed by running the NISCC test suite:
|
||||||
Stop out of bounds reads in the ASN1 code when presented with
|
Stop out of bounds reads in the ASN1 code when presented with
|
||||||
@ -755,31 +764,31 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
underscores
|
underscores
|
||||||
- fix compiler warnings in showciphers.c
|
- fix compiler warnings in showciphers.c
|
||||||
- fix permissions of /usr/%%_lib/pkgconfig
|
- fix permissions of /usr/%%_lib/pkgconfig
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
- remove unneeded PreRequires
|
- remove unneeded PreRequires
|
||||||
* Tue Nov 18 2003 - poeml@suse.de
|
* Tue Nov 18 2003 poeml@suse.de
|
||||||
- ditch annoying mail to root about moved locations [#31969]
|
- ditch annoying mail to root about moved locations [#31969]
|
||||||
* Wed Aug 13 2003 - poeml@suse.de
|
* Thu Aug 14 2003 poeml@suse.de
|
||||||
- enable profile feedback based optimizations (except AES which
|
- enable profile feedback based optimizations (except AES which
|
||||||
becomes slower)
|
becomes slower)
|
||||||
- add -fno-strict-aliasing, due to warnings about code where
|
- add -fno-strict-aliasing, due to warnings about code where
|
||||||
dereferencing type-punned pointers will break strict aliasing
|
dereferencing type-punned pointers will break strict aliasing
|
||||||
- make a readlink function if readlink is not available
|
- make a readlink function if readlink is not available
|
||||||
* Mon Aug 04 2003 - ro@suse.de
|
* Mon Aug 04 2003 ro@suse.de
|
||||||
- fixed manpages symlinks
|
- fixed manpages symlinks
|
||||||
* Wed Jul 30 2003 - meissner@suse.de
|
* Wed Jul 30 2003 meissner@suse.de
|
||||||
- Fix Makefile to create pkgconfig file with lib64 on lib64 systems.
|
- Fix Makefile to create pkgconfig file with lib64 on lib64 systems.
|
||||||
* Sun Jul 27 2003 - poeml@suse.de
|
* Sun Jul 27 2003 poeml@suse.de
|
||||||
- don't explicitely strip binaries since RPM handles it, and may
|
- don't explicitely strip binaries since RPM handles it, and may
|
||||||
keep the stripped information somewhere
|
keep the stripped information somewhere
|
||||||
* Tue Jul 15 2003 - meissner@suse.de
|
* Tue Jul 15 2003 meissner@suse.de
|
||||||
- -DMD32_REG_T=int for ppc64 and s390x.
|
- -DMD32_REG_T=int for ppc64 and s390x.
|
||||||
* Thu Jul 10 2003 - poeml@suse.de
|
* Fri Jul 11 2003 poeml@suse.de
|
||||||
- update ibm ICA patch to 20030708 release (libica-1.3)
|
- update ibm ICA patch to 20030708 release (libica-1.3)
|
||||||
* Mon May 12 2003 - poeml@suse.de
|
* Tue May 13 2003 poeml@suse.de
|
||||||
- package the openssl.pc file for pkgconfig
|
- package the openssl.pc file for pkgconfig
|
||||||
* Wed Apr 16 2003 - poeml@suse.de
|
* Wed Apr 16 2003 poeml@suse.de
|
||||||
- update to 0.9.7b. The most significant changes are:
|
- update to 0.9.7b. The most significant changes are:
|
||||||
o New library section OCSP.
|
o New library section OCSP.
|
||||||
o Complete rewrite of ASN1 code.
|
o Complete rewrite of ASN1 code.
|
||||||
@ -827,7 +836,7 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
- adapt the ibmca patch
|
- adapt the ibmca patch
|
||||||
- remove openssl-nocrypt.diff, openssl's crypt() vanished
|
- remove openssl-nocrypt.diff, openssl's crypt() vanished
|
||||||
- configuration syntax has changed ($sys_id added before $lflags)
|
- configuration syntax has changed ($sys_id added before $lflags)
|
||||||
* Thu Feb 20 2003 - poeml@suse.de
|
* Thu Feb 20 2003 poeml@suse.de
|
||||||
- update to bugfix release 0.9.6i:
|
- update to bugfix release 0.9.6i:
|
||||||
- security fix: In ssl3_get_record (ssl/s3_pkt.c), minimize
|
- security fix: In ssl3_get_record (ssl/s3_pkt.c), minimize
|
||||||
information leaked via timing by performing a MAC computation
|
information leaked via timing by performing a MAC computation
|
||||||
@ -836,7 +845,7 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
has to distinguish between bad padding and a MAC verification
|
has to distinguish between bad padding and a MAC verification
|
||||||
error. (CAN-2003-0078)
|
error. (CAN-2003-0078)
|
||||||
- a few more small bugfixes (mainly missing assertions)
|
- a few more small bugfixes (mainly missing assertions)
|
||||||
* Fri Dec 06 2002 - poeml@suse.de
|
* Fri Dec 06 2002 poeml@suse.de
|
||||||
- update to 0.9.6h (last release in the 0.9.6 series)
|
- update to 0.9.6h (last release in the 0.9.6 series)
|
||||||
o New configuration targets for Tandem OSS and A/UX.
|
o New configuration targets for Tandem OSS and A/UX.
|
||||||
o New OIDs for Microsoft attributes.
|
o New OIDs for Microsoft attributes.
|
||||||
@ -852,27 +861,27 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
- add a call to make depend
|
- add a call to make depend
|
||||||
- fix sed expression (lib -> lib64) to replace multiple occurences
|
- fix sed expression (lib -> lib64) to replace multiple occurences
|
||||||
on one line
|
on one line
|
||||||
* Mon Nov 04 2002 - stepan@suse.de
|
* Mon Nov 04 2002 stepan@suse.de
|
||||||
- fix openssl for alpha ev56 cpus
|
- fix openssl for alpha ev56 cpus
|
||||||
* Thu Oct 24 2002 - poeml@suse.de
|
* Thu Oct 24 2002 poeml@suse.de
|
||||||
- own the /usr/share/ssl directory [#20849]
|
- own the /usr/share/ssl directory [#20849]
|
||||||
- openssl-hppa-config.diff can be applied on all architectures
|
- openssl-hppa-config.diff can be applied on all architectures
|
||||||
* Mon Sep 30 2002 - bg@suse.de
|
* Mon Sep 30 2002 bg@suse.de
|
||||||
- enable hppa distribution; use only pa1.1 architecture.
|
- enable hppa distribution; use only pa1.1 architecture.
|
||||||
* Tue Sep 17 2002 - froh@suse.de
|
* Tue Sep 17 2002 froh@suse.de
|
||||||
- update ibm-hardware-crypto-patch to ibmca.patch-0.96e-2 (#18953)
|
- update ibm-hardware-crypto-patch to ibmca.patch-0.96e-2 (#18953)
|
||||||
* Mon Aug 12 2002 - poeml@suse.de
|
* Mon Aug 12 2002 poeml@suse.de
|
||||||
- update to 0.9.6g and drop the now included ASN1 check patch.
|
- update to 0.9.6g and drop the now included ASN1 check patch.
|
||||||
Other change:
|
Other change:
|
||||||
- Use proper error handling instead of 'assertions' in buffer
|
- Use proper error handling instead of 'assertions' in buffer
|
||||||
overflow checks added in 0.9.6e. This prevents DoS (the
|
overflow checks added in 0.9.6e. This prevents DoS (the
|
||||||
assertions could call abort()).
|
assertions could call abort()).
|
||||||
* Fri Aug 09 2002 - kukuk@suse.de
|
* Fri Aug 09 2002 kukuk@suse.de
|
||||||
- Fix requires of openssl-devel subpackage
|
- Fix requires of openssl-devel subpackage
|
||||||
* Tue Aug 06 2002 - draht@suse.de
|
* Tue Aug 06 2002 draht@suse.de
|
||||||
- Correction for changes in the ASN1 code, assembled in
|
- Correction for changes in the ASN1 code, assembled in
|
||||||
openssl-0.9.6e-cvs-20020802-asn1_lib.diff
|
openssl-0.9.6e-cvs-20020802-asn1_lib.diff
|
||||||
* Thu Aug 01 2002 - poeml@suse.de
|
* Thu Aug 01 2002 poeml@suse.de
|
||||||
- update to 0.9.6e. Major changes:
|
- update to 0.9.6e. Major changes:
|
||||||
o Various security fixes (sanity checks to asn1_get_length(),
|
o Various security fixes (sanity checks to asn1_get_length(),
|
||||||
various remote buffer overflows)
|
various remote buffer overflows)
|
||||||
@ -886,7 +895,7 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
[#9913] and resolve man page conflicts by putting them into ssl
|
[#9913] and resolve man page conflicts by putting them into ssl
|
||||||
sections [#17239]
|
sections [#17239]
|
||||||
- spec file: use PreReq for %%post script
|
- spec file: use PreReq for %%post script
|
||||||
* Fri Jul 12 2002 - poeml@suse.de
|
* Fri Jul 12 2002 poeml@suse.de
|
||||||
- update to 0.9.6d. Major changes:
|
- update to 0.9.6d. Major changes:
|
||||||
o Various SSL/TLS library bugfixes.
|
o Various SSL/TLS library bugfixes.
|
||||||
o Fix DH parameter generation for 'non-standard' generators.
|
o Fix DH parameter generation for 'non-standard' generators.
|
||||||
@ -900,29 +909,29 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
- resolve file conflict of /usr/share/man/man1/openssl.1.gz [#15982]
|
- resolve file conflict of /usr/share/man/man1/openssl.1.gz [#15982]
|
||||||
- move configuration to /etc/ssl [#14387]
|
- move configuration to /etc/ssl [#14387]
|
||||||
- mark openssl.cnf %%config (noreplace)
|
- mark openssl.cnf %%config (noreplace)
|
||||||
* Sat Jul 06 2002 - schwab@suse.de
|
* Sat Jul 06 2002 schwab@suse.de
|
||||||
- Include <crypt.h> to get crypt prototype.
|
- Include <crypt.h> to get crypt prototype.
|
||||||
* Fri Jul 05 2002 - kukuk@suse.de
|
* Fri Jul 05 2002 kukuk@suse.de
|
||||||
- Remove crypt prototype from des.h header file, too.
|
- Remove crypt prototype from des.h header file, too.
|
||||||
* Mon Jun 10 2002 - meissner@suse.de
|
* Mon Jun 10 2002 meissner@suse.de
|
||||||
- enhanced ppc64 support (needs seperate config), reenabled make check
|
- enhanced ppc64 support (needs seperate config), reenabled make check
|
||||||
* Fri May 31 2002 - olh@suse.de
|
* Fri May 31 2002 olh@suse.de
|
||||||
- add ppc64 support, temporary disable make check
|
- add ppc64 support, temporary disable make check
|
||||||
* Thu Apr 18 2002 - meissner@suse.de
|
* Thu Apr 18 2002 meissner@suse.de
|
||||||
- fixed x86_64 build, added bc to needed_for_build (used by tests)
|
- fixed x86_64 build, added bc to needed_for_build (used by tests)
|
||||||
* Wed Apr 17 2002 - ro@suse.de
|
* Wed Apr 17 2002 ro@suse.de
|
||||||
- fixed gcc version determination
|
- fixed gcc version determination
|
||||||
- drop sun4c support/always use sparcv8
|
- drop sun4c support/always use sparcv8
|
||||||
- ignore return code from showciphers
|
- ignore return code from showciphers
|
||||||
* Fri Mar 15 2002 - poeml@suse.de
|
* Fri Mar 15 2002 poeml@suse.de
|
||||||
- add settings for sparc to build shared objects. Note that all
|
- add settings for sparc to build shared objects. Note that all
|
||||||
sparcs (sun4[mdu]) are recognized as linux-sparcv7
|
sparcs (sun4[mdu]) are recognized as linux-sparcv7
|
||||||
* Wed Feb 06 2002 - kukuk@suse.de
|
* Wed Feb 06 2002 kukuk@suse.de
|
||||||
- Remove crypt function from libcrypto.so.0 [Bug #13056]
|
- Remove crypt function from libcrypto.so.0 [Bug #13056]
|
||||||
* Sun Feb 03 2002 - poeml@suse.de
|
* Mon Feb 04 2002 poeml@suse.de
|
||||||
- add settings for mips to build shared objects
|
- add settings for mips to build shared objects
|
||||||
- print out all settings to the build log
|
- print out all settings to the build log
|
||||||
* Tue Jan 29 2002 - poeml@suse.de
|
* Tue Jan 29 2002 poeml@suse.de
|
||||||
- update to 0.9.6c:
|
- update to 0.9.6c:
|
||||||
o bug fixes
|
o bug fixes
|
||||||
o support for hardware crypto devices (Cryptographic Appliances,
|
o support for hardware crypto devices (Cryptographic Appliances,
|
||||||
@ -934,90 +943,90 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
|
|||||||
- tweak Makefile.org to use %%_libdir
|
- tweak Makefile.org to use %%_libdir
|
||||||
- clean up spec file
|
- clean up spec file
|
||||||
- add README.SuSE as source file instead of in a patch
|
- add README.SuSE as source file instead of in a patch
|
||||||
* Wed Dec 05 2001 - uli@suse.de
|
* Wed Dec 05 2001 uli@suse.de
|
||||||
- disabled "make test" for ARM (destest segfaults, the other tests
|
- disabled "make test" for ARM (destest segfaults, the other tests
|
||||||
seem to succeed)
|
seem to succeed)
|
||||||
* Wed Dec 05 2001 - ro@suse.de
|
* Wed Dec 05 2001 ro@suse.de
|
||||||
- removed subpackage src
|
- removed subpackage src
|
||||||
* Wed Nov 28 2001 - uli@suse.de
|
* Wed Nov 28 2001 uli@suse.de
|
||||||
- needs -ldl on ARM, too
|
- needs -ldl on ARM, too
|
||||||
* Mon Nov 19 2001 - mls@suse.de
|
* Mon Nov 19 2001 mls@suse.de
|
||||||
- made mips big endian, fixed shared library creation for mips
|
- made mips big endian, fixed shared library creation for mips
|
||||||
* Fri Aug 31 2001 - rolf@suse.de
|
* Fri Aug 31 2001 rolf@suse.de
|
||||||
- added root certificates [BUG#9913]
|
- added root certificates [BUG#9913]
|
||||||
- move from /usr/ssh to /usr/share/ssl
|
- move from /usr/ssh to /usr/share/ssl
|
||||||
* Wed Jul 18 2001 - rolf@suse.de
|
* Wed Jul 18 2001 rolf@suse.de
|
||||||
- update to 0.9.6b
|
- update to 0.9.6b
|
||||||
- switch to engine version of openssl, which supports hardware
|
- switch to engine version of openssl, which supports hardware
|
||||||
encryption for a few popular devices
|
encryption for a few popular devices
|
||||||
- check wether shared libraries have been generated
|
- check wether shared libraries have been generated
|
||||||
* Thu Jul 05 2001 - rolf@suse.de
|
* Thu Jul 05 2001 rolf@suse.de
|
||||||
- appliy PRNG security patch
|
- appliy PRNG security patch
|
||||||
* Tue Jun 12 2001 - bk@suse.de
|
* Tue Jun 12 2001 bk@suse.de
|
||||||
- added support for s390x
|
- added support for s390x
|
||||||
* Mon May 07 2001 - kukuk@suse.de
|
* Mon May 07 2001 kukuk@suse.de
|
||||||
- Fix building of shared libraries on SPARC, too.
|
- Fix building of shared libraries on SPARC, too.
|
||||||
* Mon May 07 2001 - rolf@suse.de
|
* Mon May 07 2001 rolf@suse.de
|
||||||
- Fix ppc and s390 shared library builds
|
- Fix ppc and s390 shared library builds
|
||||||
- resolved conflict in manpage naming:
|
- resolved conflict in manpage naming:
|
||||||
rand.3 is now sslrand.3 [BUG#7643]
|
rand.3 is now sslrand.3 [BUG#7643]
|
||||||
* Tue May 01 2001 - schwab@suse.de
|
* Wed May 02 2001 schwab@suse.de
|
||||||
- Fix ia64 configuration.
|
- Fix ia64 configuration.
|
||||||
- Fix link command.
|
- Fix link command.
|
||||||
* Thu Apr 26 2001 - bjacke@suse.de
|
* Thu Apr 26 2001 bjacke@suse.de
|
||||||
- updated to 0.96a
|
- updated to 0.96a
|
||||||
* Wed Apr 18 2001 - kkaempf@suse.de
|
* Wed Apr 18 2001 kkaempf@suse.de
|
||||||
- provide .so files in -devel package only
|
- provide .so files in -devel package only
|
||||||
* Tue Apr 17 2001 - bjacke@suse.de
|
* Tue Apr 17 2001 bjacke@suse.de
|
||||||
- resolve file name conflict (#6966)
|
- resolve file name conflict (#6966)
|
||||||
* Wed Mar 21 2001 - rolf@suse.de
|
* Wed Mar 21 2001 rolf@suse.de
|
||||||
- new subpackage openssl-src [BUG#6383]
|
- new subpackage openssl-src [BUG#6383]
|
||||||
- added README.SuSE which explains where to find the man pages [BUG#6717]
|
- added README.SuSE which explains where to find the man pages [BUG#6717]
|
||||||
* Fri Dec 15 2000 - sf@suse.de
|
* Fri Dec 15 2000 sf@suse.de
|
||||||
- changed CFLAG to -O1 to make the tests run successfully
|
- changed CFLAG to -O1 to make the tests run successfully
|
||||||
* Mon Dec 11 2000 - rolf@suse.de
|
* Mon Dec 11 2000 rolf@suse.de
|
||||||
- build openssl with no-idea and no-rc5 to meet US & RSA regulations
|
- build openssl with no-idea and no-rc5 to meet US & RSA regulations
|
||||||
- build with -fPIC on all platforms (especially IA64)
|
- build with -fPIC on all platforms (especially IA64)
|
||||||
* Wed Nov 22 2000 - rolf@suse.de
|
* Wed Nov 22 2000 rolf@suse.de
|
||||||
- rename openssls to openssl-devel and add shared libs and header files
|
- rename openssls to openssl-devel and add shared libs and header files
|
||||||
- new subpackge openssl-doc for manpages and documentation
|
- new subpackge openssl-doc for manpages and documentation
|
||||||
- use BuildRoot
|
- use BuildRoot
|
||||||
* Fri Oct 27 2000 - schwab@suse.de
|
* Fri Oct 27 2000 schwab@suse.de
|
||||||
- Add link-time links for libcrypto and libssl.
|
- Add link-time links for libcrypto and libssl.
|
||||||
- Make sure that LD_LIBRARY_PATH is passed down to sub-makes.
|
- Make sure that LD_LIBRARY_PATH is passed down to sub-makes.
|
||||||
* Mon Oct 02 2000 - rolf@suse.de
|
* Mon Oct 02 2000 rolf@suse.de
|
||||||
- update to 0.9.6
|
- update to 0.9.6
|
||||||
* Mon Apr 10 2000 - bk@suse.de
|
* Tue Apr 11 2000 bk@suse.de
|
||||||
- fix support for s390-linux
|
- fix support for s390-linux
|
||||||
* Mon Apr 10 2000 - rolf@suse.de
|
* Mon Apr 10 2000 rolf@suse.de
|
||||||
- new version 0.9.5a
|
- new version 0.9.5a
|
||||||
* Sun Apr 09 2000 - bk@suse.de
|
* Sun Apr 09 2000 bk@suse.de
|
||||||
- add support for s390-linux
|
- add support for s390-linux
|
||||||
* Mon Mar 27 2000 - kukuk@suse.de
|
* Mon Mar 27 2000 kukuk@suse.de
|
||||||
- Use sparcv7 for SPARC
|
- Use sparcv7 for SPARC
|
||||||
* Wed Mar 01 2000 - rolf@suse.de
|
* Wed Mar 01 2000 rolf@suse.de
|
||||||
- move manpages back, as too many conflict with system manuals
|
- move manpages back, as too many conflict with system manuals
|
||||||
* Wed Mar 01 2000 - rolf@suse.de
|
* Wed Mar 01 2000 rolf@suse.de
|
||||||
- move manpages to %%{_mandir}
|
- move manpages to %%{_mandir}
|
||||||
- include static libraries
|
- include static libraries
|
||||||
* Wed Mar 01 2000 - bk@suse.de
|
* Wed Mar 01 2000 bk@suse.de
|
||||||
- added subpackage source openssls, needed for ppp_ssl
|
- added subpackage source openssls, needed for ppp_ssl
|
||||||
* Tue Feb 29 2000 - rolf@suse.de
|
* Tue Feb 29 2000 rolf@suse.de
|
||||||
- new version 0.9.5
|
- new version 0.9.5
|
||||||
* Thu Feb 24 2000 - schwab@suse.de
|
* Thu Feb 24 2000 schwab@suse.de
|
||||||
- add support for ia64-linux
|
- add support for ia64-linux
|
||||||
* Mon Jan 31 2000 - kukuk@suse.de
|
* Mon Jan 31 2000 kukuk@suse.de
|
||||||
- Create and add libcrypto.so.0 and libssl.so.0
|
- Create and add libcrypto.so.0 and libssl.so.0
|
||||||
* Mon Sep 13 1999 - bs@suse.de
|
* Mon Sep 13 1999 bs@suse.de
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Wed Sep 01 1999 - rolf@suse.de
|
* Wed Sep 01 1999 rolf@suse.de
|
||||||
- new version 0.9.4
|
- new version 0.9.4
|
||||||
* Wed May 26 1999 - rolf@suse.de
|
* Wed May 26 1999 rolf@suse.de
|
||||||
- new version 0.9.3 with new layout
|
- new version 0.9.3 with new layout
|
||||||
- alpha asm disabled by default now, no patch needed
|
- alpha asm disabled by default now, no patch needed
|
||||||
* Thu May 20 1999 - ro@suse.de
|
* Thu May 20 1999 ro@suse.de
|
||||||
- disable asm for alpha: seems incomplete
|
- disable asm for alpha: seems incomplete
|
||||||
* Mon May 17 1999 - rolf@suse.de
|
* Mon May 17 1999 rolf@suse.de
|
||||||
- don't use -DNO_IDEA
|
- don't use -DNO_IDEA
|
||||||
* Wed May 12 1999 - rolf@suse.de
|
* Wed May 12 1999 rolf@suse.de
|
||||||
- first version 0.9.2b
|
- first version 0.9.2b
|
||||||
|
Loading…
Reference in New Issue
Block a user