]> git.pld-linux.org Git - packages/djbdns.git/commitdiff
- added djbdns-ignoreip.patch (this patch changes djbdns's dnscache
authorpius <pius@pld-linux.org>
Sat, 20 Sep 2003 22:33:02 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  program so that it will ignore the IP address given in the IGNOREIP
  environment variable; usefull for VeriSign's advertising)
- release 17

Changed files:
    djbdns.spec -> 1.57

djbdns.spec

index 163dfa55b8088da8697b78ef3ca7d88d68308f0b..9c3e32504daa4d6e6545daca842ad74a612830bf 100644 (file)
@@ -2,7 +2,7 @@ Summary:        DJB DNS
 Summary(pl):   DJB DNS
 Name:          djbdns
 Version:       1.05
-Release:       16
+Release:       17
 License:       http://cr.yp.to/distributors.html (free to use)
 Group:         Networking/Daemons
 Source0:       http://cr.yp.to/djbdns/%{name}-%{version}.tar.gz
@@ -22,6 +22,8 @@ Patch4:               %{name}-srv.patch
 Patch5:                %{name}-glibc.patch
 # http://www.iecc.com/rbldns-patch.txt
 Patch6:         %{name}-rbldns_a.patch
+# http://tinydns.org/djbdns-1.05-ignoreip.patch
+Patch7:         %{name}-ignoreip.patch
 URL:           http://cr.yp.to/djbdns.html
 BuildRequires: rpm-perlprov
 Requires(pre): /usr/bin/getgid
@@ -330,6 +332,7 @@ informacji.
 %patch4 -p1
 %patch5
 %patch6 -p1
+%patch7 -p1
 cd doc
 ln -s merge/djbdns/* .
 
@@ -393,6 +396,7 @@ echo 127.0.0.1                   >env/IP
 echo 0.0.0.0                     >env/IPSEND
 echo 1000000                     >env/CACHESIZE
 echo 3000000                     >env/DATALIMIT
+touch env/IGNOREIP
 cat>run<<___
 #!/bin/sh
 exec 2>&1
This page took 0.131127 seconds and 4 git commands to generate.