File: changelog

package info (click to toggle)
policyd-rate-limit 1.0.1.1-0%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 336 kB
  • sloc: python: 1,186; sh: 149; makefile: 58
file content (98 lines) | stat: -rw-r--r-- 3,804 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
policyd-rate-limit (1.0.1.1-0+deb10u1) buster; urgency=medium

  * Team upload
  * 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

 -- Pierre-Elliott Bécue <peb@debian.org>  Mon, 18 May 2020 19:09:03 +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