Author: kosmo Date: Fri May 9 11:20:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.2.6 - minor changes in %configure
---- Files affected: SPECS: pdnsd.spec (1.62 -> 1.63) ---- Diffs: ================================================================ Index: SPECS/pdnsd.spec diff -u SPECS/pdnsd.spec:1.62 SPECS/pdnsd.spec:1.63 --- SPECS/pdnsd.spec:1.62 Tue May 1 12:19:43 2007 +++ SPECS/pdnsd.spec Fri May 9 13:20:39 2008 @@ -3,17 +3,18 @@ Summary: A caching dns proxy for small networks or dialin accounts Summary(pl.UTF-8): DNS proxy serwer dla małej sieci lub jednostki z połączeniem dialup Name: pdnsd -Version: 1.2.5 -Release: 3 +Version: 1.2.6 +Release: 1 License: GPL Group: Networking/Daemons Source0: http://www.phys.uu.nl/~rombouts/pdnsd/releases/%{name}-%{version}-%{par}.tar.gz -# Source0-md5: 8b1bb9b6b40383a484a90de5d992b4ee +# Source0-md5: 65c88e22152a885a0437578eedc8b118 Source1: %{name}.init Source2: %{name}.sysconfig Patch0: %{name}-threads_signals.patch Patch1: %{name}-ac_am.patch Patch2: %{name}-query_roots_in_default_conf.patch +Patch3: %{name}-ipv6_pktinfo.patch # Old URL: http://home.t-online.de/home/Moestl/ URL: http://www.phys.uu.nl/~rombouts/pdnsd.html BuildRequires: autoconf @@ -53,6 +54,7 @@ #%patch0 -p0 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build rm -fr src/rc @@ -63,8 +65,12 @@ %configure \ --with-default-id=pdnsd \ --enable-ipv6 \ + --enable-tcp-subseq \ + --with-query-method=udptcp \ --with-thread-lib=LinuxThreads2 \ - --enable-tcp-subseq + --with-random-device=/dev/urandom \ + --with-par-queries=16 + %{__make} %install @@ -120,6 +126,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.63 2008-05-09 11:20:39 kosmo +- updated to 1.2.6 +- minor changes in %configure + Revision 1.62 2007-05-01 10:19:43 matkor - Release 3. Works as caching dns server for local queries by default. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pdnsd.spec?r1=1.62&r2=1.63&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
