Bug#926268: Discontinued upstream

2019-04-16 Thread Werner Detter
this is nothing new :) Upstream is discontinued since I took over the
package years ago, we took care to fix bugs and implemented things
where needed.

policyd-weight is still used but usage decreases. I'd suggest to leave
the package meanwhile and remove it after usage has significantly
dropped (and users switched to other software e.g. postscreen)

Cheers,
Werner


Am 02.04.19 um 20:49 schrieb Dominique Fournier:
> Package: policyd-weight
> Version: 0.1.15.2-12
> 
> Hi
> 
> The upstream site www.policyd-weight.org says this software is
> discontinued.
> 
> It will reject users mails as some RBL defined in it are now closed and
> provide wrong state.
> 
> As this, I suggests to remove the package from Debian.
> 
> Dom



Bug#927195: -t not on man page

2019-04-16 Thread 積丹尼 Dan Jacobson
X-Debbugs-Cc: dia...@skoll.ca
Package: pppoe
Version: 3.12-1.2
File: /usr/share/man/man8/pppoe.8.gz

# pppoe --help 2>&1 | grep -- -t
   -t timeout -- Initial timeout for discovery packets in seconds

# man pppoe | col -b | grep -c -- ' -t'
0
# man pppoe | col -b | grep -c -- ' -T'
2

-t missing from man page.



Bug#926958: VU#871675: Authentication bypass in EAP-PWD

2019-04-16 Thread Salvatore Bonaccorso
Control: retitle -1 freeradius: VU#871675: Authentication bypass in EAP-PWD 
(CVE-2019-11234 CVE-2019-11235)

Hi

There are two CVEs assigned for freeradius related to VU#871675.

Cf. https://bugzilla.redhat.com/show_bug.cgi?id=1695783 and
https://bugzilla.redhat.com/show_bug.cgi?id=1695748 for details.

Regards,
Salvatore



Bug#926631: Error HTTP 403 on several deb packages through apt-cacher-ng

2019-04-16 Thread Julian Andres Klode
Control: reassign -1 apt-cacher-ng

On Tue, Apr 16, 2019 at 07:30:56AM +0200, Eduard Bloch wrote:
> reassign 926631 apt
> thanks
> 
> Hallo,
> * Dan Rozinsky [Mon, Apr 08 2019, 12:22:53PM]:
> >Get:29 [29]http://archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64
> 
> >1.7.3.2-2ubuntu2 [342 kB]
> >Fetched 20.2 MB in 9s (2357 kB/s)
> >E: Failed to fetch
> >
> > [30]http://dl.bintray.com/rabbitmq/debian/pool/rabbitmq-server/rabbitmq-server_3.6.16-1_all.deb
> >  
> >403  Forbidden [IP: apt-cacher-server 3142]
> >E: Unable to fetch some archives, maybe run apt-get update or try with
> >--fix-missing?
> >and in the /var/log/apt-cacher-ng/apt-cacher.log on the proxy server:
> >
> > 1554714723|I|7322905|apt-cacher-client|[31]archive.ubuntu.com/ubuntu/pool/main/e/erlang/erlang-base_20.2.2+dfsg-1ubuntu2_amd64.deb
> 
> What are those numbers? Why does your HTTP client send them as part of the 
> Host header?

Well, you inserted them there, they are not in the bug report.

> 
> This looks more like a bug report for your client, Ubuntu APT?
> 
> >
> > 1554714723|O|7322917|apt-cacher-client|[32]archive.ubuntu.com/ubuntu/pool/main/e/erlang/erlang-base_20.2.2+dfsg-1ubuntu2_amd64.deb
> >
> > 1554714724|I|724718|apt-cacher-client|[33]archive.ubuntu.com/ubuntu/pool/main/e/erlang/erlang-asn1_20.2.2+dfsg-1ubuntu2_amd64.deb
> 
> Yep, pretty sure that string was added to the hostname. Client bug!

Following above, and given that erlang-base was successfully fetched, I 
disagree with your
assessment.

-- 
debian developer - deb.li/jak | jak-linux.org - free software dev
ubuntu core developer  i speak de, en



Bug#927193: Broken pppoe documentation link

2019-04-16 Thread 積丹尼 Dan Jacobson
Package: ppp
Version: 2.4.7-2+4.1
Severity: minor
File: /usr/share/doc/ppp/README.pppoe

Change
http://www.roaringpenguin.com/pppoe to
https://dianne.skoll.ca/projects/rp-pppoe/



Bug#927194: /etc/init.d/alsa-utils sleeps at store_levels()

2019-04-16 Thread Serge Belyshev
Package: alsa-utils
Version: 1.1.8-2
Tags: patch

/etc/init.d/alsa-utils initscript contains an unnecessary "sleep 1" at
store_levels(), delaying shutdown by one second when using sysvinit.

Proposed fix:

diff --git a/debian/init b/debian/init
index e6a6e92..403c17f 100755
--- a/debian/init
+++ b/debian/init
@@ -79,7 +79,6 @@ store_levels()
CARD="$1"
[ "$1" = all ] && CARD=""
if MSG="$(alsactl -E HOME="$ALSACTLHOME" store $CARD 2>&1)" ; then
-   sleep 1
return 0
else
log_action_cont_msg "warning: 'alsactl store${CARD:+ $CARD}' 
failed with error message '$MSG'"



<    1   2   3