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 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-26 17:24:17 UTC Now

2023-07-15 14:57:00 UTC MAIN commitmail json YAML

security/ruby-metasploit-payloads: update to 2.0.149

2.0.149 (2023-07-11)

* Land #667, fix androidpayload dump_contacts failing on Android 10 or
  higher

(taca)

2023-07-15 14:56:36 UTC MAIN commitmail json YAML

doc: Updated mail/postfix to 3.8.1

(otis)

2023-07-15 14:56:26 UTC MAIN commitmail json YAML

postfix: Update to 3.8.1

Major changes with Postfix 3.8.1
================================

- Security: the Postfix SMTP server optionally disconnects remote SMTP clients
  that violate RFC 2920 (or 5321) command pipelining constraints. The server
  replies with "554 5.5.0 Error: SMTP protocol synchronization" and logs the
  unexpected remote SMTP client input. Specify "smtpd_forbid_unauth_pipelining
  = yes" to enable. This feature is enabled by default in Postfix 3.9 and
  later.

- Workaround to limit collateral damage from OS distributions that crank up
  security to 11, increasing the number of plaintext email deliveries. This
  introduces basic OpenSSL configuration file support, with two new parameters
  "tls_config_file" and "tls_config_name". Details are in the postconf(5)
  manpage under "tls_config_file" and "tls_config_name".

Full release notes:
http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.8.1.RELEASE_NOTES

(otis)

2023-07-15 14:55:17 UTC MAIN commitmail json YAML

doc: Updated print/ruby-rbpdf to 1.21.3

(taca)

2023-07-15 14:54:42 UTC MAIN commitmail json YAML

print/ruby-rbpdf: update to 1.21.3

1.21.3 (2023-07-15)

