Skip Menu |

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

Report information
The Basics
Id: 96097
Status: resolved
Priority: 0/
Queue: Net-Statsd

People
Owner: Nobody in particular
Requestors: DDICK [...] cpan.org
Cc:
AdminCc:

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



Subject: PATCH: correct address for fsf
Hi, i am preparing Fedora/CentOS package for this package and according to https://fedoraproject.org/wiki/Common_Rpmlint_issues#incorrect-fsf-address i need to inform upstream that the address for fsf is incorrect. Patch to solve this is attached.
Subject: net_statsd_fsf_license.patch
diff -Naur old/LICENSE new/LICENSE --- old/LICENSE 2012-08-12 07:08:27.000000000 +1000 +++ new/LICENSE 2014-05-31 16:02:56.980765483 +1000 @@ -22,7 +22,7 @@ Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA + 51 Franklin Street, Fifth Floor Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
The incorrect LICENSE content comes from the Software::License distribution, by way of Dist::Zilla (dzil), the tool used to build the Net::Statsd distribution. As such, there is no LICENSE file in Net::Statsd, as you can see in the source code: https://github.com/cosimo/perl5-net-statsd/ The one you reported is definitely a bug, and I'm going to resolve it just by rebuilding a new version (0.09) which will include the updated address because I'm also using an updated Software::License module. Long story short, thanks!