Gentoo Archives: gentoo-commits

From: "Michael Orlitzky (mjo)" <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/rbldnsd: metadata.xml ChangeLog
Date: Wed, 04 Dec 2013 18:31:56
Message-Id: 20131204183148.03C9C2004B@flycatcher.gentoo.org
1 mjo 13/12/04 18:31:47
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Remove proxy-maintainers herd, use @gentoo.org email address for maintainer, and rewrap longdescription.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 net-dns/rbldnsd/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/metadata.xml?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/metadata.xml?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/metadata.xml?r1=1.7&r2=1.8
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/metadata.xml,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- metadata.xml 2 Jun 2013 10:59:34 -0000 1.7
23 +++ metadata.xml 4 Dec 2013 18:31:47 -0000 1.8
24 @@ -1,26 +1,26 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <herd>proxy-maintainers</herd>
29 - <maintainer>
30 - <email>michael@××××××××.com</email>
31 - <name>Michael Orlitzky</name>
32 - <description>Proxy Maintainer. CC on bugs.</description>
33 - </maintainer>
34 - <longdescription lang="en">
35 - rbldnsd is a small and fast DNS daemon which is especially made to serve DNSBL
36 - zones. This daemon was inspired by Dan J. Bernstein's rbldns program found in
37 - the djbdns package.
38 + <maintainer>
39 + <email>mjo@g.o</email>
40 + <name>Michael Orlitzky</name>
41 + </maintainer>
42
43 - rbldnsd is extremely fast - it outperforms both bind and djbdns greatly. It has
44 - very small memory footprint.
45 + <longdescription lang="en">
46 + rbldnsd is a small and fast DNS daemon which is especially made to
47 + serve DNSBL zones. This daemon was inspired by Dan J. Bernstein's
48 + rbldns program found in the djbdns package.
49
50 - The daemon can serve both IP-based (ordb.org, dsbl.org etc) and name-based
51 - (rfc-ignorant.org) blocklists. Unlike DJB's rbldns, it has ability to specify
52 - individual values for every entry, can serve as many zones on a single IP
53 - address as you wish, and, finally, it is a real nameserver: it can reply to DNS
54 - metadata requests. The daemon keeps all zones in memory for faster operations,
55 - but its memory usage is very efficient, especially for repeated TXT values which
56 - are stored only once.
57 - </longdescription>
58 + rbldnsd is extremely fast - it outperforms both bind and djbdns
59 + greatly. It has very small memory footprint.
60 +
61 + The daemon can serve both IP-based (ordb.org, dsbl.org etc) and
62 + name-based (rfc-ignorant.org) blocklists. Unlike DJB's rbldns, it
63 + has ability to specify individual values for every entry, can
64 + serve as many zones on a single IP address as you wish, and,
65 + finally, it is a real nameserver: it can reply to DNS metadata
66 + requests. The daemon keeps all zones in memory for faster
67 + operations, but its memory usage is very efficient, especially for
68 + repeated TXT values which are stored only once.
69 + </longdescription>
70 </pkgmetadata>
71
72
73
74 1.26 net-dns/rbldnsd/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/ChangeLog?rev=1.26&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/ChangeLog?rev=1.26&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/rbldnsd/ChangeLog?r1=1.25&r2=1.26
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/ChangeLog,v
83 retrieving revision 1.25
84 retrieving revision 1.26
85 diff -u -r1.25 -r1.26
86 --- ChangeLog 5 Sep 2013 18:59:07 -0000 1.25
87 +++ ChangeLog 4 Dec 2013 18:31:47 -0000 1.26
88 @@ -1,6 +1,10 @@
89 # ChangeLog for net-dns/rbldnsd
90 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/ChangeLog,v 1.25 2013/09/05 18:59:07 mgorny Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-dns/rbldnsd/ChangeLog,v 1.26 2013/12/04 18:31:47 mjo Exp $
93 +
94 + 04 Dec 2013; Michael Orlitzky <mjo@g.o> metadata.xml:
95 + Remove proxy-maintainers herd, use @gentoo.org email address for maintainer,
96 + and rewrap longdescription.
97
98 05 Sep 2013; Michał Górny <mgorny@g.o> rbldnsd-0.997.ebuild:
99 Clean up PYTHON_COMPAT from old implementations.