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:   mef
Date:           Wed Nov  9 13:43:32 UTC 2016

Modified Files:
        pkgsrc/net/p5-Net-FTPSSL: Makefile distinfo

Log Message:
Updated net/p5-Net-FTPSSL to 0.35
---------------------------------
0.35 2016/11/03 08:30:00
  - Minor POD updates.
  - Added catastrophic failure protection to _croak_or_return() by adding
    local $SIG{PIPE} = "IGNORE"; before connection termination logic.  Limits
    the scope to just this one code block.

0.34 2016/07/27 08:30:00
  - BEHAVIOR CHANGE - Added fix_supported() as a way to make corrections to
    supported().  Editing the returned hash reference of _help() no longer
    works!  This new method does both additions & removals.
  - BEHAVIOUR CHANGE - Modified _mfmt() & _mdtm() to be able to handle localtime
    vs gmtime based on changes to how PreserveTimestamp work.  As an alternate
    way, the behavior can be overriden by a new $local_flag option.  The
    default behavior is still GMT time.  See the POD for a description of how
    PreserveTimestamp now works.
  - Made POD clarification & other comment updates.
  - Increased TRACE_MOD from 5 to 10 blocks.
  - Added BEGIN block to detect if IPv6 support is possible.  It does this by
    asking IO::Socket::SSL instead of reinventing the wheel.
  - Moved the generation of the Debug log header info for CPAN support to BEGIN
    as well so that this info gets centralized instead of repeated.
  - Added Domain/Family as a new option for choosing IPv4 vs IPv6.
  - Added OverrideHELP => -1 option to use FEAT instead, when HELP is broken!
  - Updated quot() to recognize that MLSD also requires a data channel.
    Also improved the disable HELP logic used here.
  - Broke up _feat() into _feat() & feat().  Also added feat() to the POD.
    Done since under some circumstances the feature list can be dynamic!
    Also changed logic on how to tell if OPTS is supported or not.
    Finally drops HELP from the list of FEAT commands returned if OverrideHELP
    was used.
  - Rewrote _help() to make it less confusing.  Adding OverrideHELP=>-1 made it
    clear it was too messy to support ongoing.  Much more understandable now.
    Also made it more reliable to get the list of site commands supported.
  - Fixed PreserveTimestamp bug in transfer() & xtransfer().
  - Added new option xWait for use by xput() & xtransfer().  Some servers won't
    honor the rename of the scratch file to it's final name without instituting
    a delay.  So this option allows you to specify one.
  - README - Added more notes about turning on/off SSL logging.  Newer
    versions allow for dynamic turning on/off.  Also updated comments on the
    naming of the trace logs.
  - t/10-complex.t - Changes to the main test script!
    * Now uses fix_supported() in it's is_file() tests since these test cases
      hit some lies told by some servers!
    * Fixed so it's main logs are named after this test program like the other
      test cases do.
    * Added new test to verify if the MDTM command correctly uses GMT time
      instead of local time.  (Assumes MFMT will use the same time zone!) Did
      this test early enough so that the last connection used the correct
      PreserveTimestamp settings for tests depending on it!
    * Added xWait of 1 second to deal with problem FTP/S servers that require
      a wait for the xput & xtransfer tests to work.
  - t/05-readonly.t - Renamed 05-simple to 05-readonly to more acurately
    describe the types of tests this test script does!  Updated in MANIFEST &
    README as well.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/p5-Net-FTPSSL/Makefile
cvs rdiff -u -r1.6 -r1.7 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.17 pkgsrc/net/p5-Net-FTPSSL/Makefile:1.18
--- pkgsrc/net/p5-Net-FTPSSL/Makefile:1.17      Mon Aug  1 12:47:49 2016
+++ pkgsrc/net/p5-Net-FTPSSL/Makefile   Wed Nov  9 13:43:32 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2016/08/01 12:47:49 mef Exp $
+# $NetBSD: Makefile,v 1.18 2016/11/09 13:43:32 mef Exp $
 #
 
-DISTNAME=              Net-FTPSSL-0.33
+DISTNAME=              Net-FTPSSL-0.35
 PKGNAME=               p5-${DISTNAME}
 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.6 pkgsrc/net/p5-Net-FTPSSL/distinfo:1.7
--- pkgsrc/net/p5-Net-FTPSSL/distinfo:1.6       Mon Aug  1 12:47:49 2016
+++ pkgsrc/net/p5-Net-FTPSSL/distinfo   Wed Nov  9 13:43:32 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/08/01 12:47:49 mef Exp $
+$NetBSD: distinfo,v 1.7 2016/11/09 13:43:32 mef Exp $
 
-SHA1 (Net-FTPSSL-0.33.tar.gz) = 824719c6e1755a537060783e9824a75866b7f935
-RMD160 (Net-FTPSSL-0.33.tar.gz) = f3d183d6574b6af727925f76af498619d88776a7
-SHA512 (Net-FTPSSL-0.33.tar.gz) = b610c7b2868f8a238225c4e523aadf79f10c580f6ff9d221234c306947d3502f1a1092ef76d13e9ba3081a5d3ccd7a4a76e2f80e63f5b995368348784b42711b
-Size (Net-FTPSSL-0.33.tar.gz) = 96687 bytes
+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



Home | Main Index | Thread Index | Old Index