Update of /cvsroot/fink/experimental/thomasko
In directory sc8-pr-cvs1:/tmp/cvs-serv26572

Added Files:
        bind9-9.2.2-1.info bind9-9.2.2-1.patch bind9-ssl-9.2.2-1.info 
        bind9-ssl-9.2.2-1.patch 
Log Message:
bind9 9.2.2 testrelease


--- NEW FILE: bind9-9.2.2-1.info ---
Package: bind9
Replaces: bind9-ssl
Conflicts: bind9-ssl
Version: 9.2.2
Revision: 1
Depends: pth, db4-shlibs, daemonic
BuildDepends: db4, libxml2, gdbm, gmp
Source: ftp://ftp.isc.org/isc/%n/%v/bind-%v.tar.gz
Source-MD5: 6ea7d64a0856893ab3eb541ab7bbc725
DescPackaging: <<
 Dependencies are specified on both db3-shlibs and db4-shlibs, since the
 program might have linked to either one, depending on how it was compiled.
 In the future, this will be handled automatically by the shlibs system.
<<
PatchScript: <<
  mkdir etc
  touch etc/db.127
  touch etc/db.0
  touch etc/db.255
  touch etc/db.local
  touch etc/db.root
  touch etc/named.conf
  sed 's|@FINKPREFIX@|%p|g' <%a/%f.patch | patch -p1
