policyd-rate-limit (1.0.1.1-2.1+deb12u1) bookworm; urgency=medium

  * patches/yaml-load: Fix startup with newer python3-yaml (Closes: #1022034)

 -- Samuel Thibault <sthibault@debian.org>  Thu, 03 Apr 2025 18:51:13 +0200

policyd-rate-limit (1.0.1.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <biebl@debian.org>  Sat, 15 Oct 2022 12:37:22 +0200

policyd-rate-limit (1.0.1.1-2) unstable; urgency=low

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- Sandro Tosi <morph@debian.org>  Wed, 15 Sep 2021 22:59:51 -0400

policyd-rate-limit (1.0.1.1-1) unstable; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Pierre-Elliott Bécue ]
  * New upstream release 1.0.1.1
    - Fixes issues in accounting due to socket reuse (Closes: #960792)
    - Fixes undeclared variable issue
  * Updated upstream's signing key
  * Bump debhelper-compat to 13
  * Bump Standards-Version to 4.5.0
  * Set Pre-Depends: ${misc:Pre-Depends} as skip-systemd-native is used in
    postinst file

 -- Pierre-Elliott Bécue <peb@debian.org>  Sat, 16 May 2020 20:09:51 +0200

policyd-rate-limit (1.0.0-1) unstable; urgency=medium

  * Team upload
  * Release to unstable

 -- Pierre-Elliott Bécue <peb@debian.org>  Tue, 11 Dec 2018 09:57:37 +0100

policyd-rate-limit (1.0.0-1~exp+1) experimental; urgency=medium

  * Team upload

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/control: Remove ancient X-Python3-Version field

  [ Pierre-Elliott Bécue ]
  * New upstream 1.0.0
    + Fixed:
      - typos
      - Add 1 missing char to the rapport table width
      - Disable pip cache then installing with make install
      - Fix a db deadlock when running the script with --cleanup
      - In case of error during a read from postfix, display the whole traceback
      - Handles socket reuse by postfix
        This was causing delay in mail delivery as postfix had to detect the
        connection was closed. This was taking about 1s by recipient in a mail
        and could dramatically slow mail delivery.
    + Added
      - Add possibility to limit by sender e-mail address as requested in
      - Allow one to send reports to multiple email addresses.
  * d/control:
    - Raise dependency level on debhelper from 9 to 11
    - Bump Standards-Version to 4.2.1
  * d/compat: bump to 11
  * d/watch: bump version to 4

 -- Pierre-Elliott Bécue <peb@debian.org>  Sat, 24 Nov 2018 22:49:17 +0100

policyd-rate-limit (0.7.1-1) unstable; urgency=medium

  * New upstream release
    - Add possibility to overide limits by ids
    - Deal with possible unavailable database backend
    - Only count in limit if the protocol states is RCTP
    - Fix random error "dictionary changed size during iteration" on exit
    - Add unit tests (can only be run from the tar archive or once installed
      as policyd-rate-limit instances are launch during testing)

 -- Valentin Samir <valentin.samir@crans.org>  Fri, 09 Sep 2016 11:37:12 +0200

policyd-rate-limit (0.6.2-1) unstable; urgency=medium

  * New upstream release
    - Yaml tuples are python list:
      + For smtp server address and credentials accept lists
      + For SOCKET convert list to tuple when found
    - Replace the parameter limited_netword by limited_networks
      (typo in the name)
    - Add stacklevel to config warnings causing the warning to refer to
      config.setup()

 -- Valentin Samir <valentin.samir@crans.org>  Tue, 16 Aug 2016 19:13:25 +0200

policyd-rate-limit (0.6.1-1) unstable; urgency=medium

  [ Scott Kitterman ]
  * Use python3-docutils vice python-docutils for build-depends since
    everything else is python3

  [ Valentin Samir ]
  * New upstream release
    - Migrate configuration to a yaml file.
    - Continue running if asking for the value of a config param and we fail to
      drop privileges. This fix postinst failing to create the system user.
    - If not config file found fallback to default config

 -- Valentin Samir <valentin.samir@crans.org>  Thu, 04 Aug 2016 10:56:57 -0400

policyd-rate-limit (0.5.1-1) unstable; urgency=low

  * Initial release. (Closes: #831456)
  * Disable the usage of upstream init scripts (patch ignore-init-service.patch)
    and use policyd-rate-limit.service and policyd-rate-limit.init instead.
    They are identical to the upstream ones except for /usr/local/bin/ replaced
    by /usr/bin/. It also let dh_installdeb automatically setup symbolic links
    in rc* in postinst and postrm.

 -- Valentin Samir <valentin.samir@crans.org>  Thu, 28 Jul 2016 19:00:00 +0200