dspam (3.10.2+dfsg-13) unstable; urgency=medium

  * debian/patches:
    + drop patch to introduce escape string constants. Although escaped, the
      only escape sequence contained in strings are made to be interpreted
      (Closes: #731093).
  * Bump Standards-Version to 3.9.5 (no changes needed).

 -- Thomas Preud'homme <robotux@debian.org>  Fri, 13 Dec 2013 19:11:00 +0800

dspam (3.10.2+dfsg-12) unstable; urgency=low

  * Close stdin, stdout and stderr when launching dspam daemon in dspam init
    script as dspam fails to do so (Closes: #726713).
  * Remove /var/log/dspam and /var/spool/dspam on purge (Closes: 729787).
  * debian/patches:
    + Enhance cssclean to fix corrupted css file (Closes: #722485).
    + Properly escape string constants in PostgreSQL driver (Closes: #719663).
    + drop patch to require legacy mode for string escaping in PostgreSQL.

 -- Thomas Preud'homme <robotux@debian.org>  Tue, 26 Nov 2013 22:28:14 +0800

dspam (3.10.2+dfsg-11) unstable; urgency=low

  * debian/patches:
    + Remove patch improving handling of malformed css file as it creates more
      problems than it solves in its current form.

 -- Thomas Preud'homme <robotux@debian.org>  Tue, 15 Oct 2013 04:59:39 +0200

dspam (3.10.2+dfsg-10) unstable; urgency=low

  * debian/patches:
    + Improve handling of malformed css file (Closes: #722484).

 -- Thomas Preud'homme <robotux@debian.org>  Wed, 25 Sep 2013 13:25:02 +0200

dspam (3.10.2+dfsg-9) unstable; urgency=low

  * Add patch 011_define_WCONTINUED_and_WIFCONTINUED_if_not_defined.diff to
    fix Hurd FTBFS.
  * Add patch 012_cssclean_dont_read_past_end_of_css_files.diff to prevent
    segfault of cssclean in case of malformed css file (Closes: #722057).
  * Fix metadata of patch
    009_fix_recipient_corruption_when_releasing_message_from_quarantine.diff
  * Update Vcs-* field to use the current canonical URI.

 -- Thomas Preud'homme <robotux@debian.org>  Tue, 10 Sep 2013 15:19:26 +0200

dspam (3.10.2+dfsg-8) unstable; urgency=low

  * Remove obsolete DM-Upload-Allowed flag.
  * debian/control:
    + Use real packages for the versionned Suggest dependency instead of
      virtual package libdspam7-drv.
    + Remove useless libdspam7-drv virtual package.
    + Wrap lines to 80 characters.
  * Drop elements for upgrade from pre-wheezy systems.
  * Create plpgsql only if it is not loaded yet (Closes: #702764).
  * Explicitly require legacy mode for string escaping in PostgreSQL since it
    now defaults to standard compliant mode (Closes: #694942).

 -- Thomas Preud'homme <robotux@debian.org>  Wed, 29 May 2013 15:58:22 +0200

dspam (3.10.1+dfsg-11) testing-proposed-updates; urgency=low

  * Create plpgsql only if it is not loaded yet (Closes: #702764).

 -- Thomas Preud'homme <robotux@debian.org>  Thu, 07 Mar 2013 10:25:49 +0100

dspam (3.10.1+dfsg-10) testing-proposed-updates; urgency=low

  * Explicitly require legacy mode for string escaping in PostgreSQL since it
    now defaults to standard compliant mode (Closes: #694942).
  * Fix error when creating database in PostgreSQL by creating plpgsql as
    extension instead of language.

 -- Thomas Preud'homme <robotux@debian.org>  Mon, 04 Mar 2013 13:56:45 +0100

dspam (3.10.1+dfsg-9) testing-proposed-updates; urgency=low

  * Add a new version of the patch fixing recipient corruption when releasing
    a message from quarantine (Closes: #698136).

 -- Thomas Preud'homme <robotux@debian.org>  Thu, 28 Feb 2013 21:33:50 +0100

dspam (3.10.2+dfsg-7) unstable; urgency=low

  * Add a new version of the patch fixing recipient corruption when releasing
    a message from quarantine (Closes: #698136).

 -- Thomas Preud'homme <robotux@debian.org>  Fri, 22 Feb 2013 11:28:17 +0100

dspam (3.10.2+dfsg-6) unstable; urgency=low

  * Drop patch fixing recipient corruption when releasing a message from
    quarantine as it's not clear whether it is safe from buffer overflow.

 -- Thomas Preud'homme <robotux@debian.org>  Mon, 11 Feb 2013 14:39:32 +0100

dspam (3.10.1+dfsg-8) testing-proposed-updates; urgency=low

  * Stop shipping ucf template as a conffile: this avoid unnecessary prompt
    when upgrading if configuration files have not been modified by the user
    (Closes: #698580).

 -- Thomas Preud'homme <robotux@debian.org>  Mon, 21 Jan 2013 22:25:00 +0100

dspam (3.10.2+dfsg-5) unstable; urgency=low

  * Stop shipping ucf template as a conffile: this avoid unnecessary prompt
    when upgrading if configuration files have not been modified by the user
    (Closes: #698580).

 -- Thomas Preud'homme <robotux@debian.org>  Mon, 21 Jan 2013 22:25:00 +0100

dspam (3.10.1+dfsg-7) testing-proposed-updates; urgency=low

  * Disable multi-arch since it create many problems with regards to the
    handling of shared resources when a package is installed for several
    architectures (Closes: #695275).

 -- Thomas Preud'homme <robotux@debian.org>  Tue, 08 Jan 2013 11:37:35 +0100

dspam (3.10.2+dfsg-4) unstable; urgency=low

  * Disable multi-arch since it create many problems with regards to the
    handling of shared resources when a package is installed for several
    architectures (Closes: #695275).
  * Enhance 008_fix_exim_integration_doc.diff to state more explicitly in
    CHANGELOG which changes are backports for Debian of upstream commits.
  * Cherry-pick patch from upstream to fix recipient corruption when releasing
    a message from quarantine (Closes: #698136).
  * Bump Standards-Version to 3.9.4 (no changes needed).

 -- Thomas Preud'homme <robotux@debian.org>  Tue, 08 Jan 2013 18:50:26 +0100

dspam (3.10.2+dfsg-3) unstable; urgency=low

  * Only lock dspam user account when the last libdspam7 package is purged
    (Thanks Jakub Wilk for the review, Closes: #695275).
  * debian/changelog:
    + Add entry for upload of version 3.10.1+dfsg-5 and 3.10.1+dfsg-6 to
      testing.
  * debian/control:
    + Update my maintainer email address.

 -- Thomas Preud'homme <robotux@debian.org>  Thu, 20 Dec 2012 06:56:43 +0100

dspam (3.10.1+dfsg-6) testing-proposed-updates; urgency=low

  * Do not lock dspam user account on purge since the package could be still
    installed for other architectures via multi-arch (Closes: #695275).

 -- Thomas Preud'homme <robotux@celest.fr>  Thu, 20 Dec 2012 06:27:12 +0100

dspam (3.10.2+dfsg-2) unstable; urgency=low

  [ Thomas Preud'homme ]
  * Team upload.
  * Cherry-pick patch from upstream to recommend using -oi when using dspam
    with exim (Closes: #644392).

  [ Paul Tagliamonte ]
  * Although this changelog is signed by Tom, this upload has been signed by
    me. Tom prepared this upload, but is remote (and without his GPG key),
    so these changes have been reviewed and uploaded by me.

 -- Thomas Preud'homme <robotux@celest.fr>  Mon, 13 Aug 2012 16:13:05 +0800

dspam (3.10.1+dfsg-5) testing-proposed-updates; urgency=low

  [ Thomas Preud'homme ]
  * Team upload.
  * Upload via testing-proposed-updates as unstable contains a new upstream
    version.
  * Cherry-pick patch from upstream to recommend using -oi when using dspam
    with exim (Closes: #644392).
  * Remove multiarch support for libdspam7-dev as it contains an header with
    arch-specific contents (Closes: #669993).

  [ Paul Tagliamonte ]
  * Although this changelog is signed by Tom, this upload has been signed by
    me. Tom prepared this upload, but is remote (and without his GPG key),
    so these changes have been reviewed and uploaded by me.

 -- Thomas Preud'homme <robotux@celest.fr>  Mon, 13 Aug 2012 15:20:48 +0800

dspam (3.10.2+dfsg-1) unstable; urgency=low

  [ Julien Valroff ]
  * New upstream release
  * Add gbp.conf to allow filtering out non DFSG-clean files when using
    git-import-orig to merge new upstream releases 
  * Use definitive DEP-5 copyright format uri
  * Add dspam_alias_retraining script to dspam package as example 
  * Refresh and update patches 
  * Use maintscript support in dh_installdeb rather than writing out
    dpkg-maintscript-helper commands by hand.  We now simply Pre-Depend on a
    new enough version of dpkg rather than using 'dpkg-maintscript-helper
    supports' guards, leading to more predictable behaviour on upgrades.
    Thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #659717)
  * Add Thomas Preud'homme as uploader
  * Set DM-Upload-Allowed: yes 

  [ Thomas Preud'homme ]
  * Remove multiarch support for libdspam7-dev as it contains an header with
    arch-specific contents (Closes: #669993).
  * Build-depend on debhelper (>= 9.0.0) to match compatibility.
  * Bump Standards-Version to 3.9.3 (no changes needed).
  * Fix quarantine mails deletion in web frontend for spanish users
    (Closes: #673833).

 -- Thomas Preud'homme <robotux@celest.fr>  Sun, 22 Apr 2012 17:46:10 +0200

dspam (3.10.1+dfsg-4) unstable; urgency=low

  * Apply patch from upstream to use POSIX::ctime() instead of deprecated
    ctime.pl (Closes: #658950)

 -- Julien Valroff <julien@debian.org>  Fri, 10 Feb 2012 21:55:13 +0100

dspam (3.10.1+dfsg-3) unstable; urgency=low

  * Fix Apache configuration example (Closes: #638289) 
  * Add again ucf calls in libdspam7-drv-{mysql,pgsql}.postinst scripts: they
    are actually needed to clean files registered through dbconfig-common 

 -- Julien Valroff <julien@debian.org>  Sun, 21 Aug 2011 21:53:32 +0200

dspam (3.10.1+dfsg-2) unstable; urgency=low

  * Let libdspam7-dbg suggest libc-debug 
  * Add dspam.NEWS file to state that dspam.conf should be updated following to
    the change of location of the various backend shared objects due to
    multi-arch support
  * Let dh_installdocs automatically install debian/TODO as TODO.Debian 

 -- Julien Valroff <julien@debian.org>  Mon, 15 Aug 2011 14:59:35 +0200

dspam (3.10.1+dfsg-1) unstable; urgency=low

  [ Julien Valroff ]
  * New upstream release:
    + Update copyright information following to upstream license switch from
      GPL-2 to AGPL-3+
    + Drop patches merged upstream
  * Ensures system user is actually locked on purge, and unlocked in case
    the package is reinstalled
  * Demote various MDA's from Depends to Recommends
  * Add multiarch support:
    + Move the hash driver to as dedicated package
    + Clean .install files
    + Split debugging symbols into independent debug packages
    + Move dspam_pg2int8 to dspam (which introduces a new dependency on
    libpq5)
  * Remove useless 001_drivers-in-usr_lib_dspam patch
  * Remove useless calls to ucf in libdspam7-drv-{mysql,pgsql}.postinst
    scripts

  [ Thomas Preud'homme ]
  * Set build flags (CPPFLAGS, CFLAGS and LDFLAGS) using dpkg-buildflags.

 -- Julien Valroff <julien@debian.org>  Sat, 13 Aug 2011 08:12:05 +0200

dspam (3.9.1~rc1+git20110514.347379b+dfsg-1) unstable; urgency=low

  * New git snapshot
  * Fix typo in libdspam7-drv-pgsql short description (Closes: #626608) 
  * Ensure old conffiles are correctly removed on upgrade (Closes: #626286)

 -- Julien Valroff <julien@debian.org>  Sat, 14 May 2011 08:57:43 +0200

dspam (3.9.1~rc1+git20110419.29261fb+dfsg-2) unstable; urgency=low

  * Fix typos in dspam postinst script which caused the package to be 
    uninstallable 

 -- Julien Valroff <julien@debian.org>  Sun, 08 May 2011 15:44:26 +0200

dspam (3.9.1~rc1+git20110419.29261fb+dfsg-1) unstable; urgency=low

  [ Julien Valroff ]
  * New git snapshot
  * Install all dspam_* tools setgid so that they can be used by standard
    users
  * Add symbols file for libdspam7
  * Upload to unstable

  [ Thomas Preud'homme ]
  * Fix permissions on dspam_stats and missing opt-{in,out} directories
    (Closes: #394443)

 -- Julien Valroff <julien@debian.org>  Sun, 08 May 2011 13:43:52 +0200

dspam (3.9.1~rc1+git20110312.9a9050f+dfsg-2) experimental; urgency=low

  * Add the complete MPL-1.1 text to the dspam package 
  * Update to new policy 3.9.2 (no changes needed)
  * Locks dspam system account on purge 

 -- Julien Valroff <julien@debian.org>  Sun, 10 Apr 2011 13:36:00 +0200

dspam (3.9.1~rc1+git20110312.9a9050f+dfsg-1) experimental; urgency=low

  [ Kurt B. Kaiser ]
  * debian/rules: don't use --build config option if host equals target.
  * debian/rules: dpkg-dev now handles CFLAGS.
  * Use maintainer-clean in clean target and remove any Makefile.in left over.
  * Remove libapache2-mod-auth-shadow - no longer available in unstable
  * Suggest clamav-daemon instead of recommending it.
  * Suggest dspam-webfrontend.
  * Add amavis to trusted users (Closes: #477508)
  * Use dh_lintian to install the webfrontend conffile override
  * Webfrontend improvements:
    - Delete the old, obsolete apache.conf file from the package, and
      purge it when dspam-webfrontend is purged if it is present in
      /etc/dspam/.
    - Move the html templates to /etc/dspam/templates/
    - Install the apache conf fragment as an example in dspam-webfrontend 
    - Modify apache2.conf to install a working example website. Use
      /etc/dspam/passwd, which doesn't need access to /etc/shadow.
      (Closes: #430589)
    - Clean up customize-cgi.txt and add it to README.Debian. 

  [ Julien Valroff ]
  * New upstream release
    (Closes: #418736, #491387, #505010, #514498, #577661, #445890, #383964,
    #430840, #568068)
  * Bump Standards to 3.9.1:
    - Add README.source, as per Debian Policy Manual 4.14
  * Bump debhelper compatibility to 8
  * Update/remove patches for new release
  * Add misc depends to all binary packages
  * Rewrite package descriptions
  * Use dh_prep instead of dh_clean -k
  * Drop obsolete db4 driver (Closes: #601209)
  * Update copyright information
  * Add Vcs-* and Homepage fields in control file
  * Remove useless DMUA field 
  * Add TODO.Debian file to describe planned changes to DSPAM Debian packages
  * Fix watch file to track upstream releases on new hosting location
  * Remove /var/run/dspam from dspam.dirs to make lintian happy - the init
    script makes sure the directory is created before starting dspam
  * Install examples scripts using dh_installexamples
  * Update SQL schemas and make sure the databases are updated when upgrading
    from 3.6.8 using dbconfig-common
  * Set default database name and user name to dspam for both MySQL and PgSQL
  * Make dspam-webfrontend suggest apache2
  * Remove inactive & MIA uploaders (Closes: #503488)
  * Add myself as uploader
  * Add depends on other MDAs than procmail (Closes: #506312)
  * Honour $USER in call to chmod (Closes: #505217)
  * Fix MySQL daily cronjob to work correctly when using storage profiles
  * Make MySQL daily cronjob quiet
  * Fix build-dependencies to use current automake version and use
    unversionned libmysqclient-dev
  * Drop runtime dependencies on debconf - unneeded as this package
    is "required"
  * Purge ucf database and ucf config files on package purge
  * Remove unused lintian overrides
  * Add description to all patches
  * Rewrite init script based on the current skeleton shipped in the
    initscripts package
  * Add numerical prefixes to Debian patches 
  * Fix verbose_bug build option
  * Add logrotate entry for dspam.messages and sql.errors
  * Add 'notifempty' option for logrotate
  * Fix 'hyphen-used-as-minus-sign' lintian information: escape all --
    in manpages
  * Update dspam_admin manpage to list aggregate feature
  * Makes drv-sqlite3 daily cronjob quiet if package is removed and
    not purged - thanks to Petter Reinholdtsen <pere@hungry.com>
    (Closes: #540064, #562857)
  * Converted source package to 3.0 (quilt) format
  * Add dependency to libhtml-parser-perl for the webfrontend
  * Opt Out is now the default condfiguration, as per upstream default
  * Default daemon port is set to 2424 as dspam daemon is run by an
    unprivileged user (Closes: #385760)
  * Add explicit dependency on perl
  * Fix typo in README.source
  * Fix daily cron scripts to avoid problems if the user has added
    two identical entries for certain values
    (thanks to Stevan Bajić <stevan@bajic.ch>)
  * Add automatic configuration file splitting snippet in rules
    (thanks to Stevan Bajić <stevan@bajic.ch>)
  * Make use of dspam_maintenance.sh script instead of homemade purge scripts
  * Only ships SQL files for MySQL >= 4.1 as no older version is available
    in Debian
  * Add dspam_notify script in dspam-webfrontend to send automatic quarantine
    email notification
  * Add debug package which ships debugging symbols
  * Switch to dh style rules file
  * Repack upstream tarball to make DFSG clean sources and add explanations to
    README.source file

 -- Julien Valroff <julien@debian.org>  Mon, 28 Mar 2011 15:04:10 +0200

dspam (3.6.8-9.3) unstable; urgency=low

  * Non-maintainer upload to fix release goal.
  * Correct init.d script provide and dependency information (Closes:
    #541982).

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 04 Oct 2009 13:04:21 +0200

dspam (3.6.8-9.2) unstable; urgency=low

  * NMU
  * Switch build dependency to libdb-dev (>= 4.7).  closes: #517279.

 -- Clint Adams <schizo@debian.org>  Fri, 25 Sep 2009 23:41:22 -0400

dspam (3.6.8-9.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix FTBFS by changing autotool definition for sqlite3. Closes: #522645

 -- Andreas Barth <aba@not.so.argh.org>  Sat, 29 Aug 2009 12:33:05 +0200

dspam (3.6.8-9) unstable; urgency=low

  [ Kurt B. Kaiser ]
  * (This is a maintenance release for lenny from pkg-dspam/branches/lenny)
  * Add apache2-suexec (>= 2.2.9-3) as webfrontend Suggests: (Closes: #488924).
  * Acknowledge NMU.  Thanks Peter Eisentraut (Closes: #473027, #480602).
  * Fix a regression in #455052, #469668: force removal of the /usr/share/dspam
    directory with dspam-webfrontend.preinst for versions prior to 3.6.8-9.
  * Fix regression from #388140: remote mySQL server fails (Closes: #481755)
  * /etc/init.d/dspam ignored $USER (LP: #232543)(Closes: #483868)
  * cron shouldn't try to clean mysql db if dspam was removed (Closes: 484889)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Thu, 11 Sep 2008 17:45:18 -0400

dspam (3.6.8-9) unstable; urgency=low

  [ Kurt B. Kaiser ]
  * (This is a maintenance release for lenny from pkg-dspam/branches/lenny)
  * Add apache2-suexec (>= 2.2.9-3) as webfrontend Suggests: (Closes: #488924).
  * Acknowledge NMU.  Thanks Peter Eisentraut (Closes: #473027, #480602).
  * Fix a regression in #455052, #469668: force removal of the /usr/share/dspam
    directory with dspam-webfrontend.preinst for versions prior to 3.6.8-9.
  * Fix regression from #388140: remote mySQL server fails (Closes: #481755)
  * /etc/init.d/dspam ignored $USER (LP: #232543)(Closes: #483868)
  * cron shouldn't try to clean mysql db if dspam was removed (Closes: 484889)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Thu, 11 Sep 2008 17:45:18 -0400

dspam (3.6.8-8.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fixed bashism in debian/libdspam7-drv-mysql.cron.daily (Closes: #473027)

 -- Peter Eisentraut <petere@debian.org>  Tue, 15 Jul 2008 13:13:03 +0200

dspam (3.6.8-8) unstable; urgency=high

  [ Matthijs Mohlmann ]
  * Urgency high, fixes a serious bug.
  * Fix post install dspam-webfrontend (Closes: #469668)
  * When $MYSQL_HOST is empty or starting with a / assume socket communication
    otherwise tcp communication (Closes: #466992)
  * Fix apache2 config to get authentication working with the example
    (Closes: #425542)
  * Fix typo sqlite -> sqlite3 (Closes: #400917)
  * Run dspam as user and fix ownership of directory /var/run/dspam
    (Closes: #385760)
  * Remove symlink added by postinst of dspam-webfrontend. (Lenny
    recommendation) (Closes: #455052)
  * Add patch to fix cssclean and csscompress to work when /tmp is on another
    partition. (Closes: #438605)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Sun, 09 Mar 2008 13:55:15 +0100

dspam (3.6.8-7) unstable; urgency=low

  [Kurt B. Kaiser]
  * Add policy-compliant copyright notice in debian/copyright
  * Cleanup manpages: remove 'n3' typos; fix unescaped minus signs.
  * Remove obsolete Suggests: from dspam-webfrontend, make it Priority: extra.
  * ldap_init result was implicitly converted to pointer. (Closes: #463362)
  * libdspam7-drv-mysql: cron should use defaults-file. (Closes: #467437)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Thu, 28 Feb 2008 15:47:08 -0500

dspam (3.6.8-6) unstable; urgency=low

  [Kurt B. Kaiser]
  * Acknowledge NMU. Thanks Adrian Friedli.  (Closes: #448519)
  * dspamc should be setgid. (Closes: #449530, Closes: #461133)
  * Daemon crashes sometimes, can't determine user. (Closes: #385353)
  * Don't ignore make clean error in rules. (Closes: #461134)
  * Move to Standards Version 3.7.3.
  * libdspam7-dev should be Section: libdevel.
  * Switch from ${Source-Version} to ${binary:Version} in control file.
  * Remove postgresql-dev, no longer in archive. (Closes: #429967)
  * Add XS-DM-Upload-Allowed field to control file.
  * Eliminate a bashism from libdspam7-drv-mysql.cron.daily (Closes: #461137)
  * dspam-init: create directory for PIDFILE, if it does not exist.
    (Closes: #461135)
  * Eliminate postgresql-client-8.1 dependency. (Closes: #419312)
  * Move from db4.2 to db4.5 build dependency. (Closes: #421944)
  * dspam-init: Remove 'S' from Default-Stop (Lintian).
  * Remove unused dirs from libdspam7-drv-db4, libdspam7-dev,
    and dspam-webfrontend (Lintian).

  [ Matthijs Mohlmann ]
  * Fix lintian warnings.
  * Fix manpages which had a missing NAME section.
  * Remove overrides for mysql and pgsql, not needed anymore.

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Sat, 26 Jan 2008 13:03:18 +0100

dspam (3.6.8-5.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Giving the password in libdspam7-drv-mysql cronjob in a file instead of
    the command line. CVE-2007-6418[0] (Closes: #448519)

 -- Adrian Friedli <adi@koalatux.ch>  Sun, 13 Jan 2008 14:59:25 +0100

dspam (3.6.8-5) unstable; urgency=high

  [Kurt B. Kaiser]
  * dspam-webfrontend needed a dependency on dspam to assure user 'dspam'
    exists before configuration. (Closes: #349591)
  * Move user 'dspam' creation to libdspam7.postinst to avoid having
    libdspam7-drv-{mysql,pgsql} similarly error out due to missing user.

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Sun, 24 Dec 2006 10:21:38 +0100

dspam (3.6.8-4) unstable; urgency=low

  [ Matthijs Mohlmann ]
  * Fix purging of libdspam7-drv-{pg|my}sql. (Closes: #392716)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Thu, 19 Oct 2006 23:49:34 +0300

dspam (3.6.8-3) unstable; urgency=low

  [ Matthijs Mohlmann ]
  * Acknowlegde NMU. Thanks Steinar H. Gunderson.
    (Closes: #389538, #388225, #388226)
  * Update package descriptions. Neural networking was experimental is now
    removed from the upstream sources.
  * It's a security risk to remove a user on purge of the package. So don't
    remove it.
  * Update update-dspam.conf ServerPID parameter, pidfile is now in
    /var/run/dspam.

  [ Jesus Climent ]
  * Check for the existance of ucf before executing it on purge time.
  * Use the defined MySQL host option in the config file to connect to an
    non-local MySQL database server (Closes: #388140).

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Sat, 14 Oct 2006 16:31:49 +0200

dspam (3.6.8-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Make config and postrm scripts run with only essential packages
    installed.
  * Check for availability of dbconfig-common scripts and ucf in
    libdspam7-drv-mysql.config and .postrm. (Closes: #388225)
  * Same for libdspam7-drv-pgsql. (Closes: #388226)

 -- Steinar H. Gunderson <sesse@debian.org>  Tue, 26 Sep 2006 12:18:33 +0200

dspam (3.6.8-2) unstable; urgency=low

  [ Debian DSPAM Maintainers ]
  * Polish the manpages a bit.
  * Updated fsf address.
  * Updated lintian override for postgresql driver.

  [ Daniel Kahn Gillmor ]
  * added doc/relay.txt to dspam-doc.  Thanks to Micah Anderson
    (Closes: #381253)
  * added patches/fix-tag-class.dpatch (Closes: #381395)
  * added manpage for cssconvert.

  [ Matthijs Mohlmann ]
  * added auto-config.h and pref.h to libdspam7-dev. (Closes: #380138)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Sun,  6 Aug 2006 10:50:44 -0400

dspam (3.6.8-1) unstable; urgency=low

  * New upstream release.
    + dspam_admin's "delete preference" sub-command causes infinite loop
      (Closes: #369862)
  * Drop patch ldap-verify-fix incorporated upstream.
  * Drop patch fix-delivery-segv incorporated upstream.
  * Updated patch make-daemon-quiet.
  * debian/copyright: Added small preamble in the file.

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Mon, 19 Jun 2006 13:54:14 +0000

dspam (3.6.6-2) unstable; urgency=low

  * Update add-config-dir patch: patch from Daniel Kahn Gillmor
    - it passes arguments as config_t** instead of config_t* around.
    - read only *.conf files instead of all files. (Closes: #369414)
  * Add a patch that adds a virus notification to the log. Patch from
    Julien Valrof (Closes: #369434)
  * Dspam segfaults when DeliveryHost is unset, added patch from
    Daniel Kahn Gillmor to fix this. (Closes: #369421)
  * The QuarantaineMailbox option does not work properly if the user is domain
    qualified. Added patch from Daniel Kahn Gillmor. (Closes: #369432)
  * Clean up minor warnings in dspam. Patch from Daniel Kahn Gillmor
    (Closes: #369426)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Mon, 29 May 2006 22:31:36 +0200

dspam (3.6.6-1) unstable; urgency=low

  * New upstream release. (Closes: #361249)
  * Include dspam_train and the manpage into the dspam package
    (Closes: #366464)
  * Added --list-missing to dh_install, to see if there are files that are not
    placed in an install directory.
  * Removed obsolete patch configure-ac, upstream fixed the typo.
  * Updated patch dspam-webfrontend-config-debian. (default config for debian)
  * Updated patch update-dspam.conf (default config for debian)
  * Updated Standards-Version to 3.7.2.0
  * Make dspam_clean a bit more quiet. (Closes: #368822)
  * Fix improper quotation in the pgsql backend. (Closes: #369179)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Sun, 28 May 2006 13:16:41 +0200

dspam (3.6.4-4) unstable; urgency=low

  * Remove previous fix for #359944 this introduced two grave bugs.
    (Closes: #364005, #361384)
  * Change dependency on libgd-gd2-perl with the -noxpm package, so that
    no not needed packages get installed (Closes: #365666).

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Tue,  1 May 2006 12:43:00 +0200

dspam (3.6.4-3) unstable; urgency=low

  * Small changes in daily crontab. (Closes: #356874)
  * Recommend clamav-daemon, instead of clamav. (Closes: #356899)
  * Don't do apache configuration for dspam-webfrontend. (Closes: #356835)
  * Swap totals in the User Statistics web frontend. (Closes: #357094)
  * Added cron.daily purge script for mysql. (Closes: #357100)
  * Modified dspam crontab to also purge entries from a db4 database.
  * Added patch to remove hardcoded 'yourdomain.com'. Thanks to
    Martijn Pieters. (Closes: #357273)
  * Don't try to configure the mysql / postgresql backend on an unattended
    install. (Closes: #359944)
  * Change procmail dependency to sensible-mda. (Closes: #358681)
  * Removed manpage libdspam from the dspam package (Closes: #360923)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Wed,  5 Apr 2006 18:33:43 +0200

dspam (3.6.4-2) unstable; urgency=low

  * Updated dependency of libmysqlclient to 15-dev (Closes: #354218).
  * Copy paste fault in configure.ac which causes sqlite3 backend not linked
    with -lsqlite3 (Closes: #355095)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Sat, 11 Mar 2006 14:22:47 +0100

dspam (3.6.4-1) experimental; urgency=low

  * New upstream release.
  * Fix path to purge-3.sql in libdspam7-drv-sqlite3 (Closes: #347168)
  * Move hash backend into dspam. This solves a lot of problems around
    installing several other backends.
  * Suggests libdspam7-drv instead of depending on it. (Closes: #349591)
  * Improved the cron.daily for the hash backend (It now checks if dspam is
    running with the hash backend)
  * Improved add-config-dir patch to prevent a segfault. (Closes: #347852)
  * Add a free() call to fix a memleak.
  * Move dspam init script from 20 to 21. It doesn't handle reconnects of the
    several databases. (Closes: #353977)
  * Removed patch dspam-extpref-plain. Upstream has fixed it.
  * Updated patch manpage-in-right-section.
  * Applied patch to README.Debian from Jamie L. Penman-Smithson
    (Closes: #352105)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Sat, 18 Feb 2006 21:55:58 +0100

dspam (3.6.2-2) experimental; urgency=low

  * Add patch to fix ldap_verify bug
  * Add autogen.sh patch to conform Steve Langasek 's mail to
    debian-devel-announce@..
  * Updated link-dynamically patch to link all tools dynamically to libdspam7
  * Updated debian/rules to call ./autogen.sh
  * Fixed path in mysql.conf (mysqld/mysqld.sock instead of mysql/mysqld.sock)
  * MySQL and PostgreSQL sql files needs to be a file not a directory with
    files
  * Daemon is in usr/bin (Closes: #345588)
  * When starting as daemon and no pidfile was given the pidfile isn't
    created. Added a patch that fixes this problem
  * Added a patch to background dspam when issued with --daemon
  * Updated init script to give a TERM on stop instead of a HUP which is
    actually a reload of the configuration file.
  * Updated the permission problems in /etc/dspam/dspam.d
  * Updated the dspam.conf and Trust user dspam. (Otherwise it isn't possible
    to train messages in the web interface)
  * Make dspam easier to backport to Sarge
  * Added dependency libgd-graph3d-perl to dspam-webfrontend (Closes: #346032)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Thu,  5 Jan 2006 01:26:33 +0100

dspam (3.6.2-1) experimental; urgency=low

  * Initial release. (Closes: #195948)

 -- Debian DSPAM Maintainers <pkg-dspam-misc@lists.alioth.debian.org>  Wed, 30 Nov 2005 09:31:06 +0100
