Your message dated Sat, 24 Sep 2011 16:47:21 +0000
with message-id <[email protected]>
and subject line Bug#624082: fixed in exim4 4.76-4
has caused the Debian Bug report #624082,
regarding exim4: Uses deprecated gnutls_certificate_verify_peers
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 [email protected]
immediately.)


-- 
624082: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624082
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: exim4
Version: 4.75-2
Severity: normal
User: [email protected]
Usertags: deprecated-gnutls-2.12

This package is using gnutls_certificate_verify_peers(), a function marked
deprecated in newer stable versions of GnuTLS (>=2.12.x) and removed in
the GnuTLS development version  2.99.1. GnuTLS 2.12.x is already available
in experimental.

Excerpt from buildlog:
====================================================
tls-gnu.c:237:3: warning: 'gnutls_certificate_verify_peers' is deprecated 
(declared at /usr/include/gnutls/compat.h:330)
tls-gnu.c:237:3: warning: 'gnutls_certificate_verify_peers' is deprecated 
(declared at /usr/include/gnutls/compat.h:330)
tls-gnu.c:237:3: warning: 'gnutls_certificate_verify_peers' is deprecated 
(declared at /usr/include/gnutls/compat.h:330)
tls-gnu.c:237:3: warning: 'gnutls_certificate_verify_peers' is deprecated 
(declared at /usr/include/gnutls/compat.h:330)
====================================================

Please switch from gnutls_certificate_verify_peers to its successor
gnutls_certificate_verify_peers2 (first included in gnutls stable
release 1.2.0).
cu andreas 



--- End Message ---
--- Begin Message ---
Source: exim4
Source-Version: 4.76-4

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

exim4-base_4.76-4_i386.deb
  to main/e/exim4/exim4-base_4.76-4_i386.deb
exim4-config_4.76-4_all.deb
  to main/e/exim4/exim4-config_4.76-4_all.deb
exim4-daemon-heavy-dbg_4.76-4_i386.deb
  to main/e/exim4/exim4-daemon-heavy-dbg_4.76-4_i386.deb
exim4-daemon-heavy_4.76-4_i386.deb
  to main/e/exim4/exim4-daemon-heavy_4.76-4_i386.deb
exim4-daemon-light-dbg_4.76-4_i386.deb
  to main/e/exim4/exim4-daemon-light-dbg_4.76-4_i386.deb
exim4-daemon-light_4.76-4_i386.deb
  to main/e/exim4/exim4-daemon-light_4.76-4_i386.deb
exim4-dbg_4.76-4_i386.deb
  to main/e/exim4/exim4-dbg_4.76-4_i386.deb
exim4-dev_4.76-4_i386.deb
  to main/e/exim4/exim4-dev_4.76-4_i386.deb
exim4_4.76-4.debian.tar.gz
  to main/e/exim4/exim4_4.76-4.debian.tar.gz
exim4_4.76-4.dsc
  to main/e/exim4/exim4_4.76-4.dsc
exim4_4.76-4_all.deb
  to main/e/exim4/exim4_4.76-4_all.deb
