openssl111-vl.spec 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064
  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.1w
  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. * Tue Sep 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1w-1
  436. - new upstream release.
  437. * Wed Aug 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1v-1
  438. - new upstream release.
  439. * Tue Jul 11 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1u-1
  440. - new upstream release.
  441. * Wed Feb 08 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1t-1
  442. - new upstream release.
  443. * Wed Nov 02 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1s-1
  444. - new upstream release.
  445. * Wed Oct 12 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1r-1
  446. - new upstream release.
  447. * Wed Jul 06 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1q-1
  448. - new upstream release.
  449. * Wed Jun 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1p-1
  450. - new upstream release.
  451. * Wed May 04 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1o-1
  452. - new upstream release.
  453. * Wed Mar 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1n-1
  454. - new upstream release.
  455. * Wed Dec 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1m-1
  456. - new upstream release.
  457. * Wed Sep 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1l-2
  458. - changed %%name to "openssl111".
  459. * Wed Aug 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1l-1
  460. - new upstream release.
  461. * Fri Mar 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1k-1
  462. - new upstream release.
  463. - dropped ldconfig scriptlets.
  464. * Wed Feb 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1j-1
  465. - new upstream release.
  466. * Wed Dec 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1i-1
  467. - new upstream release.
  468. * Sat Nov 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1h-1
  469. - new upstream release.
  470. - dropped Patch43: fixed in upstream.
  471. - imported Patch55-70 from rawhide.
  472. - updated Source13.
  473. * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1g-1
  474. - new upstream release.
  475. * Wed Apr 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1f-1
  476. - new upstream release.
  477. - updated Patch1.
  478. - dropped Patch54: fixed in upstream.
  479. * Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1e-1
  480. - new upstream release.
  481. - dropped Patch100 and 1000: fixed in upstream.
  482. * Fri Dec 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1d-2
  483. - imported Patch1000 from upstream.
  484. * Fri Sep 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1d-1
  485. - new upstream release.
  486. - updated Source12 and 13.
  487. - updated all patches.
  488. - imported Patch100 from upstream.
  489. * Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1c-1
  490. - new upstream release.
  491. - updated Patch37 and 41.
  492. - imported Patch52-54 from rawhide.
  493. * Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1b-2
  494. - fixed openssl.cnf
  495. * Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1b-1
  496. - new upstream release.
  497. - imported Patch36 from rawhide.
  498. - updated Patch32.
  499. * Sat Dec 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1a-1
  500. - new upstream release.
  501. - updated Patch2.
  502. - dropped Patch36 and 46: fixed in upstream.
  503. * Thu Nov 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-2
  504. - fixed symlinks.
  505. * Thu Nov 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-1
  506. - new upstream release (newest LTS version).
  507. - imported fedora stuff (except FIPS).
  508. * Sun Apr 1 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2o-1
  509. - new upstream release with security fixes
  510. * Sun Jan 21 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2n-1
  511. - new upstream release with security fixes
  512. * Wed Nov 15 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2m-1
  513. - new upstream release with security fixes
  514. * Sun Jan 29 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2k-1
  515. - new upstream release with security fixes
  516. * Thu May 5 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2h-1
  517. - new upstream release with security fixes
  518. * Wed Mar 9 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2g-1
  519. - new upstream release 1.0.2 with security fixes
  520. - Patch2 is merged into Patch0
  521. * Mon Dec 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1q-1
  522. - new upstream release with security fixes
  523. * Fri Jul 10 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1p-1
  524. - new upstream release with security fixes
  525. * Wed Jul 1 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1o-1
  526. - new upstream release
  527. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1m-1
  528. - merged into Vine6
  529. * Fri Mar 20 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1m-1
  530. - new upstream release with security fixes
  531. - update Patch2,5
  532. * Mon Jan 12 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1k-1
  533. - new upstream release with security fixes
  534. * Mon Oct 20 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1j-1
  535. - new upstream release with security fixes
  536. - add patch8 from fc21 (fix perl find.pl)
  537. * Fri Jun 6 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.1h-1
  538. - new upstream release with security fixes.
  539. * Tue Apr 8 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1g-1
  540. - new upstream release with security fixes
  541. * Thu Jan 9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1f-1
  542. - new upstream release with security fixes
  543. * Tue Sep 24 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1e-2
  544. - move root CA bundle to ca-certificates package
  545. * Tue Feb 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1e-1
  546. - update to 1.0.1e
  547. - 1.0.1d has major regressions from 1.0.1c
  548. * Sat Feb 9 2013 IWAI, Masaharu <iwai@alib.jp> 1.0.1d-2
  549. - remove tsget script to delete dependency perl(WWW::Curl::Easy)
  550. - openssl-perl package contains it in docdir
  551. * Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.1d-1
  552. - new upstream release with security fix (CVE-2012-2686, CVE-2013-0166, 0169)
  553. - fixed %%files
  554. * Tue May 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1c-1
  555. - update to 1.0.1c
  556. - enable configure options:
  557. enable-camellia enable-seed enable-tlsext enable-rfc3779
  558. enable-cms enable-md2
  559. - remove no-asm option from ai64/x86_64/ppc/ppc64/i686
  560. - generate a table with the compile settings before configure
  561. * Fri Jan 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0g-1
  562. - new upstream release with security fix (CVE-2012-0050)
  563. * Fri Jan 6 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0f-1
  564. - new upstream release with security fix
  565. (CVE-2011-4108,09, CVE-2011-4576,77, CVE-2011-4619, CVE-2012-0027)
  566. * Wed Sep 7 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0e-1
  567. - new upstream release with security fix (CVE-2011-3207, 3210)
  568. * Sun Mar 20 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0d-2
  569. - rebuild with krb5-libs 1.8
  570. * Fri Feb 11 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0d-1
  571. - new upstream release with security fix
  572. * Sat Jan 15 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-4
  573. - use upstream openssl.pc instead of vine original one (SOURCE6)
  574. * Sun Jan 9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-3
  575. - move tsget to docs to delete dependency perl(WWW::Curl::Easy)
  576. * Sat Jan 1 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-2
  577. - add R: krb5-devel into devel pkg
  578. - add R: compat32-krb5-devel into compat32-devel pkg
  579. * Fri Dec 31 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-1
  580. - new upstream release 1.0.0x
  581. - separate static libs into static package
  582. - change configure options
  583. - change so version 10
  584. - add tsget into perl package
  585. - update all patches
  586. * Thu Dec 30 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8q-2
  587. - fix changelog typo...
  588. * Tue Dec 7 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8q-1
  589. - new upstream release with security fix (CVE-2010-4180)
  590. * Wed Nov 17 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8p-1
  591. - new upstream release with security fix (CVE-2010-3864)
  592. - drop patches included in new release
  593. - update patch4
  594. * Sun Jan 17 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-5
  595. - add patch12 for fix CVE-2009-3555 (renegotiation)
  596. * Fri Jan 15 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-4
  597. - add patch11 for fix CVE-2009-4355 (memory leak)
  598. * Tue Jun 23 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-3
  599. - add patch10 to fix CVE-2009-1377, 78, 79 (from fc11)
  600. * Mon Jun 22 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.8k-2
  601. - removed unnecessary %%if %{build_compat32} statements
  602. - removed lib*.a from devel package
  603. * Mon Mar 30 2009 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-1
  604. - new upstream release with security fix (CVE-2000-0590,0591,0789)
  605. * Sun Jan 11 2009 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8j-1
  606. - new upstream release with security fix (CVE-2008-5077)
  607. * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8i-1
  608. - new upstream release
  609. * Sat Jul 12 2008 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8h-1
  610. - new upstream release
  611. - new versioning policy
  612. * Sat Oct 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8g-0vl1
  613. - new upstream release
  614. - drop patch10,20 which is merged in upstream
  615. * Fri Sep 28 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.8e-0vl3
  616. - add security patch in advance for CVE-2007-5135
  617. http://www.securityfocus.com/archive/1/archive/1/480855/100/0/threaded
  618. http://marc.info/?l=openssl-cvs&m=119020417919619&w=2
  619. * Fri Aug 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.8e-0vl2
  620. - add security patch for CVE-2007-3108
  621. (http://openssl.org/news/patch-CVE-2007-3108.txt)
  622. * Tue May 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8e-0vl1
  623. - new upstream release
  624. * Sun Dec 24 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7l-0vl2
  625. - update (fix) openssl.pc <BTS:437>
  626. * Fri Sep 29 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7l-0vl1
  627. - new upstream release (with security fix)
  628. * Mon Sep 11 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7k-0vl1
  629. - new upstream release
  630. - add patch2 to use RPM_OPT macro
  631. * Mon Feb 06 2006 Shu KONNO <owa@bg.wakwak.com> 0.9.7i-0vl3
  632. - moved macros _lib to /usr/lib/rpm/rpmrc or macros files
  633. * Fri Feb 03 2006 Shu KONNO <owa@bg.wakwak.com> 0.9.7i-0vl2
  634. - added compat32-* packages for x86_64 architecture support
  635. - added openssl-0.9.7i.Configure-compat32.patch
  636. - changed '/lib' to '/%{_lib}'
  637. * Mon Oct 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.7i-0vl1
  638. - new upstream release
  639. * Mon Jan 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.7d-0vl4
  640. - rebuild on VineSeed
  641. * Sun Jan 09 2005 IKEDA Katsumi <ikeda@webmasters.gr.jp> 0.9.7d-0vl3.1
  642. - added a security patch from Gentoo.
  643. - Patch1: openssl-0.9.7c-tempfile.patch
  644. * Sun Mar 28 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.7d-0vl3
  645. - sslarch for ppc was missing... added.
  646. * Fri Mar 26 2004 Tomoya TAKA <taka@vinelinux.org> 0.9.7d-0vl2
  647. - use sslarch=linux-alpha-gcc instead of alpha-gcc
  648. * Mon Mar 22 2004 Satoshi MACHINO <machino@vinelinux.org> 0.9.7d-0vl1
  649. - new upstream version
  650. - clean up of spec file
  651. -- removed old patches
  652. * Sat Mar 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6m-0vl1
  653. - new upstream release
  654. - SECURITY fix.
  655. - http://www.openssl.org/news/secadv_20040317.txt
  656. * Wed Oct 1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6k-0vl1
  657. - new upstream release
  658. - [Security fix]
  659. - Vulnerabilities in ASN.1 parsing
  660. http://www.openssl.org/news/secadv_20030930.txt
  661. - see %{_docdir}/%{name}-%{version}/CHANGES for other changes
  662. * Wed Jun 04 2003 HOTTA Michihide <hotta@net-newbie.com> 0.9.6j-0vl2
  663. - add openssl.pc for pkgconfig
  664. * Tue Mar 11 2003 Satoshi MACHINO <machino@vinelinux.org> 0.9.6j-0vl1
  665. - New upstream version
  666. - dropped patch10, 11
  667. -- merged upstream version
  668. * Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl1
  669. - rebuild for VineSeed
  670. * Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl0.26.1
  671. - [Security Fix]
  672. - Timing-based attacks on RSA keys
  673. http://www.openssl.org/news/secadv_20030317.txt
  674. - Klima-Pokorny0Rosa attack on RSA in SSL/TLS
  675. http://www.openssl.org/news/secadv_20030317.txt
  676. * Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl0.26
  677. - new upstream release 0.9.6i
  678. - [Security Fix]
  679. - build for Vine Linux 2.6 errata
  680. * Mon Nov 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6h-0vl1
  681. - new upstream release 0.9.6h
  682. * Mon Nov 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6g-0vl1
  683. - new upstream release 0.9.6g
  684. * Mon Oct 28 2002 IWAI Masaharu <iwai@alib.jp> 0.9.6b-1vl6
  685. - SECURITY: CAN-2002-0659 fixed
  686. - added Patch101 from RedHat 7.2 updates 0.9.6b-28
  687. * Fri Aug 02 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-28
  688. - update asn patch to fix accidental reversal of a logic check
  689. * Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-27
  690. - update asn patch to reduce chance that compiler optimization will remove
  691. one of the added tests
  692. * Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-26
  693. - rebuild
  694. * Tue Jul 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-25
  695. - add patch to fix ASN.1 vulnerabilities
  696. * Wed Jul 31 2002 IWAI Masaharu <iwai@alib.jp> 0.9.6b-1vl5
  697. - rename spec file name
  698. - SECURITY: CA-2002-23 fixed
  699. - added Patch100 from RedHat 7.2 updates 0.9.6b-24
  700. * Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-24
  701. - add backport of Ben Laurie's patches for OpenSSL 0.9.6d
  702. * Mon Sep 10 2001 Satoshi MACHINO <machino@vinelinux.org> 0.9.6b-1vl4
  703. - added ${PATH} in LD_LIBRARY_PATH
  704. - added install -m 755 *.so.* $RPM_BUILD_ROOT%{_libdir} in %install
  705. * Sun Jul 15 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl3
  706. - remove --no-<cipher>
  707. * Sun Jul 15 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl2
  708. - add Patch10 for mipsel shared ( Configure )
  709. * Sat Jul 14 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl1
  710. - build for Vine Linux
  711. - use openssl-engine-0.9.6b.tar.gz
  712. * Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
  713. - update to 0.9.6b
  714. * Thu Jul 5 2001 Nalin Dahyabhai <nalin@redhat.com>
  715. - move .so symlinks back to %%{_libdir}
  716. * Tue Jul 3 2001 Nalin Dahyabhai <nalin@redhat.com>
  717. - move shared libraries to /lib (#38410)
  718. * Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
  719. - switch to engine code base
  720. * Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
  721. - add a script for creating dummy certificates
  722. - move man pages from %%{_mandir}/man?/foo.?ssl to %%{_mandir}/man?ssl/foo.?
  723. * Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  724. - add s390x support
  725. * Fri Jun 1 2001 Nalin Dahyabhai <nalin@redhat.com>
  726. - change two memcpy() calls to memmove()
  727. - don't define L_ENDIAN on alpha
  728. * Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
  729. - make subpackages depend on the main package
  730. * Tue May 1 2001 Nalin Dahyabhai <nalin@redhat.com>
  731. - adjust the hobble script to not disturb symlinks in include/ (fix from
  732. Joe Orton)
  733. * Thu Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com>
  734. - drop the m2crypo patch we weren't using
  735. * Tue Apr 24 2001 Nalin Dahyabhai <nalin@redhat.com>
  736. - configure using "shared" as well
  737. * Sun Apr 8 2001 Nalin Dahyabhai <nalin@redhat.com>
  738. - update to 0.9.6a
  739. - use the build-shared target to build shared libraries
  740. - bump the soversion to 2 because we're no longer compatible with
  741. our 0.9.5a packages or our 0.9.6 packages
  742. - drop the patch for making rsatest a no-op when rsa null support is used
  743. - put all man pages into <section>ssl instead of <section>
  744. - break the m2crypto modules into a separate package
  745. * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
  746. - use BN_LLONG on s390
  747. * Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
  748. - fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit)
  749. * Sat Mar 3 2001 Nalin Dahyabhai <nalin@redhat.com>
  750. - move c_rehash to the perl subpackage, because it's a perl script now
  751. * Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
  752. - update to 0.9.6
  753. - enable MD2
  754. - use the libcrypto.so and libssl.so targets to build shared libs with
  755. - bump the soversion to 1 because we're no longer compatible with any of
  756. the various 0.9.5a packages circulating around, which provide lib*.so.0
  757. * Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  758. - change hobble-openssl for disabling MD2 again
  759. * Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
  760. - re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152
  761. bytes or so, causing EVP_DigestInit() to zero out stack variables in
  762. apps built against a version of the library without it
  763. * Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
  764. - disable some inline assembly, which on x86 is Pentium-specific
  765. - re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all)
  766. * Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  767. - fix s390 patch
  768. * Fri Dec 8 2000 Than Ngo <than@redhat.com>
  769. - added support s390
  770. * Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
  771. - remove -Wa,* and -m* compiler flags from the default Configure file (#20656)
  772. - add the CA.pl man page to the perl subpackage
  773. * Thu Nov 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  774. - always build with -mcpu=ev5 on alpha
  775. * Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
  776. - add a symlink from cert.pem to ca-bundle.crt
  777. * Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
  778. - add a ca-bundle file for packages like Samba to reference for CA certificates
  779. * Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
  780. - remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
  781. * Mon Oct 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  782. - add unzip as a buildprereq (#17662)
  783. - update m2crypto to 0.05-snap4
  784. * Tue Sep 26 2000 Bill Nottingham <notting@redhat.com>
  785. - fix some issues in building when it's not installed
  786. * Wed Sep 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  787. - make sure the headers we include are the ones we built with (aaaaarrgh!)
  788. * Fri Sep 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  789. - add Richard Henderson's patch for BN on ia64
  790. - clean up the changelog
  791. * Tue Aug 29 2000 Nalin Dahyabhai <nalin@redhat.com>
  792. - fix the building of python modules without openssl-devel already installed
  793. * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
  794. - byte-compile python extensions without the build-root
  795. - adjust the makefile to not remove temporary files (like .key files when
  796. building .csr files) by marking them as .PRECIOUS
  797. * Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
  798. - break out python extensions into a subpackage
  799. * Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  800. - tweak the makefile some more
  801. * Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
  802. - disable MD2 support
  803. * Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  804. - disable MDC2 support
  805. * Sun Jul 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  806. - tweak the disabling of RC5, IDEA support
  807. - tweak the makefile
  808. * Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
  809. - strip binaries and libraries
  810. - rework certificate makefile to have the right parts for Apache
  811. * Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
  812. - use %%{_perl} instead of /usr/bin/perl
  813. - disable alpha until it passes its own test suite
  814. * Fri Jun 9 2000 Nalin Dahyabhai <nalin@redhat.com>
  815. - move the passwd.1 man page out of the passwd package's way
  816. * Fri Jun 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  817. - update to 0.9.5a, modified for U.S.
  818. - add perl as a build-time requirement
  819. - move certificate makefile to another package
  820. - disable RC5, IDEA, RSA support
  821. - remove optimizations for now
  822. * Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  823. - Bero told me to move the Makefile into this package
  824. * Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  825. - add lib*.so symlinks to link dynamically against shared libs
  826. * Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  827. - update to 0.9.5
  828. - run ldconfig directly in post/postun
  829. - add FAQ
  830. * Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
  831. - Fix build on non-x86 platforms
  832. * Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
  833. - move /usr/share/ssl/* from -devel to main package
  834. * Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
  835. - inital packaging
  836. - changes from base:
  837. - Move /usr/local/ssl to /usr/share/ssl for FHS compliance
  838. - handle RPM_OPT_FLAGS