Package: zonecheck
Version: 2.0.4-13
Severity: important

/usr/share/zonecheck/test/soa.rb contains:

      # DESC: recommanded format for serial is YYYYMMDDnn
      def chk_soa_serial_fmt_YYYYMMDDnn(ns, ip)
          serial = soa(ip).serial
          return true if (serial > 1999000000) && (serial < 2010000000)
          { 'serial' => serial }
      end

It is past 2010 now, thus the above test fails. Yes, another 2010 bug!

Greets,
 Jeroen



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to