eximon4_4.76-4_i386.deb
  to main/e/exim4/eximon4_4.76-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 protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <[email protected]> (supplier of updated exim4 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 protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.8
Date: Sun, 18 Sep 2011 12:08:29 +0200
Source: exim4
Binary: exim4-base exim4-config exim4-daemon-light exim4 exim4-daemon-heavy 
exim4-daemon-custom eximon4 exim4-dbg exim4-daemon-light-dbg 
exim4-daemon-heavy-dbg exim4-daemon-custom-dbg exim4-dev
Architecture: source i386 all
Version: 4.76-4
Distribution: experimental
Urgency: low
Maintainer: Exim4 Maintainers <[email protected]>
Changed-By: Andreas Metzler <[email protected]>
Description: 
 exim4      - metapackage to ease Exim MTA (v4) installation
 exim4-base - support files for all Exim MTA (v4) packages
 exim4-config - configuration for the Exim MTA (v4)
 exim4-daemon-custom - custom Exim MTA (v4) daemon with locally set features
 exim4-daemon-custom-dbg - debugging symbols for the Exim MTA (v4) packages
 exim4-daemon-heavy - Exim MTA (v4) daemon with extended features, including 
exiscan-ac
 exim4-daemon-heavy-dbg - debugging symbols for the Exim MTA "heavy" daemon
 exim4-daemon-light - lightweight Exim MTA (v4) daemon
 exim4-daemon-light-dbg - debugging symbols for the Exim MTA "light" daemon
 exim4-dbg  - debugging symbols for the Exim MTA (utilities)
 exim4-dev  - header files for the Exim MTA (v4) packages
 eximon4    - monitor application for the Exim MTA (v4) (X11 interface)
Closes: 624082
Changes: 
 exim4 (4.76-4) experimental; urgency=low
 .
   * 80_TLS1.2-and-TLS1.1-support.diff (pulled from upstream GIT gnutls_fixes
     branch): Enable TLS1.2 and TLS1.1
   * 80_gnutls_certificate_verify_peers2.diff, 80_gnutls_initrc.diff  (pulled
     from upstream GIT gnutls_fixes branch): Use
     gnutls_certificate_verify_peers2() instead of
     gnutls_certificate_verify_peers(). The deprecated function was dropped in
     GnuTLS 3.x. Closes: #624082
Checksums-Sha1: 
 36b6b40c3e641a90907a0d89c8e471771083c2e5 2181 exim4_4.76-4.dsc
 df71f4151810fabfdb8402eaccf0d6b7612378be 573166 exim4_4.76-4.debian.tar.gz
 203604142a7e6c53c5d92e023dee7e0c0f383e51 1029054 exim4-base_4.76-4_i386.deb
 68a93890ad329f77e3bddf215503602de271afa5 201730 eximon4_4.76-4_i386.deb
 25665a43ac6683445ec772863577538976de0bbb 604652 
exim4-daemon-light_4.76-4_i386.deb
 f88e769f337455528e559ffec815566b49d38f68 662440 
exim4-daemon-heavy_4.76-4_i386.deb
 a32525159ac9e7ac7f39bf386aa91f5bec7ded2e 950246 
exim4-daemon-light-dbg_4.76-4_i386.deb
 2eae0594b8141c9d217683269e66ae344f3268fa 1060748 
exim4-daemon-heavy-dbg_4.76-4_i386.deb
 d824e7d455b65f5bd614ca3a660eadb67b5211c3 394092 exim4-dbg_4.76-4_i386.deb
 755ffc80466b11cca69ba23721136c9da5fdcbd6 167170 exim4-dev_4.76-4_i386.deb
 b2a407485214425dd1af7f9357fb0e7cd535e648 470028 exim4-config_4.76-4_all.deb
 79726eb9a5c82e0a64e844d3f3091668fa763282 7794 exim4_4.76-4_all.deb
Checksums-Sha256: 
 ab5c8174aa092056e3eae9528ed3877e8162cb74680f5227541e2a3823c8ff89 2181 
exim4_4.76-4.dsc
 7a9bc5ba2070366bdb431af88973e7743f7a4954745bee6fb3973681ca95ffce 573166 
exim4_4.76-4.debian.tar.gz
 69f84338e0bff14f0d5a7b0098a2886ce501ef835bad47b5b0f53c7f750a8cf4 1029054 
exim4-base_4.76-4_i386.deb
 d9172cc3116617278bce69a6d903beb8ab81ad66dd2c48c328d8d3fd2af1d136 201730 
eximon4_4.76-4_i386.deb
 5739dfb037c04bab4a52a741ed72bbe6fa428928e529e59e096b220ee53727c4 604652 
exim4-daemon-light_4.76-4_i386.deb
 766f932dacd6b4a8e0c860f205007d5c505381c299a8ef601addf472cc050343 662440 
exim4-daemon-heavy_4.76-4_i386.deb
 b54745b6a7957958486d34808ed4659ecd511b02b2fe6cc235c9520fb518bef6 950246 
exim4-daemon-light-dbg_4.76-4_i386.deb
 e52d377d63a8f8b19672351bfad9e32f2af2502d6388ed0adcb9f20d6038706f 1060748 
exim4-daemon-heavy-dbg_4.76-4_i386.deb
 f082c94af0806ebe0357704e974dc6e78433e3e45cf2a97b1c79efd2cf6eb2a4 394092 
exim4-dbg_4.76-4_i386.deb
 6b188118c54111292e94f283784fbfc44203daebd2b416ae5a985996bd3c1d74 167170 
exim4-dev_4.76-4_i386.deb
 5d1d942232435500cbf8492b30c882fef6a77e01e26b37a54ad5c33b25a3d9dc 470028 
exim4-config_4.76-4_all.deb
 f3f970219286e35ea25968532beb9999ba93f0ae4250fd1ccac7df11bd68c63e 7794 
exim4_4.76-4_all.deb
Files: 
 75bef98c499d1546829395b1ea282116 2181 mail standard exim4_4.76-4.dsc
 79bf70f8b41e4d0e418426c9246b5649 573166 mail standard 
exim4_4.76-4.debian.tar.gz
 40891d0ebf15afc182cac556ea58a2d6 1029054 mail standard 
exim4-base_4.76-4_i386.deb
 d0f986d2a9706dac7caf30905c8d807e 201730 mail optional eximon4_4.76-4_i386.deb
 cab617bbd01961c6564d89c7f4bfd854 604652 mail standard 
exim4-daemon-light_4.76-4_i386.deb
 7bbe1bdf4ef25ea36ff6973aa54c851f 662440 mail optional 
exim4-daemon-heavy_4.76-4_i386.deb
 8cdfd6755cf24bef1b8e6555983aeaec 950246 debug extra 
exim4-daemon-light-dbg_4.76-4_i386.deb
 a4f22296404f71f763a3727e68706ea8 1060748 debug extra 
exim4-daemon-heavy-dbg_4.76-4_i386.deb
 ac9973b23884e0b8e9d341cd25c65faa 394092 debug extra exim4-dbg_4.76-4_i386.deb
 08f4aba367aaa85303522c084c02b5ba 167170 mail extra exim4-dev_4.76-4_i386.deb
 9129b4e3b8af9c8e84084e74d10e6859 470028 mail standard 
exim4-config_4.76-4_all.deb
 c923bc929b528ea31cd8f0853a9acb56 7794 mail standard exim4_4.76-4_all.deb

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

iEYEAREDAAYFAk5+BocACgkQHTOcZYuNdmNezQCfdBMAMDnXCWIZuyBMX0Y+Nk/I
XPAAni3E8JzlzRMIYhDGI7gO/oij000E
=Z2Q/
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to