Your message dated Mon, 18 Apr 2016 22:14:01 +0000
with message-id <[email protected]>
and subject line Bug#812045: fixed in sshguard 1.6.3-1
has caused the Debian Bug report #812045,
regarding FTBFS: error: dereferencing pointer to incomplete type 'struct
addrinfo'
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.)
--
812045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812045
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sshguard
Version: 1.6.0-1
Severity: important
User: [email protected]
Usertags: ftbfs-gcc-6
This package fails to build with GCC 6. GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.
Note that only the first error is reported; there might be more. You
can find a snapshot of GCC 6 in experimental. To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.
You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html
> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> gcc -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I.
> -DSIMCLIST_NO_DUMPRESTORE -Wall -D_XOPEN_SOURCE -g -O2
> -fstack-protector-strong -Wformat -Werror=format-security -c -o
> sshguard_whitelist.o sshguard_whitelist.c
> sshguard_whitelist.c: In function 'whitelist_add_host':
> sshguard_whitelist.c:346:11: warning: implicit declaration of function
> 'getaddrinfo' [-Wimplicit-function-declaration]
> ret = getaddrinfo(host, NULL, NULL, & hostaddrs);
> ^~~~~~~~~~~
>
> sshguard_whitelist.c:348:77: warning: implicit declaration of function
> 'gai_strerror' [-Wimplicit-function-declaration]
> sshguard_log(LOG_ERR, "Could not resolve hostname '%s': %s.", host,
> gai_strerror(ret));
>
> ^~~~~~~~~~~~
>
> sshguard_whitelist.c:348:66: warning: format '%s' expects argument of type
> 'char *', but argument 4 has type 'int' [-Wformat=]
> sshguard_log(LOG_ERR, "Could not resolve hostname '%s': %s.", host,
> gai_strerror(ret));
> ^
>
> sshguard_whitelist.c:352:87: error: dereferencing pointer to incomplete type
> 'struct addrinfo'
> for (numaddresses = 0, addriter = hostaddrs; addriter != NULL; addriter
> = addriter->ai_next, ++numaddresses) {
>
> ^~
>
> sshguard_whitelist.c:352:96: warning: left-hand operand of comma expression
> has no effect [-Wunused-value]
> for (numaddresses = 0, addriter = hostaddrs; addriter != NULL; addriter
> = addriter->ai_next, ++numaddresses) {
>
> ^
>
> sshguard_whitelist.c:372:5: warning: implicit declaration of function
> 'freeaddrinfo' [-Wimplicit-function-declaration]
> freeaddrinfo(hostaddrs);
> ^~~~~~~~~~~~
>
> Makefile:457: recipe for target 'sshguard_whitelist.o' failed
--
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise
--- End Message ---
--- Begin Message ---
Source: sshguard
Source-Version: 1.6.3-1
We believe that the bug you reported is fixed in the latest version of
sshguard, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Julián Moreno Patiño <[email protected]> (supplier of updated sshguard 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: SHA512
Format: 1.8
Date: Mon, 18 Apr 2016 09:15:32 -0500
Source: sshguard
Binary: sshguard
Architecture: source amd64
Version: 1.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Julián Moreno Patiño <[email protected]>
Changed-By: Julián Moreno Patiño <[email protected]>
Description:
sshguard - Protects from brute force attacks against ssh
Closes: 780800 792325 812045
Changes:
sshguard (1.6.3-1) unstable; urgency=medium
.
* New upstream release.
* d/sshguard.service, Add missing Documentation key.
+ Remove -i option. Upstream removes it.
* d/sshguard.init, Take back some changes to the previous
init script version.
* d/sshguard-journalctl, By default enable monitoring in all
systemd units. (Closes: #780800)
+ Thanks to Eugene San for it.
* Refresh 02_avoid_ftbfs_kfreebsd.diff patch offset.
* Import upstream fixes:
+ d/patches/01-fix-ftbfs-libc6-v2.22.diff. (Closes: #812045)
+ d/patches/03-resurrect-PID.diff
+ d/patches/04-adjust-default-abuse-threshold.diff
+ d/patches/05-match-connection-reset-message-for-SSH.diff
+ d/patches/06-update-dovecot-signature-for-POP3.diff
+ d/patches/07-fix-size-argument-in-inet_ntop-call.diff
+ d/patches/08-fix-bashim.diff
* Rewrite d/rules file.
+ Improve hardening flags support.
* d/sshguard.install, Add common installation files.
* d/control, Add B-D on flex.
+ Use HTTPS transport protocol for Vcs-Git URI.
+ Bump Standards-Version to 3.9.8 (no changes).
* d/firewall, Skip inserting sshguard chain if already
has that entry. Thanks to Alexander Afonyashin for it.
+ Support systemd ENABLE_FIREWALL configuration. (Closes: #792325)
+ Thanks to Victor Bourachot for it.
* d/copyright, Update copyright holders.
Checksums-Sha1:
ae8c4903cae839161cd5829d4df221fb8368eef5 1879 sshguard_1.6.3-1.dsc
a90d35c8c5240bc0544c5f5849212f2e785bbf6e 540130 sshguard_1.6.3.orig.tar.gz
47ad6033d5044cc71a0a664e67ab6db7c5957128 10164 sshguard_1.6.3-1.debian.tar.xz
dacd7dbf290c65b2f6dbfb98795f5cefb1622f99 61110
sshguard-dbgsym_1.6.3-1_amd64.deb
f66977d95bc66fb71d2ca8dd342cde08ff1875ad 208082 sshguard_1.6.3-1_amd64.deb
Checksums-Sha256:
c6f42b7fdade7f485c74aa3cb3d087687e153cc8dc9811cb2e5ccecbd1ba3e77 1879
sshguard_1.6.3-1.dsc
6c4d3be2acf6349b4ac5d6fff4bbcd8fa988c82876d848cbbd0c7c99bc0438c7 540130
sshguard_1.6.3.orig.tar.gz
94d3e190133d447f7cc8ea4841eda63c4e22a870dcf7af77a15ebf8bd2741758 10164
sshguard_1.6.3-1.debian.tar.xz
9984f5fa29d4b89cecc900b67314e7979cd2bb368f6b28c69d5a4fa3683c98aa 61110
sshguard-dbgsym_1.6.3-1_amd64.deb
da1a80104ff492513e5e03af4533e920bb184d00217f7833cf6e8b1db7ddb190 208082
sshguard_1.6.3-1_amd64.deb
Files:
d4b5ce39bce71ad124e8db8699942544 1879 net optional sshguard_1.6.3-1.dsc
fd29a3f09579593481658bed5d0c3b01 540130 net optional sshguard_1.6.3.orig.tar.gz
05915871f869ec3389677f2fdf2cabf2 10164 net optional
sshguard_1.6.3-1.debian.tar.xz
a884edc0babfba387735d0f612596b9b 61110 debug extra
sshguard-dbgsym_1.6.3-1_amd64.deb
b3507a171865c02aedaeabda84081cd6 208082 net optional sshguard_1.6.3-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJXFUUnAAoJENX9/BVhaL9gbYwP/2ZnHhFr6sy88xwcDHTqCF+u
r8ZTyUpRLiqwVeUqlCa/XGeWenSKiA9tse9YvAfI0y+6TWl6Vz+CQK0QYWYCZr6+
7SG5KrD2TDI2BhMQWnrsjR3Mq7/k/l36AIumWybg3FmqsSkcRDNwHI1ZRa66cgWD
EL+iCibL4AOIXP6GgkYOU4fBec9xD9Hyun81BFvkrmLouzB/dD6FfqV18VL1zXuC
kjkXmpKUDk+tMXor1kmFcVMC97Vc5hiOamvmmBMMBWEB+oyaS3ah2TSI73oP3Pe6
BSjDou+0nNFo2zqzr8TxGT60yTm3bwP/iRCUjIAsSTs4DrC1cO22XOPLiFLJfGtY
33S86mBZHvWQqjipKGR1OnPhNxE4gReojBLRdXjZQXVrzOQF/iz3mvjYPS8NaoLg
mE/tbQCbRqsREKTvnn7UzoWauqv8jYkJORK4Mz6lFtcJ4ZQHuKoq/+k32RhMBMbO
7FXByWSBZTcS5sy2tXrQOWrye3NfwNIbKsiOd79kZa3MglwEOLvK1QmproImAc5D
VxHTqkGEKsxNh370eQoai+uoBzU26gwQ6dcva696QK59g9664BeJmrccr2p03x3+
XDfPNuO+evLbjVSBQVR6i1/FPgs4V/i4fNQnDl7ZPYpFMO+/T/5YV1HY0bPkUzYC
3NMmNtNXOfJFzrWVgJ2P
=85hX
-----END PGP SIGNATURE-----
--- End Message ---