Commit graph

273115 commits

Author SHA1 Message Date
wiz
fe60c1dd55 p5-XML-Atom-SimpleFeed: update to 0.902.
0.902 Thu 02 Nov 2017
	- Proper packaging (mea máxima culpa)
	- No code changes

0.901 Wed 01 Nov 2017
	- Support for Time::Date objects in date constructs
2017-11-08 21:16:32 +00:00
wiz
f709905f61 doc: Updated textproc/p5-Text-CSV_XS to 1.34 2017-11-08 21:15:59 +00:00
wiz
36b43e5368 p5-Text-CSV_XS: update to 1.34.
1.34	- 2017-11-05, H.Merijn Brand
    * Bad arg for formula (like "craok") will now die with error 1500
    * Row report in formula reporting was off by 1
    * Add a prominent section about BOM handling
    * Make sheet label more portable (csv2xlsx)
    * Allow munge => \%hash
    * Preserve first row in csv (set_column_names => 0)
2017-11-08 21:15:50 +00:00
wiz
bf13d0045b doc: Updated textproc/p5-Syntax-Highlight-Engine-Kate to 0.12 2017-11-08 21:13:24 +00:00
wiz
df189848a3 p5-Syntax-Highlight-Engine-Kate: update to 0.12.
0.12  2017-10-26 MANWAR
      - Added META.yml back to MANIFEST file.

0.11  2017-10-26 MANWAR
      - [2017-10-26]: Tidied up .gitignore, Changes and MANIFEST file.
      - [2017-10-26]: Merge pull request #15 from kiwiroy/rt-76160
      - [2017-01-02]: Merge pull request #14 from manwar/fix-cpants-issues
      - [2016-10-04]: Merge pull request #13 from pauloscustodio/pscust_1
      - [2015-10-18]: Merge pull request #12 from nichtich/master
2017-11-08 21:13:11 +00:00
wiz
b9c3d23a0e doc: Updated textproc/p5-Lingua-EN-Inflect to 1.903 2017-11-08 21:10:09 +00:00
wiz
49c11fcee8 p5-Lingua-EN-Inflect: update to 1.903.
1.903  Mon Oct 30 11:44:44 2017

    - Various bugs in documentation code debugged
      (Thanks, Kornel!)
2017-11-08 21:09:59 +00:00
wiz
18095c60b4 doc: Updated security/p5-Net-SSLeay to 1.82 2017-11-08 21:08:57 +00:00
wiz
ceb650d278 p5-Net-SSLeay: update to 1.82.
1.82 2017-10-31
	Added support for building under Linuxbrew (a linuxbrew version of MacOS Homebrew)
	Patch from Matthew Altus, that implements SSL_CTX_set_psk_client_callback() and SSL_set_psk_client_callback().
	Patch to build with LibreSSL has no support for NPN
	Also skip the NPN test if the SSL library is LibreSSL.
	Fixed a problem with a variable declaration in ssleay_session_secret_cb_invoke reported by Graham Ollis.
	Significant patch set from Open System Consultants:
	- Bugfix: tlsext_status_cb_invoke(...): free ocsp_response only when allocated.
 	- The same callback is used on a server side for OCSP stapling and in that
  	 case ocsp_response is NULL and not used.
	 - New feature: Added a binding SSL_set_session_ticket_ext_cb(ssl,callback,data)
	 - A callback used by EAP-FAST/EAP-TEAT to parse and process TLS session ticket.
	 - Tests are in t/local/65_ticket_sharing_2.t
	 - New feature: Added a binding SSL_set_session_ticket_ext(ssl,ticket)
	 - Used by EAP-FAST/EAP-TEAP to define TLS session ticket value.
	 - Tests are in t/local/65_ticket_sharing_2.t
	 - Bugfix: tlsext_ticket_key_cb_invoke(...): allow SHA256 HMAC key to be 32 bytes
	 instead of 16 bytes (which OpenSSL will pad with zeros up to 32 bytes).
	 - New feature: Added following bindings:
	 - X509_get_ex_data(cert,idx)
	 - X509_get_ex_new_index(argl,argp,new_func,dup_funL,free_func)
	 - X509_get_app_data(cert)
	 - X509_set_ex_data(cert,idx,data)
	 - X509_set_app_data(cert,arg)
	 - X509_STORE_CTX_get_ex_new_index(argl,argp,new_func,dup_func,free_func)
	 - X509_STORE_CTX_get_app_data(x509_store_ctx)
	 - X509_STORE_CTX_set_app_data(x509_store_ctx,arg)
	 - New feature: Added an implementation for SSL_get_finished(ssl,buf,count=2*EVP_MAX_MD_SIZE)
	 - Tests are in t/local/43_misc_functions.t
	 - New feature: Added an implementation for SSL_get_peer_finished(ssl,buf,count=2*EVP_MAX_MD_SIZE)
	 - Tests are in t/local/43_misc_functions.t
	 - Bugfix: SSL_get_keyblock_size(s): Calculate key block size correctly also with AEAD ciphers
	 which don’t use digest functions.
	 - New feature: Added a binding SSL_set_tlsext_status_ocsp_resp(ssl,staple)
	 - Used by a server side to include OCSP staple in ServerHello.
	 - Bugfix: SSL_OCSP_response_verify(ssl,rsp,svreq,flags): check that chain and last are not NULL
	 before trying to use them.
	 - Bugfix: inc/Module/Install/PRIVATE/Net/SSLeay.pm: Don’t quote include and lib paths.
