Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 02:33:38 UTC Now

2021-02-14 14:58:20 UTC MAIN commitmail json YAML

2021-02-14 14:57:34 UTC MAIN commitmail json YAML

devel/ruby-gemcuttre: fix build with Ruby 3.0

(taca)

2021-02-14 14:55:42 UTC MAIN commitmail json YAML

2021-02-14 14:53:56 UTC MAIN commitmail json YAML

doc: Added textproc/ruby-rexml version 3.2.4

(taca)

2021-02-14 14:53:42 UTC MAIN commitmail json YAML

textproc/Makefile: add and enable ruby-rexml

(taca)

2021-02-14 14:53:04 UTC MAIN commitmail json YAML

textproc/ruby-rexml: re-add package version 3.2.4

ruby-rexml was bundled to ruby base package and removed past.

Ruby 3.0 dose not bundle rexml library any more, so re-add its latest
version now.

REXML

REXML was inspired by the Electric XML library for Java, which features an
easy-to-use API, small size, and speed.  Hopefully, REXML, designed with the
same philosophy, has these same features.  I've tried to keep the API as
intuitive as possible, and have followed the Ruby methodology for method
naming and code flow, rather than mirroring the Java API.

REXML supports both tree and stream document parsing.  Stream parsing is
faster (about 1.5 times as fast).  However, with stream parsing, you don't
get access to features such as XPath.

(taca)

2021-02-14 14:44:14 UTC MAIN commitmail json YAML

lang/ruby: update "used by" lines

(taca)

2021-02-14 14:43:09 UTC MAIN commitmail json YAML

doc/TODO: ruby-3.0.0 was added

- ruby-3.0.0.

(taca)

2021-02-14 14:42:40 UTC MAIN commitmail json YAML

doc: Added lang/ruby version 3.0.0nb1

(taca)

2021-02-14 14:41:18 UTC MAIN commitmail json YAML

lang/ruby: add support for ruby 3.0

(taca)

2021-02-14 14:39:09 UTC MAIN commitmail json YAML

doc: add Ruby 3.0.0 packages

lang/ruby30-base
databases/ruby-gdbm
devel/ruby-fiddle
devel/ruby-readline
lang/ruby30

(taca)

2021-02-14 14:37:16 UTC MAIN commitmail json YAML

lang/Makefile: add and enable ruby30 and ruby30-base

(taca)

2021-02-14 14:35:54 UTC MAIN commitmail json YAML

lang/ruby30: add version 3.0.0 package

This a meta package including Ruby 3.0 full release.

It includes ruby30-base, ruby30-gdbm, ruby30-fiddle and ruby30-readline
package.

No package should depend on this package directly.

(taca)

2021-02-14 14:34:54 UTC MAIN commitmail json YAML

devel/ruby-fiddle: add support for Ruby 3.0

Add Ruby 3.0 (really fiddle 1.0.0) support.

(taca)

2021-02-14 14:32:41 UTC MAIN commitmail json YAML

lang/ruby30-base: add version 3.0.0 package

Ruby is the interpreted scripting language for quick and easy Object
Oriented Programming.  It has many features to process text files and to do
system management tasks (as in Perl).  It is simple, straight-forward, and
extensible.

Features of Ruby are shown below.

  + Simple Syntax
  + *Normal* Object-Oriented features (ex. class, method calls)
  + *Advanced* Object-Oriented features (ex. Mix-in, Singleton-method)
  + Operator Overloading
  + Exception Handling
  + Iterators and Closures
  + Garbage Collection
  + Dynamic Loading of Object files (on some architecture)
  + Highly Portable (works on many UNIX machines, and on DOS, Windows,
    Mac, etc.)

Ruby 3.0 introduces a number of new features and performance
improvements, most notably:

  * Performance
- MJIT
  * Concurrency
- Ractor
- Fiber Scheduler
  * Typing (Static Analysis)
- RBS
- TypeProf

This package is Ruby 3.0 release minimum base package.

(taca)

2021-02-14 14:30:08 UTC MAIN commitmail json YAML

lang/ruby: add support for Ruby 3.0

(taca)

2021-02-14 14:23:57 UTC MAIN commitmail json YAML

doc: Updated editors/kibi to 0.2.2

(pin)

2021-02-14 14:23:37 UTC MAIN commitmail json YAML

editors/kibi: update to 0.2.2

