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

2024-05-12 13:15:44 UTC Now

2023-01-15 15:56:39 UTC MAIN commitmail json YAML

doc: Updated www/ruby-css-parser to 1.14.0

(taca)

2023-01-15 15:56:11 UTC MAIN commitmail json YAML

www/ruby-css-parser: update to 1.14.0

1.14.0 (2023-01-09)

* Fix parsing of multiline URL values for rule sets #97

(taca)

2023-01-15 15:54:54 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-secretsmanager to 1.71.0

(taca)

2023-01-15 15:54:32 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-secretsmanager: update to 1.71.0

1.71.0 (2023-01-12)

* Feature - Update documentation for new ListSecrets and DescribeSecret
  parameters

(taca)

2023-01-15 15:53:47 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.693.0

(taca)

2023-01-15 15:53:22 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.693.0

1.693.0 (2023-01-13)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.692.0 (2023-01-12)

* Feature - Added support for enumerating regions for Aws::CleanRooms.

1.691.0 (2023-01-10)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.690.0 (2023-01-09)

* Feature - Added support for enumerating regions for Aws::KendraRanking.

(taca)

2023-01-15 15:51:49 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-unicode-display_width to 2.4.2

(taca)

2023-01-15 15:51:24 UTC MAIN commitmail json YAML

textproc/ruby-unicode-display_width: update to 2.4.2

2.4.0 (2023-01-03)

* Improve performance for ASCII-only strings, by @fatkodima
* Require Ruby 2.4

2.4.1 (2023-01-03)

* Improve general performance!
* Further improve performance for ASCII strings

You should really upgrade - it's much faster now!

2.4.2 (2023-01-04)

More performance improvements:

* Optimize lookup of first 4096 codepoints
* Avoid overwrite lookup if no overwrites are set

(taca)

2023-01-15 15:48:23 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-repofetch to 0.4.4

(taca)

2023-01-15 15:48:01 UTC MAIN commitmail json YAML

sysutils/ruby-repofetch: update to 0.4.4

0.4.3 (2023-01-12)

Added

* Bitbucket Cloud plugin
* Simple help message for the GitLab plugin (repofetch --plugin
  Repofetch::Gitlab -- --help)
* --path option, which is an alias for --repository
* SSH url stat to GitHub and GitLab plugins

Changed

* "URL" stat in GitHub and GitLab plugins to "HTTP(S)"
* GitLab header to be styled

Fixed

* Confusing error on incorrect CLI args for the GitLab plugin

Breaking for users

Changed

* The --plugin short option to -P
* -p to be the short option for --path

Breaking for 3rd-party plugins

Changed

* The exception that is caught when initializing a plugin from ArgumentError
  to Repofetch::PluginUsageError

0.4.4 (2023-01-13)

Fixed

* Bitbucket Cloud not getting automatically detected when running repofetch
  in a Bitbucket Cloud repository

(taca)

2023-01-15 15:45:05 UTC MAIN commitmail json YAML

doc: Updated sysutils/ruby-listen to 3.8.0

(taca)

2023-01-15 15:44:37 UTC MAIN commitmail json YAML

sysutils/ruby-listen: update to 3.8.0

3.8.0 (2023-01-09)

