source: projects/specs/trunk/o/openssl/openssl-vl.spec @ 12531

Revision 12531, 32.2 KB checked in by tomop, 3 years ago (diff)

updated 10 packages

file-5.39-1

jansson-2.13.1-1

lz4-1.9.3-1

libarchive-3.5.1-1

libcap-ng-0.8.2-1

libevent-2.1.12-1

libnet-1.2-1

nss-3.61-1

openssl-1.1.1j-1

zstd-1.4.8-1

Line 
1%bcond_with fips
2
3%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
4%{!?_pkgdocdir:%global _pkgdocdir %{_docdir}}
5# 1.0.0 soversion = 10
6# 1.1.0 soversion = 1.1 (same as upstream although presence of some symbols
7#                        depends on build configuration options)
8%define soversion 1.1
9
10Summary: Secure Sockets Layer Toolkit
11Name: openssl
12Version: 1.1.1j
13Release: 1%{_dist_release}
14Group: system,security
15Vendor: Project Vine
16Distribution: Vine Linux
17Packager: daisuke, iwamoto
18
19License: BSDish
20URL: https://www.openssl.org//
21# We have to remove certain patented algorithms from the openssl source
22# tarball with the hobble-openssl script which is included below.
23# The original openssl upstream tarball cannot be shipped in the .src.rpm.
24Source: openssl-%{version}-hobbled.tar.xz
25Source1: hobble-openssl
26Source2: Makefile.certificate
27Source6: make-dummy-cert
28Source7: renew-dummy-cert
29Source9: opensslconf-new.h
30Source10: opensslconf-new-warning.h
31Source11: README.FIPS
32Source12: ec_curve.c
33Source13: ectest.c
34
35# Build changes
36Patch1: openssl-1.1.1f-build.patch
37Patch2: openssl-1.1.0-defaults.patch
38Patch3: openssl-1.1.0-no-html.patch
39Patch4: openssl-1.1.1-man-rename.patch
40# Bug fixes
41Patch21: openssl-1.1.0-issuer-hash.patch
42# Functionality changes
43Patch31: openssl-1.1.1-conf-paths.patch
44Patch32: openssl-1.1.1-version-add-engines.patch
45Patch33: openssl-1.1.1-apps-dgst.patch
46Patch36: openssl-1.1.1-no-brainpool.patch
47Patch37: openssl-1.1.1-ec-curves.patch
48Patch38: openssl-1.1.1-no-weak-verify.patch
49Patch40: openssl-1.1.1-disable-ssl3.patch
50Patch41: openssl-1.1.1-system-cipherlist.patch
51Patch42: openssl-1.1.1-fips.patch
52Patch44: openssl-1.1.1-version-override.patch
53Patch45: openssl-1.1.1-weak-ciphers.patch
54Patch46: openssl-1.1.1-seclevel.patch
55Patch48: openssl-1.1.1-fips-post-rand.patch
56Patch49: openssl-1.1.1-evp-kdf.patch
57Patch50: openssl-1.1.1-ssh-kdf.patch
58Patch51: openssl-1.1.1-intel-cet.patch
59Patch60: openssl-1.1.1-krb5-kdf.patch
60Patch61: openssl-1.1.1-edk2-build.patch
61Patch62: openssl-1.1.1-fips-curves.patch
62Patch65: openssl-1.1.1-fips-drbg-selftest.patch
63Patch66: openssl-1.1.1-fips-dh.patch
64Patch67: openssl-1.1.1-kdf-selftest.patch
65Patch69: openssl-1.1.1-alpn-cb.patch
66Patch70: openssl-1.1.1-rewire-fips-drbg.patch
67# Backported fixes including security fixes
68Patch52: openssl-1.1.1-s390x-update.patch
69Patch53: openssl-1.1.1-fips-crng-test.patch
70Patch55: openssl-1.1.1-arm-update.patch
71Patch56: openssl-1.1.1-s390x-ecc.patch
72
73# security fix
74# none
75
76BuildRoot: %{_tmppath}/%{name}-%{version}-root
77BuildRequires: perl, sed
78BuildRequires: zlib-devel, krb5-devel
79BuildRequires: lksctp-tools-devel
80
81Requires: mktemp
82Requires: ca-certificates
83
84%define solibbase %(echo %version | sed 's/[[:alpha:]]//g')
85
86%description
87The OpenSSL certificate management tool and the shared libraries that
88provide various cryptographic algorithms and protocols.
89
90
91%package devel
92Summary: OpenSSL libraries and development headers.
93Group: programming
94Requires: %{name} = %{version}-%{release}
95Requires: krb5-devel
96
97%description devel
98The static libraries and include files needed to compile apps
99with support for various the cryptographic algorithms and protocols
100supported by OpenSSL.
101
102Patches for many networking apps can be found at:
103ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/
104
105
106%package static
107Summary:  Libraries for static linking of applications which will use OpenSSL
108Group: programming
109Requires: %{name}-devel = %{version}-%{release}
110
111%description static
112OpenSSL is a toolkit for supporting cryptography. The openssl-static
113package contains static libraries needed for static linking of
114applications which support various cryptographic algorithms and
115protocols.
116
117
118%package perl
119Summary: OpenSSL scripts which require Perl.
120Group: security
121Requires: %{name} = %{version}-%{release}
122Requires: perl
123
124%description perl
125Perl scripts provided with OpenSSL for converting certificates and keys
126from other formats to those used by OpenSSL.
127
128
129## to build compat32 for x86_64 architecture support
130%package -n compat32-%{name}
131Summary: Secure Sockets Layer Toolkit
132Group: system
133Requires: %{name} = %{version}-%{release}
134%description -n compat32-%{name}
135The OpenSSL certificate management tool and the shared libraries that
136provide various cryptographic algorithms and protocols.
137
138
139%package -n compat32-%{name}-devel
140Summary: OpenSSL libraries and development headers.
141Group: programming
142Requires: compat32-%{name} = %{version}-%{release}
143Requires: compat32-krb5-devel
144%description -n compat32-%{name}-devel
145The static libraries and include files needed to compile apps
146with support for various the cryptographic algorithms and protocols
147supported by OpenSSL.
148
149
150%debug_package
151
152
153%prep
154%setup -q -n %{name}-%{version}
155
156# The hobble_openssl is called here redundantly, just to be sure.
157# The tarball has already the sources removed.
158%{SOURCE1} > /dev/null
159
160cp %{SOURCE12} crypto/ec/
161cp %{SOURCE13} test/
162
163%patch1 -p1 -b .build   %{?_rawbuild}
164%patch2 -p1 -b .defaults
165%patch3 -p1 -b .no-html  %{?_rawbuild}
166%patch4 -p1 -b .man-rename
167
168%patch21 -p1 -b .issuer-hash
169
170%patch31 -p1 -b .conf-paths
171%patch32 -p1 -b .version-add-engines
172%patch33 -p1 -b .dgst
173%patch36 -p1 -b .no-brainpool
174%patch37 -p1 -b .curves
175%patch38 -p1 -b .no-weak-verify
176%patch40 -p1 -b .disable-ssl3
177%patch41 -p1 -b .system-cipherlist
178%if %{with fips}
179%patch42 -p1 -b .fips
180%endif
181%if %{with fips}
182%patch44 -p1 -b .version-override
183%endif
184%patch45 -p1 -b .weak-ciphers
185%if %{with fips}
186%patch46 -p1 -b .seclevel
187%patch49 -p1 -b .evp-kdf
188%patch50 -p1 -b .ssh-kdf
189%patch51 -p1 -b .upstream-sync
190#patch52 -p1 -b .s390x-update
191%endif
192%if %{with fips}
193%patch53 -p1 -b .crng-test
194%endif
195#patch55 -p1 -b .arm-update
196#patch56 -p1 -b .s390x-ecc
197%if %{with fips}
198%patch60 -p1 -b .krb5-kdf
199%patch61 -p1 -b .edk2-build
200%patch62 -p1 -b .fips-curves
201%patch65 -p1 -b .drbg-selftest
202%patch66 -p1 -b .fips-dh
203%patch67 -p1 -b .kdf-selftest
204%endif
205%patch69 -p1 -b .alpn-cb
206%if %{with fips}
207%patch70 -p1 -b .rewire-fips-drbg
208%endif
209
210# security fix
211# none
212
213
214%build
215# Figure out which flags we want to use.
216# default
217sslarch=%{_os}-%{_target_cpu}
218#
219%ifarch %ix86
220sslarch=linux-elf
221if ! echo %{_target} | grep -q i686 ; then
222   sslflags="no-asm 386"
223fi
224%endif
225%ifarch x86_64
226sslflags=enable-ec_nistp_64_gcc_128
227%endif
228
229# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
230# marked as not requiring an executable stack.
231# Also add -DPURIFY to make using valgrind with openssl easier as we do not
232# want to depend on the uninitialized memory as a source of entropy anyway.
233RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack -DPURIFY $RPM_LD_FLAGS"
234
235export HASHBANGPERL=/usr/bin/perl
236
237perl -pi -e 's|/engines-|/%{name}/engines-|' ./Configurations/unix-Makefile.tmpl
238
239# ia64, x86_64, ppc are OK by default
240# Configure the build tree.  Override OpenSSL defaults with known-good defaults
241# usable on all platforms.  The Configure script already knows to use -fPIC and
242# RPM_OPT_FLAGS, so we can skip specifiying them here.
243./Configure \
244        --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
245        --system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \
246        zlib enable-camellia enable-seed enable-rfc3779 enable-sctp \
247        enable-cms enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method \
248        enable-weak-ssl-ciphers \
249        no-mdc2 no-ec2m no-sm2 no-sm4 \
250        shared  ${sslarch} $RPM_OPT_FLAGS '-DDEVRANDOM="\"/dev/urandom\""'
251
252# Do not run this in a production package the FIPS symbols must be patched-in
253#util/mkdef.pl crypto update
254
255make all
256
257%if %{with fips}
258# Overwrite FIPS README
259cp -f %{SOURCE11} .
260%endif
261
262# Clean up the .pc files
263for i in libcrypto.pc libssl.pc openssl.pc ; do
264  sed -i '/^Libs.private:/{s/-L[^ ]* //;s/-Wl[^ ]* //}' $i
265done
266
267
268%check
269# Verify that what was compiled actually works.
270
271# Hack - either enable SCTP AUTH chunks in kernel or disable sctp for check
272(sysctl net.sctp.addip_enable=1 && sysctl net.sctp.auth_enable=1) || \
273(echo 'Failed to enable SCTP AUTH chunks, disabling SCTP for tests...' &&
274 sed '/"zlib-dynamic" => "default",/a\ \ "sctp" => "default",' configdata.pm > configdata.pm.new && \
275 touch -r configdata.pm configdata.pm.new && \
276 mv -f configdata.pm.new configdata.pm)
277
278# We must revert patch31 before tests otherwise they will fail
279patch -p1 -R < %{PATCH31}
280
281# drop a recipe includes tests for brainpool curves (not supported by openssl-hobbled).
282rm -f test/recipes/80-test_ssl_new.t
283
284LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
285export LD_LIBRARY_PATH
286OPENSSL_ENABLE_MD5_VERIFY=
287export OPENSSL_ENABLE_MD5_VERIFY
288OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file
289export OPENSSL_SYSTEM_CIPHERS_OVERRIDE
290make test
291
292# Add generation of HMAC checksum of the final stripped library
293%define __spec_install_post \
294    %{?__debug_package:%{__debug_install_post}} \
295    %{__arch_install_post} \
296    %{__os_install_post} \
297%{nil}
298
299%define __provides_exclude_from %{_libdir}/openssl
300
301
302%install
303[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
304# Install OpenSSL.
305install -d $RPM_BUILD_ROOT{/%{_lib},%{_bindir},%{_includedir},%{_libdir},%{_mandir},%{_libdir}/openssl,%{_pkgdocdir}}
306make DESTDIR=$RPM_BUILD_ROOT install
307mv $RPM_BUILD_ROOT%{_libdir}/lib*.so.%{soversion} $RPM_BUILD_ROOT/%{_lib}/
308rename so.%{soversion} so.%{version} $RPM_BUILD_ROOT/%{_lib}/*.so.%{soversion}
309for lib in $RPM_BUILD_ROOT/%{_lib}/*.so.%{version} ; do
310        chmod 755 ${lib}
311        ln -s -f ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT/%{_libdir}/`basename ${lib} .%{version}`
312        ln -s -f `basename ${lib}` $RPM_BUILD_ROOT/%{_lib}/`basename ${lib} .%{version}`.%{soversion}
313done
314
315# Install a makefile for generating keys and self-signed certs, and a script
316# for generating them on the fly.
317mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs
318install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_pkgdocdir}/Makefile.certificate
319install -m755 %{SOURCE6} $RPM_BUILD_ROOT%{_bindir}/make-dummy-cert
320install -m755 %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}/renew-dummy-cert
321
322# Move runable perl scripts to bindir
323mv $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/misc/*.pl $RPM_BUILD_ROOT%{_bindir}
324mv $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/misc/tsget $RPM_BUILD_ROOT%{_bindir}
325
326# Rename man pages so that they don't conflict with other system man pages.
327pushd $RPM_BUILD_ROOT%{_mandir}
328ln -s -f config.5 man5/openssl.cnf.5
329for manpage in man*/* ; do
330        if [ -L ${manpage} ]; then
331                TARGET=`ls -l ${manpage} | awk '{ print $NF }'`
332                ln -snf ${TARGET}ssl ${manpage}ssl
333                rm -f ${manpage}
334        else
335                mv ${manpage} ${manpage}ssl
336        fi
337done
338for conflict in passwd rand ; do
339        rename ${conflict} ssl${conflict} man*/${conflict}*
340# Fix dangling symlinks
341        manpage=man1/openssl-${conflict}.*
342        if [ -L ${manpage} ] ; then
343                ln -snf ssl${conflict}.1ssl ${manpage}
344        fi
345done
346popd
347
348mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA
349mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/private
350mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/certs
351mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/crl
352mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/newcerts
353
354# Ensure the config file timestamps are identical across builds to avoid
355# mulitlib conflicts and unnecessary renames on upgrade
356touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.cnf
357touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/ct_log_list.cnf
358
359rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.cnf.dist
360rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/ct_log_list.cnf.dist
361
362# Determine which arch opensslconf.h is going to try to #include.
363basearch=%{_arch}
364%ifarch %{ix86}
365basearch=i386
366%endif
367
368# Next step of gradual disablement of SSL3.
369# Make SSL3 disappear to newly built dependencies.
370sed -i '/^\#ifndef OPENSSL_NO_SSL_TRACE/i\
371#ifndef OPENSSL_NO_SSL3\
372# define OPENSSL_NO_SSL3\
373#endif' $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h
374
375%ifarch %{multilib_arches}
376# Do an opensslconf.h switcheroo to avoid file conflicts on systems where you
377# can have both a 32- and 64-bit version of the library, and they each need
378# their own correct-but-different versions of opensslconf.h to be usable.
379install -m644 %{SOURCE10} \
380        $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf-${basearch}.h
381cat $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h >> \
382        $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf-${basearch}.h
383install -m644 %{SOURCE9} \
384        $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h
385%endif
386LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
387export LD_LIBRARY_PATH
388
389
390%clean
391[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
392
393
394%files
395%defattr(-,root,root)
396%{!?_licensedir:%global license %%doc}
397%license LICENSE
398%doc FAQ NEWS README
399%if %{with fips}
400%doc README.FIPS
401%endif
402%{_pkgdocdir}/Makefile.certificate
403%dir %{_sysconfdir}/pki/tls
404%dir %{_sysconfdir}/pki/tls/certs
405%dir %{_sysconfdir}/pki/tls/misc
406%dir %{_sysconfdir}/pki/tls/private
407%config(noreplace) %{_sysconfdir}/pki/tls/openssl.cnf
408%config(noreplace) %{_sysconfdir}/pki/tls/ct_log_list.cnf
409
410%{_bindir}/make-dummy-cert
411%{_bindir}/renew-dummy-cert
412%{_bindir}/openssl
413%attr(0755,root,root) /%{_lib}/*.so.*
414%attr(0755,root,root) %{_libdir}/%{name}/engines-%{soversion}
415%dir %{_mandir}/man1*
416%{_mandir}/man1*/*
417%dir %{_mandir}/man5*
418%{_mandir}/man5*/*
419%dir %{_mandir}/man7*
420%{_mandir}/man7*/*
421
422%files devel
423%defattr(-,root,root)
424%{_prefix}/include/openssl
425%exclude %{_libdir}/lib*.a
426%attr(0755,root,root) %{_libdir}/*.so
427%attr(0644,root,root) %{_libdir}/pkgconfig/*.pc
428%dir %{_mandir}/man3*
429%{_mandir}/man3*/*
430
431%files static
432%defattr(-,root,root)
433%attr(0644,root,root) %{_libdir}/*.a
434
435%files perl
436%defattr(-,root,root)
437%{_bindir}/c_rehash
438%{_bindir}/*.pl
439%{_bindir}/tsget
440%{_mandir}/man1*/*.pl*
441%{_mandir}/man1*/c_rehash*
442%{_mandir}/man1*/tsget*
443%{_mandir}/man1*/openssl-tsget*
444%dir %{_sysconfdir}/pki/CA
445%dir %{_sysconfdir}/pki/CA/private
446%dir %{_sysconfdir}/pki/CA/certs
447%dir %{_sysconfdir}/pki/CA/crl
448%dir %{_sysconfdir}/pki/CA/newcerts
449
450## to build compat32 for x86_64 architecture support
451%if %{build_compat32}
452%files -n compat32-%{name}
453%defattr(-,root,root)
454%attr(0755,root,root) /%{_lib}/*.so.*
455
456%files -n compat32-%{name}-devel
457%defattr(-,root,root)
458%exclude %{_libdir}/lib*.a
459%attr(0755,root,root) %{_libdir}/*.so
460%attr(0644,root,root) %{_libdir}/pkgconfig/*.pc
461%endif
462
463
464%post -p /sbin/ldconfig
465%postun -p /sbin/ldconfig
466
467%post -n compat32-%{name} -p /sbin/ldconfig
468%postun -n compat32-%{name} -p /sbin/ldconfig
469
470
471%changelog
472* Wed Feb 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1j-1
473- new upstream release.
474
475* Wed Dec 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1i-1
476- new upstream release.
477
478* Sat Nov 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1h-1
479- new upstream release.
480- dropped Patch43: fixed in upstream.
481- imported Patch55-70 from rawhide.
482- updated Source13.
483
484* Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1g-1
485- new upstream release.
486
487* Wed Apr 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1f-1
488- new upstream release.
489- updated Patch1.
490- dropped Patch54: fixed in upstream.
491
492* Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1e-1
493- new upstream release.
494- dropped Patch100 and 1000: fixed in upstream.
495
496* Fri Dec 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1d-2
497- imported Patch1000 from upstream.
498
499* Fri Sep 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1d-1
500- new upstream release.
501- updated Source12 and 13.
502- updated all patches.
503- imported Patch100 from upstream.
504
505* Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1c-1
506- new upstream release.
507- updated Patch37 and 41.
508- imported Patch52-54 from rawhide.
509
510* Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1b-2
511- fixed openssl.cnf
512
513* Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1b-1
514- new upstream release.
515- imported Patch36 from rawhide.
516- updated Patch32.
517
518* Sat Dec 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1a-1
519- new upstream release.
520- updated Patch2.
521- dropped Patch36 and 46: fixed in upstream.
522
523* Thu Nov 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-2
524- fixed symlinks.
525
526* Thu Nov 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-1
527- new upstream release (newest LTS version).
528- imported fedora stuff (except FIPS).
529
530* Sun Apr  1 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2o-1
531- new upstream release with security fixes
532
533* Sun Jan 21 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2n-1
534- new upstream release with security fixes
535
536* Wed Nov 15 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2m-1
537- new upstream release with security fixes
538
539* Sun Jan 29 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2k-1
540- new upstream release with security fixes
541
542* Thu May  5 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2h-1
543- new upstream release with security fixes
544
545* Wed Mar  9 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2g-1
546- new upstream release 1.0.2 with security fixes
547- Patch2 is merged into Patch0
548
549* Mon Dec 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1q-1
550- new upstream release with security fixes
551
552* Fri Jul 10 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1p-1
553- new upstream release with security fixes
554
555* Wed Jul  1 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1o-1
556- new upstream release
557
558* Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1m-1
559- merged into Vine6
560  * Fri Mar 20 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1m-1
561  - new upstream release with security fixes 
562  - update Patch2,5
563
564* Mon Jan 12 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1k-1
565- new upstream release with security fixes 
566
567* Mon Oct 20 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1j-1
568- new upstream release with security fixes
569- add patch8 from fc21 (fix perl find.pl)
570
571* Fri Jun 6 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.1h-1
572- new upstream release with security fixes.
573
574* Tue Apr  8 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1g-1
575- new upstream release with security fixes
576
577* Thu Jan  9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1f-1
578- new upstream release with security fixes
579
580* Tue Sep 24 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1e-2
581- move root CA bundle to ca-certificates package
582
583* Tue Feb 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1e-1
584- update to 1.0.1e
585  - 1.0.1d has major regressions from 1.0.1c
586
587* Sat Feb  9 2013 IWAI, Masaharu <iwai@alib.jp> 1.0.1d-2
588- remove tsget script to delete dependency perl(WWW::Curl::Easy)
589 - openssl-perl package contains it in docdir
590
591* Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.1d-1
592- new upstream release with security fix (CVE-2012-2686, CVE-2013-0166, 0169)
593- fixed %%files
594
595* Tue May 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1c-1
596- update to 1.0.1c
597- enable configure options:
598  enable-camellia enable-seed enable-tlsext enable-rfc3779
599  enable-cms enable-md2
600- remove no-asm option from ai64/x86_64/ppc/ppc64/i686
601- generate a table with the compile settings before configure
602
603* Fri Jan 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0g-1
604- new upstream release with security fix (CVE-2012-0050)
605
606* Fri Jan  6 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0f-1
607- new upstream release with security fix
608  (CVE-2011-4108,09, CVE-2011-4576,77, CVE-2011-4619, CVE-2012-0027)
609
610* Wed Sep  7 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0e-1
611- new upstream release with security fix (CVE-2011-3207, 3210)
612
613* Sun Mar 20 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0d-2
614- rebuild with krb5-libs 1.8
615
616* Fri Feb 11 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0d-1
617- new upstream release with security fix
618
619* Sat Jan 15 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-4
620- use upstream openssl.pc instead of vine original one (SOURCE6)
621
622* Sun Jan  9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-3
623- move tsget to docs to delete dependency perl(WWW::Curl::Easy)
624
625* Sat Jan  1 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-2
626- add R: krb5-devel into devel pkg
627- add R: compat32-krb5-devel into compat32-devel pkg
628
629* Fri Dec 31 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-1
630- new upstream release 1.0.0x
631- separate static libs into static package
632- change configure options
633- change so version 10
634- add tsget into perl package
635- update all patches
636
637* Thu Dec 30 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8q-2
638- fix changelog typo...
639
640* Tue Dec  7 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8q-1
641- new upstream release with security fix (CVE-2010-4180)
642
643* Wed Nov 17 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8p-1
644- new upstream release with security fix (CVE-2010-3864)
645- drop patches included in new release
646- update patch4
647
648* Sun Jan 17 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-5
649- add patch12 for fix CVE-2009-3555 (renegotiation)
650
651* Fri Jan 15 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-4
652- add patch11 for fix CVE-2009-4355 (memory leak)
653
654* Tue Jun 23 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-3
655- add patch10 to fix CVE-2009-1377, 78, 79 (from fc11)
656
657* Mon Jun 22 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.8k-2
658- removed unnecessary %%if %{build_compat32} statements
659- removed lib*.a from devel package
660
661* Mon Mar 30 2009 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-1
662- new upstream release with security fix (CVE-2000-0590,0591,0789)
663
664* Sun Jan 11 2009 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8j-1
665- new upstream release with security fix (CVE-2008-5077)
666
667* Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8i-1
668- new upstream release
669
670* Sat Jul 12 2008 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8h-1
671- new upstream release
672- new versioning policy
673
674* Sat Oct 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8g-0vl1
675- new upstream release
676- drop patch10,20 which is merged in upstream
677
678* Fri Sep 28 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.8e-0vl3
679- add security patch in advance for CVE-2007-5135
680  http://www.securityfocus.com/archive/1/archive/1/480855/100/0/threaded
681  http://marc.info/?l=openssl-cvs&m=119020417919619&w=2
682
683* Fri Aug 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.8e-0vl2
684- add security patch for CVE-2007-3108
685  (http://openssl.org/news/patch-CVE-2007-3108.txt)
686
687* Tue May 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8e-0vl1
688- new upstream release
689
690* Sun Dec 24 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7l-0vl2
691- update (fix) openssl.pc <BTS:437>
692
693* Fri Sep 29 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7l-0vl1
694- new upstream release (with security fix)
695
696* Mon Sep 11 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7k-0vl1
697- new upstream release
698- add patch2 to use RPM_OPT macro
699
700* Mon Feb 06 2006 Shu KONNO <owa@bg.wakwak.com> 0.9.7i-0vl3
701- moved macros _lib to /usr/lib/rpm/rpmrc or macros files
702
703* Fri Feb 03 2006 Shu KONNO <owa@bg.wakwak.com> 0.9.7i-0vl2
704- added compat32-* packages for x86_64 architecture support
705- added openssl-0.9.7i.Configure-compat32.patch
706- changed '/lib' to '/%{_lib}'
707
708* Mon Oct 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.7i-0vl1
709- new upstream release
710
711* Mon Jan 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.7d-0vl4
712- rebuild on VineSeed
713
714* Sun Jan 09 2005 IKEDA Katsumi <ikeda@webmasters.gr.jp> 0.9.7d-0vl3.1
715- added a security patch from Gentoo.
716  - Patch1: openssl-0.9.7c-tempfile.patch
717
718* Sun Mar 28 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.7d-0vl3
719- sslarch for ppc was missing... added.
720
721* Fri Mar 26 2004 Tomoya TAKA <taka@vinelinux.org> 0.9.7d-0vl2
722- use sslarch=linux-alpha-gcc instead of alpha-gcc
723
724* Mon Mar 22 2004 Satoshi MACHINO <machino@vinelinux.org> 0.9.7d-0vl1
725- new upstream version
726- clean up of spec file
727        -- removed old patches
728
729* Sat Mar 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6m-0vl1
730- new upstream release
731- SECURITY fix.
732  - http://www.openssl.org/news/secadv_20040317.txt
733
734* Wed Oct  1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6k-0vl1
735- new upstream release
736- [Security fix]
737  - Vulnerabilities in ASN.1 parsing
738    http://www.openssl.org/news/secadv_20030930.txt
739- see %{_docdir}/%{name}-%{version}/CHANGES for other changes
740
741* Wed Jun 04 2003 HOTTA Michihide <hotta@net-newbie.com> 0.9.6j-0vl2
742- add openssl.pc for pkgconfig
743
744* Tue Mar 11 2003 Satoshi MACHINO <machino@vinelinux.org> 0.9.6j-0vl1
745- New upstream version
746- dropped patch10, 11
747        -- merged upstream version
748
749* Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl1
750- rebuild for VineSeed
751
752* Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl0.26.1
753- [Security Fix]
754  - Timing-based attacks on RSA keys
755    http://www.openssl.org/news/secadv_20030317.txt
756  - Klima-Pokorny0Rosa attack on RSA in SSL/TLS
757    http://www.openssl.org/news/secadv_20030317.txt
758
759* Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl0.26
760- new upstream release 0.9.6i
761- [Security Fix]
762- build for Vine Linux 2.6 errata
763
764* Mon Nov 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6h-0vl1
765- new upstream release 0.9.6h
766
767* Mon Nov 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6g-0vl1
768- new upstream release 0.9.6g
769
770* Mon Oct 28 2002 IWAI Masaharu <iwai@alib.jp> 0.9.6b-1vl6
771- SECURITY: CAN-2002-0659 fixed
772  - added Patch101 from RedHat 7.2 updates 0.9.6b-28
773    * Fri Aug 02 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-28
774    - update asn patch to fix accidental reversal of a logic check
775    * Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-27
776    - update asn patch to reduce chance that compiler optimization will remove
777      one of the added tests
778    * Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-26
779    - rebuild
780    * Tue Jul 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-25
781    - add patch to fix ASN.1 vulnerabilities
782
783* Wed Jul 31 2002 IWAI Masaharu <iwai@alib.jp> 0.9.6b-1vl5
784- rename spec file name
785- SECURITY: CA-2002-23 fixed
786  - added Patch100 from RedHat 7.2 updates 0.9.6b-24
787    * Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-24
788    - add backport of Ben Laurie's patches for OpenSSL 0.9.6d
789
790* Mon Sep 10 2001 Satoshi MACHINO <machino@vinelinux.org> 0.9.6b-1vl4
791- added ${PATH} in LD_LIBRARY_PATH
792- added install -m 755 *.so.* $RPM_BUILD_ROOT%{_libdir} in %install
793 
794* Sun Jul 15 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl3
795- remove --no-<cipher>
796
797* Sun Jul 15 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl2
798- add Patch10 for mipsel shared ( Configure )
799
800* Sat Jul 14 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl1
801- build for Vine Linux
802- use openssl-engine-0.9.6b.tar.gz
803
804* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
805- update to 0.9.6b
806
807* Thu Jul  5 2001 Nalin Dahyabhai <nalin@redhat.com>
808- move .so symlinks back to %%{_libdir}
809
810* Tue Jul  3 2001 Nalin Dahyabhai <nalin@redhat.com>
811- move shared libraries to /lib (#38410)
812
813* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
814- switch to engine code base
815
816* Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
817- add a script for creating dummy certificates
818- move man pages from %%{_mandir}/man?/foo.?ssl to %%{_mandir}/man?ssl/foo.?
819
820* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
821- add s390x support
822
823* Fri Jun  1 2001 Nalin Dahyabhai <nalin@redhat.com>
824- change two memcpy() calls to memmove()
825- don't define L_ENDIAN on alpha
826
827* Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
828- make subpackages depend on the main package
829
830* Tue May  1 2001 Nalin Dahyabhai <nalin@redhat.com>
831- adjust the hobble script to not disturb symlinks in include/ (fix from
832  Joe Orton)
833
834* Thu Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com>
835- drop the m2crypo patch we weren't using
836
837* Tue Apr 24 2001 Nalin Dahyabhai <nalin@redhat.com>
838- configure using "shared" as well
839
840* Sun Apr  8 2001 Nalin Dahyabhai <nalin@redhat.com>
841- update to 0.9.6a
842- use the build-shared target to build shared libraries
843- bump the soversion to 2 because we're no longer compatible with
844  our 0.9.5a packages or our 0.9.6 packages
845- drop the patch for making rsatest a no-op when rsa null support is used
846- put all man pages into <section>ssl instead of <section>
847- break the m2crypto modules into a separate package
848
849* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
850- use BN_LLONG on s390
851
852* Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
853- fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit)
854
855* Sat Mar  3 2001 Nalin Dahyabhai <nalin@redhat.com>
856- move c_rehash to the perl subpackage, because it's a perl script now
857
858* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
859- update to 0.9.6
860- enable MD2
861- use the libcrypto.so and libssl.so targets to build shared libs with
862- bump the soversion to 1 because we're no longer compatible with any of
863  the various 0.9.5a packages circulating around, which provide lib*.so.0
864
865* Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
866- change hobble-openssl for disabling MD2 again
867
868* Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
869- re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152
870  bytes or so, causing EVP_DigestInit() to zero out stack variables in
871  apps built against a version of the library without it
872
873* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
874- disable some inline assembly, which on x86 is Pentium-specific
875- re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all)
876
877* Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
878- fix s390 patch
879
880* Fri Dec 8 2000 Than Ngo <than@redhat.com>
881- added support s390
882
883* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
884- remove -Wa,* and -m* compiler flags from the default Configure file (#20656)
885- add the CA.pl man page to the perl subpackage
886
887* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
888- always build with -mcpu=ev5 on alpha
889
890* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
891- add a symlink from cert.pem to ca-bundle.crt
892
893* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
894- add a ca-bundle file for packages like Samba to reference for CA certificates
895
896* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
897- remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
898
899* Mon Oct  2 2000 Nalin Dahyabhai <nalin@redhat.com>
900- add unzip as a buildprereq (#17662)
901- update m2crypto to 0.05-snap4
902
903* Tue Sep 26 2000 Bill Nottingham <notting@redhat.com>
904- fix some issues in building when it's not installed
905
906* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
907- make sure the headers we include are the ones we built with (aaaaarrgh!)
908
909* Fri Sep  1 2000 Nalin Dahyabhai <nalin@redhat.com>
910- add Richard Henderson's patch for BN on ia64
911- clean up the changelog
912
913* Tue Aug 29 2000 Nalin Dahyabhai <nalin@redhat.com>
914- fix the building of python modules without openssl-devel already installed
915
916* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
917- byte-compile python extensions without the build-root
918- adjust the makefile to not remove temporary files (like .key files when
919  building .csr files) by marking them as .PRECIOUS
920
921* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
922- break out python extensions into a subpackage
923
924* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
925- tweak the makefile some more
926
927* Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
928- disable MD2 support
929
930* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
931- disable MDC2 support
932
933* Sun Jul  2 2000 Nalin Dahyabhai <nalin@redhat.com>
934- tweak the disabling of RC5, IDEA support
935- tweak the makefile
936
937* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
938- strip binaries and libraries
939- rework certificate makefile to have the right parts for Apache
940
941* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
942- use %%{_perl} instead of /usr/bin/perl
943- disable alpha until it passes its own test suite
944
945* Fri Jun  9 2000 Nalin Dahyabhai <nalin@redhat.com>
946- move the passwd.1 man page out of the passwd package's way
947
948* Fri Jun  2 2000 Nalin Dahyabhai <nalin@redhat.com>
949- update to 0.9.5a, modified for U.S.
950- add perl as a build-time requirement
951- move certificate makefile to another package
952- disable RC5, IDEA, RSA support
953- remove optimizations for now
954
955* Wed Mar  1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
956- Bero told me to move the Makefile into this package
957
958* Wed Mar  1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
959- add lib*.so symlinks to link dynamically against shared libs
960
961* Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
962- update to 0.9.5
963- run ldconfig directly in post/postun
964- add FAQ
965
966* Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
967- Fix build on non-x86 platforms
968
969* Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
970- move /usr/share/ssl/* from -devel to main package
971
972* Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
973- inital packaging
974- changes from base:
975  - Move /usr/local/ssl to /usr/share/ssl for FHS compliance
976  - handle RPM_OPT_FLAGS
Note: See TracBrowser for help on using the repository browser.