2017-11-08 21:08:48 +00:00
wiz
82f347a69e doc: Updated security/p5-IO-Socket-SSL to 2.052 2017-11-08 21:07:41 +00:00
wiz
9330a0b877 p5-IO-Socket-SSL: update to 2.052.
2.052 2017/10/22
- disable NPN support if LibreSSL>=2.6.1 is detected since they've replaced the
  functions with dummies instead of removing NPN completly or setting
  OPENSSL_NO_NEXTPROTONEG
- t/01loadmodule.t shows more output helpful in debugging problems
- update fingerprints for extenal tests
- update documentation to make behavior of syswrite more clear
2017-11-08 21:07:32 +00:00
wiz
ddf3487222 doc: Updated security/p5-Digest-SHA3 to 1.01 2017-11-08 21:04:30 +00:00
wiz
fa1dc4bc14 p5-Digest-SHA3: update to 1.01.
1.01  Sun Oct 22 16:04:22 MST 2017
	- added optional $lsb argument for add_bits() method
		-- many public vectors in least-significant-bit format
			-- using $lsb flag results in simpler test code
	- further minor optimizations in add_bits() and tests
2017-11-08 21:04:21 +00:00
wiz
3969f91c94 doc: Updated net/p5-SNMP-Info to 3.38 2017-11-08 21:03:52 +00:00
wiz
fb4e147784 p5-SNMP-Info: update to 3.38.
version 3.38 (2017-10-23)

  [ENHANCEMENTS]

  * Layer2::Airespace several newer 802.11 data rates added

  [BUG FIXES]

  * #232 Improve generic Info::Layer3 serial number detection
2017-11-08 21:03:43 +00:00
wiz
ead482f33c doc: Updated net/p5-Net-FTPSSL to 0.39 2017-11-08 20:58:38 +00:00
wiz
a01c058cc0 p5-Net-FTPSSL: update to 0.39.
0.39 2017/10/23 08:30:00
  - Updated the LISCENSE file to 2017 (from 2015)
  - Changed default from TLS v1.0 to TLS v1.2 and rearranged the POD a bit.
  - Started depreciating useSSL.  Now prints out warning if used!  Warning
    says to use option "SSL_version" instead.
