diff --git a/adns/adns.patch b/adns/adns.patch deleted file mode 100644 index 7db8d034a2..0000000000 --- a/adns/adns.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/parse.c ---- src/parse.c.orig 2003-06-22 15:01:11.000000000 +0200 -+++ src/parse.c 2004-05-14 10:05:43.000000000 +0200 -@@ -113,7 +113,7 @@ - } - - adns_status adns__parse_domain(adns_state ads, int serv, adns_query qu, -- vbuf *vb, adns_queryflags flags, -+ vbuf *vb, parsedomain_flags flags, - const byte *dgram, int dglen, int *cbyte_io, - int max) { - findlabel_state fls; diff --git a/adns/adns.spec b/adns/adns.spec index 1fa210ce95..c2b041495e 100644 --- a/adns/adns.spec +++ b/adns/adns.spec @@ -32,12 +32,11 @@ Distribution: OpenPKG Class: PLUS Group: DNS License: GPL -Version: 1.1 -Release: 20040514 +Version: 1.2 +Release: 20060408 # list of sources Source0: ftp://ftp.chiark.greenend.org.uk/users/ian/adns/adns-%{version}.tar.gz -Patch0: adns.patch # build information Prefix: %{l_prefix} @@ -67,7 +66,6 @@ AutoReqProv: no %prep %setup -q - %patch -p0 %{l_shtool} subst \ -e 's;/etc/resolv-adns\.conf;%{l_prefix}/etc/adns/resolv.conf;g' \ src/setup.c