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 (7m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (154d) 

2024-05-13 00:51:29 UTC Now

2021-09-04 21:05:24 UTC MAIN commitmail json YAML

gvproxy: Simplify distfile handling and make WRKSRC version agnostic (NFCI)

(leot)

2021-09-04 21:04:20 UTC MAIN commitmail json YAML

doc: Updated devel/git-cliff to 0.2.6

(pin)

2021-09-04 21:04:00 UTC MAIN commitmail json YAML

devel/git-cliff: update to 0.2.6

Bug Fixes:
-Pin the cargo-chef version in Dockerfile

Documentation:
-Update docker commands to only mount the .git directory

Miscellaneous Tasks:
-Bump git-conventional to 0.10.1 (fixes #6)
-Bump dependencies
-Bump cargo-chef version in Dockerfile

(pin)

2021-09-04 20:43:19 UTC MAIN commitmail json YAML

doc: Updated security/gpg-tui to 0.8.0

(pin)

2021-09-04 20:42:53 UTC MAIN commitmail json YAML

security/gpg-tui: update to 0.8.0

Added:
-Add a configuration file
-Support global locations for the configuration file
-Check GPG_TUI_CONFIG environment variable for config file
-Add manpage for the configuration file (gpg-tui.toml.5)
-Add :style command for changing styles

Changed:
-Rename the shell completions binary
-Use the correct name for completions binary
-Update the example shell completions command
-Bump dependencies

Fixed:
-Disable tests for the completions binary
-Build only the main binary in Dockerfile
-Update the build dependencies for the docker image

(pin)

2021-09-04 20:29:01 UTC MAIN commitmail json YAML

doc: Added sysutils/podman version 3.3.1

(maya)

2021-09-04 20:28:42 UTC MAIN commitmail json YAML

Add podman 3.3.1

Podman (the POD MANager) is a tool for managing containers and
images, volumes mounted into those containers, and pods made from
groups of containers. Podman is based on libpod, a library for
container lifecycle management that is also contained in this
repository. The libpod library provides APIs for managing containers,
pods, container images, and volumes.

On operating systems other than Linux, it can spawn and talk to a
Linux virtual machine.

(maya)

2021-09-04 20:20:08 UTC MAIN commitmail json YAML

doc: Added net/gvproxy version 0.1.0

(maya)

2021-09-04 20:19:29 UTC MAIN commitmail json YAML

2021-09-04 18:56:48 UTC MAIN commitmail json YAML

postgis2: Sort PLIST and drop comments (NFCI)

(gdt)

2021-09-04 15:46:42 UTC MAIN commitmail json YAML

Make go 1.17 the default.

I ran a bulk build and found three packages that broke. Two are fixed.
I don't know how to fix net/amazon-ecs-cli, but it did not build for me on
Go 1.16 either, so it is not a direct regression.

(bsiegert)

2021-09-04 14:52:06 UTC MAIN commitmail json YAML

kubectl: fix build with Go 1.17.

For some reason, Go 1.17 uses -mod=vendor as the default in this build and
complains about needing to update go.mod. Add a "-mod=readonly" to get it
to build.

(bsiegert)

2021-09-04 14:33:03 UTC MAIN commitmail json YAML

doc: Updated lang/R-cpp11 to 0.3.1

(mef)

2021-09-04 14:32:31 UTC MAIN commitmail json YAML

(lang/R-cpp11)  Updated 0.2.7 to 0.3.1

# cpp11 0.3.1

# cpp11 0.3.0

## New functions and features
* New `x.empty()` method to check if a vector is empty (@sbearrows, #182)
* New `x.named()` method to check if a vector is named (@sbearrows, #186)
* New `na()` free function to return the NA sentinels for R objects
  (@sbearrows, #17 9)

## Major fixes

* Memory no longer inadvertently leaks when move constructing vectors
  (#173)

## minor improvements and fixes

* Incorrectly formatted cpp11 decorators now output a more informative
  error message (@sbearrows, #127)
* Generated registration code now uses C collation to avoid spurious
  changes from `tools::package_native_routine_registration_skeleton()`
  (@sbearrows, #171)
* Makevars files which include filenames now handle spaces in paths
  properly (@klmr, #160)

(mef)

2021-09-04 14:10:34 UTC MAIN commitmail json YAML

2021-09-04 12:48:14 UTC MAIN commitmail json YAML

Updated textproc/R-formatR to 1.11

(mef)

2021-09-04 12:45:01 UTC MAIN commitmail json YAML

(textproc/R-formatR) Updated 1.7 to 1.11

(from https://github.com/yihui/formatR/releases/tag/v1.11 etc)
v1.11
@yihui yihui released this Jun 1, 2021 ? 1 commit to master since this release

  * The right arrow assignment operator -> is supported now.

  * Added a new argument args.newline to formatR::tidy_source(). When set to
    TRUE, function arguments can start on a new line, e.g.,

    shiny::updateSelectizeInput(session, "foo", label = "New Label", selected = c("A",
      "B"), choices = LETTERS, server = TRUE)

    can be reformatted to:

    shiny::updateSelectizeInput(
      session, "foo", label = "New Label", selected = c("A", "B"),
      choices = LETTERS, server = TRUE
    )

formatR 1.10
@yihui yihui released this May 25, 2021 ? 13 commits to master since this
release

  * Support the new pipe operator |> in R 4.1.0.

  * The width.cutoff argument works more accurately when comments are indented
    (thanks, @iqis, #92). Previously, width.cutoff did not take the indentation
    or the number of # characters in a comment when wrapping it, which may lead
    to wrapped comment lines that are wider than width.cutoff.

formatR 1.9
@yihui yihui released this Apr 14, 2021 ? 19 commits to master since this
release

NEW FEATURES

  * Lines will be wrapped after operators %>%, %T%, %$%, and %<>% now (thanks,
    @g4challenge #54, @jzelner #62, @edlee123 #68).

  * The argument width.cutoff of tidy_source() used to be the lower bound of
    line widths. Now if you pass a number wrapped in I(), it will be treated as
    the uppper bound, e.g., tidy_source(width.cutoff = I(60)). However, please
    note that the upper bound cannot always be respected, e.g., when the code
    contains an extremely long string, there is no way to break it into shorter
    lines automatically (thanks, @krivit @pablo14, #71).

  * The value of the argument width.cutoff can be specified in the global
    option formatR.width now. By default, the value is still taken from the
    global option width like before.

BUG FIXES

  * When the text in the clipboard on macOS does not have a final EOL,
    tidy_source() fails to read the last line (thanks, @edlee123, #54).

formatR 1.8
@yihui yihui released this Mar 13, 2021 ? 53 commits to master since this
release

  * White spaces on blank lines are removed now (thanks, @nylander, #88).

  * This package requires R >= 3.2.3 now.

(mef)

2021-09-04 12:34:54 UTC MAIN commitmail json YAML

doc: Updated textproc/R-DT to 0.19

(mef)

2021-09-04 12:34:42 UTC MAIN commitmail json YAML

(textproc/R-DT) Updated 0.15 to 0.19

(from: https://github.com/rstudio/DT/releases/tag/v0.19 etc)
DT 0.19
NEW FEATUERS

  * Add vertical and opacity option to filter which applies to the noUiSliders.
    This is useful with limited width DataTables to prevent x overflow (thanks,
    @alexvpickering, #919).

  * Now the user is able to restrict the editing to accept only numbers by,
    e.g., datatable(..., editable = list(target = "cell", numeric = 3:5)). By
    default, the editing is restricted to numbers for all numeric columns; set
    numeric = "none" to disable this behavior (thanks, @stla, #860 #824).

  * Now the user can request text areas for the editing by, e.g., datatable
    (..., editable = list(target = "cell", area = 1:2)). Text areas are useful
    for cells with large contents (thanks, @stla #860, @fabiangehring #671).

MAJOR CHANGES
  * Upgraded jQuery from v1.12.4 to v3.x imported from the jquerylib R package.

DT 0.18
NEW FEATURES

  * datatable()'s style argument now defaults to 'auto', which resolves to
    either 'bootstrap' or 'bootstrap4' when a {bslib} theme is relevant. If a
    {bslib} theme isn't relevant, 'auto' resolves to the old default value of
    'default' (thanks, @cpsievert, #852).

  * Add a new function styleRow(). It's useful when you want to apply CSS
    styles based on Row Indexes (thanks, @s-fleck, #894).

BUG FIXES

  * datatable(data) and datatable(data, fillContainer = TRUE) now work as
    expected when statically rendered inside flexdashboard::flex_dashboard()
    (thanks, @cpsievert, #904).

DT 0.17
NEW FEATURES

  * Support the new datatables' extension SearchBuilder. With this new
    extension, users can construct a complex search query by adding groups and
    conditions. Note, as the time of writing, this extension only works on the
    client-side processing mode (thanks, @stla, #875)

  * Add a new plugin diacritics-neutralise, which can be used for searching
    accented, non-Latin characters with their unaccented counterparts. Note, it
    will only work in the client-side processing mode (thanks,
    @tyler-richardett, #887).

MINOR CHANGES

  * The autoHideNavigation argument now works with the default theme. In
    addition, the prerequisite is properly documented. Specifically speaking,
    it only works when the pageLength option is provided and is rendered in the
    client-side processing mode (thanks, @bhogan-mitre, #856).

  * When editing factor columns, editData() now automatically updates the
    factor levels if it's necessary (thanks, @aman-malik3010, #865).

BUG FIXES

  * Fix the issue that addRow() would fail when the proxy DT table contains no
    data (e.g., a zero-row data.frame) (thanks, @chalioui, #888).

  * DT no longer overrides the options$responsive to TRUE. Thus, it enables
    users to provide customized options for the Responsive extension (thanks,
    @hdrab127, #885).

DT 0.16
NEW FEATURES

  * Add a new plugin accent-neutralise, which can be used for searching
    accented characters with their unaccented counterparts. Note, it will only
    work in the client-side processing mode (#822).

  * addRow() now has a new parameter resetPaging. By setting it to FALSE, we
    can keep the paging position after adding a row (thanks, @stanstrup, #853).

MINOR CHANGES

  * Upgrade the SearchPanes extension to v1.1.1 so that it can display all the
    entries properly with the Scroller extension (thanks, @JonasMandel @stla, #
    820).

  * The class argument now keeps user-defined classes with bootstrap themes
    (thanks, @mmuurr, #806).

  * Now DT will throw a clear error message if the value of search provided in
    datatables(..., options=) is illegal (thanks, @realHenningLorenzen, #848).

BUG FIXES

  * Fix the issue that the sorting results may not be expected after formatting
    functions applied. This is a regression of PR #777 (thanks,
    @fernandofernandezgonzalez @shrektan, #837).

  * styleColorBar() now displays correctly on Safari, when the data is greater
    than the upper limit, due to negative css percentage values (thanks,
    @Seyphaton, #843).

(mef)

2021-09-04 11:51:34 UTC MAIN commitmail json YAML

doc: Updated textproc/R-crosstalk to 1.1.1

(mef)

2021-09-04 11:51:20 UTC MAIN commitmail json YAML

(textproc/R-crosstalk) Updated 1.0.0 to 1.1.1

## crosstalk 1.1.1

* Upgrade to jQuery v3.5.1.

## crosstalk 1.1.0.1

* SharedData now works even when shiny isn't installed.

## crosstalk 1.1.0

* `shiny` and `ggplot2` are now Suggested packages instead of Imported packages.

* Upgrade to Bootstrap v3.4.1 and jQuery v3.4.1.

## crosstalk 1.0.1

* `selection_factor` behavior was no longer correct with ggplot2 2.2.0, which
  changed its algorithm for stacking order. Added a `reverse` argument that
  defaults to detecting ggplot2 version and acting accordingly.

(mef)

2021-09-04 11:34:16 UTC MAIN commitmail json YAML

(lang/{rakudo,nqp}, devel/MoarVM) Updated 2021.07 to 2021.08

(mef)

2021-09-04 11:32:21 UTC MAIN commitmail json YAML

(lang/rakudo) Updated 2021.07 to 2021.08

New in 2021.08:

  + Additions:
    + Enable rendering of nested blocks in the `Pod::To::Text` module
    [07517164][27f7924e][36de39f6]

  + Changes:
    + Raise priority of `let` and `temp` operators compared to `.=`, `.` and
      auto-increment, making `let $foo .= &{ Nil }` work more intuitively compared to
      `(let $foo) .= &{ Nil }` as was necessary before [ca40fca0][723e7488]
    + Change the `Scalar.WHICH` method implementation, fixing the semantics to reflect
      that `Scalar` is not a value object [56fce9e7]
  + Efficiency:
    + Make the `&&`, `||` and `//` operators about 2x as fast for the
    `+@a` candidates [db441c2c]
    + Improve performance of smartmatching between two `Signature` objects [66ae8612]

  + Fixes:
    + Fix some occurrences of hash-related concurrency issues [58ae9394]
    + Fix the `List.reduce` method when used with `&infix:<&&>`
      [ea389d66][db441c2c]
    + Fix matching of native types against roles `Numeric`, `Real` and
    `Stringy` [a8a78132]
    + Make `Pointer.Numeric` and `Pointer.Int` methods return 0
      instead of resulting in an error [681e3b5e]
    + Fix a race in the `ClassHOW.new_type` method [08f5448d][83b0bca7]
  + Internal:
    + Make checking for Windows cheaper [89df7f4b]
    + Simplify `Rakudo::Iterator::While` iterator code [ffde2ba2]
    + Fix location of the `Proc.status` deprecation message [54f1b7a5]
    + Add tests to make sure float and double `NaN` can be passed to native code
      via NativeCall using the Raku `NaN` value [8ae6f394]

(mef)

2021-09-04 11:31:19 UTC MAIN commitmail json YAML

(lang/nqp) update buildlink3.mk  ABI/API version

(mef)

2021-09-04 11:30:35 UTC MAIN commitmail json YAML

(devel/MoarVM) update buildlink3.mk  ABI/API version

(mef)

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

(lang/nqp) Updated 2021.07 to 2021.08, explicit ChangeLog unknown

(mef)

2021-09-04 11:02:38 UTC MAIN commitmail json YAML

doc: Updated games/corsix-th to 0.65.1

(nia)

2021-09-04 11:02:36 UTC MAIN commitmail json YAML

(devel/MoarVM) Updated 2021.07 to 2021.08

New in 2021.08

Core:
+ [2f5c21fb] Fix another bug in `MVM_str_hash_fsck`
+ [7355f744] Free filename if exception when loading bytecode
+ [8cc7fbdf,7907b85b,0c032a00,a81f129a,7f8bc1e7] Switch `MVM_coerce_n_s`
  to Ry笛 from Grisu3 with a `sprintf` fallback

JIT:
+ [2932ef5b] Add JIT templates for `(bind|get)attr(s)?_*`

Spesh:
+ [d4a8093e] Fix deadlock by untimely GC in multi-threaded programs
+ [a932b173] Fix spesh optimizing away still needed label register

(mef)

2021-09-04 11:02:26 UTC MAIN commitmail json YAML

corsix-th: update to 0.65.1

                          New Features/Enhancements

    * On MacOS DMG files are now supported as disk images for Theme Hospital
      data
    * Hospital policies will now carry over to your next level in the
      campaign
    * You can now remove destroyed rooms for a fee (config option)
    * The information dialogs that appear when a room is first built can be
      disabled in the configuration file
    * Fire extinguishers in rooms now have a chance to save a smoking
      machine from exploding
    * Advisor has more advice
    * Additional trophy of the original game is implemented
    * Windows and room size now impact staff happiness
    * Roujin's challenge cheat is back
    * Experimental direct_zoom config option, for more efficient zoom. Fixes
      zoom on some hardware. Defaults off.

                                    Changes

    * Emergencies with unknown diseases will no longer occur
    * The VIP system has been overhauled to provide more balanced ratings
    * Overpriced/Underpriced treatments now scale with difficulty
    * Placing a receptionist on a desk will now call her to the desk
    * Boiler breakdowns now depend on handymen
    * Faxes can no longer be opened while paused (unless editing while
      paused is enabled)
    * Improvements to receptionist announcement frequency and behaviour
    * The game will now check common locations for Theme Hospital on startup
      if it has not been configured
    * Games compiled without movie/audio can no longer access these settings
    * Update check now occurs over TLS for better security
    * English names are now shown in a tooltip when hovering over a language
      option
    * Improved TTF font rendering

                                  Translations

    * Greek language added! (thanks to dimitrios-iliadis!)
    * Updates to Brazilian-Portuguese language
    * Updates to English language
    * Fixes to Chinese unicode encoding

                                  Bug Fixes

    * Issues scheduling emergencies have been resolved
    * Games will no longer crash on load if the jukebox was open
    * Games will no longer crash because of an empty music folder
    * Fixed a scenario where editing a room caused staff to get stuck
    * Games that scrolled while saving stop scrolling on load
    * Psychiatrists in the Operating Theatre are now properly counted
    * Losing a game now gives the reason if the movie is skipped
    * Exiting the game will no longer hang when using the Wayland backend
    * The mouse will now be freed on game crash

                                Packager Notes

    * Support added for Lua 5.4.x. (5.4.0 and 5.4.1 are not supported)
    * CMake minimum version has been increased to 3.5
    * The CMake option to enable AnimView is now BUILD_ANIMVIEW=ON

(nia)

2021-09-04 10:37:05 UTC MAIN commitmail json YAML

doc: Added games/ecwolf version 1.3.3

(nia)

2021-09-04 10:36:29 UTC MAIN commitmail json YAML

add games/ecwolf

ECWolf is an advanced source port of the Wolfenstein 3D engine based upon
Wolf4SDL with some back ports from ZDoom. It provides substantially boosted
capabilities for creating mods without requiring source code edits using
scripting and other tools familiar to users of ZDoom.

For players it offers modern features such as support for modern control
schemes and wide screen. Being based on the Wolfenstein 3D engine and using an
enhanced version of the original software renderer, it provides a relatively
accurate play experience to vanilla while modernizing.

Currently supported games are Wolfenstein 3D, Spear of Destiny, and Super 3-D
Noah's Ark.

The original game data files are required for operation. These are files with
the extensions *.n3d, *.sod, *.sd2, *.sd3, *.wl1, or *.wl6.

(nia)

2021-09-04 09:22:30 UTC MAIN commitmail json YAML

doc: Updated games/stone-soup to 0.27.1

(nia)

2021-09-04 09:21:29 UTC MAIN commitmail json YAML

stone-soup: update to 0.27.1

Stone Soup 0.27.1 (20210820)

Bugfix and balance release

    * The frequency of D:1 jackals is reduced.
    * Sigmund and Robin are nerfed gently.
    * Maxwell's Capacitative Coupling now has LOS range.
    * 80 other fixes, tweaks, copy-edits, and interface improvements.

(nia)

2021-09-04 02:33:19 UTC MAIN commitmail json YAML

kf5: note addition of kquickcharts framework

(markd)

2021-09-04 02:31:15 UTC MAIN commitmail json YAML

kde: note addition of kquickcharts framework

(markd)

2021-09-04 02:29:30 UTC MAIN commitmail json YAML

add kquickcharts

(markd)

2021-09-04 02:27:53 UTC MAIN commitmail json YAML

misc: add kquickcharts

(markd)

2021-09-04 02:26:47 UTC MAIN commitmail json YAML

kquickcharts: Add version 5.80.0

The Quick Charts module provides a set of charts that can be used from QtQuick
applications. They are intended to be used for both simple display of data as
well as continuous display of high-volume data (often referred to as plotters).
The charts use a system called distance fields for their accelerated rendering,
which provides ways of using the GPU for rendering 2D shapes without loss of
quality.

(markd)

2021-09-03 23:49:37 UTC MAIN commitmail json YAML

doc: Updated mail/notmuch to 0.33

(ryoon)

2021-09-03 23:49:09 UTC MAIN commitmail json YAML

notmuch: Update to 0.33

Changelog:
Library
-------

Correct documentatation about transactions.

Add a configurable automatic commit of transactions. See
`database.autocommit` in notmuch-config(1).

Document the algorithm used to find a database.

CLI
---

Define format version 5, which supports sorting the output of
notmuch-show.

Emacs
-----

`notmuch` no longer sets `mail-user-agent` on load. To restore the
previous behaviour of using notmuch to send mail by default, customize
`mail-user-agent` to `notmuch-user-agent`.

`notmuch-company` now works in `org-msg`.

Improve the display of messages from long threads in unthreaded mode.

Prefer email addresses over User ID when showing valid signatures.

Define a new face `notmuch-jump-key`.

New commands in notmuch-tree view: `notmuch-tree-filter` and
`notmuch-tree-filter-by-tag`.

Honour `notmuch-show-text/html-blocked-images` when using `w3m` to
render html.

Support toggling sort order in notmuch-tree mode.

Ruby
----

Memory management of allocated notmuch objects (database, messages,
etc...) is now done via the Ruby GC. This removes all constraints on
the order of object destruction.  Database close and destroy are
split, following an old library API change.

Vim
---

Respect excluded tags when showing a thread.

Documentation
-------------

Fix doc build for Sphinx 4.0.

Improve the markup and linking of the documentation.

(ryoon)

2021-09-03 20:50:01 UTC MAIN commitmail json YAML

2021-09-03 14:38:50 UTC MAIN commitmail json YAML

2021-09-03 12:06:05 UTC MAIN commitmail json YAML

Added devel/py-test-env version 0.6.2 [gdt 2021-09-03]

(gdt)

2021-09-03 12:05:17 UTC MAIN commitmail json YAML

devel/py-test-env: Add version 0.6.2

This package contains py.test plugin that allows you to add
environment variables.

It is needed for running gdal tests, and despite being released in
2017, I heard from gdal-dev@ that it is merely tiny rather than
unmaintained.

(gdt)

2021-09-03 11:39:23 UTC MAIN commitmail json YAML

doc: Updated games/cataclysm-dda to 0.F.2

(nia)

2021-09-03 11:38:36 UTC MAIN commitmail json YAML

cataclysm-dda: update to 0.F.2

Point release Frank-2 includes following bugfixes backported to original
Frank release:

* 50877 Catch SecurityException in SDL getSerialNumber
* 50452 Fix dropping worn items from AIM
* 50814 Prevent endless loop during butchering
* 51035 Resolve a bug in partial stack dropping/using and unify ui behaviour
* 51147 Fix crash resulting from NPC activity migration (loading 0.F saves)

(nia)

2021-09-03 11:24:04 UTC MAIN commitmail json YAML

Updated devel/thrift, graphics/py-Pillow

(adam)

2021-09-03 11:23:44 UTC MAIN commitmail json YAML

py-Pillow: updated to 8.3.2

8.3.2:
- CVE-2021-23437 Raise ValueError if color specifier is too long
- Fix 6-byte OOB read in FliDecode
- Add support for Python 3.10
- Ensure TIFF ``RowsPerStrip`` is multiple of 8 for JPEG compression
- Updates for ``ImagePalette`` channel order
- Hide FriBiDi shim symbols to avoid conflict with real FriBiDi library

(adam)

2021-09-03 11:19:34 UTC MAIN commitmail json YAML

thrift: updated to 0.14.2

0.14.2

Java
THRIFT-5383 - THRIFT-5383 TJSONProtocol Java readString throws on bounds check

Go
THRIFT-5369 - TConfiguration.GetMaxMessageSize() now also applies to container sizes in TProtocol implementations provided

(adam)

2021-09-03 10:30:13 UTC MAIN commitmail json YAML

doc: Updated shells/nushell to 0.36.0

(pin)

2021-09-03 10:29:52 UTC MAIN commitmail json YAML

shells/nushell: update to 0.36.0

-This release fixes some long-standing issues with history, improves the help
system, improves dataframes, and much more.

(pin)

2021-09-03 10:29:05 UTC MAIN commitmail json YAML

doc: Updated audio/ncspot to 0.8.2

(pin)

2021-09-03 10:28:44 UTC MAIN commitmail json YAML

audio/ncspot: update to 0.8.2

Maintenance:
-Add Windows release builds (#573)
-Reduce API calls by only fetching the full track details if necessary
-Refactoring, other cleanups and dependency updates
-Remove broken Facebook login code (#310)

Features
-Scrolling on volume text increases/decreases volume (#576)

(pin)

2021-09-03 09:39:51 UTC MAIN commitmail json YAML

doc: Updated devel/mob to 1.11.0

(schmonz)

2021-09-03 09:39:41 UTC MAIN commitmail json YAML

Update to 1.11.0. From the changelog:

- Allow to override the text in the notification and the voice via
  environment variables `MOB_NOTIFY_MESSAGE` and `MOB_VOICE_MESSAGE`.
- Allow to override the stash name used for stashing uncommitted changes
  via the environment variable `MOB_STASH_NAME`.
- Allow to override the cli name of the tool via `MOB_CLI_NAME` so you
  can use `pair`, `ensemble`, `team`, or whatever you like best, instead
  of `mob`. Just install the `mob` tool, set an alias in your cli and
  set the environment variable `MOB_CLI_NAME` to the name of your alias.

(schmonz)

2021-09-03 09:28:04 UTC MAIN commitmail json YAML

rust: Fix and improve SunOS stage0-bootstrap.

Catch up with newer library versions from pkgsrc and the additional rust bin
directory, and ensure everything is running under set -e to catch failures.

(jperkin)

2021-09-03 03:55:36 UTC MAIN commitmail json YAML

firefox: reflect current rust and cbindgen minimum requirements

(gutteridge)

2021-09-03 03:37:24 UTC MAIN commitmail json YAML

php56: note this package is EOL and update recommendation

(gutteridge)

2021-09-03 01:59:46 UTC MAIN commitmail json YAML

doc: Updated biology/peak-classifier to 0.1.1.21

(bacon)

2021-09-03 01:59:32 UTC MAIN commitmail json YAML

doc: Updated biology/biolibc to 0.2.0.1

(bacon)

2021-09-03 01:57:56 UTC MAIN commitmail json YAML

biology/peak-classifier: Update to 0.1.1.21

Fix regression: Replace BL_BED_SET_STRAND() macro with
bl_bed_set_strand(), which performs sanity checks

(bacon)

2021-09-03 01:53:52 UTC MAIN commitmail json YAML

biology/biolibc: Update to 0.2.0.1

Fix regression: Replace BL_BED_SET_STRAND() macro with
bl_bed_set_strand(), which performs sanity checks

(bacon)

2021-09-02 19:20:08 UTC MAIN commitmail json YAML

x264-devel: disable asm on darwin/aarch64

(nia)

2021-09-02 13:54:51 UTC MAIN commitmail json YAML

doc: Updated net/mosquitto to 2.0.12

(gdt)

2021-09-02 13:53:44 UTC MAIN commitmail json YAML

net/mosquitto: Update to 2.0.12

upstream changes: security fixes, bugfixes, minor improvments

(gdt)

2021-09-02 12:07:29 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.3.7

(pin)

2021-09-02 12:07:08 UTC MAIN commitmail json YAML

audio/termusic: update to 0.3.7

[v0.3.7]
Released on: Sep 2, 2021.
-Fix table focus issue.
-Fix invidious search slow down the whole program.
-Change http client from reqwest to ureq, to make the app minimal.

[v0.3.6]
Released on: Aug 31, 2021.
-Remove the dependency of unicode truncate, as tui-realm-stdlib implemented
width for table.
-Fix playlist sorting with characters of mixed languages.
-Speed up load_queue and sort playlist.
-Minor fix: duration display in queue.

[v0.3.5]
Released on: Aug 26, 2021.
-Refactoring status line, to show download success or fail message.
-Parsing output of youtube-dl to select downloaded song in playlist.
-Embed all lyrics after youtube download. Switch lyric with "T" key while
playing.
-Show popup messages on top right corner.
-Sort file name(including chinese) in tree.
-Can delete single lyric from tag editor.
-Currently only mp3 support several lyrics.

[v0.3.4]
Released on: Aug 24 2021.
-Refactoring lyric mod to songtag mod.
-Run songtag search in threads so it'll not block tageditor.
-Refactoring youtube_options and no more search error with youtube.

(pin)

2021-09-02 12:01:31 UTC MAIN commitmail json YAML

fswebcam: Attempt to fix build on older NetBSD

(nia)

2021-09-02 11:54:00 UTC MAIN commitmail json YAML

seamonkey: Fix configuring on NetBSD/i386

(nia)

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

doc: Updated sysutils/xplr to 0.14.7

(pin)

2021-09-02 11:31:53 UTC MAIN commitmail json YAML

sysutils/xplr: update to 0.14.7

v0.14.7
-Core: Fixed a bug where xplr logs a missing file error when the default config
file is missing.
-Core: xplr will now fall back to temp directory if runtime directory is
inaccessible.
-Deps: Updated dependencies to the latest versions.
-Doc: Added new plugin - alacritty.xplr

v0.14.6
-CLI: Added new command-line argument -C or --extra-config for better
integration with external tools (e.g.).
-UI: Minor fix in the permission column.
-Deps: Updated dependencies to the latest versions.

(pin)

2021-09-02 11:30:25 UTC MAIN commitmail json YAML

doc: Updated textproc/paperoni to 0.6.1

(pin)

2021-09-02 11:30:06 UTC MAIN commitmail json YAML

textproc/paperoni: update to 0.6.1

-Minor bug fixes

(pin)

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

doc: Updated sysutils/navi to 2.17.2

(pin)

2021-09-02 11:28:55 UTC MAIN commitmail json YAML

2021-09-02 11:04:03 UTC MAIN commitmail json YAML

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

sysutils/macchina: refresh message

(pin)

2021-09-02 07:19:22 UTC MAIN commitmail json YAML

www/Makefile: sort

(wiz)

2021-09-02 07:18:42 UTC MAIN commitmail json YAML

math/Makefile: sort

(wiz)

2021-09-02 07:17:59 UTC MAIN commitmail json YAML

devel/Makefile: sort, remove ruby-redmine comment

(wiz)

2021-09-01 18:24:43 UTC MAIN commitmail json YAML

Updated misc/py-platformdirs, devel/py-typing-extensions, devel/py-traitlets, security/py-google-auth-oauthlib

(adam)

2021-09-01 18:24:19 UTC MAIN commitmail json YAML

py-google-auth-oauthlib: updated to 0.4.6

0.4.6

Bug Fixes
remove dependency on six

(adam)

2021-09-01 18:22:05 UTC MAIN commitmail json YAML

py-traitlets: updated to 5.1.0

Traitlets 5.1
-------------

Traitlets 5.1 brings a couple of updates and changes to traitlets, and is
recommended for all users. What follow is a non-exhaustive list of changes:

- Removal of the ``ipython_genutils`` dependency, this should remove any direct
  and indirect reliance on ``nose`` and prepare traitlets 5.1 for Python 3.10
  and above compatibility, some test suite changes also accommodate Python 3.10 changes.
  If you package traitlets downstream, make sure to remove this dependency.

- Removal of ``ipython_genutils`` may have change the default encoding detected
  for the command line argument parsing when not utf-8. We expect this to
  affect a small portion of older windows version. If you encounter issue let
  us know.

- Stop recommendation of ``CUnicode`` in some circumstances as it's
  deprecated.

- Our test suite is now using GitHub action instead of travis CI. If you are
  packaging downstream using the git repository, you may have to exclude the
  ``.github`` folder now, and can remove exclusion of

- It fixes a parsing issue for list of one single element on the CLI.

- We reserve the right to remove official support for Python 3.7 in subsequent
  minor revisions.

(adam)

2021-09-01 18:19:27 UTC MAIN commitmail json YAML

py-typing-extensions: updated to 3.10.0.2

3.10.0.2:
Unknown changes

(adam)

2021-09-01 18:18:19 UTC MAIN commitmail json YAML

py-pydicom: PLIST fix

(adam)

2021-09-01 18:16:44 UTC MAIN commitmail json YAML

py-platformdirs: updated to 2.3.0

2.3.0
Add `user_runtime_dir` for `$XDG_RUNTIME_DIR`

(adam)

2021-09-01 16:43:59 UTC MAIN commitmail json YAML

news/tin: Build fix for the option combination curses(pdcurses) + icu

(micha)

2021-09-01 14:32:40 UTC MAIN commitmail json YAML

doc: Updated ham/chirp to 20210830

(gdt)

2021-09-01 14:32:31 UTC MAIN commitmail json YAML

ham/chirp: Update to 20210830

upstream changes: bugfixes and minor improvements

(gdt)

2021-09-01 13:54:39 UTC MAIN commitmail json YAML

Updated lang/python3[89], lang/py3[89]-html-docs

(adam)

2021-09-01 13:53:58 UTC MAIN commitmail json YAML

python39: updated to 3.9.7

Python 3.9.7 final

Security

bpo-42278: Replaced usage of tempfile.mktemp() with TemporaryDirectory to avoid a potential race condition.
bpo-41180: Add auditing events to the marshal module, and stop raising code.__init__ events for every unmarshalled code object. Directly instantiated code objects will continue to raise an event, and audit event handlers should inspect or collect the raw marshal data. This reduces a significant performance overhead when loading from .pyc files.
bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 窶廝illion Laughs窶� vulnerability. This copy is most used on Windows and macOS.
bpo-43124: Made the internal putcmd function in smtplib sanitize input for presence of \r and \n characters to avoid (unlikely) command injection.
Core and Builtins
bpo-45018: Fixed pickling of range iterators that iterated for over 2**32 times.
bpo-44962: Fix a race in WeakKeyDictionary, WeakValueDictionary and WeakSet when two threads attempt to commit the last pending removal. This fixes asyncio.create_task and fixes a data loss in asyncio.run where shutdown_asyncgens is not run
bpo-44954: Fixed a corner case bug where the result of float.fromhex('0x.8p-1074') was rounded the wrong way.
bpo-44947: Refine the syntax error for trailing commas in import statements. Patch by Pablo Galindo.
bpo-44698: Restore behaviour of complex exponentiation with integer-valued exponent of type float or complex.
bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions. Patch by Pablo Galindo
bpo-44872: Use new trashcan macros (Py_TRASHCAN_BEGIN/END) in frameobject.c instead of the old ones (Py_TRASHCAN_SAFE_BEGIN/END).
bpo-33930: Fix segmentation fault with deep recursion when cleaning method objects. Patch by Augusto Goulart and Pablo Galindo.
bpo-25782: Fix bug where PyErr_SetObject hangs when the current exception has a cycle in its context chain.
bpo-44856: Fix reference leaks in the error paths of update_bases() and __build_class__. Patch by Pablo Galindo.
bpo-44698: Fix undefined behaviour in complex object exponentiation.
bpo-44562: Remove uses of PyObject_GC_Del() in error path when initializing types.GenericAlias.
bpo-44523: Remove the pass-through for hash() of weakref.proxy objects to prevent unintended consequences when the original referred object dies while the proxy is part of a hashable object. Patch by Pablo Galindo.
bpo-44472: Fix ltrace functionality when exceptions are raised. Patch by Pablo Galindo
bpo-44184: Fix a crash at Python exit when a deallocator function removes the last strong reference to a heap type. Patch by Victor Stinner.
bpo-39091: Fix crash when using passing a non-exception to a generator窶冱 throw() method. Patch by Noah Oxer

Library

bpo-41620: run() now always return a TestResult instance. Previously it returned None if the test class or method was decorated with a skipping decorator.
bpo-43913: Fix bugs in cleaning up classes and modules in unittest:

Functions registered with addModuleCleanup() were not called unless the user defines tearDownModule() in their test module.
Functions registered with addClassCleanup() were not called if tearDownClass is set to None.
Buffering in TestResult did not work with functions registered with addClassCleanup() and addModuleCleanup().
Errors in functions registered with addClassCleanup() and addModuleCleanup() were not handled correctly in buffered and debug modes.
Errors in setUpModule() and functions registered with addModuleCleanup() were reported in wrong order.
And several lesser bugs.
bpo-45001: Made email date parsing more robust against malformed input, namely a whitespace-only Date: header. Patch by Wouter Bolsterlee.
bpo-44449: Fix a crash in the signal handler of the faulthandler module: no longer modify the reference count of frame objects. Patch by Victor Stinner.
bpo-44955: Method stopTestRun() is now always called in pair with method startTestRun() for TestResult objects implicitly created in run(). Previously it was not called for test methods and classes decorated with a skipping decorator.
bpo-38956: argparse.BooleanOptionalAction窶冱 default value is no longer printed twice when used with argparse.ArgumentDefaultsHelpFormatter.
bpo-44581: Upgrade bundled pip to 21.2.3 and setuptools to 57.4.0
bpo-44849: Fix the os.set_inheritable() function on FreeBSD 14 for file descriptor opened with the O_PATH flag: ignore the EBADF error on ioctl(), fallback on the fcntl() implementation. Patch by Victor Stinner.
bpo-44605: The @functools.total_ordering() decorator now works with metaclasses.
bpo-44822: sqlite3 user-defined functions and aggregators returning strings with embedded NUL characters are no longer truncated. Patch by Erlend E. Aasland.
bpo-44815: Always show loop= arg deprecations in asyncio.gather() and asyncio.sleep()
bpo-44806: Non-protocol subclasses of typing.Protocol ignore now the __init__ method inherited from protocol base classes.
bpo-44667: The tokenize.tokenize() doesn窶冲 incorrectly generate a NEWLINE token if the source doesn窶冲 end with a new line character but the last line is a comment, as the function is already generating a NL token. Patch by Pablo Galindo
bpo-42853: Fix http.client.HTTPSConnection fails to download >2GiB data.
bpo-44752: rcompleter does not call getattr() on property objects to avoid the side-effect of evaluating the corresponding method.
bpo-44720: weakref.proxy objects referencing non-iterators now raise TypeError rather than dereferencing the null tp_iternext slot and crashing.
bpo-44704: The implementation of collections.abc.Set._hash() now matches that of frozenset.__hash__().
bpo-44666: Fixed issue in compileall.compile_file() when sys.stdout is redirected. Patch by Stefan Hテカlzl.
bpo-40897: Give priority to using the current class constructor in inspect.signature(). Patch by Weipeng Hong.
bpo-44608: Fix memory leak in _tkinter._flatten() if it is called with a sequence or set, but not list or tuple.
bpo-41928: Update shutil.copyfile() to raise FileNotFoundError instead of confusing IsADirectoryError when a path ending with a os.path.sep does not exist; shutil.copy() and shutil.copy2() are also affected.
bpo-44566: handle StopIteration subclass raised from @contextlib.contextmanager generator
bpo-44558: Make the implementation consistency of indexOf() between C and Python versions. Patch by Dong-hee Na.
bpo-41249: Fixes TypedDict to work with typing.get_type_hints() and postponed evaluation of annotations across modules.
bpo-44461: Fix bug with pdb窶冱 handling of import error due to a package which does not have a __main__ module
bpo-42892: Fixed an exception thrown while parsing a malformed multipart email by email.message.EmailMessage.
bpo-27827: pathlib.PureWindowsPath.is_reserved() now identifies a greater range of reserved filenames, including those with trailing spaces or colons.
bpo-34266: Handle exceptions from parsing the arg of pdb窶冱 run/restart command.
bpo-27334: The sqlite3 context manager now performs a rollback (thus releasing the database lock) if commit failed. Patch by Luca Citi and Erlend E. Aasland.
bpo-43853: Improved string handling for sqlite3 user-defined functions and aggregates:

It is now possible to pass strings with embedded null characters to UDFs
Conversion failures now correctly raise MemoryError
Patch by Erlend E. Aasland.
bpo-43048: Handle RecursionError in TracebackException窶冱 constructor, so that long exceptions chains are truncated instead of causing traceback formatting to fail.
bpo-41402: Fix email.message.EmailMessage.set_content() when called with binary data and 7bit content transfer encoding.
bpo-32695: The compresslevel and preset keyword arguments of tarfile.open() are now both documented and tested.
bpo-34990: Fixed a Y2k38 bug in the compileall module where it would fail to compile files with a modification time after the year 2038.
bpo-38840: Fix test___all__ on platforms lacking a shared memory implementation.
bpo-30256: Pass multiprocessing BaseProxy argument manager_owned through AutoProxy.
bpo-27513: email.utils.getaddresses() now accepts email.header.Header objects along with string values. Patch by Zackery Spytz.
bpo-33349: lib2to3 now recognizes async generators everywhere.
bpo-29298: Fix TypeError when required subparsers without dest do not receive arguments. Patch by Anthony Sottile.

Documentation

bpo-44903: Removed the othergui.rst file, any references to it, and the list of GUI frameworks in the FAQ. In their place I窶况e added links to the Python Wiki page on GUI frameworks.
bpo-44756: Reverted automated virtual environment creation on make html when building documentation. It turned out to be disruptive for downstream distributors.
bpo-44693: Update the definition of __future__ in the glossary by replacing the confusing word 窶徘seudo-module窶� with a more accurate description.
bpo-35183: Add typical examples to os.path.splitext docs
bpo-30511: Clarify that shutil.make_archive() is not thread-safe due to reliance on changing the current working directory.
bpo-44561: Update of three expired hyperlinks in Doc/distributing/index.rst: 窶弃roject structure窶�, 窶廝uilding and packaging the project窶�, and 窶弑ploading the project to the Python Packaging Index窶�.
bpo-42958: Updated the docstring and docs of filecmp.cmp() to be more accurate and less confusing especially in respect to shallow arg.
bpo-44558: Match the docstring and python implementation of countOf() to the behavior of its c implementation.
bpo-44544: List all kwargs for textwrap.wrap(), textwrap.fill(), and textwrap.shorten(). Now, there are nav links to attributes of TextWrap, which makes navigation much easier while minimizing duplication in the documentation.
bpo-38062: Clarify that atexit uses equality comparisons internally.
bpo-43066: Added a warning to zipfile docs: filename arg with a leading slash may cause archive to be un-openable on Windows systems.
bpo-27752: Documentation of csv.Dialect is more descriptive.
bpo-44453: Fix documentation for the return type of sysconfig.get_path().
bpo-39498: Add a 窶彜ecurity Considerations窶� index which links to standard library modules that have explicitly documented security considerations.
bpo-33479: Remove the unqualified claim that tkinter is threadsafe. It has not been true for several years and likely never was. An explanation of what is true may be added later, after more discussion, and possibly after patching _tkinter.c,

Tests

bpo-25130: Add calls of gc.collect() in tests to support PyPy.
bpo-45011: Made tests relying on the _asyncio C extension module optional to allow running on alternative Python implementations. Patch by Serhiy Storchaka.
bpo-44949: Fix auto history tests of test_readline: sometimes, the newline character is not written at the end, so don窶冲 expect it in the output.
bpo-44852: Add ability to wholesale silence DeprecationWarnings while running the regression test suite.
bpo-40928: Notify users running test_decimal regression tests on macOS of potential harmless 窶徇alloc can窶冲 allocate region窶� messages spewed by test_decimal.
bpo-44734: Fixed floating point precision issue in turtle tests.
bpo-44708: Regression tests, when run with -w, are now re-running only the affected test methods instead of re-running the entire test file.
bpo-30256: Add test for nested queues when using multiprocessing shared objects AutoProxy[Queue] inside ListProxy and DictProxy

Build

bpo-44535: Enable building using a Visual Studio 2022 install on Windows.
bpo-43298: Improved error message when building without a Windows SDK installed.

Windows

bpo-45007: Update to OpenSSL 1.1.1l in Windows build
bpo-44572: Avoid consuming standard input in the platform module
bpo-40263: This is a follow-on bug from https://bugs.python.org/issue26903. Once that is applied we run into an off-by-one assertion problem. The assert was not correct.

macOS

bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l.
bpo-44689: ctypes.util.find_library() now works correctly on macOS 11 Big Sur even if Python is built on an older version of macOS. Previously, when built on older macOS systems, find_library was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.

Tools/Demos

bpo-44756: In the Makefile for documentation (Doc/Makefile), the build rule is dependent on the venv rule. Therefore, html, latex, and other build-dependent rules are also now dependent on venv. The venv rule only performs an action if $(VENVDIR) does not exist. Doc/README.rst was updated; most users now only need to type make html.

(adam)

2021-09-01 13:52:52 UTC MAIN commitmail json YAML

python38: updated to 3.8.12

Python 3.8.12 final

Security

bpo-42278: Replaced usage of tempfile.mktemp() with TemporaryDirectory to avoid a potential race condition.
bpo-44394: Update the vendored copy of libexpat to 2.4.1 (from 2.2.8) to get the fix for the CVE-2013-0340 ���Billion Laughs��� vulnerability. This copy is most used on Windows and macOS.
bpo-43124: Made the internal putcmd function in smtplib sanitize input for presence of \r and \n characters to avoid (unlikely) command injection.
bpo-36384: ipaddress module no longer accepts any leading zeros in IPv4 address strings. Leading zeros are ambiguous and interpreted as octal notation by some libraries. For example the legacy function socket.inet_aton() treats leading zeros as octal notation. glibc implementation of modern inet_pton() does not accept any leading zeros. For a while the ipaddress module used to accept ambiguous leading zeros.

Core and Builtins

bpo-44872: Use new trashcan macros (Py_TRASHCAN_BEGIN/END) in frameobject.c instead of the old ones (Py_TRASHCAN_SAFE_BEGIN/END).
bpo-33930: Fix segmentation fault with deep recursion when cleaning method objects. Patch by Augusto Goulart and Pablo Galindo.
bpo-44856: Fix reference leaks in the error paths of update_bases() and __build_class__. Patch by Pablo Galindo.

Library

bpo-45001: Made email date parsing more robust against malformed input, namely a whitespace-only Date: header. Patch by Wouter Bolsterlee.

Documentation

bpo-30511: Clarify that shutil.make_archive() is not thread-safe due to reliance on changing the current working directory.

Windows

bpo-45007: Update to OpenSSL 1.1.1l in Windows build

macOS

bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l.
bpo-44689: ctypes.util.find_library() now works correctly on macOS 11 Big Sur even if Python is built on an older version of macOS. Previously, when built on older macOS systems, find_library was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.

(adam)

2021-09-01 11:18:20 UTC MAIN commitmail json YAML

2021-09-01 11:16:12 UTC MAIN commitmail json YAML

kde4: allow newer kmix

(markd)

2021-09-01 11:14:48 UTC MAIN commitmail json YAML

2021-09-01 09:40:46 UTC MAIN commitmail json YAML



(mrg)

2021-09-01 06:59:07 UTC MAIN commitmail json YAML

doc: Updated editors/featherpad to 1.0.0

(pin)

2021-09-01 06:58:40 UTC MAIN commitmail json YAML

editors/featherpad: update to 1.0.0

Main changes:
- Miscellaneous fixes to syntax highlighting of some programming languages.
- Go is added to syntax highlighting.
- Final symlink targets are also checked for detecting programming languages.
- An option is added for disabling menu-bar accelerators.
- Number separators are used on the status-bar.
- AppStream metadata is added by City-busz.
- Support for OS/2 is added by josch1710.

(pin)

2021-09-01 06:21:46 UTC MAIN commitmail json YAML

2021-08-31 21:45:35 UTC MAIN commitmail json YAML

(devel/R-R.oo) Add missing DEPENDS+= R-R.methodsS3

(mef)

2021-08-31 20:54:15 UTC MAIN commitmail json YAML

ruby-chef: Fix dependency pattern. Unbreak pkgsrc tree.

(nia)

2021-08-31 19:58:11 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.41.1

(js)

2021-08-31 19:57:59 UTC MAIN commitmail json YAML

Update chat/matrix-synapse to 1.41.1

This contains 2 security fixes.

Since this skips many versions (this was at 1.38.1 before), I'm not including
the full change log here as it is too long. Please look at the change log at
https://github.com/matrix-org/synapse/blob/v1.41.1/CHANGES.md instead.

(js)

2021-08-31 17:22:08 UTC MAIN commitmail json YAML

yaml-cpp: fix the PLIST

(tnn)

2021-08-31 17:16:28 UTC MAIN commitmail json YAML

doc: Updated net/py-foolscap to 21.7.0

(gdt)

2021-08-31 17:16:22 UTC MAIN commitmail json YAML

net/py-foolscap: Update to 21.7.0

I believe this is a relatively minor update, plus bringing python 3.x
support.  Upstream does not publish NEWS or a changelog, and the
homepage does not even mention the release.

Update prompted by tahoe-lfas needing this (py3-compattible) version.
I am not aware of anything else needing it.  If so and this version
isn't ok, we'll have to go to versioned_dependencies and import the
old one -- but this builds ok with 2.7.

(gdt)

2021-08-31 16:53:22 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-listen to 3.7.0

(taca)

2021-08-31 16:52:57 UTC MAIN commitmail json YAML

sysutils/ruby-listen: update to 3.7.0

3.6.0 (2021-07-21)

New Features

* #452 for FIPS compatibility, use SHA256 instead of MD5 (#541)
  @ColinDKelley

3.7.0 (2021-08-19)

* issue #509: raise Listen::Error::INotifyMaxWatchesExceeded rather than
  abort (#545) @ColinDKelley
* Plumb Silencer.new and use it #542 spec (#544) @ColinDKelley
* fix: Avoid scanning and building entries for silenced directories (#542)
  @ElMassimo

(taca)

2021-08-31 16:50:42 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-inspec-core to 4.41.2

(taca)

2021-08-31 16:50:14 UTC MAIN commitmail json YAML

sysutils/ruby-inspec-core: update to 4.41.2

4.37.30 (2021-06-16)

Bug Fixes
* Include x25519 KEX module in omnibus build #5563 (clintoncwolfe)

Merged Pull Requests
* Minor MD reformatting for dev-docs page #5550 (IanMadd)
* Fix mysql_session resource to raise exception if there is a error in
  connection or in query #5551 (Vasu1105)
* Fix postgres_session resource to raise exception if there is a error in
  connection or in query #5553 (Vasu1105)
* Restrict x25519 gem to x86 architectures #5564 (clintoncwolfe)

4.38.3 (2021-07-02)

Merged Pull Requests
* Add support for mongodb_conf resource in InSpec #5562 (Vasu1105)
* Fix AWS secret key environment variable name in docs #5566 (sandratiffin)
* Fix relative links #5556 (IanMadd)
* Misc updates to the README #5526 (clintoncwolfe)

4.38.9 (2021-07-22)

Enhancements
* Remove default port for mssql_session, allowing named connections #5584
  (Nik08)
* Update postgresql resources to normalize it for platform supports #5576
  (Vasu1105)

Merged Pull Requests
* Oracle Session Exception Handling #5567 (Nik08)
* Waiver file expiration dates misinterpretation fix #5586 (Nik08)
* Need to back out x25519 gem as its causing issues for ssh #5590 (Vasu1105)
* Use ruby 2.7.4 #5602 (clintoncwolfe)
* Remove mention of AWS tests from README #5603 (clintoncwolfe)

4.41.2 (2021-08-16)

New Features
* Add support for OPA: add resource opa_cli and opa_api #5592 (Vasu1105)

Bug Fixes
* Pin mongo gem to 2.13.2 to avoid broken symlink #5615 (clintoncwolfe)

Merged Pull Requests
* Add mongodb_session resource and docs. #5572 (Vasu1105)
* Filter active controls in profile by tags #5596 (Nik08)
* Remove empty .gitmodules file #5616 (tduffield)
* Fix the typo in documentation file for opa_api resource #5608 (Vasu1105)

(taca)

2021-08-31 16:46:41 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-facter to 4.2.3

(taca)

2021-08-31 16:46:10 UTC MAIN commitmail json YAML

sysutils/ruby-facter: update to 4.2.3

4.2.2 (2021-07-07)

Resolved issues

* Incorrect license for lib/facter/custom_facts/core/legacy_facter.rb?. The
  top level LICENSE file has been changed from MIT to Apache 2.0. FACT-3053

4.2.3 (2021-08-16)

Enhancements

* Reduced logs emitted. This release reduces the number of redundant logs
  emitted by Facter. FACT-3001

Resolved issues

* The pacman package provider fails in Facter >= 4.1.1. This release fixes
  the operatingsystem fact on Archlinux and Manjarolinux. FACT-3043

(taca)

2021-08-31 16:42:43 UTC MAIN commitmail json YAML

doc: Note update of sysutils/ruby-chef related packages to 17.4.38

sysutils/ruby-chef-utils
sysutils/ruby-chef-config
sysutils/ruby-chef

(taca)

2021-08-31 16:41:18 UTC MAIN commitmail json YAML

2021-08-31 16:39:32 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-chef-zero to 15.0.7

(taca)

2021-08-31 16:38:32 UTC MAIN commitmail json YAML

sysutils/ruby-chef-zero: update to 15.0.7

15.0.7 (2021-06-22)

Merged Pull Requests
* Zei/skipping status for pedant #307 (vinay-satish)
* Skipping User Email case insensitive pedant test #311 (jashaik)
* Skipping nginx default error response verification pedant test #312
  (jashaik)

(taca)

2021-08-31 16:37:00 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-chef-telemetry to 1.1.1

(taca)

2021-08-31 16:36:39 UTC MAIN commitmail json YAML

sysutils/ruby-chef-telemetry: update to 1.1.1

1.1.1 (2021-07-26)

Merged Pull Requests

* Update chefstyle requirement from 1.7.1 to 1.7.2 #64
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.7.2 to 1.7.4 #65
  (dependabot-preview[bot])
* Update chefstyle requirement from 1.7.4 to 1.7.5 #67
  (dependabot-preview[bot])
* Upgrade to GitHub-native Dependabot #68 (dependabot-preview[bot])
* Drop support for EOL Ruby 2.4 #76 (tas50)
* Fix failures on Ruby 3 #66 (tas50)

(taca)

2021-08-31 16:35:00 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-ohai to 17.5.2

(taca)

2021-08-31 16:34:01 UTC MAIN commitmail json YAML

misc/ruby-ohai: update to 17.5.2

pkgsrc change: require Ruby 2.7 or later (drop Ruby 2.6).

16.8.1 (2020-12-11)
Merged Pull Requests
* Remove platform dependencies that aren't needed #1586 (tas50)
* Update Linode plugin to use domain / apt data to detect Linode #1587
  (tas50)
* grub2: add plugin to expose GRUB2 environment variables #1590 (davide125)

17.3.1 (2021-07-20)
Merged Pull Requests
* Add Virtuozzo as RHEL platform_family #1670 (robertmasztalerz)
* Update rubocop-performance requirement from 1.10.2 to 1.11.3 #1678
  (dependabot[bot])
* Switch testing to GitHub Actions #1679 (tas50)
* Add plugin for linux livepatch #1672 (liu-song-6)
* Update rubocop-performance requirement from 1.11.3 to 1.11.4 #1682
  (dependabot[bot])
* Update chefstyle requirement from 2.0.5 to 2.0.6 #1681 (dependabot[bot])

17.1.0 (2021-05-13)
Merged Pull Requests
* Add Rocky Linux as RHEL platform_family #1663 (tas50)
* Update the readme copyright #1664 (tas50)

17.0.42 (2021-04-27)
Merged Pull Requests
* Bump Ohai to 17.0.0 #1591 (tas50)
* network: populate pause frame config #1564 (kuba-moo)
* Support more than 10 interfaces #1479 (Babar)
* Stop gathering filesystem2 data on BSD/Solaris/AIX #1592 (tas50)
* Fetch chef-utils and chef-config from chef-16 branch #1594 (tas50)
* Require Ruby 2.7 or later #1593 (tas50)
* Update master ohai to pull from master chef #1595 (tas50)
* suppress constant redefinition warning #1597 (lamont-granquist)
* Update ec2_metadata to use IMDSV2 (Continued from #1457) #1520
  (sawanoboly)
* Update ec2_metadata to use IMDSV2 #1457 (wilkosz)
* Fix fetching metadata on AWS compatible clouds #1599 (tas50)
* Support newer aws metadata versions #1600 (tas50)
* Detect Alma Linux with platform_family of rhel #1604 (tas50)
* Don't track sensitive new ec2 metadata #1605 (tas50)
* [linux/platform] fix platform_version on Debian testing and unstable #1613
  (michel-slm)
* Remove stubbing mock methods onto the frozen true value #1615
  (lamont-granquist)
* Add support for Podman and fix docker guest detection on Github Actions
  #1617 (ramereth)
* Update packages for Windows to be complete. #1616 (jaymzh)
* Add platform / platform_family detection for Alibaba Cloud Linux #1618
  (tas50)
* Add Alibaba cloud plugin #1620 (tas50)
* adds Habitat plugin #1623 (collinmcneese)
* Adds chef_effortless collection to chef plugin #1624 (collinmcneese)
* Don't return in the hab plugin #1625 (tas50)
* Detect docker properly even if it's within virtualization #1627 (jaymzh)
* Resolve new rubocop-performance warning #1629 (tas50)
* Update rubocop-performance to 1.10.1 and revert optimization #1630 (tas50)
* Fix support for Sangoma Linux #1631 (hron84)
* Remove support for discontinued antergos distro #1634 (tas50)
* Remove support for Pidora which is discontinued #1633 (tas50)
* Update the XCP-ng Linux Detection #1632 (tas50)
* Stick the common matched platforms first #1635 (tas50)
* network: Add offload features to node. #1637 (zalokhan)
* Ohai: Change C language plugin for glibc version detection #1636
  (bhaveshdavda)
* Create os_release plugin for parsing data from /etc/os-release #1645
  (ramereth)
* lpar_no and wpar_no in AIX Virtualizatin plugin should be Integers #1647
  (tas50)
* Update rubocop-performance to 1.10.2 #1651 (tas50)
* Fall back to v4-only getaddrinfo if we get socket errors #1652 (jaymzh)
* Update minimum version of mixlib-shellout #1654 (pravi)
* Gather CPU info from lscpu and merge data into cpu attribute namespace
  #1454 (ramereth)
* Dead links fixed #1657 (craftsbyshuvro)
* Update minimum version of chef-config #1659 (pravi)
* Use filter_map where we can #1656 (tas50)
* Chef 17: Set 'filesystem' to be new-style data on Windows #1662 (jaymzh)

17.3.1 (2021-07-20)
Merged Pull Requests
* Add Virtuozzo as RHEL platform_family #1670 (robertmasztalerz)
* Update rubocop-performance requirement from 1.10.2 to 1.11.3 #1678
  (dependabot[bot])
* Switch testing to GitHub Actions #1679 (tas50)
* Add plugin for linux livepatch #1672 (liu-song-6)
* Update rubocop-performance requirement from 1.11.3 to 1.11.4 #1682
  (dependabot[bot])
* Update chefstyle requirement from 2.0.5 to 2.0.6 #1681 (dependabot[bot])

17.5.2 (2021-08-28)
Merged Pull Requests
* Update chefstyle requirement from 2.0.6 to 2.0.7 #1683 (dependabot[bot])
* Update chefstyle requirement from 2.0.7 to 2.0.8 #1686 (dependabot[bot])
* Update tests and links for the branch rename #1691 (tas50)
* Update the list of EC2 metadata versions we support #1690 (tas50)
* Update chefstyle requirement from 2.0.8 to 2.0.9 #1692 (dependabot[bot])

(taca)

2021-08-31 16:27:40 UTC MAIN commitmail json YAML

doc: Updated net/ruby-train-core to 3.8.1

(taca)

2021-08-31 16:27:17 UTC MAIN commitmail json YAML

net/ruby-train-core: update to 3.8.1

3.7.4 (2021-06-22)

Merged Pull Requests

* Update chefstyle requirement from 1.7.5 to 2.0.3 #683 (dependabot[bot])
* Retry the Windows local pipe server connection once on EPIPE #694
  (clintoncwolfe)

3.8.1 (2021-07-27)

Merged Pull Requests

* Update chefstyle requirement from 2.0.3 to 2.0.5 #695 (dependabot[bot])
* Remove pins for Ruby < 2.5 #688 (tas50)
* Parse Message : Added new message for lack of sudo privilege and appl…
  #690 (msys-sgarg)
* Update chefstyle requirement from 2.0.5 to 2.0.7 #700 (dependabot[bot])

(taca)

2021-08-31 16:18:30 UTC MAIN commitmail json YAML

doc: Updated security/ruby-metasploit_payloads-mettle to 1.0.11

(taca)

2021-08-31 16:17:42 UTC MAIN commitmail json YAML

security/ruby-metasploit_payloads-mettle: update to 1.0.11

1.0.11 (2021-08-02)

From commit logs:
* Add brackets to linux proc names like ps does.
* Only wrap process names in brackets on linux.
* Use the entire process path.
* Use a preprocessor directive instead of strcasestr.

(taca)

2021-08-31 16:12:39 UTC MAIN commitmail json YAML

2021-08-31 16:12:20 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.54

No release note is available.  Please refer commit log
<https://github.com/rapid7/metasploit-payloads/compare/v2.0.47...v2.0.54>
in details.

(taca)

2021-08-31 15:56:42 UTC MAIN commitmail json YAML

biology/Makefile: Add biolibc-tools

(bacon)

2021-08-31 15:55:43 UTC MAIN commitmail json YAML

doc: Added biology/biolibc-tools version 0.1.0.36

(bacon)

2021-08-31 15:55:16 UTC MAIN commitmail json YAML

biology/biolibc-tools: import biolibc-tools-0.1.0.36

Biolibc-tools is a collection of simple, fast, and memory-efficient
programs for processing biological data.  These programs built on
biolibc are not complex enough to warrant separate projects.

(bacon)

2021-08-31 15:48:36 UTC MAIN commitmail json YAML

doc: Updated net/ruby-ruby_smb to 2.0.11

(taca)

2021-08-31 15:48:17 UTC MAIN commitmail json YAML

net/ruby-ruby_smb: update to 2.0.11

2.0.11 (2021-08-25)

Changes are too many to write here, please refer
<https://github.com/rapid7/ruby_smb/compare/v2.0.10...v2.0.11> in detail.

(taca)

2021-08-31 15:45:50 UTC MAIN commitmail json YAML

doc: Updated net/ruby-recog to 2.3.21

(taca)

2021-08-31 15:45:23 UTC MAIN commitmail json YAML

net/ruby-recog: update to 2.3.21

2.3.21 (2021-08-02)

Highlights:

* BUG: Fix a very unlikely DoS condition, general regex performance tuning
  (#368)
* Regex cross-language compatibility (#367)
* Field migration: host.id -> hw.serial_number (#366)
* Fingerprints: Misc improvements (Thanks @jpincombe-r7) (#363 #365)
* CPE: Updates using the current NIST database.

(taca)

2021-08-31 15:43:46 UTC MAIN commitmail json YAML

doc: Updated net/ruby-nio4r to 2.5.8

(taca)

2021-08-31 15:43:25 UTC MAIN commitmail json YAML

net/ruby-nio4r: update to 2.5.8

2.5.8 (2021-08-03)

* Fix incorrect return types. Fixes #275.
* Remove guard from Gemfile.

(taca)

2021-08-31 15:40:37 UTC MAIN commitmail json YAML

doc: Updated net/ruby-dnsruby to 1.61.7

(taca)

2021-08-31 15:40:18 UTC MAIN commitmail json YAML

net/ruby-dnsruby: update to 1.61.7

1.61.6 (2021-06-20)

* RD bit not set on Recursor queries (thanks Sean Dilda!)
* Handle quoted strings followed by unquoted strings in TXT records
* do not worry about rogue repeated Ids - just log an error and get on with
  life
* Clear Ruby warnings
* Use GitHub Actions rather than Travis

1.61.7 (2021-06-23)

* Fix namespace issue from 1.61.6

(taca)

2021-08-31 15:37:56 UTC MAIN commitmail json YAML

doc: Updated net/ruby-addressable to 2.8.0

(taca)

2021-08-31 15:37:36 UTC MAIN commitmail json YAML

net/ruby-addressable: update to 2.8.0

2.8.0 (2021-07-03)

* fixes ReDoS vulnerability in Addressable::Template#match
* no longer replaces + with spaces in queries for non-http(s) schemes
* fixed encoding ipv6 literals
* the :compacted flag for normalized_query now dedupes parameters
* fix broken escape_component alias
* dropping support for Ruby 2.0 and 2.1
* adding Ruby 3.0 compatibility for development tasks
* drop support for rack-mount and remove Addressable::Template#generate
* performance improvements
* switch CI/CD to GitHub Actions

(taca)

2021-08-31 15:36:07 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-diva to 1.0.2nb1

(taca)

2021-08-31 15:35:48 UTC MAIN commitmail json YAML

devel/ruby-diva: relax dependency

Allow depending to ruby-addressable>=2.8.0.

Bump PKGREVISION.

(taca)

2021-08-31 15:34:16 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-daemons to 1.4.1

(taca)

2021-08-31 15:33:57 UTC MAIN commitmail json YAML

misc/ruby-daemons: update to 1.4.1

1.4.1 (2021-08-26)

* Fix :proc mode (pass &block explicitly) (thanks to Graham Rogers)
* Fix style of REAMDE.md

(taca)

2021-08-31 15:33:04 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-bundler to 2.2.26

(taca)

2021-08-31 15:32:34 UTC MAIN commitmail json YAML

misc/ruby-bundler: update to 2.2.26

2.2.20 (2021-06-11)

Enhancements:
* Don't print bug report template on server side errors #4663
* Don't load resolv unnecessarily #4640

Bug fixes:
* Fix bundle outdated edge case #4648
* Fix bundle check with scoped rubygems sources #4639

2.2.21 (2021-06-23)

Security fixes:
* Auto-update insecure lockfile to split GEM source sections whenever
  possible #4647

Enhancements:
* Use a more limited number of threads when fetching in parallel from the
  Compact Index API #4670
* Update TODO link in bundle gem template to https #4671

Bug fixes:
* Fix bundle install --local hitting the network when cache_all_platforms
  configured #4677

2.2.22 (2021-07-06)

Enhancements:
* Never downgrade indirect dependencies when running bundle update #4713
* Fix getaddrinfo errors not treated as fatal on non darwin platforms #4703

Bug fixes:
* Fix bundle update <gem> sometimes hanging and bundle lock --update not
  being able to update an insecure lockfile to the new format if it requires
  downgrades #4652
* Fix edge case combination of DSL methods and duplicated sources causing
  gems to not be found #4711
* Fix bundle doctor crashing when finding a broken symlink #4707
* Fix incorrect re-resolve edge case #4700
* Fix some gems being unintentionally locked under multiple lockfile
  sections #4701
* Fix --conservative flag unexpectedly updating indirect dependencies #4692

2.2.23 (2021-07-09)

Enhancements:
* Fix bundle install on truffleruby selecting incorrect variant for
  sorbet-static gem #4625
* Spare meaningless warning on read-only bundle invocations #4724

Bug fixes:
* Fix incorrect warning about duplicated gems in the Gemfile #4732
* Fix bundle plugin install foo crashing #4734

2.2.24 (2021-07-15)

Bug fixes:
* Fix development gem unintentionally removed on an edge case #4751
* Fix dangling empty plugin hooks #4755
* Fix bundle plugin install --help showing bundle install's help #4756
* Make sure bundle check shows uniq missing gems #4749

Performance:
* Slightly speed up bundler/setup #4750

2.2.25 (2021-07-30)

Deprecations:
* Deprecate Gemfile without an explicit global source #4779
* Deprecate bundle cache --path #4496

Enhancements:
* Give better errors when materialization fails #4788
* Lazily load shellwords library #4786
* Show original error and backtrace directly on bundle install errors
  instead of a more brittle gem install hint #4778
* Remove LoadError message in regards to requiring a relative file #4772

Bug fixes:
* Fix BUNDLE_USER_CONFIG no longer respected as config location #4797
* Fix --standalone installation of default gems #4782
* Fix --quiet flag not printing warnings #4781
* Fix bundler binstub version selection #4775
* Fix interrupt handling in Bundler workers #4767

2.2.26 (2021-08-17)

Enhancements:
* Remove RUBYGEMS_GEMDEPS warning #4827
* Better defaults for GitHub Actions template generated by bundle gem #4619
* Make bundle exec keep file descriptors by default #4812
* Exclude gemspec file itself from file list of gems generated by bundle gem
  #4650
* Fix a couple small typos in deprecation / error messages #4806
* Make script generated by bundle install --standalone resilient to moving
  the application to a differently nested folder when path sources are used
  #4792
* Exclude CI files and issue templates from file list of gems generated by
  bundle gem #4033

Bug fixes:
* Respect BUNDLE_USER_HOME env when choosing config location #4828
* Fix bundle gem on path with spaces #4816
* Fix bundler hitting the network in some cases where not allowed #4805

(taca)

2021-08-31 15:26:01 UTC MAIN commitmail json YAML

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

(taca)

2021-08-31 15:25:41 UTC MAIN commitmail json YAML

mail/ruby-mime-types-data: update to 3.2021.0704

3.2021.0704 (2021-07-04)

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

(taca)

2021-08-31 15:24:11 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-image_size to 2.1.2

(taca)

2021-08-31 15:23:51 UTC MAIN commitmail json YAML

graphics/ruby-image_size: update to 2.1.2

2.1.1 (2021-07-04)

* Add actual license texts, assuming old dual Ruby/GPLv2 license #14 @toy

2.1.2 (2021-08-21)

* Fix for pcx on big endian systems by forcing reading dimensions in little
  endian byte order #15 #16 @mtasaka

(taca)

2021-08-31 15:22:11 UTC MAIN commitmail json YAML

doc: Updated games/ruby-squib to 0.17.1

(taca)

2021-08-31 15:21:25 UTC MAIN commitmail json YAML

games/ruby-squib: update to 0.17.1

0.17.0 (2021-07-23)

Features:

* Drop shadows! The save_png method now supports a bunch of shadow_
  arguments that will add a drop shadow just before rendering. This is
  intended for using in rulebooks or marketing. Try it out by adding
  shadow_radius: 8 to your save_png (#306, #264)
* Added debug methods for checking font access. Squib.system_fonts and
  Squib.print_system_fonts (#334)

Bugs:

* The rows argument is always respected in save_sheet (#332).

Chores:

* Bump cairo to ~1.17
* Bump classy_hash to 1.0

0.17.1 (2021-08-11)

Bugs:

* Sprues now allow negative coordinates (#336)
* Documentation typos (#337)

(taca)

2021-08-31 15:17:32 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rb-kqueue to 0.2.7

(taca)

2021-08-31 15:17:06 UTC MAIN commitmail json YAML

devel/ruby-rb-kqueue: update to 0.2.7

0.2.7

Wrap finalizer in class method.

Otherwise, the finalizer holds a reference to the object to be finalized, so
it can never run.

(taca)

2021-08-31 15:12:42 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-power_assert to 2.0.1

(taca)

2021-08-31 15:12:12 UTC MAIN commitmail json YAML

devel/ruby-power_assert: update to 2.0.1

2.0.1 (2021-08-29)

* Exclude bin/* files from the gem package.
* Fix the attribute tests to work with Ruby that allows attribute methods to
  be traced.

(taca)

2021-08-31 15:07:46 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-fast_gettext to 2.1.0

(taca)

2021-08-31 15:07:23 UTC MAIN commitmail json YAML

2021-08-31 15:05:02 UTC MAIN commitmail json YAML

devel/ruby-redmine: drop Redmine 4.0 support

* Drop Redmine 4.0 support.
* Switch default version of Redmine to 4.2.x.

(taca)

2021-08-31 15:01:30 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-redmine

(taca)

2021-08-31 15:01:14 UTC MAIN commitmail json YAML

2021-08-31 14:57:52 UTC MAIN commitmail json YAML

devel/Makefile: disable ruby-redmine

(taca)

2021-08-31 14:43:19 UTC MAIN commitmail json YAML

doc: Updated math/R-MatrixModels to 0.5.0

(mef)

2021-08-31 14:41:40 UTC MAIN commitmail json YAML

(math/R-MatrixModels) Updated 0.4.1 to 0.5.0, explicit NEWS.md unknown

(mef)

2021-08-31 13:17:14 UTC MAIN commitmail json YAML

doc: Updated x11/qt5-qtwebengine to 5.15.2nb2

(ryoon)

2021-08-31 13:16:39 UTC MAIN commitmail json YAML

qt5-qtwebengine: Use internal libjpeg-turbo. Bump PKGREVISION

* JPEG_ACCEPTED=libjpeg-turbo conflicts with ordinary installation.
  Use internal libjpeg-turbo.

(ryoon)

2021-08-31 12:45:10 UTC MAIN commitmail json YAML

openldap-client: Fix older software that hardcodes libldap_r.

This library was merged into the libldap and removed in the recent release.

(jperkin)

2021-08-31 12:14:40 UTC MAIN commitmail json YAML

2021-08-31 12:13:34 UTC MAIN commitmail json YAML

2021-08-31 12:08:56 UTC MAIN commitmail json YAML

kmplayer update.

(markd)

2021-08-31 12:06:22 UTC MAIN commitmail json YAML

2021-08-31 11:57:32 UTC MAIN commitmail json YAML

kf5: add kmediaplayer

(markd)

2021-08-31 11:55:04 UTC MAIN commitmail json YAML

kde: note kmediaplayer framework

(markd)

2021-08-31 11:52:45 UTC MAIN commitmail json YAML

add kmediaplayer

(markd)

2021-08-31 11:50:33 UTC MAIN commitmail json YAML

multimedia: add kmediaplayer

(markd)

2021-08-31 11:49:15 UTC MAIN commitmail json YAML

kmediaplayer: add version 5.80.0

KMediaPlayer builds on the KParts framework to provide a common interface for
KParts that can play media files.

This framework is a porting aid. It is not recommended for new projects, and
existing projects that use it are advised to port away from it, and use plain
KParts instead.

(markd)

2021-08-31 11:37:18 UTC MAIN commitmail json YAML

ruby: make sure there isn't already a ruby in buildlink before linking

(markd)

2021-08-31 11:33:04 UTC MAIN commitmail json YAML

mk: download.kde.org redirects to https

(markd)

2021-08-31 11:29:24 UTC MAIN commitmail json YAML

okular: add buildlink3.mk

(markd)

2021-08-31 11:18:14 UTC MAIN commitmail json YAML

nss: add link to release notes

(wiz)

2021-08-31 11:12:40 UTC MAIN commitmail json YAML

doc: Updated devel/nss to 3.69.1

(wiz)

2021-08-31 11:12:30 UTC MAIN commitmail json YAML



(wiz)

2021-08-31 10:57:27 UTC MAIN commitmail json YAML

doc: Updated emulators/openmsx to 17.0

(nia)

2021-08-31 10:57:08 UTC MAIN commitmail json YAML

2021-08-31 10:39:29 UTC MAIN commitmail json YAML

(www/R-gh) fix typo on package PATH

(mef)

2021-08-31 09:29:01 UTC MAIN commitmail json YAML

doc: Removed devel/go-isatty

(nia)

2021-08-31 09:26:36 UTC MAIN commitmail json YAML

2021-08-31 09:17:53 UTC MAIN commitmail json YAML

doc: Updated net/haproxy to 2.4.3nb1

(jperkin)

2021-08-31 09:17:46 UTC MAIN commitmail json YAML

haproxy: Switch to DEBUG_CFLAGS.

The software depends on compiler flags (-fwrapv) for specific overflow
handling, but for some strange reason instead of appending them during
the build regardless of what the user has set CFLAGS to, it allows
CFLAGS to be overridden and aborts at runtime!  Passing in our CFLAGS
via DEBUG_CFLAGS, while not ideal, allows them to be properly combined.

Fix from goekesmi in joyent/pkgsrc#313.  Bump PKGREVISION.

(jperkin)

2021-08-31 09:10:41 UTC MAIN commitmail json YAML

doc: Removed textproc/go-diff

(nia)

2021-08-31 09:09:51 UTC MAIN commitmail json YAML

2021-08-31 08:24:34 UTC MAIN commitmail json YAML

doc: Updated games/angband to 4.2.3

(nia)

2021-08-31 08:23:15 UTC MAIN commitmail json YAML

angband: update to 4.2.3

  Summary of Changes

    * updates to necromancer and ranger spells
    * improvements to quiver inscriptions
    * many improvements to dungeon generation, especially robustness
    * many improvements to testing and building the game, especially with
      SDL2
    * make the duration of multiple timed effects exactly the same
    * allow selection for effects that used to give a random choice of
      effects
    * fix a bug that made radius of artifact lights too small by one
    * improvements to handling in-game information on effects
    * better documentation in datafiles
    * debugging commands now use the Angband 4 command system
    * upgrade of the NDS port to the 3DS with many improvements

(nia)

2021-08-31 07:39:00 UTC MAIN commitmail json YAML

2021-08-30 23:48:43 UTC MAIN commitmail json YAML

Added sysutils/m1n1 version 20210828
Updated sysutils/u-boot-apple-m1 to 2021.04rc3
Removed sysutils/preloader-m1
Removed sysutils/dtb-arm64-apple-m1

(jmcneill)

2021-08-30 23:46:34 UTC MAIN commitmail json YAML

2021-08-30 23:44:39 UTC MAIN commitmail json YAML

u-boot-apple-m1: update to 2021.04rc3

This update switches the macho bootloader from preloader-m1 to m1n1.

(jmcneill)

2021-08-30 23:33:49 UTC MAIN commitmail json YAML

2021-08-30 23:33:23 UTC MAIN commitmail json YAML

m1n1: an experimentation playground for Apple Silicon

m1n1 is an initial bootloader which is in charge of pretending to be a XNU
kernel and performing Apple-specific initialiation.

(jmcneill)

2021-08-30 22:29:18 UTC MAIN commitmail json YAML

beanstalkd: let the RC script work unprivileged

This takes advantage of the introduction of the SYSCONFBASE variable.
Tested on NetBSD/amd64.

While there, improve the general behaviour, and avoid `pkill -u` in particular
when stopping the service.

Bumps PKGREVISION.

(khorben)

2021-08-30 21:52:41 UTC MAIN commitmail json YAML

doc: Updated emulators/mame to 0.235

(wiz)