pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-FTPSSL
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 17 20:36:23 UTC 2017
Modified Files:
pkgsrc/net/p5-Net-FTPSSL: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/p5-Net-FTPSSL/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/p5-Net-FTPSSL/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/p5-Net-FTPSSL/Makefile
diff -u pkgsrc/net/p5-Net-FTPSSL/Makefile:1.20 pkgsrc/net/p5-Net-FTPSSL/Makefile:1.21
--- pkgsrc/net/p5-Net-FTPSSL/Makefile:1.20 Sun Sep 3 08:36:58 2017
+++ pkgsrc/net/p5-Net-FTPSSL/Makefile Sun Sep 17 20:36:23 2017
@@ -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/}
Index: pkgsrc/net/p5-Net-FTPSSL/distinfo
diff -u pkgsrc/net/p5-Net-FTPSSL/distinfo:1.7 pkgsrc/net/p5-Net-FTPSSL/distinfo:1.8
--- pkgsrc/net/p5-Net-FTPSSL/distinfo:1.7 Wed Nov 9 13:43:32 2016
+++ pkgsrc/net/p5-Net-FTPSSL/distinfo Sun Sep 17 20:36:23 2017
@@ -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