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

2015-07-31 Thread Hiroyuki YAMAMORI
On Fri, 31 Jul 2015 18:16:36 +0200, Kurt Roeckx wrote:
> This is an intentional change.  Why do you need the date it was
> build?

It's easy to know debian revision changed without using dpkg or apt
commands.
I think built date is a kind of ID.


Thank you.
--
Hiroyuki YAMAMORI


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



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

2015-07-31 Thread Kurt Roeckx
On Fri, Jul 31, 2015 at 07:35:22PM +0900, Hiroyuki YAMAMORI wrote:
> built on: reproducible build, date unspecified

This is an intentional change.  Why do you need the date it was
build?


Kurt


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#794218: openssl: no display built date

2015-07-31 Thread Hiroyuki YAMAMORI
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  libc62.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


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org