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 (1m)  pkgsrc-2024Q1 (2h)  pkgsrc-2023Q4 (27d)  pkgsrc-2023Q2 (60d)  pkgsrc-2023Q3 (139d) 

2024-04-28 09:50:40 UTC Now

2024-04-28 09:49:22 UTC MAIN commitmail json YAML

doc: Updated audio/libdiscid to 0.6.4

(wiz)

2024-04-28 09:49:10 UTC MAIN commitmail json YAML

libdiscid: update to 0.6.4.

libdiscid-0.6.4:

- LIB-69: Revert "Use discid_feature enum in discid_read_sparse". Fixes
  compiler errors with C++.

libdiscid-0.6.3:

- LIB-66: fix for Debian kFreeBSD
- Haiku platform support (TOC only)
- Use discid_feature enum in discid_read_sparse
- Fixed building with CMake on macOS
- LIB-68: provide macOS universal2 binaries with support for both
          x86_64 and arm64
- LIB-67: Source tarball with updated autotools configuration
- CMake: Use GNUInstallDirs to determine install location
- CMake 2.8.12 is now the minimum required version

(wiz)

2024-04-28 09:48:34 UTC MAIN commitmail json YAML

doc: Updated converters/fribidi to 1.0.14

(wiz)

2024-04-28 09:48:25 UTC MAIN commitmail json YAML

fribidi: update to 1.0.14.

Overview of changes between 1.0.13 and 1.0.14
=============================================

* Updated Unicode tables to version 15.1

(wiz)

2024-04-28 09:47:33 UTC MAIN commitmail json YAML

doc: Updated textproc/enchant2 to 2.7.2

(wiz)

2024-04-28 09:47:24 UTC MAIN commitmail json YAML

enchant2: update to 2.7.2.

2.7.2 (April 27, 2024)
----------------------

This release fixes a bug introduced in version 2.7.0. when calling
providers窶� check methods, that could cause a crash.

2.7.1 (April 25, 2024)
----------------------

This release fixes some build-system bugs that crept into 2.7.0. Thanks to
those who reported them and helped me diagnose them. In particular, building
without --enable-relocatable is fixed. Some minor long-standing bugs that
recently came to light with incorrect include paths were also fixed.

Detection of the user窶冱 language has been updated to use a more modern and
standard method. This means that in particular the LANG environment variable
no longer overrides the LC_ALL and LC_MESSAGES environment variables, and
support is added for the LANGUAGE variable, which has highest priority. For
more details, see the documentation for the GLib function
g_get_language_names.

Minor code and documentation improvements were made.

2.7.0 (April 19, 2024)
----------------------

This release marks a major improvement in Enchant窶冱 maintainability: the
main library has been translated into Vala, a modern object-oriented
language with automatic memory management that, like Enchant, is based on
GLib.

Developers and packagers need not worry: this release is API and
ABI-compatible with previous releases (with some minor changes, noted below,
that is unrelated to the use of Vala), and you do not even need a Vala
compiler to build it, thanks to Automake, which distributes the C source
files generated by the Vala compiler. The build-time and run-time
dependencies therefore remain unchanged.

The library code is 33% smaller, and the total code-base has reduced
by 12%. Thanks in particular to Vala窶冱 more modern string and collection
handling, I anticipate it being much easier to add functionality in future.
The use of Vala may also be extended in future to those provider back-ends
written in C.

The provider API is now declared private. No third-party providers have been
available for Enchant for many years to my knowledge, and the only new
provider in the last ten years, Nuspell, was implemented by Nuspell窶冱
authors in Enchant. The provider interface has changed in this release; and
of course all the current providers have been updated, including the
still-experimental Zemberek provider.

There is a small change to the semantics of dictionaries: in the past,
requesting a dictionary with the same language tag twice from a given
provider returned the same dictionary object. This is no longer the case.
This allows an application to have multiple active spelling sessions with
the same broker object in any given language. Applications that relied on
this functionality must in future keep track of the identity of spelling
sessions themselves. I do not regard this as an API/ABI change, since it was
only documented in a vague way by saying that dictionaries were
窶徨eference-counted窶�. This language has been removed from the documentation.

Finally, a big thank-you to Eric Scott Albright, who wrote the test suite,
and SIL, for funding his work. Enchant has an excellent test suite; one of
my first contributions to the project was to get the test suite running on
all platforms, as it was originally written just for Windows. It窶冱 an
impressive set of tests that covers a huge range of normal and edge cases,
and has often saved me before now; but it has never been more valuable than
when rewriting the entire core library. Hopefully it has kept the number of
new bugs I窶况e introduced to a minimum!

(wiz)

2024-04-28 09:45:22 UTC MAIN commitmail json YAML

doc: Updated archivers/ancient to 2.1.1

(wiz)

2024-04-28 09:45:13 UTC MAIN commitmail json YAML

ancient: update to 2.1.1.

2.1.1

Small hotfix release:

    Removing test-files from dist
    Removing VS2022 compiler warnings
    Making builds/prs gated on warnings. Added VS2022 to the gate

2.1.0

Added new decompressors:

    Compact (Unix)
    Compress (Unix)
    Freeze (Unix)
    LOB Compressor a.k.a. multipac. all 6 modes (Atari)
    Pack (Unix)
    Quasijarus Strong compression (FreeBSD)
    PX20 support - fast bypass of passwords (Amiga)
    DMS improvements for broken files - auto fixup (Amiga)
    XPK PPMQ (This concludes XPK, yay!) (Amiga)
    SCO Compress LZH (Unix)

Other improvements:

    XPK Unimplemented for detecting missing-formats
    Test Framework incl. test files
    Memory safety fixes
    Improved commandline
    Zip & Lzh cleanup (they are not part of the build anymore)

(wiz)

2024-04-28 09:34:40 UTC MAIN commitmail json YAML

doc/TODO: add some

+ ancient-2.1.1, enchant2-2.7.2, fribidi-1.0.14, grpc-1.63.0,
  libcups-2.4.8, libdiscid-0.6.4, py-blinker-1.8.0,
  py-cyclonedx-python-lib-7.3.2, py-docutils-0.21.2, py-dulwich-0.22.1,
  py-google-api-python-client-2.127.0, py-jaraco.context-5.3.0,
  py-puremagic-1.22, py-roman-4.2, tree-sitter-cpp-0.22.0,
  tree-sitter-rust-0.21.2.

(wiz)

2024-04-28 09:22:15 UTC MAIN commitmail json YAML

doc: Updated devel/p5-XS-Parse-Keyword to 0.41

(wiz)

2024-04-28 09:22:07 UTC MAIN commitmail json YAML

p5-XS-Parse-Keyword: update to 0.41.

0.41    2024-04-25
        [BUGFIXES]
        * Remember to EXTEND the stack in list-associative operator wrapper
          functions (thanks aquanight) (RT153173)

0.40    2024-04-23
        [CHANGES]
        * Support N-way list-associative operators, implemented as LISTOPs
        * Delete the no-longer-used API constants
          XPI_OPERAND_{ARITH,TERM,CUSTOM} from XSParseInfix.h

        [BUGFIXES]
        * Avoid a subsequent `use VERSION` in unit tests to keep perl 5.39.8
          happy

(wiz)

2024-04-28 09:21:35 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Test2-Suite to 0.000162

(wiz)

2024-04-28 09:21:27 UTC MAIN commitmail json YAML

p5-Test2-Suite: update to 0.000162.

0.000162  2024-04-25 14:57:23+01:00 Europe/Lisbon

    - Fix #292 and #270

0.000161  2024-04-25 12:05:32+01:00 Europe/Lisbon

    - Fix #289: some checks could leak across array bounds
    - Fix #285: Mocking around missing symbols

0.000160  2024-04-25 11:18:36+01:00 Europe/Lisbon

    - Fix #291: done_testing under AsyncSubtest does not make sense
    - Fix #275: prototypes for around/after/before
    - Fix #288: Merge PR for #275
    - Fix #290: Extra docs for srand

(wiz)

2024-04-28 09:20:51 UTC MAIN commitmail json YAML

doc: Updated devel/p5-File-MimeInfo to 0.35

(wiz)

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

p5-File-MimeInfo: update to 0.35.

0.35  2024-04-25
- Fix exit code issue for `mimeopen`
    Closes https://github.com/mbeijen/File-MimeInfo/issues/54
    fix provided by slatian

(wiz)

2024-04-28 09:20:12 UTC MAIN commitmail json YAML

doc: Updated devel/p5-ExtUtils-InstallPaths to 0.013

(wiz)

2024-04-28 09:20:04 UTC MAIN commitmail json YAML

p5-ExtUtils-InstallPaths: update to 0.013.

0.013    2024-04-25 12:28:37+02:00 Europe/Brussels
          - Try to install any installable paths

(wiz)

2024-04-28 09:19:44 UTC MAIN commitmail json YAML

doc: Updated devel/p5-ExtUtils-Config to 0.009

(wiz)

2024-04-28 09:19:36 UTC MAIN commitmail json YAML

p5-ExtUtils-Config: update to 0.009.

0.009    2024-04-25 12:22:53+02:00 Europe/Brussels
          - Add a but method
          - Add ExtUtils::Config::MakeMaker

(wiz)

2024-04-28 09:15:47 UTC MAIN commitmail json YAML

mk: add rftg-license for games/rftg

(wiz)

2024-04-28 09:15:08 UTC MAIN commitmail json YAML

doc: Updated games/rftg to 0.9.5

(wiz)

2024-04-28 09:14:59 UTC MAIN commitmail json YAML

rftg: update to 0.9.5.

0.9.5

This release includes the cards from Xeno Invasion (no invasion
game), the possibility to play Rebel vs Imperium without The
Gathering Storm, several new campaigns and some other fixes.

Thanks to Marsux for implementing Xeno Invasion, and bgg user
entranced for providing the campaigns.

0.9.4q

Fix crash when campaign key was not present in preferences file.

0.9.4p

This version fixes the annoying Galactic Developers bug, and also
includes the good stuff from the otherwise faulty 0.8.1n version.

(wiz)

2024-04-28 08:55:37 UTC MAIN commitmail json YAML

mk/haskell/{DE,}INSTALL.in: Be explicit about Haskell package DB to work with

Prior to this change the DEINSTALL hook for Haskell packages left garbage files in ${LOCALBASE}/lib/ghc-X.Y.Z/lib/package.conf.d when the major version of GHC changed.

(pho)

2024-04-28 08:51:27 UTC MAIN commitmail json YAML

Updated graphics/jasper, graphics/libimagequant

(adam)

2024-04-28 08:50:40 UTC MAIN commitmail json YAML

2024-04-28 08:44:48 UTC MAIN commitmail json YAML

jasper: updated to 4.2.4

4.2.4 (2024-04-27)

* Added some missing checks to the jas_heic_decode function in the
  HEIC codec

(adam)

2024-04-28 08:43:17 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.13

(gson)

2024-04-28 08:40:57 UTC MAIN commitmail json YAML

misc/py-anita: update to 2.13

Changes from 2.12:

Install the base32 set by default (when present).

When installing a NetBSD version that has the new "base32" set, don't
mistake it for the "base" set.

(gson)

2024-04-28 08:39:52 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Version to 1.017

(wen)

2024-04-28 08:39:07 UTC MAIN commitmail json YAML

Update to 1.017

