[Pkg-openssl-devel] Bug#794218: openssl: no display built date

Hiroyuki YAMAMORI h-yamamo at db3.so-net.ne.jp
Fri Jul 31 10:35:22 UTC 2015


Package: openssl
Version: 1.0.2d-1
Severity: minor

Dear Maintainer,

(jessie - openssl 1.0.1k-3+deb8u1)
$ openssl version -v -b
OpenSSL 1.0.1k 8 Jan 2015
built on: Fri Jun 12 18:48:03 2015

(stretch)
$ openssl version -v -b
OpenSSL 1.0.2d 9 Jul 2015
built on: reproducible build, date unspecified

a fix patch:
--- a/crypto/cversion.c
+++ b/crypto/cversion.c
@@ -68,7 +68,7 @@
         return OPENSSL_VERSION_TEXT;
     if (t == SSLEAY_BUILT_ON) {
 #ifdef DATE
-# ifdef OPENSSL_USE_BUILD_DATE
+# if 1
         return (DATE);
 # else
         return ("built on: reproducible build, date unspecified");

Thank you.
--
Hiroyuki YAMAMORI


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: arm64, armhf

Kernel: Linux 4.0.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=, LC_CTYPE= (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages openssl depends on:
ii  libc6        2.19-19
ii  libssl1.0.0  1.0.2d-1

openssl recommends no packages.

Versions of packages openssl suggests:
ii  ca-certificates  20150426

-- no debconf information



More information about the Pkg-openssl-devel mailing list