mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
- Add SPF support - Added rotation of name servers - SF Patch ID: 2795929. - Address sourceforge patch requests 2981978, 2795932 to add revlookupall and raise DNSError instead of IndexError on server fail. - Use blocking IO with timeout for TCP replies. - Don't try to close socket when never opened. - Clarify CNRI (academic-style) license. PR: ports/156029 Submited by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
15 lines
618 B
Python
15 lines
618 B
Python
--- DNS/Lib.py.orig 2011-03-16 23:06:39.000000000 +0300
|
|
+++ DNS/Lib.py 2011-03-29 12:42:45.000000000 +0400
|
|
@@ -706,10 +706,10 @@
|
|
# added identifying header to top of each file
|
|
#
|
|
# Revision 1.7 2001/07/19 07:50:44 anthony
|
|
-# Added SRV (RFC 2782) support. Code from Michael Ströder.
|
|
+# Added SRV (RFC 2782) support. Code from Michael Ströder.
|
|
#
|
|
# Revision 1.6 2001/07/19 07:39:18 anthony
|
|
-# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder.
|
|
+# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder.
|
|
#
|
|
# Revision 1.5 2001/07/19 07:34:19 anthony
|
|
# oops. glitch in storeRR (fixed now).
|