Your message dated Thu, 31 Mar 2016 10:16:35 +0000
with message-id <e1alzev-0003fo...@franck.debian.org>
and subject line Bug#819230: Removed package(s) from unstable
has caused the Debian Bug report #803889,
regarding apf: FTBFS: Uses SSLv3 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.)


-- 
803889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: apf
Severity: serious

Hi,

Your package uses this in afserver.c
        method = SSLv3_server_method();

And this in afclient.c:
    method = SSLv3_client_method();

Please change those to use SSLv23_server_method() and
SSLv23_client_method() instead.  The SSLv3_* methods only
supports SSLv3 while the SSLv23_* is the only that supports
multiple versions.

The SSLv3_* methods have now been removed in unstable.

SSLv3 is no longer considered secure and you should stop using it.
SSLv3 support has been disabled in jessie when using the SSLv23_*
methods but you could still create it using the SSLv3_* methods.

This means that if you fix this both sides need to be fixed, else
they won't be able to talk to each other.  So I suggest you fix
this in all branches.


Kurt

--- End Message ---
--- Begin Message ---
Version: 0.8.4-1+rm

Dear submitter,

as the package apf has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/819230

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to