pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/34415: [update] textproc/p5-String-ShellQuote
>Number: 34415
>Category: pkg
>Synopsis: [update] textproc/p5-String-ShellQuote
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Aug 30 11:25:06 +0000 2006
>Originator: Martin Wilke
>Release: NetBSD 4.0_BETA i386
>Organization:
>Environment:
System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX
>Description:
- Update to 1.03
-Changelog
- Add shell-quote script.
1.02
- Allow qw(! % + , : @ ^) to appear without being quoted. (This was
in 1.01, but I forgot to mention it.)
1.01
- Have shell_quote() croak if the string can't be encoded
(currently, if it contains NULs).
- Add shell_quote_best_effort() which will return what it can
instead.
>How-To-Repeat:
>Fix:
--- p5-String-ShellQuote.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-String-ShellQuote/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile 6 Aug 2005 06:19:32 -0000 1.9
+++ Makefile 30 Aug 2006 09:56:22 -0000
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.9 2005/08/06 06:19:32 jlam Exp $
-DISTNAME= String-ShellQuote-1.00
-PKGNAME= p5-String-ShellQuote-1.00
-PKGREVISION= 2
+DISTNAME= String-ShellQuote-1.03
+PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-String-ShellQuote/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 24 Feb 2005 14:48:45 -0000 1.2
+++ distinfo 30 Aug 2006 09:56:38 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 14:48:45 agc Exp $
-SHA1 (String-ShellQuote-1.00.tar.gz) = 9e180ac0c85dd8d295d39e196a686c9348afc4fd
-RMD160 (String-ShellQuote-1.00.tar.gz) =
c4a9e94a594f914833b58e27ee8167940a866ebb
-Size (String-ShellQuote-1.00.tar.gz) = 2634 bytes
+SHA1 (String-ShellQuote-1.03.tar.gz) = c13a0f05ca3798059cc5209ee4b61ec6d3b91746
+RMD160 (String-ShellQuote-1.03.tar.gz) =
25c8d9f09a7238fccf4fc18fc2aa241d81d763f3
+Size (String-ShellQuote-1.03.tar.gz) = 6471 bytes
--- p5-String-ShellQuote.diff ends here ---
Home |
Main Index |
Thread Index |
Old Index