libssl0.9.7 segfaults on arm processors.

Bug #6873 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
openssl097 (Debian)
Fix Released
Unknown
openssl097 (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Automatically imported from Debian bug report #253848
http://bugs.debian.org/253848

Revision history for this message
In , Len Sorensen (lennartsorensen) wrote : GCC 3.4.0 fixes problem.

I just finished doing a rebuild at -O3 using gcc 3.4.0 from experimental
and it builds a working library, so it appears the problem is only with
gcc 3.3.x which requires -O2 to build correctly.

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #253848
http://bugs.debian.org/253848

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Thu, 10 Jun 2004 17:18:26 -0400
From: Len Sorensen <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: libssl0.9.7 segfaults on arm processors.

Package: libssl0.9.7
Version: 0.9.7d-3
Severity: critical

Running openssl or ssh or anything else that uses libssl0.9.7 on arm
current segfaults.

The problem appears to be related to optimization level O3 in gcc 3.3.x

I have tried installing gcc 3.3.4 and compiled using -O2 (by changing
the arm defaults in Configure from O3 to O2) and now everything works
perfectly.

Could you change the optimization level for arm and recompile it that
way until gcc gets fixed. I saw some information in a discussion about
the pari package which indicates that it is a case of gcc O3 clobbering
the lr register when doing 'return functionname(arguments);' in some
situations.

Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: arm (armv5l)
Kernel: Linux 2.4.18-rmk7-pxa3-armcore-len
Locale: LANG=C, LC_CTYPE=C

Versions of packages libssl0.9.7 depends on:
ii debconf [debconf-2.0] 1.4.25 Debian configuration management sy
ii libc6 2.3.2.ds1-12 GNU C Library: Shared libraries an
ii libgcc1 1:3.3.4-1 GCC support library

-- debconf information:
  libssl0.9.7/restart-services:

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Fri, 11 Jun 2004 14:09:08 -0400
From: Len Sorensen <email address hidden>
To: <email address hidden>
Subject: GCC 3.4.0 fixes problem.

I just finished doing a rebuild at -O3 using gcc 3.4.0 from experimental
and it builds a working library, so it appears the problem is only with
gcc 3.3.x which requires -O2 to build correctly.

Revision history for this message
Matt Zimmerman (mdz) wrote :

This bug is arm-specific, therefore NOTWARTY

Revision history for this message
In , Steve Langasek (vorlon) wrote :

tags 253848 patch
thanks

The attached patch should implement the needed change for building
openssl on arm.

Cheers,
--
Steve Langasek
postmodern programmer

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 10 Jul 2004 21:30:46 -0700
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: Re: libssl0.9.7 segfaults on arm processors.

--3MwIy2ne0vdjdPXF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

tags 253848 patch
thanks

The attached patch should implement the needed change for building
openssl on arm.

Cheers,
--
Steve Langasek
postmodern programmer

--3MwIy2ne0vdjdPXF
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="openssl-253848.patch"

diff -u openssl-0.9.7d/Configure openssl-0.9.7d/Configure
--- openssl-0.9.7d/Configure
+++ openssl-0.9.7d/Configure
@@ -377,7 +377,7 @@
 "debian-alpha","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-alpha-ev4","gcc:-DTERMIO -O3 -mcpu=ev4 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-alpha-ev5","gcc:-DTERMIO -O3 -mcpu=ev5 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-"debian-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-arm","gcc:-DL_ENDIAN -DTERMIO -O2 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 #"debian-amd64","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-amd64", "gcc:-m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR BF_PTR2 DES_INT DES_UNROLL:asm/x86_64-gcc.o:::::::::dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 #"debian-freebsd-alpha","gcc:-DTERMIOS -O -fomit-frame-pointer::(unknown):::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
diff -u openssl-0.9.7d/debian/changelog openssl-0.9.7d/debian/changelog
--- openssl-0.9.7d/debian/changelog
+++ openssl-0.9.7d/debian/changelog
@@ -1,3 +1,11 @@
+openssl (0.9.7d-3.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Change optimization used on arm to work around a compiler bug in gcc
+ 3.3 (closes: #253848).
+
+ -- Steve Langasek <email address hidden> Sat, 10 Jul 2004 21:09:02 -0700
+
 openssl (0.9.7d-3.1) unstable; urgency=low

   * Non-maintainer upload.

--3MwIy2ne0vdjdPXF--

Revision history for this message
In , Thom May (thombot) wrote : NMU

Hi,
I'll be uploading openssl-0.9.7d-3.2 to DELAYED/5 days with the following
patch shortly.
This is a 32 day old critical bug which is causing build failures on arm.
Cheers,
-Thom

diff -ur openssl-0.9.7d/Configure openssl-0.9.7d-new/Configure
--- openssl-0.9.7d/Configure 2004-07-13 18:43:42 +0100
+++ openssl-0.9.7d-new/Configure 2004-07-13 18:41:37 +0100
@@ -377,7 +377,7 @@
 "debian-alpha","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-alpha-ev4","gcc:-DTERMIO -O3 -mcpu=ev4 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-alpha-ev5","gcc:-DTERMIO -O3 -mcpu=ev5 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-"debian-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-arm","gcc:-DL_ENDIAN -DTERMIO -O2 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 #"debian-amd64","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-amd64", "gcc:-m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR BF_PTR2 DES_INT DES_UNROLL:asm/x86_64-gcc.o:::::::::dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 #"debian-freebsd-alpha","gcc:-DTERMIOS -O -fomit-frame-pointer::(unknown):::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
diff -ur openssl-0.9.7d/debian/changelog openssl-0.9.7d-new/debian/changelog
--- openssl-0.9.7d/debian/changelog 2004-07-13 18:43:42 +0100
+++ openssl-0.9.7d-new/debian/changelog 2004-07-13 18:42:48 +0100
@@ -1,3 +1,11 @@
+openssl (0.9.7d-3.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Change optimisation on arm to work around a compiler bug in gcc 3.3
+ (Closes: #253848)
+
+ -- Thom May <email address hidden> Tue, 13 Jul 2004 18:41:55 +0100
+
 openssl (0.9.7d-3.1) unstable; urgency=low

   * Non-maintainer upload.

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.9 KiB)

Message-ID: <email address hidden>
Date: Tue, 13 Jul 2004 19:40:48 +0100
From: Thom May <email address hidden>
To: <email address hidden>
Cc: Christoph Martin <email address hidden>
Subject: NMU

--qtZFehHsKgwS5rPz
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,=20
I'll be uploading openssl-0.9.7d-3.2 to DELAYED/5 days with the following
patch shortly.
This is a 32 day old critical bug which is causing build failures on arm.
Cheers,
-Thom

diff -ur openssl-0.9.7d/Configure openssl-0.9.7d-new/Configure
--- openssl-0.9.7d/Configure 2004-07-13 18:43:42 +0100
+++ openssl-0.9.7d-new/Configure 2004-07-13 18:41:37 +0100
@@ -377,7 +377,7 @@
 "debian-alpha","gcc:-DTERMIO -O3 -fomit-frame-pointer -Wall::-D_REENTRANT:=
:-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${alpha_asm}:dlfcn=
:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-alpha-ev4","gcc:-DTERMIO -O3 -mcpu=3Dev4 -fomit-frame-pointer -Wal=
l::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${=
alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-alpha-ev5","gcc:-DTERMIO -O3 -mcpu=3Dev5 -fomit-frame-pointer -Wal=
l::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL:${=
alpha_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
-"debian-arm","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-D_R=
EENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$=
(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+"debian-arm","gcc:-DL_ENDIAN -DTERMIO -O2 -fomit-frame-pointer -Wall::-D_R=
EENTRANT::-ldl:BN_LLONG DES_RISC1::::::::::dlfcn:linux-shared:-fPIC::.so.\$=
(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 #"debian-amd64","gcc:-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall::-=
D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:li=
nux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
 "debian-amd64", "gcc:-m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=3Dint=
::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK RC4_CHAR BF_PTR2 DES_INT=
 DES_UNROLL:asm/x86_64-gcc.o:::::::::dlfcn:linux-shared:-fPIC:-m64:.so.\$(S=
HLIB_MAJOR).\$(SHLIB_MINOR)",
 #"debian-freebsd-alpha","gcc:-DTERMIOS -O -fomit-frame-pointer::(unknown):=
::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2::::::::::dlfcn:bs=
d-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
diff -ur openssl-0.9.7d/debian/changelog openssl-0.9.7d-new/debian/changelog
--- openssl-0.9.7d/debian/changelog 2004-07-13 18:43:42 +0100
+++ openssl-0.9.7d-new/debian/changelog 2004-07-13 18:42:48 +0100
@@ -1,3 +1,11 @@
+openssl (0.9.7d-3.2) unstable; urgency=3Dlow
+
+ * Non-maintainer upload.
+ * Change optimisation on arm to work around a compiler bug in gcc 3.3
+ (Closes: #253848)
+
+ -- Thom May <email address hidden> Tue, 13 Jul 2004 18:41:55 +0100
+
 openssl (0.9.7d-3.1) unstable; urgency=3Dlow
=20
   * Non-maintainer upload.

--qtZFehHsKgwS5rPz
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-...

Read more...

Revision history for this message
In , Thom May (thombot) wrote : Fixed in NMU of openssl 0.9.7d-3.2

tag 253848 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 13 Jul 2004 18:41:55 +0100
Source: openssl
Binary: libssl-dev openssl libcrypto0.9.7-udeb libssl0.9.7
Architecture: source sparc
Version: 0.9.7d-3.2
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin <email address hidden>
Changed-By: Thom May <email address hidden>
Description:
 libcrypto0.9.7-udeb - crypto shared library - udeb (udeb)
 libssl-dev - SSL development libraries, header files and documentation
 libssl0.9.7 - SSL shared libraries
 openssl - Secure Socket Layer (SSL) binary and related cryptographic tools
Closes: 253848
Changes:
 openssl (0.9.7d-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Change optimisation on arm to work around a compiler bug in gcc 3.3
     (Closes: #253848)
Files:
 ab91cc7147ebbe20a292d3f4499364fd 1280 utils optional openssl_0.9.7d-3.2.dsc
 5768b1faee3d0e75be02894a31bce867 24479 utils optional openssl_0.9.7d-3.2.diff.gz
 5cd65e7e8405ade058d57f71621db72e 920010 utils optional openssl_0.9.7d-3.2_sparc.deb
 98b1f649837fb03ac296804ad7dba1ea 1803070 libs standard libssl0.9.7_0.9.7d-3.2_sparc.deb
 ddf2e2fda72279bee1baad7e71cb3809 474156 debian-installer optional libcrypto0.9.7-udeb_0.9.7d-3.2_sparc.udeb
 6a2e95e7b0b0de5a47ded93be07debd4 2615266 libdevel optional libssl-dev_0.9.7d-3.2_sparc.deb
package-type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQIVAwUBQPQudLVnlGdHP376AQKlVQ//UGztnVcrLUQVs+RmfkX/4GTaF5Ot04Gz
ioV/MN6u6USzBRVEraoOQ9s4/tLwOz0WqPX68LGmRmn6vqv+lTaC4aVb3t21hACz
VxtWLWlOZTX/DVshiP7FoRcCEE0Q8I8NWCA9hs2i9nsBUF1DJkXbxeIfsYXgWJkh
5318Tm5jKi3uQAkepnHuhgfsxqUnJUiQ0YGH7FwtIk+gCQSyCuLIM3wmk2NqfQ3J
DMrtJz63aECnldfcwytTVywXJlA2CsbKqStMmrGAJeG65C+sDSTgZBhn57JZQan1
W0w7uDpLhI9OuEp9vjGO3YInyG2ORdviAh5H6SMc2NWmkZRQCGQIRMbHoynbBcV2
RKLkMmGJZ+0cPFFZv0jdjbOuCU1APPGBeSONlBSVFHWLPEMLT9BGWV9DL9yd7gQv
ht8SREUwL2fquIyJBunsROGANzxhhuPVcZoZ+p7WcnhJjmU0IeQNjqz3IVtSxdV+
Zi2i/gkUfu4wYNwOrwMU/kXI0kaW5kZM6gL8SW7zFqe5MjBx4rv2ETzlY5+qtB7e
BVCiY14L2Mr1BiZhSJlriiGoJ1F25OT8Vi/yqb4/f295ZF6Mad8gw2PI0F+8dzGr
0PkzzTcIFLHlZgyVxwZbjvMzKf1VZfmVohQi/frHV0UI1+vTuorgHErNq3GrLAyZ
GfAkRUseHYw=
=ze8O
-----END PGP SIGNATURE-----

Revision history for this message
In , Christoph Martin (christoph-martin) wrote : Bug#253848: fixed in openssl 0.9.7d-4
Download full text (3.3 KiB)

Source: openssl
Source-Version: 0.9.7d-4

We believe that the bug you reported is fixed in the latest version of
openssl, which is due to be installed in the Debian FTP archive:

libcrypto0.9.7-udeb_0.9.7d-4_i386.udeb
  to pool/main/o/openssl/libcrypto0.9.7-udeb_0.9.7d-4_i386.udeb
libssl-dev_0.9.7d-4_i386.deb
  to pool/main/o/openssl/libssl-dev_0.9.7d-4_i386.deb
libssl0.9.7_0.9.7d-4_i386.deb
  to pool/main/o/openssl/libssl0.9.7_0.9.7d-4_i386.deb
openssl_0.9.7d-4.diff.gz
  to pool/main/o/openssl/openssl_0.9.7d-4.diff.gz
openssl_0.9.7d-4.dsc
  to pool/main/o/openssl/openssl_0.9.7d-4.dsc
openssl_0.9.7d-4_i386.deb
  to pool/main/o/openssl/openssl_0.9.7d-4_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Martin <email address hidden> (supplier of updated openssl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.7
Date: Wed, 14 Jul 2004 14:31:02 +0200
Source: openssl
Binary: libssl-dev openssl libcrypto0.9.7-udeb libssl0.9.7
Architecture: source i386
Version: 0.9.7d-4
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin <email address hidden>
Changed-By: Christoph Martin <email address hidden>
Description:
 libcrypto0.9.7-udeb - crypto shared library - udeb (udeb)
 libssl-dev - SSL development libraries, header files and documentation
 libssl0.9.7 - SSL shared libraries
 openssl - Secure Socket Layer (SSL) binary and related cryptographic tools
Closes: 248749 250010 253848 254561
Changes:
 openssl (0.9.7d-4) unstable; urgency=low
 .
   * add Catalan translation (closes: #248749)
   * add Spanish translation (closes: #254561)
   * include NMU fixes: see below
   * decrease optimisation level for debian-arm to work around gcc bug
     (closes: #253848) (thanks to Steve Langasek and Thom May)
   * Add libcrypto0.9.7-udeb. (closes: #250010) (thanks to Bastian Blank)
   * Add watchfile
Files:
 99d6253bb0108988d4ca583f2952d18b 908 utils optional openssl_0.9.7d-4.dsc
 31fbd21c77d7867518006c01af754821 25826 utils optional openssl_0.9.7d-4.diff.gz
 bccd82b7dd4524fcdff69f054ff195b8 903368 utils optional openssl_0.9.7d-4_i386.deb
 a0e66e0b88076717a13e5965a491187e 2172284 libs standard libssl0.9.7_0.9.7d-4_i386.deb
 d4e8b55368535892c3729b8b105b4a6a 447664 debian-installer optional libcrypto0.9.7-udeb_0.9.7d-4_i386.udeb
 7d10d3b589293bad1d6194563f62e80b 2540254 libdevel optional libssl-dev_0.9.7d-4_i386.deb
package-type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQEVAwUBQPZAam4/9k35XC9tAQHmuQf7BQGmMhJWRi91tDzve+PKUR4CNiqQC7sn
OoukdZfvlr6QL4InrDUcbwU+G3LvBEDlRsJH2YWiBmwfb4tHbA5TuHv4bMaixHwb
J6upLAHkimJTsyO21fZfQzMWUksvVH75klGkPNMJhDIeBgBc96azxwP9ZoQ9kyye
Im/oexyIqK1jJR/Ljfsp7h7RqJNQKyKOSchM0ZSsFzChPyObB83P/PYN/...

Read more...

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Wed, 14 Jul 2004 16:32:11 -0400
From: Thom May <email address hidden>
To: <email address hidden>
Cc: Thom May <email address hidden>, Christoph Martin <email address hidden>
Subject: Fixed in NMU of openssl 0.9.7d-3.2

tag 253848 + fixed

quit

This message was generated automatically in response to a
non-maintainer upload. The .changes file follows.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 13 Jul 2004 18:41:55 +0100
Source: openssl
Binary: libssl-dev openssl libcrypto0.9.7-udeb libssl0.9.7
Architecture: source sparc
Version: 0.9.7d-3.2
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin <email address hidden>
Changed-By: Thom May <email address hidden>
Description:
 libcrypto0.9.7-udeb - crypto shared library - udeb (udeb)
 libssl-dev - SSL development libraries, header files and documentation
 libssl0.9.7 - SSL shared libraries
 openssl - Secure Socket Layer (SSL) binary and related cryptographic tools
Closes: 253848
Changes:
 openssl (0.9.7d-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Change optimisation on arm to work around a compiler bug in gcc 3.3
     (Closes: #253848)
Files:
 ab91cc7147ebbe20a292d3f4499364fd 1280 utils optional openssl_0.9.7d-3.2.dsc
 5768b1faee3d0e75be02894a31bce867 24479 utils optional openssl_0.9.7d-3.2.diff.gz
 5cd65e7e8405ade058d57f71621db72e 920010 utils optional openssl_0.9.7d-3.2_sparc.deb
 98b1f649837fb03ac296804ad7dba1ea 1803070 libs standard libssl0.9.7_0.9.7d-3.2_sparc.deb
 ddf2e2fda72279bee1baad7e71cb3809 474156 debian-installer optional libcrypto0.9.7-udeb_0.9.7d-3.2_sparc.udeb
 6a2e95e7b0b0de5a47ded93be07debd4 2615266 libdevel optional libssl-dev_0.9.7d-3.2_sparc.deb
package-type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQIVAwUBQPQudLVnlGdHP376AQKlVQ//UGztnVcrLUQVs+RmfkX/4GTaF5Ot04Gz
ioV/MN6u6USzBRVEraoOQ9s4/tLwOz0WqPX68LGmRmn6vqv+lTaC4aVb3t21hACz
VxtWLWlOZTX/DVshiP7FoRcCEE0Q8I8NWCA9hs2i9nsBUF1DJkXbxeIfsYXgWJkh
5318Tm5jKi3uQAkepnHuhgfsxqUnJUiQ0YGH7FwtIk+gCQSyCuLIM3wmk2NqfQ3J
DMrtJz63aECnldfcwytTVywXJlA2CsbKqStMmrGAJeG65C+sDSTgZBhn57JZQan1
W0w7uDpLhI9OuEp9vjGO3YInyG2ORdviAh5H6SMc2NWmkZRQCGQIRMbHoynbBcV2
RKLkMmGJZ+0cPFFZv0jdjbOuCU1APPGBeSONlBSVFHWLPEMLT9BGWV9DL9yd7gQv
ht8SREUwL2fquIyJBunsROGANzxhhuPVcZoZ+p7WcnhJjmU0IeQNjqz3IVtSxdV+
Zi2i/gkUfu4wYNwOrwMU/kXI0kaW5kZM6gL8SW7zFqe5MjBx4rv2ETzlY5+qtB7e
BVCiY14L2Mr1BiZhSJlriiGoJ1F25OT8Vi/yqb4/f295ZF6Mad8gw2PI0F+8dzGr
0PkzzTcIFLHlZgyVxwZbjvMzKf1VZfmVohQi/frHV0UI1+vTuorgHErNq3GrLAyZ
GfAkRUseHYw=
=ze8O
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :
Download full text (3.5 KiB)

Message-Id: <email address hidden>
Date: Thu, 15 Jul 2004 04:47:05 -0400
From: Christoph Martin <email address hidden>
To: <email address hidden>
Subject: Bug#253848: fixed in openssl 0.9.7d-4

Source: openssl
Source-Version: 0.9.7d-4

We believe that the bug you reported is fixed in the latest version of
openssl, which is due to be installed in the Debian FTP archive:

libcrypto0.9.7-udeb_0.9.7d-4_i386.udeb
  to pool/main/o/openssl/libcrypto0.9.7-udeb_0.9.7d-4_i386.udeb
libssl-dev_0.9.7d-4_i386.deb
  to pool/main/o/openssl/libssl-dev_0.9.7d-4_i386.deb
libssl0.9.7_0.9.7d-4_i386.deb
  to pool/main/o/openssl/libssl0.9.7_0.9.7d-4_i386.deb
openssl_0.9.7d-4.diff.gz
  to pool/main/o/openssl/openssl_0.9.7d-4.diff.gz
openssl_0.9.7d-4.dsc
  to pool/main/o/openssl/openssl_0.9.7d-4.dsc
openssl_0.9.7d-4_i386.deb
  to pool/main/o/openssl/openssl_0.9.7d-4_i386.deb

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to <email address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Martin <email address hidden> (supplier of updated openssl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing <email address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.7
Date: Wed, 14 Jul 2004 14:31:02 +0200
Source: openssl
Binary: libssl-dev openssl libcrypto0.9.7-udeb libssl0.9.7
Architecture: source i386
Version: 0.9.7d-4
Distribution: unstable
Urgency: low
Maintainer: Christoph Martin <email address hidden>
Changed-By: Christoph Martin <email address hidden>
Description:
 libcrypto0.9.7-udeb - crypto shared library - udeb (udeb)
 libssl-dev - SSL development libraries, header files and documentation
 libssl0.9.7 - SSL shared libraries
 openssl - Secure Socket Layer (SSL) binary and related cryptographic tools
Closes: 248749 250010 253848 254561
Changes:
 openssl (0.9.7d-4) unstable; urgency=low
 .
   * add Catalan translation (closes: #248749)
   * add Spanish translation (closes: #254561)
   * include NMU fixes: see below
   * decrease optimisation level for debian-arm to work around gcc bug
     (closes: #253848) (thanks to Steve Langasek and Thom May)
   * Add libcrypto0.9.7-udeb. (closes: #250010) (thanks to Bastian Blank)
   * Add watchfile
Files:
 99d6253bb0108988d4ca583f2952d18b 908 utils optional openssl_0.9.7d-4.dsc
 31fbd21c77d7867518006c01af754821 25826 utils optional openssl_0.9.7d-4.diff.gz
 bccd82b7dd4524fcdff69f054ff195b8 903368 utils optional openssl_0.9.7d-4_i386.deb
 a0e66e0b88076717a13e5965a491187e 2172284 libs standard libssl0.9.7_0.9.7d-4_i386.deb
 d4e8b55368535892c3729b8b105b4a6a 447664 debian-installer optional libcrypto0.9.7-udeb_0.9.7d-4_i386.udeb
 7d10d3b589293bad1d6194563f62e80b 2540254 libdevel optional libssl-dev_0.9.7d-4_i386.deb
package-type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iQEVAwUBQPZAam4/9k35XC9tAQH...

Read more...

Changed in openssl097:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.