openssl-vl.spec 36 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009
  1. %bcond_with fips
  2. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  3. %{!?_pkgdocdir:%global _pkgdocdir %{_docdir}}
  4. # 1.0.0 soversion = 10
  5. # 1.1.0 soversion = 1.1 (same as upstream although presence of some symbols
  6. # depends on build configuration options)
  7. %define soversion 3
  8. %define srpmhash() %{lua:
  9. local files = rpm.expand("%_specdir/openssl.spec")
  10. for i, p in ipairs(patches) do
  11. files = files.." "..p
  12. end
  13. for i, p in ipairs(sources) do
  14. files = files.." "..p
  15. end
  16. local sha256sum = assert(io.popen("cat "..files.." 2>/dev/null | sha256sum"))
  17. local hash = sha256sum:read("*a")
  18. sha256sum:close()
  19. print(string.sub(hash, 0, 16))
  20. }
  21. Summary: Secure Sockets Layer Toolkit
  22. Name: openssl
  23. Version: 3.5.0
  24. Release: 1%{_dist_release}
  25. Group: system,security
  26. Vendor: Project Vine
  27. Distribution: Vine Linux
  28. Packager: daisuke, iwamoto
  29. License: BSDish
  30. URL: https://www.openssl.org/
  31. # https://www.openssl.org/source/openssl-%{version}.tar.gz
  32. Source: https://github.com/openssl/openssl/releases/download/openssl-%{version}/openssl-%{version}.tar.gz
  33. Source2: Makefile.certificate
  34. Source6: make-dummy-cert
  35. Source7: renew-dummy-cert
  36. Source9: configuration-switch.h
  37. Source10: configuration-prefix.h
  38. Source14: for-tests.patch
  39. Source1000: vine-openssl.cnf
  40. Patch0001: 0001-RH-Aarch64-and-ppc64le-use-lib64.patch
  41. Patch0002: 0002-Add-a-separate-config-file-to-use-for-rpm-installs.patch
  42. Patch0003: 0003-RH-Do-not-install-html-docs.patch
  43. Patch0004: 0004-RH-apps-ca-fix-md-option-help-text.patch-DROP.patch
  44. Patch0005: 0005-RH-Disable-signature-verification-with-bad-digests-R.patch
  45. Patch0006: 0006-RH-Add-support-for-PROFILE-SYSTEM-system-default-cip.patch
  46. Patch0007: 0007-RH-Add-FIPS_mode-compatibility-macro.patch
  47. Patch0008: 0008-RH-Add-Kernel-FIPS-mode-flag-support-FIXSTYLE.patch
  48. Patch0009: 0009-RH-Drop-weak-curve-definitions-RENAMED-SQUASHED.patch
  49. Patch0010: 0010-RH-Disable-explicit-ec-curves.patch
  50. Patch0011: 0011-RH-skipped-tests-EC-curves.patch
  51. Patch0012: 0012-RH-skip-quic-pairwise.patch
  52. Patch0013: 0013-RH-version-aliasing.patch
  53. Patch0014: 0014-RH-Export-two-symbols-for-OPENSSL_str-n-casecmp.patch
  54. Patch0015: 0015-RH-TMP-KTLS-test-skip.patch
  55. Patch0016: 0016-RH-Allow-disabling-of-SHA1-signatures.patch
  56. Patch0017: 0017-FIPS-Red-Hat-s-FIPS-module-name-and-version.patch
  57. Patch0018: 0018-FIPS-disable-fipsinstall.patch
  58. Patch0019: 0019-FIPS-Force-fips-provider-on.patch
  59. Patch0020: 0020-FIPS-INTEG-CHECK-Embed-hmac-in-fips.so-NOTE.patch
  60. Patch0021: 0021-FIPS-INTEG-CHECK-Add-script-to-hmac-ify-fips.so.patch
  61. Patch0022: 0022-FIPS-INTEG-CHECK-Execute-KATS-before-HMAC-REVIEW.patch
  62. Patch0023: 0023-FIPS-RSA-encrypt-limits-REVIEW.patch
  63. Patch0024: 0024-FIPS-RSA-PCTs.patch
  64. Patch0025: 0025-FIPS-RSA-encapsulate-limits.patch
  65. Patch0026: 0026-FIPS-RSA-Disallow-SHAKE-in-OAEP-and-PSS.patch
  66. Patch0027: 0027-FIPS-RSA-size-mode-restrictions.patch
  67. Patch0028: 0028-FIPS-RSA-Mark-x931-as-not-approved-by-default.patch
  68. Patch0029: 0029-FIPS-RSA-Remove-X9.31-padding-signatures-tests.patch
  69. Patch0030: 0030-FIPS-RSA-NEEDS-REWORK-FIPS-Use-OAEP-in-KATs-support-.patch
  70. Patch0031: 0031-FIPS-Deny-SHA-1-signature-verification.patch
  71. Patch0032: 0032-FIPS-RAND-FIPS-140-3-DRBG-NEEDS-REVIEW.patch
  72. Patch0033: 0033-FIPS-RAND-Forbid-truncated-hashes-SHA-3.patch
  73. Patch0034: 0034-FIPS-PBKDF2-Set-minimum-password-length.patch
  74. Patch0035: 0035-FIPS-DH-PCT.patch
  75. Patch0036: 0036-FIPS-DH-Disable-FIPS-186-4-type-parameters.patch
  76. Patch0037: 0037-FIPS-TLS-Enforce-EMS-in-TLS-1.2-NOTE.patch
  77. Patch0038: 0038-FIPS-CMS-Set-default-padding-to-OAEP.patch
  78. Patch0039: 0039-FIPS-PKCS12-PBMAC1-defaults.patch
  79. Patch0040: 0040-FIPS-Fix-encoder-decoder-negative-test.patch
  80. Patch0041: 0041-FIPS-EC-DH-DSA-PCTs.patch
  81. Patch0042: 0042-FIPS-EC-disable-weak-curves.patch
  82. Patch0043: 0043-FIPS-NO-DSA-Support.patch
  83. Patch0044: 0044-FIPS-NO-DES-support.patch
  84. Patch0045: 0045-FIPS-NO-Kmac.patch
  85. Patch0046: 0046-FIPS-NO-PQ-ML-SLH-DSA.patch
  86. Patch0047: 0047-FIPS-Fix-some-tests-due-to-our-versioning-change.patch
  87. Patch0048: 0048-Current-Rebase-status.patch
  88. Patch0049: 0049-FIPS-KDF-key-lenght-errors.patch
  89. Patch0050: 0050-FIPS-fix-disallowed-digests-tests.patch
  90. # security fix
  91. # none
  92. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  93. BuildRequires: perl, sed
  94. BuildRequires: pkgconfig(zlib), krb5-devel
  95. BuildRequires: lksctp-tools-devel
  96. Requires: mktemp
  97. Requires: ca-certificates
  98. Requires: %{name}-libs = %{version}-%{release}
  99. Obsoletes: openssl111 < 3.0.0
  100. %define solibbase %(echo %version | sed 's/[[:alpha:]]//g')
  101. %description
  102. The OpenSSL certificate management tool and the shared libraries that
  103. provide various cryptographic algorithms and protocols.
  104. %package libs
  105. Summary: A general purpose cryptography library with TLS implementation
  106. Group: system
  107. %description libs
  108. OpenSSL is a toolkit for supporting cryptography. The openssl-libs
  109. package contains the libraries that are used by various applications which
  110. support cryptographic algorithms and protocols.
  111. %package devel
  112. Summary: OpenSSL libraries and development headers.
  113. Group: programming
  114. Requires: %{name}-libs = %{version}-%{release}
  115. Requires: krb5-devel
  116. Conflicts: openssl111-devel < 3.0.0
  117. %description devel
  118. The static libraries and include files needed to compile apps
  119. with support for various the cryptographic algorithms and protocols
  120. supported by OpenSSL.
  121. Patches for many networking apps can be found at:
  122. ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/
  123. %package static
  124. Summary: Libraries for static linking of applications which will use OpenSSL
  125. Group: programming
  126. Requires: %{name}-devel = %{version}-%{release}
  127. Conflicts: openssl111-static < 3.0.0
  128. %description static
  129. OpenSSL is a toolkit for supporting cryptography. The openssl-static
  130. package contains static libraries needed for static linking of
  131. applications which support various cryptographic algorithms and
  132. protocols.
  133. %package perl
  134. Summary: OpenSSL scripts which require Perl.
  135. Group: security
  136. Requires: %{name}-libs = %{version}-%{release}
  137. Obsoletes: openssl111-perl < 3.0.0
  138. Requires: perl
  139. %description perl
  140. Perl scripts provided with OpenSSL for converting certificates and keys
  141. from other formats to those used by OpenSSL.
  142. ## to build compat32 for x86_64 architecture support
  143. %package -n compat32-%{name}
  144. Summary: Secure Sockets Layer Toolkit
  145. Group: system
  146. Requires: %{name} = %{version}-%{release}
  147. %description -n compat32-%{name}
  148. The OpenSSL certificate management tool and the shared libraries that
  149. provide various cryptographic algorithms and protocols.
  150. %package -n compat32-%{name}-devel
  151. Summary: OpenSSL libraries and development headers.
  152. Group: programming
  153. Requires: compat32-%{name} = %{version}-%{release}
  154. Requires: compat32-krb5-devel
  155. Conflicts: compat32-openssl111-devel < 3.0.0
  156. %description -n compat32-%{name}-devel
  157. The static libraries and include files needed to compile apps
  158. with support for various the cryptographic algorithms and protocols
  159. supported by OpenSSL.
  160. %debug_package
  161. %prep
  162. %autosetup -n %{name}-%{version} -p1
  163. %build
  164. # Figure out which flags we want to use.
  165. # default
  166. sslarch=%{_os}-%{_target_cpu}
  167. #
  168. %ifarch %ix86
  169. sslarch=linux-elf
  170. if ! echo %{_target} | grep -q i686 ; then
  171. sslflags="no-asm 386"
  172. fi
  173. %endif
  174. %ifarch x86_64
  175. sslflags=enable-ec_nistp_64_gcc_128
  176. %endif
  177. # Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
  178. # marked as not requiring an executable stack.
  179. # Also add -DPURIFY to make using valgrind with openssl easier as we do not
  180. # want to depend on the uninitialized memory as a source of entropy anyway.
  181. RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack -Wa,--generate-missing-build-notes=yes -DPURIFY $RPM_LD_FLAGS"
  182. export HASHBANGPERL=/usr/bin/perl
  183. %define fips %{version}-%{srpmhash}
  184. # ia64, x86_64, ppc are OK by default
  185. # Configure the build tree. Override OpenSSL defaults with known-good defaults
  186. # usable on all platforms. The Configure script already knows to use -fPIC and
  187. # RPM_OPT_FLAGS, so we can skip specifiying them here.
  188. ./Configure \
  189. --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
  190. --system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \
  191. zlib enable-camellia enable-seed enable-rfc3779 enable-sctp \
  192. enable-cms enable-md2 enable-rc5 enable-ktls enable-fips \
  193. no-mdc2 no-ec2m no-sm2 no-sm4 no-atexit enable-buildtest-c++ \
  194. shared ${sslarch} $RPM_OPT_FLAGS '-DDEVRANDOM="\"/dev/urandom\""' \
  195. -DOPENSSL_PEDANTIC_ZEROIZATION \
  196. -D_GNU_SOURCE \
  197. -DREDHAT_FIPS_VENDOR='"\"Vine Linux OpenSSL FIPS Provider\""' \
  198. -DREDHAT_FIPS_VERSION='"\"%{fips}\""' \
  199. -Wl,--allow-multiple-definition
  200. # Do not run this in a production package the FIPS symbols must be patched-in
  201. #util/mkdef.pl crypto update
  202. make -s %{?_smp_mflags} all
  203. # Clean up the .pc files
  204. for i in libcrypto.pc libssl.pc openssl.pc ; do
  205. sed -i '/^Libs.private:/{s/-L[^ ]* //;s/-Wl[^ ]* //}' $i
  206. done
  207. %check
  208. # Verify that what was compiled actually works.
  209. # Hack - either enable SCTP AUTH chunks in kernel or disable sctp for check
  210. (sysctl net.sctp.addip_enable=1 && sysctl net.sctp.auth_enable=1) || \
  211. (echo 'Failed to enable SCTP AUTH chunks, disabling SCTP for tests...' &&
  212. sed '/"msan" => "default",/a\ \ "sctp" => "default",' configdata.pm > configdata.pm.new && \
  213. touch -r configdata.pm configdata.pm.new && \
  214. mv -f configdata.pm.new configdata.pm)
  215. OPENSSL_ENABLE_MD5_VERIFY=
  216. export OPENSSL_ENABLE_MD5_VERIFY
  217. OPENSSL_ENABLE_SHA1_SIGNATURES=
  218. export OPENSSL_ENABLE_SHA1_SIGNATURES
  219. OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file
  220. export OPENSSL_SYSTEM_CIPHERS_OVERRIDE
  221. #embed HMAC into fips provider for test run
  222. OPENSSL_CONF=/dev/null LD_LIBRARY_PATH=. apps/openssl dgst -binary -sha256 -mac HMAC -macopt hexkey:f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813 < providers/fips.so > providers/fips.so.hmac
  223. objcopy --update-section .rodata1=providers/fips.so.hmac providers/fips.so providers/fips.so.mac
  224. mv providers/fips.so.mac providers/fips.so
  225. #run tests itself
  226. make test HARNESS_JOBS=8
  227. # Add generation of HMAC checksum of the final stripped library
  228. # We manually copy standard definition of __spec_install_post
  229. # and add hmac calculation/embedding to fips.so
  230. %define __spec_install_post \
  231. %{?__debug_package:%{__debug_install_post}} \
  232. %{__arch_install_post} \
  233. %{__os_install_post} \
  234. OPENSSL_CONF=/dev/null LD_LIBRARY_PATH=. apps/openssl dgst -binary -sha256 -mac HMAC -macopt hexkey:f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813 < $RPM_BUILD_ROOT%{_libdir}/ossl-modules/fips.so > $RPM_BUILD_ROOT%{_libdir}/ossl-modules/fips.so.hmac \
  235. objcopy --update-section .rodata1=$RPM_BUILD_ROOT%{_libdir}/ossl-modules/fips.so.hmac $RPM_BUILD_ROOT%{_libdir}/ossl-modules/fips.so $RPM_BUILD_ROOT%{_libdir}/ossl-modules/fips.so.mac \
  236. mv $RPM_BUILD_ROOT%{_libdir}/ossl-modules/fips.so.mac $RPM_BUILD_ROOT%{_libdir}/ossl-modules/fips.so \
  237. rm $RPM_BUILD_ROOT%{_libdir}/ossl-modules/fips.so.hmac \
  238. %{nil}
  239. %define __provides_exclude_from %{_libdir}/openssl
  240. %install
  241. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  242. # Install OpenSSL.
  243. install -d $RPM_BUILD_ROOT{/%{_lib},%{_bindir},%{_includedir},%{_libdir},%{_mandir},%{_libdir}/openssl,%{_pkgdocdir}}
  244. make DESTDIR=$RPM_BUILD_ROOT install
  245. mv $RPM_BUILD_ROOT%{_libdir}/lib*.so.%{soversion} $RPM_BUILD_ROOT/%{_lib}/
  246. rename so.%{soversion} so.%{version} $RPM_BUILD_ROOT/%{_lib}/*.so.%{soversion}
  247. for lib in $RPM_BUILD_ROOT/%{_lib}/*.so.%{version} ; do
  248. chmod 755 ${lib}
  249. ln -s -f ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT/%{_libdir}/`basename ${lib} .%{version}`
  250. ln -s -f `basename ${lib}` $RPM_BUILD_ROOT/%{_lib}/`basename ${lib} .%{version}`.%{soversion}
  251. done
  252. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.d
  253. # Install a makefile for generating keys and self-signed certs, and a script
  254. # for generating them on the fly.
  255. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs
  256. install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_pkgdocdir}/Makefile.certificate
  257. install -m755 %{SOURCE6} $RPM_BUILD_ROOT%{_bindir}/make-dummy-cert
  258. install -m755 %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}/renew-dummy-cert
  259. # Move runable perl scripts to bindir
  260. mv $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/misc/*.pl $RPM_BUILD_ROOT%{_bindir}
  261. mv $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/misc/tsget $RPM_BUILD_ROOT%{_bindir}
  262. # Rename man pages so that they don't conflict with other system man pages.
  263. pushd $RPM_BUILD_ROOT%{_mandir}
  264. mv man5/config.5ossl man5/openssl.cnf.5
  265. popd
  266. mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA
  267. mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/private
  268. mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/certs
  269. mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/crl
  270. mkdir -m755 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/newcerts
  271. # Ensure the config file timestamps are identical across builds to avoid
  272. # mulitlib conflicts and unnecessary renames on upgrade
  273. touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.cnf
  274. touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/ct_log_list.cnf
  275. rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.cnf.dist
  276. rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/ct_log_list.cnf.dist
  277. %ifarch i686
  278. rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/fipsmodule.cnf
  279. %endif
  280. # Determine which arch opensslconf.h is going to try to #include.
  281. basearch=%{_arch}
  282. %ifarch %{ix86}
  283. basearch=i386
  284. %endif
  285. # Next step of gradual disablement of SSL3.
  286. # Make SSL3 disappear to newly built dependencies.
  287. sed -i '/^\#ifndef OPENSSL_NO_SSL_TRACE/i\
  288. #ifndef OPENSSL_NO_SSL3\
  289. # define OPENSSL_NO_SSL3\
  290. #endif' $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h
  291. %ifarch %{multilib_arches}
  292. # Do an opensslconf.h switcheroo to avoid file conflicts on systems where you
  293. # can have both a 32- and 64-bit version of the library, and they each need
  294. # their own correct-but-different versions of opensslconf.h to be usable.
  295. install -m644 %{SOURCE10} \
  296. $RPM_BUILD_ROOT/%{_prefix}/include/openssl/configuration-${basearch}.h
  297. cat $RPM_BUILD_ROOT/%{_prefix}/include/openssl/configuration.h >> \
  298. $RPM_BUILD_ROOT/%{_prefix}/include/openssl/configuration-${basearch}.h
  299. install -m644 %{SOURCE9} \
  300. $RPM_BUILD_ROOT/%{_prefix}/include/openssl/configuration.h
  301. %endif
  302. install -m644 %{SOURCE1000} \
  303. %{buildroot}/%{_sysconfdir}/pki/tls/openssl.cnf
  304. %files
  305. %{!?_licensedir:%global license %%doc}
  306. %license LICENSE.txt
  307. %doc NEWS.md README.md
  308. %{_pkgdocdir}/Makefile.certificate
  309. %{_bindir}/make-dummy-cert
  310. %{_bindir}/renew-dummy-cert
  311. %{_bindir}/openssl
  312. %dir %{_mandir}/man1*
  313. %{_mandir}/man1*/*
  314. %dir %{_mandir}/man5*
  315. %{_mandir}/man5*/*
  316. %dir %{_mandir}/man7*
  317. %{_mandir}/man7*/*
  318. %exclude %{_mandir}/man1/*.pl*
  319. %exclude %{_mandir}/man1/tsget*
  320. %files libs
  321. %{!?_licensedir:%global license %%doc}
  322. %license LICENSE.txt
  323. %dir %{_sysconfdir}/pki/tls
  324. %dir %{_sysconfdir}/pki/tls/certs
  325. %dir %{_sysconfdir}/pki/tls/misc
  326. %dir %{_sysconfdir}/pki/tls/private
  327. %dir %{_sysconfdir}/pki/tls/openssl.d
  328. %config(noreplace) %{_sysconfdir}/pki/tls/openssl.cnf
  329. %config(noreplace) %{_sysconfdir}/pki/tls/ct_log_list.cnf
  330. %attr(0755,root,root) /%{_lib}/libcrypto.so.%{version}
  331. /%{_lib}/libcrypto.so.%{soversion}
  332. %attr(0755,root,root) /%{_lib}/libssl.so.%{version}
  333. /%{_lib}/libssl.so.%{soversion}
  334. %attr(0755,root,root) %{_libdir}/engines-%{soversion}
  335. %attr(0755,root,root) %{_libdir}/ossl-modules
  336. %ifnarch i686
  337. %config(noreplace) %{_sysconfdir}/pki/tls/fipsmodule.cnf
  338. %endif
  339. %files devel
  340. %doc CHANGES.md doc/dir-locals.example.el doc/openssl-c-indent.el
  341. %{_prefix}/include/openssl
  342. %exclude %{_libdir}/lib*.a
  343. %{_libdir}/*.so
  344. %dir %{_libdir}/pkgconfig
  345. %{_libdir}/pkgconfig/*.pc
  346. %dir %{_libdir}/cmake
  347. %dir %{_libdir}/cmake/OpenSSL
  348. %{_libdir}/cmake/OpenSSL/*.cmake
  349. %dir %{_mandir}/man3*
  350. %{_mandir}/man3*/*
  351. %files static
  352. %attr(0644,root,root) %{_libdir}/*.a
  353. %files perl
  354. %{_bindir}/c_rehash
  355. %{_bindir}/*.pl
  356. %{_bindir}/tsget
  357. %{_mandir}/man1*/*.pl*
  358. %{_mandir}/man1*/tsget*
  359. %dir %{_sysconfdir}/pki/CA
  360. %dir %{_sysconfdir}/pki/CA/private
  361. %dir %{_sysconfdir}/pki/CA/certs
  362. %dir %{_sysconfdir}/pki/CA/crl
  363. %dir %{_sysconfdir}/pki/CA/newcerts
  364. ## to build compat32 for x86_64 architecture support
  365. %if %{build_compat32}
  366. %files -n compat32-%{name}
  367. %attr(0755,root,root) /%{_lib}/*.so.*
  368. %files -n compat32-%{name}-devel
  369. %exclude %{_libdir}/lib*.a
  370. %attr(0755,root,root) %{_libdir}/*.so
  371. %attr(0644,root,root) %{_libdir}/pkgconfig/*.pc
  372. %endif
  373. %changelog
  374. * Wed May 28 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.0-1
  375. - new upstream release.
  376. * Wed Feb 12 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.8-1
  377. - new upstream release.
  378. * Wed Sep 04 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.7-1
  379. - new upstream release.
  380. * Mon Jun 10 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.6-1
  381. - new upstream release.
  382. * Wed Jan 31 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5-1
  383. - new upstream release.
  384. * Wed Oct 25 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.4-1
  385. - new upstream release.
  386. * Wed Sep 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.3-1
  387. - new upstream release.
  388. * Wed Aug 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.10-1
  389. - new upstream release.
  390. * Tue Jul 11 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.9-1
  391. - new upstream release.
  392. * Wed Feb 08 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.8-1
  393. - new upstream release.
  394. * Wed Nov 02 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.7-1
  395. - new upstream release.
  396. * Wed Oct 12 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.6-1
  397. - new upstream release.
  398. * Wed Jul 06 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.5-1
  399. - new upstream release.
  400. * Wed Jun 22 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.4-1
  401. - new upstream release.
  402. * Wed Mar 16 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.2-1
  403. - new upstream release.
  404. * Wed Dec 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.1-1
  405. - new upstream release.
  406. * Thu Sep 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.0-1
  407. - new upstream release.
  408. * Wed Aug 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1l-1
  409. - new upstream release.
  410. * Fri Mar 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1k-1
  411. - new upstream release.
  412. - dropped ldconfig scriptlets.
  413. * Wed Feb 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1j-1
  414. - new upstream release.
  415. * Wed Dec 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1i-1
  416. - new upstream release.
  417. * Sat Nov 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1h-1
  418. - new upstream release.
  419. - dropped Patch43: fixed in upstream.
  420. - imported Patch55-70 from rawhide.
  421. - updated Source13.
  422. * Sat Apr 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1g-1
  423. - new upstream release.
  424. * Wed Apr 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1f-1
  425. - new upstream release.
  426. - updated Patch1.
  427. - dropped Patch54: fixed in upstream.
  428. * Wed Mar 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1e-1
  429. - new upstream release.
  430. - dropped Patch100 and 1000: fixed in upstream.
  431. * Fri Dec 20 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1d-2
  432. - imported Patch1000 from upstream.
  433. * Fri Sep 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1d-1
  434. - new upstream release.
  435. - updated Source12 and 13.
  436. - updated all patches.
  437. - imported Patch100 from upstream.
  438. * Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1c-1
  439. - new upstream release.
  440. - updated Patch37 and 41.
  441. - imported Patch52-54 from rawhide.
  442. * Mon May 06 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1b-2
  443. - fixed openssl.cnf
  444. * Sun May 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1b-1
  445. - new upstream release.
  446. - imported Patch36 from rawhide.
  447. - updated Patch32.
  448. * Sat Dec 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1a-1
  449. - new upstream release.
  450. - updated Patch2.
  451. - dropped Patch36 and 46: fixed in upstream.
  452. * Thu Nov 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-2
  453. - fixed symlinks.
  454. * Thu Nov 01 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-1
  455. - new upstream release (newest LTS version).
  456. - imported fedora stuff (except FIPS).
  457. * Sun Apr 1 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2o-1
  458. - new upstream release with security fixes
  459. * Sun Jan 21 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2n-1
  460. - new upstream release with security fixes
  461. * Wed Nov 15 2017 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2m-1
  462. - new upstream release with security fixes
  463. * Sun Jan 29 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2k-1
  464. - new upstream release with security fixes
  465. * Thu May 5 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.2h-1
  466. - new upstream release with security fixes
  467. * Wed Mar 9 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.2g-1
  468. - new upstream release 1.0.2 with security fixes
  469. - Patch2 is merged into Patch0
  470. * Mon Dec 28 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1q-1
  471. - new upstream release with security fixes
  472. * Fri Jul 10 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1p-1
  473. - new upstream release with security fixes
  474. * Wed Jul 1 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1o-1
  475. - new upstream release
  476. * Sun Apr 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.1m-1
  477. - merged into Vine6
  478. * Fri Mar 20 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1m-1
  479. - new upstream release with security fixes
  480. - update Patch2,5
  481. * Mon Jan 12 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1k-1
  482. - new upstream release with security fixes
  483. * Mon Oct 20 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1j-1
  484. - new upstream release with security fixes
  485. - add patch8 from fc21 (fix perl find.pl)
  486. * Fri Jun 6 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.1h-1
  487. - new upstream release with security fixes.
  488. * Tue Apr 8 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1g-1
  489. - new upstream release with security fixes
  490. * Thu Jan 9 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.1f-1
  491. - new upstream release with security fixes
  492. * Tue Sep 24 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1e-2
  493. - move root CA bundle to ca-certificates package
  494. * Tue Feb 12 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1e-1
  495. - update to 1.0.1e
  496. - 1.0.1d has major regressions from 1.0.1c
  497. * Sat Feb 9 2013 IWAI, Masaharu <iwai@alib.jp> 1.0.1d-2
  498. - remove tsget script to delete dependency perl(WWW::Curl::Easy)
  499. - openssl-perl package contains it in docdir
  500. * Fri Feb 08 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.0.1d-1
  501. - new upstream release with security fix (CVE-2012-2686, CVE-2013-0166, 0169)
  502. - fixed %%files
  503. * Tue May 29 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.1c-1
  504. - update to 1.0.1c
  505. - enable configure options:
  506. enable-camellia enable-seed enable-tlsext enable-rfc3779
  507. enable-cms enable-md2
  508. - remove no-asm option from ai64/x86_64/ppc/ppc64/i686
  509. - generate a table with the compile settings before configure
  510. * Fri Jan 20 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0g-1
  511. - new upstream release with security fix (CVE-2012-0050)
  512. * Fri Jan 6 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0f-1
  513. - new upstream release with security fix
  514. (CVE-2011-4108,09, CVE-2011-4576,77, CVE-2011-4619, CVE-2012-0027)
  515. * Wed Sep 7 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0e-1
  516. - new upstream release with security fix (CVE-2011-3207, 3210)
  517. * Sun Mar 20 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0d-2
  518. - rebuild with krb5-libs 1.8
  519. * Fri Feb 11 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0d-1
  520. - new upstream release with security fix
  521. * Sat Jan 15 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-4
  522. - use upstream openssl.pc instead of vine original one (SOURCE6)
  523. * Sun Jan 9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-3
  524. - move tsget to docs to delete dependency perl(WWW::Curl::Easy)
  525. * Sat Jan 1 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-2
  526. - add R: krb5-devel into devel pkg
  527. - add R: compat32-krb5-devel into compat32-devel pkg
  528. * Fri Dec 31 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.0.0c-1
  529. - new upstream release 1.0.0x
  530. - separate static libs into static package
  531. - change configure options
  532. - change so version 10
  533. - add tsget into perl package
  534. - update all patches
  535. * Thu Dec 30 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8q-2
  536. - fix changelog typo...
  537. * Tue Dec 7 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8q-1
  538. - new upstream release with security fix (CVE-2010-4180)
  539. * Wed Nov 17 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8p-1
  540. - new upstream release with security fix (CVE-2010-3864)
  541. - drop patches included in new release
  542. - update patch4
  543. * Sun Jan 17 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-5
  544. - add patch12 for fix CVE-2009-3555 (renegotiation)
  545. * Fri Jan 15 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-4
  546. - add patch11 for fix CVE-2009-4355 (memory leak)
  547. * Tue Jun 23 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-3
  548. - add patch10 to fix CVE-2009-1377, 78, 79 (from fc11)
  549. * Mon Jun 22 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.8k-2
  550. - removed unnecessary %%if %{build_compat32} statements
  551. - removed lib*.a from devel package
  552. * Mon Mar 30 2009 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8k-1
  553. - new upstream release with security fix (CVE-2000-0590,0591,0789)
  554. * Sun Jan 11 2009 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8j-1
  555. - new upstream release with security fix (CVE-2008-5077)
  556. * Sat Sep 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8i-1
  557. - new upstream release
  558. * Sat Jul 12 2008 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.8h-1
  559. - new upstream release
  560. - new versioning policy
  561. * Sat Oct 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8g-0vl1
  562. - new upstream release
  563. - drop patch10,20 which is merged in upstream
  564. * Fri Sep 28 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.8e-0vl3
  565. - add security patch in advance for CVE-2007-5135
  566. http://www.securityfocus.com/archive/1/archive/1/480855/100/0/threaded
  567. http://marc.info/?l=openssl-cvs&m=119020417919619&w=2
  568. * Fri Aug 10 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.8e-0vl2
  569. - add security patch for CVE-2007-3108
  570. (http://openssl.org/news/patch-CVE-2007-3108.txt)
  571. * Tue May 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.8e-0vl1
  572. - new upstream release
  573. * Sun Dec 24 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7l-0vl2
  574. - update (fix) openssl.pc <BTS:437>
  575. * Fri Sep 29 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7l-0vl1
  576. - new upstream release (with security fix)
  577. * Mon Sep 11 2006 Satosh IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.9.7k-0vl1
  578. - new upstream release
  579. - add patch2 to use RPM_OPT macro
  580. * Mon Feb 06 2006 Shu KONNO <owa@bg.wakwak.com> 0.9.7i-0vl3
  581. - moved macros _lib to /usr/lib/rpm/rpmrc or macros files
  582. * Fri Feb 03 2006 Shu KONNO <owa@bg.wakwak.com> 0.9.7i-0vl2
  583. - added compat32-* packages for x86_64 architecture support
  584. - added openssl-0.9.7i.Configure-compat32.patch
  585. - changed '/lib' to '/%{_lib}'
  586. * Mon Oct 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.7i-0vl1
  587. - new upstream release
  588. * Mon Jan 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.7d-0vl4
  589. - rebuild on VineSeed
  590. * Sun Jan 09 2005 IKEDA Katsumi <ikeda@webmasters.gr.jp> 0.9.7d-0vl3.1
  591. - added a security patch from Gentoo.
  592. - Patch1: openssl-0.9.7c-tempfile.patch
  593. * Sun Mar 28 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.7d-0vl3
  594. - sslarch for ppc was missing... added.
  595. * Fri Mar 26 2004 Tomoya TAKA <taka@vinelinux.org> 0.9.7d-0vl2
  596. - use sslarch=linux-alpha-gcc instead of alpha-gcc
  597. * Mon Mar 22 2004 Satoshi MACHINO <machino@vinelinux.org> 0.9.7d-0vl1
  598. - new upstream version
  599. - clean up of spec file
  600. -- removed old patches
  601. * Sat Mar 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6m-0vl1
  602. - new upstream release
  603. - SECURITY fix.
  604. - http://www.openssl.org/news/secadv_20040317.txt
  605. * Wed Oct 1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6k-0vl1
  606. - new upstream release
  607. - [Security fix]
  608. - Vulnerabilities in ASN.1 parsing
  609. http://www.openssl.org/news/secadv_20030930.txt
  610. - see %{_docdir}/%{name}-%{version}/CHANGES for other changes
  611. * Wed Jun 04 2003 HOTTA Michihide <hotta@net-newbie.com> 0.9.6j-0vl2
  612. - add openssl.pc for pkgconfig
  613. * Tue Mar 11 2003 Satoshi MACHINO <machino@vinelinux.org> 0.9.6j-0vl1
  614. - New upstream version
  615. - dropped patch10, 11
  616. -- merged upstream version
  617. * Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl1
  618. - rebuild for VineSeed
  619. * Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl0.26.1
  620. - [Security Fix]
  621. - Timing-based attacks on RSA keys
  622. http://www.openssl.org/news/secadv_20030317.txt
  623. - Klima-Pokorny0Rosa attack on RSA in SSL/TLS
  624. http://www.openssl.org/news/secadv_20030317.txt
  625. * Sun Feb 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6i-0vl0.26
  626. - new upstream release 0.9.6i
  627. - [Security Fix]
  628. - build for Vine Linux 2.6 errata
  629. * Mon Nov 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6h-0vl1
  630. - new upstream release 0.9.6h
  631. * Mon Nov 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6g-0vl1
  632. - new upstream release 0.9.6g
  633. * Mon Oct 28 2002 IWAI Masaharu <iwai@alib.jp> 0.9.6b-1vl6
  634. - SECURITY: CAN-2002-0659 fixed
  635. - added Patch101 from RedHat 7.2 updates 0.9.6b-28
  636. * Fri Aug 02 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-28
  637. - update asn patch to fix accidental reversal of a logic check
  638. * Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-27
  639. - update asn patch to reduce chance that compiler optimization will remove
  640. one of the added tests
  641. * Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-26
  642. - rebuild
  643. * Tue Jul 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-25
  644. - add patch to fix ASN.1 vulnerabilities
  645. * Wed Jul 31 2002 IWAI Masaharu <iwai@alib.jp> 0.9.6b-1vl5
  646. - rename spec file name
  647. - SECURITY: CA-2002-23 fixed
  648. - added Patch100 from RedHat 7.2 updates 0.9.6b-24
  649. * Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-24
  650. - add backport of Ben Laurie's patches for OpenSSL 0.9.6d
  651. * Mon Sep 10 2001 Satoshi MACHINO <machino@vinelinux.org> 0.9.6b-1vl4
  652. - added ${PATH} in LD_LIBRARY_PATH
  653. - added install -m 755 *.so.* $RPM_BUILD_ROOT%{_libdir} in %install
  654. * Sun Jul 15 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl3
  655. - remove --no-<cipher>
  656. * Sun Jul 15 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl2
  657. - add Patch10 for mipsel shared ( Configure )
  658. * Sat Jul 14 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6b-1vl1
  659. - build for Vine Linux
  660. - use openssl-engine-0.9.6b.tar.gz
  661. * Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com>
  662. - update to 0.9.6b
  663. * Thu Jul 5 2001 Nalin Dahyabhai <nalin@redhat.com>
  664. - move .so symlinks back to %%{_libdir}
  665. * Tue Jul 3 2001 Nalin Dahyabhai <nalin@redhat.com>
  666. - move shared libraries to /lib (#38410)
  667. * Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
  668. - switch to engine code base
  669. * Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
  670. - add a script for creating dummy certificates
  671. - move man pages from %%{_mandir}/man?/foo.?ssl to %%{_mandir}/man?ssl/foo.?
  672. * Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  673. - add s390x support
  674. * Fri Jun 1 2001 Nalin Dahyabhai <nalin@redhat.com>
  675. - change two memcpy() calls to memmove()
  676. - don't define L_ENDIAN on alpha
  677. * Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
  678. - make subpackages depend on the main package
  679. * Tue May 1 2001 Nalin Dahyabhai <nalin@redhat.com>
  680. - adjust the hobble script to not disturb symlinks in include/ (fix from
  681. Joe Orton)
  682. * Thu Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com>
  683. - drop the m2crypo patch we weren't using
  684. * Tue Apr 24 2001 Nalin Dahyabhai <nalin@redhat.com>
  685. - configure using "shared" as well
  686. * Sun Apr 8 2001 Nalin Dahyabhai <nalin@redhat.com>
  687. - update to 0.9.6a
  688. - use the build-shared target to build shared libraries
  689. - bump the soversion to 2 because we're no longer compatible with
  690. our 0.9.5a packages or our 0.9.6 packages
  691. - drop the patch for making rsatest a no-op when rsa null support is used
  692. - put all man pages into <section>ssl instead of <section>
  693. - break the m2crypto modules into a separate package
  694. * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
  695. - use BN_LLONG on s390
  696. * Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
  697. - fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit)
  698. * Sat Mar 3 2001 Nalin Dahyabhai <nalin@redhat.com>
  699. - move c_rehash to the perl subpackage, because it's a perl script now
  700. * Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
  701. - update to 0.9.6
  702. - enable MD2
  703. - use the libcrypto.so and libssl.so targets to build shared libs with
  704. - bump the soversion to 1 because we're no longer compatible with any of
  705. the various 0.9.5a packages circulating around, which provide lib*.so.0
  706. * Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  707. - change hobble-openssl for disabling MD2 again
  708. * Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
  709. - re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152
  710. bytes or so, causing EVP_DigestInit() to zero out stack variables in
  711. apps built against a version of the library without it
  712. * Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
  713. - disable some inline assembly, which on x86 is Pentium-specific
  714. - re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all)
  715. * Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  716. - fix s390 patch
  717. * Fri Dec 8 2000 Than Ngo <than@redhat.com>
  718. - added support s390
  719. * Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
  720. - remove -Wa,* and -m* compiler flags from the default Configure file (#20656)
  721. - add the CA.pl man page to the perl subpackage
  722. * Thu Nov 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  723. - always build with -mcpu=ev5 on alpha
  724. * Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
  725. - add a symlink from cert.pem to ca-bundle.crt
  726. * Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
  727. - add a ca-bundle file for packages like Samba to reference for CA certificates
  728. * Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
  729. - remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
  730. * Mon Oct 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  731. - add unzip as a buildprereq (#17662)
  732. - update m2crypto to 0.05-snap4
  733. * Tue Sep 26 2000 Bill Nottingham <notting@redhat.com>
  734. - fix some issues in building when it's not installed
  735. * Wed Sep 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  736. - make sure the headers we include are the ones we built with (aaaaarrgh!)
  737. * Fri Sep 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  738. - add Richard Henderson's patch for BN on ia64
  739. - clean up the changelog
  740. * Tue Aug 29 2000 Nalin Dahyabhai <nalin@redhat.com>
  741. - fix the building of python modules without openssl-devel already installed
  742. * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
  743. - byte-compile python extensions without the build-root
  744. - adjust the makefile to not remove temporary files (like .key files when
  745. building .csr files) by marking them as .PRECIOUS
  746. * Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
  747. - break out python extensions into a subpackage
  748. * Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  749. - tweak the makefile some more
  750. * Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
  751. - disable MD2 support
  752. * Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  753. - disable MDC2 support
  754. * Sun Jul 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  755. - tweak the disabling of RC5, IDEA support
  756. - tweak the makefile
  757. * Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
  758. - strip binaries and libraries
  759. - rework certificate makefile to have the right parts for Apache
  760. * Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
  761. - use %%{_perl} instead of /usr/bin/perl
  762. - disable alpha until it passes its own test suite
  763. * Fri Jun 9 2000 Nalin Dahyabhai <nalin@redhat.com>
  764. - move the passwd.1 man page out of the passwd package's way
  765. * Fri Jun 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  766. - update to 0.9.5a, modified for U.S.
  767. - add perl as a build-time requirement
  768. - move certificate makefile to another package
  769. - disable RC5, IDEA, RSA support
  770. - remove optimizations for now
  771. * Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  772. - Bero told me to move the Makefile into this package
  773. * Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  774. - add lib*.so symlinks to link dynamically against shared libs
  775. * Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  776. - update to 0.9.5
  777. - run ldconfig directly in post/postun
  778. - add FAQ
  779. * Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
  780. - Fix build on non-x86 platforms
  781. * Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
  782. - move /usr/share/ssl/* from -devel to main package
  783. * Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
  784. - inital packaging
  785. - changes from base:
  786. - Move /usr/local/ssl to /usr/share/ssl for FHS compliance
  787. - handle RPM_OPT_FLAGS