pkgsrc-wip/newsx/patches
Quentin Garnier 03fa10e951 Update to 1.6.
On my side:
	o Again, force indexed history file, as our INN package doesn't give
	  the choice anyway. Maybe it would be worth adding an option in
	  configure.ac.
	o Slight update of news.inn.patch, removing the dependancy on perl
	  in the buildlink file. Thomas Klausner (IIRC) suggested me to use
	  BUILDLINK_DEPMETHOD.inn= build, but even though it is only a build
	  dependancy, you can use INN libs only with a local spool.

ChangeLog:

V1.6 - 18 may 2003

      Fixes in source code for INN 2.4 (bug #237):
	  Avoid use of BOOL
	  Renamed to avoid conflicts with INN configuration (old problem):
	      NEWSUMASK -> INN_NEWSUMASK
	      NNTP_PORT -> NNTP_PORT_NAME

V1.6pre3 - 22 jan 2003

      Look for sys/malloc.h as used by Mac OS X.

      Renamed configure.in to configure.ac

      Require autoconf version 2.50 or higher. Should not be required to do a
      straight configure and build, though.

V1.6pre2 - 22 jan 2003

      New configure option --with-hostconfig to set the directory for the newsx per
      host configuration file. Corresponding new newsx option --hostconfig. Defaults
      to setting for inhosts.

V1.6pre - 21 jan 2003

      Aborted fecthes now updates state more consistently.

      Configure now insists that libinn and libstorage be present for
      recent versions of INN.

      Configure attempts to do more in terms of finding libraries for INN 2.x, so that
      so --with-newslib should no longer be required except in unusal cases.

      When we have libstorage, we now insist that we have a storage.h from INN.
      There is no longer a default storage.h in the distribution.
      Currently, we look for storage.h  in /usr/include and /usr/include/inn
      and NEWSHOME/include.
      For other locations, please report to newsx@kvaleberg.no or to bugzilla.
      The configure option --with-newsinclude may be used for specifying which
      directory to look in.

      The distribution contains a suggested patch for INN 2.3.4 that installs
      storage.h under $NEWSHOME/include.

      Configure is now updated to latest and greatest autoconf/automake.
      Names of various internal symbols have changed.

      The mktemp() vz. mkstemp() issue has been looked into. The bug(s)
      introduced by use of mkstemp() should now be corrected, and a new
      internal function newstemp() has been added to replace the mk(s)temp.

      STORAGEAPI and EXTENDEDDBZ no longer relevant for modern INN.

V1.5pre2 - 18 jan 2003

      This version was never distributed.

      Fix from Andreas Metzler <metzler@logic.univie.ac.at> for path_bangs().
2003-06-08 08:03:27 +00:00
..
patch-aa Update to 1.6. 2003-06-08 08:03:27 +00:00