Commit graph

339983 commits

Author SHA1 Message Date
adam
3712293322 redis: updated to 6.2.4
Redis 6.2.4
===========

Upgrade urgency: SECURITY, Contains fixes to security issues that affect
authenticated client connections. MODERATE otherwise.

Fix integer overflow in STRALGO LCS (CVE-2021-32625)
An integer overflow bug in Redis version 6.0 or newer can be exploited using the
STRALGO LCS command to corrupt the heap and potentially result with remote code
execution. This is a result of an incomplete fix by CVE-2021-29477.

Bug fixes that are only applicable to previous releases of Redis 6.2:
* Fix crash after a diskless replication fork child is terminated
* Fix redis-benchmark crash on unsupported configs

Other bug fixes:
* Fix crash in UNLINK on a stream key with deleted consumer groups
* SINTERSTORE: Add missing keyspace del event when none of the sources exist
* Sentinel: Fix CONFIG SET of empty string sentinel-user/sentinel-pass configs
* Enforce client output buffer soft limit when no traffic

Improvements:
* Hide AUTH passwords in MIGRATE command from slowlog
2021-06-02 10:25:02 +00:00
thor
36bdd6660d math/lapacke: distinfo for the changed patch 2021-06-01 22:14:09 +00:00
thor
bbcad74788 math/lapack: fix static library name preparing for lapack64
The upcoming lapack64 needs the library name liblapack64, the
variable for that was missing in the patch. This does not change
the build of math/lapack itself.
2021-06-01 22:13:35 +00:00
thor
9ab0b1cdff doc: Updated math/openblas to 0.3.15 2021-06-01 22:11:14 +00:00
nia
7b39d4a819 firefox78-l10n: sync with firefox78 2021-06-01 21:12:37 +00:00
nia
2d701aafea doc: Updated www/firefox78-l10n to 78.11.0 2021-06-01 21:11:26 +00:00
nia
4a62839561 doc: Updated www/firefox78 to 78.11.0 2021-06-01 21:07:40 +00:00
nia
e69786a2de firefox78: update to 78.11.0
Security fixes:
https://www.mozilla.org/en-US/security/advisories/mfsa2021-24/
2021-06-01 21:07:21 +00:00
adam
41114bd85b rust: fix-darwin-install-name is no longer needed 2021-06-01 18:15:30 +00:00
nia
aa5921f048 qemu: Fix build on NetBSD/x86 9.0
Based on an earlier NVMM patch reinoud sent to qemu-devel.
2021-06-01 16:28:05 +00:00
taca
3975ead4d3 doc: Updated textproc/ruby-toml to 0.3.0 2021-06-01 15:41:12 +00:00
taca
4464ffed10 textproc/ruby-toml: update to 0.3.0
0.3.0 / 2020-06-09

* Fix "undefined method `ascii_tree' for nil:NilClass" when printing parse
  error
* Fixes TOML to work with version 2.0 of Parslet
2021-06-01 15:40:47 +00:00
taca
ce1c1454f7 doc: Updated textproc/ruby-simplecov_json_formatter to 0.1.3 2021-06-01 15:35:50 +00:00
taca
8083e24b80 textproc/ruby-simplecov_json_formatter: update to 0.1.3
0.1.3 (2021-05-02)

Bugfixes
* avoid emitting warnings when ruby is run with -w #1 @flavorjones
2021-06-01 15:35:21 +00:00
taca
91fe087152 doc: Updated textproc/ruby-rexml to 3.2.5 2021-06-01 15:34:28 +00:00
taca
0602f1d317 textproc/ruby-rexml: update to 3.2.5
3.2.5 (2021-04-05)

Improvements

* Add more validations to XPath parser.
* require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]
* Don't add #dclone method to core classes globally. [GitHub#37][Patch by
  Akira Matsuda]
* Add more documentations. [Patch by Burdette Lamar]
* Added REXML::Elements#parent. [GitHub#52][Patch by Burdette Lamar]

Fixes

* Fixed a bug that REXML::DocType#clone doesn't copy external ID
  information.
