Commit graph

322519 commits

Author SHA1 Message Date
wen
57936fd003 Updated devel/p5-Test-Warnings to 0.030 2020-07-23 11:34:23 +00:00
wen
9ff092fe45 Update to 0.030
Upstream changes:
0.030     2020-03-21 16:56:30Z
          - fix tests that can fail when there is already an installed module
            named Foo::Bar::Baz (RT#132140)

0.029     2020-03-14 05:27:59Z
          - new :report_warnings feature, for printing all of the (unexpected)
            warning content when had_no_warnings() is called (Tina Mueller, PR#10)
2020-07-23 11:33:25 +00:00
wen
e5582118c9 Updated mail/p5-Mail-AuthenticationResults to 1.20200331.1 2020-07-23 11:19:36 +00:00
wen
a5da5ef733 Update to 1.20200331.1
Upstream changes:
1.20200331.1 2020-03-31 03:31:13+00:00 UTC
        - Treat an undefined value as emptystring in search
2020-07-23 11:18:29 +00:00
wen
eddf5a86a7 Updated mail/p5-Mail-Transport to 3.005 2020-07-23 11:15:26 +00:00
wen
77a96eb94b Update to 3.005
Upstream changes:
version 3.005: Wed 22 Jul 10:40:05 CEST 2020

        Improvements:
        - warn to use ::SMTP, not ::SendMail on bulk messages.
        - much lower elapse time on ::SMTP (local?) delivery.

version 3.004: Fri  3 May 09:29:07 CEST 2019

        Improvements:
        - add imap/imap4
2020-07-23 11:14:41 +00:00
wen
9260628488 Updated textproc/p5-PPIx-QuoteLike to 0.011 2020-07-23 11:05:41 +00:00
wen
91a9eb0857 Update to 0.011
Upstream changes:
0.011           2020-03-31      T. R. Wyant
    Normalize interpolation before feeding to PPI. This produces a
    more-easily-analyzed PPI parse.

    The ->variables() method is now discouraged. It was written to support
    Perl::Critic::Policy::Variables::ProhibitUnusedVarsStricter, but turned
    out to be inadequate for the job.

    Deprecate new() argument postderef. At this stage it is only
    documented as deprecated. In the first release after October 1 2020
    it will warn on the first use. Eventually it will be retracted, and
    postfix dereferences will always be recognized. This is the default
    behavior now.

    Correct bracket matchers to accept multiple lines. This was, in some
    cases, causing interpolations to be misclassified as unknown tokens.

0.010           2020-03-09      T. R. Wyant
    Remove redundant and poorly-performing code introduced in version
    0.009.

0.009           2020-02-27      T. R. Wyant
    Add new() argument index_locations which causes locations to be
    indexed during the parse. This defaults based on whether a location
    argument was provided, and whether the string being parsed is a
    PPI::Element.

    Add method statement(), which returns the PPI statement containing
    the string element, or nothing if none.

    Add PPI::Element location methods, to wit: location(),
    column_number(), line_number(), logical_filename(),
    logical_line_number(), and visual_column_number().

    Add PPIx::QuoteLike::Utils::is_ppi_quotelike_element() which returns
    true if the argument is a PPI::Element of interest to us.

    All objects now have a variables() method inherited from
    PPIx::QuoteLike::Token. This method returns nothing unless
    overridden. It was added to eliminate $elem->can( 'variables' )
    ad-hocery.

    Eliminate redirections in POD URL links

0.008           2019-08-16      T. R. Wyant
    Fix broken POD links, and add test to ensure they stay fixed.
2020-07-23 11:02:12 +00:00
kleink
219f339b3c doc: Updated www/py-flask-sqlalchemy to 2.4.4 2020-07-23 09:35:44 +00:00
kleink
7f1a8810f6 py-flask-sqlalchemy: Update to 2.4.4.
Version 2.4.4
-------------

Released 2020-07-14

-   Change base class of meta mixins to ``type``. This fixes an issue
    caused by a regression in CPython 3.8.4. :issue:`852`
2020-07-23 09:35:16 +00:00
wen
dff9963d37 Updated www/p5-Plack-Middleware-RemoveRedundantBody to 0.09 2020-07-23 09:33:45 +00:00
wen
4b0fed1c98 Update to 0.09
Upstream changes:
0.09      2019-07-15 20:06:43+02:00 Europe/Amsterdam
    [Documentation]
    - Added dates to Changes (Robert Rothenberg)
    - Reformatted Changes to conform to contemporary specs.

    [Toolchain]
    - Update Changes through Dist::Zilla.

0.08      2019-07-14
    - Fixed response for 304 HTTP status code
    - Some tests for the 304 HTTP status code
    - Fixed versions
2020-07-23 09:32:37 +00:00
wen
0db2247922 Updated devel/p5-Perl-PrereqScanner-NotQuiteLite to 0.9911 2020-07-23 09:29:04 +00:00
wen
57b6acf22b Update to 0.9911
Upstream changes:
0.9911 2020/05/10
  - Remove cached cpanmeta if prereqs are replaced

0.9910 2020/05/10
  - changed ::App->run to return processed cpanfile object if cpanfile option is set
  - changed ::App->run not to print unless print option is set
2020-07-23 09:26:32 +00:00
maya
8405646af0 gtk3: note that the patch shouldn't be upstreamed.
the glade fix requires some work to adapt to the released version, leaving
in this note in the meantime.
2020-07-23 09:09:48 +00:00
adam
90bdb1e5c7 Updated net/terraform, net/terraform-provider-kubernetes 2020-07-23 07:44:36 +00:00
adam
e3498b388a terraform-provider-kubernetes: updated to 1.11.4
v1.11.4

IMPROVEMENTS:
Add resource for CSIDriver
Add resource for Pod Security Policies
Add data source for Pod and PVC
Add support for CSI volume type in persistent_volume resource
Add Kubernetes Job 'wait_for_completion' functionality
Support 'optional' flag for ConfigMap mounted as volume
Add specific error message when failing to load provider config
Support 'optional' on env valueFrom for secret key/configmap key
Skip tests for CSIDriver if cluster version is less than 1.16
Allow 'ttl_seconds_after_finished = 0' in kubernetes_job resource
Set service block to 'optional' for webhook configurations
2020-07-23 07:44:19 +00:00
adam
bcb6f75b9d terraform: updated to 0.12.29
0.12.29

BUG FIXES:
core: core: Prevent quadratic memory usage with large numbers of instances by not storing the complete resource state in each instance
2020-07-23 07:42:08 +00:00
gutteridge
cd340c5a8d shibboleth-sp: remove patch file truncated by prior commit 2020-07-23 04:39:31 +00:00
gutteridge
91de24caf0 xmltooling: remove patch files truncated by prior commit 2020-07-23 04:34:09 +00:00
gutteridge
cb1e97c9bf p5-HTML-Lint & weblint: note these packages conflict
Issue reported by Stefan Schaeckeler in PR pkg/55511.
2020-07-23 04:07:58 +00:00
kamil
4d4e00292f doc: Updated devel/honggfuzz to 2.3.1 2020-07-22 21:55:15 +00:00
kamil
359818692a honggfuzz: Drop patch 2020-07-22 21:54:26 +00:00
kamil
6291b6b8c2 honggfuzz: Upgrade to 2.3.1
Version 2.3.1

    Fixed 'make install' with #356
2020-07-22 21:53:59 +00:00
gutteridge
20f024d1f4 doc: Updated www/weblint to 1.020nb8 2020-07-22 21:47:16 +00:00
gutteridge
87e9401b36 weblint: fix the package so it actually runs
This is a very dated package that has Perl 4 era expectations. It used
an expression that would never have worked as intended (at least, not in
any version of Perl 5) and is past deprecation in modern Perl. It also
expects Perl 4 versions of what modern Perl 5 provides as Getopt::Long
and File::Find. It was simplest to satisfy its requirements by depending
on p5-Perl4-CoreLibs, rather than rewriting multiple lines of code to
modernize to the Perl 5 versions of these modules. With these changes,
the package now runs, and passes all of its test suite. Addresses
PR pkg/55511 by Stefan Schaeckeler.
2020-07-22 21:45:41 +00:00
kamil
c2401f2521 honggfuzz: Include patch 2020-07-22 20:45:13 +00:00
kamil
de62fa4b5b doc: Updated devel/honggfuzz to 2.3 2020-07-22 20:43:34 +00:00
kamil
1eb8fdfd2e honggfuzz: upgrade to 2.3
Take maintainership.

Upstream changelog:

2020-07-22 - Version 2.3
        - honggfuzz.h - split run_t into substructs
        - clang-format options in .clang-format
        - added missing mutex initializers
        - removed unncessary comparisons to 'true' and 'false'
        - improved NetBSD compatibility
        - removed unnecessary memory fences (speed ups)
        - faster searching through the binary for const 4/8-byte values
        - removed unnecessary includes with iwyu
        - libhfnetdriver - general improvements around local socket fuzzing and timeouts

2020-04-24 - Version 2.2
        - Added 8bitcnt instrumentation - use hfuzz-cc/hfuzz-8bitcnt-(gcc|clang) for that
        - PC-guard instrumentation now uses edge counting
        - --experimental_const_feedback is now set to true by default
        - additional string instrumentation wrappers: glib, lcms
        - additional mutators: splicing, changing ascii numbers
        - additional integer comparison instrumentation (adding integers to the dynamic dictionary)
        - fixed linking with ld.lld
        - removed `sanitizer-coverage-prune-blocks` from hfuzz-cc.c
        - most mutators have now either overwrite or insert versions
        - fixed memory barriers in libhfuzz/
        - implemented skip_factor which dictates how often a given input is fuzzed
        - lowered the default timeout to 1 second
        - honggfuzz now uses microseconds, instead of milliseconds across the code
        - added some new functions to libhfcommon/files
        - enabled more aggressive inlining in hfuzz-cc/
        - fixed compilation dependency under MacOS X

2020-03-03 - Version 2.1
        - string/int comparison enabled for targets built with *SAN, but w/o hfuzz-cc
        - Parallel work made faster by using faster ATOMIC constructs (check first, then update)
        - Implement --experimental_const_feedback - const string/integer feedback (used as an additional dictionary)
        - Sanitizer report files are "better"-deleted (i.e. based on PID and not TID)
        - New patches for fuzzing added (e.g. for bind-9.16.0/9.15.7)
        - Buffered output enabled in display.c
        - Some functions moved from per-arch arch.c to common subproc.c
        - Compilation under MacOS X 10.15 (Catalina) is now supported
        - Added suport for bfd/binutils-2.33

2019-12-07 - Version 2.0
        - Coverage-based corpus minimizer with '-M'
        - QEmu mode: coverage feedback for Linux binaries
        - *SAN sanitizer stack-parsing improved for Linux and for POSIX
        - Move signal functionality to libhfcommon/
        - Fixed Android builds with newer unwind and capstone
        - NetDriver: more functionality - e.g. specifying custom addresses and custom tmpfs mount points
        - Examples: for /usr/bin/file, newer ISC Bind patch, improved OpenSSL code

2019-05-22 - Version 1.9
        - Don't include netdriver if not needed
        - Updated examples (bind/openssl)
        - Add missing TEMP_FAILURE_RETRY() wrappers
        - Add additional _HF_STATE_DYNAMIC_SWITCH_TO_MAIN state

2019-02-23 - Version 1.8
        - Native support for NetBSD
        - Multiple smaller changes wrt threading - e.g. introducing the signal thread
        - Removed the support for -p (pid fuzzing), honggfuzz net driver, or persistent fuzzing mode should be used instead
        - Reimplementation of memory comparison routines, now verified with glibc's test-suite
        - Improved hfuzz-cc/clang/gcc - e.g. for the MacOSX platform, also using -fno-sanitize=fuzzer if -fsanitize=fuzzer is specified, + some samba code wrappers
        - Examples: new corpora for some of those, new patch for ISC Bind (9.13.5)
2020-07-22 20:43:22 +00:00
sjmulder
0c05b5775a security/openssl: Make compatible with Apple Silicon 2020-07-22 20:41:30 +00:00
rillig
e0d37bd05b doc: Updated pkgtools/pkglint to 20.2.2 2020-07-22 19:26:45 +00:00
rillig
9b2992b55a pkgtools/pkglint: update to 20.2.2
Changes since 20.2.1:

Emit notes about redundant != assignments, as well as those that
overwrite each other.

For packages that set DISTINFO_FILE to their own distinfo file, don't
check that file twice.
2020-07-22 19:26:29 +00:00
bacon
46450fa8e2 bioloty/htslib: Correct bl2 (ABI bump, not API)
Also add -if to autoreconf
2020-07-22 15:36:55 +00:00
sjmulder
fe042602ac lang/perl5: Make compatible with macOS 11 'Big Sur'
- Import hints/darwin.sh patch from open pull request.
 - The fenv test program in Configure caused warnings for not including
   headers for printf() and exit(), causing the script to consider
   fenv.h unusable.

Note that Big Sur identifies as 10.16 on Intel Macs, but as 11.0 on
Apple Silicon (ARM).
2020-07-22 15:23:56 +00:00
bacon
75d63cf298 biology/htslib: Upgrade to 1.10.2
Numerous enhancements and bug fixes since 1.9, including:

Elimited refernce file size limits
SAM header API
On-the-fly indexing
Improved Amazon S3 interface

This package contains a patch for recent libcurl not in the upstream release
2020-07-22 14:50:14 +00:00
roy
383797e621 doc: Updated net/openresolv to 3.11.0 2020-07-22 13:53:14 +00:00
roy
34b953d3c9 Update to openresolv-3.11.0 with the following changes:
*  notify avahi-daemon of resolv.conf being changed
  *  notify mdnsd of resolv.conf being changed
2020-07-22 13:52:56 +00:00
wiz
af13402a98 transmission: revert new patches, probably a newer gcc is required 2020-07-22 13:43:12 +00:00
wiz
b530c3643a transmission: normalize github usage 2020-07-22 13:36:52 +00:00
wiz
2f19ffabb5 transmission-qt: build fix for NetBSD 8.
Problem reported by spz.
2020-07-22 13:25:40 +00:00
micha
9fc025e09d doc: Updated games/ajbsp to 1.01nb1 2020-07-22 10:27:11 +00:00
micha
d35346ec5c games/ajbsp: Build fix for SunOS
Remove nonportable strip option "--strip-unneeded".
POSIX strip doesn't support options.

Bump PKGREVISION because the different strip algorithm affects platforms
with support for "--strip-unneeded".
2020-07-22 10:25:24 +00:00
micha
da863a5387 devel/smake: Add homepage 2020-07-22 10:19:45 +00:00
adam
30888aa7cc Updated lang/nodejs, lang/npm 2020-07-22 06:57:29 +00:00
adam
40122d268b npm: updated to 6.14.7
BUG FIXES
de5108836 npm explore spawn shell correctly
36e6c01d3 git tag handling regression on shrinkwrap
1961c9369 Fix package id in shrinkwrap lifecycle step output
87888892a gracefully handle error during npm install
6fe2bdc25 npm ls --parseable --long output

DEPENDENCIES
2d78481c7 update mkdirp on tacks
4e129d105 uninstall npm-registry-couchapp
8e1869e27 update marked dev dep
6a6151f37 libnpx@10.2.4
dc21422eb bin-links@1.1.8
d341f88ce gentle-fs@2.3.1
3e168d49b libcipm@4.0.8
6ae942a51 npm-audit-report@1.3.3
6a35e3dee npm-lifecycle@3.1.5
2020-07-22 06:55:12 +00:00
adam
93620860ad nodejs: updated to 14.6.0
Version 14.6.0:

Notable Changes

deps:
upgrade to libuv 1.38.1 (Colin Ihrig)
upgrade npm to 6.14.6 (claudiahdz)
(SEMVER-MINOR) update V8 to 8.4.371.19 (Michaël Zasso)

module:
(SEMVER-MINOR) doc only deprecation of module.parent (Antoine du HAMEL)
(SEMVER-MINOR) package "imports" field (Guy Bedford)

src:
(SEMVER-MINOR) allow embedders to disable esm loader (Shelley Vohr)

tls:
(SEMVER-MINOR) make 'createSecureContext' honor more options (Mateusz Krawczuk)

vm:
(SEMVER-MINOR) add run-after-evaluate microtask mode (Anna Henningsen)

worker:
(SEMVER-MINOR) add option to track unmanaged file descriptors (Anna Henningsen)

New Collaborators:
add danielleadams to collaborators (Danielle Adams)
add ruyadorno to collaborators (Ruy Adorno)
add sxa as collaborator (Stewart X Addison)
2020-07-22 06:53:50 +00:00
wiz
85812c00a0 doc: Updated time/py-vdirsyncer to 0.16.8nb1 2020-07-22 06:36:31 +00:00
wiz
edec7f019c py-vdirsyncer: accept current click (pkgsrc is newer than upper bound)
Bump PKGREVISION.
2020-07-22 06:36:22 +00:00
gutteridge
b6c442f18a doc: Updated x11/xfce4-whiskermenu-plugin to 2.4.5 2020-07-22 00:24:25 +00:00
gutteridge
85eb0c910a xfce4-whiskermenu-plugin: update to 2.4.5
2.4.5
=====
- Fix saving plugin title with overridden default text. (Bug #16822)
- Fix extra key press to select search items. (Issue #8)
- Fix icon view skipping first item when pressing arrow key.
- Fix incorrect signal name.
- Fix nonfunctional grab check.
- Translation updates: Asturian, Dutch, Esperanto, Hungarian, Icelandic,
  Portuguese, Portuguese (Brazil), Russian.
2020-07-22 00:24:12 +00:00