2017-11-08 20:58:28 +00:00
wiz
9010c29213 doc: Updated net/p5-Net-DNS-Resolver-Mock to 1.20171031 2017-11-08 20:57:30 +00:00
wiz
3cee15bab7 p5-Net-DNS-Resolver-Mock: update to 1.20171031.
Changes not found.
2017-11-08 20:57:21 +00:00
wiz
04abe45d14 doc: Updated finance/p5-Finance-Quote to 1.44 2017-11-08 20:55:58 +00:00
wiz
d361f1a2cd p5-Finance-Quote: update to 1.44.
1.44      2017-11-07 21:57:57+01:00 Europe/Brussels
        * Added currencies for .SA (Brazil) and .TO (Canada/Toronto) markets
        * Setup a pause of .7s between queries in AlphaVantage.pm to limit queries

1.43      2017-11-06 23:41:47+01:00 Europe/Brussels
        * Added currency for .DE market
        * BUGFIX in currency determination regex

1.42      2017-11-06 19:04:25+01:00 Europe/Brussels
        * more tests in alphavantage.t
        * BUG resolved: removed time from $last_refresh when markets are open

1.41      2017-11-06 16:06:41+01:00 Europe/Brussels
        * return symbol for AlphaVantage data

1.39
        * added AlphaVantage module (Matthew Patterson)
        * some other module changes: yahoojson, Morningstar, Bourso, TSX (not working)
2017-11-08 20:55:49 +00:00
wiz
28f7087079 doc: Updated editors/p5-PPIx-EditorTools to 0.20 2017-11-08 20:54:28 +00:00
wiz
2b40a063af p5-PPIx-EditorTools: update to 0.20.
0.20 2017-10-22
  - POD fixes.
  - maintainership passes to Yanick.
  - remove unused variables.

  [ STATISTICS ]
    - code churn: 18 files changed, 172 insertions(+), 204 deletions(-)