* Fixed round-trip vulnerability bugs. See also:
  https://www.ruby-lang.org/en/news/2021/04/05/xml-round-trip-vulnerability-in-rexml-cve-2021-28965/
  [HackerOne#1104077][CVE-2021-28965][Reported by Juho Nurminen]

Thanks

* Koichi ITO
* Akira Matsuda
* Burdette Lamar
* Juho Nurminen
2021-06-01 15:33:58 +00:00
taca
9ee24e9fac doc: Updated textproc/ruby-nokogumbo to 2.0.5 2021-06-01 15:31:38 +00:00
taca
897c06c279 textproc/ruby-nokogumbo: update to 2.0.5
2.0.5 (2021-03-19)

Fixed

* Support Mageia distros when libxml2/libxslt system libraries are
  install. #165 (Thank you, @pterjan!)

Added

* Forward-looking support for a version of Nokogiri that will provide HTML5
  parsing. #171

Improved

* Update extconf.rb to use Nokogiri v1.11's CPPFLAGS for more reliable
  installation. #163

2.0.4 (2020-11-27)

Fixed

* Fixed a bug where Nokogiri::HTML5.fragment(nil) would raise an error. Now
  it returns an empty DocumentFragment like it did in v2.0.2.
* Fixed assertion failure when a tag immediately followed the UTF-8 BOM.

2.0.3 (2020-11-21)

Added

* Limit enforced on number of attributes per element, defaulting to 400 and
  configurable with the :max_attributes argument.

Fixed

* Ignore UTF-8 byte order mark at the beginning of the input.
* Fix content sniffing for Unicode strings.
* Fixed crash where Ruby objects constructed in C can be garbage collected.
2021-06-01 15:31:18 +00:00
taca
708349a181 doc: Updated textproc/ruby-kramdown-rfc2629 to 1.4.13 2021-06-01 15:26:16 +00:00
taca
1ef412dbcd textproc/ruby-kramdown-rfc2629: update to 1.4.13
Qoute from commit logs:

1.4.13 (2021-05-21)

* Emergency fix for psych 4.0.0

1.4.12 (2021-05-13)

* Add boilerplates bcp14info (and bcp14info-tagged)
  "info" adds disclaimer suggested by Adrian Farrel.

1.4.11 (2021-05-08)

* Add limited support for railroad diagrams (via kgt)

1.4.10 (2021-05-05)

* Handle link text with !?-, fix backslashes

1.4.9 (2021-05-04)

* Allow !?- in section references

1.4.8 (2021-05-04)

* Handle Sections+Appendices, enable (markdown) text in xref

1.4.7 (2021-05-03)

* add kramdown-rfc-cache-subseries-bibxml

1.4.6 (2021-04-29)

* fix NOT RECOMMENDED
* Add {::boilerplate bcp14-tagged}
* Fix missing encoding fallback for nbsp (U+00A0)

1.4.5 (2021-04-29)

* doilit: add issue numbers (crossref style)

1.4.4 (2021-04-29)

*  Add refcontent

1.4.3 (2021-04-19)

* Fix mscgen regression caused by svgcheck -N

1.4.2 (2021-04-06)

* kdrfc supports -P for PDF generation

1.4.1 (2021-03-22)

* Update to current upstream kramdown ~> 2.3.1
  Reimplement XML processing instruction support that was removed from
  upstream.
2021-06-01 15:25:49 +00:00
gdt
984cf8b0fa net/unii: Declare intention not to update to 6.2 right now
(This is a comment-only change.)
2021-06-01 15:04:12 +00:00
taca
75e09d8965 doc: Updated textproc/ruby-asciidoctor to 2.0.15 2021-06-01 14:53:44 +00:00
taca
7002e2e60d textproc/ruby-asciidoctor: update to 2.0.15
2.0.15 (2021-04-27)
Bug Fixes

* Don't include trailing period, question mark, or exclamation point in
  target (URL) of autolink (#3860)
* Don't assign nil value to named attribute mapped to absent positional
  attribute when parsing attrlist (#4033)
* Remove leading and trailing spaces around role on inline phrase (#4035)
* Ignore empty role on inline phrase defined using legacy syntax and
  followed by comma (#4035)
* Use xreftext on document as fallback link text in HTML output for
  inter-document xref that resolves to current document when no link text is
  provided (#4032)
* Use xreftext on document as fallback link text in HTML output for internal
  xref with empty fragment when no link text is provided (#4032)
* Use document ID as linkend in DocBook output for internal xref with empty
  fragment; auto-generating one if necessary (#4032)

Improvements

* Format keyboard references in monospace in manpage output

Build / Infrastructure

* Get remaining invoker tests working on JRuby 9.1 for Windows
2021-06-01 14:53:20 +00:00
taca
16de640cac doc: Updated sysutils/ruby-specinfra to 2.82.25 2021-06-01 14:51:17 +00:00
taca
b854d87aa0 sysutils/ruby-specinfra: udpate to 2.82.25
2.82.25 (2021-04-25)

* Resolve namespace properly for File
* use localcert for older rubies on appvayor test

2.82.24 (2021-03-23)

* debian: add support for Debian testing and unstable
* Remove Ruby 1.8.7 from .travis.yml
2021-06-01 14:50:56 +00:00
taca
efe1ac0a96 doc: Updated sysutils/ruby-inspec-core to 4.37.20 2021-06-01 14:49:04 +00:00
taca
c948333932 sysutils/ruby-inspec-core: update to 4.37.20
4.37.20 (2021-05-26)

Merged Pull Requests
* Added new automate doc link for login tokens in inspec automate login
  --help command #5529 (Nik08)
* Bugfix for inspec detect --no-color to not return colourful output #5530
  (Nik08)
* Drop EOL Ubuntu 16.04, build on 18.04 #5532 (clintoncwolfe)

4.37.17 (2021-05-20)

Enhancements

* Fix for port resource performance: adding more specific search while using
  ss command #5522 (Vasu1105)

Merged Pull Requests

* Fix the lint and failing test for windows_feature resource #5524
  (Vasu1105)
* Support zfs_pool and zfs_dataset resources on Linux. Handled #5075 #5523
  (kannanr)
* Add basic docs for toml resource #5514 (clintoncwolfe)
* Add CI-CD docs #5489 (clintoncwolfe)
* Add explicit RHEL8 builders to omnibus build #5527 (clintoncwolfe)
* Changes returns nil on file non-existence through matcher
  more_permissive_than #5519 (Nik08)
* Update control-eval Readme docs. #5516 (Vasu1105)
* Added Common Errors page doc #5517 (Nik08)

4.37.8 (2021-05-12)

Merged Pull Requests
* Update bond0 example to use params properly #5518 (gscho)
* HTTP resource response body coerced into UTF-8 #5510 (Nik08)
* Fixed automate login fake feedback on failure #5509 (Nik08)
* Document auxiliary reporter options on the reporter docs page #5504
  (clintoncwolfe)
* Update chefstyle requirement from ~> 1.7.1 to ~> 2.0.3 #5508
  (dependabot[bot])
* Update Hugo and correct how build previews are generated #5507 (IanMadd)
* Modified windows_feature to indicate enabled rather than just available
  #5506 (jwdean)
* Remove outdated instructions about testing AWS and Azure resources #5499
  (clintoncwolfe)
2021-06-01 14:48:32 +00:00
taca
15825fbceb doc: Updated security/ruby-rex-text to 0.2.34 2021-06-01 14:45:16 +00:00
taca
8bdd9d3e6b security/ruby-rex-text: update to 0.2.34
Quote from commit logs:

0.2.34 (2021-04-08)

* Land #41, Add rand_password method to Rex::Text
2021-06-01 14:44:45 +00:00
taca
ee1d47fc9c doc: Updated security/ruby-rex-socket to 0.1.29 2021-06-01 14:42:54 +00:00
taca
a13904d602 security/ruby-rex-socket: update to 0.1.29
Quote from commit logs:

0.1.29 (2021-03-25)

* Land #31, Consistently return nil as the failure indicator

0.1.28 (2021-03-25)

* Land #30, Fix Some RangeWalker issues

0.1.27 (2021-03-24)

* Land #28, RangeWalker Updates To Return Hostnames When Available
2021-06-01 14:42:29 +00:00
taca
3a4a92b099 doc: Updated security/ruby-rex-powershell to 0.1.90 2021-06-01 14:36:10 +00:00
taca
573ffbda01 security/ruby-rex-powershell: update to 0.1.90
0.1.90 (2021-04-23)

* Land #30, Implement the rc4 wrapper
2021-06-01 14:35:44 +00:00
mef
2b7e80b322 doc: Updated devel/R-testit to 0.13 2021-06-01 13:36:18 +00:00
mef
3494e59047 (devel/R-testit) Updated 0.12 to 0.13, explicit NEWS.md not known 2021-06-01 13:36:08 +00:00
mef
e6643d9e1c doc: Updated devel/R-pkgload to 1.2.1 2021-06-01 13:31:34 +00:00
mef
903d25a7f7 (devel/R-pkgload) Updated 1.1.0 to 1.2.1
# pkgload 1.2.1

* `unload()` no longer unregisters methods for generics of the package being unloaded. This way dangling references to generics defined in the stale namespace still work as expected (r-lib/vctrs#1341).
* `load_all()` will now work for packages that have testthat tests but do not have testthat installed (#151)
* The `pkgbuild` dependency has been moved to `Suggests`, as it is only needed for packages with compiled code.

* `load_all()` will now work for packages that have testthat tests but do not have testthat installed (#151)

* `load_all(warn_conflicts = TRUE)` becomes more narrow and only warns when a *function* in the global environment masks a *function* in the package, consistent with the docs (#125, #143 @jennybc).

* `load_all()` no longer does a comprehensive check on the `DESCRIPTION` file when loading, instead just checking that it exists and starts with Package (#149, @malcolmbarrett)

* `unload()` no longer warns when it can't unload a namespace.

# pkgload 1.2.0

* Fix test failure in R 4.1 with regards to S4 method registration

* `load_all()` now preserves existing namespaces in working order. In
  particular, it doesn't unload the package's shared library and keeps
  it loaded instead. When reloading, a copy of the SO for the new
  namespace is loaded from a temporary location. These temporary SOs
  are only unloaded on GC and deleted from their temporary location
  via a weak reference attached to the namespace.

  This mechanism ensures that lingering references to the namespace
  keep working as expected. Consequently the namespace
  propagation routine that was added to pkgload as a workaround has
  been removed.

  Note that `.Call()` invocations that pass a string symbol rather
  than a structured symbol may keep crashing, because R will look into
  the most recently loaded SO of a given name. Since symbol
  registration is now the norm, we don't expect this to cause much
  trouble.

* `load_all()` no longer forces all bindings of a namespace to avoid
  lazy-load errors. Instead, it removes exported S3 methods from the
  relevant tables.

  - This improves the loading behaviour with packages that define
    objects in their namespaces lazily (e.g. with `delayedAssign()`).

  - This also makes `load_all()` more predictable after a method has
    been removed from the package. It is now actually removed from the
    generic table. It would previously linger until R was restarted.

* If `load_all()` attaches testthat, it automatically suppresses conflicts.
2021-06-01 13:31:23 +00:00
mef
c3d73c4241 doc: Updated devel/R-pkgcache to 1.2.2 2021-06-01 13:26:18 +00:00
mef
f8fa4b6688 (devel/R-pkgcache) Updated 1.1.1 to 1.2.2
# pkgcache 1.2.2

* The default location of the cache has changed to align with the
  standard `tools::R_user_dir()` cache location. To clean up your old
  cache call `pkgcache:::cleanup_old_cache_dir()`.

# pkgcache 1.2.1

No user visible changes.

# pkgcache 1.2.0

* New `repo_add()`, `repo_get()`, `repo_resolve()` and `with_repo()`
  functions to query and manipulate repositories.

* `meta_cache_*()` functions now handle `getOption("repos")` changes
  correctly.

* Failed metadata downloads now do not trigger metadata updates (#52).

* New `bioc_release_version()`, `bioc_devel_version()`, `bioc_repos()`
  helper functions to deal with Bioconductor repositories.

* Metadata cache functions, e.g. `meta_cache_deps()` etc. now allow
  specifying the dependency types in all lowercase (#54).
2021-06-01 13:26:05 +00:00
mef
fe9fde89c5 doc: Updated devel/R-pkgKitten to 0.2.1 2021-06-01 13:19:53 +00:00
mef
925f409113 (devel/R-pkgKitten) Updated 0.1.5 to 0.2.1
(https://cran.r-project.org/web/packages/pkgKitten/news.html)
Changes in version 0.2.1 (2021-02-22)

    A small documentation error was corrected (David Dalpiaz in #15).

    A new option ‘bunny’ adds support for roxygen2.

    Continuous integration now use run.sh from r-ci.

Changes in version 0.2.0 (2020-09-27)

    Continuous Integration uses the updated BSPM-based script on
    Travis and with GitHub Actions (Dirk in #11 plus earlier commits).

    A new default NAMESPACE file is now installed (Dirk in #12).

    A package documentation website was added (Dirk in #13).

    Call tinytest::puppy if installed and not opted out (Dirk in #14).
2021-06-01 13:19:41 +00:00
cirnatdan
2eee89b70f doc: Updated archivers/gnome-autoar to 0.3.2 2021-06-01 11:28:23 +00:00
cirnatdan
b8b521311e gnome-autoar: Update archivers/gnome-autoar to 0.3.2
Major changes in 0.3.2:
* compressor: Fix hardlink handling for new cpio format (Ondrej Holy)
* compressor: Fix hardlink detection for remote files (Ondrej Holy)
* extractor: Fix extraction of readonly folders (Ondrej Holy)
2021-06-01 11:27:02 +00:00
wiz
d3aae2a009 TODO: - nginx-devel 2021-06-01 10:58:36 +00:00
adam
012137b489 Updated www/nginx, www/nginx-devel 2021-06-01 10:55:04 +00:00
adam
db4aa73a45 nginx-devel: updated to 1.21.0
Changes with nginx 1.21.0

*) Security: 1-byte memory overwrite might occur during DNS server
   response processing if the "resolver" directive was used, allowing an
   attacker who is able to forge UDP packets from the DNS server to
   cause worker process crash or, potentially, arbitrary code execution
   (CVE-2021-23017).

*) Feature: variables support in the "proxy_ssl_certificate",
   "proxy_ssl_certificate_key" "grpc_ssl_certificate",
   "grpc_ssl_certificate_key", "uwsgi_ssl_certificate", and
   "uwsgi_ssl_certificate_key" directives.

*) Feature: the "max_errors" directive in the mail proxy module.

*) Feature: the mail proxy module supports POP3 and IMAP pipelining.

*) Feature: the "fastopen" parameter of the "listen" directive in the
   stream module.
   Thanks to Anbang Wen.

*) Bugfix: special characters were not escaped during automatic redirect
   with appended trailing slash.

*) Bugfix: connections with clients in the mail proxy module might be
   closed unexpectedly when using SMTP pipelining.
2021-06-01 10:54:44 +00:00
adam
05724710c6 nginx: updated to 1.20.1
Changes with nginx 1.20.1

*) Security: 1-byte memory overwrite might occur during DNS server
   response processing if the "resolver" directive was used, allowing an
   attacker who is able to forge UDP packets from the DNS server to
   cause worker process crash or, potentially, arbitrary code execution
   (CVE-2021-23017).

nginx-rtmp-module v1.2.2:
Fixed segfaults.
2021-06-01 10:53:46 +00:00
wiz
9f50982921 *: recursive PKGREVISION bump for sneaky gsl shared library version number change 2021-06-01 09:12:22 +00:00
adam
426d25b822 py-rich: depend on typing-extensions only for Python < 3.8 2021-06-01 09:07:26 +00:00
fcambus
10a9d5e11c doc: Updated net/dbip-country-lite to 2021.06 2021-06-01 08:35:47 +00:00