]> CyberLeo.Net >> Repos - CDN/cdn-ports-overlay.git/blob - cdn/ports/dns/py-dns/files/patch-DNS-Lib.py
dns/py-dns: resurrect dead port
[CDN/cdn-ports-overlay.git] / cdn / ports / dns / py-dns / files / patch-DNS-Lib.py
1 --- DNS/Lib.py.orig     2011-03-16 23:06:39.000000000 +0300
2 +++ DNS/Lib.py  2011-03-29 12:42:45.000000000 +0400
3 @@ -706,10 +706,10 @@
4  # added identifying header to top of each file
5  #
6  # Revision 1.7  2001/07/19 07:50:44  anthony
7 -# Added SRV (RFC 2782) support. Code from Michael Ströder.
8 +# Added SRV (RFC 2782) support. Code from Michael Ströder.
9  #
10  # Revision 1.6  2001/07/19 07:39:18  anthony
11 -# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder.
12 +# 'type' -> 'rrtype' in getRRheader(). Fix from Michael Ströder.
13  #
14  # Revision 1.5  2001/07/19 07:34:19  anthony
15  # oops. glitch in storeRR (fixed now).