Added:
-Add syntax highlighting configuration for V (#78)
-Add the ability to execute external commands from the editor (#83)
-Improve file opening error messages for config files (#91)

Fixed:
-Android: fix a bug (#87) related to a SELinux policy that would cause
Kibi to crash on certain Android versions when setting the termios
(#92).

(pin)

2021-02-14 14:11:48 UTC MAIN commitmail json YAML

doc: add Ruby on Rails 6.1 packages

devel/ruby-activesupport61
devel/ruby-activemodel61
devel/ruby-activejob61
www/ruby-actionview61
www/ruby-actionpack61
databases/ruby-activerecord61
mail/ruby-actionmailer61
mail/ruby-actionmailbox61
www/ruby-actioncable61
devel/ruby-railties61
devel/ruby-activestorage61
textproc/ruby-actiontext61
www/ruby-rails61

(taca)

2021-02-14 14:10:44 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-rails61

(taca)

2021-02-14 14:10:02 UTC MAIN commitmail json YAML

www/ruby-rails61: add package version 6.1.2.1

Ruby on Rails is a full-stack web framework optimized for programmer
happiness and sustainable productivity.  It encourages beautiful code
by favoring convention over configuration.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 14:09:19 UTC MAIN commitmail json YAML

textproc/Makefile: add and enable ruby-actiontext61

(taca)

2021-02-14 14:08:43 UTC MAIN commitmail json YAML

textproc/ruby-actiontext61: add package version 6.1.2.1

Action Text

Action Text brings rich text content and editing to Rails.  It includes the
[Trix editor](https://trix-editor.org) that handles everything from formatting
to links to quotes to lists to embedded images and galleries.  The rich text
content generated by the Trix editor is saved in its own RichText model that's
associated with any existing Active Record model in the application.  Any
embedded images (or other attachments) are automatically stored using Active
Storage and associated with the included RichText model.

You can read more about Action Text in the [Action Text
Overview](https://edgeguides.rubyonrails.org/action_text_overview.html) guide.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 14:07:53 UTC MAIN commitmail json YAML

devel/Makefile: add and enable ruby-activestorage61, ruby-railties61

(taca)

2021-02-14 14:07:09 UTC MAIN commitmail json YAML

devel/ruby-activestorage61: add package version 6.1.2.1

Active Storage

Active Storage makes it simple to upload and reference files in cloud services
like [Amazon S3](https://aws.amazon.com/s3/), [Google Cloud
Storage](https://cloud.google.com/storage/docs/), or [Microsoft Azure
Storage](https://azure.microsoft.com/en-us/services/storage/), and attach
those files to Active Records.  Supports having one main service and mirrors
in other services for redundancy.  It also provides a disk service for testing
or local deployments, but the focus is on cloud storage.

Files can be uploaded from the server to the cloud or directly from the client
to the cloud.

Image files can furthermore be transformed using on-demand variants for
quality, aspect ratio, size, or any other
[MiniMagick](https://github.com/minimagick/minimagick) supported
transformation.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 14:06:30 UTC MAIN commitmail json YAML

devel/ruby-railties61: add package version 6.1.2.1

Railties -- Gluing the Engine to the Rails

Railties is responsible for gluing all frameworks together. Overall, it:

* handles the bootstrapping process for a Rails application;

* manages the +rails+ command line interface;

* and provides the Rails generators core.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 14:05:16 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-actioncable61

(taca)

2021-02-14 14:04:18 UTC MAIN commitmail json YAML

www/ruby-actioncable61: add package version 6.1.2.1

Action Cable - Integrated WebSockets for Rails

Action Cable seamlessly integrates WebSockets with the rest of your Rails
application.  It allows for real-time features to be written in Ruby in the
same style and form as the rest of your Rails application, while still being
performant and scalable.  It's a full-stack offering that provides both a
client-side JavaScript framework and a server-side Ruby framework.  You have
access to your full domain model written with Active Record or your ORM of
choice.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 14:03:34 UTC MAIN commitmail json YAML

mail/Makefile: add and enable ruby-actionmailbox61, ruby-actionmailer61

(taca)

2021-02-14 14:02:59 UTC MAIN commitmail json YAML

mail/ruby-actionmailbox61: add package version 6.1.2.1

Action Mailbox

Action Mailbox routes incoming emails to controller-like mailboxes for
processing in Rails.  It ships with ingresses for Mailgun, Mandrill, Postmark,
and SendGrid.  You can also handle inbound mails directly via the built-in
Exim, Postfix, and Qmail ingresses.

The inbound emails are turned into `InboundEmail` records using Active Record
and feature lifecycle tracking, storage of the original email on cloud storage
via Active Storage, and responsible data handling with on-by-default
incineration.

These inbound emails are routed asynchronously using Active Job to one or
several dedicated mailboxes, which are capable of interacting directly with
the rest of your domain model.

You can read more about Action Mailbox in the [Action Mailbox
Basics](https://edgeguides.rubyonrails.org/action_mailbox_basics.html) guide.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 14:02:23 UTC MAIN commitmail json YAML

mail/ruby-actionmailer61: add package version 6.1.2.1

Action Mailer is a framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcome
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.

Action Mailer is in essence a wrapper around Action Controller and the
Mail gem.  It provides a way to make emails using templates in the same
way that Action Controller renders views using templates.

Additionally, an Action Mailer class can be used to process incoming email,
such as allowing a weblog to accept new posts from an email (which could even
have been sent from a phone).

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 14:01:21 UTC MAIN commitmail json YAML

databases/Makefile: add and enable ruby-activerecord61

(taca)

2021-02-14 14:00:43 UTC MAIN commitmail json YAML

databases/ruby-activerecord61: add package version 6.1.2.1

Active Record -- Object-relational mapping put on rails

Active Record connects classes to relational database tables to establish an
almost zero-configuration persistence layer for applications. The library
provides a base class that, when subclassed, sets up a mapping between the new
class and an existing table in the database. In context of an application,
these classes are commonly referred to as *models*. Models can also be
connected to other models; this is done by defining *associations*.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 13:59:40 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-actionpack61 and ruby-actionview61

(taca)

2021-02-14 13:58:52 UTC MAIN commitmail json YAML

www/ruby-actionpack61: add package version 6.1.2.1

Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 13:58:16 UTC MAIN commitmail json YAML

www/ruby-actionview61: add package version 6.1.2.1

Action View provides simple, battle-tested conventions and helpers for
building web pages.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 13:56:31 UTC MAIN commitmail json YAML

devel/Makefile: add ruby-activejob61, ruby-activemodel61, ruby-activesupport61

(taca)

2021-02-14 13:55:17 UTC MAIN commitmail json YAML

devel/ruby-activejob61: add package version 6.1.2.1

Active Job is a framework for declaring jobs and making them run on a
variety of queueing backends. These jobs can be everything from
regularly scheduled clean-ups, to billing charges, to
mailings. Anything that can be chopped up into small units of work and
run in parallel, really.

It also serves as the backend for Action Mailer's #deliver_later
functionality that makes it easy to turn any mailing into a job for
running later. That's one of the most common jobs in a modern web
application: Sending emails outside of the request-response cycle, so
the user doesn't have to wait on it.

The main point is to ensure that all Rails apps will have a job
infrastructure in place, even if it's in the form of an "immediate
runner". We can then have framework features and other gems build on
top of that, without having to worry about API differences between
Delayed Job and Resque. Picking your queuing backend becomes more of
an operational concern, then. And you'll be able to switch between
them without having to rewrite your jobs.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 13:54:14 UTC MAIN commitmail json YAML

devel/ruby-activemodel61: add package version 6.1.2.1

Active Model provides a known set of interfaces for usage in model classes.
They allow for Action Pack helpers to interact with non-ActiveRecord models,
for example. Active Model also helps building custom ORMs for use outside of
the Rails framework.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 13:53:25 UTC MAIN commitmail json YAML

devel/ruby-activesupport61: add package version 6.1.2.1

A toolkit of support libraries and Ruby core extensions extracted from
the Rails framework. Rich support for multibyte strings,
internationalization, time zones, and testing.

This is for Ruby on Rails 6.1.

(taca)

2021-02-14 13:49:40 UTC MAIN commitmail json YAML

lang/ruby: add Ruby on Rails 6.1 support

(taca)

2021-02-14 13:47:45 UTC MAIN commitmail json YAML

doc: Updated www/ruby-puma to 5.2.1

(taca)

2021-02-14 13:47:27 UTC MAIN commitmail json YAML

www/ruby-puma: update to 5.2.1

5.2.1 (2021-02-05)

Bugfixes
* Fix TCP cork/uncork operations to work with ssl clients ([#2550])
* Require rack/common_logger explicitly if :verbose is true ([#2547])
* MiniSSL::Socket#write - use data.byteslice(wrote..-1) ([#2543])
* Set @env[CONTENT_LENGTH] value as string. ([#2549])

(taca)

2021-02-14 13:45:35 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-kramdown-rfc2629 to 1.3.31

(taca)

2021-02-14 13:45:00 UTC MAIN commitmail json YAML

textproc/ruby-kramdown-rfc2629: update to 1.3.31

pkgsrc change: remove unnecessary OVERRIDE_GEMSPEC.

1.3.31 (2021-02-13)

* Add temporary workaround for draft referencing regression

1.3.30 (2021-02-12)

* Use rfc-editor/datatracker for RFC/I-D bibxml unless
  KRAMDOWN_USE_TOOLS_SERVER environment variable is set.

1.3.29 (2021-02-12)

* Do not use server-side anchor setup for stand_alone: true

1.3.28 (2021-02-05)

* SVG error handling fixes

(taca)

2021-02-14 13:44:34 UTC MAIN commitmail json YAML

libunit: Change references from wip to www

(otis)

2021-02-14 13:43:40 UTC MAIN commitmail json YAML

2021-02-14 13:37:50 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-mixlib-shellout to 3.2.5

(taca)

2021-02-14 13:37:17 UTC MAIN commitmail json YAML

devel/ruby-mixlib-shellout: udpate to 3.2.5

3.2.5 (2021-02-13)

Merged Pull Requests
* fix broken windows tests #227 (mwrock)
* Add Ruby 3 testing + cleanup deps #228 (tas50)
* gemspec: add license metadata #229 (priv-kweihmann)

(taca)

2021-02-14 13:25:07 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-exploitation to 0.1.27

(taca)

2021-02-14 13:24:29 UTC MAIN commitmail json YAML

security/ruby-rex-exploitation: update to 0.1.27

0.1.27 (2021-02-11)

* Land #28, Update for ruby 3 support

(taca)

2021-02-14 12:55:18 UTC MAIN commitmail json YAML

2021-02-14 12:05:02 UTC MAIN commitmail json YAML

devel: Add libunit

(otis)

2021-02-14 12:04:45 UTC MAIN commitmail json YAML

doc: Added devel/libunit version 1.22.0

(otis)

2021-02-14 12:04:30 UTC MAIN commitmail json YAML

devel/libunit: Import libunit-1.22.0

libunit is a development kit for dynamic web application server.

(otis)

2021-02-14 11:59:37 UTC MAIN commitmail json YAML

doc: Added www/unit-ruby version 1.22.0

(otis)

2021-02-14 11:59:23 UTC MAIN commitmail json YAML

doc: Added www/unit-python version 1.22.0

(otis)

2021-02-14 11:59:08 UTC MAIN commitmail json YAML

doc: Added www/unit-php version 1.22.0

(otis)

2021-02-14 11:58:55 UTC MAIN commitmail json YAML

doc: Added www/unit-perl version 1.22.0

(otis)

2021-02-14 11:58:06 UTC MAIN commitmail json YAML

doc: Added www/unit version 1.22.0

(otis)

2021-02-14 11:57:46 UTC MAIN commitmail json YAML

www: Add unit and its subpackages

(otis)

2021-02-14 11:56:58 UTC MAIN commitmail json YAML

2021-02-14 11:55:48 UTC MAIN commitmail json YAML

doc: Added graphics/charls version 2.2.0

(nros)

2021-02-14 11:51:57 UTC MAIN commitmail json YAML

2021-02-14 11:51:46 UTC MAIN commitmail json YAML

doc: Updated security/authelia to 4.26.1

(tnn)

2021-02-14 11:50:43 UTC MAIN commitmail json YAML

authelia: update to 4.26.1

New Features:
  daa30f3 Add theme support
  9ca0e94 Validate ACLs and add network groups
  29a9002 Enhance LDAP/SMTP TLS Configuration and Unify Them
  b12528a Display TOTP secret on device registration
  426f526 LDAP StartTLS
  365304a Add Optional Check for Session Username on VerifyGet
  aa64d0c Support MSAD password reset via unicodePwd attribute
  a29eeb5 Add JSON log formatting option
  f1ecc5b Create dedicated health endpoint

Bug fixes:
  2763aef Static Session Expiration Key
  ba04d10 Make username_attribute a mandatory placeholder in users_filter
  50df949 Prevent crash when email has not been set
  fd7b4ad Disable colored logging outputs when file is specified
  423cd09 Dynamically determine healthcheck URL
  2834f3f Fix re-rendering callbacks

Deprecation Notices:
  All of these deprecations will be fully removed in release 4.28.0
    The SMTP notifiers trusted_cert option has been deprecated (replaced by global certificates_directory)
    The SMTP notifiers disable_verify_cert option has been deprecated (replaced by notifier.smtp.tls.skip_verify)
    The LDAP authentication backends skip_verify option has been deprecated (replaced by authentication_backend.ldap.tls.skip_verify)
    The LDAP authentication backends minimum_tls_version option has been deprecated (replaced by authentication_backend.ldap.tls.minimum_version)
  LDAP User Provider Filters (final removal in 4.27.0):
    User Filters containing {0} are being deprecated and will generate warnings. Replaced with {input}.
    Group Filters containing {0} or {1} are being deprecated and will generate warnings.
    Replaced with {input} and {username} respectively.

(tnn)

2021-02-14 11:46:13 UTC MAIN commitmail json YAML

mk: remove ftp.dante.de, it does not offer FTP any longer

(wiz)

2021-02-14 11:43:34 UTC MAIN commitmail json YAML

libretro-stella: set GITHUB_PROJECT so 'make fetch' works.

(wiz)

2021-02-14 11:42:29 UTC MAIN commitmail json YAML

dolphin-plugins: fix path to dolphin

(wiz)

2021-02-14 11:34:00 UTC MAIN commitmail json YAML

doc: Added graphics/farbfeld version 4

(leot)

2021-02-14 11:33:41 UTC MAIN commitmail json YAML

graphics: Add farbfeld

(leot)

2021-02-14 11:32:48 UTC MAIN commitmail json YAML

graphics/farbfeld: import farbfeld-4

Farbfeld is a lossless image-format designed to be parsed and piped easily.
It can be compressed easily and beats PNG's filesize in many cases.

(leot)

2021-02-14 10:21:11 UTC MAIN commitmail json YAML

doc: Updated audio/libopenmpt to 0.5.5

(fcambus)

2021-02-14 10:20:59 UTC MAIN commitmail json YAML

libopenmpt: update to 0.5.5.

### libopenmpt 0.5.5 (2021-01-31)

*  [**New**] `Makefile` `CONFIG=emscripten` now supports
  `EMSCRIPTEN_TARGET=audioworkletprocessor` which builds an ES6 module in
  a single file with reduced dependencies suitable to be used in an
  AudioWorkletProcessor.

*  [**Bug**] stb_vorbis: Fix decoding of Vorbis streams without comments which
  affected most Vorbis samples since stb_vorbis v1.20.

*  `openmpt::ext::interactive::set_pitch_factor` wasn't applied to OPL voices.
*  OPL channel state (in particular current patch) is now updated when seeking.
*  The FT2 tremolo quirk is now also applied to MOD files. FT2 just copied the
  quirky code from ProTracker!
*  DMF: Preserve effects better in some situations where there is more than one
  effect in a pattern cell.
*  DMF: Improve import of finetune effect with parameters larger than +/-15.

*  mpg123: Update to v1.26.4 (2020-12-24).
*  pugixml: Update to v1.11.4 (2020-12-22).

(fcambus)

2021-02-14 09:37:44 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ImageMagick-7.0.11.0, asciidoc-9.1.0, cascadia-ttf-2102.03,
  gtar-base-1.34, ilmbase-2.5.5, libuv-1.41.0, openexr-2.5.5,
  py-hypothesis-6.2.0, subversion-base-1.14.1, unifont-13.0.06.

(wiz)

2021-02-14 08:26:00 UTC MAIN commitmail json YAML

Note update of lang/rust to 1.49.0.

(he)

2021-02-14 08:25:35 UTC MAIN commitmail json YAML

Note TODO for rust-1.50.0.

(he)

2021-02-14 08:24:31 UTC MAIN commitmail json YAML

Update lang/rust to version 1.49.0.

Pkgsrc changes:
* Adjust patches, convert tabs to spaces so that tests pass.
* Remove patches which are no longer needed (upstream changed)
* Minor adjustments for SunOS, e.g. disable stack probes.
* Adjust cargo checksum patching accordingly.
* Remove commented-out use of PATCHELF on NetBSD, which doesn't work anyway...

Upstream changes:

Version 1.49.0 (2020-12-31)
============================

Language
-----------------------

- [Unions can now implement `Drop`, and you can now have a field in a union
  with `ManuallyDrop<T>`.][77547]
- [You can now cast uninhabited enums to integers.][76199]
- [You can now bind by reference and by move in patterns.][76119] This
  allows you to selectively borrow individual components of a type. E.g.
  ```rust
  #[derive(Debug)]
  struct Person {
      name: String,
      age: u8,
  }

  let person = Person {
      name: String::from("Alice"),
      age: 20,
  };

  // `name` is moved out of person, but `age` is referenced.
  let Person { name, ref age } = person;
  println!("{} {}", name, age);
  ```

Compiler
-----------------------

- [Added tier 1\* support for `aarch64-unknown-linux-gnu`.][78228]
- [Added tier 2 support for `aarch64-apple-darwin`.][75991]
- [Added tier 2 support for `aarch64-pc-windows-msvc`.][75914]
- [Added tier 3 support for `mipsel-unknown-none`.][78676]
- [Raised the minimum supported LLVM version to LLVM 9.][78848]
- [Output from threads spawned in tests is now captured.][78227]
- [Change os and vendor values to "none" and "unknown" for some targets][78951]

\* Refer to Rust's [platform support page][forge-platform-support] for more
information on Rust's tiered platform support.

Libraries
-----------------------

- [`RangeInclusive` now checks for exhaustion when calling `contains`
  and indexing.][78109]
- [`ToString::to_string` now no longer shrinks the internal buffer
  in the default implementation.][77997]
- [`ops::{Index, IndexMut}` are now implemented for fixed sized
  arrays of any length.][74989]

Stabilized APIs
---------------

- [`slice::select_nth_unstable`]
- [`slice::select_nth_unstable_by`]
- [`slice::select_nth_unstable_by_key`]

The following previously stable methods are now `const`.

- [`Poll::is_ready`]
- [`Poll::is_pending`]

Cargo
-----------------------
- [Building a crate with `cargo-package` should now be independently
  reproducible.][cargo/8864]
- [`cargo-tree` now marks proc-macro crates.][cargo/8765]
- [Added `CARGO_PRIMARY_PACKAGE` build-time environment
  variable.]  [cargo/8758] This variable will be set if the crate
  being built is one the user selected to build, either with `-p`
  or through defaults.
- [You can now use glob patterns when specifying packages &
  targets.][cargo/8752]

Compatibility Notes
-------------------
- [Demoted `i686-unknown-freebsd` from host tier 2 to target tier
  2 support.][78746]
- [Macros that end with a semi-colon are now treated as statements
  even if they expand to nothing.][78376]
- [Rustc will now check for the validity of some built-in attributes
  on enum variants.][77015] Previously such invalid or unused
  attributes could be ignored.
- Leading whitespace is stripped more uniformly in documentation
  comments, which may change behavior. You read [this post about
  the changes][rustdoc-ws-post] for more details.
- [Trait bounds are no longer inferred for associated types.][79904]

Internal Only
-------------
These changes provide no direct user facing benefits, but represent
significant improvements to the internals and overall performance
of rustc and related tools.

- [rustc's internal crates are now compiled using the `initial-exec` Thread
  Local Storage model.][78201]
- [Calculate visibilities once in resolve.][78077]
- [Added `system` to the `llvm-libunwind` bootstrap config option.][77703]
- [Added `--color` for configuring terminal color support to bootstrap.][79004]

[75991]: https://github.com/rust-lang/rust/pull/75991
[78951]: https://github.com/rust-lang/rust/pull/78951
[78848]: https://github.com/rust-lang/rust/pull/78848
[78746]: https://github.com/rust-lang/rust/pull/78746
[78376]: https://github.com/rust-lang/rust/pull/78376
[78228]: https://github.com/rust-lang/rust/pull/78228
[78227]: https://github.com/rust-lang/rust/pull/78227
[78201]: https://github.com/rust-lang/rust/pull/78201
[78109]: https://github.com/rust-lang/rust/pull/78109
[78077]: https://github.com/rust-lang/rust/pull/78077
[77997]: https://github.com/rust-lang/rust/pull/77997
[77703]: https://github.com/rust-lang/rust/pull/77703
[77547]: https://github.com/rust-lang/rust/pull/77547
[77015]: https://github.com/rust-lang/rust/pull/77015
[76199]: https://github.com/rust-lang/rust/pull/76199
[76119]: https://github.com/rust-lang/rust/pull/76119
[75914]: https://github.com/rust-lang/rust/pull/75914
[74989]: https://github.com/rust-lang/rust/pull/74989
[79004]: https://github.com/rust-lang/rust/pull/79004
[78676]: https://github.com/rust-lang/rust/pull/78676
[79904]: https://github.com/rust-lang/rust/issues/79904
[cargo/8864]: https://github.com/rust-lang/cargo/pull/8864
[cargo/8765]: https://github.com/rust-lang/cargo/pull/8765
[cargo/8758]: https://github.com/rust-lang/cargo/pull/8758
[cargo/8752]: https://github.com/rust-lang/cargo/pull/8752
[`slice::select_nth_unstable`]: https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.select_nth_unstable
[`slice::select_nth_unstable_by`]: https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.select_nth_unstable_by
[`slice::select_nth_unstable_by_key`]: https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.select_nth_unstable_by_key
[`hint::spin_loop`]: https://doc.rust-lang.org/stable/std/hint/fn.spin_loop.html
[`Poll::is_ready`]: https://doc.rust-lang.org/stable/std/task/enum.Poll.html#method.is_ready
[`Poll::is_pending`]: https://doc.rust-lang.org/stable/std/task/enum.Poll.html#method.is_pending
[rustdoc-ws-post]: https://blog.guillaume-gomez.fr/articles/2020-11-11+New+doc+comment+handling+in+rustdoc

(he)

2021-02-14 03:17:10 UTC MAIN commitmail json YAML

texlive-collection-langenglish: update to revision 57292

(markd)

2021-02-14 03:05:54 UTC MAIN commitmail json YAML

more tex package updates

(markd)

2021-02-14 03:04:34 UTC MAIN commitmail json YAML

2021-02-14 03:00:49 UTC MAIN commitmail json YAML

tex-eplain{,-doc}: update to 3.11

This minor release supports the YYYY-MM-DD date syntax in
\ProvidesPackage, as well as the historical YYYY/MM/DD.

(markd)

2021-02-14 02:20:36 UTC MAIN commitmail json YAML

more tex package updates

(markd)

2021-02-14 02:17:00 UTC MAIN commitmail json YAML

texlive-collection-fontutils: update to 2020.57089

(markd)

2021-02-14 02:15:09 UTC MAIN commitmail json YAML

fonts: +tex-albatross{,-doc}

(markd)

2021-02-14 02:14:01 UTC MAIN commitmail json YAML

2021-02-14 02:10:58 UTC MAIN commitmail json YAML

tex-mf2pt1{,-doc}: update to 2.6

Starting with version 2.6, mf2pt1 no longer automatically generates
a unique ID for the font.  Unique IDs frustrate reproducible builds
of fonts; mf2pt1 generated such IDs randomly, implying that there was
no guarantee of uniqueness; and Adobe has declared that unique IDs
are no longer necessary

In addition, a large number of external links in the mf2pt1
documentation have been updated to point to current locations.

(markd)

2021-02-14 02:08:09 UTC MAIN commitmail json YAML

tex-fontools{,-doc}: update to 2020.57171

New feature in autoinst: when creating math fonts, the generated style
file now has an option -nomathgreek. This is useful for fonts that
don't contain greek characters.

(markd)

2021-02-14 00:55:53 UTC MAIN commitmail json YAML

tex package updates

(markd)

2021-02-14 00:54:49 UTC MAIN commitmail json YAML

texlive-collection-basic: update to 2020.56569

(markd)

2021-02-14 00:50:00 UTC MAIN commitmail json YAML

2021-02-14 00:47:35 UTC MAIN commitmail json YAML

2021-02-14 00:45:26 UTC MAIN commitmail json YAML

2021-02-14 00:42:44 UTC MAIN commitmail json YAML

tex-hyphenex: update to 20210110

A large update to the US English hyphenation exception list maintained
by TUGboat editors.

(markd)

2021-02-14 00:40:25 UTC MAIN commitmail json YAML

2021-02-13 21:46:45 UTC MAIN commitmail json YAML

Updated devel/py-fasteners, mail/py-imapclient

(adam)

2021-02-13 21:46:26 UTC MAIN commitmail json YAML

py-imapclient: updated to 2.2.0

Version 2.2.0
=============

Changed
-------
- Performance improvements
  - 2x faster _maybe_int_to_bytes for Python 2
  - Fix _proc_folder_list quadratic runtime
  - Faster utf7 encode. ~40% faster for input with a mix of unicode and
    ASCII chars.
  - Cache regex in _process_select_response
- poll() when available to surpass 1024 file descriptor limit with select()
- Use next instead of six.next as imapclient doesn't claim Python 2.5 support.
- Moved "Logged in/out" traces from INFO to DEBUG level
- Run tests on Python 3.8 and 3.9
- Support the Deleted special folder used by Outlook
- Clean up timeout handling
- Run the Black code formatter over the entire project

Added
-----
- MULTIAPPEND and LITERAL+ support
- Use ptpython for interactive shell if available
- Allow any custom SASL mechanism to be provided. This allows mechanisms such
  as EXTERNAL, GSSAPI or SCRAM-SHA-256 to be used in the same way as with
  imaplib.
- Add SASL OAUTHBEARER support
- add optional timeout parameter to IMAP4_TLS.open

Fixed
-----
- fixed special folder searching
- Catch the right exception in folder_status
- test_imapclient: Fix LoggerAdapter version check
- Fix config file parsing for None attributes
- Fix useless ref cycle in lexer
- Protocol parsing: Prevent converting numbers with leading zeroes to int.
- Prevent UnicodeDecodeError in IMAPlibLoggerAdapter
- Fix invalid string escape sequences
- Ensure timeout is used on Python 2.7.  _create_socket isn't used with the
  Python 2 version of imaplib so the open method has been overrided to make it
  consistent across Python version.
- Fix IMAP4_TLS for imaplib in Python 3.9+

(adam)

2021-02-13 21:42:51 UTC MAIN commitmail json YAML

py-fasteners: updated to 0.16

0.16:
- Move from travis and appveyor to github actions
- Add interprocess reader writer lock
- Improve README
- remove unused eventlet import
- use stdlib monotonic instead of external for python >= 3.4

(adam)

2021-02-13 21:27:39 UTC MAIN commitmail json YAML

Updated security/py-josepy, misc/py-tqdm

(adam)

2021-02-13 21:27:19 UTC MAIN commitmail json YAML

py-tqdm: updated to 4.56.2

tqdm v4.56.2 stable

fix attribute errors when disabled
- reset()
- unpause()
add tests

tqdm v4.56.1 stable

fix repr() & format_dict when disabled
rename __repr__() => __str__()
minor documentation updates
- fix Binder demo notebook
- remove explicit Dockerfile
- move some images to external repo
add & update tests

(adam)

2021-02-13 21:24:06 UTC MAIN commitmail json YAML

py-josepy: updated to 1.7.0

1.7.0:
Dropped support for Python 2.7.
Added support for EC keys.

(adam)

2021-02-13 19:23:43 UTC MAIN commitmail json YAML

Updated databases/prometheus, databases/py-ldap3

(adam)

2021-02-13 19:23:25 UTC MAIN commitmail json YAML

py-ldap3: updated to 2.9

2.9:
- new feature: SafeRestartable strategy (SAFE_RESTARTABLE) for using a restartable Connection object in a multi-threading program
- tested against Python 3.9
- added requirements-dev.txt
- fixed logging unicode exceptions in python2.7
- added more granular control over use of reverse dns with Kerberos (thanks Azaria)
- support MS Active Directory persistent search (thanks eLeX)
- added support for LDAP signing when using DIGEST-MD5 authentication (thanks Augustin-FL)
- check only for searchResEntries in LDIF conversion (thanks Jay)
- modify-increment now works properly in mock strategies (thanks Saint-Marcel)
- objectGUID are now converted properly (thanks Janne)
- default timeout in asynchronous strategies raised to 20 seconds

(adam)

2021-02-13 19:20:55 UTC MAIN commitmail json YAML

prometheus: updated to 2.24.1

2.24.1
[ENHANCEMENT] Cache basic authentication results to significantly improve performance of HTTP endpoints (via an update of prometheus/exporter-toolkit).
[BUGFIX] Prevent user enumeration by timing requests sent to authenticated HTTP endpoints (via an update of prometheus/exporter-toolkit).

2.24.0
[FEATURE] Add TLS and basic authentication to HTTP endpoints.
[FEATURE] promtool: Add check web-config subcommand to check web config files.
[FEATURE] promtool: Add tsdb create-blocks-from openmetrics subcommand to backfill metrics data from an OpenMetrics file.
[ENHANCEMENT] HTTP API: Fast-fail queries with only empty matchers.
[ENHANCEMENT] HTTP API: Support matchers for labels API.
[ENHANCEMENT] promtool: Improve checking of URLs passed on the command line.
[ENHANCEMENT] SD: Expose IPv6 as a label in EC2 SD.
[ENHANCEMENT] SD: Reuse EC2 client, reducing frequency of requesting credentials.
[ENHANCEMENT] TSDB: Add logging when compaction takes more than the block time range.
[ENHANCEMENT] TSDB: Avoid unnecessary GC runs after compaction.
[BUGFIX] HTTP API: Avoid double-closing of channel when quitting multiple times via HTTP.
[BUGFIX] SD: Ignore CNAME records in DNS SD to avoid spurious Invalid SRV record warnings.
[BUGFIX] SD: Avoid config error triggered by valid label selectors in Kubernetes SD.

(adam)

2021-02-13 18:09:50 UTC MAIN commitmail json YAML

doc: Updated sysutils/sfm to 0.3.0

(pin)

2021-02-13 18:09:31 UTC MAIN commitmail json YAML

sysutils/sfm: update to 0.3.0

Add panel filtering: (#7)
* now you can filter usinng ctrl + s shortcut
* add lat modification date to display

(pin)

2021-02-13 18:08:32 UTC MAIN commitmail json YAML

doc: Updated devel/tig to 2.5.2

(fcambus)

2021-02-13 18:08:20 UTC MAIN commitmail json YAML

tig: update to 2.5.2.

tig-2.5.2
---------

Incompatibilities:

- Change directory from the next argument, from now use `tig -C /path/to/repo`.

Improvements:

- Jump from blame to commit.
- Start blame of an uncommitted deleted line from HEAD so the line's origin can
  be traced.
- Add line-graphics = auto.
- Allow maxwidth to be expressed in % of the view width.
- Pass stash args through.
- Make build work on IBM i.
- Restore fullscreen navigation.
- Update utf8proc to v2.6.1.
- Add some range so control chars ^^ and ^_ are also supported.
- Disable ncurses extended key values so that esc-codes can be used.
- Use id column for commit id only.
- Some minor updates for scrolling and for a double-click in diff.
- Add scroll-half-page-up and scroll-half-page-down actions.
- Allow to generate a compilation database.
- New command stage-update-part.
- The line number before a diff was applied is exposed as `%(lineno_old)`.

Bug fixes:

- Fix wrapping of lines with multibyte characters.
- Improve highlighting of search with $ regex.
- Update tracking branch when refreshing status view.
- Fix vertical lines in Putty with UTF-8 graphics.
- Fix parsing of three-way chunk headers with extra dashes.
- Update tracking branch when refreshing status view.
- Handle filename with space in diff view.
- The stash view requires a working tree.
- Replace useless strncpy to avoid compilation warning.
- Zsh completion fixes.
- Handle undefined __git_complete.
- Fix help messages for half-page and page up.
- Let `-S`, `-G` and `--grep=` pattern override readline history.
- Fix bash completion issue with worktrees
- Fix parsing of commit line from `git log --left-right` output in pager view.
- Fix %(lineno) computation for hunk postimages that span only one line.
- Align relative-compact dates to the right.
- Fix empty split diff view when navigating quickly in the stash view.
- Avoid depending on wcwidth in test by removing Variation Selector.
- Open the blob view with the cursor correctly positioned.
- Update %(text) when navigating diff contents.

(fcambus)

2021-02-13 15:59:35 UTC MAIN commitmail json YAML

2021-02-13 15:56:18 UTC MAIN commitmail json YAML

2021-02-13 15:30:23 UTC MAIN commitmail json YAML

pkgtools/pkglint: fix manpage and catpage installation

Reported by Chris Pinnock via private mail.

(rillig)

2021-02-13 15:30:08 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20210212

(gdt)

2021-02-13 15:28:58 UTC MAIN commitmail json YAML

ham/chirp: Update to 20210212

upstream changes: bugfixes and minor improvements

(gdt)

2021-02-13 15:16:04 UTC MAIN commitmail json YAML

databases/teimscaledb: Set RESTRICTED

timescale-license is very hard to understand, but there is clearly no
grant of permission to distribute derived works.  Permission is
perhaps granted to distribute unmodified versions, but it's
conditioned on compliance with hard to understand terms and limited
based on purpose of use.

(gdt)

2021-02-13 14:18:04 UTC MAIN commitmail json YAML

doc: Updated databases/libzdb to 3.2.2

(tnn)

2021-02-13 14:07:40 UTC MAIN commitmail json YAML

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

(tnn)

2021-02-13 14:05:40 UTC MAIN commitmail json YAML

doc: Updated security/ruby-rex-core to 0.1.16

(taca)

2021-02-13 14:05:19 UTC MAIN commitmail json YAML

security/ruby-rex-core: update to 0.1.16

0.1.16 (2021-02-12)

* Land #11, Remove tainted calls

(taca)

2021-02-13 14:03:15 UTC MAIN commitmail json YAML

doc: Updated security/ruby-metasploit-payloads to 2.0.32

(taca)

2021-02-13 14:02:47 UTC MAIN commitmail json YAML

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.

(taca)

2021-02-13 14:00:06 UTC MAIN commitmail json YAML

doc: Updated net/ruby-nio4r to 2.5.5

(taca)

2021-02-13 13:59:44 UTC MAIN commitmail json YAML

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)

(taca)

2021-02-13 13:58:24 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-pry to 0.14.0

(taca)

2021-02-13 13:58:03 UTC MAIN commitmail json YAML

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'

(taca)

2021-02-13 13:56:23 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-bundler to 2.2.9

(taca)

2021-02-13 13:56:04 UTC MAIN commitmail json YAML

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

(taca)

2021-02-13 13:53:54 UTC MAIN commitmail json YAML

doc: Updated mail/ruby-mime-types-data to 3.2021.0212

(taca)

2021-02-13 13:53:30 UTC MAIN commitmail json YAML

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.

(taca)

2021-02-13 13:51:53 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-RMagick to 4.2.1

(taca)

2021-02-13 13:51:32 UTC MAIN commitmail json YAML

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)

(taca)

2021-02-13 11:43:57 UTC MAIN commitmail json YAML

tex package updates

(markd)

2021-02-13 11:41:20 UTC MAIN commitmail json YAML

doc: updated postgresql-timescaledb, promscale

(tnn)

2021-02-13 11:41:18 UTC MAIN commitmail json YAML

texlive-collection-latexrecommended: update to 2020.57472

(markd)

2021-02-13 11:40:09 UTC MAIN commitmail json YAML

2021-02-13 11:40:00 UTC MAIN commitmail json YAML

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).

(tnn)

2021-02-13 11:37:34 UTC MAIN commitmail json YAML

2021-02-13 11:35:31 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 11:33:25 UTC MAIN commitmail json YAML

postgresql-timescaledb: add patch for openssl detection

(tnn)

2021-02-13 11:32:35 UTC MAIN commitmail json YAML

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.

(tnn)

2021-02-13 11:31:11 UTC MAIN commitmail json YAML

2021-02-13 11:29:44 UTC MAIN commitmail json YAML

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

(markd)

2021-02-13 11:26:48 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 11:24:24 UTC MAIN commitmail json YAML

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

(markd)

2021-02-13 11:20:57 UTC MAIN commitmail json YAML

tex-ntgclass{,-doc}: update to 2.1e

This patch release fixes a small bug that broke the oldtoc option.

(markd)

2021-02-13 11:19:05 UTC MAIN commitmail json YAML

2021-02-13 11:15:31 UTC MAIN commitmail json YAML

2021-02-13 11:13:33 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 11:08:30 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 11:04:37 UTC MAIN commitmail json YAML

2021-02-13 11:02:09 UTC MAIN commitmail json YAML

2021-02-13 11:00:10 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 10:59:14 UTC MAIN commitmail json YAML

postgresql-promscale_extension: upstream says not for PostgreSQL 11.x

(tnn)

2021-02-13 10:56:30 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 10:53:23 UTC MAIN commitmail json YAML

2021-02-13 10:50:37 UTC MAIN commitmail json YAML

print: +tex-everyshi{,-doc}

(markd)

2021-02-13 10:49:51 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 10:47:05 UTC MAIN commitmail json YAML

print: +tex-everysel{,-doc}

(markd)

2021-02-13 10:46:04 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 10:42:07 UTC MAIN commitmail json YAML

2021-02-13 10:39:12 UTC MAIN commitmail json YAML

2021-02-13 10:33:30 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 10:29:56 UTC MAIN commitmail json YAML

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.

(markd)

2021-02-13 10:27:35 UTC MAIN commitmail json YAML

2021-02-13 10:24:11 UTC MAIN commitmail json YAML

tex-breqn: update to 0.98k

changes unknown

(markd)

2021-02-13 10:23:22 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-activemerchant to 1.119.0

(taca)

2021-02-13 10:23:02 UTC MAIN commitmail json YAML

finance/ruby-activemerchant: update to 1.119.0

Version 1.119.0 (February 9th, 2021)

* Payment Express: support verify/validate [therufs] #3874
* GlobalCollect: Truncate address fields [meagabeth] #3878
* Litle: Truncate address fields [meagabeth] #3877
* Netbanx: Add-customer-information(name,email,IP)-to-a-transaction
  [rockyhakjoong] #3754
* Decidir: Improve error mapping [meagabeth] #3875
* Worldpay: support `skip_capture` [therufs] #3879
* Redsys: Add new response code text [britth] #3880
* Orbital: Update ECP details to use payment source [jessiagee] #3881
* Alelo: Add additional BIN ranges [meagabeth] #3882
* HPS: Update Add support for general credit [naashton] #3885
* Elavon: Fix issue with encoding data sent in the request [naashton]
  #3865
* Orbital: Update ECP to use EWS verification [jessiagee] #3886
* Eway: Add 3ds field when do direct payment [GavinSun9527] #3860
* Support Creditel cardtype [therufs] #3883
* Elavon: Remove ampersand char from fields [naashton] #3891

(taca)

2021-02-13 10:22:28 UTC MAIN commitmail json YAML

tex-beamer{,-doc}: update to 3.61

## [v3.59]

- added `\transfly` macro for `Fly` page transition
- Preparations for LaTeX2e 2020-10-01

## [v3.61]

- `\beamer at bibiconwidth` already defined bug
- shadowboxes and transparent overlays
- workaround for misalignment of biblatex with sidebar theme

(markd)

2021-02-13 10:21:05 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-i18n to 1.8.9

(taca)

2021-02-13 10:20:47 UTC MAIN commitmail json YAML

devel/ruby-i18n: update to 1.8.9

1.8.9 (2021-02-12)

* Rely on Ruby 3's native Hash#except method -- #557

(taca)

2021-02-13 10:19:22 UTC MAIN commitmail json YAML

doc: Updated archivers/ruby-mixlib-archive to 1.1.4

(taca)

2021-02-13 10:19:04 UTC MAIN commitmail json YAML

archivers/ruby-mixlib-archive: update to 1.1.4

1.1.4 (2021-02-10)

(unknown)

1.1.3 (2021-02-10)

* Remove encoding comment we don't need #51 (tas50)
* Remove Dir.chdir calls from libarchive extraction #54 (lamont-granquist)
* Remove the pry-stack_explorer dep failing Ruby 2.4 builds #55 (tas50)
* Add a note about ffi-libarchive to the readme #58 (tas50)
* Update Chefstyle to 1.6.2 #57 (tas50)

(taca)

2021-02-13 10:13:47 UTC MAIN commitmail json YAML

doc: Updated archivers/ruby-ffi-libarchive to 1.0.17

(taca)

2021-02-13 10:13:24 UTC MAIN commitmail json YAML

archivers/ruby-ffi-libarchive: update to 1.0.17

1.0.17 (2021-02-10)

* Update chefstyle requirement from 1.2.1 to 1.3.2 #35
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.3.2 to 1.4.0 #36
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.0 to 1.4.2 #37
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.2 to 1.4.3 #38
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.3 to 1.4.4 #39
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.4 to 1.4.5 #40
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.4.5 to 1.5.0 #41
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.0 to 1.5.8 #46
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.8 to 1.5.9 #47
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.5.9 to 1.6.1 #48
  (dependabot-preview[bot])
* Test on Ruby 3.0 #49 (tas50)
* Update chefstyle requirement from 1.6.1 to 1.6.2 #50
  (dependabot-preview[bot])
* Extend the reader API to extract to destination #51 (lamont-granquist)

(taca)

2021-02-13 10:08:40 UTC MAIN commitmail json YAML

doc: Updated time/ruby-timers to 4.3.3

(taca)

2021-02-13 10:08:16 UTC MAIN commitmail json YAML

time/ruby-timers: update to 4.3.3

4.3.3 (2021-02-13)

No release note nor changelog.  Here is quote from commit log.

* Fix development workflow.
* Remove comment from gemspec.
* Add priority queue class
* Add #size method and change to actual minheap
* Add some tests for priority heap
* Rename first and insert to peek and push for naming consistency
* Switch to a PriorityHeap instead of array for storing Handles
* Refactor Handle class to use Comparable mixin
* Add extra performance test for timer queue insertion speed
* Reduce required accuracy for tests, because macOS on GitHub Actions i… …
* Updated code formatting & specs.

(taca)

2021-02-13 09:21:07 UTC MAIN commitmail json YAML

doc: Updated converters/help2man to 1.48.1

(ryoon)

2021-02-13 09:20:42 UTC MAIN commitmail json YAML

help2man: Update to 1.48.1

Changelog:
Version 1.48            February 6, 2021

  * Add Serbian, Swedish, Brazilian Portuguese and Chinese (simplified)
    translations of info documentation.
  * Add Tamil and Chinese (simplified) translations.
  * Move table of contents to the top of the texi file so that it appears
    in the correct location in the html page.
  * Use the package name and version as the default for --source (was
    program).
  * Support packages in version strings without the GNU or Free prefix.
  * Allow an optional second dash to separate the package name from the
    version for multi-word packages: "program - package name - version".
  * Suppress creation of an empty pkglibdir when nls is disabled.
  * Fix ordering of "other" sections in manual page.
  * Use POSIX compliant TZ when setting UTC (thanks to Paul Eggert).

(ryoon)

2021-02-13 08:02:15 UTC MAIN commitmail json YAML

doc: Updated converters/bdf2sfd to 1.1.6

(fcambus)

2021-02-13 08:02:02 UTC MAIN commitmail json YAML

bdf2sfd: update to 1.1.6.

bdf2sfd 1.1.6 (2021-02-12)

- Stop forcing FORTIFY_SOURCE=2, it should be package builders decision
- Get rid of global variables, move all declarations to main()
- Remove dead increments for argc and argv
- Rename a few variables to get rid of all camelCase occurences
- Reorder and reformat variables declaration
- Try to harmonize usage information everywhere
- Rename the displayUsage() function to usage()

(fcambus)

2021-02-13 08:01:01 UTC MAIN commitmail json YAML

2021-02-13 07:09:30 UTC MAIN commitmail json YAML

(www/seamonkey) convert DEPENDS+= nasm>=2.13 to BUILD_DEPENDS+=

(mef)

2021-02-13 07:07:08 UTC MAIN commitmail json YAML

(www/seamonkey) Hopefully build fix: Add DEPENDS+=  nasm>=2.13

(mef)

2021-02-13 05:59:23 UTC MAIN commitmail json YAML

texlive-collection-latex: update to 2020.57048

(markd)

2021-02-13 05:54:40 UTC MAIN commitmail json YAML

tex-l3experimental: update to 2020.57669

## [2020-01-29]

### Added
- New `l3bitset` module
- `\pdf_destination:nn` and `\pdf_destination_box:nn` added to l3pdf

(markd)

2021-02-13 05:52:46 UTC MAIN commitmail json YAML

tex-l3packages{,-doc}: update to 2020.57600

## [2021-02-02]

### Changed
- Freeze the `xparse` code, and move the development to the LaTeX2e
  repository as `ltcmd`.

(markd)

2021-02-13 05:49:34 UTC MAIN commitmail json YAML

tex-l3kernel{,-doc}: update to 2020.57669

## [2021-02-06]

### Changed
- Use new (internal) interface for kerns

## [2021-02-02]

### Added
- `\c_zero_str`

## [2021-01-09]

### Added
- `\keyval_parse:nnn`

### Changed
- `\keyval_parse:NNn` is set equal to `\keyval_parse:nnn`

### Fixed
- Handling of encoding-specfic commands in `\text_purify:n`

(markd)

2021-02-13 05:46:38 UTC MAIN commitmail json YAML

tex-l3backend{,-doc}: update to 2020.57669

## [2020-01-29]

### Added
- Basic opacity support

### Changed
- Use color stack for fill color, and for stroke color if possible

### Fixed
- Implementation of `filldraw` for `dvips`

## [2021-01-09]

### Added
- Support for referencing last link with `(x)dvipdfmx` (requires an up-to-date
  backend)

### Changed
- Implementation of color wtih (x)dvipdfmx (requires an up-to-date
  backend)

## [2020-08-07]

### Changed
- Color selection implementation
- Improved support for Separation colors

## [2020-06-23]

### Changed
- Improved color support for drawings with `dvisvgm`

### Fixed
- Loading with `dvisvgm`

(markd)

2021-02-13 05:41:37 UTC MAIN commitmail json YAML

2021-02-13 05:39:00 UTC MAIN commitmail json YAML

tex-pslatex: update to 1.3

Minor update replacing the mc font shape by the equivalent c as
the former is considered obsolete and generates warnings in the
latest LaTeX releases.

(markd)

2021-02-13 05:36:16 UTC MAIN commitmail json YAML

print: +tex-pagesel{,-doc}

(markd)

2021-02-13 05:35:22 UTC MAIN commitmail json YAML

2021-02-13 05:31:12 UTC MAIN commitmail json YAML

tex-oberdiek{,-doc}: update to 2020.56291

No change to any of the packages in this bundle, hopatch and pagesel have
been updated and moved to separate distributions. README has been extended
and converted to markdown.

No changes to the packages here, but the hypdestopt package has been
updated and moved to its own repository

(markd)

2021-02-13 05:26:11 UTC MAIN commitmail json YAML

tex-ltxcmds{,-doc}: update to 1.25

Changed the definitions of \ltx at iffilelater, \ltx at ifpackagelater
and \ltx at ifclasslater to support dates in ISO format in same way as the
LaTeX kernel does it since 2017. The commands now use the same test as the
LaTeX kernel. \pdfmatch is no longer used with pdftex, and the tests for
dates before 1994 have been removed

(markd)

2021-02-13 05:22:01 UTC MAIN commitmail json YAML

2021-02-13 05:18:51 UTC MAIN commitmail json YAML

tex-kvoptions{,-doc}: update to 3.14

The package kvoptions-patch.sty distributed together with kvoptions.sty
is not compatible with a LaTeX 2020-10-01 or newer and so it will abort
loading if it detects it. This fixes
https://github.com/ho-tex/kvoptions/issues/5

(markd)

2021-02-13 05:15:43 UTC MAIN commitmail json YAML

tex-hyperref{,-doc}: update to 7.00j

7.00g
This hyperref version
* sets unicode to true by default for all engines, so now also for
  pdflatex.

It cleaned up various language patches:
* removed patches for russian, new version is on ctan
* removed patches for danish, dutch, finnish, portugues, usorbian,
  swedish, slovene, macedonian, ukrainian.
  This doesn't affect the output, but can give warnings in the log
  until the language files adapt their definitions.
* removed an outdated patch for \texttilde
* moved language patches to an extra file for easier handling
* removed \HyPsd at BabelPatch and the related code as no longer
  needed with a current babel.
* removed patches for ngerman/german: these are now in babel-german
* removed patches for french, unneeded according the
  babel-french maintainer.
* removed patches for greeknumerals, the code is now in
  babel-greek.

Some outdated code has been removed:
* removed outdated code to fix the first page boxlevel
* removed outdated code to fix old ltxcmds code
* removed outdated code to fix fancyvrb
* removed code related to /Hid - deprecated in PDF 1.2

The supported autoref languages have been extended
* added norsk to autoref languages
* added danish to autoref language
* corrected french language

Two bugs have been fixed:
* corrected the definition of \begin/\end in \pdfstringdef
* added Euro to encoding of form field font

7.00h
* renamed the manual to hyperref-doc
* moved the license of the documentation into the file
* puenc.def defines cyrillic command, specially \C, only if
  \CYRDZE has been defined previously
* puenc.def defines greek commands only if
  \textBeta has been defined previously
* puenc.def defines hebrew command only if
  \hebdalet has been defined previously
* ntheorem-hyper.sty made an obsolete stub
  as ntheorem has been hyperref-compatible for some years.
7.00i
* moved definitions for the \G accent to an extra file
  puenc-extra.def, which can be loaded manually (issue 170)
* moved the loading of puenc.def so that it can be suppressed
  with pdflatex with unicode=false
* corrected the \hspace command in \pdfstringdef, so that it
  accepts some subset of the calc syntax.
7.00j
* moved the PU-declarations for greek to an extra file
  puenc-greek.ldf and force loading if the options psdextra is
  used.
* moved definition for \U accent into the cyrillic block.
  So it is only defined if \CYRDZE has been defined previously.
* Some clarifications in the manual.
* added \special{dvipdfmx:config C 0x10} to the xetex and
  dvipdfmx driver to avoid problems with links to external files.
* if platex is detected unicode is set to false
* reverted the delayed loading of puenc.def as it breaks
  package options
* added a \lastnodetype test to distinguish explicit 0pt vskip from
  no skip in \Hy at SaveLastskip
* enabled setting the pdfversion with the xetex/dvipdfm driver,

(markd)

2021-02-13 05:06:50 UTC MAIN commitmail json YAML

print: +tex-hypdestopt{,-doc}

(markd)

2021-02-13 05:05:47 UTC MAIN commitmail json YAML

tex-hypdestopt{,-doc}: add version 2.7

This package supports hyperref's pdfTeX driver. It removes
unnecessary destinations and shortens the destination names or
uses numbered destinations to get smaller PDF files.

(markd)

2021-02-13 05:01:33 UTC MAIN commitmail json YAML

print: +tex-hopatch{,-doc}

(markd)

2021-02-13 05:00:42 UTC MAIN commitmail json YAML

tex-hopatch{,-doc}: add version 1.4

Hopatch provides a command with which the user may register of
patch code for a particular package. Hopatch will apply the
patch immediately, if the relevant package has already been
loaded; otherwise it will store the patch until the package
appears.

(markd)