Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Net-XMPP CPAN distribution.

Report information
The Basics
Id: 94649
Status: patched
Priority: 0/
Queue: Net-XMPP

People
Owner: Nobody in particular
Requestors: CARNIL [...] cpan.org
gregoa [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: use Digest::SHA instead of Digest::SHA1
Date: Fri, 13 May 2011 21:38:15 +0200
To: bug-Net-XMPP [...] rt.cpan.org
From: Salvatore Bonaccorso <carnil [...] cpan.org>
Hi Your module depends on Digest::SHA1. However Digest::SHA is part of the standard perl distribution since perl v5.9.3 so this reduces the number of external dependencies by one. Please consider changing use of Digest::SHA1 to use Digest::SHA. Thanks in advance, Bests Salvatore
Download signature.asc
application/pgp-signature 836b

Message body not shown because it is not plain text.

Subject: [PATCH] use Digest::SHA
Date: Fri, 11 Apr 2014 22:23:17 +0200
To: bug-net-xmpp [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
In Debian we are currently applying the attached patch to Net-XMPP. We thought you might be interested in it, too. (Digest::SHA is in perl core.) Description: use Digest::SHA instead of Digest::SHA1 Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=68181 Author: gregor herrmann <gregoa@debian.org> Last-Update: 2011-08-08 Thanks in advance, gregor herrmann, Debian Perl Group

Message body is not shown because sender requested not to inline it.

Gregor, Thanks again! This patch has been applied and will be included in 1.03. Darian On Fri Apr 11 16:23:32 2014, gregoa@debian.org wrote: Show quoted text
> In Debian we are currently applying the attached patch to Net-XMPP. > We thought you might be interested in it, too. > > (Digest::SHA is in perl core.) > > > Description: use Digest::SHA instead of Digest::SHA1 > Origin: vendor > Bug: https://rt.cpan.org/Ticket/Display.html?id=68181 > Author: gregor herrmann <gregoa@debian.org> > Last-Update: 2011-08-08 > > > Thanks in advance, > gregor herrmann, Debian Perl Group