Your message dated Wed, 07 Jun 2017 16:19:12 +0000
with message-id <e1didfs-000huu...@fasolo.debian.org>
and subject line Bug#864363: fixed in cl-plus-ssl 20160421-2
has caused the Debian Bug report #864363,
regarding Undefined alien: "SSLv3_client_method"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
864363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cl-plus-ssl
Version: 20160421-1
Severity: grave
Tags: pending

$ pgloader mssql://sa:pass@foobar.server.local/db 
postgresql://postgres:pass@localhost:5432/db
2017-06-07T15:06:17.139000Z LOG Main logs in '/tmp/pgloader/pgloader.log'
2017-06-07T15:06:17.145000Z LOG Data errors in '/tmp/pgloader/'
2017-06-07T15:06:17.345000Z FATAL An unhandled error condition has been 
signalled:
   Undefined alien: "SSLv3_client_method"

cl-plus-ssl seems to default to using SSLv3_client_method, but that is missing 
libssl.so.1.0.2:

/usr/lib/x86_64-linux-gnu $ nm -AD libssl.so.1.* | grep client_method
libssl.so.1.0.0:00000000000374c0 T DTLS_client_method
libssl.so.1.0.0:0000000000037480 T DTLSv1_2_client_method
libssl.so.1.0.0:0000000000037470 T DTLSv1_client_method
libssl.so.1.0.0:000000000002b810 T SSLv23_client_method
libssl.so.1.0.0:000000000001cba0 T SSLv3_client_method
libssl.so.1.0.0:000000000002ca60 T TLSv1_1_client_method
libssl.so.1.0.0:000000000002ca50 T TLSv1_2_client_method
libssl.so.1.0.0:000000000002ca70 T TLSv1_client_method
libssl.so.1.0.2:0000000000037260 T DTLS_client_method
libssl.so.1.0.2:0000000000037250 T DTLSv1_2_client_method
libssl.so.1.0.2:0000000000037240 T DTLSv1_client_method
libssl.so.1.0.2:000000000002b1c0 T SSLv23_client_method
libssl.so.1.0.2:00000000000165a0 T SSLv2_client_method
libssl.so.1.0.2:000000000002c440 T TLSv1_1_client_method
libssl.so.1.0.2:000000000002c430 T TLSv1_2_client_method
libssl.so.1.0.2:000000000002c450 T TLSv1_client_method
libssl.so.1.1:000000000001b400 T DTLS_client_method
libssl.so.1.1:000000000001b4c0 T DTLSv1_2_client_method
libssl.so.1.1:000000000001b4f0 T DTLSv1_client_method
libssl.so.1.1:000000000001b330 T TLS_client_method
libssl.so.1.1:000000000001b460 T TLSv1_1_client_method
libssl.so.1.1:000000000001b430 T TLSv1_2_client_method
libssl.so.1.1:000000000001b490 T TLSv1_client_method

Christoph

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: cl-plus-ssl
Source-Version: 20160421-2

We believe that the bug you reported is fixed in the latest version of
cl-plus-ssl, which is due to be installed in the Debian FTP archive.

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 864...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <christoph.b...@credativ.de> (supplier of updated cl-plus-ssl 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 07 Jun 2017 17:20:35 +0200
Source: cl-plus-ssl
Binary: cl-plus-ssl
Architecture: source
Version: 20160421-2
Distribution: unstable
Urgency: medium
Maintainer: Dimitri Fontaine <d...@tapoueh.org>
Changed-By: Christoph Berg <christoph.b...@credativ.de>
Description:
 cl-plus-ssl - Common Lisp interface to OpenSSL
Closes: 864363
Changes:
 cl-plus-ssl (20160421-2) unstable; urgency=medium
 .
   * Team upload.
   * libssl1.0.2 removed SSLv3_client_method, use the more sensible SSLv23_*
     family instead. (Closes: #864363)
   * Package does not support libssl1.1 (see src/reload.lisp), switch to
     libssl1.0-dev.
Checksums-Sha1:
 ca04d6d1893e958f8c85490677f283445f522d10 1939 cl-plus-ssl_20160421-2.dsc
 3e0e8f7de6d7fa77d22b9abf1a56966c89eba2a0 3108 
cl-plus-ssl_20160421-2.debian.tar.xz
 e1ba1de95f13bf607bd1eb272eeed3c15b5926f6 5081 
cl-plus-ssl_20160421-2_source.buildinfo
Checksums-Sha256:
 0becb0913c71dbcc7491bc90a7e6ba8277d4d057045a11a76e7b8222071a47b4 1939 
cl-plus-ssl_20160421-2.dsc
 4c3f2912a22490ece1f37986c00e8100492489d202ca86a7d3bfa3c614c69966 3108 
cl-plus-ssl_20160421-2.debian.tar.xz
 97acfc6461578751eded2f7809dec569eb938e6f5977f0ff42117d8cf865b5ad 5081 
cl-plus-ssl_20160421-2_source.buildinfo
Files:
 1cff6885ffae0543f089050c9bb968ae 1939 lisp optional cl-plus-ssl_20160421-2.dsc
 28200acf5831cc497b90a40d8cdc9691 3108 lisp optional 
cl-plus-ssl_20160421-2.debian.tar.xz
 89109e7cd10a6de9f4090b3af7c89ac0 5081 lisp optional 
cl-plus-ssl_20160421-2_source.buildinfo

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

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAlk4IWgACgkQTFprqxLS
p65OzxAAlwQXRNWQPvUopEZrec29Ns0oczF/PZlmfBOV1oTuCYrivs1jAqDbE/Em
puMOHoD1SxA5WIuIP56uYfsa/hFqT7VAFhQzyDIt0rd0tNwjcNcmQ3v8kOnCfajj
KgwwffGY3MvhvWTtoKnhA5cGlg9tDA51PMKketeDZCy2sITK6+oDWCcb+iP+iQBF
y5NjgJqeyvQUma+vETtK6QbwLJudPka8FikpJB95KYRdBHVY5UxFla01kMrt6PB2
14fmNLOGrDcgEwmqryIlgIgKgjc2FkCOJhSk8euE4kf4lUdD9BaOM4VzVKEThN9R
L8qCbDpfcA33reFkXF2IjgClJS4b6l9uKubLIjB7x53CKflyWu/YwZ9gO4QLASRY
xtssU578O3DPYVc57xQqX5LI8nfaFj51OCtXBcgzaEdwkJk9wm6aEp76QVC0yWKm
UyiQTUYKVfO1315noT7VUA/ToVLWwI5QilutzjrAJd9MB538b3iXw1IeMKME95Z4
4Efm+yB8ePGPORSU34ShQKUdTALkxdVaAL8lCTWDsOMU03ATwpAHNc0H1AqZufPn
784GURWP/P8gvqRvW7ndUUwSqADTKtGgoGEApnn8hC6mqtZNfOK1azwb9OQoVFIK
IrAukPWERy+W5zhvpCrLrxLIAQFApLLoC4LcLH9cXD8APD4bJDU=
=ztnS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to