Control: tags -1 + moreinfo

On Sat, 2020-05-16 at 22:39 +0200, Pierre-Elliott Bécue wrote:
> Policyd rate limit in buster is RC-buggy due to a bug described
> here[0].
> Minor release 1.0.1 fixes the issue, and, consequently, I uploaded it
> in unstable minutes ago.
> 
> I prepared a debdiff for Buster. Note that the upstream release is
> 1.0.1.1 because upstream released signing with an inappropriate GPG
> key.

+policyd-rate-limit (1.0.1.1-1+deb10u1) buster; urgency=medium

The version needs to be lower than the package in unstable, so 1.0.1.1-
1~deb10u1

-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 11),

As a general note, that's not particularly great for a stable update,
even though it's effectively a no-op (because it's not part of
resolving the issues). As part of a backport I wouldn't request not
including it though.

-                raise ValueError("connection closed")
+                raise PolicydConnectionClosed()
[...]
-        except Exception as error:
+        except PolicydConnectionClosed:
+            if config.debug:
+                sys.stderr.write("Connection closed\n")

Does anything rely on the specific strings being output here?

Regards,

Adam

Reply via email to