Commit graph

333163 commits

Author SHA1 Message Date
tnn
0e3b75c3e0 libzdb: update to 3.2.2
Version 3.2.2 Released on 1 April 2020
  Fixed: Removed Thread.h from the public API.

Version 3.2.1 Released on 6 March 2020
  New: Include Library version number in zdb.h
  Fixed: Simplified test/zdbpp.cpp and added missing header
  Fixed: Improved support for MySQL 8 and MariaDB

Version 3.2 Released on 3 Apr 2019

  New: C++17 support via zdbpp.h which is distributed with libzdb for more
    idiomatic use of libzdb from C++.
  New: Support prefetch rows for MySQL and Oracle. Either programatically
    via Connection_setFetchSize() or via ResultSet_setFetchSize() or
    via a new global fetch-size URL option.
  New: MySQL 5.7 and later. Added session query timeout accessible via
    Connection_setQueryTimeout()
  New: MySQL 8. Added a new URL option auth-plugin which specify the
    authentication plugin to use when connecting to a MySQL server.
  New: Oracle: Added a new URL option sysdba for connecting with
  sysdba privileges.
  Fixed: Revert previous fix (#8) and remove last SQL terminator character ';'
    in statements, except if preceded with END; to allow for ending a
    pl/sql block.
Fixed: Oracle: Set SQL null value in prepared statement
Fixed: Oracle: Handle date/time literal values
2021-02-13 14:07:40 +00:00
taca
1a398d9e73 doc: Updated security/ruby-rex-core to 0.1.16 2021-02-13 14:05:40 +00:00
taca
4e60928501 security/ruby-rex-core: update to 0.1.16
0.1.16 (2021-02-12)

* Land #11, Remove tainted calls
2021-02-13 14:05:19 +00:00
taca
60736f47c7 doc: Updated security/ruby-metasploit-payloads to 2.0.32 2021-02-13 14:03:15 +00:00
taca
773a085500 security/ruby-metasploit-payloads: update to 2.0.32
No release note is available.  Please refer commit log
<https://github.com/rapid7/metasploit-payloads/compare/v2.0.28...v2.0.32>
in details.
2021-02-13 14:02:47 +00:00
taca
ed999e2742 doc: Updated net/ruby-nio4r to 2.5.5 2021-02-13 14:00:06 +00:00
taca
6a5633978f net/ruby-nio4r: update to 2.5.5
2.5.5 (2021-02-05)

* #256 Use libev 4.33, featuring experimental io_uring
   support. (@jcmfernandes)

* #260 Workaround for ARM-based macOS Ruby: Use pure Ruby for M1, since
   the native extension is crashing on M1 (arm64). (@jasl)

* #252 JRuby: Fix javac -Xlint warnings (@headius)
2021-02-13 13:59:44 +00:00
taca
6f31bad196 doc: Updated misc/ruby-pry to 0.14.0 2021-02-13 13:58:24 +00:00
taca
b8c312b2ac misc/ruby-pry: update to 0.14.0
0.14.0 (February 8, 2021)

Features

* Made ? an alias to show-source -d (#2133)
* Added support for Ruby 3.0

Breaking changes

* Deleted support for plugin autoloading (#2119).  In order to load a Pry
  plugin you must require it from your pryrc or add it to your Gemfile.

	# ~/.pryrc
	require 'pryrc'
2021-02-13 13:58:03 +00:00
taca
a6c8fa496b doc: Updated misc/ruby-bundler to 2.2.9 2021-02-13 13:56:23 +00:00
taca
fbec51dba8 misc/ruby-bundler: update to 2.2.9
2.2.9 (2021-02-08)

Enhancements:

* Stop removing existing platforms when force_ruby_platform is true #4336

Bug fixes:

* Don't install platform specific gems on truffleruby #4333
2021-02-13 13:56:04 +00:00
taca
7ab8ef7490 doc: Updated mail/ruby-mime-types-data to 3.2021.0212 2021-02-13 13:53:54 +00:00
taca
21ec815cd6 mail/ruby-mime-types-data: update to 3.2021.0212
3.2021.0212 / 2021-02-12

* Updated the IANA media registry entries as of release date.

* Added a new rake task (release:automatic) that downloads and converts
  the data from Apache and IANA; if there are changes detected, it updates
  the release version, changelog, manifest, and gemspec and commits the
  changes to git.
2021-02-13 13:53:30 +00:00
taca
a79ae5dec2 doc: Updated graphics/ruby-RMagick to 4.2.1 2021-02-13 13:51:53 +00:00
taca
81059d1131 graphics/ruby-RMagick: update to 4.2.1
RMagick 4.2.1 (2021-02-08)

Bug Fixes:
* Fix compilation with optimization on glibc (#1263)


RMagick 4.2.0 (2021-02-05)

Improvements:

* Updated error messages if runtime ImageMagick version was not matched
  with when installed rmagick (#1213)
* Improve Image#resize performance with ImageMagick 7 (#1240)
* Added new colorspaces (#1252)

Bug Fixes:

* Fix assertion failed in Magick::TextureFill.new with with unexpected
  argument (#1216)
* Call with yield when there is a block arguments (#701)
* Avoid crash with monitor feature on Ruby 3.0 (#1253)
2021-02-13 13:51:32 +00:00
markd
c55ce32be0 tex package updates 2021-02-13 11:43:57 +00:00
tnn
fcb2cdca9d doc: updated postgresql-timescaledb, promscale 2021-02-13 11:41:19 +00:00
markd
6397d6a536 texlive-collection-latexrecommended: update to 2020.57472 2021-02-13 11:41:17 +00:00
markd
fe627d77c6 tex-xkeyval{,-doc}: update to 2.8
Removed path from search for options of the documentclass
2021-02-13 11:40:09 +00:00
tnn
6faea74d65 promscale: update to 0.2.2.0
Adds support for Multinode TimescaleDB.
Improved promQL query latency by 4x in some cases.
Reduced I/O used by the PostgreSQL stats collector substantially by
  changing autovacuum settings.
  Fixed metrics produced by Promscale itself
PromQL engine supports @ modifier which is disabled by default.
  (see promql-evaluation-flags)
Added configuration for query timeout and default step interval
Improved UX

Notes for people upgrading from 0.1.4 and before

The CLI and ENV option install-timescaledb was renamed to install-extension
Two new flags are added upgrade-extensions by default set to true will
upgrade extensions if newer versions are available and
upgrade-prerelease-extensions by default set to false enabling it will
upgrade extensions to pre-prelease versions if pre-release versions are
available.

We have changed the namespace of the metrics Promscale itself exposes from
ts_prom to promscale. We have also updated the PromQL engine based metrics
to have namespace as promscale instead of prometheus. So, metrics like
prometheus_engine_query_duration_seconds will now be
promscale_engine_query_duration_seconds.
If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade,
please increase your max_locks_per_transaction setting.

Notes for people upgrading timescaleDB 1.x -> 2.x

You should run
SELECT remove_compression_policy(format('prom_data.%I', table_name),
       if_exists=>true) FROM _prom_catalog.metric;
after the upgrade. This cleans up the old way of running compression jobs,
compression will still work (just in the new way).

Prom-Migrator

Adds support for concurrent pulling and pushing to improve migration
throughput. (Please note concurrent push is disabled by default as we've
seem some issues migrating data to Thanos concurrently, which we are still
working out).
2021-02-13 11:40:00 +00:00
markd
3fd3415dd4 tex-translator{,-doc}: update to 1.12c
changes unknown
2021-02-13 11:37:34 +00:00
markd
fc8bbcd6b7 tex-polyglossia{,-doc}: update to 1.51
1.50
New features:
 * Polyglossia now uses the Harfbuzz renderer by default with LuaTeX
   output. This brings LuaTeX on par with XeTeX for all scripts.
   The renderer can be changed via the new global luatexrenderer
   option.
 * The (previously inadvertently working) hyphenrules environment that
   ceased to work after a recent babel update is back and now
   officially supported. The environment now also supports language
   options and aliases.
 * New command \setlanghyphenmins to adapt hyphenation thresholds of
   languages and varieties.
 * New command \abjadalph for Arabic with corresponding option.
 * Replace consecutive glues around punctuation by the correct amount
   of space with LuaLaTeX for French, ecclesiastic Latin, and Sanskrit.

1.50a
This is a minor release that fixes a regression with Russian and
some classes introduced in v. 1.50

1.51
New features:
  * New option "frenchpart" for French.
  * New option "splithyphens" for Croatian.

Bug fixes:
  * Use new LaTeX core hooks rather than filehook package. This fixes
    a recent breakage of filehook with other external packages.
  * Remove very old code that pretends polyglossia is babel.
  * Fix spelling of Albanian \contentsname.
  * Fix part heading modification in French.
  * Fix extra space in Hebrew.
  * Register main polyglossia language earlier.
  * Allow for hyphenations in words following opening guillemet in
    French with XeTeX.
2021-02-13 11:35:31 +00:00
tnn
608e1d946d postgresql-timescaledb: add patch for openssl detection 2021-02-13 11:33:24 +00:00
tnn
87983037b1 postgresql-timescaledb: update to 2.0.1
TimescaleDB 2.0 adds the much-anticipated support for distributed
hypertables (multi-node TimescaleDB), as well as new features and
enhancements to core functionality to give users better clarity and
more control and flexibility over their data.

This release also adds:

- Support for user-defined actions, allowing users to define,
  customize, and schedule automated tasks, which can be run by the
  built-in jobs scheduling framework now exposed to users.
- Significant changes to continuous aggregates, which now separate the
  view creation from the policy. Users can now refresh individual
  regions of the continuous aggregate materialized view, or schedule
  automated refreshing via policy.
- Redesigned informational views, including new (and more general)
  views for information about hypertable's dimensions and chunks,
  policies and user-defined actions, as well as support for multi-node
  TimescaleDB.
- Moving all formerly enterprise features into our Community Edition,
  and updating Timescale License, which now provides additional (more
  permissive) rights to users and developers.

Some of the changes above (e.g., continuous aggregates, updated
informational views) do introduce breaking changes to APIs and are not
backwards compatible. While the update scripts in TimescaleDB 2.0 will
upgrade databases running TimescaleDB 1.x automatically, some of these
API and feature changes may require changes to clients and/or upstream
scripts that rely on the previous APIs. Before upgrading, we recommend
reviewing upgrade documentation at docs.timescale.com for more details.
2021-02-13 11:32:35 +00:00
tnn
140ff1ad8c licenses: add timescale-license
source:
https://github.com/timescale/timescaledb/blob/master/tsl/LICENSE-TIMESCALE
2021-02-13 11:31:10 +00:00
markd
ffb34e8c17 tex-pdftexcmds{,-doc}: update to 0.33
0.32
Adapt \pdf at elapsedtime to new lua version.

0.33
* avoid that \pdfelapsedtime and \pdfresettimer are set to
  \cs{relax} when using xelatex.

* load ltluatex when using plain so that the catcode tables
  are available
2021-02-13 11:29:44 +00:00
markd
3efac8652c tex-pdfpages{,-doc}: update to 0.5s
0.5r
This version introduces an extension for package authors:

Pdfpages calls |\includegraphics| several times to retrieve necessary
information like width, height, or number of pages without actually
typesetting the image. Just the final call to |\includegraphics| will
eventually typeset the image. Packages which hook into
|\includegraphics| and whish to check whether or not this is the final
call to |\includegraphics| can do so by using the counter
|\pdfpages at includegraphics@status|:

    0 ... outside of pdfpages
    1 ... inside of pdfpages: final call
    2 ... inside of pdfpages: non-final call, for internal use

0.5s
Bug fix release: Pdfpages redefined \fboxsep and \fboxrule inside
\includepdf. Thereby causing unexpected results if \fbox was used
inside option |picturecommand|. This bug is fixed. Now \fboxsep and
\fboxrule equal the values which were active just before calling
\includepdf.
2021-02-13 11:26:48 +00:00
markd
e5a42f5dc0 tex-parskip{,-doc}: update to 2.0f
2.0e
Add tocskip option to set the parskip value inside \tableofcontents
and similar lists (default is 0pt as before)

Fix space at start of \@starttoc (noticable with large skip= values)

2.0f
Allow skip key without value without producing a missing value error
2021-02-13 11:24:24 +00:00
markd
3545106953 tex-ntgclass{,-doc}: update to 2.1e
This patch release fixes a small bug that broke the oldtoc option.
2021-02-13 11:20:57 +00:00
markd
45f480402b tex-ms{,-doc}: update to 2020
Reduce the ms bundle by the extracted everysel, everyshi and prelim2e
packages.
2021-02-13 11:19:04 +00:00
markd
bfff2b8187 tex-microtype{,-doc}: update to 2.8
changes unknown
2021-02-13 11:15:31 +00:00
markd
294d894984 tex-memoir{,-doc}: update to 3.7n
3.7l
Minute change to memoir in preparation for the October kernel update.

3.7m
In preparation for the LaTeX format/kernel update (2020/10/01) several
class hook features have been changed to use these new features, see
the manuals for lthooks, ltfilehook, ltshipout for details on these
new hooks.

3.7n
A bit of an emergency update:

-- The new implementations for the \AtEndPackage and friends only
   require single #s not # doubling as in the old implementation. That
   is not backwards compatible. # doubling now forced in the new
   implementation as well.
2021-02-13 11:13:33 +00:00
markd
f367271eb1 tex-lwarp{,-doc}: update to 0.894
0.86
MathJax: Updated to v3.

Fixed forward references.

Improved equation numbering.

Added support for starred macros,
and starred macros for mathtools, nccmath, physics.

Improved filename generation.

Fixed labels in eqnarray and lateximage.

Fixed nccmath, xcolor.
2021-02-13 11:08:30 +00:00
markd
fb45cad3b7 tex-latexbug{,-doc}: update to 1.0i
Maintenance update: new supported files added
2021-02-13 11:04:37 +00:00
markd
7bde8ba338 tex-koma-script: update to 3.32
changes unknown
2021-02-13 11:02:09 +00:00
markd
fbbd163072 tex-footnotehyper{,-doc}: update to 1.1d
1.1b
fix incompatibility with memoir + babel-french

1.1c
Fixes a legacy bug from original footnote package, which interfered with
LaTeX2e mechanism for list mid-paragraphs, regarding the suppression of
indentation (arose when savenotes environment or \savenotes/\spewnotes
pair directly enclosed the list environment).

1.1d
- Fix regression at v1.1b which caused a build crash whenever
  footnotehyper decided to raise a warning at begin document.
- Refactor the at begin document analysis and achieve:
  * more complete support of babel-french with standard classes,
    KOMA-classes and memoir.
  * better support for contexts such as presence of package cleveref.
2021-02-13 11:00:10 +00:00
tnn
7f027e0e18 postgresql-promscale_extension: upstream says not for PostgreSQL 11.x 2021-02-13 10:59:13 +00:00
markd
b558381864 tex-filehook{,-doc}: update to 0.8a
0.8
Updates to make the package work with the upcoming LaTeX 2020/10/01 release.

0.8a
Some corrections related to the LaTeX 2010/10/01 release.
2021-02-13 10:56:29 +00:00
markd
69f84605f1 tex-fancyvrb{,-doc}: update to 3.7
changes unknown
2021-02-13 10:53:23 +00:00
markd
370b8485cf print: +tex-everyshi{,-doc} 2021-02-13 10:50:37 +00:00
markd
79ef9ee20e tex-everyshi{,-doc}: add version 4.00
This package provides hooks into \sshipout called \EveryShipout
and \AtNextShipout analogous to \AtBeginDocument. With the
introduction of the LaTeX hook management this package became
obsolete in 2020 and is only provided for backwards
compatibility. For current versions of LaTeX it is only mapping
the hooks to the original everyshi macros. In case you use an
older LaTeX format, everyshi will automatically fall back to
its old implementation by loading everyshi-2001-05-15.
2021-02-13 10:49:51 +00:00
markd
712ead3bc8 print: +tex-everysel{,-doc} 2021-02-13 10:47:05 +00:00
markd
bf18c74b5c tex-everysel{,-doc}: add version 2.1
The package provided hooks whose arguments are executed just
after LaTeX has loaded a new font by means of \selectfont. It
has become obsolete with LaTeX versions 2021/01/05 or newer,
since LaTeX now provides its own hooks to fulfill this task.
For newer versions of LaTeX everysel only provides macros using
LaTeX's hook management due to compatibility reasons. See
lthooks-doc.pdf for instructions how to use lthooks instead of
everysel.
2021-02-13 10:46:04 +00:00
markd
a52c72bbf0 tex-etoolbox{,-doc}: update to 2.5k
Track upcoming LaTeX2e kernel changes
2021-02-13 10:42:07 +00:00
markd
7d4f71540e tex-eso-pic{,-doc}: update to 3.0a
Using LaTeX's shipout hooks; some small bug fixes.
2021-02-13 10:39:12 +00:00
markd
8f0c7630c5 tex-crop: update to 1.10.2
1.10
This version of crop adds support for LuaTeX, and corrects the dimensions
of some paper sizes.

1.10.1:
This version updates the documentation and adds all the files necessary
for installation to the distribution package; there are no changes to
the LaTeX since 1.10.

1.10.2:
This update only affects the build system and makes the release package
better conform with CTAN rules; there are no changes to the LaTeX files.
2021-02-13 10:33:30 +00:00
markd
2b4a449e7e tex-cmap: update to 1.0j
1.0i
Automatically disable pdfTeX's automatic generation of ToUnicode CMaps
whenever the package provides CMaps.

1.0j
Allow using cmap under LuaTeX without luatex85.
2021-02-13 10:29:56 +00:00
markd
07b423456a tex-caption{,-doc}: update to 20201026
changes unknown
2021-02-13 10:27:35 +00:00
markd
dd97b80d8a tex-breqn: update to 0.98k
changes unknown
2021-02-13 10:24:11 +00:00
taca
11ad3c5837 doc: Updated finance/ruby-activemerchant to 1.119.0 2021-02-13 10:23:21 +00:00