openssl111-vl.spec 34 KB

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