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 (45m)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 11:49:16 UTC Now

2023-10-25 18:00:11 UTC MAIN commitmail json YAML

doc: Updated devel/hs-stm-chans to 3.0.0.9

(pho)

2023-10-25 18:00:02 UTC MAIN commitmail json YAML

devel/hs-stm-chans: Update to 3.0.0.9

3.0.0.9 (2023-03-19):
    - Added `Tested-With: GHC == 9.6.1` (didn't actually need to
      nudge the upper bound on 'base', because it's already lenient)

3.0.0.8 (2022-08-28):
    - Added `Tested-With: GHC == 9.4.1` (didn't actually need to
      nudge the upper bound on 'base', because it's already lenient)

3.0.0.7 (2021-11-22):
    - Added `Tested-With: GHC == 9.2.1` (didn't actually need to
      nudge the upper bound on 'base', because it's already lenient)

(pho)

2023-10-25 17:24:43 UTC MAIN commitmail json YAML

devel/hs-code-page: Fix build with GHC 9.6

(pho)

2023-10-25 17:02:13 UTC MAIN commitmail json YAML

devel/hs-terminal-size: Fix build with GHC 9.6

(pho)

2023-10-25 16:57:51 UTC MAIN commitmail json YAML

devel/hs-type-equality: Fix build with GHC 9.6

(pho)

2023-10-25 16:55:48 UTC MAIN commitmail json YAML

devel/hs-control-monad-free: Fix build with GHC 9.6

(pho)

2023-10-25 16:54:24 UTC MAIN commitmail json YAML

devel/hs-polyparse: Fix build with GHC 9.6

(pho)

2023-10-25 16:51:09 UTC MAIN commitmail json YAML

devel/hs-data-array-byte: Fix build with GHC 9.6

(pho)

2023-10-25 16:47:03 UTC MAIN commitmail json YAML

devel/hs-data-default-class: Fix build with GHC 9.6

(pho)

2023-10-25 16:15:26 UTC MAIN commitmail json YAML

Updated www/nginx-devel to 1.25.3

(osa)

2023-10-25 16:14:38 UTC MAIN commitmail json YAML

www/nginx-devel: update 1.25.2 -> 1.25.3

<ChangeLog>

*) Change: improved detection of misbehaving clients when using HTTP/2.

*) Feature: startup speedup when using a large number of locations.
  Thanks to Yusuke Nojima.

*) Bugfix: a segmentation fault might occur in a worker process when
  using HTTP/2 without SSL; the bug had appeared in 1.25.1.

*) Bugfix: the "Status" backend response header line with an empty
  reason phrase was handled incorrectly.

*) Bugfix: memory leak during reconfiguration when using the PCRE2
  library.
  Thanks to ZhenZhong Wu.

*) Bugfixes and improvements in HTTP/3.

</ChangeLog>

(osa)

2023-10-25 16:10:16 UTC MAIN commitmail json YAML

Updated devel/libnjs to 0.8.2
Updated lang/njs to 0.8.2
Updated www/nginx to 1.24.0nb14
Updated www/nginx-devel to 1.25.2nb4
Updated www/unit to 1.31.1nb2

(osa)

2023-10-25 16:04:47 UTC MAIN commitmail json YAML

