There is one more NetBSD-specific bug in unix-console/Makefile but it's
fixed by the last chunk of patches/patch-aa and will be in the next release.
Install COPYRIGHT in the documentation directory as well.
Detailed aiccu ChangeLog:
aiccu (20070115) stable; urgency=medium
* Fixup in Debian init script (based on original patch by Bernhard Schmidt).
* Change in redirections so that errors don't show in debconf menu's etc.
* NetBSD fixes as there is not always a Tunnel Device that
supports IPv6 (thanks to Geert Hendrickx).
* Gentoo ebuild update, adding depends and require ntp-client.
* RPM spec update, add build-requirement.
* Check return values of system commands.
* Added a big warning about running AICCU from Daemontools and similar
programs which run AICCU in a loop, thus hammering the TIC server.
* Be a bit smarter in checking for support of IPv6.
-- Jeroen Massar <jeroen@sixxs.net> Mon, 15 Jan 2007 11:00:42 +0000
aiccu (20070107) stable; urgency=high
* 2007 Edition of AICCU.
* License change to standard 3-clause BSD license.
With thanks to Theo de Raadt, Marco d'Itri and Philipp Kern for
their wise words and reasoning for coming to this decision.
* High urgency because of the above and it fixing large problems.
* Fixed Mac OS X / Darwin support on the MacBookPro of Pim van Pelt.
* Added MTU, from TIC, configuration on most platforms.
* Fixed up silly linux bug, adding LL address to tunnels but not to tun/taps.
* Removed Win32 Alpha Endianess (reported by Christian Weisgerber).
* Fixed up alignment error in parseline() (reported by Christian Weisgerber).
* OpenBSD 4.0 support (patch provided by Christian Weisgerber).
* OpenBSD AYIYA fixup (patch provided by Pim van Pelt).
* Fedora/RPM init script fixup (bash case's don't fall through)
reported and patch supplied by Matt Domsch.
* NetBSD AYIYA support (noted by Tobias Riediger)
Works on NetBSD 4.x, for NetBSD 3.0 one needs to patch tun/tap to
support IPv6. Patch is available from the archives.
* local_ipv4_override option so one can use AICCU behind a NAT that
has been configured correctly to do proto-41 forwarding. This is
usually called a DMZ setup.
-- Jeroen Massar <jeroen@sixxs.net> Sun, 07 Jan 2007 14:00:42 +0000
aiccu (20060806) stable; urgency=low
* Changelog version format change as the 'official' (before there where
legal issues as they don't understand the word 'SHOULD' which is cleary
defined in the IETF and now somebody simply uploaded it anyway it without
even asking or notifying us about it) debian packages which are broken,
old and unsupported would seem newer and thus this new version would not
get updated to even when folks would have the official AICCU repository
in their sources.list. This solves that issue.
* pidfile fixup and configuration parameter.
* Corrected Broker selection in debconf.
* Configuration file rewriting by debconf is now done in a 'nice' way.
-- Jeroen Massar <jeroen@sixxs.net> Sun, 6 Aug 2006 13:56:42 +0100
2006-11-01 08:19 Oswald Buddenhagen <ossi@users.sf.net>
* src/: drv_imap.c, mbsync.1:
- un-document "Host imaps:[...]" syntax and introduce new option UseIMAPS
instead
- apply ted's patch to support UseIMAPS in conjunction with Tunnel
- document that SSLv2 is No Good (TM)
2006-11-01 08:14 Oswald Buddenhagen <ossi@users.sf.net>
* src/drv_imap.c:
- move assigning default port to the place of use
towards the viewing and safe modification of the contents in a qmail
queue.
qmqtool was designed with Michele Beltrame's "qmHandle" in mind,
however no source code from qmHandle was used within qmqtool.
This package embeds secure hashes (SHA1) and digital signatures (GNU
Privacy Guard) into files for verification and authentication.
Currently, target file types are all ELF format: executables, kernel
modules, shared and static link libraries. This program has
functionality similar to tripwire and integrit without the need to
maintain a database.
2007-01-16 David A. Wheeler <dwheeler, at, dwheeler.com>
* Release version 1.27
2007-01-16 Sebastien Tandel <sebastien, at, tandel (doht) be)
* Cleaned up code for patch handling, fix bug in subdir handling,
include patch info in help.
2007-01-15 Steve Kemp <steve at shellcode dot org>
* Fix Debian bug 268236.
This complains that flawfinder crashes when presented with a
file it cannot read. The patch obviously can't prevent
the problem, since the tool can't review what it can't read,
but at least it halts with a cleaner error message.
2007-01-15 cmorgan <cmorgan47, at earthlink dooot net>
* Fixed Debian bug 271287 (flawfinder).
Fixed skipping newlines when line ended with \,
which caused incorrect line number reporting.
Skip multiple whitespace at one time.
2007-01-15 David A. Wheeler <dwheeler, at, dwheeler.com>
* Modified Sebastien Tandel's code so that it also supports GNU diff
(his code worked only for svn diff)
* When using a patchfile, skip analysis of any file not
listed in the patchfile.
2007-01-15 Sebastien Tandel <sebastien, at, tandel (doht) be)
* Add support for using "svn diff" created patch files, based
on the approach described by David A. Wheeler on how it
could be done.
2007-01-15 David A. Wheeler <dwheeler, at, dwheeler.com>
* By default, now skips directories beginning with "."
(this makes it work nicely with many SCM systems).
Added "--followdotdir" option if you WANT it to enter
such directories.
* Fixed divide-by-zero when no code found (not exactly common
in normal use, but anyway!)