2017-11-08 20:54:20 +00:00
wiz
829e68629b doc: Updated devel/p5-indirect to 0.38 2017-11-08 20:52:03 +00:00
wiz
bc34132863 p5-indirect: update to 0.38.
0.38    2017-11-04 15:40 UTC
        + Fix : [RT #123374] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.
2017-11-08 20:51:53 +00:00
wiz
8ee45e7b70 doc: Updated devel/p5-autovivification to 0.18 2017-11-08 20:50:27 +00:00
wiz
1ea99e01e1 p5-autovivification: update to 0.18.
0.18    2017-11-04 15:30 UTC
        + Fix : [RT #123411] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.
        + Fix : [RT #122956] : strict/warn flags seem to simply do nothing
                The documentation has been amended to clarify how these two
                options are supposed to be used.
                Thanks Christian Walde for reporting.
2017-11-08 20:50:16 +00:00
wiz
11bbfd8846 doc: Updated devel/p5-Variable-Magic to 0.62 2017-11-08 20:49:26 +00:00
wiz
8bdb04e842 p5-Variable-Magic: update to 0.62.
0.62    2017-11-04 16:35 UTC
        + Fix : [RT #123314] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.
2017-11-08 20:49:17 +00:00
wiz
352a266853 doc: Updated devel/p5-Test2-Suite to 0.000083 2017-11-08 20:48:13 +00:00
wiz
b9575b8f27 p5-Test2-Suite: update to 0.000083.
0.000083  2017-10-25 08:12:18-07:00 America/Los_Angeles

    - Mark a float ests TODO until the PR author can fix it
2017-11-08 20:48:04 +00:00
wiz
f3a39788c2 doc: Updated devel/p5-Test-Kwalitee to 1.27 2017-11-08 20:46:56 +00:00
wiz
e586a32dde p5-Test-Kwalitee: update to 1.27.
1.27      2017-11-05 18:45:40Z
    - make taint test TODO when version.pm is not current (see RT#118087)
2017-11-08 20:46:46 +00:00
wiz
f85f818d7c doc: Updated devel/p5-Specio to 0.42 2017-11-08 20:43:34 +00:00
wiz
3ec7be6cd9 p5-Specio: update to 0.42.
0.42     2017-11-04

- The Perl library claimed it provided types named LaxVersionStr and
  StrictVersionStr but they were really named LaxVersion and
  StrictVersion. The names have now been fixed to match the documentation, so
  they are LaxVersionStr and StrictVersionStr.


0.41     2017-11-04

- Fixed checks for whether a class is loaded in light of upcoming optimization
  in Perl 5.28. Fixed by Sprout (GH #12).
2017-11-08 20:43:24 +00:00
wiz
5567e76dea doc: Updated devel/p5-Software-License to 0.103.013 2017-11-08 20:42:08 +00:00
wiz
1ede002c45 p5-Software-License: update to 0.103.013.
0.103013  2017-10-27 17:45:23+02:00 Europe/Amsterdam
        - guess_license_from_pod() now knows about Software::License::CC0_1_0
        - Enable "v" as a version word
        - Improve FreeBSD (2-Clause) phrases.
        - Added EUPL v1.1 and v1.2
2017-11-08 20:41:58 +00:00
wiz
f0d51a5287 doc: Updated devel/p5-Shell-Config-Generate to 0.31 2017-11-08 20:39:36 +00:00
wiz
fd4a3fcfab p5-Shell-Config-Generate: update to 0.31.
0.31      2017-10-25 11:10:03 -0400
  - Production release identical to 0.30_01

0.30_01   2017-09-08 15:08:18 -0400
  - You can now pass a string name of the shell
    to generate and generate_file
2017-11-08 20:39:26 +00:00
wiz
1448c70be5 doc: Updated devel/p5-Scope-Upper to 0.30 2017-11-08 20:37:14 +00:00
wiz
543cd49f7c p5-Scope-Upper: update to 0.30.
0.30    2017-11-04 15:55 UTC
        + Fix : [RT #123481] : Compatibility with CV-in-stash optimisation
                Thanks Father Chrysostomos for reporting and contributing a
                patch.
2017-11-08 20:37:05 +00:00
wiz
1965f2b066 doc: Updated devel/p5-Role-Tiny to 2.000006 2017-11-08 20:35:58 +00:00
wiz
86fdd90b0b p5-Role-Tiny: update to 2.000006.
2.000006 - 2017-11-08
  - account for code references stored directly in stash (for perl 5.28)
  - work around hint leakage when loading modules in perl 5.8 and 5.10.1
2017-11-08 20:35:48 +00:00
wiz
9fce93486c doc: Updated devel/p5-PPIx-Regexp to 0.053 2017-11-08 20:33:54 +00:00
wiz
a2885dd264 p5-PPIx-Regexp: update to 0.053.
0.053		2017-10-30	T. R. Wyant
    Recognize \px as Unicode char class. At least, when the x is C, L,
    M, N, P, S or Z.

    The 'parse' argument to new() is now deprecated.
2017-11-08 20:33:41 +00:00
wiz
61c967758d doc: Updated devel/p5-Module-Build-XSUtil to 0.18 2017-11-08 20:31:57 +00:00
wiz
afbab62b16 p5-Module-Build-XSUtil: update to 0.18.
0.18 2017-11-01T18:22:27Z
    - Remove Module::Build::Tiny from deps

0.17 2017-10-31T13:00:43Z
    - Support pure-perl build
2017-11-08 20:31:48 +00:00
wiz
812429eb96 doc: Added devel/p5-Cwd-Guard version 0.05 2017-11-08 20:28:13 +00:00
wiz
5060a7682c devel/Makefile: + p5-Cwd-Guard. 2017-11-08 20:27:58 +00:00
wiz
5ee9189b8c devel/p5-Cwd-Guard: import p5-Cwd-Guard-0.05
Temporary changing working directory.
2017-11-08 20:27:38 +00:00