summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schlich <wschlich@gentoo.org>2008-04-16 21:20:20 +0000
committerWolfram Schlich <wschlich@gentoo.org>2008-04-16 21:20:20 +0000
commit691f747a096120a592899446ccffb49c8010c27e (patch)
tree0e8940431bc699de70b6215803abc1abfa89ebd8 /net-dns
parentadded license for net-dns/fpdns (diff)
downloadgentoo-2-691f747a096120a592899446ccffb49c8010c27e.tar.gz
gentoo-2-691f747a096120a592899446ccffb49c8010c27e.tar.bz2
gentoo-2-691f747a096120a592899446ccffb49c8010c27e.zip
initial import
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/fpdns/ChangeLog10
-rw-r--r--net-dns/fpdns/Manifest4
-rw-r--r--net-dns/fpdns/fpdns-0.9.1.ebuild19
-rw-r--r--net-dns/fpdns/metadata.xml31
4 files changed, 64 insertions, 0 deletions
diff --git a/net-dns/fpdns/ChangeLog b/net-dns/fpdns/ChangeLog
new file mode 100644
index 000000000000..e9fe8653a573
--- /dev/null
+++ b/net-dns/fpdns/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-dns/fpdns
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/ChangeLog,v 1.1 2008/04/16 21:20:20 wschlich Exp $
+
+*fpdns-0.9.1 (16 Apr 2008)
+
+ 16 Apr 2008; Wolfram Schlich <wschlich@gentoo.org> +metadata.xml,
+ +fpdns-0.9.1.ebuild:
+ initial import
+
diff --git a/net-dns/fpdns/Manifest b/net-dns/fpdns/Manifest
new file mode 100644
index 000000000000..aa404b0fd9a4
--- /dev/null
+++ b/net-dns/fpdns/Manifest
@@ -0,0 +1,4 @@
+DIST fpdns-0.9.1.tar.gz 8583 RMD160 610645f0302c18a26741d2e9b45296340272f0b3 SHA1 c880bbc47be0e9dda5b79cfa8860d1f4bc39a214 SHA256 07f89105ba5c7a7da5cf773cba3473fcd62c3fe40a8db194f994d4a3d67c4cdf
+EBUILD fpdns-0.9.1.ebuild 423 RMD160 bb9177b7f883f2d09571144c2d4445b76a2409da SHA1 22e8477f8246d83cca0d6678028c73c8e2f3a6de SHA256 c5e2fece911fd17da67fd2c7c56f9cc4df2f385088cd22674b425e5b44a85078
+MISC ChangeLog 251 RMD160 a02e88f176211a48fef82779c4b1202d9bf19f99 SHA1 26242069ccb6f222ec7a38febc741880cdcc0872 SHA256 a0944bd6f0206b3a6b76f01a62d36add501a21349d3c76e6f70a8631fb47875d
+MISC metadata.xml 1476 RMD160 97a9bb3dcf9080407171df3e65daeb7175fdbf86 SHA1 e9a8192bf5039ebb7951269aaca4b506ae92cb97 SHA256 1386d7a2bd301b2ab7587d80f2a1021733d51d65ffcc9054ca7c1cc63536fae9
diff --git a/net-dns/fpdns/fpdns-0.9.1.ebuild b/net-dns/fpdns/fpdns-0.9.1.ebuild
new file mode 100644
index 000000000000..3389e49eb2dd
--- /dev/null
+++ b/net-dns/fpdns/fpdns-0.9.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/fpdns/fpdns-0.9.1.ebuild,v 1.1 2008/04/16 21:20:20 wschlich Exp $
+
+IUSE=""
+DESCRIPTION="Fingerprinting DNS servers"
+HOMEPAGE="http://www.rfc.se/fpdns/"
+SRC_URI="http://www.rfc.se/fpdns/distfiles/${P}.tar.gz"
+LICENSE="fpdns"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND=">=dev-perl/Net-DNS-0.42"
+
+src_compile() { :; }
+
+src_install() {
+ newbin fpdns.pl fpdns
+ doman fpdns.1
+}
diff --git a/net-dns/fpdns/metadata.xml b/net-dns/fpdns/metadata.xml
new file mode 100644
index 000000000000..3f4d54555758
--- /dev/null
+++ b/net-dns/fpdns/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>wschlich@gentoo.org</email>
+ <name>Wolfram Schlich</name>
+ <description>Primary maintainer</description>
+</maintainer>
+<longdescription>
+A nameserver basically responds to a query. Interoperability is an obvious
+requirement here. The standard protocol behaviour of different DNS
+implementations is expected to be the same.
+
+Requirements for protocol behaviour of DNS implementations is widely documented
+in the case of 'common' dns messages. The DNS protocol is over 20 years old and
+since its inception, there have been over 40 independent DNS implementations,
+while some implementations have over 20 versions.
+
+The methodology used to identify individual nameserver implementations is based
+on "borderline" protocol behaviour. The DNS protocol offers a multitude of
+message bits, response types, opcodes, classes, query types and label types in a
+fashion that makes some mutually exclusive while some are not used in a query
+messages at all. Not every implementation offers the full set of features the
+DNS protocol set currently has. Some implementations offer features outside the
+protocol set, and there are implementations that do not conform to standards.
+
+Also, new features added to - or bugs removed allow for differentiations between
+versions of an implementation.
+</longdescription>
+</pkgmetadata>