Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        adns-progs - Asynchronous-capable DNS client library - utility programs
        
        - DNS utility programs: adns also comes with a number of utility
programs for use from the command line and in scripts:
 - adnslogres is a much faster version of Apache's logresolv program,
 - adnsresfilter is a filter which copies its input to its output,
   replacing IP addresses by the corresponding names, without unduly
   delaying the output. For example, you can usefully pipe the output of
   netstat -n, tcpdump -ln, and the like, into it.
 - adnshost is a general-purpose DNS lookup utility which can be used
   easily in from the command line and from shell scripts to do simple
   lookups. In a more advanced mode it can be used as a general-purpose
   DNS helper program for scripting languages which can invoke and
   communicate with subprocesses. 
Packages
        
            
                | Name | Version | Release | Type | Size | Built | 
            
                | adns-progs | 1.2 | 2 | ppc | 79 KiB | Tue May  9 10:42:14 2006 | 
        
        Changelog
        
            - * Tue May  9 18:00:00 2006 Mihai Ibanescu <misa[AT]redhat.com> 1.2-2
- - Dropped the DESTDIR patch since it was not accepted upstream.
- Added -fPIC in the compiled flags, otherwise we won't be able to link
  against this library. 
            - * Mon May  8 18:00:00 2006 Mihai Ibanescu <misa[AT]redhat.com> 1.2-1
- - Updated to 1.2, some of the patches were already upstream
- Removed dependency on autoconf/automake since it builds just fine without
  that 
            - * Thu Apr  7 18:00:00 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- - rebuilt