pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-Net-FTPSSL p5-Net-FTPSSL: update to 0.38.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/395366f1da7c
branches:  trunk
changeset: 368703:395366f1da7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 17 20:36:23 2017 +0000

description:
p5-Net-FTPSSL: update to 0.38.

0.38 2017/03/30 08:30:00
  - Bug Id: 120802.  PreserveTimestamp bugs with _mfmt() & _mdtm().  I pulled
    the arguments off the stack in the wrong order.  Corrected this.
  - Added instructions on how to install this module in an alternate location
    to the README file.

0.37 2017/03/27 08:30:00
  - Found an issue with size() function when it gets the file size via "STAT".
    Found a server where "STAT" returned the results in a different format.
  - Removed duplicate setting of {help_cmds_no_syntax_available} key in _help().
  - Bug Id: 120623.  Missed the 2nd half of the ticket.  When Croak=>1 is turned
    on to not treat the failure of "SITE HELP" as a fatal error!

0.36 2017/03/20 08:30:00
  - Updated the copyright & version number.
  - Added additional module versions to the logs in BEGIN.
  - Bug Id: 120341.  Turns out the latest release of IO-Socket-SSL broke
    this module.  (v2.046 broken, v2.012 worked)  Looks like the start_SSL()
    call is removing my "_FTPSSL_arguments" hash entry.
  - Bug Id: 120623.  The OverrideHELP option had issues.  Shouldn't have called
    _feat() or _site_help() for =>1 or =>\@lst.  So removed in _help()!
  - Bug Id: 120621.  Request for a new feature of allowing objects that inherit
    from IO::Handle wherever it asks for a GLOB!  put/get/DebugLogFile/etc ...
    Implemented via new helper function _isa_glob().  Also updated POD.
  - Updated README section on using client certificates.
  - Updated t/20-certificate.t to use a callback & updated the %certificate
    hash.

diffstat:

 net/p5-Net-FTPSSL/Makefile |   6 ++----
 net/p5-Net-FTPSSL/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (30 lines):

diff -r d54178e944b9 -r 395366f1da7c net/p5-Net-FTPSSL/Makefile
--- a/net/p5-Net-FTPSSL/Makefile        Sun Sep 17 20:35:08 2017 +0000
+++ b/net/p5-Net-FTPSSL/Makefile        Sun Sep 17 20:36:23 2017 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2017/09/03 08:36:58 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.21 2017/09/17 20:36:23 wiz Exp $
 
-DISTNAME=              Net-FTPSSL-0.35
+DISTNAME=              Net-FTPSSL-0.38
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            net perl5 security
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
 
diff -r d54178e944b9 -r 395366f1da7c net/p5-Net-FTPSSL/distinfo
--- a/net/p5-Net-FTPSSL/distinfo        Sun Sep 17 20:35:08 2017 +0000
+++ b/net/p5-Net-FTPSSL/distinfo        Sun Sep 17 20:36:23 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/11/09 13:43:32 mef Exp $
+$NetBSD: distinfo,v 1.8 2017/09/17 20:36:23 wiz Exp $
 
-SHA1 (Net-FTPSSL-0.35.tar.gz) = 52f6f9794b82952c1d0c15a6d8e39682c6a9d2c2
-RMD160 (Net-FTPSSL-0.35.tar.gz) = a807d23448fccbc65d1bc833d07f66184256b208
-SHA512 (Net-FTPSSL-0.35.tar.gz) = 38e639463d9f0dd6c47f8f4d50342aff5e006aa23fb04ee06cf4a835e8626c512ccd1de7f39f6bd04f5ee8f3c213917fc10d73f48506f8a6c766fefdcb1010d4
-Size (Net-FTPSSL-0.35.tar.gz) = 105064 bytes
+SHA1 (Net-FTPSSL-0.38.tar.gz) = 089aa1d429eeb19fdd816c3937556b7a72cafc88
+RMD160 (Net-FTPSSL-0.38.tar.gz) = 598f1939112b3a9965c12e552e7c46199f50a439
+SHA512 (Net-FTPSSL-0.38.tar.gz) = 152e279820606a6d695ba1a9bf6103a932acefc0c6a4964a448d5a2aeeea2b6328c12d84b8f125e1b0c3251489c5afd6481010f8b4ae64604eaf20dacf039b73
+Size (Net-FTPSSL-0.38.tar.gz) = 107543 bytes



Home | Main Index | Thread Index | Old Index