<<
ConfigureParams: --enable-libbind --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --sysconfdir=%p/etc/bind --localstatedir=%p/var
GCC: 3.1q
InstallScript: <<
  make install prefix=%i
  mkdir -p %i/var/cache/bind
  mkdir -p %i/etc/bind
  cp etc/* %i/etc/bind
  mv %i/bind/include %i/include/bind
  rm -rf %i/bind
<<
DocFiles: CHANGES COPYRIGHT FAQ README
ConfFiles: <<
  %p/etc/bind/named.conf
  %p/etc/bind/db.127
  %p/etc/bind/db.0
  %p/etc/bind/db.255
  %p/etc/bind/db.local
  %p/etc/bind/db.root
<<
DaemonicName: bind9
DaemonicFile: <<
<service>
<description>Bind9 DNS Server</description>
<message>Bind9 DNS Server</message>

<daemon name="bind9">
<executable background="yes">%p/sbin/named</executable>
<!-- the daemon will background itself, but may take a while
     to start up to the point where it does so -->
<configfile>%p/etc/bind/named.conf</configfile>
<parameters>-c %p/etc/bind/named.conf</parameters>
<pidfile>%p/var/run/named.pid</pidfile>
</daemon>

</service>
<<
Description: Berkeley Internet Name Domain
DescDetail: <<
The Berkeley Internet Name Domain (BIND) implements an Internet name server
for Unix operating systems. The BIND consists of a server (or `daemon')
called `named' and a resolver library. A name server is a network service
that enables clients to name resources or objects and share this information
with other objects in the network.
<<
License: Public Domain
Maintainer: Matthew Flanagan <[EMAIL PROTECTED]>
Homepage: http://www.isc.org/products/BIND/
--- NEW FILE: bind9-9.2.2-1.patch ---
diff -ru bind-9.2.1/etc/db.0 bind-9.2.1-patched/etc/db.0
--- bind-9.2.1/etc/db.0 Sat Jan 26 04:13:34 2002
+++ bind-9.2.1-patched/etc/db.0 Sat Jan 26 04:04:33 2002
@@ -0,0 +1,12 @@
+;
+; BIND reverse data file for broadcast zone
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
diff -ru bind-9.2.1/etc/db.127 bind-9.2.1-patched/etc/db.127
--- bind-9.2.1/etc/db.127       Sat Jan 26 04:13:37 2002
+++ bind-9.2.1-patched/etc/db.127       Sat Jan 26 04:04:33 2002
@@ -0,0 +1,13 @@
+;
+; BIND reverse data file for local loopback interface
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
+1.0.0  IN      PTR     localhost.
diff -ru bind-9.2.1/etc/db.255 bind-9.2.1-patched/etc/db.255
--- bind-9.2.1/etc/db.255       Sat Jan 26 04:13:39 2002
+++ bind-9.2.1-patched/etc/db.255       Sat Jan 26 04:04:33 2002
@@ -0,0 +1,12 @@
+;
+; BIND reverse data file for broadcast zone
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
diff -ru bind-9.2.1/etc/db.local bind-9.2.1-patched/etc/db.local
--- bind-9.2.1/etc/db.local     Sat Jan 26 04:13:42 2002
+++ bind-9.2.1-patched/etc/db.local     Sat Jan 26 04:04:33 2002
@@ -0,0 +1,13 @@
+;
+; BIND data file for local loopback interface
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
+@      IN      A       127.0.0.1
diff -ru bind-9.2.1/etc/db.root bind-9.2.1-patched/etc/db.root
--- bind-9.2.1/etc/db.root      Sat Jan 26 04:13:45 2002
+++ bind-9.2.1-patched/etc/db.root      Sat Jan 26 04:04:33 2002
@@ -0,0 +1,83 @@
+;       This file holds the information on root name servers needed to
+;       initialize cache of Internet domain name servers
+;       (e.g. reference this file in the "cache  .  <file>"
+;       configuration file of BIND domain name servers).
+;
+;       This file is made available by InterNIC registration services
+;       under anonymous FTP as
+;           file                /domain/named.root
+;           on server           FTP.RS.INTERNIC.NET
+;       -OR- under Gopher at    RS.INTERNIC.NET
+;           under menu          InterNIC Registration Services (NSI)
+;              submenu          InterNIC Registration Archives
+;           file                named.root
+;
+;       last update:    Aug 22, 1997
+;       related version of root zone:   1997082200
+;
+;
+; formerly NS.INTERNIC.NET
+;
+.                        3600000  IN  NS    A.ROOT-SERVERS.NET.
+A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4
+;
+; formerly NS1.ISI.EDU
+;
+.                        3600000      NS    B.ROOT-SERVERS.NET.
+B.ROOT-SERVERS.NET.      3600000      A     128.9.0.107
+;
+; formerly C.PSI.NET
+;
+.                        3600000      NS    C.ROOT-SERVERS.NET.
+C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12
+;
+; formerly TERP.UMD.EDU
+;
+.                        3600000      NS    D.ROOT-SERVERS.NET.
+D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90
+;
+; formerly NS.NASA.GOV
+;
+.                        3600000      NS    E.ROOT-SERVERS.NET.
+E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10
+;
+; formerly NS.ISC.ORG
+;
+.                        3600000      NS    F.ROOT-SERVERS.NET.
+F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241
+;
+; formerly NS.NIC.DDN.MIL
+;
+.                        3600000      NS    G.ROOT-SERVERS.NET.
+G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4
+;
+; formerly AOS.ARL.ARMY.MIL
+;
+.                        3600000      NS    H.ROOT-SERVERS.NET.
+H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53
+;
+; formerly NIC.NORDU.NET
+;
+.                        3600000      NS    I.ROOT-SERVERS.NET.
+I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17
+;
+; temporarily housed at NSI (InterNIC)
+;
+.                        3600000      NS    J.ROOT-SERVERS.NET.
+J.ROOT-SERVERS.NET.      3600000      A     198.41.0.10
+;
+; housed in LINX, operated by RIPE NCC
+;
+.                        3600000      NS    K.ROOT-SERVERS.NET.
+K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129 
+;
+; temporarily housed at ISI (IANA)
+;
+.                        3600000      NS    L.ROOT-SERVERS.NET.
+L.ROOT-SERVERS.NET.      3600000      A     198.32.64.12
+;
+; housed in Japan, operated by WIDE
+;
+.                        3600000      NS    M.ROOT-SERVERS.NET.
+M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33
+; End of File
diff -ru bind-9.2.1/etc/named.conf bind-9.2.1-patched/etc/named.conf
--- bind-9.2.1/etc/named.conf   Sat Jan 26 04:13:28 2002
+++ bind-9.2.1-patched/etc/named.conf   Sat Jan 26 04:06:40 2002
@@ -0,0 +1,62 @@
+// This is the primary configuration file for the BIND DNS server named.
+//
+// Please read /usr/share/doc/bind9/README.Debian for information on the 
+// structure of BIND configuration files in Debian, *BEFORE* you customize 
+// this configuration file.
+//
+
+options {
+       directory "@FINKPREFIX@/var/cache/bind";
+
+       // If there is a firewall between you and nameservers you want
+       // to talk to, you might need to uncomment the query-source
+       // directive below.  Previous versions of BIND always asked
+       // questions using port 53, but BIND 8.1 and later use an unprivileged
+       // port by default.
+
+       // query-source address * port 53;
+
+       // If your ISP provided one or more IP addresses for stable 
+       // nameservers, you probably want to use them as forwarders.  
+       // Uncomment the following block, and insert the addresses replacing 
+       // the all-0's placeholder.
+
+       // forwarders {
+       //      0.0.0.0;
+       // };
+
+       auth-nxdomain no;    # conform to RFC1035
+
+};
+
+// prime the server with knowledge of the root servers
+zone "." {
+       type hint;
+       file "@FINKPREFIX@/etc/bind/db.root";
+};
+
+// be authoritative for the localhost forward and reverse zones, and for
+// broadcast zones as per RFC 1912
+
+zone "localhost" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.local";
+};
+
+zone "127.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.127";
+};
+
+zone "0.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.0";
+};
+
+zone "255.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.255";
+};
+
+// add entries for other zones below here
+

--- NEW FILE: bind9-ssl-9.2.2-1.info ---
Package: bind9-ssl
Provides: bind9
Replaces: bind9
Conflicts: bind9
Version: 9.2.2
Revision: 1
Depends: openssl, openssl097-shlibs, pth, daemonic, db4-shlibs
BuildDepends: openssl097-dev, db4, libxml2, gdbm, gmp
DescPackaging: <<
 Dependencies are specified on both db3-shlibs and db4-shlibs, since the
 program might have linked to either one, depending on how it was compiled.
 In the future, this will be handled automatically by the shlibs system.
<<
Source: ftp://ftp.isc.org/isc/bind9/%v/bind-%v.tar.gz
Source-MD5: 6ea7d64a0856893ab3eb541ab7bbc725
PatchScript: <<
  mkdir etc
  touch etc/db.127
  touch etc/db.0
  touch etc/db.255
  touch etc/db.local
  touch etc/db.root
  touch etc/named.conf
  sed 's|@FINKPREFIX@|%p|g' <%a/%f.patch | patch -p1
<<
ConfigureParams: --enable-libbind --with-openssl=%p --mandir=%i/share/man 
--infodir=%p/share/info --libexecdir=%p/lib --sysconfdir=%p/etc/bind 
--localstatedir=%p/var
InstallScript: <<
  make install prefix=%i
  mkdir -p %i/var/cache/bind
  mkdir -p %i/etc/bind
  cp etc/* %i/etc/bind
  mv %i/bind/include %i/include/bind
  rm -rf %i/bind
<<
GCC: 3.1
DocFiles: CHANGES COPYRIGHT FAQ README
ConfFiles: <<
  %p/etc/bind/named.conf
  %p/etc/bind/db.127
  %p/etc/bind/db.0
  %p/etc/bind/db.255
  %p/etc/bind/db.local
  %p/etc/bind/db.root
<<
DaemonicName: bind9
DaemonicFile: <<
<service>
<description>Bind9 DNS Server</description>
<message>Bind9 DNS Server</message>

<daemon name="bind9">
<executable background="yes">%p/sbin/named</executable>
<!-- the daemon will background itself, but may take a while
     to start up to the point where it does so -->
<configfile>%p/etc/bind/named.conf</configfile>
<parameters>-c %p/etc/bind/named.conf</parameters>
<pidfile>%p/var/run/named.pid</pidfile>
</daemon>

</service>
<<
Description: Berkeley Internet Name Domain
DescDetail: <<
The Berkeley Internet Name Domain (BIND) implements an Internet name server
for Unix operating systems. The BIND consists of a server (or `daemon')
called `named' and a resolver library. A name server is a network service
that enables clients to name resources or objects and share this information
with other objects in the network.
<<
License: Public Domain
Maintainer: Matthew Flanagan <[EMAIL PROTECTED]>
Homepage: http://www.isc.org/products/BIND/

--- NEW FILE: bind9-ssl-9.2.2-1.patch ---
diff -ru bind-9.2.1/etc/db.0 bind-9.2.1-patched/etc/db.0
--- bind-9.2.1/etc/db.0 Sat Jan 26 04:13:34 2002
+++ bind-9.2.1-patched/etc/db.0 Sat Jan 26 04:04:33 2002
@@ -0,0 +1,12 @@
+;
+; BIND reverse data file for broadcast zone
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
diff -ru bind-9.2.1/etc/db.127 bind-9.2.1-patched/etc/db.127
--- bind-9.2.1/etc/db.127       Sat Jan 26 04:13:37 2002
+++ bind-9.2.1-patched/etc/db.127       Sat Jan 26 04:04:33 2002
@@ -0,0 +1,13 @@
+;
+; BIND reverse data file for local loopback interface
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
+1.0.0  IN      PTR     localhost.
diff -ru bind-9.2.1/etc/db.255 bind-9.2.1-patched/etc/db.255
--- bind-9.2.1/etc/db.255       Sat Jan 26 04:13:39 2002
+++ bind-9.2.1-patched/etc/db.255       Sat Jan 26 04:04:33 2002
@@ -0,0 +1,12 @@
+;
+; BIND reverse data file for broadcast zone
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
diff -ru bind-9.2.1/etc/db.local bind-9.2.1-patched/etc/db.local
--- bind-9.2.1/etc/db.local     Sat Jan 26 04:13:42 2002
+++ bind-9.2.1-patched/etc/db.local     Sat Jan 26 04:04:33 2002
@@ -0,0 +1,13 @@
+;
+; BIND data file for local loopback interface
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
+@      IN      A       127.0.0.1
diff -ru bind-9.2.1/etc/db.root bind-9.2.1-patched/etc/db.root
--- bind-9.2.1/etc/db.root      Sat Jan 26 04:13:45 2002
+++ bind-9.2.1-patched/etc/db.root      Sat Jan 26 04:04:33 2002
@@ -0,0 +1,83 @@
+;       This file holds the information on root name servers needed to
+;       initialize cache of Internet domain name servers
+;       (e.g. reference this file in the "cache  .  <file>"
+;       configuration file of BIND domain name servers).
+;
+;       This file is made available by InterNIC registration services
+;       under anonymous FTP as
+;           file                /domain/named.root
+;           on server           FTP.RS.INTERNIC.NET
+;       -OR- under Gopher at    RS.INTERNIC.NET
+;           under menu          InterNIC Registration Services (NSI)
+;              submenu          InterNIC Registration Archives
+;           file                named.root
+;
+;       last update:    Aug 22, 1997
+;       related version of root zone:   1997082200
+;
+;
+; formerly NS.INTERNIC.NET
+;
+.                        3600000  IN  NS    A.ROOT-SERVERS.NET.
+A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4
+;
+; formerly NS1.ISI.EDU
+;
+.                        3600000      NS    B.ROOT-SERVERS.NET.
+B.ROOT-SERVERS.NET.      3600000      A     128.9.0.107
+;
+; formerly C.PSI.NET
+;
+.                        3600000      NS    C.ROOT-SERVERS.NET.
+C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12
+;
+; formerly TERP.UMD.EDU
+;
+.                        3600000      NS    D.ROOT-SERVERS.NET.
+D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90
+;
+; formerly NS.NASA.GOV
+;
+.                        3600000      NS    E.ROOT-SERVERS.NET.
+E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10
+;
+; formerly NS.ISC.ORG
+;
+.                        3600000      NS    F.ROOT-SERVERS.NET.
+F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241
+;
+; formerly NS.NIC.DDN.MIL
+;
+.                        3600000      NS    G.ROOT-SERVERS.NET.
+G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4
+;
+; formerly AOS.ARL.ARMY.MIL
+;
+.                        3600000      NS    H.ROOT-SERVERS.NET.
+H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53
+;
+; formerly NIC.NORDU.NET
+;
+.                        3600000      NS    I.ROOT-SERVERS.NET.
+I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17
+;
+; temporarily housed at NSI (InterNIC)
+;
+.                        3600000      NS    J.ROOT-SERVERS.NET.
+J.ROOT-SERVERS.NET.      3600000      A     198.41.0.10
+;
+; housed in LINX, operated by RIPE NCC
+;
+.                        3600000      NS    K.ROOT-SERVERS.NET.
+K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129 
+;
+; temporarily housed at ISI (IANA)
+;
+.                        3600000      NS    L.ROOT-SERVERS.NET.
+L.ROOT-SERVERS.NET.      3600000      A     198.32.64.12
+;
+; housed in Japan, operated by WIDE
+;
+.                        3600000      NS    M.ROOT-SERVERS.NET.
+M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33
+; End of File
diff -ru bind-9.2.1/etc/named.conf bind-9.2.1-patched/etc/named.conf
--- bind-9.2.1/etc/named.conf   Sat Jan 26 04:13:28 2002
+++ bind-9.2.1-patched/etc/named.conf   Sat Jan 26 04:06:40 2002
@@ -0,0 +1,62 @@
+// This is the primary configuration file for the BIND DNS server named.
+//
+// Please read /usr/share/doc/bind9/README.Debian for information on the 
+// structure of BIND configuration files in Debian, *BEFORE* you customize 
+// this configuration file.
+//
+
+options {
+       directory "@FINKPREFIX@/var/cache/bind";
+
+       // If there is a firewall between you and nameservers you want
+       // to talk to, you might need to uncomment the query-source
+       // directive below.  Previous versions of BIND always asked
+       // questions using port 53, but BIND 8.1 and later use an unprivileged
+       // port by default.
+
+       // query-source address * port 53;
+
+       // If your ISP provided one or more IP addresses for stable 
+       // nameservers, you probably want to use them as forwarders.  
+       // Uncomment the following block, and insert the addresses replacing 
+       // the all-0's placeholder.
+
+       // forwarders {
+       //      0.0.0.0;
+       // };
+
+       auth-nxdomain no;    # conform to RFC1035
+
+};
+
+// prime the server with knowledge of the root servers
+zone "." {
+       type hint;
+       file "@FINKPREFIX@/etc/bind/db.root";
+};
+
+// be authoritative for the localhost forward and reverse zones, and for
+// broadcast zones as per RFC 1912
+
+zone "localhost" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.local";
+};
+
+zone "127.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.127";
+};
+
+zone "0.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.0";
+};
+
+zone "255.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.255";
+};
+
+// add entries for other zones below here
+




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to