Your message dated Sun, 09 Aug 2020 12:04:34 +0000
with message-id <[email protected]>
and subject line Bug#957587: fixed in ncrack 0.7+debian-2
has caused the Debian Bug report #957587,
regarding ncrack: ftbfs with GCC-10
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.)
--
957587: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957587
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ncrack
Version: 0.7+debian-1
Severity: normal
Tags: sid bullseye
User: [email protected]
Usertags: ftbfs-gcc-10
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/ncrack_0.7+debian-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-10/porting_to.html
[...]
gcc -c -Wdate-time -D_FORTIFY_SOURCE=2 -I../../nbase -DHAVE_CONFIG_H
-DNSOCK_VERSION=\"0.02\" -D_FORTIFY_SOURCE=2 -I../include -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wall proxy_socks4.c -o proxy_socks4.o
rm -f libnsock.a
ar cr libnsock.a error.o filespace.o gh_heap.o nsock_connect.o nsock_core.o
nsock_iod.o nsock_read.o nsock_timers.o nsock_write.o nsock_ssl.o nsock_event.o
nsock_pool.o netutils.o nsock_pcap.o nsock_engines.o engine_select.o
engine_epoll.o engine_kqueue.o engine_poll.o nsock_proxy.o nsock_log.o
proxy_http.o proxy_socks4.o
ranlib libnsock.a
make[2]: Leaving directory '/<<PKGBUILDDIR>>/nsock/src'
make ncrack
make[2]: Entering directory '/<<PKGBUILDDIR>>'
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing ncrack.cc -o ncrack.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing utils.cc -o utils.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing TargetGroup.cc -o
TargetGroup.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing Target.cc -o Target.o
ncrack.cc: In function ‘void lookup_init(const char*)’:
ncrack.cc:329:32: warning: ‘void* memset(void*, int, size_t)’ clearing an
object of type ‘global_service’ {aka ‘struct global_service’} with no trivial
copy-assignment; use assignment or value-initialization instead
[-Wclass-memaccess]
329 | memset(&temp, 0, sizeof(temp));
| ^
In file included from ncrack.h:266,
from ncrack.cc:133:
global_structures.h:170:16: note: ‘global_service’ {aka ‘struct
global_service’} declared here
170 | typedef struct global_service {
| ^~~~~~~~~~~~~~
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing targets.cc -o targets.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing NcrackOps.cc -o
NcrackOps.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing Service.cc -o Service.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing ServiceGroup.cc -o
ServiceGroup.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing Connection.cc -o
Connection.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing services.cc -o
services.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing timing.cc -o timing.o
services.cc: In function ‘global_service parse_services_options(char*)’:
services.cc:712:32: warning: ‘void* memset(void*, int, size_t)’ clearing an
object of type ‘global_service’ {aka ‘struct global_service’} with no trivial
copy-assignment; use assignment or value-initialization instead
[-Wclass-memaccess]
712 | memset(&temp, 0, sizeof(temp));
| ^
In file included from services.h:135,
from services.cc:132:
global_structures.h:170:16: note: ‘global_service’ {aka ‘struct
global_service’} declared here
170 | typedef struct global_service {
| ^~~~~~~~~~~~~~
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing ncrack_error.cc -o
ncrack_error.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing output.cc -o output.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing ncrack_tty.cc -o
ncrack_tty.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing Buf.cc -o Buf.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing NcrackOutputTable.cc -o
NcrackOutputTable.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing ncrack_input.cc -o
ncrack_input.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing ncrack_resume.cc -o
ncrack_resume.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing crypto.cc -o crypto.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing http.cc -o http.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing http_digest.cc -o
http_digest.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing xml.cc -o xml.o
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -Inbase -Insock/include -Iopensshlib
-Imodules -DHAVE_CONFIG_H -DNCRACK_NAME=\"Ncrack\"
-DNCRACK_URL=\"http://ncrack.org\" -DNCRACK_PLATFORM=\"x86_64-pc-linux-gnu\"
-DNCRACKDATADIR=\"/usr/share/ncrack\" -D_FORTIFY_SOURCE=2 -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -O2 -Wall -fno-strict-aliasing ntlmssp.cc -o ntlmssp.o
In file included from /usr/include/string.h:495,
from nbase/nbase.h:203,
from ncrack.h:161,
from ncrack_resume.h:132,
from ncrack_resume.cc:132:
In function ‘char* strncpy(char*, const char*, size_t)’,
inlined from ‘int ncrack_resume(char*, int*, char***)’ at
ncrack_resume.cc:477:10:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:34: warning: ‘char*
__builtin_strncpy(char*, const char*, long unsigned int)’ output truncated
before terminating nul copying 7 bytes from a string of the same length
[-Wstringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiling Ncrack...
rm -f ncrack
g++ -Wl,-z,relro -Wl,-z,now -Lnbase -Lnsock/src -Lopensshlib -o ncrack
ncrack.o utils.o TargetGroup.o Target.o targets.o NcrackOps.o Service.o
ServiceGroup.o Connection.o services.o timing.o ncrack_error.o output.o
ncrack_tty.o Buf.o NcrackOutputTable.o ncrack_input.o ncrack_resume.o crypto.o
http.o http_digest.o xml.o ntlmssp.o modules/ncrack_ssh.o modules/ncrack_smb.o
modules/ncrack_smb2.o modules/ncrack_rdp.o modules/ncrack_sip.o
modules/ncrack_psql.o modules/ncrack_mysql.o modules/ncrack_winrm.o
modules/ncrack_mongodb.o modules/ncrack_ftp.o modules/ncrack_telnet.o
modules/ncrack_http.o modules/ncrack_pop3.o modules/ncrack_vnc.o
modules/ncrack_redis.o modules/ncrack_owa.o modules/ncrack_imap.o
modules/ncrack_cassandra.o modules/ncrack_mssql.o modules/ncrack_cvs.o
modules/ncrack_wordpress.o modules/ncrack_joomla.o modules/ncrack_dicom.o
modules/ncrack_mqtt.o -lnsock -lnbase -lssl -lcrypto -lopenssh
/usr/bin/ld: opensshlib/libopenssh.a(umac128.o):./opensshlib/./umac.c:1184:
multiple definition of `umac_ctx';
opensshlib/libopenssh.a(umac.o):./opensshlib/umac.c:1184: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:69: ncrack] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:64: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: ncrack
Source-Version: 0.7+debian-2
Done: Marcos Fouces <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ncrack, 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.
Marcos Fouces <[email protected]> (supplier of updated ncrack 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: Sat, 25 Apr 2020 11:49:44 +0200
Source: ncrack
Architecture: source
Version: 0.7+debian-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Marcos Fouces <[email protected]>
Closes: 957587
Changes:
ncrack (0.7+debian-2) unstable; urgency=medium
.
[ Samuel Henrique ]
* Add salsa-ci.yml
* Configure git-buildpackage for Debian
.
[ Marcos Fouces ]
* Set Rules-Requires-Root: no
* Bump to Standards-Version 4.5.0 (no changes required).
* Fix build with gcc-10 (Closes: #957587)
* Bump to debhelper-compat 13.
.
[ Debian Janitor ]
* Use secure URI in Homepage field.
* Set upstream metadata fields: Bug-Database,
Bug-Submit, Repository, Repository-Browse.
Checksums-Sha1:
eb557b6508460bb7d9ed8a14143519dff32cf337 1962 ncrack_0.7+debian-2.dsc
4ef1721a48d254107317a51daedcc9a9f8222810 15908
ncrack_0.7+debian-2.debian.tar.xz
c35d298b3072c8ef2fb0f630f01871b74d90f834 5667
ncrack_0.7+debian-2_amd64.buildinfo
Checksums-Sha256:
af27f7034f918466d415b6f22ce60f34f4ad44732acdb372492b0e66c7818966 1962
ncrack_0.7+debian-2.dsc
1035f48f5b5a2e47f6fe3daefa4bf17906cdd220b4b1998b4b1636a4c7356409 15908
ncrack_0.7+debian-2.debian.tar.xz
9ba5a7d442e5619f8bfef3603a765ada43309df5ff1dc60aa340b641112d244b 5667
ncrack_0.7+debian-2_amd64.buildinfo
Files:
fa904b80626895563fb4159a9b030236 1962 net optional ncrack_0.7+debian-2.dsc
cb683f5ebd8e56db9d59618029bd6451 15908 net optional
ncrack_0.7+debian-2.debian.tar.xz
aba0ce4de8a3a1153b758fc2f9ed5617 5667 net optional
ncrack_0.7+debian-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEBdtqg34QX0sdAsVfu6n6rcz7RwcFAl8v44YACgkQu6n6rcz7
Rwf1+A//fszf7DZsVTKYtVuLamKY4xB7fS7I85Ksxg3Iqer/AFxE0QwXgZCMYyqg
lknwGETHUnuOY2i5XWJb5z9sDLbJ2v+Oh/EQL1iP9sEbSRlgWwLv+8zGIFzxxI3P
tJplwLiNJ7nhsevlGEhnYkeswoUT98sCsOwab11dycoOMiYjzIOvZkFIn1Ph0fWA
P59WfrZzEiO9pM7QmbZ+LjHTRKADrSo0tn0Rch2ZvD9T9t6tYF4B7UDjao7sYpah
F0UY0JwMysZZX+HW1LzQzE67RED0kcz5lee0+rH483ZYl/99QKWE2rhIS+eCv+ti
uGNQYIMZfLNnZoJ5/VGtDvmfkLfYi3DWrNj5NA5nNzu8WHFRxEis72BTpzuZF+uq
FwWIkzjkScTj0+zt9nscx6hT64PRGPkAw09JgP4vntJfFW1eU2OVqGJ98cMkYDk2
Q+AIo3fzCa3Mu4SBv5ZwiuXw4JTsb+r/PIHCknEZ+knTNWsotKYL5VqvY0vg67yB
ME8WF4q3xbhEWxh1s03RG2zJx7idBsv9DUKb3x30GAo3spqfvr8MPQNiyRljo3yR
QvPiS9z0O11oyTEmNvZghMywMvxxGjMfY6kvRbiaKTbC1vINIAIhZzLMTllu6UIC
aPNsAl/mItzTPWvb4NI0ZxVQlk9kE3oPBxkSUcYET/P26rzu9NU=
=WI6x
-----END PGP SIGNATURE-----
--- End Message ---