[Opendnssec-maintainers] OpenDNSSEC 1.4.9rc1

Paul Wouters pwouters at redhat.com
Tue Jan 5 17:17:59 UTC 2016


On 01/05/2016 07:10 AM, Patrik Lundin wrote:
> On Mon, Jan 04, 2016 at 02:28:10PM +0100, Yuri Schaeffer wrote:
>>
>> Version 1.4.9rc1 of OpenDNSSEC has now been released. This is a
>> release candidate for testing purposes.
>>
> 
> It builds and is able to sign a zone on the following OpenBSD archs
> using the sqlite backend:
> i386
> amd64
> sparc64
> 
> I have not spotted any relevant warnings during any of the builds.
> 

I see many of these:

In file included from /usr/include/assert.h:35:0,
                 from wire/netio.c:10:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^

and this:

hsmutil.c: In function 'cmd_list':
hsmutil.c:136:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
     fprintf(stdout, key_info_format, "Repository", "ID", "Type");
     ^
hsmutil.c:137:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
     fprintf(stdout, key_info_format, "----------", "--", "----");
     ^
hsmutil.c:164:9: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
         printf(key_info_format, key->module->name, key_id, key_type);
         ^



Also:

ar cru libenforcer.a daemon.o daemon_util.o kaspaccess.o privdrop.o
ar: `u' modifier ignored since `D' is the default (see `U')





More information about the Opendnssec-maintainers mailing list