pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/rbldnsd



Module Name:    pkgsrc
Committed By:   cube
Date:           Tue Feb 24 00:58:10 UTC 2009

Modified Files:
        pkgsrc/net/rbldnsd: Makefile distinfo

Log Message:
- Update to 0.996b
- Add USE_DESTDIR support
- Silence a pkglint warning
- Drop maintainership

Changes:
   * cleanup: #ifdefed dump_a_txt() properly so it will not be compiled
     if --disable-master-dump was specified.
   * implement "base template" ($=) feature.
   * portability and readability fixes from Victor Duchovni
   * added configure test for inline and __inline keywords, and only
     use #warning keyword if __GNUC__ is defined (more portability fixes
     from Victor Duchovni)
   * misc type conversions here and there, and change alignment in
     mempool.c to be sizeof(void*) instead of sizeof(int), to help
     64bit platforms.  Thanks to Mike Quintero for an excellent
     bugreport.
   * bugfix: combined dataset - improper return of query() routine in some
     cases
   * internal code reorg:
     - move firstword[_lc]() to _util.c
     - use two structs instead of a set of 2-element arrays in dnset
   * bugfix: lowercase base zone names given on command line and in `combined'
     dataset, or else they wont be recognized in queries


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/net/rbldnsd/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/rbldnsd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index