Package Details: nsec3walker 20101223-1

Git Clone URL: https://aur.archlinux.org/nsec3walker.git (read-only, click to copy)
Package Base: nsec3walker
Description: walk NSEC3 secured DNSSEC zones
Upstream URL: https://dnscurve.org/nsec3walker.html
Licenses: unknown
Submitter: fordprefect
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 0
Popularity: 0.000000
First Submitted: 2016-04-21 08:46 (UTC)
Last Updated: 2020-06-12 10:01 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

msrd0 commented on 2024-10-31 22:48 (UTC)

This package currently fails to compile:

==> Starting build()...
gcc -O3 -o dicthashes dicthashes.c -lcrypto -lm
gcc -O3 -o randomhashes randomhashes.c -lcrypto -lm
randomhashes.c:6:1: error: return type defaults to ‘int’ [-Wimplicit-int]
    6 | main(int argc,char **argv)
      | ^~~~
randomhashes.c: In function ‘main’:
randomhashes.c:20:11: error: implicit declaration of function ‘time’ [-Wimplicit-function-declaration]
   20 |   srandom(time(0));
      |           ^~~~
randomhashes.c:5:1: note: ‘time’ is defined in header ‘<time.h>’; this is probably fixable by adding ‘#include <time.h>’
    4 | #include <openssl/sha.h>
  +++ |+#include <time.h>
    5 |
make: *** [Makefile:7: randomhashes] Error 1
make: *** Waiting for unfinished jobs....
dicthashes.c:106:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  106 | main(int argc,char **argv)
      | ^~~~
make: *** [Makefile:4: dicthashes] Error 1
==> ERROR: A failure occurred in build().
    Aborting...

fordprefect commented on 2020-06-12 10:01 (UTC)

I see why that would be more fitting, but the benefit is marginal. Since that applies for the cost as well and it seems to please you, I changed it.