*/*: update NGINX JavaScript 0.8.1 -> 0.8.2

Bump PKGREVISION for www/nginx, www/nginx-devel, and www/unit.

<ChangeLog>

nginx modules:

*) Feature: introduced console object. The following methods
  were introduced: error(), info(), log(), time(), timeEnd(),
  warn().

*) Bugfix: fixed HEAD response handling with large Content-Length
  in fetch API.

*) Bugfix: fixed items() method for a shared dictionary.

*) Bugfix: fixed delete() method for a shared dictionary.

Core:

*) Feature: extended "fs" module. Added existsSync().

*) Bugfix: fixed "xml" module. Fixed broken XML exception handling
  in parse() method.

*) Bugfix: fixed RegExp.prototype.exec() with global regexp and
  unicode input.

*) Bugfix: fixed return statement parsing with invalid expression.

</ChangeLog>

(osa)

2023-10-25 15:18:56 UTC MAIN commitmail json YAML

devel/hs-deepseq-generics: Fix build with GHC 9.6

(pho)

2023-10-25 13:52:26 UTC MAIN commitmail json YAML

doc: Updated devel/hs-some to 1.0.6

(pho)

2023-10-25 13:52:16 UTC MAIN commitmail json YAML

devel/hs-some: Update to 1.0.6

1.0.6
* Add instances for SSymbol, SNat and SChar from `base >=4.18.0.0'

1.0.5
* Add EqP and OrdP classes. These are strong versions of Eq1 and Ord1, and
  on the other hand weaker versions of GEq and GCompare. They are exactly
  what's needed for Eq and Ord instances of Some.

  The naming is unfortunate: GShow would be better named ShowP, as it's
  similar version of Show1.

  Note: we could add ReadP with readsPrecP :: Int -> ReadS (t a) method,
  but it will barely have any instances. GRead is different, as it can
  reify the type index for many types, e.g. for the singletons.

  In some future there will be major version of some with following
  breaking changes:
  - EqP and OrdP will become superclasses of GEq and GCompare
  - Eq (Some t) will require EqP t, similarly for Ord and OrdP.
  - GShow will get forall a. Show (f a) superclass. (This will cause
    removal of Product and Sum instances for base <4.18).

  To ease future transition you may
  - Define EqP and OrdP instances for your types. The defaultEq and
    defaultCompare methods can be used to define eqp and comparep from GEq
    and GCompare instances respectively.
  - Move to use GHC.Generics.:*: and :+: instead of Data.Functor.Product
    and Sum, as these have better Eq and Ord instances.

(pho)

2023-10-25 13:50:00 UTC MAIN commitmail json YAML

doc: Updated devel/hs-base-orphans to 0.9.1

(pho)

2023-10-25 13:49:51 UTC MAIN commitmail json YAML

devel/hs-base-orphans: Update to 0.9.1

Changes in 0.9.1 [2023.10.11]
* Backport new instances from GHC 9.8/base-4.19:
  - Eq and Ord instances for SChar, SNat, and SSymbol
  - Enum, Bounded, Num, Real, and Integral instances for Compose

Changes in 0.9.0 [2023.03.05]
* Adapt to recent changes to Down instances:
  - The Bounded instance for Down was changed in base-4.15.0.0 to swap the
    values of minBound and maxBound for the underlying type. This change
    has now been propagated to base-orphans.
  - The Enum instance for Down was removed in base-4.15.0.0, but a
    different version of the instance was added back in base-4.18.0.0,
    where succ and pred are swapped. We have changed the backported version
    of this instance in base-orphans to match the behavior of the instance
    added in base-4.18.0.0.
  - The Integral instance for Down was removed from base entirely in
    base-4.15.0.0. We have finally removed it from base-orphans in this
    release, as it actively makes it more difficult to define the
    aforementioned Enum instance.

Changes in 0.8.8.1 [2023.03.05]
* Fix GHC 9.4 build error that was accidentally introduced in
  base-orphans-0.8.8.

Changes in 0.8.8 [2023.03.05]
* Backport new instances from GHC 9.6.1/base-4.18.0.0:
  - Functor instances for the (,,,,) a b c d, (,,,,,) a b c d e, and
    (,,,,,) a b c d e f tuple types.
  - Eq and Ord instances for Generically1

(pho)

2023-10-25 12:21:57 UTC MAIN commitmail json YAML

devel/hs-echo: Fix build with GHC 9.6

(pho)

2023-10-25 11:55:59 UTC MAIN commitmail json YAML

devel/hs-extensible-exceptions: Fix build with GHC 9.6

(pho)

2023-10-25 11:35:12 UTC MAIN commitmail json YAML

devel/hs-fail: Fix build with GHC 9.6

(pho)

2023-10-25 11:33:33 UTC MAIN commitmail json YAML

devel/hs-filtrable: Fix build with GHC 9.6

(pho)

2023-10-25 10:44:56 UTC MAIN commitmail json YAML

devel/hs-fingertree: Fix build with GHC 9.6

(pho)

2023-10-25 10:35:45 UTC MAIN commitmail json YAML

doc: Updated devel/py-constantly to 15.1.0nb2

(wiz)

2023-10-25 10:34:37 UTC MAIN commitmail json YAML

2023-10-25 10:34:17 UTC MAIN commitmail json YAML

2023-10-25 10:17:57 UTC MAIN commitmail json YAML

doc: Updated security/py-spake2 to 0.8nb2

(wiz)

2023-10-25 10:17:47 UTC MAIN commitmail json YAML

2023-10-25 10:12:17 UTC MAIN commitmail json YAML

doc: Updated devel/hs-focus to 1.0.3.2

(pho)

2023-10-25 10:12:07 UTC MAIN commitmail json YAML

2023-10-25 10:07:36 UTC MAIN commitmail json YAML

2023-10-25 09:58:28 UTC MAIN commitmail json YAML

rust: Fix chesksum for vendor/libc

(ryoon)

2023-10-25 09:55:10 UTC MAIN commitmail json YAML

doc: Updated sysutils/restic to 0.16.1

(wiz)

2023-10-25 09:54:56 UTC MAIN commitmail json YAML

restic: update to 0.16.1.

restic 0.16.1 has been released! It contains an important bug fix
which prevents data corruption when compression is set to max.

Summary

    Fix #4513: Make key list command honor --no-lock
    Fix #4516: Do not try to load password on command line autocomplete
    Fix #4523: Update zstd library to fix possible data corruption at max. compression
    Chg #4532: Update dependencies and require Go 1.19 or newer
    Enh #229: Show progress bar while loading the index
    Enh #4128: Automatically set GOMAXPROCS in resource-constrained containers
    Enh #4480: Allow setting REST password and username via environment variables
    Enh #4511: Include inode numbers in JSON output for find and ls commands
    Enh #4519: Add config option to set SFTP command arguments

(wiz)

2023-10-25 09:48:22 UTC MAIN commitmail json YAML

devel/hs-generic-lens-core: Fix build with GHC 9.6

(pho)

2023-10-25 09:09:49 UTC MAIN commitmail json YAML

Updated devel/wabt, misc/py-asciinema

(adam)

2023-10-25 09:09:17 UTC MAIN commitmail json YAML

doc: pkg-vulnerabilities: add 3 for modular-xorg-server

(wiz)

2023-10-25 09:08:56 UTC MAIN commitmail json YAML

py-asciinema: updated to 2.4.0

2.4.0 (2023-10-23)

* When recording without file arg we now ask whether to save, upload or discard the recording
* Added capture of terminal resize events
* Fixed blocking write error when PTY master is not ready
* Fixed "broken pipe" errors when piping certain commands during recording
* Fixed crash during playback of cast files with trailing blank line

(adam)

2023-10-25 09:08:04 UTC MAIN commitmail json YAML

doc: Updated math/hs-indexed-profunctors to 0.1.1.1

(pho)

2023-10-25 09:07:53 UTC MAIN commitmail json YAML

math/hs-indexed-profunctors: Update to 0.1.1.1

indexed-profunctors-0.1.1.1 (2023-06-22)
* Add INLINE pragmas to small functions that really should inline

(pho)

2023-10-25 09:06:41 UTC MAIN commitmail json YAML

doc: Updated x11/modular-xorg-server to 21.1.9

(wiz)

2023-10-25 09:06:19 UTC MAIN commitmail json YAML

modular-xorg-server: update to 21.1.9

This release contains fixes for CVE-2023-5367 and CVE-2023-5380 as
reported in today's security advisory:
https://lists.x.org/archives/xorg-announce/2023-October/003430.html

Additionally, the server now uses libbsd-overlay instead of libbsd.

Adam Jackson (1):
      present: Send a PresentConfigureNotify event for destroyed windows

Peter Hutterer (3):
      Xi/randr: fix handling of PropModeAppend/Prepend
      mi: reset the PointerWindows reference on screen switch
      xserver 21.1.9

Sam James (1):
      Switch to libbsd-overlay

(wiz)

2023-10-25 09:05:25 UTC MAIN commitmail json YAML

wabt: updated to 1.0.34

Major changes since 1.0.33:

Parse & write custom-section annotations
Partial wasm2c support for the threads proposal
wasm2c support for the tail-call proposal
Update multi-memory support to match upstream proposal
wasm-opcodecnt renamed to wasm-stats
wasm2c fixes for MIPS
Support global.get in constant expressions
Better spec-compliant parsing on some edge cases
Improved parsing and validation for memory64

(adam)

2023-10-25 09:04:07 UTC MAIN commitmail json YAML

devel/hs-th-compat: Fix build with GHC 9.6

(pho)

2023-10-25 09:01:17 UTC MAIN commitmail json YAML

devel/hs-ordered-containers: Fix build with GHC 9.6

(pho)

2023-10-25 08:39:20 UTC MAIN commitmail json YAML

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

(adam)

2023-10-25 08:38:07 UTC MAIN commitmail json YAML

py-cryptography py-cryptography_vectors: updated to 41.0.5

41.0.5 - 2023-10-24

Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.1.4.
Added a function to support an upcoming pyOpenSSL release.

(adam)

2023-10-25 08:37:18 UTC MAIN commitmail json YAML

py-test: updated to 7.4.3

pytest 7.4.3 (2023-10-24)

Bug Fixes

- Markers are now considered in the reverse mro order to ensure base  class markers are considered first -- this resolves a regression.
- Fixed ``:=`` in asserts impacting unrelated test cases.
- Handled an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down.

(adam)

2023-10-25 05:53:07 UTC MAIN commitmail json YAML

doc: Updated lang/rust-bin to 1.72.1

(pin)

2023-10-25 05:52:49 UTC MAIN commitmail json YAML

lang/rust-bin: update to 1.72.1

Follow rust-src.
For changes check the source package.

(pin)

2023-10-25 05:51:10 UTC MAIN commitmail json YAML

doc: Updated lang/rust to 1.72.1

(pin)

2023-10-25 05:50:43 UTC MAIN commitmail json YAML

pkgsrc/lang/rust/Makefile@1.294 / diff
pkgsrc/lang/rust/buildlink3.mk@1.14 / diff
pkgsrc/lang/rust/distinfo@1.163 / diff
pkgsrc/lang/rust/do-cross.mk@1.8 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs@1.12 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__llvm_build.rs@1.13 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_aarch64__be__unknown__netbsd.rs deleted
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_i586__unknown__netbsd.rs@1.9 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_mips64el__unknown__netbsd.rs@1.3 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_mipsel__unknown__netbsd.rs@1.4 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_mod.rs@1.15 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_netbsd__base.rs@1.9 / diff
pkgsrc/lang/rust/patches/patch-compiler_rustc__target_src_spec_riscv64gc__unknown__netbsd.rs deleted
pkgsrc/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli.rs@1.5 / diff
pkgsrc/lang/rust/patches/patch-library_backtrace_src_symbolize_gimli_elf.rs@1.6 / diff
pkgsrc/lang/rust/patches/patch-library_core_src_ffi_mod.rs deleted
pkgsrc/lang/rust/patches/patch-library_portable-simd_crates_core__simd_src_swizzle__dyn.rs deleted
pkgsrc/lang/rust/patches/patch-library_std_src_sys_unix_mod.rs@1.9 / diff
pkgsrc/lang/rust/patches/patch-library_std_src_sys_unix_thread.rs@1.14 / diff
pkgsrc/lang/rust/patches/patch-library_std_src_sys_unix_thread__parking_netbsd.rs@1.3 / diff
      :
(more 59 files)
lang/rust: update to 1.72.1

Packaged in wip by he@ and adam@ with minor adjustments from myself.

v1.72.1
Changes
- Adjust codegen change to improve LLVM codegen
- rustdoc: Fix self ty params in objects with lifetimes
- Fix regression in compile times
- Resolve some ICE regressions in the compiler:
    - #115215
    - #115559

v1.72.0
Language
- Replace const eval limit by a lint and add an exponential backoff warning
- expand: Change how #![cfg(FALSE)] behaves on crate root
- Stabilize inline asm for LoongArch64
- Uplift clippy::undropped_manually_drops lint
- Uplift clippy::invalid_utf8_in_unchecked lint as invalid_from_utf8_unchecked
  and invalid_from_utf8
- Uplift clippy::cast_ref_to_mut lint as invalid_reference_casting
- Uplift clippy::cmp_nan lint as invalid_nan_comparisons
- resolve: Remove artificial import ambiguity errors
- Don窶冲 require associated types with Self: Sized bounds in dyn Trait objects

Compiler
- Remember names of cfg-ed out items to mention them in diagnostics
- Support for native WASM exceptions
- Add support for NetBSD/aarch64-be (big-endian arm64).
- Write to stdout if - is given as output file
- Force all native libraries to be statically linked when linking a static
  binary
- Add Tier 3 support for loongarch64-unknown-none*
- Prevent .eh_frame from being emitted for -C panic=abort
- Support 128-bit enum variant in debuginfo codegen
- compiler: update solaris/illumos to enable tsan support.

Refer to Rust窶冱 platform support page, platform-support-doc for more
information on Rust窶冱 tiered platform support.

Libraries
- Document memory orderings of thread::{park, unpark}
- io: soften 窶和t most one write attempt窶� requirement in io::Write::write
- Specify behavior of HashSet::insert
- Relax implicit T: Sized bounds on BufReader<T>, BufWriter<T> and LineWriter<T>
- Update runtime guarantee for select_nth_unstable
- Return Ok on kill if process has already exited
- Implement PartialOrd for Vecs over different allocators
- Use 128 bits for TypeId hash
- Don窶冲 drain-on-drop in DrainFilter impls of various collections.
- Make {Arc,Rc,Weak}::ptr_eq ignore pointer metadata

Rustdoc
- Allow whitespace as path separator like double colon
- Add search result item types after their name
- Search for slices and arrays by type with []
- Clean up type unification and 窶忖nboxing窶�

Stabilized APIs
impl<T: Send> Sync for mpsc::Sender<T>
impl TryFrom<&OsStr> for &str
String::leak

These APIs are now stable in const contexts:
CStr::from_bytes_with_nul
CStr::to_bytes
CStr::to_bytes_with_nul
CStr::to_str

Cargo
- Enable -Zdoctest-in-workspace by default. When running each documentation
  test, the working directory is set to the root directory of the package the
  test belongs to. docs #12221 #12288
- Add support of the 窶彭efault窶� keyword to reset previously set build.jobs
  parallelism back to the default. #12222

Compatibility Notes
- Alter Display for Ipv6Addr for IPv4-compatible addresses
- Cargo changed feature name validation check to a hard error. The warning was
  added in Rust 1.49. These extended characters aren窶冲 allowed on crates.io,
  so this should only impact users of other registries, or people who don窶冲
  publish to a registry. #12291
- Demoted mips*-unknown-linux-gnu* targets from host tier 2 to target tier 3 support.

(pin)

2023-10-24 22:40:51 UTC MAIN commitmail json YAML

doc/TODO: + firefox-119, zlib-ng-2.1.4.

(wiz)

2023-10-24 22:39:04 UTC MAIN commitmail json YAML

doc: Updated mail/neomutt to 20231023

(wiz)

2023-10-24 22:38:54 UTC MAIN commitmail json YAML

neomutt: update to 20231023.

Bug Fixes

    #4060 fix crash on exit
    #4061 fix header colour
    #4064 fix 32-bit date overflow
    #4078 fix new mail in limited view
    nntp: fix use-after-free
    color: fix ansi colours
    color: add +truecolor to version string

(wiz)

2023-10-24 22:11:51 UTC MAIN commitmail json YAML

2023-10-24 21:30:49 UTC MAIN commitmail json YAML

doc: Updated security/openssl to 3.1.4

(wiz)

2023-10-24 21:30:35 UTC MAIN commitmail json YAML

2023-10-24 18:29:27 UTC MAIN commitmail json YAML

konqueror: fix PLIST for build in a clean environment.

Needs options to deal with additional dictionaries.

(markd)

2023-10-24 18:20:21 UTC MAIN commitmail json YAML

doc: Updated devel/hs-ghc-trace-events to 0.1.2.7

(pho)

2023-10-24 18:20:12 UTC MAIN commitmail json YAML

2023-10-24 17:42:25 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hie-compat to 0.3.1.1

(pho)

2023-10-24 17:42:11 UTC MAIN commitmail json YAML

2023-10-24 17:39:16 UTC MAIN commitmail json YAML

devel/hs-parallel: Fix build with GHC 9.6

(pho)

2023-10-24 17:38:07 UTC MAIN commitmail json YAML

doc: Updated devel/hs-sorted-list to 0.2.2.0

(pho)

2023-10-24 17:37:56 UTC MAIN commitmail json YAML

2023-10-24 17:33:34 UTC MAIN commitmail json YAML

doc: Updated sysutils/hs-co-log-core to 0.3.2.1

(pho)

2023-10-24 17:33:24 UTC MAIN commitmail json YAML

sysutils/hs-co-log-core: Update to 0.3.2.1

0.3.2.1 — Oct 20, 2023
What's Changed

    Relax doctest boundaries. by @alaendle in #32
    GA(deps): Bump actions/checkout from 3 to 4 by @dependabot in #35
    Allow doctest-0.22 by @Vekhir in #36
    [#29] Support GHC 9.6 by @vrom911 in #33
    Support ghc-9.8 by @alaendle in #37
    Publish to hackage directly from GitHub by @alaendle in #38

New Contributors

    @Vekhir made their first contribution in https://github.com/co-log/co-log-core/pull/36

Full Changelog: https://github.com/co-log/co-log-core/compare/v0.3.2.0...v0.3.2.1

(pho)

2023-10-24 17:30:34 UTC MAIN commitmail json YAML

devel/hs-haskell-lexer: Fix build with GHC 9.6

(pho)

2023-10-24 17:28:20 UTC MAIN commitmail json YAML

math/hs-algebraic-graphs: Fix build with GHC 9.6

(pho)

2023-10-24 17:22:13 UTC MAIN commitmail json YAML

www/hs-js-dgtable: Fix build with GHC 9.6

(pho)

2023-10-24 14:55:35 UTC MAIN commitmail json YAML

Updated www/py-pylint-django, devel/py-maturin

(adam)

2023-10-24 14:55:13 UTC MAIN commitmail json YAML

py-maturin: updated to 1.3.1

1.3.1

* Use external `uniffi-bindgen` if no root package is configured
* Fix wheel filename for GraalPy
* Add unittest skeleton to mixed Python/Rust projects
* Preserve trailing whitespace in new project files
* Fix missing `workspace.members` in sdist
* Don't set `MACOSX_DEPLOYMENT_TARGET` for editable builds by default

(adam)

2023-10-24 14:52:36 UTC MAIN commitmail json YAML

py-pylint-django: updated to 2.5.5

Version 2.5.4

This is a small release to introduce pylint 3 functionality.

(adam)

2023-10-24 14:35:26 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sqlite3 to 1.6.7

(taca)

2023-10-24 14:35:08 UTC MAIN commitmail json YAML

databases/ruby-sqlite3: update to 1.6.7

1.6.7 / 2023-10-10

Dependencies

Vendored sqlite is updated to v3.43.2.

Upstream release notes:

* Fix a couple of obscure UAF errors and an obscure memory leak.

* Omit the use of the sprintf() function from the standard library in the
  CLI, as this now generates warnings on some platforms.

* Avoid conversion of a double into unsigned long long integer, as some
  platforms do not do such conversions correctly.

Added

* Compile packaged sqlite3 with additional flags to explicitly enable
  FTS5, and set synchronous mode to normal when in WAL mode. [#408]
  (@flavorjones)

(taca)

2023-10-24 14:33:50 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.73.0

(taca)

2023-10-24 14:33:12 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.73.0

5.73.0 (2023-10-01)

* Handle disconnect errors in ibmdb and jdbc/db2 adapters (jeremyevans) (#2083)

* Support skipping transactions in Dataset#{import,paged_each} using
  :skip_transaction option (jeremyevans)

* Add Database#transaction :skip_transaction option to skip creating a
  transaction or savepoint (jeremyevans)

* Stop using a transaction for a single query if calling Dataset#import
  with a dataset (jeremyevans)

* Add paged_operations plugin for paged deletes and updates and other
  custom operations (jeremyevans) (#2080)

* Support to_tsquery: :websearch option to Dataset#full_text_search on
  PostgreSQL 11+ (jeremyevans) (#2075)

* Add MassAssignmentRestriction#model and #column for getting the model
  instance and related column for mass assignment errors (artofhuman,
  jeremyevans) (#2079)

* Stop using base64 library in column_encryption plugin (jeremyevans)

(taca)

2023-10-24 14:13:52 UTC MAIN commitmail json YAML

www/hs-js-flot: Fix build with GHC 9.6

(pho)

2023-10-24 14:12:42 UTC MAIN commitmail json YAML

www/hs-js-jquery: Fix build with GHC 9.6

(pho)

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

devel/Makefile: + hs-ifelse

(pho)

2023-10-24 14:09:49 UTC MAIN commitmail json YAML

doc: Added devel/hs-ifelse version 0.85

(pho)

2023-10-24 14:09:42 UTC MAIN commitmail json YAML

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

devel/Makefile: + hs-isocline

(pho)

2023-10-24 14:08:15 UTC MAIN commitmail json YAML

doc: Added devel/hs-isocline version 1.0.9

(pho)

2023-10-24 14:08:06 UTC MAIN commitmail json YAML

devel/hs-isocline: import hs-isocline-1.0.9

A Haskell wrapper around the Isocline C library which can provide an
alternative to GNU Readline.

(pho)

2023-10-24 14:06:34 UTC MAIN commitmail json YAML

doc: Updated devel/hs-reflection to 2.1.7

(pho)

2023-10-24 14:06:24 UTC MAIN commitmail json YAML

devel/hs-reflection: Update to 2.1.7

2.1.7 [2023.02.28]

* When building with base-4.18 (GHC 9.6) or later, implement reifyNat and
  reifySymbol using the API provided by GHC.TypeLits instead of resorting
  to unsafeCoerce.

(pho)

2023-10-24 14:04:08 UTC MAIN commitmail json YAML

devel/hs-lens-family-core: Fix build with GHC 9.6

(pho)

2023-10-24 14:02:46 UTC MAIN commitmail json YAML

devel/hs-libffi: Fix build with GHC 9.6

(pho)

2023-10-24 12:31:54 UTC MAIN commitmail json YAML

doc: Updated devel/hs-logict to 0.8.1.0

(pho)

2023-10-24 12:31:41 UTC MAIN commitmail json YAML

devel/hs-logict: Update to 0.8.1.0

* Add instance MonadLogic (Control.Monad.Writer.CPS.WriterT w m).

(pho)

2023-10-24 12:24:44 UTC MAIN commitmail json YAML

doc: Updated lang/hs-lua to 2.3.1

(pho)

2023-10-24 12:24:34 UTC MAIN commitmail json YAML

lang/hs-lua: Update to 2.3.1

lua-2.3.1 - Released 2023-03-17.

* New module Lua.Debug: the module provides bindings to a subset of
  functions of the Lua debug interface. Currently the module only binds
  lua_getupvalue and lua_setupvalue.

lua-2.3.0 - Released 2023-03-13.

* New function hslua_setwarnf: The function allows to set a C function as a
  hook that is called on all complete warning messages. It is intended as a
  simple way to set a custom warning function.
* Export version and copyright info from Lua.Constants: the following
  patterns are made available, with content identical to that of the
  respective C functions: LUA_VERSION, LUA_RELEASE, and LUA_COPYRIGHT.
* Added a new flag cross-compile. When enabled, the code is setup in a way
  that allows cross-compilation of the package, but some of the string
  constants will be hard-coded and may not match the Lua version against
  which the library is compiled.
* Type is now an instance of Read.

(pho)

2023-10-24 12:21:35 UTC MAIN commitmail json YAML

devel/hs-lukko: Fix build with GHC 9.6

(pho)

2023-10-24 12:16:21 UTC MAIN commitmail json YAML

doc: Updated devel/hs-managed to 1.0.10

(pho)

2023-10-24 12:16:09 UTC MAIN commitmail json YAML

2023-10-24 12:12:17 UTC MAIN commitmail json YAML

devel/hs-newtype-generics: Fix build with GHC 9.6

(pho)

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

devel/hs-microlens: Fix build with GHC 9.6

(pho)

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

devel/hs-monad-loops: Fix build with GHC 9.6

(pho)

2023-10-24 12:04:04 UTC MAIN commitmail json YAML

devel/hs-newtype: Fix build with GHC 9.6

(pho)

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

devel/hs-mtl-compat: Fix build with GHC 9.6

(pho)

2023-10-24 11:45:17 UTC MAIN commitmail json YAML

devel/hs-optional-args: Fix build with GHC 9.6

(pho)

2023-10-24 11:32:54 UTC MAIN commitmail json YAML

2023-10-24 11:25:59 UTC MAIN commitmail json YAML

devel/hs-repline: Fix build on GHC 9.6

(pho)

2023-10-24 11:24:32 UTC MAIN commitmail json YAML

2023-10-24 11:22:39 UTC MAIN commitmail json YAML

devel/hs-sop-core: Fix build on GHC 9.6

(pho)

2023-10-24 11:11:46 UTC MAIN commitmail json YAML

doc: Updated devel/hs-utility-ht to 0.0.17

(pho)

2023-10-24 11:11:34 UTC MAIN commitmail json YAML

2023-10-24 11:09:40 UTC MAIN commitmail json YAML

textproc/hs-csv: Fix build on GHC 9.6

(pho)

2023-10-24 11:08:13 UTC MAIN commitmail json YAML

devel/hs-unbounded-delays: Fix build on GHC 9.6

(pho)

2023-10-24 11:06:54 UTC MAIN commitmail json YAML

devel/hs-timeit: Fix build on GHC 9.6

(pho)

2023-10-24 11:05:51 UTC MAIN commitmail json YAML

sysutils/hs-hostname: Fix build on GHC 9.6

(pho)

2023-10-24 10:42:32 UTC MAIN commitmail json YAML

doc: Updated time/hs-clock to 0.8.4

(pho)

2023-10-24 10:42:22 UTC MAIN commitmail json YAML

2023-10-24 10:37:11 UTC MAIN commitmail json YAML

devel/hs-uglymemo: Fix build on GHC 9.6

(pho)

2023-10-24 10:34:23 UTC MAIN commitmail json YAML

net/hs-network-info: Fix build on GHC 9.6

(pho)

2023-10-24 10:30:53 UTC MAIN commitmail json YAML

mk: Fix SUPERSEDES generation.

Each SUPERSEDES entry must be listed on its own line so that pkg_summary(5)
can be parsed correctly, similar to all other fields.  This should fix pkgin
being able to handle packages that have multiple SUPERSEDES entries.

Reported and reviewed by wiz.

(jperkin)

2023-10-24 10:27:24 UTC MAIN commitmail json YAML

security/hs-cryptohash-md5: Fix build on GHC 9.6

(pho)

2023-10-24 10:21:55 UTC MAIN commitmail json YAML

security/hs-cryptohash-sha1: Fix build on GHC 9.6

(pho)

2023-10-24 10:19:47 UTC MAIN commitmail json YAML

security/hs-entropy: Fix build on GHC 9.6

(pho)

2023-10-24 10:03:15 UTC MAIN commitmail json YAML

devel/hs-vector-stream: Fix build on GHC 9.6

(pho)

2023-10-24 10:01:46 UTC MAIN commitmail json YAML

devel/hs-word8: Fix build on GHC 9.6

(pho)

2023-10-24 09:55:42 UTC MAIN commitmail json YAML

finance/hs-Decimal: Fix build on GHC 9.6

(pho)

2023-10-24 09:40:52 UTC MAIN commitmail json YAML

graphics/hs-dotgen: Fix build on GHC 9.6

(pho)

2023-10-24 09:29:29 UTC MAIN commitmail json YAML

security/hs-cryptohash-sha256: Fix build on GHC 9.6

(pho)

2023-10-24 09:12:37 UTC MAIN commitmail json YAML

python*: explicitly add --with-system-expat

To make sure expat module is linked against expat library.

Bump PKGREVISION.

(wiz)

2023-10-24 08:59:29 UTC MAIN commitmail json YAML

textproc/hs-text-manipulate: Fix build on GHC 9.6

(pho)

2023-10-24 08:49:07 UTC MAIN commitmail json YAML

math/hs-ieee754: Fix build on GHC 9.6

(pho)

2023-10-24 08:46:08 UTC MAIN commitmail json YAML

textproc/hs-annotated-wl-pprint: Fix build on GHC 9.6

(pho)

2023-10-24 08:44:17 UTC MAIN commitmail json YAML

textproc/hs-stringsearch: Fix build on GHC 9.6

(pho)

2023-10-24 08:42:43 UTC MAIN commitmail json YAML

www/hs-open-browser: Fix build on GHC 9.6

(pho)

2023-10-24 08:41:21 UTC MAIN commitmail json YAML

doc: Updated math/hs-commutative-semigroups to 0.1.0.1

(pho)

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

2023-10-24 08:37:55 UTC MAIN commitmail json YAML

math/hs-primes: Fix build on GHC 9.6

(pho)

2023-10-24 08:35:32 UTC MAIN commitmail json YAML

math/Makefile: + hs-quote-quot

(pho)

2023-10-24 08:35:18 UTC MAIN commitmail json YAML

doc: Added math/hs-quote-quot version 0.2.1.0

(pho)

2023-10-24 08:35:10 UTC MAIN commitmail json YAML

math/hs-quote-quot: import hs-quote-quot-0.2.1.0

Generate routines for integer division, employing arithmetic and bitwise
operations only, which are 2.5x-3.5x faster than quot. Divisors must be
known in compile-time and be positive.

(pho)

2023-10-24 08:33:16 UTC MAIN commitmail json YAML

sysutils/hs-byteorder: Fix build on GHC 9.6

(pho)

2023-10-24 08:30:56 UTC MAIN commitmail json YAML

textproc/hs-appar: Fix build on GHC 9.6

(pho)

2023-10-24 08:28:26 UTC MAIN commitmail json YAML

doc: Updated net/hs-network-byte-order to 0.1.7

(pho)

2023-10-24 08:28:16 UTC MAIN commitmail json YAML

2023-10-24 08:25:29 UTC MAIN commitmail json YAML

security/hs-ed25519: Fix build on GHC 9.6

(pho)

2023-10-24 08:22:28 UTC MAIN commitmail json YAML

sysutils/Makefile: + hs-disk-free-space

(pho)

2023-10-24 08:22:20 UTC MAIN commitmail json YAML

doc: Added sysutils/hs-disk-free-space version 0.1.0.1

(pho)

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

2023-10-24 08:20:13 UTC MAIN commitmail json YAML

sysutils/Makefile: + hs-filepath-bytestring

(pho)

2023-10-24 08:19:56 UTC MAIN commitmail json YAML

doc: Added sysutils/hs-filepath-bytestring version 1.4.2.1.13

(pho)

2023-10-24 08:19:49 UTC MAIN commitmail json YAML

sysutils/hs-filepath-bytestring: import hs-filepath-bytestring-1.4.2.1.13

This package provides functionality for manipulating RawFilePath values. It
can be used as a drop in replacement for the filepath library to get the
benefits of using ByteStrings. It provides three modules:

* System.FilePath.Posix.ByteString manipulates POSIX/Linux style
  RawFilePath values (with / as the path separator).

* System.FilePath.Windows.ByteString manipulates Windows style RawFilePath
  values (with either \ or / as the path separator, and deals with drives).

* System.FilePath.ByteString is an alias for the module appropriate to your
  platform.

All three modules provide the same API, and the same documentation (calling
out differences in the different variants).

(pho)

2023-10-24 08:14:19 UTC MAIN commitmail json YAML

doc: Updated sysutils/hs-easy-file to 0.2.5

(pho)

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

2023-10-24 08:11:54 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-HsYAML to 0.2.1.3

(pho)

2023-10-24 08:11:44 UTC MAIN commitmail json YAML

textproc/hs-HsYAML: Update to 0.2.1.3

0.2.1.3 - 2023-10-14
* Pacify x-partial warning of GHC 9.8
* Tested with GHC 7.10 - 9.8.1

0.2.1.2 - 2023-09-29
* Add default-extensions: TypeOperators to silence warning under GHC ≥ 9.4.
* Support latest versions of dependencies.
* Tested with GHC 7.10 - 9.8.0

(pho)

2023-10-24 08:07:13 UTC MAIN commitmail json YAML

textproc/hs-rfc5051: Fix build on GHC 9.6

(pho)

2023-10-24 07:58:57 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-cmark-gfm to 0.2.6

(pho)

2023-10-24 07:58:40 UTC MAIN commitmail json YAML

textproc/hs-cmark-gfm: Update to 0.2.6

cmark-gfm 0.2.6 (28 Aug 2023)
* Pull in upstream changes (includes security fixes).

(pho)

2023-10-24 07:54:20 UTC MAIN commitmail json YAML

2023-10-24 07:51:01 UTC MAIN commitmail json YAML

textproc/hs-hxt-charproperties: Fix build on GHC 9.6

(pho)

2023-10-24 07:47:20 UTC MAIN commitmail json YAML

textproc/hs-rope-utf16-splay: Fix build on GHC 9.6

(pho)

2023-10-24 07:45:01 UTC MAIN commitmail json YAML

2023-10-24 07:44:43 UTC MAIN commitmail json YAML

textproc/Makefile: + hs-typst-symbols

(pho)

2023-10-24 07:44:31 UTC MAIN commitmail json YAML

doc: Added textproc/hs-typst-symbols version 0.1.4

(pho)

2023-10-24 07:40:13 UTC MAIN commitmail json YAML

textproc/hs-wcwidth: Fix build on GHC 9.6

(pho)

2023-10-24 06:38:45 UTC MAIN commitmail json YAML

2023-10-24 05:51:43 UTC MAIN commitmail json YAML

doc: Updated www/badwolf to 1.3.0

(pin)

2023-10-24 05:50:43 UTC MAIN commitmail json YAML

www/badwolf: update to 1.3.0

Packaged in wip by Kevin Bloom, reviewed by myself and tested by Gutteridge
on amd64 and aarch64.

Badwolf 1.3.0 release! — 2023-09-19

Packagers Highlights
====================
- You now need to use ninja/samu instead of make, ./configure is still used
  as before
- Common but non-standard hardening flags like -D_FORTIFY_SOURCE=2 are still
  default but no longer forced to allow alternative compilers.
  Most distros already default to such flags.
  If yours doesn't consider copying such flags if you set custom CFLAGS.

User Highlights
===============

Additions
---------
- Support for translated manpages (German, French, Turkish, Vietnamese)
- Add basic (no domain/URL matching yet) UserScripts support
- Middle-clicks and ctrl+click opens links in a new tab

Fixes
-----
- WebProcess crashes do not clear the URL entry anymore
- Do not set web-context when old_browser is present.
  This fixes crashes with WebKitGTK 2.41+

Commits
=======
Ben K (1):
      Updated German translation and added German manpage

Haelwenn (lanodan) Monnier (70):
      configure: Parse arguments for variables
      configure: Allow WITH_* variables, describe dependencies
      configure: Simplify argument parsing
      test: Add shellcheck
      Move linting to own `lint` target
      fmt: Grab fmt_context_id for tests
      configure: Add support for LDFLAGS
      Add static analysis via flawfinder(1)
      Makefile: Move cleaning config.mk to distclean target
      bookmark_test: Add basic test
      uri: Remove access() check
      configure: Set FLAWFINDER in config.mk
      .builds: Add CI (NetBSD, OpenBSD)
      badwolf.1: Change forge to sr.ht
      badwolf.fr.1: Introduce translated manpage
      Use po4a for manpage translation
      fmt_test: Fix uint64_t literal and printing
      Make repository reuse compliant
      .builds: Add po4a in the packages
      Unbreak gnome.org documentation links
      po: Remove location information, disable wrapping of long lines
      Replace casts to (void) to UNUSED macro
      decisions: 2021-09-07 : Move to a ./configure script
      .clang-format: AllowShortCaseLabelsOnASingleLine: false
      configure: Fix lack of newline for disabled commands
      badwolf: Fix compilation issue with clang
      Update email of Oğuz Ersen
      badwolf.1: Document GTK ctrl-;
      Manpages: Add note on lack of XBEL sorting
      Add UserScripts support
      userscripts: Handle g_file_get_contents errors
      manpage: Note the lack of GM-style userscript filtering
      Don't change URI on WebProcess termination
      Don't change Title on WebProcess termination
      Improve handling of intentionally empty title
      userscripts: Improve error messages
      badwolf: webkit_web_view_get_title returns a const
      badwolf: Remove deprecated webkit_web_context_set_process_model
      Move from make(1) to ninja/samurai
      README: Remove mention of OpenPGP
      configure: Fix ED and FLAWFINDER variables
      configure: Use po4a-updatepo when po file already exists
      configure: Add icons, trans_man, bundled, fullclean targets
      badwolf.tr.1: Bundle
      .gitignore: ./*_test and ./install.sh
      userscripts: Formatting fix
      .build: Ditch po4a
      .builds: Make sure git works
      .builds/openbsd: webkitgtk4 → webkitgtk41
      configure: Replace ${var//./.} with sed
      .builds: Separate split ninja clean all in two cmds
      po/tr_man.po: Fix syntax error due to ASCII apostrophe
      configure: Fix newins() argument extraction
      config.h: Update documentation URL
      config.h: Remove deprecated enable-accelerated-2d-canvas
      configure: Add vi in TRANS_MAN
      po/vi.po: Add missing newline
      decisions: Switch from Makefile to *.ninja
      po/de*: Add missing copyright headers
      .builds/netbsd.yml: Add xz package for now
      .builds/netbsd.yml: ninja is called ninja-build on NetBSD
      configure: Check and allow changing msgmerge and xgettext
      configure: Check for xgettext --package-name=
      Do not set web-context when old_browser is present
      configure: Move -D_FORTIFY_SOURCE=2 to default and drop non-standard
      feature flags
      Release 1.3.0
      Merge branch 'release-1.3' into missy

Ngô Ngọc Đức Huy (1):
      Update Vietnamese translation and manpage

Oğuz Ersen (2):
      po: update Turkish translation
      doc: fix typos

Stacy Harper (2):
      badwolf.c: add ctrl+click to open link in new tab
      badwolf.c: add mouse middle click to open link in new tab

(pin)

2023-10-24 04:36:46 UTC MAIN commitmail json YAML

Updated textproc/py-black, devel/py-virtualenv, devel/py-pylint

(adam)

2023-10-24 04:34:33 UTC MAIN commitmail json YAML

py-pylint: updated to 3.0.2

What's new in Pylint 3.0.2?

False Positives Fixed

Fix used-before-assignment false positive for generic type syntax (PEP 695, Python 3.12).

Other Bug Fixes

Escape special symbols and newlines in messages.
Fixes suggestion for nested-min-max for expressions with additive operators, list and dict comprehensions.
Fixes ignoring conditional imports with ignore-imports=y.
Emit inconsistent-quotes for f-strings with 3.12 interpreter only if targeting pre-3.12 versions.

(adam)

2023-10-24 04:32:43 UTC MAIN commitmail json YAML

py-virtualenv: updated to 20.24.6

Bugfixes - 20.24.6
Use get_hookimpls method instead of the private attribute in tests.
Upgrade embedded wheels:
setuptools to 68.2.2 from 68.2.0
pip to 23.3.1 from 23.2.1

(adam)

2023-10-24 04:30:46 UTC MAIN commitmail json YAML

py-black: updated to 23.10.1

23.10.1

Highlights

- Maintanence release to get a fix out for GitHub Action edge case

Preview style

- Fix merging implicit multiline strings that have inline comments
- Allow empty first line after block open before a comment or compound statement

Packaging

- Change Dockerfile to hatch + compile black

Integrations

- The summary output for GitHub workflows is now suppressible using the `summary`
parameter.
- Fix the action failing when Black check doesn't pass

Documentation

- It is known Windows documentation CI is broken
https://github.com/psf/black/issues/3968

(adam)

2023-10-24 03:38:58 UTC MAIN commitmail json YAML

www/hs-timezone-series: Fix build on GHC 9.6

(pho)

2023-10-24 03:37:26 UTC MAIN commitmail json YAML

www/hs-bsb-http-chunked: Fix build on GHC 9.6

(pho)

2023-10-23 22:20:22 UTC MAIN commitmail json YAML

xfce4: correct PKGREVISION, not set correctly by tiff bump

(gutteridge)

2023-10-23 22:18:29 UTC MAIN commitmail json YAML

doc: Updated devel/py-guppy3 to 3.1.4

(gutteridge)

2023-10-23 22:18:19 UTC MAIN commitmail json YAML

py-guppy3: update to 3.1.4

(While this package now formally supports Python 3.12, the pkgsrc
infrastructure does not, due to there being no py-Tk for 3.12 at
the moment.)

    Version 3.1.4

2023-10-20  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Fix .referrers occasionally returning empty set due to GC race

2023-10-18  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Python 3.12 support added, Python 3.7 support dropped

2022-06-16  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Make guppy ignore ImportError when it is initializing heapdefs from
      all loaded modules. [mardanst]

2022-06-01  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Fix INTERATTR definition, where for "internal attributes" it would
      always report the attribute name as "newname".

2022-05-22  YiFei Zhu  <zhuyifei1999@gmail.com>

    * Fix refcount sanity assertion for Python 3.11, when C asserts are
      compiled in.

(gutteridge)

2023-10-23 18:50:18 UTC MAIN commitmail json YAML

doc: Updated security/tlsx to 1.1.5

(leot)

2023-10-23 18:50:13 UTC MAIN commitmail json YAML

tlsx: Update to 1.1.5

Changes:
v1.1.5
------
## What's Changed
### New Features
* Added `-dns` option to display unique hostname from certificate

(leot)

2023-10-23 18:46:31 UTC MAIN commitmail json YAML

doc: Updated security/dnsx to 1.1.5

(leot)

2023-10-23 18:46:26 UTC MAIN commitmail json YAML

dnsx: Update to 1.1.5

Changes:
v1.1.5
------
## What's Changed
### New Features
* Added ANY query support via `-any`

(leot)

2023-10-23 18:37:39 UTC pkgsrc-2023Q3 commitmail json YAML

Note pullup tickets up to #6815

(bsiegert)

2023-10-23 18:36:34 UTC pkgsrc-2023Q3 commitmail json YAML

Pullup ticket #6815 - requested by gdt
mail/p5-Mail-DKIM: add missing dependency

Revisions pulled up:
- mail/p5-Mail-DKIM/Makefile                                    1.54

---
  Module Name: pkgsrc
  Committed By: gdt
  Date: Sun Oct 22 15:06:36 UTC 2023

  Modified Files:
  pkgsrc/mail/p5-Mail-DKIM: Makefile

  Log Message:
  p5-Mail-DKIM: Add missing dependency on CryptX

(bsiegert)

2023-10-23 18:31:08 UTC pkgsrc-2023Q3 commitmail json YAML

Pullup ticket #6814 - requested by abs
x11/lxqt-panel: NetBSD 10 bugfix

Revisions pulled up:
- x11/lxqt-panel/Makefile                                      1.40
- x11/lxqt-panel/options.mk                                    1.2

---
  Module Name:    pkgsrc
  Committed By:  bacon
  Date:          Wed Oct 18 23:03:49 UTC 2023

  Modified Files:
          pkgsrc/x11/lxqt-panel: Makefile options.mk

  Log Message:
  x11/lxqt-panel: Enable pulseaudio by default on NetBSD

  Prevents crashes on NetBSD 10-BETA

(bsiegert)

2023-10-23 18:30:09 UTC pkgsrc-2023Q3 commitmail json YAML

Pullup ticket #6813 - requested by prlw1
mail/exim: security fix

Revisions pulled up:
- mail/exim/Makefile                                            1.198
- mail/exim/distinfo                                            1.85

---
  Module Name:    pkgsrc
  Committed By:  prlw1
  Date:          Mon Oct 16 14:59:27 UTC 2023

  Modified Files:
          pkgsrc/mail/exim: Makefile distinfo

  Log Message:
  Update exim to 4.96.2

  Security fixes:

  JH/01 Bug 3033: Harden dnsdb lookups against crafted DNS responses.
        CVE-2023-42219

  HS/01 Fix string_is_ip_address() CVE-2023-42117 (Bug 3031)

(bsiegert)

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

lang/rust: Document maintenance plan

as floated on tech-pkg without objections.

(gdt)

2023-10-23 17:00:09 UTC MAIN commitmail json YAML

2023-10-23 15:17:11 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-rugged to 1.7.1

(taca)

2023-10-23 15:16:40 UTC MAIN commitmail json YAML

devel/ruby-rugged: update to 1.7.1

1.7.1 (2023-09-04)

* Support libgit 1.7.1.

(taca)

2023-10-23 14:56:13 UTC MAIN commitmail json YAML

doc: Added www/ruby-rack-session version 2.0.0

(taca)

2023-10-23 14:55:56 UTC MAIN commitmail json YAML

www/Makefile: add and enable ruby-rack-session

(taca)

2023-10-23 14:55:12 UTC MAIN commitmail json YAML

www/ruby-rack-session: add package version 2.0.0

This package is required by Ruby on Rails 7.1

Rack::Session

Session management implementation for Rack.

(taca)

2023-10-23 14:52:18 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-redmine50 to 5.0.6

(taca)

2023-10-23 14:51:50 UTC MAIN commitmail json YAML

devel/redmine50: update to 5.0.6

5.0.6 (2023-09-30)

[Code cleanup/refactoring]

* Defect #38797: Fix incorrect argument format for assert_select

[Custom fields]

* Defect #38464: Rendering a custom field with a URL pattern set and
  containing " :" in the value raises Addressable::URI::InvalidURIError

[Gantt]

* Defect #38728: Correctly escape issue text in Gantt PNG export for
  ImageMagick convert

[Gems support]

* Patch #39070: Allow using the latest version of mocha even when using
  Ruby < 2.7

[Groups]

* Defect #38443: Cannot add a user to a group if the group is a member
  without roles in a certain project

[PDF export]

* Defect #37694: CommonMark Markdown task list item markers are not
  exported to PDF

[Project settings]

* Defect #37166: Roles of a project member should not be made empty

[Projects]

* Defect #38286: "Cannot delete enumeration" error may occur when
  attempting to delete a project with time entries

[Rails support]

* Patch #38374: Update Rails to 6.1.7.6

[Ruby support]

* Defect #38617: Redmine 4.2 on Ruby 2.4 is not compatible with loofah
  2.21 or higher

[Security]

* Defect #38539: Update Nokogiri to 1.15.2 in 5.0-stable and 4.2-stable
* Defect #38807: XSS in Textile formatter
* Defect #38806: XSS in Markdown formatter
* Defect #38417: XSS Vulnerability in Thumbnails

[Text formatting]

* Defect #38697: Exception during thumbnail macro to image tag conversion
  in emails

[Time tracking]

* Defect #39079: NoMethodError when trying to remove the date of an
  existing time entry

[Translations]

* Defect #38507: Fix typo in French translation of
  setting_bulk_download_max_size
* Patch #38533: Improve the clarity of German translation of
  label_user_mail_notify_about_high_priority_issues_html

[UI]

* Defect #33502: Issue field labels for fields with descriptions are
  missing styling on issues show view
* Defect #38448: The margin below the Submit button on the issue edit page
  is too narrow
* Patch #38359: Render numeric axes in charts as Integers

(taca)

2023-10-23 14:47:37 UTC MAIN commitmail json YAML

Updated lang/erlang, lang/erlang-doc, lang/erlang-man, lang/elixir, net/rabbitmq

(adam)

2023-10-23 14:47:10 UTC MAIN commitmail json YAML

rabbitmq: updated to 3.12.7

RabbitMQ 3.12.7

Core Server

Bug Fixes

Stream replication connections configured to use exclusively TLSv1.3 failed.

On startup, stream replicas will handle one more potential case of segment file corruption
after an unclean shutdown.

default_policies.*.queue_pattern definition in rabbitmq.conf was incorrectly parsed.

Avoid log noise when inter-node connections frequently fail and recover.

Enhancements

Optimized stream index scans. Longer scans could result in some replicas stopping
with a timeout.

Classic queue storage version is now a supported key for operator policies.

Queue length limit overflow behavior now can be configured via operator policies.

CLI Tools

Bug Fixes

rabbitmq-streams list_stream_consumer_groups incorrectly validated the set of columns it accepts.

Enhancements

Several list_stream_* commands (available via both rabbitmq-diagnostics and rabbitmq-streams) commands now can
display replica node in addition to other fields.

rabbitmqctl add_user now can accept a pre-generated salted password instead
of a plain text password, both as a positional argument and via standard input:

# This is just an example, DO NOT use this value in production!
# The 2nd argument is a Base64-encoded pre-hashed and salted value of "guest4"
rabbitmqctl -- add_user "guest4" "BMT6cj/MsI+4UOBtsPPQWpQfk7ViRLj4VqpMTxu54FU3qa1G" --pre-hashed-password
# try authenticating with a pair of credentials
rabbitmqctl authenticate_user "guest4" "guest4"

Management Plugin

Bug Fixes

Message consumption with the "Nack message, requeue: true" option did not actually requeue deliveries.

Enhancements

HTTP API request body size is now limited to 10 MiB by default.
Two endpoints, one that accepts messages for publishing (note: publishing over the HTTP API is greatly discouraged)
and another for definition import,
will now reject larger transfers with a 400 Bad Request response.

DELETE /api/queues/{vhost}/{name} now can delete exclusive queues.

Key supported by operator policies are now grouped by queue type in the UI.

MQTT Plugin

Enhancements

Improved data safety for confirms in environments where the plugin uses classic queues.

Web MQTT Plugin

Bug Fixes

Avoid an exception when a not fully established MQTT-over-WebSockets connection terminated.

JMS Topic Exchange Plugin

Bug Fixes

Recovery of bindings of durable queues bound to a transient JMS topic exchange failed.

Sharding Plugin

Bug Fixes

Recovery of bindings of durable queues bound to a transient x-modulo-hash exchange failed.

Recent History Exchange Plugin

Bug Fixes

Recovery of bindings of durable queues bound to a transient recent history exchange failed.

Dependency Upgrades

osiris has been upgraded to 1.6.9

(adam)

2023-10-23 14:42:23 UTC MAIN commitmail json YAML

elixir: updated to 1.15.7

v1.15.7

1. Enhancements

Elixir

[Elixir] Allow code evaluation across Elixir versions

2. Bug fixes

EEx

[EEx] Do not emit duplicate warnings from tokenizer
Mix

[mix format] Correctly match file to subdirectory in Mix.Tasks.Format.formatter_for_file/2

(adam)

2023-10-23 14:41:06 UTC MAIN commitmail json YAML

2023-10-23 14:34:41 UTC MAIN commitmail json YAML

doc: Updated www/squid5 to 5.9nb1

(taca)

2023-10-23 14:34:21 UTC MAIN commitmail json YAML

www/squid5: apply security patches

Apply official security patches:

SQUID-2023:1
SQUID-2023:3

Bump PKGREVISION.

(taca)

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

doc: Updated www/squid6 to 6.4

(taca)

2023-10-23 14:27:33 UTC MAIN commitmail json YAML

www/squid6: update to 6.4

Several security fixes:

SQUID-2023:1
SQUID-2023:2
SQUID-2023:3
SQUID-2023:5

Changes in squid-6.4 (22 Oct 2023):

- Regression: Restore support for legacy cache_object cache manager requests
- Regression: Do not use static initialization to register modules
- Bug 5301: cachemgr.cgi not showing new manager interface URLs
- Bug 5300: cachemgr.cgi assertion
- Fix stack buffer overflow when parsing Digest Authorization
- Fix userinfo percent-encoding
- Fix store_client caller memory leak on certain errors
- Fix validation of certificates with CN=*
- Fix handling of large stored response headers
- Miss if a HTTP/304 update would exceed reply_header_max_size
- RFC 9112: Improve HTTP chunked encoding compliance
- HTTP: Improve handling of empty lines received prior to request-line
- Y2038: improve printing of time settings
- Extend cache_log_message to problematic from-helper annotations
- ... and several Continuous Integration improvements

(taca)