* Use the defined type to the default value of directory (#566) @y-yagi
* update ruby version matrix to drop 2.4, 2.5 and add 3.2 (#567) @ColinDKelley
* Update ruby version 3.0.4 (#562) @vickyprahastra
* Raise argument error when passing a file path (#563) @janko
* Fix kwargs matching with rspec-mock 3.12 and Ruby 3+ (#564) @voxik
* Disable fail-fast for CI matrix (#555) @ybiquitous
* Add Ruby 3.0/3.1 to CI (#554) @ybiquitous

(taca)

2023-01-15 15:42:47 UTC MAIN commitmail json YAML

Updated sysutils/cpmtools to 2.23

(thorpej)

2023-01-15 15:41:47 UTC MAIN commitmail json YAML

Update cpmtools to cpmtools-2.23.

Changes since 2.22:

o  Use 16 bit block pointers for file systems > 256 blocks, not >= 256
o  Translate CP/M file name character '/' to ',' for the host and back
o  dirblks in Kaypro format fixed
o  Misc fixes for directory listing
o  Added bootsec diskdefs option
o  Check Device_close return value
o  Check for too small block number when reading file data
o  Replaced obsolete macros in configure.in
o  Cygwin/Windows support did not build any more and likely not for quite
  some time, so it was removed.

(We're coming from 2.13, so there's quite a few more since then.)

(thorpej)

2023-01-15 15:41:00 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-pry to 0.14.2

(taca)

2023-01-15 15:40:22 UTC MAIN commitmail json YAML

misc/ruby-pry: update to 0.14.2

0.14.2 (2023-01-09)

Features

* Configure code as a supported editor on Pry::Editor (#2236)
* Added support for Ruby 3.2 (#2263)
* Added support for Ruby 3.1 (#2228)

Bug fixes

* Short circuit eval regexes in finding module definition (#2253)
* Revert "Escape non-printing characters" (#2235)
* Fixed bug where WeirdMethodLocator would fail to find the source of a
  method breaking whereami (#2244)
* Fixed bug where pry would throw an FrozenError when dealing with
  incomplete tokens (#2136)
* Restore --no-history CLI flag functionality (#2196)
* Fixed bug where reading from the _out_ sticky local variable could return
  wrong results (#2201)

Breaking Changes

* Remove support for Ruby 1.9 and JRuby < 9.0 (#2239)

(taca)

2023-01-15 15:38:40 UTC MAIN commitmail json YAML

doc: Updated graphics/ruby-mini-magick to 4.12.0

(taca)

2023-01-15 15:38:07 UTC MAIN commitmail json YAML

graphics/ruby-mini-magick: update to 4.12.0

4.12.0 (2022-12-06)

* Added new tmpdir configuration, which defaults to Dir.tmpdir (#541)

MiniMagick.configure do |config|
  config.tmpdir = File.join(Dir.tmpdir, "/my/new/tmp_dir")
end

* Don't leave temporary files lying around when MiniMagick::Image#format
  failed (#547)
* Replace File.exists? with File.exist?, which should fix Ruby 3.2
  compatibility (#550)
* Fixed a case where the log could not be parsed correctly when there were
  multiple lines (#540)
* Added status to the exception message when the ImageMagick command fails
  (#542)
* Allow passing format to Image#get_pixels so we can request "RGBA" pixels
  (#537)
* Suppress warning to ambiguous argument (#529)
* Use Thread#join with a timeout argument instead of the Timeout standard
  library (#525)

(taca)

2023-01-15 15:36:29 UTC MAIN commitmail json YAML

doc: Updated finance/ruby-braintree to 4.10.0

(taca)

2023-01-15 15:36:05 UTC MAIN commitmail json YAML

finance/ruby-braintree: update to 4.10.0

4.10.0 (2023-01-11)

* Add billing_address attribute reader to ApplePayCard
* Add pre_dispute_program to Dispute and DisputeSearch
* Add AutoAccepted status to Dispute
* Add DisputeAutoAccepted webhook to WebhookNotification
* Add ExcessiveRetry to GatewayRejectionReason
* Add SEPADirectDebitAccount payment method
* Add sepa_direct_debit_return_code to Transaction
* Add sepa_direct_debit_account_details to Transaction
* Add sepa_direct_debit_account_nonce_details to PaymentMethodNonceDetails
* Add SEPA_DIRECT_DEBIT_ACCOUNT to PaymentInstrumentType
* Add sepa_debit_paypal_v2_order_id to TransactionSearch
* Add sepa_direct_debit_accounts to Customer
* Add SEPA Direct Debit specific error codes

(taca)

2023-01-15 15:34:45 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-pycall to 1.4.2

(taca)

2023-01-15 15:34:16 UTC MAIN commitmail json YAML

devel/ruby-pycall: udpate to 1.4.2

1.4.2 (2023-01-08)

* Add supports of unary operators: +@, -@, ~
* Fix without_gvl for exceptions occurred in the given block
* Add PyCall.setattr and PyCall.delattr

(taca)

2023-01-15 15:32:32 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-io-event to 1.1.6

(taca)

2023-01-15 15:32:12 UTC MAIN commitmail json YAML

devel/ruby-io-event: update to 1.1.6

1.1.5 (2023-01-05)

* Don't worry about race conditions when calling @output.close.
* Move all v2 implementation inside conditional.
* Add experimental support for io_select hook.
* Flush all pending events on every loop iteration.

1.1.6 (2023-01-10)

* Constants are used by v1 implementation too.
* Test nonblocking IO on non-windows platforms. (#52)

(taca)

2023-01-15 15:28:19 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-git to 1.13.1

(taca)

2023-01-15 15:27:58 UTC MAIN commitmail json YAML

devel/ruby-git: update to 1.13.1

1.13.1 (2023-01-12)

* 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3
  (#608)
* 23a0ac4 Fix version parsing (#605)
* 429f0bb Update release instructions (#606)
* 68d76b8 Drop ruby 2.3 build and add 3.1 and 3.2 builds (#607)

(taca)

2023-01-15 15:26:27 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-gettext_i18n_rails to 1.10.0

(taca)

2023-01-15 15:25:47 UTC MAIN commitmail json YAML

devel/ruby-gettext_i18n_rails: update to 1.10.0

1.9.0 (2022-10-13)

* use given locale in translate

  FastGettext.locale was not set to the locale parameter.  If locale was
  changed by parameter, the cache of the thread locale was always returned.

* docs: use gettext gem in all environments

* Update Readme.md to use before_action

  before_filter was deprecated in Rails 5.0, so I think most people adding
  this to their projects would need to use before_action.

* Use String#end_with? instead of String#ends_with?

* compatibility with HAML 6

1.10.0 (2023-01-07)

* fix bundle

* backend: translate changes the current locale

  `FastGettext.set_locale` returns the "new" current locale, not the old
  one.  Use `with_locale`.

(taca)

2023-01-15 15:11:21 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine50 to 5.0.4nb2

(taca)

2023-01-15 15:10:43 UTC MAIN commitmail json YAML

devel/ruby-redmine50: relax dependency

Relax dependency to mini-magick and nokogiri.

Bump PKGREVISION.

(taca)

2023-01-15 15:09:57 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine42 to 4.2.9nb1

(taca)

2023-01-15 15:09:32 UTC MAIN commitmail json YAML

devel/ruby-redmine42: relax dependency

Relax dependency to mini-magick and nokogiri.

Bump PKGREVISION.

(taca)

2023-01-15 10:13:05 UTC MAIN commitmail json YAML

doc: Updated misc/colorless to 109

(kim)

2023-01-15 10:12:55 UTC MAIN commitmail json YAML

2023-01-15 09:07:11 UTC MAIN commitmail json YAML

doc/TODO: add some

+ apache-ant-1.10.13, gpsd-3.25, libwildmidi-0.4.5, syft-0.66.1.

(wiz)

2023-01-15 05:36:38 UTC MAIN commitmail json YAML

link -lrt on netbsd.  needed by new binutils.

shm_open() is referenced in a direct part of the output, but only
visible via being needed via an indirect reference, and this seems
to no longer be allowed.

(mrg)

2023-01-15 00:34:19 UTC MAIN commitmail json YAML

doc/TODO: gvfs is now at 1.50.3(!)

(gutteridge)

2023-01-14 21:47:03 UTC MAIN commitmail json YAML

gnustep-base: link against libunwind

The code uses _Unwind_Resume_or_Rethrow(), so it needs to link
against libunwind directly.

Fixes build on NetBSD 10.99.2.

(wiz)

2023-01-14 21:11:35 UTC MAIN commitmail json YAML

handle merged inpcb code since 9.99.104:
  http://mail-index.netbsd.org/source-changes/2022/10/28/msg141800.html

this is part 2 of fixes for net-snmp, and should work now (though i'm not
sure how to test properly, but it builds on both pre-/post- merge.)

(mrg)

2023-01-14 20:11:15 UTC MAIN commitmail json YAML

doc: Updated devel/binutils to 2.40

(fcambus)

2023-01-14 20:11:04 UTC MAIN commitmail json YAML

binutils: update to 2.40.

This release contains numerous bug fixes, and also the following new
features:

  * Support for more Intel, ARM, Risc-V architecture extensions.

  * Support for generating and reading compressed debug sections
    using the zstd compression format.

  * Support for the SFRAME unwind format.

  * Support for the CTF debug format.

  * The objdump tool now has an option to enhance its disassembly
    output by showing all of the symbols that match an address,
    instead of just the first symbol.

  * The objdump tool's disassembler is now also able to use colors to
    distinguish differents parts of each instruction.  This feature
    is only supported by a limited set of architectures at the
    moment.

  * The linker (ld) has a new command line option to disable the
    generation of warning and error messages.  This can be useful
    when it is known that the link will not be successful, but there
    is still a need to create a binary.

(fcambus)

2023-01-14 19:57:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/etckeeper to 1.18.20

(schmonz)

2023-01-14 19:57:06 UTC MAIN commitmail json YAML

Update to 1.18.20. From the changelog:

* Added support for Gentoo (emerge, qlist, and cave)
* Skip running pre-commit hook inside linked worktrees, to avoid it
  updating .etckeeper with the permissions of files not in /etc.
* commit: Run bzr with --quiet, since it outputs non-errors to stderr.
  Closes: #1018874

(schmonz)

2023-01-14 17:25:53 UTC MAIN commitmail json YAML

python311: clean up some pkglint

(wiz)

2023-01-14 17:24:33 UTC MAIN commitmail json YAML

python311: regen distinfo

(wiz)

2023-01-14 17:24:24 UTC MAIN commitmail json YAML

python311: remove unneeded patch, merged upstream

(wiz)

2023-01-14 17:24:07 UTC MAIN commitmail json YAML

python311: remove unneeded chunk, merged upstream

(wiz)

2023-01-14 17:23:48 UTC MAIN commitmail json YAML

python311: remove unneeded patch, handled in configure now

(wiz)

2023-01-14 17:23:26 UTC MAIN commitmail json YAML

2023-01-14 17:23:10 UTC MAIN commitmail json YAML

python311: remove two chunks that are not explained

and not needed on NetBSD

(wiz)

2023-01-14 17:22:25 UTC MAIN commitmail json YAML

python311: remove REPLACE* where it changes nothing

(wiz)

2023-01-14 13:33:53 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.6.0

(taca)

2023-01-14 13:33:26 UTC MAIN commitmail json YAML

databases/ruby-sqlite3: update to 1.6.0

1.6.0 (2023-01-13)

Ruby

This release introduces native gem support for Ruby 3.2.

This release ends native gem support for Ruby 2.6, for which upstream
support ended 2022-04-12.

Dependencies

* Vendored sqlite3 is updated to v3.40.1.

(taca)

2023-01-14 12:23:38 UTC MAIN commitmail json YAML

doc: Updated misc/colorless to 108

(kim)

2023-01-14 12:23:27 UTC MAIN commitmail json YAML

2023-01-14 10:43:18 UTC MAIN commitmail json YAML

misc/colorless: Added colorless-107

Colorless is a wrapper that enables colorised output of commands and
pipes the output to less(1).

(kim)

2023-01-14 07:44:11 UTC MAIN commitmail json YAML

2023-01-14 07:41:00 UTC MAIN commitmail json YAML

jpm: Update MAINTAINER

(charlotte)

2023-01-14 07:40:25 UTC MAIN commitmail json YAML

janet: Update MAINTAINER

(charlotte)

2023-01-14 07:35:23 UTC MAIN commitmail json YAML

7kaa: Reset MAINTAINER

(charlotte)

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

nim: Reset MAINTAINER

(charlotte)

2023-01-14 01:44:43 UTC MAIN commitmail json YAML

2023-01-14 01:40:04 UTC MAIN commitmail json YAML

Update devel/gnusteap-base to 1.29.0

Changes in 1.29.0

          Bugfix release to increment library version number to reflect ABI
          changes which should have been noticed before 1.28.1 release.

Changes in 1.28.0 and 1.28.1

          Aside from an assortment of bugfixes, this release includes a lot of
          improvements for Windows support as well as security features.

          Not every bugfix, improvement or a new feature will be listed here.

        Configuration: Make config tests work with C99 compiler.

        GSTLS: Use strict rfc4514 for distinguished names of issuer and
        owner of certificates.  Add GSTLSIssuers and GSTLSOwners properties
        to reject remote certificates which do not match distinguishd names
        accepted.  This allows encrypted DO to be configured to automatically
        reject connection attempts which do not have trusted certificates.
        Add -pending method allowing NSFileHandle and NSStream to detect when
        there is buffered data in the TLS layer that they could read.
        Honor the SSL_CERT_FILE environment variable for OpenSSL compatibility

        GSXML.m: Remove usage of deprecated function when a newer version of
        libxml is used.

        NSCalendar: New methods with testcases and documentation.

        NSConnection: Add debug output reporting the details of any exception
        returned over a DO connection from the remote process or thread.

        NSFileHandle: On ms-windows support overlapped I/O on standard
        streams.

        NSFileManager: Fix bug creating NSDirectoryEnumerator instances, and
        ensure we eeally skip hidden files in enumerations if requested by
        the options.

        NSIndexPath: New methods to support collection and table view.

        NSLock: Use native APIs on ms-windows.

        NSOperation: Fix various bugs in operation finishing, completion block,
        and removal of dependency observers.
        Remove the maximum number of threads restriction and use
        the setting from -setMaxConcurrentOperationCount: instead.

        NSPredicate: fix error parsing an array whose entry is an NSExpression
        object.

        NSRegularExpression: Fix possible corruption when using ICU strings
        longer than 16 characters.

        NSSocketPort: APIs to permit Distributed Objects connections to be TLS
        encrypted for secure inter-process communications.

        NSString: Use ICU on ms-windows.  Fix various obscure bugs.

        NSTask: Use .exe extension implicitly if needed on ms-windows.

        NSThread: Use native APIs on ms-windows.

        NSTimeZone: Rewrite to support the latest (v2+) timezone file format
        and transition data held as 64bit values rather than the 32bit values
        needed so far.
        ms-windows compatibility fixes.

        NSURL: Improve handling of clients (including making client lookup
        thread-safe).
        When making a request to retrieve an http/https URL, improve
        debug output, mask sensitive authentication header detials, and provide
        delegate metods/api to permite callers to filter the debug log to remove
        any other sensitive information.

        NSURLHandle: Use the https_proxy and http_proxy
        environment variables if no proxying is specified. Also support
        those keys as properties in the request (overriding the environment
        variables) and support the URL protection space if set.
        Improve handling of the remote end dropping the connection (reconnect
        if the request has not been sent).

        NSXMLParser: do not process end tag if parsing was aborted
        while processing start tag.

        Testcases: Changes to work with a C99 compiler.
        Fixes for NSTask tests to work on ms-windows.
        Exclude NSBundle framework tests on ms-windows.
        Skip tilde abbreviation tests on ms-windows.
        Skip GSInetServerStream based testcases on win32

(manu)

2023-01-14 01:30:53 UTC MAIN commitmail json YAML

Update devel/gnustep-objc to 2.1.0 and fix its build

Highlights of 2.1.0 release include:

- Numerous improvements to the Objective-C++ exception interoperation code.
  The runtime now dynamically detects whether the libcxxrt or libsupc++ variant
  of the Itanium C++ Exception ABI is being used

- Sending a message to `super` where the corresponding method did not exist was
  silently ignored in previous versions of the runtime.  This now correctly
  invokes the forwarding hooks and so (with an implementation of the Foundation
  framework, such as GNUstep Base or WinObjC) will trigger an exception or
  invoke `forwardInvocation:`.

- The checks for overloaded memory management methods were incorrect, causing
  some classes to be incorrectly opted into ARC fast paths.  These checks are
  now correct.

- Several memory management bugs in corner cases of weak reference management
  were fixed.

- The ARM assembly implementation of `objc_msgSend` now correctly restores the
  stack after calling a forwarding implementation.  This bug caused stack
  corruption and usually crashing on ARM.

- The ARC code has been rewritten as C++, using a well-tested third-party
  Robin-Hood hash table to store weak references, replacing the home-grown
  version.  This improves performance and reduces the likelihood of bugs
  arising from the hash table implementation.

- Control Flow Guard (CGF) checks were added on Windows on x86 (32- and
  64-bit).  If Objective-C code is compiled with CFG enabled then
  `objc_msgSend` will crash if it attempts to jump to an address that is not a
  valid function entry point.

- The function signatures in the blocks headers were updated for compatibility
  with recent macOS releases.

- Support for the C11 _Atomic type qualifier in property metadata was added.

Highlights of 2.0.0 release include:

- The linker now removes duplicate selectors within a library.

- The linker will remove duplicate protocol definitions within a library.

- Protocols and classes are now always accessed via an indirection layer, so
  they can be extended by future versions of the ABI without breaking
  compatibility.

- Categories can include property metadata and both categories.

- Constant strings are now emitted with a richer structure, which provides
  faster hashing and better unicode support.

- Instance variable metadata includes size and alignment, allowing better object
  layout and more accurate introspection.  Instance variable metadata now
  includes more accurate information about ARC ownership semantics.

- Method metadata now includes extended type information, allowing bridged
  languages to understand the class that methods expect and not just the fact
  that they take an object.  This was previously an obstacle to supporting
  JavaScriptCore's Objective-C bridge with GNUstep.

In addition to the new ABI, there are several improvements on Windows:

- The runtime now uses SEH-based exception handling on Windows.  This
  interoperates with C++ exceptions in libraries compiled with MSVC or
  MSVC-compatible compilers.

- All of the assembly code paths now fully support i386 and x64 Windows.

- Object allocations on 32-bit Windows now use `_aligned_malloc` to guarantee
  sufficient alignment for AVX vectors in instance variables.

- The runtime now uses fibre-local storage and critical sections on Windows,
  improving performance in multithreaded workloads on Windows.

- Public runtime functions are now marked dllexport, so the runtime can be built
  as objc.dll on Windows.

**WARNING**: The new ABI is currently incompatible with incremental linking on
Windows, so projects built with Microsoft's linker must disable incremental
linking.

Note: Microsoft's WinObjC project contains a friendly fork of this library that
includes a work around for the incremental linking issue.  If you wish to use
incremental linking on Windows, please use that version.  A subsequent version
of clang and link.exe should include a fix that will make it possible to use
this version with incremental linking.

The runtime will now use the new ABI's data structures internally and will
automatically upgrade on-disk structures from old ABIs when used with the old
ABI.  As a result, memory usage will be higher when using the old ABI and users
who are unable to recompile their code may prefer to stick with the 1.9.x
release series.  Mixing libraries compiled with the old and new ABIs is not
supported and will abort at run time.

The new ABI provides better run-time introspection metadata and smaller
binaries.  When used with the new ABI, this version of the runtime will consume
less memory than the previous release.

Highlights of 1.9.0 release include:

- Support for 64-bit ARM (AArch64) processors, including assembly fast paths
  for message sending.

- Improved the dispatch table representation to improve performance and cache
  usage on the fast path.

- The implementation of `imp_implementationWithBlock`, the function that allows
  blocks to be used as methods, no longer requires physical pages to be mapped
  both writeable and executable.

- Numerous improvements to the interaction between runtime functions and ARC.

- Support for Thumb-2 interworking on ARM.  Note that the library must be
  compiled for ARMv7 or ARMv6T2 for this code to be enabled.  Once it has been,
  other Objective-C binaries linked with the library can be compiled as ARM or
  Thumb-2 code.  This will also generate Thumb-2 message send functions,
  improving instruction cache usage.

- Significant improvements to ARC, including

  * The runtime no longer acquires a global lock on every object deallocation (a
    global lock is still used for objects that have weak references). *NOTE:*
    This is incompatible with other code directly inspecting the reference
    count and will break with older versions of GNUstep Base!

  * Weak references use a scheme closer to C++ `std::weak_pointer` and are
    lazily zeroed on access.  This reduces the space overheads for weak
    references.

  * Some additional helper functions are added for use in `NSObject` and other
    root classes,  which simplifies the layering between the runtime and the
    Foundation (or equivalent) implementation.

- Improvements to how the runtime handles layout of ivars with strong alignment
  requirements, which should fix issues relating to using vector types in
  Objective-C objects.

- The option to build a separate libobjcxx has been removed.  The runtime will
  now depend on the C++ standard library implementation if no useable C++
  runtime is available.  Note that C++ exception interworking does not work
  because LLVM's libc++abi (shipped by Apple) does not provide GNU-compatible
  hooks and so Objective-C++ exception support will be automatically disabled
  on this platform.  Any other platforms shipping libc++abi should consider
  either GNU libsupc++ or libcxxrt as an alternative

(manu)

2023-01-13 23:46:22 UTC MAIN commitmail json YAML

lsof: fix NetBSD 9 builds

Now that NetBSD 10 is the default assumed target, this exposed that
some 9.x patterns weren't being matched correctly, and were just
falling through to the older default, which happened to work.

(gutteridge)

2023-01-13 23:14:32 UTC MAIN commitmail json YAML

net-snmp: NetBSD >= 9.99.104 build fixes (part one)

Address fallout from struct inpcb changes in NetBSD 9.99.104, as
impacts ipv6.c, specifically. Note this is compile-tested only (on
9.99.108 and 9.3_STABLE), I don't use this package (nor any of its
dependants) and haven't tested the functionality.

(At least tcpTable.c and udpTable.c also need adjustments. I don't have
the time or patience to deal with them at the moment, I'm so checking
in what I've adjusted so far.)

(The upstream code in ipv6.c uses two inconsistent approaches to handle
differences in NetBSD versions. I opted for the more explicit code
blocks everywhere, to avoid confusion. I didn't bother using the new
macros added in 9.99.104 to fetch specific struct members, as they
don't cover much of what's needed here anyway, and would arguably just
make things look even more ugly.)

(gutteridge)

2023-01-13 23:02:51 UTC MAIN commitmail json YAML

gnuradio-doxygen: fix PLIST

add a file listed in mef's bulk build results, untested

Bump PKGREVISION.

(wiz)

2023-01-13 22:31:16 UTC MAIN commitmail json YAML

doc: Updated chat/element-web to 1.11.17

(js)

2023-01-13 22:31:03 UTC MAIN commitmail json YAML

Update chat/element-web to 1.11.17

Changes in [1.11.17](https://github.com/vector-im/element-web/releases/tag/v1.11.17) (2022-12-21)
=================================================================================================

## 笨ィ Features
* Add inline code formatting to rich text editor ([\#9720](https://github.com/matrix-org/matrix-react-sdk/pull/9720)).
* Add emoji handling for plain text mode of the new rich text editor ([\#9727](https://github.com/matrix-org/matrix-react-sdk/pull/9727)).
* Overlay virtual room call events into main timeline ([\#9626](https://github.com/matrix-org/matrix-react-sdk/pull/9626)). Fixes #22929.
* Adds a new section under "Room Settings" > "Roles & Permissions" which adds the possibility to multiselect users from this room and grant them more permissions. ([\#9596](https://github.com/matrix-org/matrix-react-sdk/pull/9596)). Contributed by @GoodGuyMarco.
* Add emoji handling for rich text mode ([\#9661](https://github.com/matrix-org/matrix-react-sdk/pull/9661)).
* Add setting to hide bold notifications ([\#9705](https://github.com/matrix-org/matrix-react-sdk/pull/9705)).
* Further password reset flow enhancements ([\#9662](https://github.com/matrix-org/matrix-react-sdk/pull/9662)).
* Snooze the bulk unverified sessions reminder on dismiss ([\#9706](https://github.com/matrix-org/matrix-react-sdk/pull/9706)).
* Honor advanced audio processing settings when recording voice messages ([\#9610](https://github.com/matrix-org/matrix-react-sdk/pull/9610)). Contributed by @MrAnno.
* Improve the visual balance of bubble layout ([\#9704](https://github.com/matrix-org/matrix-react-sdk/pull/9704)).
* Add config setting to disable bulk unverified sessions nag ([\#9657](https://github.com/matrix-org/matrix-react-sdk/pull/9657)).
* Only display bulk unverified sessions nag when current sessions is verified ([\#9656](https://github.com/matrix-org/matrix-react-sdk/pull/9656)).
* Separate labs and betas more clearly ([\#8969](https://github.com/matrix-org/matrix-react-sdk/pull/8969)). Fixes #22706.
* Show user an error if we fail to create a DM for verification. ([\#9624](https://github.com/matrix-org/matrix-react-sdk/pull/9624)).

## �汾� Bug Fixes
* Prevent unnecessary m.direct updates ([\#9805](https://github.com/matrix-org/matrix-react-sdk/pull/9805)). Fixes #24059.
* Fix checkForPreJoinUISI for thread roots ([\#9803](https://github.com/matrix-org/matrix-react-sdk/pull/9803)). Fixes #24054.
* Load RTE components only when RTE labs is enabled ([\#9804](https://github.com/matrix-org/matrix-react-sdk/pull/9804)).
* Fix issue where thread panel did not update correctly ([\#9746](https://github.com/matrix-org/matrix-react-sdk/pull/9746)). Fixes #23971.
* Remove async call to get virtual room from room load ([\#9743](https://github.com/matrix-org/matrix-react-sdk/pull/9743)). Fixes #23968.
* Check each thread for unread messages. ([\#9723](https://github.com/matrix-org/matrix-react-sdk/pull/9723)).
* Device manage - handle sessions that don't support encryption ([\#9717](https://github.com/matrix-org/matrix-react-sdk/pull/9717)). Fixes #23722.
* Fix hover state for formatting buttons (Rich text editor) (fix vector-im/element-web/issues/23832) ([\#9715](https://github.com/matrix-org/matrix-react-sdk/pull/9715)).
* Don't allow group calls to be unterminated ([\#9710](https://github.com/matrix-org/matrix-react-sdk/pull/9710)).
* Fix replies to emotes not showing as inline ([\#9707](https://github.com/matrix-org/matrix-react-sdk/pull/9707)). Fixes #23903.
* Update copy of 'Change layout' button to match Element Call ([\#9703](https://github.com/matrix-org/matrix-react-sdk/pull/9703)).
* Fix call splitbrains when switching between rooms ([\#9692](https://github.com/matrix-org/matrix-react-sdk/pull/9692)).
* bugfix: fix an issue where the Notifier would incorrectly fire for non-timeline events ([\#9664](https://github.com/matrix-org/matrix-react-sdk/pull/9664)). Fixes #17263.
* Fix power selector being wrongly disabled for admins themselves ([\#9681](https://github.com/matrix-org/matrix-react-sdk/pull/9681)). Fixes #23882.
* Show day counts in call durations ([\#9641](https://github.com/matrix-org/matrix-react-sdk/pull/9641)).

(js)

2023-01-13 22:18:18 UTC MAIN commitmail json YAML

doc: Updated devel/asdf to 0.11.1

(schmonz)

2023-01-13 22:18:11 UTC MAIN commitmail json YAML

Update to 0.11.1. From the changelog:

# Bug Fixes

* `reshim` did not rewrite executable path (#1311)
* Add test for nushell integration and fix some bugs (#1415)
* Allow `path:` versions to use `~` (#1403)
* Ban use of 'test' (#1383)
* correct order of checks in conditional for adding a missing newline
  (#1418, closes #1417)
* Do not use `pwd`
* Do not use type not exported on older Python versions (#1409)
* force lwrcase plugin name fix capitalization mismatch errs (#1400)
* lint errors from `scripts/checkstyle.py` (#1385)
* mv dev dep from repo root to subdir to avoid clash (#1408)
* Remove unecessary backslashes (#1384)
* Remove usage of `$(pwd)` in favor of `$PWD`

(schmonz)

2023-01-13 20:38:15 UTC MAIN commitmail json YAML

doc: Updated sysutils/lf to 28

(bsiegert)

2023-01-13 20:37:58 UTC MAIN commitmail json YAML

lf: update to version 28

Plenty of changes over the last 15 versions, too long to summarize.

(bsiegert)

2023-01-13 19:54:57 UTC pkgsrc-2022Q4 commitmail json YAML

Note pullup ticket #6720

(bsiegert)

2023-01-13 19:54:39 UTC pkgsrc-2022Q4 commitmail json YAML

Pullup ticket #6720 - requested by gutteridge
lang/python27: security fix

Revisions pulled up:
- lang/python27/Makefile                                        1.105
- lang/python27/distinfo                                        1.92
- lang/python27/patches/patch-Lib_encodings_idna.py            1.1
- lang/python27/patches/patch-Lib_test_test__codecs.py          1.1

---
  Module Name:    pkgsrc
  Committed By:  gutteridge
  Date:          Sun Jan  8 00:54:30 UTC 2023

  Modified Files:
            pkgsrc/lang/python27: Makefile distinfo
  Added Files:
            pkgsrc/lang/python27/patches: patch-Lib_encodings_idna.py
                patch-Lib_test_test__codecs.py

  Log Message:
  python27: add backported security fix for CVE-2022-45061

(bsiegert)

2023-01-13 16:08:32 UTC MAIN commitmail json YAML

doc: Added databases/galera version 26.4.13

(wiz)

2023-01-13 16:08:19 UTC MAIN commitmail json YAML

databases/Makefile: + galera

(wiz)

2023-01-13 16:08:03 UTC MAIN commitmail json YAML

2023-01-13 13:55:41 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-OneArgNew to 0.007

(wen)

2023-01-13 13:53:42 UTC MAIN commitmail json YAML

Update to 0.007

Upstream changes:
0.007    2022-12-31 21:16:30-05:00 America/New_York
        - update metadata: author address

0.006    2022-05-29 15:48:22-04:00 America/New_York
        - update metadata: author address, support window, etc.

(wen)

2023-01-13 13:51:06 UTC MAIN commitmail json YAML

Updated sysutils/ansible-core, devel/py-future

(adam)

2023-01-13 13:50:38 UTC MAIN commitmail json YAML

py-future: updated to 0.18.3

What's new in version 0.18.3 (2023-01-13)
=========================================
This is a minor bug-fix release containing a number of fixes:

- Backport fix for bpo-38804 (c91d70b)
- Fix bug in fix_print.py fixer (dffc579)
- Fix bug in fix_raise.py fixer (3401099)
- Fix newint bool in py3 (fe645ba)
- Fix bug in super() with metaclasses (6e27aac)
- docs: fix simple typo, reqest -> request (974eb1f)
- Correct __eq__ (c780bf5)
- Pass if lint fails (2abe00d)
- Update docker image and parcel out to constant variable.  Add comment to update version constant (45cf382)
- fix order (f96a219)
- Add flake8 to image (046ff18)
- Make lint.sh executable (58cc984)
- Add docker push to optimize CI (01e8440)
- Build System (42b3025)
- Add docs build status badge to README.md (3f40bd7)
- Use same docs requirements in tox (18ecc5a)
- Add docs/requirements.txt (5f9893f)
- Add PY37_PLUS, PY38_PLUS, and PY39_PLUS (bee0247)
- fix 2.6 test, better comment (ddedcb9)
- fix 2.6 test (3f1ff7e)
- remove nan test (4dbded1)
- include list test values (e3f1a12)
- fix other python2 test issues (c051026)
- fix missing subTest (f006cad)
- import from old imp library on older python versions (fc84fa8)
- replace fstrings with format for python 3.4,3.5 (4a687ea)
- minor style/spelling fixes (8302d8c)
- improve cmp function, add unittest (0d95a40)
- Pin typing==3.7.4.1 for Python 3.3 compatiblity (1a48f1b)
- Fix various py26 unit test failures (9ca5a14)
- Add initial contributing guide with docs build instruction (e55f915)
- Add docs building to tox.ini (3ee9e7f)
- Support NumPy's specialized int types in builtins.round (b4b54f0)
- Added r""" to the docstring to avoid warnings in python3 (5f94572)
- Add __subclasscheck__ for past.types.basestring (c9bc0ff)
- Correct example in README (681e78c)
- Add simple documentation (6c6e3ae)
- Add pre-commit hooks (a9c6a37)
- Handling of __next__ and next by future.utils.get_next was reversed (52b0ff9)
- Add a test for our fix (461d77e)
- Compare headers to correct definition of str (3eaa8fd)
- Add support for negative ndigits in round; additionally, fixing a bug so that it handles passing in Decimal properly (a4911b9)
- Add tkFileDialog to future.movers.tkinter (f6a6549)
- Sort before comparing dicts in TestChainMap (6126997)
- Fix typo (4dfa099)
- Fix formatting in "What's new" (1663dfa)
- Fix typo (4236061)
- Avoid DeprecationWarning caused by invalid escape (e4b7fa1)
- Fixup broken link to external django documentation re: porting to Python 3 and unicode_literals (d87713e)
- Fixed newdict checking version every time (99030ec)
- Add count from 2.7 to 2.6 (1b8ef51)

(adam)

2023-01-13 13:48:45 UTC MAIN commitmail json YAML

2023-01-13 13:47:44 UTC MAIN commitmail json YAML

Updated devel/p5-MooseX-Types-JSON to 1.01

(wen)

2023-01-13 13:45:59 UTC MAIN commitmail json YAML

Update to 1.01

Upstream changes:
1.01      2022-01-19 11:18:00 -0700
  - Fix compile error in synopsis (gh#2)
  - Bump required Perl to 5.8.3, as this is what Moose currently requires (gh#5)

(wen)

2023-01-13 13:39:22 UTC MAIN commitmail json YAML

Updated security/p5-Mozilla-CA to 20221114

(wen)

2023-01-13 13:38:14 UTC MAIN commitmail json YAML

Update to 20221114

Upstream changes:
20221114
  - Update from Mozilla repository to 2022-11-07
  - stop installing mk-ca-bundle.pl script
  - moved repository and issues to https://github.com/libwww-perl/Mozilla-CA
  - switched tests from Test to Test::More
  - fix license specification in metadata

(wen)

2023-01-13 13:18:31 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3520

(wen)

2023-01-13 13:17:33 UTC MAIN commitmail json YAML

Update to 1.3520
Update DEPENDS

Upstream changes:
1.3520  2023-01-01
Previous trial releases promoted to stable.

[BUG FIXES]
- Test failures with HTTP::Message >= 6.44
  (GH #1237, thanks to gregoa & Debian team)

[ENHANCEMENTS]
- Allow send_error from before hooks (GH #1234)
- Let `before_error_render` hooks modify token values (GH #1218)
1.3514_04 2022-06-29 22:38:57+01:00 Europe/London (TRIAL RELEASE)
1.3514_03 2020-10-06 22:22:51+01:00 Europe/London (TRIAL RELEASE)
1.3514_02 2020-10-02 21:39:34+01:00 Europe/London (TRIAL RELEASE)
1.3514    2020-06-29 17:38:54+01:00 Europe/London (TRIAL RELEASE)

(wen)

2023-01-13 12:50:53 UTC MAIN commitmail json YAML

Updated www/p5-CGI to 4.55

(wen)

2023-01-13 12:49:58 UTC MAIN commitmail json YAML

Update to 4.55
Remove unneeded TEST_DEPENDS as per upstream change

Upstream changes:
4.55 2023-01-03

    [ TESTING ]
    - remove dependency on Test::Deep (GH #254)

(wen)

2023-01-13 12:41:23 UTC MAIN commitmail json YAML

2023-01-13 12:40:00 UTC MAIN commitmail json YAML

2023-01-13 11:50:37 UTC MAIN commitmail json YAML

bareos: Fix build on SunOS.

Remove ONLY_FOR_PLATFORM.  We don't deliberately break platforms just because
they haven't been tested.  Fix PKG_SHELL to use ${SH}, there is no guarantee
that /bin/sh is the right shell on all platforms.

There are some other cleanups necessary in this package (e.g. bsd.pkg.mk is
included way too early), but they can wait for the 22.0.1 update.

(jperkin)

2023-01-13 11:00:48 UTC MAIN commitmail json YAML

jpeginfo: was not a make-jobs issue

(wiz)

2023-01-13 10:59:37 UTC MAIN commitmail json YAML

Updated devel/p5-Config-General to 2.65nb1

(wen)

2023-01-13 10:56:43 UTC MAIN commitmail json YAML

Update LICENSE
Spotted by Patrick Welche.

(wen)

2023-01-13 10:48:36 UTC MAIN commitmail json YAML

jpeginfo: append the -o flag explicitely in upstream Makefile.

This fixes the build with older versions of make, such as the one used
in NetBSD 9.

(fcambus)

2023-01-13 09:03:24 UTC MAIN commitmail json YAML

Updated textproc/py-alabaster, devel/py-requests

(adam)

2023-01-13 09:01:02 UTC MAIN commitmail json YAML

py-requests: updated to 2.28.2

2.28.2 (2023-01-12)
-------------------

**Dependencies**

- Requests now supports charset\_normalizer 3.x.

**Bugfixes**

- Updated MissingSchema exception to suggest https scheme rather than http.

(adam)

2023-01-13 08:54:29 UTC MAIN commitmail json YAML

py-alabaster: updated to 0.7.13

0.7.13

:support:`- backported` Modernized the project: s/Travis/Circle/ for CI, README badges, setup.cfg removal, metadata refresh, etc.

:support:`- backported` Dropped support for Python 2 and Python <3.6. This includes various minor updates to work correctly with modern versions of Sphinx (1.6 at the very least). Thanks to Adam Turner for a pile of patches here.

Warning

This change is backwards incompatible if you're on an old Python version.

:support:`- backported` Tweak CSS somewhat for compatibility with modern Sphinx versions' base stylesheet.

(adam)

2023-01-13 08:24:28 UTC MAIN commitmail json YAML

gnucash-docs: mark as not make-jobs safe

(wiz)

2023-01-13 05:33:13 UTC MAIN commitmail json YAML

Updated net/bind918 to 9.18.9nb3

(sekiya)

2023-01-13 05:31:52 UTC MAIN commitmail json YAML

Python is only needed for tests, so remove the dependency.

Pointed out by tnn@ and john@

Bump package revision.

(sekiya)

2023-01-13 04:33:17 UTC MAIN commitmail json YAML

various fixes including support for netbsd-10.

- move the "don't know picking 1.6" match to be "1.*" from "1*".
- add 9.99.10[45678], netbsd 9.99, netbsd 10, and netbsd 10.99
  support to configure match.
- make netbsd 10.x the "i don't know default" now.
- port the netbsd dsock.c code to the merged inpcb code since
  http://mail-index.netbsd.org/source-changes/2022/10/28/msg141800.html

i haven't bumped the pkg because nothing really changed for the
pre-9.99.104 systems, and 9.99.104 and newer haven't built since.

(mrg)

2023-01-12 23:08:49 UTC MAIN commitmail json YAML

doc/TODO: + MesaLib-22.3.3.

(wiz)

2023-01-12 22:47:25 UTC MAIN commitmail json YAML

libunwind: update patch after comments from CMake developer

add new bug report URL

(wiz)

2023-01-12 19:40:47 UTC MAIN commitmail json YAML

kde: switch to cmake/build.mk

(markd)

2023-01-12 19:37:35 UTC MAIN commitmail json YAML

configure.mk: include cmake/configure-settings.mk

when using cmake/build.mk include cmake/configure-settings.mk where
USE_CMAKE would have included cmake.mk

(markd)

2023-01-12 19:36:15 UTC MAIN commitmail json YAML

Updated lang/llvm, sysutils/ansible

(adam)

2023-01-12 19:35:24 UTC MAIN commitmail json YAML

ansible: updated to 7.1.0

v7.1.0
======

Added Collections
-----------------
- grafana.grafana (version 1.1.0)

Ansible-core
------------
Ansible 7.1.0 contains Ansible-core version 2.14.1.
This is a newer version than version 2.14.0 contained in the previous Ansible release.

Major Changes
-------------

cisco.meraki
~~~~~~~~~~~~
- meraki_mr_l7_firewall - New module
- meraki_webhook_payload_template - New module

community.zabbix
~~~~~~~~~~~~~~~~
- all modules are opting away from zabbix-api and using httpapi ansible.netcommon plugin. We will support zabbix-api for backwards compatibility until next major release. See our README.md for more information about how to migrate
- zabbix_agent and zabbix_proxy roles are opting away from zabbix-api and use httpapi ansible.netcommon plugin. We will support zabbix-api for backwards compatibility until next major release. See our README.md for more information about how to migrate

containers.podman
~~~~~~~~~~~~~~~~~
- New become plugin - podman_unshare
- Podman generate systemd module

fortinet.fortios
~~~~~~~~~~~~~~~~
- Support FortiOS v7.0.6, v7.0.7, v7.0.8, v7.2.1, v7.2.2.

(adam)

2023-01-12 19:32:54 UTC MAIN commitmail json YAML

2023-01-12 19:32:37 UTC MAIN commitmail json YAML

cmake: copy mk/configure/cmake.mk to configure-settings.mk

for use with cmake/build.mk

Don't bother with CMAKE_DEPENDENCIES_REWRITE - only ever used by
kdelibs4 and kdepimlibs4

Don't bother with CMAKE_MODULE_PATH_OVERRIDE - doesn't appear to make
any functional difference these days.

(markd)

2023-01-12 19:05:27 UTC MAIN commitmail json YAML

doc: Updated net/bind918 to 9.18.9nb2

(jperkin)

2023-01-12 19:01:46 UTC MAIN commitmail json YAML

bind918: Fix path to named-checkconf.

It moved since 9.16 from sbin to bin.  Bump PKGREVISION.

(jperkin)

2023-01-12 15:58:40 UTC MAIN commitmail json YAML

doc: Updated x11/xterm to 378

(pin)

2023-01-12 15:58:17 UTC MAIN commitmail json YAML

x11/xterm: update to 378

Patch #378 - 2023/01/09

- improve descriptions of XTQMODKEYS and XTQALLOWED features in ctlseqs.ms
  (reports by Bram Moolenaar, Thomas Wolff).
- add bracketed+paste and report+version building blocks to terminfo, from
  ncurses 6.4
- improve check for unsupported formatting characters, e.g., zero-width space,
  to properly ignore them (report by Thomas Wolff).
- improve/document error-checking for some of the controls which return
  responses: DECRQSS, XTGETXRES, XTSETTCAP, XTGETTCAP (prompted by discussion
  with David Leadbeater).
- improve limit-checks for fallback font cache (report by Dimitrije Erdeljan).
- improve check for too-wide glyph in fallback font by allowing xterm to
  continue searching for a suitable font rather than just failing on the first.
  Also add limitFontWidth to allow changing the amount by which a glyph must
  extend outside the font's bounding box to disallow it.

(pin)

2023-01-12 13:29:48 UTC MAIN commitmail json YAML

(graphics/jpeginfo) experimental fix with MAKE_JOBS_SAFE=  no

(mef)

2023-01-12 12:57:11 UTC MAIN commitmail json YAML

doc: Added graphics/gifski version 1.8.1

(pin)

2023-01-12 12:56:39 UTC MAIN commitmail json YAML

2023-01-12 12:55:47 UTC MAIN commitmail json YAML

graphics/gifski: import package

Highest-quality GIF encoder based on pngquant.

gifski converts video frames to GIF animations using pngquant's fancy features
for efficient cross-frame palettes and temporal dithering.
It produces animated GIFs that use thousands of colors per frame.

It's a CLI tool, but it can also be compiled as a C library for seamless use in
other apps.
gifski is a command-line tool. There is no GUI for Windows or Linux (there is
one for macOS).

(pin)

2023-01-12 12:53:03 UTC MAIN commitmail json YAML

doc: Added devel/git-branchless version 0.6.0

(pin)

2023-01-12 12:52:23 UTC MAIN commitmail json YAML

Add git-branchless

(pin)

2023-01-12 12:51:30 UTC MAIN commitmail json YAML

devel/git-branchless: import package

git-branchless is a suite of tools which enhances Git in several ways. It makes
Git easier to use, both for novices and for power users.
Examples:
- git undo: a general-purpose undo command.
- The smartlog: a convenient visualization tool.
- git restack: to repair broken commit graphs.
- Speculative merges: to avoid being caught off-guard by merge conflicts.
- Patch-stack workflows: strong support for patch-stack workflows as used by
  the Linux and Git projects, as well as at many large tech companies.
- Prototyping and experimenting workflows: strong support for prototyping and
  experimental work via divergent development.
- git sync: to rebase all local commit stacks and branches without having to
  check them out first.
- git move: The ability to move subtrees rather than sticks while cleaning up
  old branches, not touching the working copy, etc.
- Anonymous branching: reduces the overhead of branching for experimental work.
- In-memory operations: to modify the commit graph without having to check out
  the commits in question.
- git next/prev: to quickly jump between commits and branches in a stack.
- git sw -i/--interactive: to interactively select a commit to switch to.

It provides faster operations for large repositories and monorepos,
particularly at large tech companies.

(pin)

2023-01-12 12:09:34 UTC MAIN commitmail json YAML

Updated sysutils/ansible-lint, net/unbound

(adam)

2023-01-12 12:09:18 UTC MAIN commitmail json YAML

unbound: updated to 1.17.1

1.17.1

Features

Expose 'statistics-inhibit-zero' as a configuration option; the default value retains Unbound's behavior.
Expose 'max-sent-count' as a configuration option; the default value retains Unbound's behavior.
Merge 461 from Christian Allred: Add max-query-restarts option. Exposes an internal configuration but the default value retains Unbound's behavior.
Merge 569 from JINMEI Tatuya: add keep-cache option to 'unbound-control reload' to keep caches.

Bug Fixes

Merge 768 from fobser: Arithmetic on a pointer to void is a GNU extension.
In unit test, print python script name list correctly.
testcode/dohclient sets log identity to its name.
Clarify the use of MAX_SENT_COUNT in the iterator code.
Fix that cachedb does not store failures in the external cache.
Merge 767 from jonathangray: consistently use IPv4/IPv6 in unbound.conf.5.
Fix to ignore tcp events for closed comm points.
Fix to make sure to not read again after a tcp comm point is closed.
Fix 775: libunbound: subprocess reap causes parent process reap to hang.
iana portlist update.
Complementary fix for distutils.sysconfig deprecation in Python 3.10 to commit 62c5039ab9da42713e006e840b7578e01d66e7f2.
Fix 779: [doc] Missing documention in ub_resolve_event() for callback parameter was_ratelimited.
Ignore expired error responses.
Merge 720 from jonathangray: fix use after free when WSACreateEvent() fails.
Fix for the ignore of tcp events for closed comm points, preserve the use after free protection features.
Fix 782: Segmentation fault in stats.c:404.
Add SVCB and HTTPS to the types removed by 'unbound-control flush'.
Clear documentation for interactivity between the subnet module and the serve-expired and prefetch configuration options.
Fix 773: When used with systemd-networkd, unbound does not start until systemd-networkd-wait-online.service times out.
Merge 808: Wrap Makefile script's directory variables in quotes.
Fix to wrap Makefile scripts directory in quotes for uninstall.
Fix windows compile for libunbound subprocess reap comm point closes.
Update github workflows to use checkout v3.
Fix wildcard in hyperlocal zone service degradation, reported by Sergey Kacheev.

(adam)

2023-01-12 11:58:13 UTC MAIN commitmail json YAML

ansible-lint: updated to 6.10.2

v6.10.2

Bugfixes

Make git a runtime dependency
Disable version check when running as a pre-commit hook
Avoid checking var-names on non ansible files

(adam)

2023-01-12 11:44:48 UTC MAIN commitmail json YAML

2023-01-12 11:42:13 UTC MAIN commitmail json YAML

doc: Updated games/woof to 10.5.1

(micha)

2023-01-12 11:40:55 UTC MAIN commitmail json YAML

games/woof: Update to 10.5.1

Woof! 10.5.1
------------
Bug Fixes
- Fix crosshair lock on spectre targets.
- Fix some menu oddities with automap color and chat macro items.
- Fix midi_player config variable boundaries.
- Fix path length issues in config file parsing.
- winmidi: Manually unset MHDR_INQUEUE flag when hot swapping modules (@ceski-1).

Miscellaneous
- This will be the last binary release to still support Windows XP.

Woof! 10.5.0
------------
New Features and Improvements
- Don't draw the status bar or any other UI in savegame snapshots.
- Add "Walk Under Solid Hanging Bodies" feature from PrBoom+.
- Support face gib animations in the status bar widget as in the 3DO/Jaguar/PSX
  ports (graphics lumps need to occupy the STFXDTH0 to STFXDTH9 name space).
- Allow COMP cheat to change complevel in-game (report current complevel when
  entered, expecting two-digit new complevel argument).
- Allow the SSG in Doom 1 if the corresponding assets are available.
- Implement SDL-native sound looping for moving walls (removing clicking noise
  between sounds).
- Have "Clear Marks" key clear just the last mark in the Automap (by @MrAlaux).
- Limit the number of identical sounds playing at once, based on priority
  ordering (based on code from Odamex and DSDA-Doom).
- Make color of health and armor count gray in the status bar and HUD widgets
  when invulnerable (by @MrAlaux).
- Add VGA "porch" behaviour emulation from Chocolate Doom (enabled by
  vga_porch_flash key in the config file).
- Implement dark automap overlay (by @MrAlaux).
- Support dedicated music (lump names D_E4M1 to D_E4M9) for Episode 4 of
  Ultimate Doom. Also, support to select these tracks (and the music tracks
  for UMAPINFO maps) by the IDMUS cheat.
- Implement crosshair target lock-on (by @MrAlaux).
- Increase internal maximum horizontal resolution to 1152. This is meant to
  add support for non-exactly 21:9 screens, such as 3840x1600 (WQHD+).
- Implement crosshair coloring by target health (by @MrAlaux).
- Windows native MIDI player improvements:
  - Support for SysEx messages.
  - Correctly reset MIDI devices with SysEx messages. Default is GS mode, can
    be changed with the winmm_reset_type config option (by @ceski-1).
  - The reset delay is configurable using the winmm_reset_delay config
    parameter. Useful for vintage MIDI devices (by @ceski-1).
  - Implement a "capital tone fallback" emulation that allows MS GS Wavetable
    Synth, Roland SCVA, Roland SC-55mkII and later devices to work in GS mode
    without any issues (by @ceski-1).
  - Fix looping timing, various optimizations (by @ceski-1).
  - Add full support for EMIDI, extensions used in Build engine games
    (by @ceski-1).
  - Implement Final Fantasy and RPG Maker loop points (by @ceski-1).
- No need to restart the program to change MIDI player.
- Ability to select Windows MIDI device in the menu.
- Scan the soundfonts folder and show all found .sf2 and .sf3 soundfonts in
  the menu.
- OPL emulation output gain. Allows to increase the OPL volume with the
  opl_gain config option (default 200%).
- Allow parsing of cosmetic items in the OPTIONS lump for all complevels.
- Enable doubled card and skull key display on status bar by default.
- Gamepad analog controls improvemets:
  - The turning/looking speed does not depend on the run key.
  - Ability to invert each axis separately.
  - Separate sensitivities for movement, turning and looking.
  - Possibility to disable the axis (choose "None" in the menu).
  - Do not allow simultaneous use of mouse and controller in strict mode when
    recording demo (new DSDA rule).
- Unify gamma correction: Both the F11 key and the menu slider cycle through
  the same gamma correction tables, with positive integers corresponding to
  the Vanilla tables.

Bug Fixes
- Take into account "smooth diminishing lighting" for "level brightness"
  feature.
- Set 'fastdemo_timer' to false before warping (by @rrPKrr).
- Fix starting "new game" or "load game" when fast-forwarding a demo.
- Do not switch timer if fastdemo is not enabled.
- Fix midi_player config setting description.
- Fix background drawing on screen size 3 in 21:9 widescreen mode.
- UMAPINFO: Don't show menu for only one episode.
- Fix "Show Demo Progress Bar" being disabled in the menu instead of "Default
  Compatibility" if the -complevel command-line parameter was used
  (by @MrAlaux).
- Do not allow autoloading in shareware gamemode.
- An IWAD called doom1.wad is now always checked for its content instead of
  blindly assuming the shareware IWAD.
- Fix NULL string comparison in DEH parser.
- Fix skull position in the help screen for Doom 2.
- UMAPINFO: Provide a default map progression if neither next nor endpic are
  set.
- Add the missing OPUS DLLs to the 32-bit build.

(micha)

2023-01-12 11:34:10 UTC MAIN commitmail json YAML

openmpi: tell it where sysconfdir is

(markd)

2023-01-12 11:29:40 UTC MAIN commitmail json YAML

doc: Updated graphics/graphviz to 7.0.6

(micha)

2023-01-12 11:28:27 UTC MAIN commitmail json YAML

graphics/graphviz: Update to 7.0.6

Patch for configure.ac modified (nonportable syntax "==").

## [7.0.6] - 2023-01-06

### Changed

- The Autotools build system no longer looks for `python` binaries. The Python
  interpreter is unconditionally assumed to be `python3`. The configure option
  `--enable-python` is now an alias for `--enable-python3`.
- The Autotools and CMake build systems, when building `gvedit`, will now look
  for and use Qt6 in preference over Qt5. #2233
- Reserved stack size on Windows for the `dot.exe` binary has been increased
  from ~3.8MB to 32MB. #1710
- Reserved stack size on macOS for the `dot` binary when built with CMake has
  been increased from 8MB to 32MB. #1710
- The Autotools build system can now find libANN on Debian-based operating
  systems, enabling compilation of libmingle and `mingle`. #1835
- The `webdot` web server interface to Graphviz has been removed. For a modern
  replacement, see for example https://github.com/magjac/d3-graphviz. #1131

### Fixed

- The modgraph.php example no longer includes gv.php, which is no longer
  generated by SWIG 4.1.0. #2322

(micha)

2023-01-12 11:09:34 UTC MAIN commitmail json YAML

2023-01-12 11:01:41 UTC MAIN commitmail json YAML

openssl: allow builtin.mk to extract version from openssl3

(markd)

2023-01-12 10:56:12 UTC MAIN commitmail json YAML

python: teach PYTHON_VERSION_REQD about 3 digit versions (eg py310).

(markd)

2023-01-12 10:50:50 UTC MAIN commitmail json YAML

tex-tex-gyre: don't install otf files into system directories any more

fontconfig now been told to search the TeX directories

(markd)

2023-01-12 10:46:59 UTC MAIN commitmail json YAML

tex-texlive-scripts: add TeX's opentype and truetype directory trees
to fontconfig search path so that fontspec works.

(markd)

2023-01-12 10:25:26 UTC MAIN commitmail json YAML

stella: add missing png files to PLIST

Bump PKGREVISION.

(wiz)

2023-01-12 10:23:23 UTC MAIN commitmail json YAML

Updated archivers/xz, databases/py-redis

(adam)

2023-01-12 10:22:15 UTC MAIN commitmail json YAML

py-redis: updated to 4.4.2

4.4.2

�洫ェ Experimental Features

Add support for BF.CARD

�泅� New Features

Add support for BF.CARD
Add support for custom connection pool class in NodesManager

�汾� Bug Fixes

Allow replica to master promotion in nodes_cache
Security Fix: Updating graph parser for potential injection cases

(adam)

2023-01-12 10:20:44 UTC MAIN commitmail json YAML

doc: Updated sysutils/xfe to 1.45nb1

(wiz)

2023-01-12 10:20:34 UTC MAIN commitmail json YAML

xfe: fix PLIST

polkit file is not installed by default
(missing dependency?)

Bump PKGREVISION.

(wiz)

2023-01-12 10:20:33 UTC MAIN commitmail json YAML

xz: updated to 5.4.1

5.4.1 (2023-01-11)

    * liblzma:

        - Fixed the return value of lzma_microlzma_encoder() if the
          LZMA options lc/lp/pb are invalid. Invalid lc/lp/pb options
          made the function return LZMA_STREAM_END without encoding
          anything instead of returning LZMA_OPTIONS_ERROR.

        - Windows / Visual Studio: Workaround a possible compiler bug
          when targeting 32-bit x86 and compiling the CLMUL version of
          the CRC64 code. The CLMUL code isn't enabled by the Windows
          project files but it is in the CMake-based builds.

    * Build systems:

        - Windows-specific CMake changes:

            * Don't try to enable CLMUL CRC64 code if _mm_set_epi64x()
              isn't available. This fixes CMake-based build with Visual
              Studio 2013.

            * Created a workaround for a build failure with windres
              from GNU binutils. It is used only when the C compiler
              is GCC (not Clang). The workaround is incompatible
              with llvm-windres, resulting in "XZx20Utils" instead
              of "XZ Utils" in the resource file, but without the
              workaround llvm-windres works correctly. See the
              comment in CMakeLists.txt for details.

            * Included the resource files in the xz and xzdec build
              rules. Building the command line tools is still
              experimental but possible with MinGW-w64.

        - Visual Studio: Added stream_decoder_mt.c to the project
          files. Now the threaded decompressor lzma_stream_decoder_mt()
          gets built. CMake-based build wasn't affected.

        - Updated windows/INSTALL-MSVC.txt to mention that CMake-based
          build is now the preferred method with Visual Studio. The
          project files will probably be removed after 5.4.x releases.

        - Changes to #defines in config.h:

            * HAVE_DECL_CLOCK_MONOTONIC was replaced by
              HAVE_CLOCK_MONOTONIC. The old macro was always defined
              in configure-generated config.h to either 0 or 1. The
              new macro is defined (to 1) only if the declaration of
              CLOCK_MONOTONIC is available. This matches the way most
              other config.h macros work and makes things simpler with
              other build systems.

            * HAVE_DECL_PROGRAM_INVOCATION_NAME was replaced by
              HAVE_PROGRAM_INVOCATION_NAME for the same reason.

    * Tests:

        - Fixed test script compatibility with ancient /bin/sh
          versions. Now the five test_compress_* tests should
          no longer fail on Solaris 10.

        - Added and refactored a few tests.

    * Translations:

        - Updated the Catalan and Esperanto translations.

        - Added Korean and Ukrainian man page translations.

(adam)

2023-01-12 09:01:52 UTC MAIN commitmail json YAML

2023-01-12 08:53:03 UTC MAIN commitmail json YAML

doc: Updated lang/libunwind to 15.0.6nb1

(wiz)

2023-01-12 08:52:49 UTC MAIN commitmail json YAML

libunwind: fix building of assembler files

If they are not tagged as C sources, they are not built at all on NetBSD.
Extend macOS workaround for all platforms.

(wiz)

2023-01-12 08:43:54 UTC MAIN commitmail json YAML

www/Makefile: sort

(wiz)

2023-01-12 08:10:42 UTC MAIN commitmail json YAML

Updated graphics/hugin, www/py-urllib3

(adam)

2023-01-12 08:10:24 UTC MAIN commitmail json YAML

py-urllib3: updated to 1.26.14

1.26.14 (2023-01-11)
--------------------
* Fixed parsing of port 0 (zero) returning None, instead of 0.
* Removed deprecated getheaders() calls in contrib module.

(adam)

2023-01-12 08:08:36 UTC MAIN commitmail json YAML

hugin: updated to 2022.0.0

Changes since 2021.0.0

Add simple edge fill option to fill black edges in panorama with homogenous color.
Simplified the assistant page with only the necessary GUI controls to make it more clear for beginners and casual users.
Several improvements to control points tab (e.g. magnifier displays now warped image for better judgement of wide angle/fisheye images).
Improved handling of duplicate control points when running cpfind.
Extended command line tools pto_mask (--delete-mask) and pano_modify (allow specifying crop relative to canvas size).
Several bug fixes.

(adam)

2023-01-12 00:18:48 UTC MAIN commitmail json YAML

doc: Updated databases/promscale to 0.17.0

(tnn)

2023-01-12 00:18:11 UTC MAIN commitmail json YAML

2023-01-11 23:18:25 UTC MAIN commitmail json YAML

erlang: fix wrong revision in bl3 caused by revbump.

(nikita)

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

2023-01-11 21:58:54 UTC MAIN commitmail json YAML

doc: Updated lang/erlang to 25.2nb1

(nikita)

2023-01-11 21:58:43 UTC MAIN commitmail json YAML

2023-01-11 19:00:51 UTC MAIN commitmail json YAML

Updated audio/libsndfile, devel/py-pybind11

(adam)

2023-01-11 19:00:31 UTC MAIN commitmail json YAML

py-pybind11: updated to 2.10.3

Version 2.10.3

Changes:

Temporarily made our GIL status assertions (added in 2.10.2) disabled by default (re-enable manually by defining PYBIND11_ASSERT_GIL_HELD_INCREF_DECREF, will be enabled in 2.11).
Improved error messages when inc_ref/dec_ref are called with an invalid GIL state.

Bug Fixes:

Some minor touchups found by static analyzers.

(adam)

2023-01-11 18:58:23 UTC MAIN commitmail json YAML

libsndfile: updated to 1.2.0

1.2.0

Fixed

Searching for LAME dependency with CMake build system.
CMake build from Autotools tarball.
Build on UWP platform.
Fix signed integer overflow.
Skipping large wav chunks on stdin.

Removed

Maximum samplerate limit,

(adam)

2023-01-11 18:20:48 UTC MAIN commitmail json YAML

Updated lang/nodejs16, lang/nodejs14

(adam)

2023-01-11 18:20:31 UTC MAIN commitmail json YAML

nodejs14: updated to 14.21.2

Version 14.21.2 'Fermium' (LTS)

Notable Changes

OpenSSL 1.1.1s

This OpenSSL version does not address any security vulnerabilities.

Root certificates updated to NSS 3.85

Time zone update to 2022f

(adam)

2023-01-11 18:19:49 UTC MAIN commitmail json YAML

nodejs16: updated to 16.19.0

Version 16.19.0 'Gallium' (LTS)

Notable Changes

OpenSSL 1.1.1s

This OpenSSL version does not address any security vulnerabilities.

Root certificates updated to NSS 3.85

Time zone update to 2022f

(adam)

2023-01-11 17:48:15 UTC MAIN commitmail json YAML

doc: Added devel/py-gitlint version 0.18.0

(nikita)

2023-01-11 17:47:48 UTC MAIN commitmail json YAML

Import devel/py-gitlint as py-gitlint version 0.18.0

Gitlint is a git commit message linter written in python.
It checks your commit messages for style.

(nikita)

2023-01-11 17:35:09 UTC MAIN commitmail json YAML

Updated lang/nodejs, lang/nodejs18

(adam)

2023-01-11 17:33:48 UTC MAIN commitmail json YAML

nodejs18: updated to 18.13.0

Version 18.13.0 'Hydrogen' (LTS), @danielleadams

Notable changes

Add support for externally shared js builtins

By default Node.js is built so that all dependencies are bundled into the Node.js binary itself. Some Node.js distributions prefer to manage dependencies externally. There are existing build options that allow dependencies with native code to be externalized. This commit adds additional options so that dependencies with JavaScript code (including WASM) can also be externalized. This addition does not affect binaries shipped by the Node.js project but will allow other distributions to externalize additional dependencies when needed.

Introduce File

Support function mocking on Node.js test runner

build:
disable v8 snapshot compression by default (Joyee Cheung)
crypto:
update root certificates (Luigi Pinca)
deps:
update ICU to 72.1 (Michaè°·l Zasso)
doc:
add doc-only deprecation for headers/trailers setters (Rich Trott)
add Rafael to the tsc (Michael Dawson)
deprecate use of invalid ports in url.parse (Antoine du Hamel)
add lukekarrys to collaborators (Luke Karrys)
add anonrig to collaborators (Yagiz Nizipli)
deprecate url.parse() (Rich Trott)
lib:
drop fetch experimental warning (Matteo Collina)
net:
(SEMVER-MINOR) add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna)
src:
(SEMVER-MINOR) add uvwasi version (Jithil P Ponnan)
(SEMVER-MINOR) add initial shadow realm support (Chengzhong Wu)
test_runner:
(SEMVER-MINOR) add t.after() hook (Colin Ihrig)
(SEMVER-MINOR) don't use a symbol for runHook() (Colin Ihrig)
tls:
(SEMVER-MINOR) add "ca" property to certificate object (Ben Noordhuis)
remove trustcor root ca certificates (Ben Noordhuis)
tools:
update certdata.txt (Luigi Pinca)
util:
add fast path for utf8 encoding (Yagiz Nizipli)
improve textdecoder decode performance (Yagiz Nizipli)
(SEMVER-MINOR) add MIME utilities (Bradley Farias)

(adam)

2023-01-11 17:32:33 UTC MAIN commitmail json YAML

nodejs: updated to 19.4.0

Version 19.4.0 (Current)

Notable Changes

buffer:
(SEMVER-MINOR) add buffer.isUtf8 for utf8 validation (Yagiz Nizipli)
http:
(SEMVER-MINOR) improved timeout defaults handling (Paolo Insogna)
net:
add autoSelectFamily global getter and setter (Paolo Insogna)
os:
(SEMVER-MINOR) add availableParallelism() (Colin Ihrig)
util:
add fast path for text-decoder fatal flag (Yagiz Nizipli)

(adam)

2023-01-11 17:28:38 UTC MAIN commitmail json YAML

2023-01-11 17:24:46 UTC MAIN commitmail json YAML

doc: Updated lang/go119 to 1.19.5

(bsiegert)

2023-01-11 17:24:29 UTC MAIN commitmail json YAML

go119: update to 1.19.5

go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and
the crypto/x509, net/http, sync/atomic, and syscall packages. See the Go 1.19.5
milestone on our issue tracker for details.

(bsiegert)

2023-01-11 16:14:43 UTC MAIN commitmail json YAML

TODO: shellcheck-0.9.0

(nikita)

2023-01-11 15:40:50 UTC MAIN commitmail json YAML

x11/ruby-gtk3: fix build problem with tiff-4.5.0

Fix build problem with tiff-4.5.0 by adding pkg-config to USE_TOOLS.

(taca)

2023-01-11 15:22:24 UTC MAIN commitmail json YAML

doc: Updated lang/go118 to 1.18.10

(bsiegert)

2023-01-11 15:21:43 UTC MAIN commitmail json YAML

go118: update to 1.18.10

go1.18.10 (released 2023-01-10) includes fixes to cgo, the compiler, the
linker, and the crypto/x509, net/http, and syscall packages. See the Go 1.18.10
milestone on our issue tracker for details.

While here, clean up obsolete Go versions in version.mk.

(bsiegert)

2023-01-11 15:03:34 UTC MAIN commitmail json YAML

sysutils/ruby-chef: drop ruby30

Dose not support Ruby 3.0 any more.  Noted from wiz@ via private e-mail.

(taca)

2023-01-11 12:25:17 UTC MAIN commitmail json YAML

doc: Updated net/netatalk3 to 3.1.14

(hauke)

2023-01-11 12:25:04 UTC MAIN commitmail json YAML

Update net/netatalk3 to v3.1.14

From the upstream ChangeLog:

    FIX: fix build with libressl >= 2.7.0
    NEW: Added Ignore Directories Feature
    UPD: Generate Unicode source code based on the latest https://www.unicode.org/Public/UNIDATA/UnicodeData.txt
    FIX: Protect against removing AFP metadata xattr
    FIX: avoid setting adouble entries on symlinks
    FIX: add handling for cases where ad_entry() returns NULL
    FIX: Fix setting of LD_LIBRARY_FLAGS ($shlibpath_var).
    FIX: Fedora migrating away from IO::Socket::INET6 to IO::Socket::IP
    FIX: afpd: check return values from setXXid() functions
    FIX: afpd: drop groups in become_user_permanently()
    FIX: Fix use after free in get_tm_used()
    FIX: Fix sign extension problem in bsd_attr_list()
    FIX: Fix garbage read in bsd_attr_list
    FIX: make afpstats python 3 compatible
    UPD: docs: manual: Remove wrong TCP-over-TCP info; minor copy editing
    FIX: configure.ac: fix macro ordering for CentOS 6
    FIX: configure.ac: fix typo Reviewed-by: Ralph Boehme slow@samba.org
    FIX: configure.ac: remove some trailing whitespace Reviewed-by: Ralph Boehme slow@samba.org
    FIX: configure.ac: fix deprecated macro invocation Reviewed-by: Ralph Boehme slow@samba.org
    FIX: configure.ac: replace obsolete macro Reviewed-by: Ralph Boehme slow@samba.org
    FIX: libatalk/dsi/Makefile.am: fix deprecation warning
    FIX: Store AutoMake helper script in build-aux/
    FIX: configure.ac: define a dir for macros
    FIX: configure.ac: AM_CONFIG_HEADER is deprecated
    FIX: autotools: Fix another deprecation warning
    FIX: libgcrypt typo in configuration error message
    UPD: Various CI improvements
    FIX: libatalk/conf: re-generation of afp_voluuid.conf
    UPD: libatalk/conf: code cleanup and add locking to get_vol_uuid()
    UPD: add documentation for the lv_flags_t
    FIX: No need to check for attropen on Solaris #44

GC unused PLIST options.

(hauke)

2023-01-11 12:05:40 UTC MAIN commitmail json YAML

Updated security/py-asyncssh, textproc/py-ujson

(adam)

2023-01-11 12:05:24 UTC MAIN commitmail json YAML

py-ujson: updated to 5.7.0

5.7.0

Added

Support ujson.loads(bytearray(...)) and other bytes-like objects.

(adam)

2023-01-11 12:04:08 UTC MAIN commitmail json YAML

py-asyncssh: updated to 2.13.0

Release 2.13.0 (27 Dec 2022)
----------------------------

* Updated testing and coverage to drop Python 3.6 and add Python 3.11.
  Thanks go to GitHub user hexchain for maintaining the GitHub workflows
  supporting this!

* Added new "recv_eof" option to not pass an EOF from a channel to a
  redirected target, allowing output from multiple SSH sessions to be
  sent and mixed with other direct output to that target. This is meant
  to be similar to the existing "send_eof" option which controls whether
  EOF on a redirect source is passed through to the SSH channel. Thanks
  go to Stuart Reynolds for inspiring this idea.

* Added new methods to make it easy to perform forwarding between TCP
  ports and UNIX domain sockets. Thanks go to Alex Rogozhnikov for
  suggesting this use case.

* Added a workaround for a problem seen on a Huawei SFTP server where
  it sends an invalid combination of file attribute flags. In cases where
  the flags are otherwise valid and the right amount of attribute data is
  available, AsyncSSH will ignore the invalid flags and proceed.

* Fixed an issue with copying files to SFTP servers that don't support
  random access I/O. The potential to trigger this failyre goes back
  several releases, but a change in AsyncSSH 2.12 made out-of-order writes
  much more likely. This fix returns AsyncSSH to its previous behavior
  where out-of-order writes are unlikely even when taking advantage of
  parallel reads. Thanks go to Patrik Lindgren and Stefan Walkner for
  reporting this issue and helping to identify the source of the problem.

* Fixed an issue when requesting remote port forwarding on a dynamically
  allocated port. Thanks go to Daniel Shimon for reporting this and
  proposing a fix.

* Fixed an issue where readexactly could block indefinitely when a signal
  is delivered in the stream before the requested number of bytes are
  available. Thanks go to Artem Bezborodko for reporting this and
  providing a fix.

* Fixed an interoperability issue with OpenSSH when using SSH certificates
  with RSA keys with a SHA-2 signature. Thanks go to ��ukasz Siudut for
  reporting this.

* Fixed an issue with handling "None" in ProxyCommand, GlobalKnownHostsFile,
  and UserKnownHostsFile config file options. Thanks go to GitHub user
  dtrifiro for reporting this issue and suggesting a fix.

(adam)

2023-01-11 11:48:51 UTC MAIN commitmail json YAML

Updated www/py-parsel, textproc/py-cssselect

(adam)

2023-01-11 11:48:35 UTC MAIN commitmail json YAML

py-cssselect: updated to 1.2.0

Version 1.2.0
-------------
* Drop support for Python 2.7, 3.4-3.6, add support for Python 3.7-3.11.
* Add type annotations (PEP 484 and PEP 561).
* More features from the CSS Selectors Level 4:
  * The ``:is()`` pseudo-class.
  * The ``:where()`` pseudo-class.
  * The ``:has()`` pseudo-class, with some limitations.
* Fix parsing ``:scope`` after a comma.
* Add parentheses to fix condition precedence in some cases.
* Private API changes related to the removal of the Python 2 support:
  * Remove ``_unicode`` and ``_unichr`` aliases from ``csselect.parser``.
  * Remove ``_basestring`` and ``_unicode`` aliases from ``csselect.xpath``.
  * Deprecate ``csselect.xpath._unicode_safe_getattr()`` and change it to just
    call ``getattr()``.
* Include tests in the PyPI tarball.
* Many CI additions and improvements.
* Improve the test coverage.

(adam)

2023-01-11 11:47:18 UTC MAIN commitmail json YAML

py-parsel: updated to 1.7.0

1.7.0 (2022-11-01)
* Add PEP 561-style type information
* Support for Python 2.7, 3.5 and 3.6 is removed
* Support for Python 3.9-3.11 is added
* Very large documents (with deep nesting or long tag content) can now be
  parsed, and ``Selector`` now takes a new argument ``huge_tree`` to disable
  this
* Support for new features of cssselect 1.2.0 is added
* The ``Selector.remove()`` and ``SelectorList.remove()`` methods are
  deprecated and replaced with the new ``Selector.drop()`` and
  ``SelectorList.drop()`` methods which don't delete text after the dropped
  elements when used in the HTML mode.

(adam)

2023-01-11 10:54:59 UTC MAIN commitmail json YAML

Updated textproc/py-xlsxwriter, textproc/py-yamllint

(adam)

2023-01-11 10:54:41 UTC MAIN commitmail json YAML

py-yamllint: updated to 1.29.0

1.29.0 (2023-01-10)

Add support for Python 3.11, drop support for Python 3.6
Rule float-values: fix bug on strings containing fordidden values
Stop releasing universal wheels
Use proper Python 3 I/O type for file reading
Rule indentation: fix indent-sequences in nested collections
Docs: clarify disable-line and parser errors, give a workaround
Refactors to apply some pyupgrade suggestions
Allow using a list of strings in ignore configuration
Add --list-files command line option

(adam)

2023-01-11 10:53:16 UTC MAIN commitmail json YAML

py-xlsxwriter: updated to 3.0.6

Release 3.0.6 - January 5 2023
------------------------------
* Added simulated worksheet :func:`autofit` method.

(adam)

2023-01-11 10:41:27 UTC MAIN commitmail json YAML

Updated textproc/py-sphinxcontrib-applehelp, devel/py-traitlets

(adam)

2023-01-11 10:41:10 UTC MAIN commitmail json YAML

py-traitlets: updated to 5.8.1

5.8.1

Bugs fixed
- fix: mro_trait can be unbound when the class is not in mro

Documentation improvements
- Add more api docs

(adam)

2023-01-11 10:39:33 UTC MAIN commitmail json YAML

py-sphinxcontrib-applehelp: updated to 1.0.3

Release 1.0.3 (2023-01-08)
==========================
* Drop Python 3.8 and lower
* Fix deprecation warnings from Sphinx 6.1

(adam)

2023-01-11 10:23:13 UTC MAIN commitmail json YAML

Updated textproc/ugrep, net/yt-dlp

(adam)

2023-01-11 10:22:54 UTC MAIN commitmail json YAML

yt-dlp: updated to 2023.1.6

2023.01.06

* Fix config locations by [Grub4k](https://github.com/Grub4k), [coletdjnz](https://github.com/coletdjnz), [pukkandan](https://github.com/pukkandan)
* [downloader/aria2c] Disable native progress
* [utils] `mimetype2ext`: `weba` is not standard
* [utils] `windows_enable_vt_mode`: Better error handling
* [build] Add minimal `pyproject.toml`
* [update] Fix updater file removal on windows by [Grub4K](https://github.com/Grub4K)
* [cleanup] Misc fixes and cleanup
* [extractor/aitube] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
* [extractor/drtv] Add series extractors by [FrederikNS](https://github.com/FrederikNS)
* [extractor/volejtv] Add extractor by [HobbyistDev](https://github.com/HobbyistDev)
* [extractor/xanimu] Add extractor by [JChris246](https://github.com/JChris246)
* [extractor/youtube] Retry manifest refresh for live-from-start by [mzhou](https://github.com/mzhou)
* [extractor/biliintl] Add `/media` to `VALID_URL` by [HobbyistDev](https://github.com/HobbyistDev)
* [extractor/biliIntl] Add fallback to `video_data` by [HobbyistDev](https://github.com/HobbyistDev)
* [extractor/crunchyroll:show] Add `language` to entries by [Chrissi2812](https://github.com/Chrissi2812)
* [extractor/joj] Fix extractor by [OndrejBakan](https://github.com/OndrejBakan), [pukkandan](https://github.com/pukkandan)
* [extractor/nbc] Update graphql query by [jacobtruman](https://github.com/jacobtruman)
* [extractor/reddit] Add subreddit as `channel_id` by [gschizas](https://github.com/gschizas)
* [extractor/tiktok] Add `TikTokLive` extractor by [JC-Chung](https://github.com/JC-Chung)

(adam)

2023-01-11 10:19:50 UTC MAIN commitmail json YAML

ugrep: updated to 3.9.4

ugrep v3.9.4
Support ugrep on OpenIndiana Solaris/SunOS, fix spurious 0 byte in tar filename output results, fix support for PCRE2 prior 10.34 and other (minor) improvements.

(adam)

2023-01-11 10:17:52 UTC MAIN commitmail json YAML

Updated security/py-cryptography, security/py-cryptography_vectors

(adam)

2023-01-11 10:17:19 UTC MAIN commitmail json YAML

py-cryptography py-cryptography_vectors: updated to 39.0.0

39.0.0 - 2023-01-01

* **BACKWARDS INCOMPATIBLE:** Support for OpenSSL 1.1.0 has been removed.
  Users on older version of OpenSSL will need to upgrade.
* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.5. The new
  minimum LibreSSL version is 3.5.0. Going forward our policy is to support
  versions of LibreSSL that are available in versions of OpenBSD that are
  still receiving security support.
* **BACKWARDS INCOMPATIBLE:** Removed the ``encode_point`` and
  ``from_encoded_point`` methods on
  :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers`,
  which had been deprecated for several years.
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.public_bytes`
  and
  :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.from_encoded_point`
  should be used instead.
* **BACKWARDS INCOMPATIBLE:** Support for using MD5 or SHA1 in
  :class:`~cryptography.x509.CertificateBuilder`, other X.509 builders, and
  PKCS7 has been removed.
* **BACKWARDS INCOMPATIBLE:** Dropped support for macOS 10.10 and 10.11, macOS
  users must upgrade to 10.12 or newer.
* **ANNOUNCEMENT:** The next version of ``cryptography`` (40.0) will change
  the way we link OpenSSL. This will only impact users who build
  ``cryptography`` from source (i.e., not from a ``wheel``), and specify their
  own version of OpenSSL. For those users, the ``CFLAGS``, ``LDFLAGS``,
  ``INCLUDE``, ``LIB``, and ``CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS`` environment
  variables will no longer be respected. Instead, users will need to
  configure their builds `as documented here`_.
* Added support for
  :ref:`disabling the legacy provider in OpenSSL 3.0.x<legacy-provider>`.
* Added support for disabling RSA key validation checks when loading RSA
  keys via
  :func:`~cryptography.hazmat.primitives.serialization.load_pem_private_key`,
  :func:`~cryptography.hazmat.primitives.serialization.load_der_private_key`,
  and
  :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateNumbers.private_key`.
  This speeds up key loading but is :term:`unsafe` if you are loading potentially
  attacker supplied keys.
* Significantly improved performance for
  :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`
  when repeatedly calling ``encrypt`` or ``decrypt`` with the same key.
* Added support for creating OCSP requests with precomputed hashes using
  :meth:`~cryptography.x509.ocsp.OCSPRequestBuilder.add_certificate_by_hash`.
* Added support for loading multiple PEM-encoded X.509 certificates from
  a single input via :func:`~cryptography.x509.load_pem_x509_certificates`.

(adam)

2023-01-11 09:43:20 UTC MAIN commitmail json YAML

Updated net/nagios-base to 4.4.9nb1

(sekiya)

2023-01-11 09:42:00 UTC MAIN commitmail json YAML

2023-01-11 09:27:28 UTC MAIN commitmail json YAML

2023-01-11 09:16:23 UTC MAIN commitmail json YAML

doc: Updated devel/patchelf to 0.17.2

(fcambus)

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

patchelf: update to 0.17.2.

- Also pass STRIP to the tests
- Fix Out-of-bounds read in the function modifySoname
- Split segment size fix

(fcambus)