pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/opendnssec



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Oct 31 16:32:39 UTC 2014

Modified Files:
        pkgsrc/security/opendnssec: Makefile distinfo
        pkgsrc/security/opendnssec/files: opendnssec.sh
Added Files:
        pkgsrc/security/opendnssec/patches: patch-signer_src_wire_xfrd.c

Log Message:
Fix a bug related to restoring various data from .xfrd-state files:
there's no need to byte-swap values read from a local file.
This would cause some IXFRs to mysteriously and consistently fail
until manual intervention is done, because the wrong (byte-swapped)
SOA serial# was being stuffed into the IXFR requests.

Ref. https://issues.opendnssec.org/browse/SUPPORT-147.

Also fix the rc.d script to not insist that the components must be
running to allow "stop" to proceed, so that "restart" or "stop" can
be done if one or both of the processes have exited or crashed.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/opendnssec/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/opendnssec/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/opendnssec/files/opendnssec.sh
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/opendnssec/patches/patch-signer_src_wire_xfrd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index