Commit graph

324812 commits

Author SHA1 Message Date
wiz
77c38f3b5f p5-Sub-HandlesVia: update to 0.014.
Fix dependencies.

0.014	2020-08-25

 [ Bug Fixes ]
 - Fix compilation errors caused by value coercions under some
   circumstances.
2020-09-07 10:05:14 +00:00
wiz
21fcdbeb99 doc: Updated devel/p5-String-Util to 1.31 2020-09-07 09:56:12 +00:00
wiz
07cc7d1b8d p5-String-Util: update to 1.31.
1.31  2020-07-27 10:28:07 PDT

	- Deprecate randcrypt() as it's not secure in 2020

	- Add file_get_contents()

	- Make trim() unicode friendly

1.30  2020-07-23 14:29:05 PDT

	- Ownership transferred to Scott Baker

	- Removed undocumented function: spacepad()

	- Added a new sanitize() function

	- Deprecated some older functions: crunch(), fullchomp(), define(), and cellfill()
2020-09-07 09:56:04 +00:00
wiz
68ce4db6dd doc: Updated devel/p5-Search-Elasticsearch to 6.81 2020-09-07 09:53:59 +00:00
wiz
13fcf6b813 p5-Search-Elasticsearch: update to 6.81.
6.81    2020-06-26
        * Fixed Async and NetCurl tests
        * Added if_seq_no and if_primary_term in bulk params
        * Added include_type_name in indices.exists API
2020-09-07 09:53:51 +00:00
wiz
6e38edf3ef doc: Updated devel/p5-Perl-Tidy to 20200822 2020-09-07 09:50:56 +00:00
wiz
673298e61e p5-Perl-Tidy: update to 20200822.
## 2020 08 22

    - Fix RT #133166, encoding not set for -st.  Also reported as RT #133171
      and git #35.

      This is a significant bug in version 20200616 which can corrupt data if
      perltidy is run as a filter on encoded text.
**Please upgrade**

    - Fix issue RT #133161, perltidy -html was not working on pod

    - Fix issue git #33, allow control of space after '->'

    - Vertical alignment has been improved. Numerous minor issues have
      been fixed.

    - Formatting with the -lp option is improved.

    - Fixed issue git #32, misparse of bare 'ref' in ternary

    - When --assert-tidy is used and triggers an error, the first difference
      between input and output files is shown in the error output. This is
      a partial response to issue git #30.

## 2020 06 19

    - Added support for Switch::Plain syntax, issue git #31.

    - Fixed minor problem where trailing 'unless' clauses were not
      getting vertically aligned.

    - Added a parameter --logical-padding or -lop to allow logical padding
      to be turned off.  Requested by git #29. This flag is on by default.
      The man pages have examples.

    - Added a parameter -kpit=n to control spaces inside of parens following
      certain keywords, requested in git#26. This flag is off by default.

    - Added fix for git#25, improve vertical alignment for long lists with
      varying numbers of items per line.

    - calls to the module Perl::Tidy can now capture any output produced
      by a debug flag or one of the 'tee' flags through the new 'debugfile' and
      'teefile' call parameters.  These output streams are rarely used but
      they are now treated the same as any 'logfile' stream.

    - add option --break-at-old-semicolon-breakpoints', -bos, requested
      in RT#131644.  This flag will keep lines beginning with a semicolon.

    - Added --use-unicode-gcstring to control use of Unicode::GCString for
      evaluating character widths of encoded data.  The default is
      not to use this (--nouse-unicode-gcstring). If this flag is set,
      perltidy will look for Unicode::GCString and, if found, will use it
      to evaluate character display widths.  This can improve displayed
      vertical alignment for files with wide characters.  It is a nice
      feature but it is off by default to avoid conflicting formatting
      when there are multiple developers.  Perltidy installation does not
      require Unicode::GCString, so users wanting to use this feature need
      set this flag and also to install Unicode::GCString separately.

    - Added --character-encoding=guess or -guess to have perltidy guess
      if a file (or other input stream) is encoded as -utf8 or some
      other single-byte encoding. This is useful when processing a mixture
      of file types, such as utf8 and latin-1.

      Please Note: The default encoding has been set to be 'guess'
      instead of 'none'. This seems like the best default, since
      it allows perltidy work properly with both
      utf8 files and older latin-1 files.  The guess mode uses Encode::Guess,
      which is included in standard perl distributions, and only tries to
      guess if a file is utf8 or not, never any other encoding.  If the guess is
      utf8, and if the file successfully decodes as utf8, then it the encoding
      is assumed to be utf8.  Otherwise, no encoding is assumed.
      If you do not want to use this new default guess mode, or have a
      problem with it, you can set --character-encoding=none (the previous
      default) or --character-encoding=utf8 (if you deal with utf8 files).

    - Specific encodings of input files other than utf8 may now be given, for
      example --character-encoding=euc-jp.

    - Fix for git#22, Preserve function signature on a single line. An
      unwanted line break was being introduced when a closing signature paren
      followed a closing do brace.

    - Fix RT#132059, the -dac parameter was not working and caused an error exit

    - When -utf8 is used, any error output is encoded as utf8

    - Fix for git#19, adjust line break around an 'xor'

    - Fix for git#18, added warning for missing comma before unknown bare word.
