Commit graph

273039 commits

Author SHA1 Message Date
prlw1
acdf664a29 py-libxml2: in nodeWrap deal with name is None case
Should fix gtk-doc build with itstool 2.0.4:

Error: Could not merge translations:
'NoneType' object is not subscriptable
2017-11-08 22:51:54 +00:00
leot
5772bea8a4 redland: Fix installation if gtk-doc package is already installed
By default redland is configured with `--disable-gtk-doc'. However,
despite that it will checks several `gtkdoc-*' tools anyway ending
in an failure during the installation phase because only a couple
of them are available.

Add a kludge via CONFIGURE_ENV to avoid picking up gtkdoc-* tools.

Pointed out by <oster>, thanks!
2017-11-08 22:38:28 +00:00
wiz
ab34ed172c doc: Updated meta-pkgs/netbsd-www to 1.10 2017-11-08 22:23:01 +00:00
wiz
3ff6872580 netbsd-www: Parts of the web site need fig2dev, depend on it.
Bump version.
2017-11-08 22:22:53 +00:00
wiz
8b2614c518 doc: Updated www/p5-libwww to 6.29 2017-11-08 21:47:57 +00:00
wiz
9a41053d03 p5-libwww: update to 6.29.
6.29      2017-11-06
    - Fix some version numbers

6.28      2017-11-06
    - Remove last use of Geopt::Std (Sergey Remanov) (GH #267)
    - Include unmatched connect error in status string (Patrik Lundin) (GH #269)
    - Fix insecure open FILEHANDLE,EXPR (Takumi Akiyama) (GH #270)
2017-11-08 21:47:47 +00:00
wiz
a9b13d6e71 doc: Updated www/p5-URI-db to 0.18 2017-11-08 21:44:50 +00:00
wiz
2398d9f354 p5-URI-db: update to 0.18.
0.18  2017-11-03T15:01:43Z
      - Added URI::redshift to support db:redshift: URIs, thanks to a pull
        request from Steve Caldwell (PR #12).
      - Added URI::exasol, thanks to Johan Wärlander.
2017-11-08 21:44:38 +00:00
wiz
8b4e9d12c5 doc: Updated www/p5-Mojolicious to 7.55 2017-11-08 21:43:41 +00:00
wiz
4aeb2f0004 p5-Mojolicious: update to 7.55.
7.55  2017-11-06
  - Added -role flag to Mojo::Base. (jberger)
  - Improved tablify function in Mojo::Util to work with non-rectangular arrays.
    (CandyAngel, jabberwok)
  - Improved Windows compatibility of Mojo::Server::Daemon.

7.54  2017-11-05
  - Fixed a bug in Mojo::Promise where promise chains could not recover from
    rejections.

7.53  2017-11-04
  - Added module Mojo::Promise.
  - Improved Mojo::IOLoop::Delay to be a subclass of Mojo::Promise.

7.52  2017-11-02
  - Added delete_p, get_p, head_p, options_p, patch_p, post_p, put_p and start_p
    methods to Mojo::UserAgent.

7.51  2017-10-31
  - Added -signatures flag to Mojo::Base and Mojolicious::Lite.
  - Added support for new HTTP status code.
  - Improved ojo to enable subroutine signatures automatically on Perl 5.20+.

7.50  2017-10-30
  - Deprecated error and finish events in Mojo::IOLoop::Delay. Since there is no
    good way to warn our users about this deprecation, it will be in effect
    until the next major release. Where we will also change the base class from
    Mojo::EventEmitter to Mojo::Base.
  - Improved documentation browser with links to MetaCPAN.

7.49  2017-10-28
  - Deprecated Mojo::IOLoop::Delay::data and Mojo::IOLoop::Delay::remaining.
  - Added Promises/A+ support. Note that Mojo::IOLoop::Delay previously
    inherited a catch method from Mojo::EventEmitter that was passed the error
    message as second argument instead of the first, so you might have to change
      $delay->catch(sub { my ($delay, $error) = @_; ... });
    to
      $delay->catch(sub { my ($error) = @_; ... });
  - Added all, catch, finally, race and then methods to Mojo::IOLoop::Delay.
  - Updated jQuery to version 3.2.1.
2017-11-08 21:43:32 +00:00
wiz
7aaa03e8c2 doc: Updated www/p5-HTTP-Server-Simple-Static to 0.14 2017-11-08 21:40:55 +00:00
wiz
e069327e2d p5-HTTP-Server-Simple-Static: update to 0.14.
0.14  Sat, 28 Oct 2017 14:53:00 +0100

        - Further improvements to the path handling to fix a bug with
          specifying the base directory using a relative path. Closes:
          https://rt.cpan.org/Public/Bug/Display.html?id=123428
2017-11-08 21:40:46 +00:00
wiz
cfa1204be0 doc: Updated www/p5-CGI to 4.37 2017-11-08 21:39:54 +00:00
wiz
86d1b4f305 p5-CGI: update to 4.37.
4.37 2017-11-01

    [ FIX ]
    - Fix incorrect quoting of ? in ->url (GH #112, GH #222, with
      thanks to Reuben Thomas)
2017-11-08 21:39:45 +00:00
wiz
3dee37b798 doc: Added devel/p5-Devel-Caller-IgnoreNamespaces version 1.1 2017-11-08 21:35:56 +00:00
wiz
f6f486f4c2 devel/Makefile: + p5-Devel-Caller-IgnoreNamespaces 2017-11-08 21:35:46 +00:00
wiz
f82ff1720e devel/p5-Devel-Caller-IgnoreNamespaces: import p5-Devel-Caller-IgnoreNamespaces-1.1
Make available a magic caller() which can ignore namespaces that
you tell it about.
2017-11-08 21:35:32 +00:00
wiz
15603fd2b1 doc: Updated time/p5-DateTime-TimeZone to 2.15 2017-11-08 21:21:09 +00:00
wiz
3f1f7c6c2c p5-DateTime-TimeZone: update to 2.15.
2.15    2017-11-04

- Make the local zone lookup code handle the case where /usr/share/zoneinfo is
  a symlink, as it apparently is on recent versions of macOS (10.13). Fixed by
  Tom Wyant. GH #22 and #23.


2.14    2017-10-28


- This release is based on version 2017c of the Olson database. This release
  includes contemporary changes for Fiji, Namibia, Northern Cyprus, Sudan,
  Tonga, and Turks & Caicos.
2017-11-08 21:21:00 +00:00
wiz
3f2086a84f doc: Updated time/p5-DateTime-Locale to 1.17 2017-11-08 21:20:17 +00:00
wiz
3136be87d4 p5-DateTime-Locale: update to 1.17.
1.17     2017-11-04

- Rebuilt all locale data with CLDR 32, released on 2017-11-01.
2017-11-08 21:20:08 +00:00
wiz
7081b1a88a doc: Updated textproc/p5-YAML to 1.24 2017-11-08 21:17:41 +00:00
wiz
fd6cb18ae6 p5-YAML: update to 1.24.
1.24 Mon Oct 30 20:31:53 CET 2017
 - Fix $LoadCode (PR#180, PR#181, PR#182 by @mohawk2++)
2017-11-08 21:17:32 +00:00
wiz
f462254815 doc: Updated textproc/p5-XML-Atom-SimpleFeed to 0.902 2017-11-08 21:16:41 +00:00
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