pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-dns



Module Name:    pkgsrc
Committed By:   gson
Date:           Sat Oct 16 10:45:32 UTC 2010

Modified Files:
        pkgsrc/net/py-dns: Makefile distinfo

Log Message:
Update net/py-dns to 1.8.0.  Summary of changes since 1.7.1:

2010-01-13  Bob Halley  <halley%dnspython.org@localhost>

        * dns/dnssec.py: Added RSASHA256 and RSASHA512 codepoints; added
          other missing codepoints to _algorithm_by_text.

2010-01-12  Bob Halley  <halley%dnspython.org@localhost>

        * Escapes in masterfiles now work correctly.  Previously they were
          only working correctly when the text involved was part of a domain
          name.

        * dns/tokenizer.py: The tokenizer's get() method now returns Token
          objects, not (type, text) tuples.

2009-11-13  Bob Halley  <halley%dnspython.org@localhost>

        * Support has been added for hmac-sha1, hmac-sha224, hmac-sha256,
          hmac-sha384 and hmac-sha512.  Thanks to Kevin Chen for a
          thoughtful, high quality patch.

        * dns/update.py (Update::present): A zero TTL was not added if
          present() was called with a single rdata, causing _add() to be
          unhappy.  Thanks to Eugene Kim for reporting the problem and
          submitting a patch.

        * dns/entropy.py: Use os.urandom() if present.  Don't seed until
          someone wants randomness.

2009-09-16  Bob Halley  <halley%dnspython.org@localhost>

        * dns/entropy.py: The entropy module needs locking in order to be
          used safely in a multithreaded environment.  Thanks to Beda Kosata
          for reporting the problem.

2009-07-27  Bob Halley  <halley%dnspython.org@localhost>

        * dns/query.py (xfr): The socket was not set to nonblocking mode.
          Thanks to Erik Romijn for reporting this problem.

2009-07-23  Bob Halley  <halley%dnspython.org@localhost>

        * dns/rdtypes/IN/SRV.py (SRV._cmp): SRV records were compared
          incorrectly due to a cut-and-paste error.  Thanks to Tommie
          Gannert for reporting this bug.

        * dns/e164.py (query): The resolver parameter was not used.
          Thanks to MatÃas Bellone for reporting this bug.

2009-06-23  Bob Halley  <halley%dnspython.org@localhost>

        * dns/entropy.py (EntropyPool.__init__): open /dev/random unbuffered;
          there's no need to consume more randomness than we need.  Thanks
          to Brian Wellington for the patch.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/py-dns/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-dns/distinfo

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