2020-09-07 09:50:47 +00:00
wiz
980ec6a61b doc: Updated devel/p5-Path-Dispatcher to 1.08 2020-09-07 09:49:41 +00:00
wiz
59e363ca9e p5-Path-Dispatcher: update to 1.08.
1.08      2020-07-12 02:40:52Z
        - add abstracts to modules that were missing them (RT#132909)
        - add MooX::TypeTiny for optimized type checks

1.07      2020-02-29 20:55:07Z
        - Switch from Any::Moose to Moo and Types::Standard
        based on PRs from chresomanci and hashbangperl
2020-09-07 09:49:33 +00:00
wiz
e065300ee1 doc: Updated devel/p5-PPIx-Regexp to 0.073 2020-09-07 09:45:24 +00:00
wiz
5a4241923c p5-PPIx-Regexp: update to 0.073.
0.073		2020-07-28	T. R. Wyant
    Remove prototypes from testing subroutines defined in t/*.t.

0.072		2020-05-20	T. R. Wyant
    Drop dependency on List::MoreUtils.  Thanks to Graham Ollis
    (plicease) for bringing the issues with this module to my attention.
2020-09-07 09:45:15 +00:00
wiz
840393a87e doc: Updated devel/p5-POE to 1.368 2020-09-07 09:43:51 +00:00
wiz
b0f50ba8cc p5-POE: update to 1.368.
commit 0f954072fe361ad48861202c43aec3c0b5129e4a
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Feb 1 16:22:28 2020 +0000

    Version bump for release.

  commit b9971dfd392ac3098ef3bfaf6e1fbce2fcb48b01
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Sat Feb 1 12:40:44 2020 +0000

    Fix leolo-filter-httpd test when HTTP::Status is missing

  commit 209890407b501a86ee322b07e9170ad8054c7bf1
  Author: Michael Brantley <brantley@deshaw.com>
  Date:   Tue Feb 20 07:12:06 2018 -0500

    Update broken Pod links in lib/POE/Filter/HTTPD.pm

    Update Pod links to refer only to the utf8 module and not its
    methods, fix a mis-capitalized internal reference, and convert the
    dangling "MaxContent" link into a code reference.

    Resolves bug: https://rt.cpan.org/Public/Bug/Display.html?id=124496

  commit 1d088d3755f770397a27852f95925564d4c3f134
  Author: Michael Brantley <brantley@deshaw.com>
  Date:   Tue Feb 20 07:07:22 2018 -0500

    Update old URLs referenced in Pod

    Remove mention of old URLs, replace mention of canonical SVN repo
    with the new git-based one at github.com.

    Resolves bug: https://rt.cpan.org/Public/Bug/Display.html?id=124495

  commit 92c2cfb55ae87ecdb4a89ad5fac65315052a3d15
  Author: Mohammad S Anwar <mohammad.anwar@yahoo.com>
  Date:   Fri Jul 20 18:22:44 2018 +0100

    Fixed minor typo in the pod.

  commit cf5b772fa54e0cda0e447c33ce351f1e6c074d42
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Tue Oct 29 10:09:52 2019 +0000

    Corrected previous commit as per tonyc's suggestion

  commit ad8639840383ea1b166ff0090afabc954dffba27
  Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
  Date:   Fri Oct 25 15:21:25 2019 +0100

    RT#130664 test failures with v5.31.5

    As per perldelta entry for v5.31.5

    https://metacpan.org/pod/release/SHAY/perl-5.31.5/pod/perldelta.pod#I
    ncompatible-Changes

  commit 1c0dccd41b8fc1fd2bbfd4ea6a0e94255cd747fc
  Author: Rocco Caputo <rcaputo@cpan.org>
  Date:   Mon Feb 29 17:54:58 2016 -0500

    Modernize the SYNOPSIS by replacing perl -w with "use warnings".

    Thanks, mauke @ irc.perl.org #perl!
2020-09-07 09:43:42 +00:00
wiz
cffdebd525 doc: Updated devel/p5-MooseX-MethodAttributes to 0.32 2020-09-07 09:41:08 +00:00
wiz
635d6e1797 p5-MooseX-MethodAttributes: update to 0.32.
0.32      2020-08-30 01:32:08Z
 - no longer using MooseX::Types internally
2020-09-07 09:40:56 +00:00
wiz
1018961b44 doc: Updated devel/p5-Moose to 2.2013 2020-09-07 09:38:14 +00:00
wiz
9325237d55 p5-Moose: update to 2.2013.
2.2013   2020-07-21

  [DOCUMENTATION]

  - improved some documentation wording in Moose and Class::MOP::Class
    (PR#162; thanks Tom Hukins!)

  [OTHER]

  - updated bundled ExtUtils::HasCompiler, for msys2 support (RT#133022)
2020-09-07 09:38:05 +00:00
wiz
b5660dc49a doc: Updated devel/p5-MooX-TypeTiny to 0.002003 2020-09-07 09:35:29 +00:00
wiz
99f4f3f83d p5-MooX-TypeTiny: update to 0.002003.
0.002003 - 2020-04-29
  - fix compatibility issues with perl 5.8

0.002002 - 2020-04-25
  - fix applying method generator role multiple times, leading to C3 errors

0.002001 - 2020-04-25
  - add test for use with namespace::clean

0.002_000 - 2020-04-14
  - use new Type::Tiny API for inlining which should be slightly faster
  - delay generating constructors, to allow easier use of namespace::clean
    (RT#128291)
  - prevent coercions from evaluating defaults multiple times (RT#132268)
2020-09-07 09:35:21 +00:00
wiz
0fa4faa601 doc: Updated devel/p5-Module-Starter to 1.770 2020-09-07 09:33:55 +00:00
wiz
1319c3cdf4 p5-Module-Starter: update to 1.770.
1.77      2020-09-05 17:20:43 EDT
        * Replace usage of ExtUtils::Command with File::Path
        * Clean up test file shebangs and remove pointless -T
        * GH#76: Remove references to AnnoCPAN from default module templates
        * GH#72: Convert distribution tooling to Dist::Zilla
2020-09-07 09:33:46 +00:00
wiz
2f136a0d43 doc: Updated devel/p5-Module-ScanDeps to 1.29 2020-09-07 09:32:50 +00:00
adam
7440d1377d Updated databases/openldap, databases/py-ldap3 2020-09-07 09:32:13 +00:00
wiz
fb8bfcadc3 p5-Module-ScanDeps: update to 1.29.
1.28  2020-08-06

- placate cperl ("Attempt to change hash while iterating over it.")

- make _find_encoding() more robust
2020-09-07 09:32:09 +00:00
wiz
c7c40b377d doc: Updated devel/p5-Module-Install-RTx to 0.42 2020-09-07 09:31:30 +00:00
wiz
09f2f7f02c p5-Module-Install-RTx: update to 0.42.
0.42 2020-07-15
 - Make rt_too_new warn instead to not block installation
 - Notify user if the extension is already cored
 - Stand out warnings/errors by using red color

0.41 2020-04-16
 - Search /opt/rt5 for RT.pm
2020-09-07 09:31:22 +00:00
adam
ca137ebd3c py-ldap3: updated to 2.8.1
2.8.1:
- fixed regression in 2.8 for members returned in AD auto-range search
- fixed regression in 2.8 for attribute error in restartable class
- try to use Crypto library if present for hashing NTLM password on python interpreter missing the MD4 OpenSSL algorithm
2020-09-07 09:31:12 +00:00
adam
9a79471e41 openldap: updated to 2.4.52
OpenLDAP 2.4.52 (2020/08/28)
	Added libldap LDAP_OPT_X_TLS_REQUIRE_SAN option
	Added libldap OpenSSL support for multiple EECDH curves
	Added slapd OpenSSL support for multiple EECDH curves
	Fixed librewrite malloc/free corruption
	Fixed libldap hang when using UDP and server down
	Fixed slapd syncrepl rare deadlock due to network issues
	Fixed slapd syncrepl regression that could trigger an assert
	Fixed slapd-mdb index error with collapsed range
2020-09-07 09:28:37 +00:00
wiz
9c26d33220 doc: Updated devel/p5-MetaCPAN-Client to 2.028000 2020-09-07 09:25:41 +00:00
mef
efc124f29c (sysutils/webmin) cvs rm -f patches/patch-a[ehi], and regen distinfo 2020-09-07 08:38:25 +00:00
schmonz
78c145b84a go115/pkg/${GO_PLATFORM}/crypto/x509/internal/macos.a gets built and
installed on macOS, so put it in PLIST.Darwin. bsiegert@ ok
2020-09-07 08:15:42 +00:00
schmonz
46f678f96a Fix build on macOS, from Kurt Schreiner on pkgsrc-users@. 2020-09-07 07:58:11 +00:00
wiz
c34cf5faf7 p5-MetaCPAN-Client: update to 2.028000.
2.028000    24.8.20
            * Support specific versions in download_url (Nicolas R (atoomic), GH#107)

2.027000    11.8.20
            * Run Travis tests with more Perls (Olaf Alders, GH#102)
2020-09-07 07:05:04 +00:00
wiz
56a8d3f664 doc: Updated devel/p5-Make to 2.002 2020-09-07 07:02:44 +00:00
wiz
d183575605 p5-Make: update to 2.002.
2.002 2020-08-17
- get_target renamed to correct "has_target"

2.001 2020-08-16
- fix Changes formatting
- also FSFunctionMap implements virtual filesystem
- tidyup and extra release prompted by CPAN Day

2.000 2020-08-15
- works on Win32 including on "Perl in space", in GNU make compatible style
- variable expansion now similar (though not yet identical) to GNU make
- vpaths implemented
- immutable objects simplify code
- extensible functions interface
2020-09-07 07:02:36 +00:00
wiz
b11cb39146 doc: Updated devel/p5-Log-Log4perl to 1.51 2020-09-07 07:01:55 +00:00
wiz
975bcb04f1 p5-Log-Log4perl: update to 1.51.
1.51 2020-09-05
- test improvements removing race conditions
- minimum Perl 5.6

1.50 2020-07-22
   *    (ms) Fix for slow unlinking on Windows test - thanks @zhiyuan-lin
   *    (ms) [rt.cpan.org #121346] Gabor Kanizsai reported a regression
             with empty messages logged via syswrite(). Fixed with test
             case.
2020-09-07 07:01:46 +00:00
wiz
31741d1d4c doc: Updated devel/p5-Log-Handler to 0.90 2020-09-07 07:00:14 +00:00
wiz
65f6334c9a p5-Log-Handler: update to 0.90.
0.90    Released at 2020-07-12.
        - Fixed call of Sys::Hostname::hostname.
2020-09-07 07:00:05 +00:00
wiz
3280eb78fd doc: Updated devel/p5-Log-Dispatchouli to 2.022 2020-09-07 06:59:02 +00:00
wiz
d78a89526f p5-Log-Dispatchouli: update to 2.022.
2.022     2020-08-24 13:50:15-04:00 America/New_York
        - don't duplicate pid in syslog!

2.021     2020-08-12 11:48:57-04:00 America/New_York
        - add another experimental means to replace how Syslog output is set up

2.020     2020-02-06 13:45:44-05:00 America/New_York (TRIAL RELEASE)
        - add stdio_dispatcher_class, so you can subclass the Screen dispatcher
          for stderr and stdio; this is experimental!
2020-09-07 06:58:53 +00:00
wiz
f3fda0fa01 doc: Updated devel/p5-Log-Dispatch-Perl to 0.05 2020-09-07 06:58:17 +00:00
wiz
36741edfda p5-Log-Dispatch-Perl: update to 0.05.
0.05      2020-05-17 22:51:31Z
        - release back to cpan, with updated distribution tooling
2020-09-07 06:58:09 +00:00
wiz
66c33eac21 doc: Updated devel/p5-Log-Dispatch to 2.70 2020-09-07 06:57:33 +00:00
wiz
d74ea125f8 p5-Log-Dispatch: update to 2.70.
2.70     2020-07-20

- Make locking test wait longer before giving up. Some filesystems (like NFS)
  can be quite slow to lock files. Fixed by Joelle Maslak. GH #61.
2020-09-07 06:57:24 +00:00
wiz
50a3c54af3 doc: Updated devel/p5-List-AllUtils to 0.18 2020-09-07 06:56:31 +00:00
wiz
f9b88d940b p5-List-AllUtils: update to 0.18.
0.18    2020-09-05

- Switched to GitHub Issues.


0.17    2020-09-05

- Fix pod formatting errors that hid some function documentation. Fixed by
  Olaf Alders. GH #10.
2020-09-07 06:56:23 +00:00
wiz
a7a97bdd53 doc: Updated devel/p5-Importer to 0.026 2020-09-07 06:55:54 +00:00
wiz
cbf2a043ed p5-Importer: update to 0.026.
0.026     2020-08-16 14:24:02-07:00 America/Los_Angeles

    - Work with strict on by default
2020-09-07 06:55:45 +00:00
wiz
fe68a734bd doc: Updated devel/p5-IPC-Run to 20200505.0 2020-09-07 06:54:38 +00:00