* Javascript Form & XHTML Form support (#84)

(taca)

2023-07-15 14:42:18 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rspec-mocks to 3.12.6

(taca)

2023-07-15 14:41:18 UTC MAIN commitmail json YAML

devel/ruby-rspec-mocks: update to 3.12.6

3.12.6 (2023-07-11)

Bug Fixes:

* Fix an issue with and_call_original when using the method_missing fallback
  with keyword arguments. (Igor Drozdov, #1552)

(taca)

2023-07-15 14:39:49 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rgl to 0.6.6

(taca)

2023-07-15 14:38:41 UTC MAIN commitmail json YAML

devel/ruby-rgl: update to 0.6.6

0.6.6 (2023-07-10)

* Bump GoogleCloudPlatform/release-please-action from 2 to 3 (#120, #122)
  (3e804d4)

(taca)

2023-07-15 14:37:21 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-parser to 3.20.3

(taca)

2023-07-15 14:37:00 UTC MAIN commitmail json YAML

devel/ruby-parser: update to 3.20.3

3.20.3 (2023-07-11)

2 minor enhancements:

* Added Parser#in_argdef and integrated into 3.x parsers.
* Improved tools/munge.rb to handler MRI 3.2 output

2 bug fixes:

* Fixed process_dots to properly deal with paren-less forward_args. (eric1234)
* Fixed tools/ripper.rb to properly print ripper sexp at the end

(taca)

2023-07-15 14:35:45 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-minitest to 5.18.1

(taca)

2023-07-15 14:35:18 UTC MAIN commitmail json YAML

devel/ruby-minitest: update to 5.18.1

3 bug fixes:

* Avoid extra string allocations when filtering tests. (tenderlove)
* Only mention deprecated ENV if it is an integer string.
* Push up test_order to Minitest::Runnable to fix minitest/hell. (koic)

(taca)

2023-07-15 10:53:10 UTC MAIN commitmail json YAML

2023-07-15 10:41:01 UTC MAIN commitmail json YAML

doc: Updated lang/go120 to 1.20.6

(bsiegert)

2023-07-15 10:40:37 UTC MAIN commitmail json YAML

go120: update to 1.20.6 (security)

This minor release includes 1 security fix following the security policy:

net/http: insufficient sanitization of Host header

The HTTP/1 client did not fully validate the contents of the Host header. A
maliciously crafted Host header could inject additional headers or entire
requests. The HTTP/1 client now refuses to send requests containing an invalid
Request.Host or Request.URL.Host value.

Thanks to Bartek Nowotarski for reporting this issue.

Includes security fixes for CVE-2023-29406 and Go issue
https://go.dev/issue/60374

(bsiegert)

2023-07-15 10:35:48 UTC MAIN commitmail json YAML

doc: Updated lang/go119 to 1.19.11

(bsiegert)

2023-07-15 10:35:14 UTC MAIN commitmail json YAML

go119: update to 1.19.11 (security)

This minor release includes 1 security fix following the security policy:

net/http: insufficient sanitization of Host header

The HTTP/1 client did not fully validate the contents of the Host header. A
maliciously crafted Host header could inject additional headers or entire
requests. The HTTP/1 client now refuses to send requests containing an invalid
Request.Host or Request.URL.Host value.

Thanks to Bartek Nowotarski for reporting this issue.

Includes security fixes for CVE-2023-29406 and Go issue
https://go.dev/issue/60374

(bsiegert)

2023-07-15 03:33:41 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-cairo to 1.17.12

(tsutsui)

2023-07-15 03:33:20 UTC MAIN commitmail json YAML

ruby-cairo: update to 1.17.12.

Upstream changes (from NEWS):

Release 1.17.12 (2023-06-17) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added support for Gentoo Linux.

Fixes
-----

  * Fixed ALT Linux dependencies.

Release 1.17.11 (2023-06-16) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added support for ALT Linux.

Fixes
-----

  * Fixed conda dependencies.

Release 1.17.10 (2023-06-16) Sutou Kouhei <kou@cozmixng.org>
============================================================

Improvements
------------

  * Added missing dependency packages for conda.

Release 1.17.9 (2023-06-14) Sutou Kouhei <kou@cozmixng.org>
===========================================================

Improvements
------------

  * Dropped support for fat gem.
    [GH-78][https://github.com/rcairo/rcairo/issues/78]
    [Reported by Largo]

  * Added support for auto native package installation with conda.

  * Added support for cairo 1.17.8:

    * Added Cairo::SVGFontError.

    * Added Cairo::ColorMode.

    * Added Cairo::FontOptions#color_mode.

    * Added Cairo::FontOptions#color_mode=.

    * Added Cairo::ColorPalette.

    * Added Cairo::FontOptions#color_palette.

    * Added Cairo::FontOptions#color_palette=.

    * Added Cairo::FontOptions#set_custom_palette_color.

Fixes
-----

  * Fixed the number of arguments of Cairo::GLSurface#initialize and
    Cairo::GLTextureSurface#initialize.
    [GH-79][https://github.com/rcairo/rcairo/issues/79]
    [Patch by Dimitry Andric]

Thanks
------

  * Largo

  * Dimitry Andric

(tsutsui)

2023-07-14 19:03:04 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 17.11.2

(pin)

2023-07-14 19:02:39 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 17.11.2

v17.11.2
Bug Fixes
- os: use correct Android platform name (1f28305)

v17.11.1
Bug Fixes
- android: update version based on bash capabilities (9b011b4)

v17.11.0
Bug Fixes
- android: correct version number trimming (2bfd08e)

Features
- kubectl: specify context aliases (b27608d)

v17.10.0
Features
- build for android (7d5c731)

(pin)

2023-07-14 18:25:48 UTC MAIN commitmail json YAML

gimp: Restore patch-ab to fix CC_VERSION variable

(ryoon)

2023-07-14 16:56:30 UTC MAIN commitmail json YAML

2023-07-14 16:21:01 UTC MAIN commitmail json YAML

gnustep-base: drop redundant commented-out PKGREVISION

(Which was right above another, active PKGREVISION of the same value.
Seems like a scripting issue.)

(gutteridge)

2023-07-14 15:50:06 UTC MAIN commitmail json YAML

doc: Updated wm/enlightenment16 to 1.0.28

(gutteridge)

2023-07-14 15:49:48 UTC MAIN commitmail json YAML

enlightenment16: update to 1.0.28

e16 v1.0.28 - 2023-07-13
------------------------
- 1.0.28
- Update po
- Fix a couple of bugs in new quoting/comment handling
- bindings: Handle quoting in AclassConfigLineParse()
- ipc: Avoid potential crash in AclassConfigParseIpc()
- Move some string handling functions around
- eesh: Workaround problem with _FORTIFY_SOURCE=3
- events: Fetch events also when blocked
- events: Separate event fetching and processing
- events: Change some variable names
- eesh: Trivial cleanups
- GSOD: Ungrab server before opening new connection
- startup: Only repaint if animating
- desks: Prevent nested desk switches
- Revert "ewins: Remove redundant container window move"
- menus: Expose option to show/hide menu icons in configuration dialog
- e_gen_menu.pl: Fix for new IPC parser
- Add missing include
- cursors: Rework cursor creation
- cursors: Mostly cosmetic function name changes
- cursors: Mostly cosmetic adjustments around fore/background colors
- extinitwin: Move null cursor definition to separate function
- eimage: Split EImageDefineCursor
- Some include tweaks
- matches.cfg: Ignore virtualbox move requests
- pagers: Avoid some overhead
- Forgot some 2022
- ewins: Tweak spurious MapRequest handling
- ewins: Remove redundant container window move
- memory.c: Consistently use EMALLOC()
- focus: Keep focus when un-fullscreened

(gutteridge)

2023-07-14 14:12:14 UTC MAIN commitmail json YAML

Updated graphics/gimp, net/glib-networking

(adam)

2023-07-14 14:11:51 UTC MAIN commitmail json YAML

glib-networking: updated to 2.76.1

2.76.1 - June 29, 2023
- Fix proxy tests when built against libproxy 0.5
- Updated translations

2.76.0 - March 17, 2023
- Fix OpenSSL sessions becoming unresumable
- Fix installed libproxy test

(adam)

2023-07-14 14:10:08 UTC MAIN commitmail json YAML

gimp: updated to 2.10.34

Overview of Changes from GIMP 2.10.32 to GIMP 2.10.34
=====================================================

Core:

  - Check for updates now works on macOS (backported from 2.99.14).
  - Update help IDs for better integration with the documentation website.
  - Symmetry dockable contents is now shown, yet deactivated, when no images are
    opened, improving discoverability (backported from 2.99.14).
  - DBus fully disabled on macOS (in some case, it could even freeze GIMP
    process when dbus is present yet not responding). Open With feature (e.g.
    from file browsers) still work fine as it uses a different code path on
    macOS. Other features using dbus (opening files or running batch commands
    from a separate GIMP process) won't work, but they probably never did on
    macOS anyway.
  - "Canvas Size" dialog took too much vertical space and now better uses the
    horizontal space by moving the preview and offset fiels to the right side,
    and the "Center" button just below (backported from 2.99.8).
  - Template selector (backported from 2.99.6) in resize dialog.
  - Color scale preferences (0..255/0..100 and LCh/HSV settings in Colors
    selection dialogs) are now remembered across sessions.
  - Eye icon header added to the item tree views to make it more obvious where
    to click for item visibility and links (backported from 2.99.10)
  - Revert color proofing behavior changed in 2.10.32 which resulted in
    inconsistent past workflows.
  - "Lock path strokes" tooltip for the dockable icon was renamed "Lock path".

Plug-ins:

  - DDS: make GUI translatable.
  - file-raw: added high bit depth precision export (partial backport from
    2.99.12).
  - TIFF:
    * Various bug fixes;
    * better check for invalid resolutions on import;
    * do not generated warnings for incorrect RichTIFFIPTC tags produced by
      Adobe products (only output a message to stderr, for not completely
      ignoring these);
    * Loading "reduced" image or not is now an option. We use a heuristic for
      the default value of said option (trying to guess if it's a thumbnail by
      using common usage), but final decision is now up to one knowing the image
      you load (backported from 2.99.14);
    * Default TIFF export format is "normal" TIFF, not BigTIFF (making it
      default was definitely an error in 2.10.32).
  - PSD:
    * Various bug fixes;
    * Useless physical unit conversion removed;
    * Backported improvement (2.99.10) for importing layers with clipping set
      (leading to color bleeding);
    * Backported improvements (2.99.10) for importing clipping layers;
    * Paths are now exported (backported from 2.99.14).
  - WebP: more informative error messages in some cases.
  - Flame: various bug fixes.
  - JPEG-XL:
    * metadata import backported from 2.99.14 - (requires libjxl 0.7.0)
    * Partial backport (2.99.8) of JPEG-XL export; export is always in 8bit
      lossless.
  - HEIF: various bug fixes.
  - Dicom: various bug fixes.
  - help:
    * macOS: https support now working fine for help files (bypassing
      lack of support in GIO for macOS platform).
  - animation-play: fixed on macOS.
  - PDF:
    * Import: new option "Fill transparent areas with white" to fill the
      background in white (ON by default as most office PDF writers seem to rely
      on readers filling the background with white), allowing importing
      transparent PDF files.
    * Export: new option "Fill transparent areas with background color" allowing
      to decide whether to export a PDF with transparent background.
  - TGA:
    * Added a workaround to load wrongful TGA files exported by Krita (which
      they fixed on their side too now, see Krita bug 464484).
  - ICO and CUR:
    * Magics detection for these formats has been removed (now using only using
      filename extension) because it was interfering with the detection of
      certain types of TGA images (which are likely more common than ICO and CUR
      files, and extension for these should be reliable enough).

Libgimpbase:

  - GimpMetadata API (in particular the gimp_metadata_set_from_*() functions)
    are now much less memory-hungry (backported from the main dev branch) when
    using GExiv 0.12.2 or over. With some huge metadata, it could cause long
    freeze or even crashes of plug-ins.

Libgimpwidgets:

  - Color-picking with X11 is now the default when compiled with X11, even if a
    color-picking portal also exists, because it is always right, whereas
    portals return color in display space without the space information itself
    (i.e. without profiles).
  - New dedicated GimpPickButton implementation for Windows (backported from
    2.99.14).

Libgimp:

  - New wrapper functions around GEGL ops, which also map to items in our Color
    menu:
    * gimp_drawable_shadows_highlights()
    * gimp_drawable_extract_component()

Build:

  - Bumping minimum GEGL to version 0.4.38.
  - Bumping minimum libjxl to version 0.7.0.
  - New GIMP_RELEASE macro to tell if code is a release or in-between release
    (different from GIMP_UNSTABLE which was telling if we are in a stable or
    development branch).
  - Our stable CI now uses Debian stable where Python2 is still present.

(adam)

2023-07-14 13:52:51 UTC MAIN commitmail json YAML

gimp: Fix configure with graphics/babl-0.1.106

(ryoon)

2023-07-14 13:26:43 UTC MAIN commitmail json YAML

p5-DBD-MariaDB: use MARIADB_VERSIONS_ALL

(nia)

2023-07-14 13:25:58 UTC MAIN commitmail json YAML

mk: Add a MARIADB_VERSIONS_ALL variable

The intent of this variable is that it can be used as a value for
MYSQL_VERSIONS_ACCEPTED if a package wants to indicate that it only
accepts MariaDB.

(nia)

2023-07-14 13:04:55 UTC MAIN commitmail json YAML

Add mariadb1011 to MYSQL_VERSIONS_ACCEPTED for p5-DBD-MariaDB

(abs)

2023-07-14 12:36:24 UTC MAIN commitmail json YAML

doc: Updated devel/pycharm-bin to 2022.1.4

(hauke)

2023-07-14 12:36:13 UTC MAIN commitmail json YAML

2023-07-14 11:51:33 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 17.9.1

(pin)

2023-07-14 11:51:07 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 17.9.1

Bug Fixes
- azure: correct Azure icon (bce149b), closes #4056

(pin)

2023-07-14 11:50:38 UTC MAIN commitmail json YAML

nmap: Add missing climits header inclusion. Spotted in SunOS bulk build.

(nia)

2023-07-14 11:49:26 UTC MAIN commitmail json YAML

powerdns: include stdexcept for std::runtime_error. Spotted in the SunOS
bulk build.

(nia)

2023-07-14 11:37:00 UTC MAIN commitmail json YAML

bulk-test-essential: PKG_JVM_DEFAULT is not necessarily set. Use the
internal variable to ensure this package gets built regardless.

(nia)

2023-07-14 10:47:16 UTC MAIN commitmail json YAML

doc: Updated x11/xlockmore-lite to 5.72

(micha)

2023-07-14 10:44:38 UTC MAIN commitmail json YAML

doc: Updated x11/xlockmore to 5.72

(micha)

2023-07-14 10:43:34 UTC MAIN commitmail json YAML

x11/xlockmore: Update to 5.72

5.72
  Update for OpenVMS for x86_64, small change to xshm.h and new make.com
    to work with clang and xmlock/xawlock thanks to Jouk Jansen.  I hear
    its now possible to get a virtual OpenVMS on your Linux machine. :)
  Update for xscreensaver-6.06 port to use grabclient instead of
    grabscreen.
  configure now configures xmlock for Athena if you do not want Motif.
    Should work with most popular versions of Athena.  You may want
    to change the name from xmlock to xawlock if you are using Athena.
    xawlock directory removed and was not meant to be distributed.

(micha)

2023-07-14 09:54:08 UTC MAIN commitmail json YAML

2023-07-14 08:13:26 UTC MAIN commitmail json YAML

wm/ccsm: Fix an issue where CCSM displays no text or icons

(pho)

2023-07-14 07:36:18 UTC MAIN commitmail json YAML

Updated graphics/babl, graphics/gegl

(adam)

2023-07-14 07:35:59 UTC MAIN commitmail json YAML

gegl: updated to GEGL-0.4.46 2023-06-1x

Core:

New simpler API for connecting pads, gegl_node_connect which can be
used instead of either gegl_node_connect_from or gegl_node_connect_to
by autosensing the neccesary direction of the connection.

Operations:

Clean up various bits of ill or undefiend code based on stricter
compiler warnings.

Use gegl_node_connect in all ops.

ff-load,ff-save: clean up of deprecated API - hope fully covering more
ffmpeg versions.

New operation: adaptive-threshold, this is equivalent to doing an
unsharp mask with a large radius, followed by scaling the image up
applying threshold and scaling down by the inverse. The scalings are
only done if antialias is higher than 1. To speed up processing the
first thing done in the graph is conversion to grayscale.

Updated vendored libraries

ctx and libnsgif have been updated from upstream.

Build:

  • Depend on meson 0.55.0

  • various cleanups including re-enabling of deprecation warnings.

  • make ctx be an internal library.

GEGL-0.4.44 2023-03-26

GeglBuffer:

Fixed a invalid free that gets umasked by GLib 2.75.3 and newer.

ctx:

Updated vendored library from upstream.

GEGL-0.4.42 2023-02-20

Operations:

  • raw-load: add conditional support for 0.21.0 API

  • rgb-clib: improved ui-ranges

  • perlin, mosiac, c2g, long-shadow: small cleanups

  • gif-load: update vendored dependency, including code updates.

Build:

  • keeping up with babl0.4.46

(adam)

2023-07-14 07:34:16 UTC MAIN commitmail json YAML

babl: updated to 0.1.106

babl-0.1.106
Disable LUTs on big-endian, fix to 1bpp->4bpp LUTs, faster startup by caching
balanced RGB to XYZ matrices.

babl-0.1.104
LUT code-paths re-enabled, some array overflow proofing.

babl-0.1.102
Brown paper bag release - LUT code-paths now disabled by default.

babl-0.1.100
Stop double processing with LUT+normal fishes.
Support for non-ASCII characters in file paths on windows. Improved wrap build
support.

(adam)

2023-07-14 06:44:50 UTC MAIN commitmail json YAML

devel/libcompizconfig: Fix a run-time issue on platforms without native inotify

This is probably an upstream issue. Its "configure" script can correctly
find our libinotify headers but doesn't pass -linotify to the linker. This
makes the resulting .so unloadable.

(pho)

2023-07-14 06:39:56 UTC MAIN commitmail json YAML

doc: Updated x11/xeyes to 1.3.0

(wiz)

2023-07-14 06:39:46 UTC MAIN commitmail json YAML

xeyes: update to 1.3.0.

xeyes is a simple utility used by X users to help them find lost cursors,
and by Wayland users to help see which windows are run via Xwayland vs.
natively.

This release adds a -biblicallyAccurate option for extra amusement.

Alan Coopersmith (8):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      man page: remove out-of-date reference to X(7)
      gitlab CI: stop requiring Signed-off-by in commits
      Add -help & -version options
      Print which argument was unknown before giving usage message
      xeyes 1.3.0

Serge Bazanski (1):
      Implement multi-ocular support, add biblical example

(wiz)

2023-07-14 06:27:52 UTC MAIN commitmail json YAML

2023-07-14 04:09:20 UTC MAIN commitmail json YAML

sysutils/open-vm-tools/MESSAGE.x11: Clarify that clipboard synchronization also requires that vmtoolsd is running

(pho)

2023-07-13 20:43:53 UTC MAIN commitmail json YAML

doc: Added www/seaward version 1.0.1

(pin)

2023-07-13 20:43:20 UTC MAIN commitmail json YAML

2023-07-13 20:42:35 UTC MAIN commitmail json YAML

www/seaward: import package

Seaward is a crawler used to discover every link on a web page and its linked
pages without duplicates or to search for a word starting from the given URL.

If you want to save the links inside a file, you can run
'seaward <URL> --silent > file.txt', and if you experience many timeout errors
try using a higher timeout with '-t'.
With the '-d 0' option you crawl only the web page passed in the URL parameter,
with '-d 1' also the pages linked to it (always within the same web site) and
so on.

(pin)

2023-07-13 20:40:21 UTC MAIN commitmail json YAML

doc: Added audio/spotifyd version 0.3.5

(pin)

2023-07-13 20:39:50 UTC MAIN commitmail json YAML

Add spotifyd

(pin)

2023-07-13 20:38:53 UTC MAIN commitmail json YAML

audio/spotifyd: import package from wip

Packaged by base in wip with work from tnn.

An open source Spotify client running as a UNIX daemon. Spotifyd streams music
just like the official client, but is more lightweight and supports more
platforms. Spotifyd also supports the Spotify Connect protocol which makes it
show up as a device that can be controlled from the official clients.

Spotifyd requires a Spotify Premium account.

(pin)

2023-07-13 20:35:41 UTC MAIN commitmail json YAML

doc: Updated misc/tui-journal to 0.3.0

(pin)

2023-07-13 20:35:19 UTC MAIN commitmail json YAML

misc/tui-journal: update to 0.3.0

What's Changed
- Fixed: Prevent release generation in forks by @kevinmatthes in #86
- Added: Add package name to CHANGELOG assembly workflow by @kevinmatthes in #85
- Changed: Call Docker images of linters directly by @kevinmatthes in #89
- Fixed: Fix Release action using MakeFile by @AmmarAbouZor in #97
- Added: Fuzzy Finder for Journals by @AmmarAbouZor in #105
- Added: Fuzzy Find Demo by @AmmarAbouZor in #107

(pin)

2023-07-13 20:34:33 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 2.5.0

(pin)

2023-07-13 20:34:02 UTC MAIN commitmail json YAML

sysutils/felix: update to 2.5.0

v2.5.0 (2023-07-13)
Added
- Ability to exit to LWD (last workind directory): See Integrations for
  details.

(pin)

2023-07-13 20:33:17 UTC MAIN commitmail json YAML

doc: Updated devel/cargo-c to 0.9.21

(pin)

2023-07-13 20:32:57 UTC MAIN commitmail json YAML

2023-07-13 20:31:47 UTC MAIN commitmail json YAML

doc: Updated devel/difftastic to 0.48.0

(pin)

2023-07-13 20:31:23 UTC MAIN commitmail json YAML

devel/difftastic: update to 0.48.0

0.48 (released 12th July 2023)
Parsing
- Updated Scala parser.
- Improved parsing of qualified modules and variables in Haskell.

Diffing
- Replaced strings now have subword highlighting, consistent with replaced
  comments. Thanks @amnore!
- Fixed an issue with the cost model for comment replacement, leading
  difftastic to prefer modified comments even when exact comment matches are
  possible.
- Simplified the cost model, which previously had an inconsistent heuristic
  depending on whether there were multiple items on the same line. This can
  lead to slightly different items being marked as changed, but on average the
  results are better.

Display
- Improved word highlighting in comments when they contain numbers or hyphens.

Internals
- Difftastic's logging is now configured with the environment variable DFT_LOG.
  This was previously RUST_LOG, which could interfere with users configuring
  logging for their own development work.

(pin)

2023-07-13 19:34:27 UTC MAIN commitmail json YAML

gdb: Do not support Apple M1

(triaxx)

2023-07-13 18:31:30 UTC MAIN commitmail json YAML

doc: Updated www/ap2-perl to 2.0.12nb3

(jperkin)

2023-07-13 18:29:37 UTC MAIN commitmail json YAML

2023-07-13 18:09:52 UTC MAIN commitmail json YAML

doc: Removed misc/jive

(nia)

2023-07-13 18:07:25 UTC MAIN commitmail json YAML

remove misc/jive

This is dead upstream, abuses make variables, and has limited practical
use.  Humour has moved on quite a lot since 90s usenet.

ok pkgsrc-pmc@

(nia)

2023-07-13 17:54:36 UTC MAIN commitmail json YAML

doc: Updated security/xml-security-c to 2.0.4

(pho)

2023-07-13 17:54:17 UTC MAIN commitmail json YAML

security/xml-security-c: Update to 2.0.4

--
October 2021

Version 2.0.3 of the Apache XML Security for C++ library has been
released. This release adds support for OpenSSL 3.0.0, though using a
number of now-deprecated function calls.

--
November 2021

Version 2.0.4 of the Apache XML Security for C++ library has been
released. This release fixes a regression in 2.0.3 allowing the code to
build on pre-1.1 OpenSSL versions.

(pho)

2023-07-13 14:52:19 UTC MAIN commitmail json YAML

Updated net/wireshark, archivers/py-zipp

(adam)

2023-07-13 14:51:54 UTC MAIN commitmail json YAML

py-zipp: updated to 3.16.1

v3.16.1

Bugfixes
- Replaced the ``fnmatch.translate`` with a fresh glob-to-regex translator for more correct matching behavior.

(adam)

2023-07-13 14:50:29 UTC MAIN commitmail json YAML

wireshark: updated to 4.0.7

Wireshark 4.0.7 Release Notes

What’s New

  We do not ship official 32-bit Windows packages for Wireshark 4.0 and
  later. If you need to use Wireshark on that platform, we recommend
  using the latest 3.6 release. Issue 17779[1]

  If you’re running Wireshark on macOS and upgraded to macOS 13 from an
  earlier version, you might have to open and run the “Uninstall
  ChmodBPF” package, then open and run “Install ChmodBPF” in order to
  reset the ChmodBPF Launch Daemon. Issue 18734[2].

  Bug Fixes

  The following vulnerabilities have been fixed:

    • wnpa-sec-2023-21[3] Kafka dissector crash. Issue 19105[4].

    • wnpa-sec-2023-22[5] iSCSI dissector crash. Issue 19164[6].

  The following bugs have been fixed:

    • Crash when (re)loading a capture file after renaming a dfilter
      macro. Issue 13753[7].

    • Moving a column deselects selected packet and moves to beginning
      of packet list. Issue 16251[8].

    • If you set the default interface in the preferences, it doesn’t
      work with TShark. Issue 16593[9].

    • Severe performance issues in Follow → Save As raw workflow. Issue
      17313[10].

    • TShark doesn’t support the tab character as an aggregator
      character in \"-T fields\" Issue 18002[11].

    • On Windows clicking on a link in the 'Software Update' window
      launches, now unsupported, MS Internet Explorer. Issue 18488[12].

    • Wireshark 4.x.x on Win10-x64 crashes after saving a file with a
      name already in use. Issue 18679[13].

    • NAS-5GS Operator-defined Access Category: Multiple Criteria
      values not displayed in dissected packet display. Issue
      18941[14].

    • Server Hello Packet Invisible - during 802.1x Authentication-
      from Wireshark App Version 4.0.3 (v4.0.3-0-gc552f74cdc23) &
      above. Issue 19071[15].

    • TShark reassembled data is incomplete/truncated. Issue 19107[16].

    • CQL protocol parsing issues with `Result` frames from open source
      Cassandra. Issue 19119[17].

    • TLS 1.3 second Key Update doesn’t work. Issue 19120[18].

    • HTTP2 dissector reports an assertion error on large data frames.
      Issue 19121[19].

    • epan: Single letter hostnames aren’t displayed correctly. Issue
      19137[20].

    • BLF: CAN-FD-Message format is missing a field. Issue 19146[21].

    • BLF: last parameter of LIN-Message is not mandatory (BUGFIX)
      Issue 19147[22].

    • PPP IPv6CP: Incorrect payload length warning. Issue 19149[23].

    • INSTALL file needs to be updated for Debian. Issue 19167[24].

    • Some RTP streams make Wireshark crash when trying to play stream.
      Issue 19170[25].

    • Wrong ordering in OpenFlow 1.0 Datapath unique ID. Issue
      19172[26].

    • Incorrect mask in RTCP slice picture ID. Issue 19182[27].

    • Dissection error in AMQP 1.0. Issue 19191[28].

  New and Updated Features

  There are no new or updated features in this release.

  Removed Features and Support

  New Protocol Support

  There are no new protocols in this release.

  Updated Protocol Support

  9P, AMQP, BGP, CQL, DHCPFO, EAP, GlusterFS, GSM MAP, HTTP2, iSCSI,
  Kafka, Kerberos, NAN, NAS-5GS, OCP.1, OpenFlow 1.0, PDCP-NR, PEAP,
  PPPoE, RSL, RTCP, rtnetlink, and XMPP

(adam)

2023-07-13 14:43:13 UTC MAIN commitmail json YAML

Updated www/nghttp2, www/nghttp2-tools, lang/vala, www/libproxy

(adam)

2023-07-13 14:41:19 UTC MAIN commitmail json YAML

libproxy: updated to 0.5.3

0.5.3
Fix crash querying URLs without a host
Web: Update application page
Add appplication info about apt and python requests
Bump version to 0.5.3

(adam)

2023-07-13 14:39:49 UTC MAIN commitmail json YAML

vala: updated to 0.56.9

Vala 0.56.9
===========
* Various improvements and bug fixes:
  - codegen: Add missing EXTERN flag for GType function of error domains
  - codegen: Improve handling of sealed classes
  - vala: Report an error when trying to chain up to inaccessible private
    ctor
  - vala: Fix spaces for attributes when writing property accessors
  - girwriter: Fix c:type attribute for real struct parameters
  - testrunner: Add support to check generated header
  - manual: Update from wiki.gnome.org

* Bindings:
  - gio-2.0: Ease implemention of GLib.ActionGroup
  - glib-2.0: Fix return-type of GLib.SourceOnceFunc
  - glib-2.0: Add ConvertError.{NO_MEMORY,EMBEDDED_NUL}
  - gtk4: Pick up fix for Gdk.Toplevel.compute_size.size parameter
  - vapi: Add documentation to GLib.Math that '-X -lm' may be needed when
    compiling

(adam)

2023-07-13 14:25:59 UTC MAIN commitmail json YAML

nghttp2, nghttp2-tools: updated to 1.55.0

Nghttp2 v1.55.0

build

The following dependencies have been updated:

ngtcp2
nghttp3
BoringSSL
This release fixes build error without libev.

third-party

llhttp has been updated.

Cross-compiling mruby is now supported.

nghttpx

UDP_GRO is enabled for QUIC socket.

The initial QUIC packet number is now randomized.

h2load

UDP_GRO is enabled for QUIC socket.

(adam)

2023-07-13 13:55:10 UTC MAIN commitmail json YAML

*: Revert two recent commits that dropped a cwrappers-enforced C++ standard
by packages that already use -std=c++XX until the discussion about C++
standard versions is resolved.

Requested by pkgsrc-pmc@.

(nia)

2023-07-13 13:49:17 UTC MAIN commitmail json YAML

2023-07-13 13:45:43 UTC MAIN commitmail json YAML

2023-07-13 13:29:07 UTC MAIN commitmail json YAML

doc/guide: sync binary package creation with reality

For many years now, binary packages have been created before installing
them.

(rillig)

2023-07-13 13:14:41 UTC MAIN commitmail json YAML

doc/guide: Remove description of GCC_REQD - mostly reverts r1.171.

Requested by pkgsrc-pmc@.

(nia)

2023-07-13 11:30:18 UTC MAIN commitmail json YAML

This Pycharm version is a bit long in the tooth, and breaks on Java
17, limit the version range.

Remove deprecated VM option.

(hauke)

2023-07-13 10:49:56 UTC MAIN commitmail json YAML

zabbix60-server: Assumes compiler defaults to c99.

(nia)

2023-07-13 10:05:33 UTC MAIN commitmail json YAML

2023-07-13 10:03:31 UTC MAIN commitmail json YAML

2023-07-13 09:40:58 UTC MAIN commitmail json YAML

py-easy-thumbnails: drop support for Python 2

(wiz)

2023-07-13 09:39:10 UTC MAIN commitmail json YAML

py-django-appmedia: remove

Dead upstream since 2010, only supports Python 2, no users in pkgsrc

(wiz)

2023-07-13 09:31:07 UTC MAIN commitmail json YAML

2023-07-13 09:12:16 UTC MAIN commitmail json YAML

py-configargparse: not for Python 2

(wiz)

2023-07-13 09:01:41 UTC MAIN commitmail json YAML

lang/nodejs has version 20 now, update nodeversion.mk

(wiz)

2023-07-13 07:30:36 UTC MAIN commitmail json YAML

Updated converters/py-reedsolo, net/py-onionbalance

(adam)

2023-07-13 07:30:18 UTC MAIN commitmail json YAML

py-onionbalance: updated to 0.2.1

0.2.1
v2 codebase now uses Cryptodome instead of the deprecated PyCrypto library.
v3 codebase is now more flexible when it comes to requiring a live consensus. This should increase the reachability of Onionbalance in scenarios where the network is having trouble establishing a new consensus.
v3 support for connecting to the control port through a Unix socket. Patch by Peter Tripp.
Introduce status socket support for v3 onions. Patch by vporton.
Sending a SIGHUP signal now reloads the v3 config. Patch by Peter Chung.

(adam)

2023-07-13 07:13:53 UTC MAIN commitmail json YAML

py-reedsolo: updated to 1.7.0

ReedSolo v1.7.0
Drop cythonization by default, to avoid installation issues for users with Cython installed but no C++ compiler. Cythonization needs to be requested explictly now, using pip install --upgrade reedsolo --install-option="--cythonize" --verbose.

ReedSolo v1.6.1
Clarify license to ensure Public Domain-like rights are granted to users, via the Unlicense or MIT-0 License at the user's preference

ReedSolo v1.6.0
Fix major issue preventing pip install when both Cython and a C compiler was installed (thanks to @m-rossi for the fix!)
Fix minor inconsistency in reporting errata positions (thanks to @jbosboom!)
Migrate continuous integration unit testing from Travis-CI (now only paid plans are offered since 2020) to GitHub Actions.
Add CI unit testing for Python 3.7 up to 3.12 alpha 3, and PyPy 3.
Drop CI unit testing and support for Python 3.3 to 3.6 included.
fixes uncaught error when RSCodec initialized with too many ECC symbols
fixes support for bytes input for higher galois fields (thanks to @another-pjohnson!)
fix erasures correction for chunked messages (thanks to @another-pjohnson!)
Fixes Cythonized implementation chunking was not implemented in check method (thanks to @henla464!)
Add note about limitation to galois field 8 of C implementation
update install instructions in README.rst
Add mention of other contributors

(adam)

2023-07-13 06:38:43 UTC MAIN commitmail json YAML

DWB: ensure the internally-set CFLGS/etc are overriden by using
MAKE_FLAGS instead of MAKE_ENV. should help the build on various
platforms.

(nia)

2023-07-13 06:21:47 UTC MAIN commitmail json YAML

2023-07-12 21:31:08 UTC MAIN commitmail json YAML

putty: Assumes compiler defaults to c99.

(nia)

2023-07-12 21:30:42 UTC MAIN commitmail json YAML

2023-07-12 21:26:15 UTC MAIN commitmail json YAML

pam-p11: Add missing gettext dependenc. Add NLS support. Delint.

(nia)

2023-07-12 21:19:27 UTC MAIN commitmail json YAML

2023-07-12 21:17:16 UTC MAIN commitmail json YAML

2023-07-12 21:05:30 UTC MAIN commitmail json YAML

podofo: Force the use of -std=c++11 through wrappers due to thread_local
usage.

(nia)

2023-07-12 21:04:46 UTC MAIN commitmail json YAML

lua-bcrypt: Uses c99 features, so add -std=c99 to my own makefile
what I wrote. D'oh.

(nia)

2023-07-12 20:59:34 UTC MAIN commitmail json YAML

git-crypt: Add missing dependency on OpenSSL.

(nia)

2023-07-12 20:56:03 UTC MAIN commitmail json YAML

knot: Assumes compiler defaults to c99.

(nia)

2023-07-12 20:52:21 UTC MAIN commitmail json YAML

indexinfo: Add missing dependency on zlib

(nia)

2023-07-12 20:49:36 UTC MAIN commitmail json YAML

neix: Require a compiler that knows about std::regex_replace.

(nia)

2023-07-12 20:46:24 UTC MAIN commitmail json YAML

wmget: Set LICENSE. Honour CFLAGS/LDFLAGS.

Expected to fix the build on various platforms, particularly since
it used Werror before.

(nia)

2023-07-12 20:38:31 UTC MAIN commitmail json YAML

transmission: Requires a C++17 compiler.

(nia)

2023-07-12 20:37:18 UTC MAIN commitmail json YAML

tigervnc: Include buildlink3 file for pam.

(nia)

2023-07-12 20:29:57 UTC MAIN commitmail json YAML

sslh: Assumes compiler defaults to c99.

(nia)

2023-07-12 20:23:50 UTC MAIN commitmail json YAML

powerdns-recursor: Require a compiler with support for C++17 features.

(nia)

2023-07-12 20:23:15 UTC MAIN commitmail json YAML

powerdns: Require a compiler with support for C++17 features.

(nia)

2023-07-12 20:17:12 UTC MAIN commitmail json YAML

nagios-plugin-x509: Avoid use of strict C89 mode when some non-standard
functions (asprintf) are used. Honour CFLAGS. Avoid Werror when the target
system is not predictable.

(nia)

2023-07-12 20:16:33 UTC MAIN commitmail json YAML

doc: Updated audio/termusic to 0.7.11

(pin)

2023-07-12 20:16:11 UTC MAIN commitmail json YAML

audio/termusic: update to 0.7.11

[v0.7.11] Released on: July 11, 2023.
- For packagers: This version add a binary termusic-server and remove some
  features flags, please kindly check Makefile for changes and update packaging
  script accordingly. Thanks so much.
- New: split the function of app to termusic-server and termusic.
  termusic-server can be run separately with RUST_LOG=trace termusic-server
  to debug.
- New: remove feature flag mpris and use a configuration option
  use_mpris(default is true) to control the function.
- New: remove feature flag discord and use a configuration option
  use_discord(default is true) to control the function.
- Change: loop mode change to single/playlist/random. Remove the option to
  add tracks in the front of playlist.
- New: termusic-server and termusic communicate through rpc, and the default
  port is 50101. Can be configured as other values.
- New: can load .m3u file with live audio stream.

(pin)

2023-07-12 20:14:48 UTC MAIN commitmail json YAML

nagios-plugin-mqueue: Avoid use of strict C89 mode when C99 functions
are in use. Honour CFLAGS.

Should help the build on some platforms.

(nia)

2023-07-12 20:06:51 UTC MAIN commitmail json YAML

libmicrodns: Assumes compiler defaults to c99.

(nia)

2023-07-12 20:05:53 UTC MAIN commitmail json YAML

lagrange: Require at least GCC 4.9 for <stdatomic.h>

(nia)

2023-07-12 19:58:50 UTC MAIN commitmail json YAML

bind918: Require at least GCC 4.9 for stdatomic.h.

(nia)

2023-07-12 19:56:41 UTC MAIN commitmail json YAML

mpv: Require at least GCC 4.9 for stdatomic.h.

(nia)

2023-07-12 19:50:19 UTC MAIN commitmail json YAML

ggrab: Override attempt to override LDFLAGS.

(nia)

2023-07-12 19:47:08 UTC MAIN commitmail json YAML

fxtv: Include stdint.h before attempting to use [u]intXX_t.

(nia)

2023-07-12 19:45:18 UTC MAIN commitmail json YAML

atomicparsley: Require a compiler that understands "nullptr".
Don't attempt to use git to examine the (most likely pkgsrc)
repository during the build process.

(nia)

2023-07-12 19:39:16 UTC MAIN commitmail json YAML

doc: Added devel/mirmake version 20141220

(vins)

2023-07-12 19:37:25 UTC MAIN commitmail json YAML

2023-07-12 19:35:40 UTC MAIN commitmail json YAML

assimp: Require a recent enough GCC version.

(nia)

2023-07-12 19:34:40 UTC MAIN commitmail json YAML

devel/mirmake: import pacakge from wip.

MirMake is a package of MirBSD's make(1) as well as its system makefile
includes, a few required tools, and a library containing hash functions,
strlcpy and strlcat functions, etc. for operating systems which do not
have these in libc.

(vins)

2023-07-12 19:24:49 UTC MAIN commitmail json YAML

colorless: pax must be in USE_TOOLS to use it in post-install.

Also switch TOOLS_PLATFROM.sh for SH to fix a note from pkglint
that the former may be unavailable on Linux.

(nia)

2023-07-12 19:17:37 UTC MAIN commitmail json YAML

xlife: More standardsy: stdint.h for uint32_t instead of sys/types.h

Appears to at least make compilers with glibc happy.

(nia)

2023-07-12 19:16:10 UTC MAIN commitmail json YAML

sc-im: Assumes compiler defaults to c99.

(nia)

2023-07-12 19:09:33 UTC MAIN commitmail json YAML

doc: Updated devel/py-hg-fastimport to 0.1.1nb3

(wiz)

2023-07-12 19:09:22 UTC MAIN commitmail json YAML

py-hg-fastimport: add missing dependency on py-sqlite3

Bump PKGREVISION.

(wiz)

2023-07-12 17:17:27 UTC MAIN commitmail json YAML

doc: Updated emulators/hercules4sdl to 4.6

(rhialto)

2023-07-12 17:17:15 UTC MAIN commitmail json YAML

emulators/hercules4sdl: update to 4.6.

from https://sdl-hercules-390.github.io/html/hercnew.html:

Summary of Changes:
-------------------

* SECURITY: New "\reply" SCP command to suppress command echoing of passwords
(Fish) (#541)

* Fix endianness bug in PFPO instruction (#523)
* Fix some endianness issues in TRTE, TRTRE, TRTE, TRTRE, TRTE and TRTRE
instructions (James Wekel) (#529)
* Fix CODEPAGE message corruption in HERCIFC (Bill Lewis) (#525)
* Fix some minor z/Arch Facility related bugs (Fish)
* Fix BZIP2 API bug in hetlib.c (Fish) (#535)
* Fix missing last dump line bug in dasdutil trace (Fish)
* Fix crash if "ctc debug" command on unconnected CTCE device (Fish) (#536)
* Fix segfault in 370 mode IPL (Bill Lewis) (#538)
* Fix to show version and help if no arguments given (Fish) (#540, #548)
* Fix incorrect NUMCPU/ARCHLVL/etc handling causing occasional hang (Fish)
(#542)
* Fix branding SNAFU: "SDL" does NOT mean this Hercules is a "SoftDevLabs"
product! (Fish)
* Fix bug causing MVT guest to fail (Fish)
* Fix Program check detection if PER trace active (Fish) (#560)

* New: 'QUITMOUT' command/statement, per user request (Fish)
* NEW: "Trace to File" support (Fish) (#33)
* New "t+CPU [cpuad]" selective instruction tracing by CPU (Fish)
* NEW: Sockdev socket punch support (Fish) (#553)
* New 'txt2card' utility (Fish)

* Don't enable STHYI/ESSA by default (#531)
* Improve PFPO instruction conformance (Fish)
* Add single devnum support to CKD Search Key trace command (Fish)
* Enhance "t?" command to also show active device tracing (Fish)
* Improve CCW tracing (Fish)
* Add "ADDFRR" MVS assist (Jay Maynard) (#537)
* Better HMC message handling for s390x Linux guests (Fish) (#534)
* Document MAKETAPE via README (Fish)
* Add support for dasd X'F7' (DSO = Define Subsystem Operation) CCW (Fish)
(#547)
* DASDLOAD: Increase MAXDSCB and allow cmdline override (Fish) (#566)

(rhialto)

2023-07-12 16:29:30 UTC MAIN commitmail json YAML

Updated math/py-scipy, devel/py-zope.exceptions

(adam)

2023-07-12 16:29:13 UTC MAIN commitmail json YAML

py-zope.exceptions: updated to 5.0.1

5.0.1
Fix issue introduced in the last release which is breaking HTMLExceptionFormatter when using non-str __traceback_info__.

(adam)

2023-07-12 16:27:03 UTC MAIN commitmail json YAML

2023-07-12 16:26:29 UTC MAIN commitmail json YAML

py-scipy: updated to 1.11.1

SciPy 1.11.1

Issues closed for 1.11.1

BUG: run method of scipy.odr.ODR class fails when delta0 parameter...
BUG: segfault in \`scipy.linalg.lu\` on x86_64 windows and macos...
BUG: factorial return type inconsistent for 0-dim arrays
determinant of a 1x1 matrix returns an array, not a scalar
Licensing concern

Pull requests for 1.11.1

BUG: Fix work array construction for various weight shapes.
REL, MAINT: prep for 1.11.1
BUG: fix handling for \`factorial(..., exact=False)\` for 0-dim...
FIX:linalg.lu:Guard against permute_l out of bound behavior
MAINT:linalg.det:Return scalars for singleton inputs
MAINT: fix unuran licensing

SciPy 1.11.0 is the culmination of 6 months of hard work. It contains
many new features, numerous bug-fixes, improved test coverage and better
documentation. There have been a number of deprecations and API changes
in this release, which are documented below. All users are encouraged to
upgrade to this release, as there are a large number of bug-fixes and
optimizations. Before upgrading, we recommend that users check that
their own code does not use deprecated SciPy functionality (to do so,
run your code with ``python -Wd`` and check for ``DeprecationWarning`` s).
Our development attention will now shift to bug-fix releases on the
1.11.x branch, and on adding new features on the main branch.

This release requires Python 3.9+ and NumPy 1.21.6 or greater.

For running on PyPy, PyPy3 6.0+ is required.

**************************
Highlights of this release
**************************

- Several `scipy.sparse` array API improvements, including `sparse.sparray`, a new
  public base class distinct from the older `sparse.spmatrix` class,
  proper 64-bit index support, and numerous deprecations paving the way to a
  modern sparse array experience.
- `scipy.stats` added tools for survival analysis, multiple hypothesis testing,
  sensitivity analysis, and working with censored data.
- A new function was added for quasi-Monte Carlo integration, and linear
  algebra functions ``det`` and ``lu`` now accept nD-arrays.
- An ``axes`` argument was added broadly to ``ndimage`` functions, facilitating
  analysis of stacked image data.

************
New features
************

`scipy.integrate` improvements
==============================
- Added `scipy.integrate.qmc_quad` for quasi-Monte Carlo integration.
- For an even number of points, `scipy.integrate.simpson` now calculates
  a parabolic segment over the last three points which gives improved
  accuracy over the previous implementation.

`scipy.cluster` improvements
============================
- ``disjoint_set`` has a new method ``subset_size`` for providing the size
  of a particular subset.

`scipy.constants` improvements
================================
- The ``quetta``, ``ronna``, ``ronto``, and ``quecto`` SI prefixes were added.

`scipy.linalg` improvements
===========================
- `scipy.linalg.det` is improved and now accepts nD-arrays.
- `scipy.linalg.lu` is improved and now accepts nD-arrays. With the new
  ``p_indices`` switch the output permutation argument can be 1D ``(n,)``
  permutation index instead of the full ``(n, n)`` array.

`scipy.ndimage` improvements
============================
- ``axes`` argument was added to ``rank_filter``, ``percentile_filter``,
  ``median_filter``, ``uniform_filter``, ``minimum_filter``,
  ``maximum_filter``, and ``gaussian_filter``, which can be useful for
  processing stacks of image data.

`scipy.optimize` improvements
=============================
- `scipy.optimize.linprog` now passes unrecognized options directly to HiGHS.
- `scipy.optimize.root_scalar` now uses Newton's method to be used without
  providing ``fprime`` and the ``secant`` method to be used without a second
  guess.
- `scipy.optimize.lsq_linear` now accepts ``bounds`` arguments of type
  `scipy.optimize.Bounds`.
- `scipy.optimize.minimize` ``method='cobyla'`` now supports simple bound
  constraints.
- Users can opt into a new callback interface for most methods of
  `scipy.optimize.minimize`: If the provided callback callable accepts
  a single keyword argument, ``intermediate_result``, `scipy.optimize.minimize`
  now passes both the current solution and the optimal value of the objective
  function to the callback as an instance of `scipy.optimize.OptimizeResult`.
  It also allows the user to terminate optimization by raising a
  ``StopIteration`` exception from the callback function.
  `scipy.optimize.minimize` will return normally, and the latest solution
  information is provided in the result object.
- `scipy.optimize.curve_fit` now supports an optional ``nan_policy`` argument.
- `scipy.optimize.shgo` now has parallelization with the ``workers`` argument,
  symmetry arguments that can improve performance, class-based design to
  improve usability, and generally improved performance.

`scipy.signal` improvements
===========================
- ``istft`` has an improved warning message when the NOLA condition fails.

`scipy.sparse` improvements
===========================
- A new public base class `scipy.sparse.sparray` was introduced, allowing further
  extension of the sparse array API (such as the support for 1-dimensional
  sparse arrays) without breaking backwards compatibility.
  `isinstance(x, scipy.sparse.sparray)` to select the new sparse array classes,
  while `isinstance(x, scipy.sparse.spmatrix)` selects only the old sparse
  matrix classes.
- Division of sparse arrays by a dense array now returns sparse arrays.
- `scipy.sparse.isspmatrix` now only returns `True` for the sparse matrices instances.
  `scipy.sparse.issparse` now has to be used instead to check for instances of sparse
  arrays or instances of sparse matrices.
- Sparse arrays constructed with int64 indices will no longer automatically
  downcast to int32.
- The ``argmin`` and ``argmax`` methods now return the correct result when explicit
  zeros are present.

`scipy.sparse.linalg` improvements
==================================
- dividing ``LinearOperator`` by a number now returns a
  ``_ScaledLinearOperator``
- ``LinearOperator`` now supports right multiplication by arrays
- ``lobpcg`` should be more efficient following removal of an extraneous
  QR decomposition.

`scipy.spatial` improvements
============================
- Usage of new C++ backend for additional distance metrics, the majority of
  which will see substantial performance improvements, though a few minor
  regressions are known. These are focused on distances between boolean
  arrays.

`scipy.special` improvements
============================
- The factorial functions ``factorial``, ``factorial2`` and ``factorialk``
  were made consistent in their behavior (in terms of dimensionality,
  errors etc.). Additionally, ``factorial2`` can now handle arrays with
  ``exact=True``, and ``factorialk`` can handle arrays.

`scipy.stats` improvements
==========================

New Features
------------
- `scipy.stats.sobol_indices`, a method to compute Sobol' sensitivity indices.
- `scipy.stats.dunnett`, which performs Dunnett's test of the means of multiple
  experimental groups against the mean of a control group.
- `scipy.stats.ecdf` for computing the empirical CDF and complementary
  CDF (survival function / SF) from uncensored or right-censored data. This
  function is also useful for survival analysis / Kaplan-Meier estimation.
- `scipy.stats.logrank` to compare survival functions underlying samples.
- `scipy.stats.false_discovery_control` for adjusting p-values to control the
  false discovery rate of multiple hypothesis tests using the
  Benjamini-Hochberg or Benjamini-Yekutieli procedures.
- `scipy.stats.CensoredData` to represent censored data. It can be used as
  input to the ``fit`` method of univariate distributions and to the new
  ``ecdf`` function.
- Filliben's goodness of fit test as ``method='Filliben'`` of
  `scipy.stats.goodness_of_fit`.
- `scipy.stats.ttest_ind` has a new method, ``confidence_interval`` for
  computing a confidence interval of the difference between means.
- `scipy.stats.MonteCarloMethod`, `scipy.stats.PermutationMethod`, and
  `scipy.stats.BootstrapMethod` are new classes to configure resampling and/or
  Monte Carlo versions of hypothesis tests. They can currently be used with
  `scipy.stats.pearsonr`.

(adam)

2023-07-12 14:52:16 UTC MAIN commitmail json YAML

sentencepiece: Use mk/atomic64.mk as that's required.

(he)

2023-07-12 13:23:25 UTC MAIN commitmail json YAML

doc: Updated editors/xnedit to 1.5.0

(micha)

2023-07-12 13:22:10 UTC MAIN commitmail json YAML

editors/xnedit: Update to 1.5.0

Add patch to not execute binary on build machine.
Add perl build dependency (for man page).
Remove libXpm dependency (no longer used, see changelog below).
Remove USE_DIRENT configuration (used by default now).

version 1.5.0 (2023-07-09)
--------------------------

- added experimental support for multi-cursor editing
- added new setting Lock File on Encoding Error
- added horizontal scrolling via btn6/7
- added current window size as default values to Initial Window Size dialog
- added marking to iconified windows in the window menu
- added persistent search/replace history
- added CDE dnd integration
- updated macos makefile
- improved font width detection
- improved text rendering performance
- changed behavior when a file was opened with encoding errors (lock on error)
- removed file dialog icon view / removed libXpm dependency
- fixed macro recording of composed characters
- fixed xnc not detecting the correct virtual desktop of windows
- fixed new file name not always used in the save file dialog/detaiview
- fixed possible out-of-bounds read in primary selection
- fixed line number background clip rectangle
- fixed case insensitive search not working with non-ASCII characters
- fixed isrcFind icon size setting

(micha)

2023-07-12 13:03:36 UTC MAIN commitmail json YAML

doc: Updated sysutils/auto-admin to 0.7.18

(bacon)

2023-07-12 13:03:30 UTC MAIN commitmail json YAML

sysutils/auto-admin: Update to 0.7.18

Import auto-image2dev from diskimage-tools
Improved NetBSD support in several scripts
auto-automount-setup: Switch from sysutils/automount to sysutils/devd-mount

changes: https://github.com/outpaddling/auto-admin/releases

(bacon)

2023-07-12 12:42:36 UTC MAIN commitmail json YAML

time/xdiary: unbreak configure.

Revert one minor change in latest patch as already implemented in a
SUBST routine (thus making it fail).

(vins)

2023-07-12 12:17:21 UTC MAIN commitmail json YAML

ckmame: needs c++17 for std::optional

(wiz)

2023-07-12 11:31:21 UTC MAIN commitmail json YAML

qmediamanager: Fix DEPENDS.

(jperkin)

2023-07-12 07:05:18 UTC MAIN commitmail json YAML

Updated devel/py-pdm_backend, net/py-prometheus_client

(adam)

2023-07-12 07:04:55 UTC MAIN commitmail json YAML

py-prometheus_client: updated to 0.17.1

0.17.1
[BUGFIX] Use #!/usr/bin/env python instead of #!usr/bin/python in bridge/graphite.py.

(adam)

2023-07-12 07:00:18 UTC MAIN commitmail json YAML

py-pdm_backend: updated to 2.1.3

2.1.3
Remove duplicate files when building wheel

(adam)

2023-07-11 23:49:15 UTC MAIN commitmail json YAML

doc: Added devel/raylib version 4.5.0

(charlotte)

2023-07-11 23:47:41 UTC MAIN commitmail json YAML

devel/Makefile: + raylib

(charlotte)

2023-07-11 23:46:57 UTC MAIN commitmail json YAML

devel/raylib: New package

Raylib is a simple and easy-to-use library to enjoy videogames programming.

Raylib is highly inspired by Borland BGI graphics lib and by XNA framework
and it's specially well suited for prototyping, tooling, graphical
applications, embedded systems and education.

(charlotte)

2023-07-11 22:36:43 UTC MAIN commitmail json YAML

Add svt-av1 buildlink3.mk

Fixed build issue if svt-av1 is installed. Bump PKGREVISION

(Timeout from "OK to commit?" email sent 2023-05-09)

(abs)

2023-07-11 21:17:42 UTC MAIN commitmail json YAML

Updated databases/openldap, www/py-httpx-socks, databases/lmdb

(adam)

2023-07-11 21:17:15 UTC MAIN commitmail json YAML

lmdb: updated to 0.9.31

LMDB 0.9.31 Release (2023/07/10)
- Fix cursor_put(MDB_CURRENT) on DUPSORT DB with different sized data

(adam)

2023-07-11 21:15:24 UTC MAIN commitmail json YAML

py-httpx-socks: updated to 0.7.7

0.7.7
Unknown changes

(adam)

2023-07-11 21:12:48 UTC MAIN commitmail json YAML

openldap: updated to 2.6.5

OpenLDAP 2.6.5 Release (2023/07/10)
Fixed libldap handling of TCP KEEPALIVE options
Fixed libldap with async connections
Fixed libldap openssl TLSv1.3 cipher suite handling
Fixed slapd callback handling with overlays that do extended operations
Fixed slapd conversion of pcache configurations
Fixed slapd cn=config modification handling with abandon
Fixed slapd-mdb online indexer termination and cleanup
Fixed slapd-mdb online indexer when interrupted
Fixed slapd-monitor connection cleanup
Fixed slapo-constraint handling of push replication
Fixed slapo-dynlist filter evaluation efficiency
Fixed slapo-pcache handling of invalid schema
Fixed slapo-ppolicy handling of push replication
Fixed slapo-ppolicy handling of pwdMinDelay
Fixed slapo-syncprov abandon handling
Fixed slapo-translucent handling of invalid schema
Fixed slapo-unique handling of push replication
Fixed slapo-variant to improve regex handling
Build Environment
Fixed compatibility with stricter C99 compilers
Keep .pc files during make clean
Contrib
Fixed slapo-variant handling of push replication
Minor Cleanup

(adam)

2023-07-11 19:35:40 UTC MAIN commitmail json YAML

doc: Updated sysutils/lscpu to 1.2.0nb1

(vins)

2023-07-11 19:32:01 UTC MAIN commitmail json YAML

sysutils/lscpu: fix CPU model detection on NetBSD.

# CHANGES

* Improve CPU model detection on NetBSD, by relying on machdep.cpu_brand
  sysctl identifier.
* Mark package as x86/amd64 -only as it leverages on CPUID
  instruction.
* Clarify description.
* Bump revision.

(vins)

2023-07-11 15:03:32 UTC MAIN commitmail json YAML

doc: Updated sysutils/qmediamanager to 0.1.1.2

(bacon)

2023-07-11 15:03:25 UTC MAIN commitmail json YAML

sysutils/qmediamanager: Update to 0.1.1.2

Receive filesystem and device info via command line
Some info cannot be extracted from fusefs mounts
Improved robustness and menu text

(bacon)

2023-07-11 14:59:26 UTC MAIN commitmail json YAML

doc: Updated sysutils/devpub-mount to 0.1.0.5

(bacon)

2023-07-11 14:59:16 UTC MAIN commitmail json YAML

sysutils/devpub-mount: Update to 0.1.0.5

Optionally pass filesystem and device info to media manager
This info cannot be extracted from fusefs mounts

(bacon)

2023-07-11 13:42:23 UTC MAIN commitmail json YAML

doc: Updated lang/gcc10 to 10.5.0

(wiz)

2023-07-11 13:42:07 UTC MAIN commitmail json YAML

gcc10*: update to 10.5.0

The list of PR's fixed since 10.4.0 can be found here:

https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=10.5

which includes 3 C, 25 C++, 4 debug, 17 libstdc++, and many others for the
internals.

(wiz)

2023-07-11 11:07:22 UTC MAIN commitmail json YAML

doc: Updated devel/spin to 6.5.2

(wiz)

2023-07-11 11:07:05 UTC MAIN commitmail json YAML

spin: update to 6.5.2.

No changelog found, couple of years of development.

pkgsrc change: Install examples.

(wiz)

2023-07-11 08:40:45 UTC MAIN commitmail json YAML

2023-07-11 07:49:59 UTC MAIN commitmail json YAML

Updated security/py-cryptography[_vectors]

(adam)

2023-07-11 07:49:22 UTC MAIN commitmail json YAML

py-cryptography py-cryptography_vectors: updated to 41.0.2

41.0.2 - 2023-07-10
~~~~~~~~~~~~~~~~~~~

* Fixed bugs in creating and parsing SSH certificates where critical options
  with values were handled incorrectly. Certificates are now created correctly
  and parsing accepts correct values as well as the previously generated
  invalid forms with a warning. In the next release, support for parsing these
  invalid forms will be removed.

(adam)

2023-07-11 07:13:03 UTC MAIN commitmail json YAML

Updated security/gnupg2, security/gpgme

(adam)

2023-07-11 07:12:44 UTC MAIN commitmail json YAML

gpgme: updated to 1.21.0

Noteworthy changes in version 1.21.0 (2023-07-07)
-------------------------------------------------

* Extended gpgme_op_encrypt, gpgme_op_encrypt_sign, and gpgme_op_sign
  to allow writing the output directly to a file.  [T6530]

* Extended gpgme_op_decrypt and gpgme_op_verify to allow reading the
  input data directly from files.  [T6530]

* For key signing and uid revoking allow an empty user id.
  [rMfbc3963d62]

* Pass an input-size-hint also to the gpgsm engine.  [T6534]

* qt: Allow writing the created archives directly to a
  file.  [T6530]

* qt: Allow reading the signed/encrypted archive to decrypt
  or verify directly from a file.  [T6530]

* qt: Qt Jobs working with QIODeviceDataProvider now properly
  handle input-size hints and progress for files larger.
  2^32 bytes in 32 bit builds.  [T6534]

* cpp: Error::isCanceled now also returns true for error code
  GPG_ERR_FULLY_CANCELED.  [T6510]

* python: Fix wrong use of write.  [T6501]

(adam)

2023-07-11 06:46:36 UTC MAIN commitmail json YAML

gnupg2: updated to 2.4.3

Noteworthy changes in version 2.4.3 (2023-07-04)
------------------------------------------------

* gpg: Set default expiration date to 3 years.  [T2701]

* gpg: Add --list-filter properties "key_expires" and
  "key_expires_d".  [T6529]

* gpg: Emit status line and proper diagnostics for write errors.
  [T6528]

* gpg: Make progress work for large files on Windows.  [T6534]

* gpg: New option --no-compress as alias for -z0.

* gpgsm: Print PROGRESS status lines.  Add new --input-size-hint.
  [T6534]

* gpgsm: Support SENDCERT_SKI for --call-dirmngr.  [rG701a8b30f0]

* gpgsm: Major rewrite of the PKCS#12 parser.  [T6536]

* gpgtar: New option --no-compress.

* dirmngr: Extend the AD_QUERY command.  [rG207c99567c]

* dirmngr: Disable the HTTP redirect rewriting.  [T6477]

* dirmngr: New option --compatibility-flags.  [rGbf04b07327]

* dirmngr: New option --ignore-crl-extensions.  [T6545]

* wkd: Use export-clean for gpg-wks-client's --mirror and --create
  commands.  [rG2c7f7a5a27]

* wkd: Make --add-revocs the default in gpg-wks-client.  New option
  --no-add-revocs.  [rG10c937ee68]

* scd: Make signing work for Nexus cards.  [rGb83d86b988]

* scd: Fix authentication with Administration Key for PIV.
  [rG25b59cf6ce]

(adam)

2023-07-11 06:13:10 UTC MAIN commitmail json YAML

2023-07-11 06:12:45 UTC MAIN commitmail json YAML

pod2mdoc: More than just NetBSD lacks ohash.h.

(nia)

2023-07-11 06:09:29 UTC MAIN commitmail json YAML

sentencepiece: Require a C++17 compiler the proper way.

(nia)

2023-07-11 06:04:44 UTC MAIN commitmail json YAML

Updated www/nghttp3, net/ngtcp2

(adam)

2023-07-11 06:04:25 UTC MAIN commitmail json YAML

2023-07-11 06:04:18 UTC MAIN commitmail json YAML

2023-07-11 06:02:10 UTC MAIN commitmail json YAML

2023-07-11 05:58:40 UTC MAIN commitmail json YAML

uncrustify: Require a compiler that knows about std::regex_replace.

(nia)

2023-07-11 05:55:13 UTC MAIN commitmail json YAML

Updated devel/glib2, devel/glib2-tools, devel/gdbus-codegen

(adam)

2023-07-11 05:55:10 UTC MAIN commitmail json YAML

uriparser: Option-ify building tests, which are not installed anyway.

Should help building this on systems with older compilers.

(nia)

2023-07-11 05:54:34 UTC MAIN commitmail json YAML

glib2 glib2-tools gdbus-codegen: updated to 2.76.4

Overview of changes in GLib 2.76.4, 2023-07-06
==============================================

* Fix build failure on Android with `statx()` support

* Bugs fixed:
  - glib-compile-schemas failed on directory name with no Latin symbols
    (Daniyar Tleulin)
  - Build failure due to statx fields with NDK r25.c (Philip Withnall)
  - Backport !3446 “glib-compile-resources: Fix non-ASCII arg parsing on
    Windows” to glib-2-76
  - Backport !3473 ”glib: reset errno to 0 when futex() returns EAGAIN” to
    glib-2-76
  - Backport !3468 “Avoid stack overflow in gspawn on macOS” to glib-2-76
  - Backport !3482 “glocalfileinfo: Fix incorrect use of struct
    statx.st_mtimensec on Android” to glib-2-76

* Translation updates:
  - English (United Kingdom) (Bruce Cowan)
  - Portuguese (Brazil) (Leônidas Araújo)
  - Slovak (Dušan Kazik)

(adam)

2023-07-11 05:46:30 UTC MAIN commitmail json YAML

2023-07-11 05:42:33 UTC MAIN commitmail json YAML

xmlindent: Set LICENSE

(nia)

2023-07-11 05:40:17 UTC MAIN commitmail json YAML

projectlibre: pax must be in USE_TOOLS if we use it in do-install

(nia)

2023-07-11 05:39:25 UTC MAIN commitmail json YAML

py-ciso8601: Assumes compiler defaults to c99

(nia)

2023-07-11 05:37:58 UTC MAIN commitmail json YAML

taskwarrior: Update compiler requirement

(nia)

2023-07-11 05:37:06 UTC MAIN commitmail json YAML

2bwm: Assumes compiler defaults to c99

(nia)

2023-07-11 05:35:42 UTC MAIN commitmail json YAML

h2o: Assumes compiler defaults to c99.

(nia)

2023-07-11 05:34:12 UTC MAIN commitmail json YAML

shod: Add missing dependency on libXrandr

(nia)

2023-07-11 05:32:49 UTC MAIN commitmail json YAML

elinks: Require a C++17 compiler.

(nia)

2023-07-11 05:25:28 UTC MAIN commitmail json YAML

xbanish: Add missing libXt dependency

(nia)