Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
Hi, I have asked the security team whether we could piggyback a fix for Bug#776080 on the upcoming DSA for Asterisk. They are fine with it as long as a stable release manager acks it. The patch will be this one https://anonscm.debian.org/cgit/pkg-voip/asterisk.git/commit/?h=jessie&id=9f8ffeafcb27ecf602bd2c937c11391f50f166a7 (also attached). Please don't mind the jessie branch in git, it does not reflect the changes that will be in the security upload. You may just close the bug with ACK or NACK. In the first case I will include the fix into the debdiff sent to the security team, in the second case I won't and might come back for the next point release. Thanks, Bernhard
>From 9f8ffeafcb27ecf602bd2c937c11391f50f166a7 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen <tzaf...@debian.org> Date: Fri, 30 Jan 2015 00:05:28 +0200 Subject: Add a placeholder conf in manager.c (#776080) Our custom manager.conf was invalid as there was no manager.d/*.conf . As of roughly 1.6.0 Asterisk started considering includes of non-existing files as configuration error rather than ignoring them. --- debian/ast_config/manager.d/README.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 debian/ast_config/manager.d/README.conf diff --git a/debian/ast_config/manager.d/README.conf b/debian/ast_config/manager.d/README.conf new file mode 100644 index 0000000..a8173aa --- /dev/null +++ b/debian/ast_config/manager.d/README.conf @@ -0,0 +1,3 @@ +; Empty placeholder by the Debian packaging. +; You can add manager users by dropping files with a .conf extension in +; this directory. -- cgit v0.12