pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-RSS Update to 1.31:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/802cbc4318c8
branches:  trunk
changeset: 534590:802cbc4318c8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 27 12:34:41 2007 +0000

description:
Update to 1.31:

1.31 - June 29, 2007
       - Fixed the save() function to handle perl-5.6.x (and possibly below)
         where the ":encoding(...)" filehandle are not available (Shlomi Fish)

1.30 - June 18, 2007
       - Same as 1.29_02 (from February 23, 2007)
       - Removed some methods that were not used.
       - Added more tests to increase the test coverage.
       - Fixed a bug where prefixes could be specified with invalid characters
         because there was a range (.-_) instead of three individual
         characters (.\-_).
       - Many files were left in the distribution or Subversion repository
         that were executable but need not be. Made them non-executable.
       - Clean up examples/ directory and move generated files out of t/
       - isPermaLink / guid fixes (RT#23983, Shlomi)
       - increased the test coverage of XML::RSS up to 100%. (Shlomif)
       - SECURITY BUG FIX: eliminated a markup injection vulnerability in the
         taxo:topics output of RSS 1.0. (Shlomif)
       - Moved the append function, which is unused and cannot be effectively
         used, out of the main module and into the rejects directory inside
         the repository (but outside the module). (Shlomif)
       - Added POD for full POD coverage. (Shlomif)
       - Several other bug fixes. (Shlomif)
       - Heavy refactoring of the code. (Shlomif)
       - perltidy configuration file; run perltidy on XML::RSS (and
         intentionally not on the tests) (ABH).
       - Removed the remaining tab characters. (Shlomif)
       - Fixed a bug in one of the tests. (Shlomif)
       - Converted the rendering processes of the various RSS versions to
         one class per RSS version and applied the "Convert Conditionals
         to Polymorphism" refactoring. (Shlomif)
       - Removed the languages hash which was completely unused. (Shlomif)
       - Converted the parsing routines to be methods of XML::RSS to increase
         modularity. XML::RSS no longer inherits from XML::Parser. (Shlomif)
       - Extracted several methods from the parsing stage. (Shlomif)
       - Added a regression test to
         https://rt.cpan.org/Ticket/Display.html?id=24742   (Shlomif)
       - Tweaked the Makefile.PL Test::Run integration according to:
         http://www.nntp.perl.org/group/perl.qa/2006/11/msg7400.html
         (Shlomif)

diffstat:

 textproc/p5-XML-RSS/Makefile |  4 ++--
 textproc/p5-XML-RSS/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r ce049731449f -r 802cbc4318c8 textproc/p5-XML-RSS/Makefile
--- a/textproc/p5-XML-RSS/Makefile      Sat Oct 27 12:31:34 2007 +0000
+++ b/textproc/p5-XML-RSS/Makefile      Sat Oct 27 12:34:41 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2007/02/18 03:14:19 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2007/10/27 12:34:41 wiz Exp $
 
-DISTNAME=      XML-RSS-1.22
+DISTNAME=      XML-RSS-1.31
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5xrs
 CATEGORIES=    textproc perl5
diff -r ce049731449f -r 802cbc4318c8 textproc/p5-XML-RSS/distinfo
--- a/textproc/p5-XML-RSS/distinfo      Sat Oct 27 12:31:34 2007 +0000
+++ b/textproc/p5-XML-RSS/distinfo      Sat Oct 27 12:34:41 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/02/18 03:14:19 wiz Exp $
+$NetBSD: distinfo,v 1.7 2007/10/27 12:34:41 wiz Exp $
 
-SHA1 (XML-RSS-1.22.tar.gz) = 62dd7408b3c7cb57b19e02cde1a0958682fc8a90
-RMD160 (XML-RSS-1.22.tar.gz) = aac14991ec1a72629cb3e3012047df33242b6aef
-Size (XML-RSS-1.22.tar.gz) = 77454 bytes
+SHA1 (XML-RSS-1.31.tar.gz) = f7472e79605268fbe48b3209f5040b64834df8c6
+RMD160 (XML-RSS-1.31.tar.gz) = b27f9f6064be51628af69cc11c56ad549ffd76b2
+Size (XML-RSS-1.31.tar.gz) = 86827 bytes



Home | Main Index | Thread Index | Old Index