Upstream changes:
1.017 2024-03-09T01:36:13Z
        * fix encoding argment to read_line ("Odd number" warning), from
        Andreas Hadjiprocopis (#11)

1.016 2024-01-05T13:53:50Z
        * new minimum version is v5.10, for version.pm
        * git rid of File::Slurp::Tiny
        * fix case where perl-reversion changes the number of digits used
        in the alpha section (GitHub #10)
        * fix a few doc things (GitHub #8 and #9)

1.015 2024-01-04T15:10:25Z
        * update a few distro things
        * code is now at https://github.com/briandfoy/perl-version
        * report issues to https://github.com/briandfoy/perl-version/issues

1.014 2016-06-07T18:41:20Z
        * Bump to release version

1.014 2015-11-29T16:03:25Z
        * Bump to release version

(wen)

2024-04-28 08:33:44 UTC MAIN commitmail json YAML

mk/haskell.mk: Small optimization

Make use of MAKEVARS to avoid invoking external commands repeatedly.

(pho)

2024-04-28 08:32:18 UTC MAIN commitmail json YAML

Updated devel/p5-Perl-Tidy to 20240202

(wen)

2024-04-28 08:31:28 UTC MAIN commitmail json YAML

2024-04-28 08:26:50 UTC MAIN commitmail json YAML

Updated devel/p5-Date-Manip to 6.95

(wen)

2024-04-28 08:26:05 UTC MAIN commitmail json YAML

Update to 6.95

Upstream changes:
6.95  expected 2024-03-01
  -  Better support for weeks of the year
        Added the Week1ofYear config variable and deprecated the Jan1Week1
        variable. The first week of the year can now be specified much more
        easily.

  -  Support for the standard POSIX strftime directives in printf
        The Date::Manip::Date::printf method uses a set of directives which
        is similar, but not identical, to the POSIX strftime directives.

        A new config variable Use_POSIX_Printf has been added. If set, the
        printf method will use the POSIX strftime directives more fully
        (see the PRINTF DIRECTIVES section in the Date::Manip::Date POD for
        more information).

        Reported in GitHub #48

  -  Time zone fixes
        Newest zoneinfo data (tzdata 2024a).

(wen)

2024-04-28 08:19:15 UTC MAIN commitmail json YAML

Updated finance/p5-Finance-Quote to 1.61

(wen)

2024-04-28 08:18:00 UTC MAIN commitmail json YAML

Update to 1.61

Upstream changes:
1.61      2024-04-18 21:34:24-07:00 America/Los_Angeles
        * SIX.pm - Changed lookup for currency, added lookups for symbol and last. Issue #380
        * YahooJSON.pm - URLs to retrieve required cookies and crumbs were changed to allow EU based users to use the module. Issue #373

1.60      2024-04-15 17:34:46-07:00 America/Los_Angeles
        * Removed not working modules. Issues #346, #366, and #368.
                Fidelity.pm, Cdbfundlibrary.com, Fundata.pm, and Fool.pm.
        * YahooJSON.pm - Added code to retrieve cookies and a "crumb" required
                to continue to utilize the v11 API. Issue #369.
                The YahooJSON.pm currency module was changed to use the v8 API.
        * Added initial version of CONTRIBUTING.pod that metacpan.org utilizes.
                It will completely replace the Hacker's Guide in the future.
        * Bloomberg.pm - Changed module to extract data from JSON structure embedded within the HTML - Issue #360
        * NSEIndia.pm - Eliminated need to use temp folders by storing file data from URL into a variable

(wen)

2024-04-28 08:09:48 UTC MAIN commitmail json YAML

(cad/openscad) PKGREVISION++, sorry

(mef)

2024-04-28 08:09:07 UTC MAIN commitmail json YAML

(cad/openscad) Fix build against boost 1.85.0, add one line patch

Confirmed on NetBSD/amd64 9.3 at least

(mef)

2024-04-28 07:14:45 UTC pkgsrc-2024Q1 commitmail json YAML

Pullup #6848bis: add the change to lang/php/phpversion.mk for PHP83_VERSION
that pullup #6848 was supposed to contain but didn't.

(spz)

2024-04-28 05:59:15 UTC MAIN commitmail json YAML

lang/Makefile: + ghc98

(pho)

2024-04-28 05:59:06 UTC MAIN commitmail json YAML

doc: Added lang/ghc98 version 9.8.2

(pho)

2024-04-28 05:58:58 UTC MAIN commitmail json YAML

lang/ghc98: import ghc-9.8.2

GHC: The Glasgow Haskell Compiler.

The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.

This package provides the 9.8.x release series.

(pho)

2024-04-28 01:33:06 UTC MAIN commitmail json YAML

lsof: actually correct NetBSD 8.x pattern as intended

(gutteridge)

2024-04-28 01:24:08 UTC MAIN commitmail json YAML

lsof: fix builds on NetBSD 8.x and 9.x

patch-ag r. 1.14 introduced incorrect patterns that broke builds.
(Formal releases since 8.x do not include a "patch level"/"teeny"
number, and the change also failed to match releases with "_STABLE"
or "_RCx".) Addresses PR 58199 from Stefan Schaeckeler.

(gutteridge)

2024-04-28 00:44:21 UTC MAIN commitmail json YAML

Updated textproc/p5-PDF-Table to 1.006

(wen)

2024-04-28 00:43:38 UTC MAIN commitmail json YAML

Update to 1.006

Upstream changes:
=== Version 1.006 (2024-03-20)

    examples/*.pl
    Add ability to read an ENV environmental variable 'PDF_prefLib' to get
      the preferred library to use (API2 or Builder). Checks for command line
      A or B (or -A -B), ENV{PDF_prefLib} A or B, PDF::API2 or PDF::Builder,
      examples/PDFpref file A or B, PDF::API2 or PDF::Builder. This is of
      real interest only when BOTH libraries are installed, and you need to
      pick one or the other to run with.

      Note that util/3_examples.pl also has the ability to give 'A' or 'B'
      on the command line to indicate a preference for API2 or Builder (if
      both are installed).

      Note that the t-tests use a dummy library PDFAPI2Mock, that provides
      enough of the interface to let the tests be run, regardless of whether
      you already have API2 or Builder installed! However, you will still need
      to have at least one of the two installed in order to run the examples
      or otherwise use PDF::Table.

    lib/PDF/Table.pm, examples/no_repeat.pl (new), util/3_examples
    Was incorrectly defaulting undefined header repeat switch, in a manner
      that did not allow the switch to be '0': no repeating the header (#77).
      Add new example of multipage table without repeating header.

    README.md  update to point to new Home Page structure on catskilltech.com
      including both full documentation and examples

(wen)

2024-04-28 00:40:36 UTC MAIN commitmail json YAML

Updated textproc/p5-ODF-lpOD to 1.200

(wen)

2024-04-28 00:39:52 UTC MAIN commitmail json YAML

Update to 1.200

Upstream changes:
1.200  2024-04-06
  - Remove given/when constructs (thanks Jim Avera)
  - Silence "Unknown method DESTROY" warnings

(wen)

2024-04-28 00:35:18 UTC MAIN commitmail json YAML

Updated www/p5-HTTP-Tinyish to 0.19

(wen)

2024-04-28 00:34:19 UTC MAIN commitmail json YAML

Update to 0.19

Upstream changes:
0.19  2024-03-08 14:30:05 PST
        - Specify :raw for IPC::Run3 to force binary on Windows #24

(wen)

2024-04-28 00:31:19 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Fast to 2.17

(wen)

2024-04-28 00:30:27 UTC MAIN commitmail json YAML

Update to 2.17

Upstream changes:
2.17 2023-11-13
    [INTERNALS]
    - replace use vars with our
    (GH #23, thanks to mauke)

(wen)

2024-04-28 00:26:31 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Simple to 1.281

(wen)

2024-04-28 00:25:44 UTC MAIN commitmail json YAML

Update to 1.281

Upstream changes:
1.281 2024-01-31 MANWAR
      - RT-151161 Add CGI::Cookie partitioned support, PR #14, thanks @ldevantier-doseme.

(wen)

2024-04-28 00:23:55 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 4.64

(wen)

2024-04-28 00:23:05 UTC MAIN commitmail json YAML

Update to 4.64

Upstream changes:
4.64 2024-03-18

  [ META ]
    - pass --no-xattrs to tar in Makefile to fix tar backwards compat (GH #264, thanks to ryandesign)

4.63 2024-03-01

    [ FIX ]
    - ->url returns a string in all cases (GH #263, thanks to Sketch6307)

4.62 2024-03-01

    [ FIX ]
    - ->url now returns the correct thing for ipv6 brackets (GH #259, thanks to eserte)

4.61 2024-01-08

    [ ENHANCEMENT ]
    - Support Paritioned cookies in CGI::Cookie (GH #262, thanks to dakkar)

(wen)

2024-04-27 20:13:01 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.18.1

(pin)

2024-04-27 20:12:29 UTC MAIN commitmail json YAML

audio/spotify-player: update to 0.18.1

- downgrade ratatui to v0.26.1 to fix #424 and #426
- add CLI search command by @kadinsayani in #432
- Add album to queue action by @nikosavola in #429

(pin)

2024-04-27 20:06:15 UTC MAIN commitmail json YAML

2024-04-27 20:05:26 UTC MAIN commitmail json YAML

fonts/b612-ttf: import b612-ttf-1.008

B612 is an highly legible open source font family designed and
tested to be used on aircraft cockpit screens.

Main characteristics are:

- Maximize the distance between the forms of the characters
- Respect the primitives of the different letters
- Harmonize the forms and their spacing

(wiz)

2024-04-27 20:05:11 UTC MAIN commitmail json YAML

fonts/Azeret-otf: import Azeret-otf-0.0.20210621

Azeret is a sans-serif typeface with a mono-linear character. Don't
go looking for too much contrast in the strokes! The circular parts
of the letters do not have a smooth connection to the stems. The
x-height is higher than usual and thus the ascenders and descenders
are short. Alternates are also available which open the possibility
of creating different moods. A number of them hint at a nineties
aesthetic.

(wiz)

2024-04-27 19:34:26 UTC MAIN commitmail json YAML

qmail: restore TAI-leapsecs.patch distinfo, lost in -r1.50 ("Pull the
latest tlsonlyremote patch").

(schmonz)

2024-04-27 19:19:26 UTC MAIN commitmail json YAML

2024-04-27 16:33:17 UTC MAIN commitmail json YAML

doc: Updated devel/py-tortoisehg to 6.6.3nb1

(wiz)

2024-04-27 16:33:08 UTC MAIN commitmail json YAML

py-tortoisehg: switch to qt6.

With help from adam@, thanks!

(wiz)

2024-04-27 15:00:12 UTC MAIN commitmail json YAML

news/pan: update to 0.158

0.156:
(no notes)
0.157:
This release fix a few bugs and add support for cmake. Pan can now be built
with cmake. Building pan with autotools is deprecated.
0.158:
This release fix the installation of man and help files with cmake.  Building
pan with autotools is still deprecated.

(rhialto)

2024-04-27 14:27:48 UTC MAIN commitmail json YAML

py-qt-builder: add missing dependency

(wiz)

2024-04-27 12:18:10 UTC MAIN commitmail json YAML

multimedia/vlc: Fix build with vlc-skins option

(pho)

2024-04-27 11:54:45 UTC MAIN commitmail json YAML

Updated meta-pkgs/qt6, x11/py-qt-builder, x11/py-qt6

(adam)

2024-04-27 11:54:15 UTC MAIN commitmail json YAML

py-qt6: updated to 6.7.0

PyQt v6.7.0

This adds support for Qt v6.7.

PyQt6-3D v6.7.0, PyQt6-Charts v6.7.0, PyQt6-DataVisualization v6.7.0, PyQt6-NetworkAuth v6.7.0 and PyQt6-WebEngine v6.7.0 have also been released.

(adam)

2024-04-27 11:52:59 UTC MAIN commitmail json YAML

py-qt-builder: updated to 1.16.2

v1.16.2

Broken links to SIP documentation

The links to the SIP documentation have been fixed.

ICU libraries missing from Linux Qt wheels

The ICU libraries were missing from the Linux Qt v6.7 wheels.

v1.16.1

Bundle new QtQuick support libraries

The QtQuick3DHelpersImpl, QtQuickControls2MacOSStyleImpl and QtQuickTimelineBlendTrees libraries added to Qt v6.7.0 are now bundled.

Missing LICENSE file

The missing LICENSE file was added.

v1.16.0

Migration to GitHub

The project repository has been migrated to GitHub.

PyQt-builder is now licensed under the BSD-2-Clause license.

The project has now been migrated from setup.py to setuptools_scm and pyproject.toml.

The documentation is now hosted at Read the Docs.

Bundle new QtQuick support libraries

The QtQuickPhysics libraries added to Qt v6.6.0 are now bundled.

The QtQuickControls2 style libraries added to Qt v6.6.3 are now bundled.

Improvements to example documentation

The example in the documentation no longer uses deprecated features that will be removed in SIP v7.

The example is now PyQt6-based rather than PyQt5.

ABI versions

The default ABI versions are now v12.13 and v13.6.

(adam)

2024-04-27 11:49:44 UTC MAIN commitmail json YAML

2024-04-27 10:25:51 UTC MAIN commitmail json YAML

Updated misc/py-anita to 1.12

(gson)

2024-04-27 10:24:15 UTC MAIN commitmail json YAML

misc/py-anita: update to 2.12.

Changes from 2.11:

Fix incorrect scratch disk device name for riscv-riscv64 causing the
export of test result data to the host to fail.

Support the new manhtml, base32, and debug32 sets.

When installing a NetBSD version that has the new "manhtml" set, don't
mistake it for the "man" set.

(gson)

2024-04-27 08:09:15 UTC MAIN commitmail json YAML

doc: Updated sysutils/eza to 0.18.13

(fox)

2024-04-27 08:08:45 UTC MAIN commitmail json YAML

sysutils/eza: Update to 0.18.13

Changes since 0.18.11:

eza v0.18.13

Description

So tiny :3

Changelog
[0.18.13] - 2024-04-25

Features

  * Generate completion/manpage tarballs on release

Miscellaneous Tasks

  * Release eza v0.18.13

(fox)

2024-04-27 07:54:18 UTC MAIN commitmail json YAML

qt5-qtwebkit: not for Ruby 3.3, so set the limit to Ruby 3.1

(adam)

2024-04-27 07:33:35 UTC MAIN commitmail json YAML

ffmpeg6: fix PLIST when doc option is on

(adam)

2024-04-27 06:10:27 UTC MAIN commitmail json YAML

doc: add upper bounds for emacs vulns; remove very unspecific hiawatha

hiawatha entry from 2010, and URL doesn't exist any longer

(wiz)

2024-04-27 05:05:57 UTC MAIN commitmail json YAML

Updated databases/py-redis, textproc/py-tablib, textproc/py-referencing, textproc/py-itemloaders

(adam)

2024-04-27 05:05:33 UTC MAIN commitmail json YAML

py-itemloaders: updated to 1.2.0

1.2.0

Added official support for Python 3.12 and PyPy 3.10
Removed official support for Python 3.7
Improved performance of itemloaders.utils.arg_to_iter
Fixed test expectations on recent Python versions
Improved CI

(adam)

2024-04-27 05:03:13 UTC MAIN commitmail json YAML

py-referencing: updated to 0.35.0

v0.35.0

* Ensure that ``Registry.contents()`` also raises ``NoSuchResource`` exceptions for nonexistent resources, not ``KeyError`` (which is an implementation detail).

(adam)

2024-04-27 04:59:32 UTC MAIN commitmail json YAML

py-tablib: updated to 3.6.1

3.6.1 (2024-04-04)

Bugfixes

- Fix broken installs with pip failing to resolve the request for `tablib[html]` in some cases

(adam)

2024-04-27 04:58:02 UTC MAIN commitmail json YAML

py-redis: updated to 5.0.4

5.0.4

Bug Fixes

Make it possible to customize SSL ciphers

(adam)

2024-04-27 03:05:43 UTC MAIN commitmail json YAML

doc: Updated graphics/imlib2 to 1.12.2

(schmonz)

2024-04-27 03:05:38 UTC MAIN commitmail json YAML

imlib2: update to 1.12.2. Changes:

v1.12.2 - 2024-02-03
--------------------
Chema Gonzalez (3):
      Y4M loader: fix support for unexpected framerates
      Y4M loader: fix C option analysis
      Y4M loader: add error messages on parsing errors

Kim Woelders (15):
      test_save: Update crcs for jxl saver (libjxl 0.8.0)
      x11_grab: Remove some obsolete code
      Y4M loader: Guard some debug code properly
      Consistently use #if IMLIB2_DEBUG (not #ifdef)
      test_load_2: Check some more y4m files
      Y4M loader: Avoid use of sscanf() in frame rate parsing
      ANI loader: Avoid debug line when image does not have proper signature
      PNG loader: Properly suppress messages from libpng
      Y4M loader: Fix warning in non-debug build
      Change formatting style
      PNG saver: Avoid potential issues around setjmp/longjmp
      JPG saver: Fix error path
      TIFF loader: Properly suppress messages from libtiff
      savers: Fix error returns

NRK (2):
      PNG saver: avoid double-free on write errors
      Y4M loader: don't fail on newline

v1.12.1 - 2023-09-21
--------------------
Kim Woelders (12):
      Fix some clang complaints
      scaling: MMX asm scaling causes segv, disable for now
      loading: Call module exit function also when not dlclosing module on unload
      loaders: Fix build with -m32 --enable-debug
      test_load_2: Add forgotten xeyes.png
      test_save: Fix for jxl loader on ix86
      test_scale: MMX scaling is disabled
      RAW loader: Don't unload loader
      loaders: Fix CPPFLAGS order
      imlib2_grab, imlib2_view: Unset context colormap
      x11_grab: Use correct depth when grabbing

v1.12.0 - 2023-08-17
--------------------
Chema Gonzalez (3):
      test_load2: make error messages more descriptive
      Y4M loader: fix support for 420 colorspaces
      Y4M loader: add support for images with unexpected aspects

Kim Woelders (46):
      imlib2_view: Avoid potential use of uninitialized data
      GIF loader: Enable showing animated images even if truncated
      Introduce __imlib_perror() to produce error messages
      loaders: Use common function to print error messages
      imlib2_load: Move time_us() to separate file
      imlib2_conv: Add option to time save operations
      test: Fix pr_info() when not printing to stdout
      loading: Enable calling function on loader load/unload
      HEIF loader: Call heif_[de]init() on loader load/unload
      autofoo: Don't check for freetype if we are building without text
      QOI loader: Add progress calback, indent, cosmetics
      Loaders: Static constify some data that may as well be
      TGA loader: Fix TGA v2.0 signature check
      test: Add basic qoi checks
      test_scale: Test scaling some more
      scaling: Unifdef OLD_SCALE_DOWN
      scaling: Correct scaleinfo array length
      scaling: Move scaling function call sequence into common __imlib_Scale()
      scaling: Cosmetics (comments)
      scaling: Simplify scaling points calculation (eliminate j)
      scaling: Change ypoints[] from pointers to indices
      scaling: Cosmetics
      scaling: Minor refactoring
      scaling: Correct scaling up
      test_scale: Update for new scaling
      image: Fix missing munmap() when using imlib_load_image_fd()
      image: Fix potentially using incorrect file size
      file: Remove a couple of unused functions
      image: Fix potentially using incorrect file size - fixup
      test: Bypass wrappers when running tests
      test_load: Minor fix in debug message
      Add new raw loader
      TIFF loader: Slightly more strict signature check
      image: Use sub-second time info when available
      image: Fix preservation of alpha chanel flag in imlib_clone_image()
      image cache: Avoid negative refcounts
      image cache: Drop redundant cleanup
      image cache: Rework cleanup
      Revert "scaling: Correct scaling up"
      Revert "test_scale: Update for new scaling"
      scaling: Various trivial changes
      scaling: Improve non-AA scale-up case
      scaling: Correct scaling up - take 2
      test_scale: Update for new scaling (re-applied)
      test_scale: Exercise non-AA path too

NRK (11):
      WEBP saver: allow lossless and respect compression tag
      add a new QOI decoder
      QOI loader: fix build on non-gnu compilers
      QOI loader: use memcmp for magic and endmarker check
      Y4M loader: check file size before magic check
      loading: add some debug logs
      loading: check for alloc failure
      Y4M loader: use custom y4m parser
      test_load: allow y4m memory loading
      file: Remove unused functions some more
      introduce imlib_image_decache_file()

v1.11.1 - 2023-05-01
--------------------
Chema Gonzalez (2):
      imlib2: added loader for y4m files (uses liby4m and libyuv)
      imlib2: add y4m test examples

Kim Woelders (14):
      autofoo: More CLEANFILES
      HEIF loader: Add some debug
      Y4M loader: Various minor changes
      test_load: Add some missing ifdefs
      test_load: Add some y4m checks
      test: Print some progress info in a couple of tests
      modules: Drop some disabled code
      autofoo: Tweak PACKAGE_DATA_DIR definition
      XPM loader: Add rgb.txt
      loaders: Fix loaders potentially being loaded more than once
      loaders: Change method used to not unload loaders
      Add JXL saver
      loaders: Cosmetics

v1.11.0 - 2023-03-09
--------------------
Guilherme Janczak (1):
      remove bad unused function

Kim Woelders (54):
      test: Add a few tests for obscure pnm formats
      test: Add some pam tests
      Avoid some more undefined behaviors with shifts
      api: Fix code duplication around some __imlib_BlendImageToImage() calls
      api: Change some parameter names
      api: Tweak/correct error handling in drawable grabbing functions
      image: Let __imlib_CreateImage() allocate pixel data buffer
      Drop some redundant calls to __imlib_LoadImageData()
      api: Remember error on deferred image data loads
      imlib2_load: Show error on deferred data load problem
      imlib2_view: Be more verbose about load errors
      PNM loader: Speedups
      test: Introduce image_get_crc32()
      test: test_save: Trivial changes
      test: test_save: Check that files are written and ok
      PNM saver: Write images with alpha as P7 PAM RGB_ALPHA type
      x11_rgba: Add missing const
      x11_grab: Avoid cast-align warnings with -Wcast-align=strict
      x11_rgba: Avoid cast-align warnings with -Wcast-align=strict
      Loaders: Debug macro cleanups
      ANI loader: Use struct to access chunk data
      Loaders: Avoid cast-align warnings with -Wcast-align=strict
      autofoo: Add __PACKED__ for optional struct packing
      ANI, PNG, TGA loaders: Enable handling of unaligned data
      __imlib_FileDir(): Fix missing closedir() on OOM
      Loaders: decompress_load() is not part of the loader API
      Loaders: Debug tweaks
      Savers: Centralize file open/close
      JPG saver: Avoid potential clobber warning
      PNG saver: Avoid potential clobber warning
      Loaders, savers: Handle EINTR during fopen()
      api: Remove pointless statement
      api: Update documentation for imlib_get_error()
      api: Cosmetics around image save functions
      api: Minor simplification in error handling in save functions
      Add imlib_save_image_fd()
      api: Oops - debug--
      test_grab: Rearrange code
      x11_grab: Let __imlib_Grab..() return error instead of ok
      x11_grab: Eliminate unnecessary pixmap copy
      imlib_create_scaled_image_from_drawable(): Simplify call path
      x11_grab: Drop now unused 1:1 scaling path in __imlib_GrabDrawableScaledToRGBA()
      imlib2_view: Add option to set background checkerboard field size
      test_grab: Update
      test_grab: Add some tests for imlib_copy_drawable_to_image()
      test_grab: Check get-mask-from-shape too
      x11: Pass X11 context around by struct
      x11_grab: Move window/pixmap checking to separate function
      x11_grab: Rework clipping
      x11_grab: Clear image pixels not actually grabbed
      x11_grab: Various fixes in __imlib_GrabDrawableScaledToRGBA()
      x11_grab: Eliminate some overhead in scaled grabbing
      test_grab: Debug tweak

NRK (1):
      PNM loader: avoid some undefined behavior

q3cpma (1):
      PNM loader: add read support for PAM

v1.10.0 - 2022-12-17
--------------------
Kim Woelders (63):
      Introduce imlib_load_image_fde()
      imlib2_load: Tweak load mode handling
      Introduce Imlib2_Loader.h - all that is needed by loaders
      image: Change has alpha flag to separate byte
      loading: Don't look for cached image when not caching
      loading: New loader infrastructure
      loading: Introduce __imlib_ImageFileContextPush/Pop()
      loading: Centralize mmap handling
      Introduce imlib_load_image_mem()
      imlib2_load: Add option to use imlib_load_image_mem()
      api: Remove cast previously dropped everywhere else
      Hide imlib_get/set_color_usage() if no X11
      api: Move X11 related functions to separate file
      api: Move filter functions to separate file
      Enable disabling filter functions
      api: Move text functions to separate file
      Enable disabling text functions
      J2K loader: Drop showing deprecated item in debug message
      image: Fix memory leak when cloning images
      Unify basic X11 functionality in test programs
      Includes tweaks
      test: Re-generate test images with recent tool/library versions
      image: Hide internal ImlibImageFileInfo struct
      image: Don't munmap external memory
      Introduce imlib_get_error()
      api: error_return adjustments
      imlib2_load: Add option to enable image caching
      image: Fix potential use of uninitialized time stamps
      PNG loader: Correct frame delay in zero denominator case
      PNG loader: Cosmetics
      PNG loader: Improved handling of animated PNGs
      multiframe: Support loop count
      PNG loader: Fix animated PNG loading some more
      autofoo: Fix trouble with test subdirectory in distributed source
      autofoo: Rework git tag/release stuff
      test: test_load: Quit when loading primary image fails
      SVG loader: Don't reference multiframe stuff
      ICO loader: Eliminate ico_load()
      autofoo: Use AC_USE_SYSTEM_EXTENSIONS
      imlib2_view: Fix single frame update rendering
      test: test_load_2: Check frame 0/1 loading too
      PNG loader: Cosmetics
      PS loader: Cosmetics
      multiframe: Tweaks around frame number handling
      multiframe: Centralize handling of frame update offsets
      multiframe: Move frame info to allocated record
      multiframe: Allocate frame info only when needed
      PNG loader: Quit scan when target fdAT is seen
      PNG loader: Quit after loading first frame
      PNG loader: Simplify update callback handling
      imlib2_view: Fix multiframe rendering detail
      multiframe: Remove frame offset from updates
      imlib2_view: Fix multiframe after update coordinate change
      imlib2_view: Deal with all pending X events at once
      imlib2_view: Properly handle caching vs progress callbacks
      imlib2_view: Don't load bad images twice if first or last in argument list
      image: Cosmetics
      image: Introduce __imlib_LoadEmbeddedMem()
      Add new ani loader
      image: Cosmetics (slightly more consisent naming)
      ANI loader: Disable progress in embed loader
      ANI loader: Multiframe suport

NRK (3):
      Introduce imlib_load_image_frame_mem
      imlib_load_image_frame_mem(): set nocache
      TGA loader: fix indexing in tgaflip

pkgsrc changes:

- options: enable 'heif' by default
- buildlink: remove back-compatibility with 2007 pre-x11-option package

(schmonz)

2024-04-27 02:42:18 UTC MAIN commitmail json YAML

net/py-zmq: Fix build under NetBSD at least

Wheel invokes cmake and it has no CMAKE_CONFIGURE_ARGS.
Then _zmq.so was reported as problematic RPATH.
Define CMAKE_SKIP_RPATH in CMakeLists.txt to fix this failure.

(ryoon)

2024-04-26 22:47:59 UTC MAIN commitmail json YAML

py-autobahn: remove -march=native to hopefully fix build on arm

(wiz)

2024-04-26 20:14:45 UTC MAIN commitmail json YAML

Updated databases/py-tortoise-orm, security/py-keyring

(adam)

2024-04-26 20:14:29 UTC MAIN commitmail json YAML

py-keyring: updated to 25.2.0

v25.2.0

Features

- Added options for 'keyring get' command to support credential retrieval and emit as JSON.

(adam)

2024-04-26 20:13:03 UTC MAIN commitmail json YAML

py-tortoise-orm: updated to 0.20.1

0.20.1

Added

- Add binary compression support for `UUIDField` in `MySQL`.
- Only `Model`, `Tortoise`, `BaseDBAsyncClient`, `__version__`, and `connections` are now exported from `tortoise`
- Add parameter `validators` to `pydantic_model_creator`.

Fixed

- Fix order of fields in `ValuesListQuery` when it has more than 10 fields.
- Fix pydantic v2 pydantic_model_creator nullable field not optional.
- Fix pydantic v2.5 unittest error.
- Fix pydantic_model_creator `exclude_readonly` parameter not working.
- Fix annotation propagation for non-filter queries.

(adam)

2024-04-26 20:10:48 UTC MAIN commitmail json YAML

2024-04-26 20:07:32 UTC MAIN commitmail json YAML

Updated devel/py-test, devel/py-tox

(adam)

2024-04-26 20:07:15 UTC MAIN commitmail json YAML

lldb: don't try to outsmart pkgsrc's curses & terminfo logic

Probably this was an attempt to paper over the bug fixed in
termcap.builtin.mk the other day. Likely cause of PR pkg/58045.

(tnn)

2024-04-26 20:00:04 UTC MAIN commitmail json YAML

py-tox: updated to 4.15.0

Features - 4.15.0
Add support for multiple appending override options (-x, 窶登verride) on command line
Add support for inverting exit code success criteria using bang (!)

Bugfixes - 4.15.0
Fix issue that the leading character c was dropped from packages in constraints files
Allow appending to deps with --override testenv.deps+=foo
Fix non-existing branch rewrite in the documentation to main.
Update test typing for build 1.2.0, which has an explicit Distribution type
Fix broken input parsing for --discover flag.

Improved Documentation - 4.15.0
Rephrase --discover flag窶冱 description to avoid confusion between paths and executables.

(adam)

2024-04-26 19:56:45 UTC MAIN commitmail json YAML

doc: Added fonts/b612 version 1.008

(wiz)

2024-04-26 19:56:33 UTC MAIN commitmail json YAML

fonts/Makefile: + b612

(wiz)

2024-04-26 19:56:28 UTC MAIN commitmail json YAML

py-test: updated to 8.1.2

pytest 8.1.2 (2024-04-26)
Bug Fixes
Fixed error in pytest.approx() when used with numpy arrays and comparing with other types.

(adam)

2024-04-26 19:56:23 UTC MAIN commitmail json YAML

fonts/b612: import b612-1.008

B612 is an highly legible open source font family designed and
tested to be used on aircraft cockpit screens.

Main characteristics are:

- Maximize the distance between the forms of the characters
- Respect the primitives of the different letters
- Harmonize the forms and their spacing

(wiz)

2024-04-26 19:48:19 UTC MAIN commitmail json YAML

doc: Added fonts/Azeret version 0.0.20210621

(wiz)

2024-04-26 19:48:07 UTC MAIN commitmail json YAML

fonts/Makefile: + Azeret

(wiz)

2024-04-26 19:47:57 UTC MAIN commitmail json YAML

fonts/Azeret: import Azeret-0.0.20210621

Azeret is a sans-serif typeface with a mono-linear character. Don't
go looking for too much contrast in the strokes! The circular parts
of the letters do not have a smooth connection to the stems. The
x-height is higher than usual and thus the ascenders and descenders
are short. Alternates are also available which open the possibility
of creating different moods. A number of them hint at a nineties
aesthetic.

(wiz)

2024-04-26 18:50:32 UTC MAIN commitmail json YAML

doc: Updated pkgtools/pkglint to 23.4.1

(rillig)

2024-04-26 18:50:21 UTC MAIN commitmail json YAML

pkgtools/pkglint: update to 23.4.1

Changes since 23.4.0:

Add riscv32 as a known hardware architecture.

Don't suggest a runtime dependency instead of TOOL_DEPENDS.

(rillig)

2024-04-26 17:27:14 UTC MAIN commitmail json YAML

Updated devel/spdlog, sysutils/py-borgbackup

(adam)

2024-04-26 17:24:33 UTC MAIN commitmail json YAML

py-borgbackup: updated to 1.2.8

Version 1.2.8 (2024-03-29)

For upgrade and compatibility hints, please also read the section "Upgrade Notes"
above.

Fixes:

- check: fix return code and log level for index entry value discrepancies
- with-lock: catch FileNotFoundError exception, print error msg
- benchmark: inherit options --rsh --remote-path
- fix Ctrl-C / SIGINT behaviour for pyinstaller-made binaries

New features:

- upgrade --check-tam: check manifest TAM auth,
  exit with rc=1 if there are issues.
- upgrade --check-archives-tam: check archives TAM auth,
  exit with rc=1 if there are issues.

Other changes:

- allow msgpack 1.0.8 (this might fix memory leaks with Python 3.12)
- use the latest Cython 0.29.x
- vagrant:

  - use / build binaries with python 3.9.19
  - use generic/openbsd7 box
- docs:

  - simplify TAM-related upgrade docs using the new commands
  - improve docs for borg with-lock
  - add more infos borg check --repair recreating the shadow index
    to change log

(adam)

2024-04-26 17:24:17 UTC MAIN commitmail json YAML

doc: Added fonts/nerd-fonts-Hack version 3.2.1

(wiz)

2024-04-26 17:24:05 UTC MAIN commitmail json YAML

nerd-fonts: update comment

(wiz)

2024-04-26 17:23:50 UTC MAIN commitmail json YAML

fonts/Makefile: add two nerd-fonts

(wiz)

2024-04-26 17:23:41 UTC MAIN commitmail json YAML

fonts/nerd-fonts-Hack: import nerd-fonts-Hack-3.2.1

Nerd Fonts patches developer targeted fonts with a high number of
glyphs (icons). Specifically to add a high number of extra glyphs
from popular 'iconic fonts' such as Font Awesome, Devicons,
Octicons, and others.

A typeface designed for source code.

(wiz)

2024-04-26 17:20:24 UTC MAIN commitmail json YAML

spdlog: updated to 1.14.0

Version 1.14.0

Updated bundled fmt to version 10.2.1.
Mapped Diagnostic Context (MDC) support
MDC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers.
Usage example:
#include "spdlog/mdc.h"
..
spdlog::mdc::put("mdc_key_1", "mdc_value_1");
spdlog::info("Hello, {}", "World!");  // => [2024-04-26 02:08:05.040] [info] [mdc_key_1:mdc_value_1] Hello, World!
Add milliseconds support to stopwatch
Add std::string_view overloads for logger accessor
Make async_logger::flush() synchronous - wait for the flush operation to complete before returning
Use _stat() on Windows to be more UTF8 friendly
Add details about how compile time macros work
Fix typos found by codespell
Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed
Fix the problem of compilation failure under MINGW
Add missing include in circular_q.h
Don't remove previous defaullt logger from registry in set_default_logger.
Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy.
Updated INSTALL.md has to better reflect compiler info
Fixed README.md example

(adam)

2024-04-26 17:09:01 UTC MAIN commitmail json YAML

doc: note nerd-fonts* updates and new package

(wiz)

2024-04-26 17:07:51 UTC MAIN commitmail json YAML

2024-04-26 17:02:34 UTC MAIN commitmail json YAML

Updated textproc/py-ftfy, graphics/py-tifffile, www/py-websocket-client, net/py-stone

(adam)

2024-04-26 17:02:07 UTC MAIN commitmail json YAML

2024-04-26 16:56:10 UTC MAIN commitmail json YAML

py-websocket-client: updated to 1.8.0

1.8.0
- Added `on_reconnect` parameter to WebSocketApp to handle callback ambiguity
- Improve handling of SSLEOFError and use reconnect bool
- Minor linting and docs CI build upgrades

(adam)

2024-04-26 16:54:46 UTC MAIN commitmail json YAML

py-tifffile: updated to 2024.4.24

2024.4.24

- Pass 5077 tests.
- Fix compatibility issue with numpy 2

(adam)

2024-04-26 16:52:00 UTC MAIN commitmail json YAML

py-ftfy: updated to 6.2.0

Version 6.2.0 (March 16, 2024)

- Fixed a case where an en-dash and a space near other mojibake would be
  interpreted (probably incorrectly) as MacRoman mojibake.
- Added [project.urls] metadata to pyproject.toml.
- README contains license clarifications for entitled jerks.

(adam)

2024-04-26 16:50:13 UTC MAIN commitmail json YAML

Updated www/libproxy, devel/py-rlp, finance/py-eth-keys, finance/py-eth-keyfile

(adam)

2024-04-26 16:49:19 UTC MAIN commitmail json YAML

py-eth-keyfile: updated to 0.8.1

eth-keyfile v0.8.1 (2024-04-23)

Internal Changes - for eth-keyfile Contributors

Merge template updates, notably adding python 3.12 support

(adam)

2024-04-26 16:48:51 UTC MAIN commitmail json YAML

2024-04-26 16:48:14 UTC MAIN commitmail json YAML

py-eth-keys: updated to 0.5.1

eth-keys v0.5.1 (2024-04-23)

Internal Changes - for eth-keys Contributors

Merge template updates, notably adding python 3.12 support. Fix docs CI build.

(adam)

2024-04-26 16:46:31 UTC MAIN commitmail json YAML

2024-04-26 16:41:58 UTC MAIN commitmail json YAML

py-rlp: updated to 4.0.1

pyrlp v4.0.1 (2024-04-24)

Internal Changes - for pyrlp Contributors

Add python 3.12 support, rust-backend now works with python 3.11 and 3.12

(adam)

2024-04-26 16:39:45 UTC MAIN commitmail json YAML

libproxy: updated to 0.5.6

0.5.6
Support XDP Desktop Portal proxy resolver
Update CI actions

(adam)

2024-04-26 16:18:16 UTC MAIN commitmail json YAML

ki18n: try fixing Darwin build by explicitly pointing to libintl

(wiz)

2024-04-26 16:11:04 UTC MAIN commitmail json YAML

kwindowsystem: mark two more files as x11-only

(wiz)

2024-04-26 15:43:05 UTC MAIN commitmail json YAML

libopus: fix pkglint

(wiz)

2024-04-26 15:42:53 UTC MAIN commitmail json YAML

libopus: try fixing build on arm

The build there seems to run a perl script, so replace the perl
interpreter and tool-depend on perl.

(wiz)

2024-04-26 15:37:31 UTC MAIN commitmail json YAML

lsof: allow building on newer 8.x and 9.x

Fixes PR 58199 by Stefan Schaeckeler.

(wiz)

2024-04-26 15:34:20 UTC MAIN commitmail json YAML

bacula: remove references to removed packages

(wiz)

2024-04-26 15:32:21 UTC MAIN commitmail json YAML

2024-04-26 15:32:01 UTC MAIN commitmail json YAML

2024-04-26 15:28:23 UTC MAIN commitmail json YAML

gerbera: remove (default-off) liblastfm option

(wiz)

2024-04-26 15:27:22 UTC MAIN commitmail json YAML

2024-04-26 15:26:28 UTC MAIN commitmail json YAML

2024-04-26 15:25:28 UTC MAIN commitmail json YAML

2024-04-26 15:23:43 UTC MAIN commitmail json YAML

appmenu-qt: remove

Support library for kde4, uses qt4 (obsolete), unused in pkgsrc.

(wiz)

2024-04-26 15:22:14 UTC MAIN commitmail json YAML

2024-04-26 15:19:13 UTC MAIN commitmail json YAML

bacula-tray-monitor: remove

Uses qt4 (obsolete), we have bacula-tray-monitor-qt5, use that

(wiz)

2024-04-26 15:18:09 UTC MAIN commitmail json YAML

2024-04-26 15:16:52 UTC MAIN commitmail json YAML

2024-04-26 15:15:54 UTC MAIN commitmail json YAML

2024-04-26 15:14:26 UTC MAIN commitmail json YAML

2024-04-26 15:13:31 UTC MAIN commitmail json YAML

2024-04-26 15:06:12 UTC MAIN commitmail json YAML

2024-04-26 15:05:24 UTC MAIN commitmail json YAML

2024-04-26 15:03:42 UTC MAIN commitmail json YAML

2024-04-26 15:01:55 UTC MAIN commitmail json YAML

2024-04-26 15:01:04 UTC MAIN commitmail json YAML

2024-04-26 15:00:00 UTC MAIN commitmail json YAML

2024-04-26 14:53:31 UTC MAIN commitmail json YAML

doc: Updated chat/twitch-tui to 2.6.7

(schmonz)

2024-04-26 14:53:23 UTC MAIN commitmail json YAML

twitch-tui: update to 2.6.7. Changes:

- Fixed Twitch animated emotes not being detected properly (#587)

pkgsrc changes:

- Reliably link with OpenSSL instead of OS-specific security frameworks

(schmonz)

2024-04-26 14:26:25 UTC MAIN commitmail json YAML

doc: note default emacs29 change

(wiz)

2024-04-26 14:20:54 UTC MAIN commitmail json YAML

mk: switch default emacs version to emacs29

(wiz)

2024-04-26 13:06:25 UTC MAIN commitmail json YAML

doc: Updated cross/avr-gcc to 13.2.0

(micha)

2024-04-26 13:05:01 UTC MAIN commitmail json YAML

cross/avr-gcc: Update to 13.2.0

Patch for NetBSD support removed (does no longer apply, it seems that it
is no longer required).
Patch for Darwin/aarch64 removed (as requested in patch comment by tnn@).
Patches for build system added (nonportable "==" shell syntax).
Patch for libgcc added (system header file "sys/mman.h" not found).
Disable PKGSRC_MKPIE (build failed on AMD64).
Needs a C++11 compiler for bootstrap.

Upstream changelog2:
<https://gcc.gnu.org/gcc-13/changes.html>
<https://gcc.gnu.org/gcc-12/changes.html>
<https://gcc.gnu.org/gcc-11/changes.html>

(micha)

2024-04-26 11:49:33 UTC MAIN commitmail json YAML

doc: Updated cross/avr-binutils to 2.42

(micha)

2024-04-26 11:48:10 UTC MAIN commitmail json YAML

cross/avr-binutils: Update to 2.42

Add pkgsrc patch for binutils testsuite.

Changelog
=========

2024-01-15  Nick Clifton  <nickc@redhat.com>

    * 2.42 branch point.

2023-12-04  Tom Tromey  <tom@tromey.com>

    * dwarf.c (display_debug_names): Handle empty .debug_names hash
    table.  Name entries start at 1.

2023-11-15  Arsen ArsenoviÄ\u2021  <arsen@aarsen.me>

    * aclocal.m4: Regenerate.
    * configure: Regenerate.
    * po/Make-in ($(srcdir)/$(PACKAGE).pot): Output to a .pot
    temporary file, to suppress xgettext checking charset names.

2023-11-14  Nick Clifton  <nickc@redhat.com>

    PR 31062
    * objdump.c (decompressed_dumps): New local variable.
    (usage): Mention the -z/--decompress option.
    (long_options): Add --decompress.
    (dump_section_header): Add "COMPRESSED" to the Flags field of any
    compressed section.
    (dump_section): Warn users when dumping a compressed section.
    (display_any_bfd): Decompress the section if decompressed_dumps is
    true.
    (main): Handle the -z/--decompress option.
    * NEWS: Mention the new feature.
    * doc/binutils.texi: Document the new feature.
    * testsuite/binutils-all/objdump.s: Update expected output.
    * testsuite/binutils-all/objdump.exp: Add test of -Z -s.
    * testsuite/binutils-all/objdump.Zs: New file.

    * readelf.c (maybe_expand_or_relocate_section): New function.
    Contains common code found in dump functions.  Adds a note message
    if a compressed section is not being decompressed.
    (dump_section_as_strings): Use new function.
    (dump_section_as_bytes): Likewise.

2023-11-10  Simon Marchi  <simon.marchi@efficios.com>

    * readelf.c (decode_AMDGPU_machine_flags): Handle gfx1100,
    gfx1101, gfx1102.

2023-11-10  Vsevolod Alekseyev  <sevaa@sprynet.com>

    PR 30880
    * dwarf.c (read_and_display_attr_value): Fix loclist handling.
    (display_loclists_list): Likewise.

2023-10-24  Tom de Vries  <tdevries@suse.de>

    * dwarf.c (display_gdb_index): Handle unknown name of main.

2023-10-10  Tom de Vries  <tdevries@suse.de>

    * dwarf.c (display_lang): New function, factored out of ...
    (read_and_display_attr_value): ... here.
    (display_gdb_index): Handle v9 .gdb_index.

2023-10-05  A. Wilcox  <awilfox@adelielinux.org>w

    PR 30916
    * testsuite/binutils-all/addr2line.exp: Do not use PowerPC
    specific options when working with a MUSL target.

2023-10-02  Vsevolod Alekseyev  <sevaa@sprynet.com>

    PR 29267
    * dwarf.c (fetch_indexed_value): Delete.
    (fetch_indexed_offset): Correct base address calculation.
    (read_and_display_attr_value): Replace uses of fetch_indexed_value
    with fetch_indexed_offset.

2023-09-28  Frederic Cambus  <fred@statdns.com>

    * readelf.c (get_segment_type): Handle PT_OPENBSD_NOBTCFI segment
    type.

2023-09-26  Nick Clifton  <nickc@redhat.com>

    * testsuite/binutils-all/ar.exp: Remove assumption of the setting
    of umask when creating test archive files.

2023-09-25  Vsevolod Alekseyev  <sevaa@sprynet.com>

    PR 30792
    * dwarf.h (struct debug_info): Remove range_versions field.
    * dwarf.c (fetch_indexed_offset): New function.
    (read_and_display_attr_value): Use it for DW_FORM_rnglistx.
    Remove code to initialise range_versions.
    (skip_attribute): New function.
    (read_bases): Read and reccord all range and address bases in a CU.
    (process_debug_info): Call read_bases.
    (display_debug_rnglists): Rename to display_debug_rnglists_unit_header
    and only display the range list header information.
    (display_debug_ranges): Adjust.

2023-09-05  Nick Clifton  <nickc@redhat.com>

    PR 30684
    * readelf.c (extra_sym_info): New variable.
    (section_name_valid): Also check for filedata being NULL.
    (section_name_print): Delete.
    (section_index_real): New function.  Returns true if the given
    section index references a real section.
    (print_symbol): Rename to print_sumbol_name.
    (printable_section_name): Use a rotating array of static buffers
    for the return string.
    (printable_section_name_from_index): Merge code from
    dump_relocations and get_symbol_index_type into here.
    (long_option_values): Add OPTION_NO_EXTRA_SYM_INFO.
    (options): Add "extra-sym-info" and "no-extra-sym-info".
    (usage): Mention new options.
    (parse_args): Parse new options.
    (get_symbol_index_type): Delete.
    (print_dynamic_symbol_size): Rename to print_symbol_size.
    (print_dynamic_symbol): Rename to print_symbol.
    (print_symbol_table_heading): New function.
    (process_symbol_table): Use new function.
    * doc/binutils.texi: Document the new option.
    * NEWS: Mention the new feature.

2023-08-23  Nick Clifton  <nickc@redhat.com>

    PR 30781
    * dwarf.h (debug_info): Add range_versions field.
    * dwarf.c (read_and_display_attr_value): When recording a range
    arribute also ecord the dwarf version number.
    (is_range_list_for_this_section): New function.
    (display_debug_ranges): Only show debug ranges whose version is
    suitable for the secction being displayed.

2023-07-30  Jose E. Marchesi  <jose.marchesi@oracle.com>

    * readelf.c (get_machine_flags): Recognize and pretty print BPF
    machine flags.

2023-07-24  Johannes Schauer Marin Rodrigues  <josch@debian.org>

    * doc/binutils.texi (objcopy): Document change in behaviour of
    objcopy's --preserve-dates command line option.

2023-07-09  Fangrui Song  <maskray@google.com>

    PR 30592
    * NEWS: Mention the new feature for objcopy.
    * doc/binutils.texi: Mention "large".
    * objcopy.c (parse_flags): Parse "large".
    (check_new_section_flags): Error if "large" is used with a
    non-x86-64 ELF target.
    * testsuite/binutils-all/x86-64/large-sections.d: New.
    * testsuite/binutils-all/x86-64/large-sections.s: New.
    * testsuite/binutils-all/x86-64/large-sections-i386.d: New.
    * testsuite/binutils-all/x86-64/large-sections-2.d: New.
    * testsuite/binutils-all/x86-64/large-sections-2-x32.d: New.

2023-07-03  Nick Clifton  <nickc@redhat.com>

    * README-how-to-make-a-release: Change some version numbers.
    * configure: Regenerate.
    * po/binutils.pot: Regenerate.

2023-07-03  Nick Clifton  <nickc@redhat.com>

    2.41 Branch Point.

2023-06-30  Nick Clifton  <nickc@redhat.com>

    PR 30598
    * strings.c (set_string_min): New function.
    (main): Use it.
    (print_unicode_stream): Calculate buffer size using a size_t.

2023-06-30  Nick Clifton  <nickc@redhat.com>

    PR 30595
    * strings.c (main): Check for an excessively large minimum string
    length.

2023-06-21  Nick Clifton  <nickc@redhat.com>

    * testsuite/lib/binutils-common.exp (prune_warnings_extra): Prune
    warnings about -z execstack creating an executable stack.

2023-05-30  Nick Clifton  <nickc@redhat.com>

    * od-pe.c (targ_info): New array.
    (get_target_specific_info): New function
    (decode_machine_number): Retire.  Use get_target_specific_info
    instead.
    (is_pe_object_magic): Likewise.
    (dump_pe_file_header): Display more information.
    Rework layout to be similar to that from 'objdump -p'.
    Add code to handle larger than normnal AOUT headers.

2023-05-30  Nick Clifton  <nickc@redhat.com>

    * od-pe.c (decode_machine_number): Add ARMMAGIC value of 0xa00.
    (is_pe_object_magic): Likewise.

2023-05-26  Nick Clifton  <nickc@redhat.com>

    * od-pe.c: New file: Dumps fields in PE format headers.
    * configure.ac (od_vectors): Add objdump_private_desc_pe for PE
    format targets.
    (od_files): Add od-pe for PE format targets.
    * configure: Regenerate.
    * Makefile.am (CFILES): Add od-pe.c
    (EXTRA_objdump_SOURCE): Likewise.
    * Makefile.in: Generate.
    * NEWS: Mention the new feature.
    * doc/binutils.texi: Document the new support.
    * objdump.c (wide_output): Change from local to global.
    * objdump.h (wide_output): Prototype.
    (objdump_private_desc_pe): Prototype.
    * testsuite/binutils-all/objdump.exp: Add a test of the new feature.

2023-05-09  Enze Li  <enze.li@gmx.com>

    * README:  Correct a typo.

2023-05-02  Nick Clifton  <nickc@redhat.com>

    * MAINTAINERS: Remove Dimity Diky as MSP430 maintainer.

2023-04-20  Nick Clifton  <nickc@redhat.com>

    * SECURITY.txt: New file.

2023-04-19  Nick Clifton  <nickc@redhat.com>

    PR 30355
    * dwarf.c (read_and_display_attr_value): Correctly handle
    DW_loclistx attributes that index a version 5 .debug_loclists
    section.

2023-04-17  Nick Clifton  <nickc@redhat.com>

    PR 30142
    * rescoff.c (write_coff_file): Add the SEC_READONLY flag to the
    .rsrc section.

2023-04-11  Nick Clifton  <nickc@redhat.com>

    PR 30327
    * dwarf.c (read_and_display_attr_value): Warn if the number of
    views is greater than the number of locations.

    PR 30313
    * dwarf.c (display_debug_lines_decoded): Check for an overlarge
    number of files or directories.

    PR 30312
    * dwarf.c (prealloc_cu_tu_list): Always allocate at least one
    entry.

    PR 30311
    * readelf.c (uncompress_section_contents): Check for a
    suspiciously large uncompressed size.

2023-03-30  Nick Clifton  <nickc@redhat.com>

    PR 30284
    * dwarf.c (read_and_display_attr_value): Detect and ignore
    negative base values.

2023-03-23  Frederic Cambus  <fred@statdns.com>

    * readelf.c (get_segment_type): Handle PT_OPENBSD_MUTABLE segment
    type.

2023-03-14  Nick Clifton  <nickc@redhat.com>

    PR 30227
    * dwarf.c (process_cu_tu_index): Prevent excessive memory
    allocation when nused is large and ncols is zero.

2023-02-09  Tom Tromey  <tromey@adacore.com>

    * dwarf-mode.el: Bump version to 1.8.
    (dwarf-insert-substructure): Tighten regexp.
    (dwarf-refresh-all): New defun.
    (dwarf-mode-map): Bind "A" to dwarf-refresh-all.
    (dwarf-mode): Remove old FIXME.

2023-02-07  Nick Clifton  <nickc@redhat.com>

    PR 30080
    * doc/binutils.texi (nm): Update description of the 'n' symbol
    type.

2023-01-31  Nick Clifton  <nickc@redhat.com>

    * po/sv.po: Updated Swedish translation.

2023-01-23  Nick Clifton  <nickc@redhat.com>

    * po/sv.po: Updated Swedish translation.

2023-01-18  Nick Clifton  <nickc@redhat.com>

    PR 29993
    * objcopy.c (merge_gnu_build_notes): Remember the last non-deleted
    note in order to speed up the scan for matching notes.

2023-01-16  Nick Clifton  <nickc@redhat.com>

    * po/sv.po: Updated Swedish translation.

2023-01-09  Nick Clifton  <nickc@redhat.com>

    * po/bg.po: Updated Bulgarian translation.
    * po/ro.po: Updated Romainian translation.

2023-01-05  Nick Clifton  <nickc@redhat.com>

    * MAINTAINERS: Remove Stephen Casner as the PDP11 maintainer.

2023-01-03  Nick Clifton  <nickc@redhat.com>

    * po/fr.po: Updated French translation.
    * po/uk.po: Updated Ukrainian translation.

2023-01-03  Luis Machado  <luis.machado@arm.com>

    * readelf.c (get_note_type): Add support for NT_ARM_SSVE and
    NT_ARM_ZA note types.

2022-12-31  Nick Clifton  <nickc@redhat.com>

    * 2.40 branch created.

2022-12-31  Nick Clifton  <nickc@redhat.com>

    * po/ro.po: Updated Romanian translation.

2022-12-21  Nick Clifton  <nickc@redhat.com>

    PR  29924
    * objdump.c (load_specific_debug_section): Check for excessively
    large sections.

2022-12-19  Tom Tromey  <tromey@adacore.com>

    * dwarf-mode.el (dwarf-do-refresh): Avoid compiler warning.

2022-12-19  Nick Clifton  <nickc@redhat.com>

    PR 29914
    * dwarf.c (fetch_indexed_value): Fail if the section is not big
    enough to contain a header size field.
    (display_debug_addr): Fail if the computed address size is too big
    or too small.

2022-12-16  Nick Clifton  <nickc@redhat.com>

    PR 29908
    * dwarf.c (display_debug_addr): Check for corrupt header lengths.

2022-12-01  Nick Clifton  <nickc@redhat.com>

    PR 25202
    * objcopy.c (copy_object): Set VerilogDataEndianness to the
    endianness of the input file.
    (copy_main): Verifiy the value set by the --verilog-data-width
    option.
    * testsuite/binutils-all/objcopy.exp: Add tests of the new behaviour.
    * testsuite/binutils-all/verilog-I4.hex: New file.

2022-11-21  Nick Clifton  <nickc@redhat.com>

    PR 29764
    * doc/binutils.texi (objdump): Note that the -m option supports
    the <architecture>:<machine> syntax.

2022-11-04  Nick Clifton  <nickc@redhat.com>

    * README-how-to-make-a-release: Add instructions for uploading the
    gprofng documentation.

2022-10-31  Nick Clifton  <nickc@redhat.com>

    PR 29457
    * configure.ac: Add --enable-colored-disassembly.
    * objdump.c: Add --disassembler-color=terminal.
    * doc/binutils.texi (objdump): Document the new option.
    * NEWS: Mention new feature.
    * config.in: Regenerate in.
    * configure: Regenerate.

2022-10-19  Nick Clifton  <nickc@redhat.com>

    * MAINTAINERS: Add section on patches, copyright and DCO.

2022-10-12  Nick Clifton  <nickc@redhat.com>

    PR 29665
    * objcopy.c (copy_object): Use the input filename when
    reporting that a .gnu_debuglink section already exists.

2022-10-03  Nick Clifton  <nickc@redhat.com>

    * readelf.c (get_32bit_section_headers): Return false if the
    e_shoff field is zero.
    (get_64bit_section_headers): Likewise.

2022-09-28  Nick Clifton  <nickc@redhat.com>

    PR 29628
    * size.c (usage): Add -f.
    * doc/binutils.texi (size): Add -f.

2022-09-20  Nick Clifton  <nickc@redhat.com>

    * objcopy.c (copy_object): Do not issue a warning message when
    encountering empty .gnu.build.attribute sections.

2022-09-14  Rupesh Potharla  <Rupesh.Potharla@amd.com>

    * testsuite/binutils-all/readelf.exp (readelf_wi_test): Extend
    regexps to allow for output genreated by the Clang compiler.

2022-09-12  Aaron Merey  <amerey@redhat.com>

    * objcopy.c (might_need_separate_debug_info): Add with_source_code to
    the options that cause this function to return true.
    (main.c): Add with_source_code to the options that enable
    dump_any_debugging.

2022-09-09  Nick Clifton  <nickc@redhat.com>

    PR 29532
    * objcopy.c (setup_section): Leave group sections intact when
    creating separate debuginfo files.

2022-09-08  Nick Clifton  <nickc@redhat.com>

    PR 29523
    * dwarf.c (display_debug_lines_decoded): Correctly handle DWARF-5
    directory and filename tables.

2022-09-02  Aaron Merey  <amerey@redhat.com>

    PR 29075
    * objdump.c (find_separate_debug): New function. Finds the bfd
    corresponding to the separate debuginfod of a given bfd.
    (find_alt_debug): New function. Finds the bfd corresponding to the
    .gnu_debugaltlink of a given bfd.
    (slurp_file): Add bfd parameter. If a source file cannot be found
    attempt to download it from debuginfod, if enabled.
    (try_print_file_open): Add bfd parameter and pass it to slurp_file.
    (show_line): If debuginfod is enabled, call
    bfd_find_nearest_line_with_alt instead of bfd_find_nearest_line.

2022-09-01  Nick Clifton  <nickc@redhat.com>

    PR 29534
    * dllwrap.c: Replace uses of choose_temp_base() with
    make_temp_file().
    * dlltool.c: Likewise.
    * resrc.c: Likewise.

2022-08-23  Nick Clifton  <nickc@redhat.com>

    PR 29489
    * dlltool.c (deterministic): New variable.
    (gen_lib_file): If deterministic is true set the
    BFD_DETERMINISTIC_OUTPUT flag.
    (usage): Mention --deterministic-libraries and
    --non-deterministic-libraries.
    (long_options): Add new options.
    (main): Parse new options.
    * doc/binutils.texi: Document the new options.
    * NEWS: Mention the new feature.

2022-08-22  Nick Clifton  <nickc@redhat.com>

    * readelf.c (check_magic_number): New function.  Checks the magic
    bytes at the start of a file.  If they are not the ELF format
    magic values, then attempts to generate a helpful error message.
    (process_file_header): Call check_magic_number.

2022-08-09  Nick Clifton  <nickc@redhat.com>

    PR 29457
    * objdump.c (disassembler_color): Change type to an enum.
    (disassembler_extended_color): Remove.
    (usage): Update.
    (objdump_color_for_assembler_style): Update.
    (main): Update initialisation of disassembler_color.  If not
    initialised via a command line option, set based upon terminal
    output.
    * doc/binutils.texi: Update description of disassmbler-color
    option.
    * testsuite/binutils-all/arc/objdump.exp: Add
    --disassembler-color=off option when disassembling.
    * testsuite/binutils-all/arm/objdump.exp: Likewise.

2022-08-08  Nick Clifton  <nickc@redhat.com>

    * README-how-to-make-a-release: Add a link to the NEWS files in
    the release announcement email.

2022-07-08  Nick Clifton  <nickc@redhat.com>

    * 2.39 branch created.

2022-07-01  Nick Clifton  <nickc@redhat.com>

    * dwarf.c (display_debug_rnglists): Add newline at end of listing.

2022-06-30  Nick Clifton  <nickc@redhat.com>

    * dwarf.c (dwarf_select_sections_by_name): If the entry's value is
    zero then clear the corresponding variable.
    (dwarf_select_sections_by_letters): Likewise.
    * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
    debuginfod tests to fail.

2022-06-28  Nick Clifton  <nickc@redhat.com>

    PR 29267
    * dwarf.c (display_debug_rnglists): New function, broken out of..
    (display_debug_ranges): ... here.
    (read_and_display_attr_value): Correct calculation of index
    displayed for DW_FORM_loclistx and DW_FORM_rnglistx.
    * testsuite/binutils-all/x86-64/pr26808.dump: Update expected
    output.

2022-06-27  Nick Clifton  <nickc@redhat.com>

    PR 29289
    * dwarf.c (display_debug_names): Replace assert with a warning
    message.

2022-06-27  Nick Clifton  <nickc@redhat.com>

    PR 29290
    * dwarf.c (read_and_display_attr_value): Check that debug_info_p
    is set before dereferencing it.

2022-06-27  Nick Clifton  <nickc@redhat.com>

    * dwarf.c (fetch_indexed_string): Do not use length of first table
    in string section as the length of every table in the section.

    * testsuite/binutils-all/pr26112.r: Update expected output.

2022-06-22  Kumar N, Bhuvanendra  <Kavitha.Natarajan@amd.com>

    * dwarf.c (fetch_indexed_string): Added new parameter
    str_offsets_base to calculate the string offset.
    (read_and_display_attr_value): Read DW_AT_str_offsets_base
    attribute.
    (process_debug_info): While allocating memory and initializing
    debug_information, do it for do_debug_info also, if its true.
    (load_separate_debug_files): Load .debug_str_offsets if exists.
    * dwarf.h (struct debug_info): Add str_offsets_base field.

2022-06-22  Marcus Nilsson <brainbomb@gmail.com>

    * readelf.c: (slurp_relr_relocs) Use malloc instead of xmalloc
        when allocating space for relocations.

2022-06-21  Kumar N, Bhuvanendra  <Kavitha.Natarajan@amd.com>

    * dwarf.h (struct debug_info): Add rnglists_base field.
    * dwarf.c (read_and_display_attr_value): Read attribute DW_AT_rnglists_base.
    (display_debug_rnglists_list): While handling DW_RLE_base_addressx,
    DW_RLE_startx_endx, DW_RLE_startx_length items, pass the proper parameter
    value to fetch_indexed_addr(), i.e. fetch the proper entry in .debug_addr section.
    (display_debug_ranges): Add rnglists_base to the .debug_rnglists base address.
    (load_separate_debug_files): Load .debug_addr section, if exists.

2022-05-20  Nick Clifton  <nickc@redhat.com>

    * dwarf.c (dwarf_select_sections_by_names): Return zero if no
    sections were selected.
    (dwarf_select_sections_by_letters): Likewise.
    * dwarf.h: (dwarf_select_sections_by_names): Update prototype.
    (dwarf_select_sections_by_letters): Update prototype.
    * objdump.c (might_need_separate_debug_info): New function.
    (dump_bfd): Call new function before attempting to load separate
    debug info files.
    (main): Do not enable dwarf section dumping for -WK or -WN.
    * readelf.c (parse_args): Do not enable dwarf section dumping for
    -wK or -wN.
    (might_need_separate_debug_info): New function.
    (process_object): Call new function before attempting to load
    separate debug info files.
    * testsuite/binutils-all/debuginfo.exp: Expect -WE and -wE
    debuginfod tests to pass.
    * testsuite/binutils-all/objdump.Wk: Add extra regexps.
    * testsuite/binutils-all/readelf.k: Add extra regexps.

2022-05-19  Nick Clifton  <nickc@redhat.com>

    * dlltool.c (run): Initialise errmsg_fmt.
    * dllwrap.c (run): Likewise.
    * resrc.c (run_cmd): Likewise.
    * mclex.c (mc_add_keyword): Initialise usz.
    * srconv.c (wd_hd): Initialise hd.spare2.
    * windmc.c (mc_add_node_lang): Initialise s.
    (mc_generate_bin_item): Initialise cvt_txt.
    (main): Initialise u.

2022-05-18  Nick Clifton  <nickc@redhat.com>

    PR 29135
    * nm.c (non_weak): New variable.
    (filter_symbols): When non-weak is true, ignore weak symbols.
    (long_options): Add --no-weak.
    (usage): Mention --no-weak.
    (main): Handle -W/--no-weak.
    * doc/binutils.texi: Document new feature.
    * NEWS: Mention the new feature.
    * testsuite/binutils-all/nm.exp: Add test of new feature.
    * testsuite/binutils-all/no-weak.s: New test source file.

2022-04-25  Nick Clifton  <nickc@redhat.com>

    PR 29072
    * testsuite/lib/binutils-common.exp (prune_warnings_extra): Filter
    out notes about the executable stacjk behaviour beign deprecated.

2022-04-12  Nick Clifton  <nickc@redhat.com>

    PR 28992
    * objcopy.c (is_strip_section_1): Do not delete debuglink sections
    when stripping debug information.

2022-04-06  Nick Clifton  <nickc@redhat.com>

    PR 28981
    * dwarf.c (fetch_indexed_value): Rename to fecth_indexed_addr and
    return the address, rather than a string.
    (fetch_indexed_value): New function - returns a value indexed by a
    DW_FORM_loclistx or DW_FORM_rnglistx form.
    (read_and_display_attr_value): Add support for DW_FORM_loclistx
    and DW_FORM_rnglistx.
    (process_debug_info): Load the loclists and rnglists sections.
    (display_loclists_list): Add support for DW_LLE_base_addressx,
    DW_LLE_startx_endx, DW_LLE_startx_length and
    DW_LLE_default_location.
    (display_offset_entry_loclists): New function.  Displays a
    .debug_loclists section that contains offset entry tables.
    (display_debug_loc): Call the new function.
    (display_debug_rnglists_list): Add support for
    DW_RLE_base_addressx, DW_RLE_startx_endx and DW_RLE_startx_length.
    (display_debug_ranges): Display the contents of the section's
    header.
    * dwarf.h (struct debug_info): Add loclists_base field.
    * testsuite/binutils-all/dw5.W: Update expected output.
    * testsuite/binutils-all/x86-64/pr26808.dump: Likewise.

2022-04-01  John Baldwin  <jhb@FreeBSD.org>

    * readelf.c (get_freebsd_elfcore_note_type): Handle
    NT_FREEBSD_X86_SEGBASES.

2022-03-31  Nick Clifton  <nickc@redhat.com>

    * arlex.l: Accept the plus character as part of a filename.

2022-03-16  Fangrui Song  <maskray@google.com>

    PR binutils/28926
    * objcopy.c (filter_symbols): Apply weaken to STB_GNU_UNIQUE symbols
    * NEWS: Mention feature.
    * testsuite/binutils-all/objcopy.exp (objcopy_test_symbol_manipulation): New test.
    * testsuite/binutils-all/weaken-gnu-unique.s: New.

2022-03-16  Martin Storsjö  <martin@martin.st>

    PR 28885
    * dlltool.c (main): use imp_name rather than dll_name when
    generating a temporary file name.

2022-03-16  Simon Marchi  <simon.marchi@efficios.com>

    * readelf.c (dump_relocations): Handle EM_AMDGPU.

2022-03-16  Simon Marchi  <simon.marchi@efficios.com>

    * Makefile.am (readelf_CFLAGS): New.
    (readelf_LDADD): Add MSGPACK_LIBS.
    * Makefile.in: Re-generate.
    * config.in: Re-generate.
    * configure: Re-generate.
    * configure.ac: Add --with-msgpack flag and check for msgpack
    using pkg-config.
    * readelf.c: Include msgpack.h if HAVE_MSGPACK.
    (print_note_contents_hex): New.
    (print_indents): New.
    (dump_msgpack_obj): New.
    (dump_msgpack): New.
    (print_amdgpu_note): New.
    (process_note): Handle NT_AMDGPU_METADATA note contents.
    Use print_note_contents_hex.

2022-03-16  Simon Marchi  <simon.marchi@efficios.com>

    * readelf.c (get_amdgpu_elf_note_type): New.
    (process_note): Handle "AMDGPU" notes.

2022-03-16  Simon Marchi  <simon.marchi@efficios.com>

    * readelf.c: Include elf/amdgcn.h.
    (decode_AMDGPU_machine_flags): New.
    (get_machine_flags): Handle flags for EM_AMDGPU machine type.

2022-03-16  Simon Marchi  <simon.marchi@efficios.com>

    * readelf.c (get_osabi_name): Handle EM_AMDGPU OS ABIs.

2022-03-16  Nick Clifton  <nickc@redhat.com>

    * po/sr.po: Updated Serbian translation.

2022-03-15  Tom Tromey  <tromey@adacore.com>

    * dwarf-mode.el: Now 1.7.
    (dwarf--sentinel): Switch to the process buffer.

2022-03-11  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

    * MAINTAINERS: Add gprofng maintainer.
    * README-how-to-make-a-release: Add gprofng.

2022-03-10  Nick Clifton  <nickc@redhat.com>

    * dwarf.c (use_debuginfod): New variable.  Set to 1.
    (load_separate_debug_info): Only call
    debuginfod_fetch_separate_debug_info is use_debuginfod is true.
    (dwarf_select_sections_by_names): Add do-not-use-debuginfod and
    use-debuginfod options.
    (dwarf_select_sections_by_letters): Add D and E options.
    * dwarf.h (use_debuginfod): New extern.
    * objdump.c (usage): Mention the new options.
    * readelf.c (usage): Likewise.
    * doc/binutils.texi: Document the new options.
    * doc/debug-options.texi: Describe the new options.
    * NEWS: Mention the new feature.
    * testsuite/binutils-all/debuginfod.exp: Add tests of the new
    options.

2021-03-06  Maciej W. Rozycki  <macro@orcam.me.uk>

    * testsuite/binutils-all/mips/mips1-branch-alias.d: New test.
    * testsuite/binutils-all/mips/mips1-branch-noalias.d: New test.
    * testsuite/binutils-all/mips/mips2-branch-alias.d: New test.
    * testsuite/binutils-all/mips/mips2-branch-noalias.d: New test.
    * testsuite/binutils-all/mips/mips32r6-branch-alias.d: New test.
    * testsuite/binutils-all/mips/mips32r6-branch-noalias.d: New
    test.
    * testsuite/binutils-all/mips/micromips-branch-alias.d: New
    test.
    * testsuite/binutils-all/mips/micromips-branch-noalias.d: New
    test.
    * testsuite/binutils-all/mips/mips-branch-alias.s: New test
    source.
    * testsuite/binutils-all/mips/micromips-branch-alias.s: New test
    source.
    * testsuite/binutils-all/mips/mips.exp: Run the new tests.

2022-03-04  Simon Marchi  <simon.marchi@polymtl.ca>

    * readelf.c (process_dynamic_section): Fix indentation.

(micha)

2024-04-26 11:38:07 UTC MAIN commitmail json YAML

zig: use ZIG_GLOBAL_CACHE_DIR and ZIG_LOCAL_CACHE_DIR for zig and
applications, remove old comments.

(nikita)

2024-04-26 11:09:57 UTC MAIN commitmail json YAML

2024-04-26 09:57:34 UTC MAIN commitmail json YAML

zig: make pie again.

(nikita)

2024-04-26 09:54:06 UTC MAIN commitmail json YAML

xlockmore: use MASTER_SITE_BACKUP when fetching with curl

(tnn)

2024-04-26 09:44:49 UTC MAIN commitmail json YAML

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

(pin)

2024-04-26 09:44:29 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 19.24.3

Bug Fixes
- path: correct logic for agnoster style (5f095d6), closes #4727

(pin)

2024-04-26 09:43:50 UTC MAIN commitmail json YAML

doc: Updated net/slumber to 1.0.0

(pin)

2024-04-26 09:43:29 UTC MAIN commitmail json YAML

net/slumber: update to 1.0.0

[1.0.0] - 2024-04-25
Breaking
    Rename collection file parameter on all CLI commands from --collection/-c to --file/-f
        The goal here is to be more intuitive/predictable, since -f is much more common in similar programs (e.g. docker-compose)

Added
    Support booleans and numbers for query values (#141)
    Add default field to !prompt chains, which allows setting a pre-populated value for the prompt textbox

Changed
    Folders can now be collapsed in the recipe list (#155)
    Improvements to Insomnia import (#12)
    Rename import-experimental command to import
        It's official now! It's still going to get continuted improvement though
    Show WARN/ERROR log output for CLI commands
    Validate recipe method field during deserialization instead of on request init
        This means you'll get an error on startup if your method is invalid, instead of when you go to run the request
        This is not a breaking change because if you had an incorrect HTTP method, the request still didn't work before, it just broke later
    Arguments to chains are now treated as templates (#151)
        Support fields are path for !file chains, command for !command chains, and message for !prompt chains
        This means you can now really chain chains together!

(pin)

2024-04-26 09:42:36 UTC MAIN commitmail json YAML

doc: Updated devel/ast-grep to 0.21.1

(pin)

2024-04-26 09:42:18 UTC MAIN commitmail json YAML

devel/ast-grep: update to 0.21.1

- feat: find defined vars in utils cbc6534
- fix: add referent rule stack overflow test case f7f24e1
- feat: add utils defined vars 59001eb

(pin)

2024-04-26 09:18:01 UTC MAIN commitmail json YAML

2024-04-26 09:14:47 UTC MAIN commitmail json YAML

Keep the build system from installing to PKG_SYSCONFDIR.

My local setting is a non-standard /etc/pkg, which was probably
shielded by the pkgsrc framework, hiding the problem.

(hauke)

2024-04-26 09:11:15 UTC MAIN commitmail json YAML

emulators: +picodrive +pcsx-rearmed

(nia)

2024-04-26 09:10:25 UTC MAIN commitmail json YAML

doc: Added emulators/pcsx-rearmed version 23

(nia)

2024-04-26 09:10:10 UTC MAIN commitmail json YAML

2024-04-26 09:04:44 UTC MAIN commitmail json YAML

doc: Added emulators/picodrive version 1.93

(nia)

2024-04-26 09:04:32 UTC MAIN commitmail json YAML

2024-04-26 08:48:14 UTC MAIN commitmail json YAML

2024-04-26 07:55:11 UTC MAIN commitmail json YAML

Mention tinyx-wscons.

(nat)

2024-04-26 07:27:00 UTC MAIN commitmail json YAML

Updated www/py-mechanize, textproc/py-black, net/py-minio, devel/py-ruff

(adam)

2024-04-26 07:26:31 UTC MAIN commitmail json YAML

py-ruff: updated to 0.4.2

v0.4.2

Rule changes

[flake8-pyi] Allow for overloaded __exit__ and __aexit__ definitions (PYI036)
[pyupgrade] Catch usages of "%s" % var and provide an unsafe fix (UP031)
[refurb] Implement new rule that suggests min/max over sorted() (FURB192)

Server

Fix an issue with missing diagnostics for Neovim and Helix
Implement hover documentation for noqa codes
Introduce common Ruff configuration options with new server settings

Bug fixes

Use macos-12 for building release wheels to enable macOS 11 compatibility
[flake8-blind-expect] Allow raise from in BLE001
[flake8-pyi] Allow simple assignments to None in enum class scopes (PYI026)
[flake8-simplify] Avoid raising SIM911 for non-zip attribute calls
[refurb] Avoid operator.itemgetter suggestion for single-item tuple
[ruff] Respect per-file-ignores for RUF100 with no other diagnostics
[ruff] Fix async comprehension false positive (RUF029)

Documentation

[flake8-bugbear] Document explicitly disabling strict zip (B905)
[flake8-type-checking] Mention lint.typing-modules in TCH001, TCH002, and TCH003
[isort] Improve documentation around custom isort sections
[pylint] Fix documentation oversight for invalid-X-returns

Performance

Use matchit to resolve per-file settings

(adam)

2024-04-26 07:24:50 UTC MAIN commitmail json YAML

Add tinyx-wscons

(nat)

2024-04-26 07:23:29 UTC MAIN commitmail json YAML

py-minio: updated to 7.2.6

7.2.6
Bugfix Release

Add ExcludedPrefixes option to VersioningConfig
fix: missing f-string for a ValueError

(adam)

2024-04-26 07:23:21 UTC MAIN commitmail json YAML

tinyx-wscons.  A fork of Tiny Core Linux tinyX with wscons(9) support.

It currently supports colordepths of 4bpp to 32bpp with mouse and keyboard
support.

(nat)

2024-04-26 07:22:20 UTC MAIN commitmail json YAML

py-black: updated to 24.4.2

24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.

(adam)

2024-04-26 07:21:19 UTC MAIN commitmail json YAML

py-mechanize: updated to 0.4.10

0.4.10
Fix overly long MIME multipart separator on 64 bit systems

(adam)

2024-04-26 05:41:05 UTC MAIN commitmail json YAML

spirv-llvm-translator: fix PLIST

(adam)

2024-04-26 04:41:40 UTC MAIN commitmail json YAML

doc: Updated mail/neomutt to 20240425

(wiz)

2024-04-26 04:41:29 UTC MAIN commitmail json YAML

neomutt: update to 20240425.

This is a small Bug-Fix Release.

In particular, it fixes a few small quirks in the new Expando code.

(wiz)

2024-04-25 22:31:24 UTC MAIN commitmail json YAML

passphrase: upstream has moved.

regen distinfo, as archive structure has changed (one renamed folder), resulting
in a new checksum.

(nikita)

2024-04-25 19:26:30 UTC MAIN commitmail json YAML

doc: Updated games/openrct2 to 0.4.10

(triaxx)

2024-04-25 19:25:12 UTC MAIN commitmail json YAML

openrct2: Update to 0.4.10

pkgsrc changes:
---------------
  * Remove patch which included alloca.h on Linux: fixed upstream.

upstream changes:
-----------------
- Feature: [#18171] Add port of the RCT1 Stand-Up Roller Coaster.
- Feature: [#21590] [Plugin] Plugins can now read and write banner properties
  of tile elements.
- Feature: [#21636] Add shortcut key for sorting tile elements.
- Feature: [objects#294] Add scenery versions of wooden truss supports.
- Feature: [objects#295] Flipped version of wooden post.
- Improved: [#21424] Extra viewports can now rotate independently from the main
  viewport.
- Improved: [#21561, #21631] Enable more features in Android build (plugins,
  networking, multiplayer, audio formats).
- Improved: [#21599] Currency signs now use non-breaking spaces.
- Improved: [objects#157] Added sloped images for many walls.
- Improved: [objects#288] Better map colours and more sensible prices for RCT1
  land surfaces.
- Improved: [objects#292] Vehicle colour cleanups for WW/TT vehicles.
- Improved: [objects#299] More accurate ratings modifiers for RCT1 vehicles.
- Improved: [objects#309] Updated names for dodgems and flying saucers
  vehicles.
- Improved: [objects#313] buildMenuPriority for dodgems and flying saucers
  vehicles.
- Change: [#21529] Classify “Southern Sands”, “Tiny Towers”, “Nevermore Park”,
  “Pacifica” as expert scenarios.
- Change: [#21545] Reorder Wacky Worlds scenarios and adjust their difficulty
  classification.
- Fix: [#910] Extra viewport does not preserve the location when rotating.
- Fix: [#18413] Crash when mouse over a hacked train.
- Fix: [#20338] Cannot select Scenery Picker or Scatter Tool when the scenery
  recolouring tool is active.
- Fix: [#21317] Track designer allows proceeding without an object selected.
- Fix: [#21360] If the object selection is missing certain types, the Object
  Selection window will switch to an incorrect tab.
- Fix: [#21419] Cannot place walls underground beneath sloped tiles with
  clearance checks disabled.
- Fix: [#21434] Number of guests overflows in objective text.
- Fix: [#21522] Supports for 3×3 turns and 45 degree turns on the Hybrid
  Coaster and Wooden Roller Coaster not drawn correctly.
- Fix: [#21543] Crash with creating a TrackIterator with invalid arguments.
- Fix: [#21635] Tile inspector hotkey can set wall slope for non-slopeable
  objects.
- Fix: [#21641] Crash when creating track iterator from an invalid tile
  element.
- Fix: [#21652] Dialog window to confirm overwriting files does not apply the
  theme colours correctly.
- Fix: [#21654] No sound effects when using RCT Classic as an asset base.
- Fix: [#21654] Extraneous reports of an object conflict between
  `rct2.audio.base` and `rct2.audio.base.rctc`.
- Fix: [#21664] Crash when switching between languages that use TTF.
- Fix: [#21668] Crash when on null ride in Guest::UpdateRideLeaveExit.
- Fix: [#21691] Crash when validating rides which can't contain banked track.
- Fix: [objects#290] “Haunted Mansion” cars have a non-functional third remap
  colour.
- Fix: [objects#296] Incorrect wall placement around large Kremlin/drab pieces.
- Fix: [objects#300] Incorrect Colosseum and volcano corner clearances.
- Fix: [objects#319] Incorrect diagonal slope images used for RCT1 corkscrew.
- Fix: [objects#320] Incorrect Mandarin Duck boats capacity.

(triaxx)

2024-04-25 17:59:47 UTC MAIN commitmail json YAML

2024-04-25 17:56:36 UTC MAIN commitmail json YAML

doc: Updated devel/p5-Devel-CheckLib to 1.16nb3

(schmonz)

2024-04-25 17:56:31 UTC MAIN commitmail json YAML

2024-04-25 17:00:15 UTC MAIN commitmail json YAML

jitsi-srtp: default to OpenSSL version 3 (or higher)

Bumps PKGREVISION.

Build-tested on NetBSD/amd64.

(khorben)

2024-04-25 15:53:12 UTC MAIN commitmail json YAML

Updated textproc/py-pyphen, devel/py-jaraco.vcs

(adam)

2024-04-25 15:52:55 UTC MAIN commitmail json YAML

py-jaraco.vcs: updated to 2.2.0

v2.2.0

Features

- Remove check on minimum git version.

v2.1.0

Features

- Added .get_timestamp method for retrieving the timestamp of a given revision.

(adam)

2024-04-25 15:48:21 UTC MAIN commitmail json YAML

py-pyphen: updated to 0.15.0

Version 0.15.0

* Support Python 3.12, drop Python 3.7 support.
* Add READMEs for dictionaries.
* Add Basque hyphenation dictionary.
* Update Catalan and Hungarian dictionaries.
* Use Ruff instead of Flake8 and isort.

(adam)

2024-04-25 15:19:40 UTC MAIN commitmail json YAML

doc: Updated mail/rspamd to 3.8.4nb1

(taca)