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 (2h)  pkgsrc-2024Q1 (15d)  pkgsrc-2023Q4 (43d)  pkgsrc-2023Q2 (75d)  pkgsrc-2023Q3 (155d) 

2024-05-13 18:23:16 UTC Now

2023-10-27 07:18:34 UTC MAIN commitmail json YAML

devel/hs-dlist: Fix build with GHC 9.6

(pho)

2023-10-27 07:17:43 UTC MAIN commitmail json YAML

doc: Updated devel/hs-generically to 0.1.1

(pho)

2023-10-27 07:17:34 UTC MAIN commitmail json YAML

devel/hs-generically: Update to 0.1.1

0.1.1 -- 2023-03-10
* Backport Eq and Ord instances for Generically1, which were introduced in
  base-4.18.0.0. To ensure that these instances are in scope when building
  with base-4.17.0.0 (in which Generically1 is defined in base, not this
  library), we also add a dependency on base-orphans.

(pho)

2023-10-27 07:07:35 UTC MAIN commitmail json YAML

doc: Updated devel/hs-hashable to 1.4.3.0

(pho)

2023-10-27 07:07:26 UTC MAIN commitmail json YAML

devel/hs-hashable: Update to 1.4.3.0

Version 1.4.3.0
* Export defaultHashWithSalt and defaultHash.
* Fix issue of tuples with 0 first component causing all-zero state.
* Change hashInt to mix bits more.

(pho)

2023-10-27 07:02:05 UTC MAIN commitmail json YAML

doc: Updated devel/hs-indexed-traversable to 0.1.3

(pho)

2023-10-27 07:01:56 UTC MAIN commitmail json YAML

devel/hs-indexed-traversable: Update to 0.1.3

0.1.3 [2023-10-04]
    Add Foldable1WithIndex1 type-class, an indexed version of Foldable1.

(pho)

2023-10-27 06:58:47 UTC MAIN commitmail json YAML

doc: Updated devel/hs-primitive to 0.9.0.0

(pho)

2023-10-27 06:58:36 UTC MAIN commitmail json YAML

devel/hs-primitive: Update to 0.9.0.0

Changes in version 0.9.0.0
* Add withByteArrayContents, withMutableByteArrayContents,
  withPrimArrayContents, withMutablePrimArrayContents.
* Fix signature of keepAlive.
* Remove re-export of fromList and fromListN from Data.Primitive.Array.
* Use mutableByteArrayContents# in GHC 9.2+
* Add Prim instance for Complex.
* Add getSizeofSmallMutableArray that wraps getSizeofSmallMutableArray#
  from GHC.Exts.
* Add default definitions for the setByteArray# and setOffAddr# methods, so
  they don't need to be defined explicitly anymore.
* Add standalone sizeOfType/alignmentOfType (recommended over
  sizeOf/alignment) and Prim class methods sizeOfType#/alignmentOfType#
  (recommended over sizeOf#/alignment#)
* Change Show instances of PrimArray, Array, and SmallArray. These
  previously used the fromListN n [...] form, but they now used the more
  terse [...] form.
* Correct the Read instances of Array and SmallArray. These instances are
  supposed to be able to handle all three of these forms: fromList [...],
  fromListN n [...], and [...]. They had been rejected the last form, but
  this mistake was discovered by the test suite when the Show instances
  were changed.

Changes in version 0.8.0.0
* Add resizeSmallMutableArray that wraps resizeSmallMutableArray# from
  GHC.Exts.
* New module Data.Primitive.PrimVar. This is essentially PrimArray with
  element length 1. For types with Prim instances, this is a drop-in
  replacement for MutVar with fewer indirections.
* PrimArray's type argument has been given a nominal role instead of a
  phantom role. This is a breaking change.
* Add readCharArray, writeCharArray, indexCharArray for operating on 8-bit
  characters in a byte array.
* When building with base-4.17 and newer, re-export the ByteArray and
  MutableByteArray types from base instead of defining them in this
  library. This does not change the user-facing interface of
  Data.Primitive.ByteArray.
* Add keepAlive that wraps keepAlive# for GHC 9.2 and newer. It falls back
  to using touch for older GHCs.

(pho)

2023-10-27 06:23:39 UTC MAIN commitmail json YAML

doc: Updated devel/hs-tagged to 0.8.8

(pho)

2023-10-27 06:23:31 UTC MAIN commitmail json YAML

devel/hs-tagged: Update to 0.8.8

0.8.8 [2023.08.08]
* Allow building with GHC 9.8.

0.8.7 [2023.02.18]
* Define Foldable1 and Bifoldable1 instances for Tagged. These instances
  were originally defined in the semigroupoids library, and they have now
  been migrated to tagged as a side effect of adapting to this Core
  Libraries Proposal
  [https://github.com/haskell/core-libraries-committee/issues/9], which
  adds Foldable1 and Bifoldable1 to base.

(pho)

2023-10-27 06:20:39 UTC MAIN commitmail json YAML

doc: Updated devel/hs-th-abstraction to 0.6.0.0

(pho)

2023-10-27 06:20:29 UTC MAIN commitmail json YAML

2023-10-27 06:16:51 UTC MAIN commitmail json YAML

math/hs-integer-logarithms: Fix build with GHC 9.6

(pho)

2023-10-27 06:15:48 UTC MAIN commitmail json YAML

net/hs-network-uri: Fix build with GHC 9.6

(pho)

2023-10-27 06:04:23 UTC MAIN commitmail json YAML

devel/hs-void: Fix build with GHC 9.6

(pho)

2023-10-27 04:57:12 UTC MAIN commitmail json YAML

doc: Updated devel/hs-base-compat to 0.13.1

(pho)

2023-10-27 04:57:03 UTC MAIN commitmail json YAML

devel/hs-base-compat: Update to 0.13.1

Changes in 0.13.1 [2023.10.11]
* Sync with base-4.19/GHC 9.8
* Backport unzip to Data.Functor.Compat
* Backport (!?) and unsnoc to Data.List.Compat
* Backport getSolo to Data.Tuple.Compat when building against
  ghc-prim-0.8.0 (GHC 9.2) or later. To backport getSolo to older versions
  of GHC, import Data.Tuple.Compat from base-compat-batteries instead.
* Backport decT and hdecT to Data.Typeable.Compat
* Backport decTypeRep to Type.Reflection.Compat

Changes in 0.13.0 [2023.03.10]
* Sync with base-4.18/GHC 9.6
* Backport liftA2 being re-exported from Prelude.Compat.
* Data.Tuple.Compat's Solo API now matches what is present in Data.Tuple in
  base-4.18. In particular, we now re-export both the MkSolo and Solo data
  constructors when building with ghc-prim-0.10.0 or later, with MkSolo
  being preferred over Solo. If you want to backport MkSolo to earlier
  versions of GHC, import Data.Tuple.Compat from base-compat-batteries
  instead.
* Backport traceWith, traceShowWith, and traceEventWith to
  Debug.Trace. Note that traceEventWith is only provided when building with
  base-4.5 or later, as that is the first version of base to provide the
  traceEvent primitive on which traceEventWith is defined.
* Backport inits1 and tails1 to Data.List.NonEmpty.Compat.
* Backport minusNaturalMaybe to Numeric.Natural.Compat.
* Backport applyWhen to Data.Function.Compat.
* Backport mapAccumM and forAccumM to Data.Traversable.Compat.
* Backport heqT to Data.Typeable.Compat. Note that heqT is only defined
  when building with base-4.10 or later, as that is the first version of
  base to provide the primitives needed to define heqT.
* Introduce Data.Foldable1.Compat and Data.Bifoldable1.Compat modules,
  which correspond to changes made in base-4.18.0.0. You may consider using
  base-compat-batteries instead if you want increase the range of base
  versions that are supported.

Changes in 0.12.3 [2023.07.12]
* This coincides with the base-compat-batteries-0.12.3 release. Refer to
  the base-compat-batteries changelog for more details.

(pho)

2023-10-27 04:44:11 UTC MAIN commitmail json YAML

doc: Updated devel/hs-cmdargs to 0.10.22

(pho)

2023-10-27 04:44:02 UTC MAIN commitmail json YAML

devel/hs-cmdargs: Update to 0.10.22

0.10.22, released 2023-03-13
* #68, support GHC 9.6

(pho)

2023-10-27 04:41:40 UTC MAIN commitmail json YAML

converters/hs-base16-bytestring: Fix build with GHC 9.6

(pho)

2023-10-27 04:40:49 UTC MAIN commitmail json YAML

converters/hs-base64-bytestring: Fix build with GHC 9.6

(pho)

2023-10-27 04:39:43 UTC MAIN commitmail json YAML

doc: Updated converters/hs-emojis to 0.1.3

(pho)

2023-10-27 04:39:30 UTC MAIN commitmail json YAML

converters/hs-emojis: Update to 0.1.3

0.1.3
    Update emoji data to Unicode Emoji 15.0 and aliases from gemoji.

(pho)

2023-10-27 03:53:08 UTC MAIN commitmail json YAML

doc: Updated converters/hs-json to 0.11

(pho)

2023-10-27 03:52:58 UTC MAIN commitmail json YAML

converters/hs-json: Update to 0.11

Version 0.11
  * Limit floating-point range to that of Double to avoid allocation
    overflows when constructing Rationals

(pho)

2023-10-27 03:29:41 UTC MAIN commitmail json YAML

doc: Updated devel/hs-syb to 0.7.2.4

(pho)

2023-10-27 03:29:33 UTC MAIN commitmail json YAML

devel/hs-syb: Update to 0.7.2.4

0.7.2.4
    Improved documentation (thanks to @BinderDavid)
    Export ext2 function which was already defined but not exported

0.7.2.3
    Compatibility with mtl 2.3 and GHC 9.6

(pho)

2023-10-27 02:32:49 UTC MAIN commitmail json YAML

devel/hs-file-embed: Fix build with GHC 9.6

(pho)

2023-10-27 02:28:47 UTC MAIN commitmail json YAML

devel/hs-pretty-show: Fix build with GHC 9.6

(pho)

2023-10-27 02:25:34 UTC MAIN commitmail json YAML

devel/hs-random: Fix build with GHC 9.6

(pho)

2023-10-27 02:22:32 UTC MAIN commitmail json YAML

devel/hs-safe: Fix build with GHC 9.6

(pho)

2023-10-27 02:21:14 UTC MAIN commitmail json YAML

doc: Updated devel/hs-split to 0.2.4

(pho)

2023-10-27 02:21:05 UTC MAIN commitmail json YAML

devel/hs-split: Update to 0.2.4

* 0.2.4 (9 October 2023)
  - Test with GHC 9.6.
  - Change examples to doctests (+ add a few more), and check them as part of CI.
  - Fix up a bunch of style hints.

(pho)

2023-10-27 02:11:36 UTC MAIN commitmail json YAML

doc: Updated net/hs-mime-types to 0.1.2.0

(pho)

2023-10-27 02:11:26 UTC MAIN commitmail json YAML

net/hs-mime-types: Update to 0.1.2.0

0.1.2.0
    Added defaultExtensionMap to provide the inverse of defaultMimeMap.
    See PR #930 and #948.

(pho)

2023-10-27 02:08:58 UTC MAIN commitmail json YAML

doc: Updated net/hs-network to 3.1.4.0

(pho)

2023-10-27 02:08:49 UTC MAIN commitmail json YAML

net/hs-network: Update to 3.1.4.0

Version 3.1.4.0
    Install and use afunix_compat.h header. #556
    Supporting SO_SNDTIMEO and SO_RCVTIMEO. #555
    Emulating socketPair on Windows. #554

Version 3.1.3.0
    Supporting AF_UNIX on Windows #553

Version 3.1.2.9
    Resolving the runtime linker problem on Windows. #552

Version 3.1.2.8
    Ignoring error from shutdown in gracefulClose
    Fix bitsize of some msghdr and cmsghdr fields on Linux #535
    Add SO_ACCEPTCONN SocketOption #524

(pho)

2023-10-27 02:04:54 UTC MAIN commitmail json YAML

security/hs-SHA: Fix build with GHC 9.6

(pho)

2023-10-27 02:01:27 UTC MAIN commitmail json YAML

textproc/hs-blaze-html: Fix build with GHC 9.6

(pho)

2023-10-27 01:06:22 UTC MAIN commitmail json YAML

textproc/hs-blaze-markup: Fix build with GHC 9.6

(pho)

2023-10-26 22:50:59 UTC MAIN commitmail json YAML

chat/matrix-synapse: Minor pkglint cleanups

  Convert USE_LANGUAGES=c99 to USE_CC_FEATURES
  Whitespace

(gdt)

2023-10-26 22:47:34 UTC MAIN commitmail json YAML

doc: Updated chat/matrix-synapse to 1.95.0

(gdt)

2023-10-26 22:46:48 UTC MAIN commitmail json YAML

chat/matrix-synapse: Update to 1.95.0

Upstream NEWS content less bugfixes, minor improvements, improved
documentation, etc.

1.95.0:

  none

1.94.0:

* Security

  The following issue is fixed in 1.94.0 (and RC).

    GHSA-5chr-wjw5-3gq4 / CVE-2023-45129 — Moderate Severity

    A malicious server ACL event can impact performance temporarily or permanently leading to a persistent denial of service.

    Homeservers running on a closed federation (which presumably do not need to use server ACLs) are not affected.

* Features

    Render plain, CSS, CSV, JSON and common image formats in the browser (inline) when requested through the /download endpoint. (#15988)
    Add experimental support for MSC4028 to push all encrypted events to clients. (#16361)
    Minor performance improvement when sending presence to federated servers. (#16385)
    Minor performance improvement by caching server ACL checking. (#16360)

1.93.0:

* Security

  The following issues are fixed in 1.93.0 (and RCs).

    GHSA-4f74-84v3-j9q5 / CVE-2023-41335 — Low Severity

    Temporary storage of plaintext passwords during password changes.

    GHSA-7565-cq32-vx2x / CVE-2023-42453 — Low Severity

    Improper validation of receipts allows forged read receipts.

* Features

    Add automatic purge after all users have forgotten a room. (#15488)
    Restore room purge/shutdown after a Synapse restart. (#15488)
    Support resolving homeservers using matrix-fed DNS SRV records from MSC4040. (#16137)
    Add the ability to use G (GiB) and T (TiB) suffixes in configuration options that refer to numbers of bytes. (#16219)
    Add span information to requests sent to appservices. Contributed by MTRNord. (#16227)
    Add the ability to enable/disable registrations when using CAS. Contributed by Aurélien Grimpard. (#16262)
    Allow the /notifications endpoint to be routed to workers. (#16265)
    Enable users to easily unsubscribe to notifications emails via the List-Unsubscribe header. (#16274)
    Report whether a user is locked in the List Accounts admin API, and exclude locked users by default. (#16328)

1.92.x:

* Security

    Pillow requirement in 10.0.1, not because it's actually required,
    but because other packaging systems don't handle updates correctly
    (libwebp).

1.91.x:

    Revert MSC3861 introspection cache, admin impersonation and
    account lock. (Labeled bugfix, but written in a way that makes it
    seem far more important.

* Features

    Add configuration setting for CAS protocol version. Contributed by Aurélien Grimpard. (#15816)
    Suppress notifications from message edits per MSC3958. (#16113)
    Return a Retry-After with M_LIMIT_EXCEEDED error responses. (#16136)
    Add last_seen_ts to the admin users API. (#16218)
    Improve resource usage when sending data to a large number of remote hosts that are marked as "down". (#16223)

(gdt)

2023-10-26 17:19:15 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-commonmark to 0.2.3

(pho)

2023-10-26 17:18:54 UTC MAIN commitmail json YAML

textproc/hs-commonmark: Update to 0.2.3

0.2.3
* Re-export Text.Parsec.Pos from Commonmark.Types (Fraser Tweedale, #106).

(pho)

2023-10-26 16:40:30 UTC MAIN commitmail json YAML

textproc/hs-haddock-library: Fix build with GHC 9.6

(pho)

2023-10-26 16:34:58 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-jira-wiki-markup to 1.5.1

(pho)

2023-10-26 16:34:49 UTC MAIN commitmail json YAML

textproc/hs-jira-wiki-markup: Update to 1.5.1

1.5.1 - Released 2023-03-13.
* Parser: Disallow image paths that start with a space.

1.5.0 - Released 2023-01-11.
* Relaxed upper bounds for mtl, allow mtl 2.3.
* Fixed handling of character sequences that would be interpreted as icons
  if they weren't followed by an alphanumeric character. See also pandoc
  issue #8511.

(pho)

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

doc: Updated textproc/diffstat to 1.65

(snj)

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

diffstat: Update to 1.65

Changes in 1.65:
+ correct case where there is no unified-context.
+ trim trailing '/' from pathnames, e.g., to handle
  "diff -ru FOO/ BAR/ | diffstat -K" (report by "paxsali").
+ update configure macros
+ update config.guess, config.sub

(snj)

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

doc: Updated games/quakespasm to 0.96.1

(snj)

2023-10-26 16:13:59 UTC MAIN commitmail json YAML

games/quakespasm: update to 0.96.1

Changes in 0.96.1

- Fix demo recording as client-only after connection to server (was
  broken by signon changes in 0.96.0. Thanks to Jozsef Szalontai for
  issue report.)
- Fix potential buffer overflow in COM_Parse(), e.g. with maps with
  oversized 'wad' fields. (Thanks to Andrei Drexler.)
- Minor code cleanups.

Changes in 0.96.0:

-  Adjustments to joystick defaults and behaviour. See the
  "Controller support / Cvars" section above.
-  Fix for a mouse grabbing issue on macOS.
-  Add missing support for -ip command line option on unix / macOS.
-  Backport angled sprites code from FTEQW (spriteframetype: 2, must
  have 8 frames per group.)
-  Bump the progs execution runaway loop limit to 16M.
-  Add signon buffer fragmentation to fix SZ_GetSpace errors on
  certain maps when using protocol 999.
-  Increased MAX_DATAGRAM to 64000 to overcome packet overflows.
-  Bump the MAXALIASFRAMES limit to 1024.
-  Fix arrays to have proper sizes in gl mesh code, reflecting
  MAXALIASTRIS and MAXALIASVERTS correctly. (fixes SIGSEGV in
  mj4m4/mj4m5.)
-  Increased default value of gl_farclip to 65536.
-  Increase chase cam target trace distance to allow for chasecam to
  function in large open maps (useful e.g. for the func_vehicle mod.)
-  Raised default maximum number of particles to 16384 (can be set
  up to 32768 with -particles on the command line.)
-  Fix on-screen keyboard showing up suddenly on Steam Deck when
  starting a map.
-  Fix viewmodel interpolation with >10Hz animations.
-  Fix a memory leak when exiting game in SDL2 builds.
-  Fix a possible crash when handling clipboard data on macOS.
-  Fix a potential crash after loading of saved game.
-  Fix possible out-of-bound reads when handling progs type sizes.
-  Fix Dutch angle VP_PARALLEL_UPRIGHT sprites.
-  Fix an issue with lights blending by using 10 bit color depth for
  lightmaps. (For GLSL mode only.) Disable with "-nopackedpixels",
  if necessary.
-  No relative motions when the window is not focused.
-  Status bar and intermission screen tweaks.
-  Properly display monster counts > 3 digits.
-  Fix console animation with scr_conspeed <= 0.
-  Fix mouselook not working upon game quickload during a demo play.
-  Haiku operating system support.
-  Fix console when server is run noninteractively with stdin
  redirected from /dev/null.
-  Updated Visual Studio project files.
-  Minor code cleanups. Updated third party code, e.g. SDL, music
  codecs, etc.

(snj)

2023-10-26 16:08:46 UTC MAIN commitmail json YAML

Updated net/qbittorrent, sysutils/ansible-lint

(adam)

2023-10-26 16:08:27 UTC MAIN commitmail json YAML

ansible-lint: updated to 6.21.1

v6.21.1

Bugfixes

Avoid exception caused by accidental unloading of core rules
Document pre-commit access to ansible community bundle
Fix bug with auto-fix ending too soon

v6.21.0

Minor Changes

Allow linting plugin EXAMPLES as playbooks

Bugfixes

Add support for Rocky
Update supported Ubuntu versions in meta.json
Avoid false positives for handler in roles handlers directory
Hide stacktrace when loading invalid yaml
Add some platforms to meta.json
Temporary avoid auto-fixing YAML files not owned by ansible
Add environment variable for skipping schema update
Avoid creating temporary YAML files inside source tree
Document environment variables
Update schemas
Support complex requirements in argument_specs.yml
Fix SARIF-formatter severity levels
Add play level autofix for key-order rule
Add support for python 3.12
Update SPDX license list
Use checkout action in install docs
Fix actions-tagger arguments

(adam)

2023-10-26 16:04:06 UTC MAIN commitmail json YAML

qbittorrent: updated to 4.6.0

v4.6.0
- FEATURE: Add (experimental) I2P support (glassez)
- FEATURE: Provide UI editor for the default theme (glassez)
- FEATURE: Various UI theming improvements (glassez)
- FEATURE: Implement torrent tags editing dialog (glassez)
- FEATURE: Revamp "Watched folder options" and "Automated RSS downloader" dialog (glassez)
- FEATURE: Allow to use another icons in dark mode (glassez)
- FEATURE: Allow to add new torrents to queue top (glassez)
- FEATURE: Allow to filter torrent list by save path (Tom)
- FEATURE: Expose 'socket send/receive buffer size' options (Chocobo1)
- FEATURE: Expose 'max torrent file size' setting (Chocobo1)
- FEATURE: Expose 'bdecode limits' settings (Chocobo1)
- FEATURE: Add options to adjust behavior of merging trackers to existing torrent (glassez)
- FEATURE: Add option to stop seeding when torrent has been inactive (Christopher)
- FEATURE: Allow to use proxy per subsystem (glassez)
- FEATURE: Expand the scope of "Proxy hostname lookup" option (glassez)
- FEATURE: Add shortcut for "Ban peer permanently" function (Luka Čelebić)
- FEATURE: Add option to auto hide zero status filters (glassez)
- FEATURE: Allow to disable confirmation of Pause/Resume All (glassez)
- FEATURE: Add alternative shortcut CTRL+E for CTRL+F (Luka Čelebić)
- FEATURE: Show filtered port numbers in logs (Hanabishi)
- FEATURE: Add button to copy library versions to clipboard (Chocobo1)
- BUGFIX: Ensure ongoing storage moving job will be completed when shutting down (Chocobo1)
- BUGFIX: Refactored many areas to call non UI blocking code (glassez)
- BUGFIX: Various improvements to the SQLite backend (glassez)
- BUGFIX: Improve startup window state handling (glassez)
- BUGFIX: Use tray icon from system theme only if option is set (glassez)
- BUGFIX: Inhibit system sleep while torrents are moving (Sentox6)
- BUGFIX: Use hostname instead of domain name in tracker filter list (tearfur)
- BUGFIX: Visually validate input path in torrent creator dialog (Chocobo1)
- BUGFIX: Disable symlink resolving in Torrent creator (Ignat Loskutov)
- BUGFIX: Change default value for `file pool size` and `stop tracker timeout` settings (stalkerok)
- BUGFIX: Log when duplicate torrents are being added (glassez)
- BUGFIX: Inhibit suspend instead of screen idle (axet)
- BUGFIX: Ensure file name is valid when exporting torrents (glassez)
- BUGFIX: Open "Save path" if torrent has no metadata (Xu Chao)
- BUGFIX: Prevent torrent starting unexpectedly edge case with magnet (Xu Chao)
- BUGFIX: Better ergonomics of the "Add new torrent" dialog (Xu Chao, glassez)
- WEBUI: Add log viewer (brvphoenix)
- WEBUI: WebAPI: Allow to specify session cookie name (glassez)
- WEBUI: Improve sync API performance (glassez)
- WEBUI: Add filelog settings (brvphoenix)
- WEBUI: Add multi-file renaming (loligans)
- WEBUI: Add "Add to top of queue" option (thalieht)
- WEBUI: Implement subcategories (Bartu Özen)
- WEBUI: Set "SameSite=None" if CSRF Protection is disabled (七海千秋)
- WEBUI: Show only hosts in tracker filter list (ttys3)
- WEBUI: Set Connection status and Speed limits tooltips (Raymond Ha)
- WEBUI: set Cross Origin Opener Policy to `same-origin` (Chocobo1)
- WEBUI: Fix response for HTTP HEAD method (Chocobo1)
- WEBUI: Preserve the network interfaces when connection is down (Fabricio Silva)
- WEBUI: Add "Add Tags" field for RSS rules (Matic Babnik)
- WEBUI: Fix missing error icon (Trim21)
- RSS: Add "Rename rule" button to RSS Downloader (BallsOfSpaghetti)
- RSS: Allow to edit RSS feed URL (glassez)
- RSS: Allow to assign priority to RSS download rule (glassez)
- SEARCH: Use python isolate mode (Chocobo1)
- SEARCH: Bump python version minimum requirement to 3.7.0 (Chocobo1)
- OTHER: Enable DBUS cmake option on FreeBSD (yuri@FreeBSD)
- OTHER: Numerous code improvements and refactorings (glassez, Chocobo1)

(adam)

2023-10-26 14:21:39 UTC MAIN commitmail json YAML

doc: Updated security/cargo-audit to 0.18.3

(pin)

2023-10-26 14:20:04 UTC MAIN commitmail json YAML

doc: Updated devel/cargo-modules to 0.10.2

(pin)

2023-10-26 14:19:41 UTC MAIN commitmail json YAML

2023-10-26 14:11:45 UTC MAIN commitmail json YAML

textproc/hs-tagsoup: Fix build with GHC 9.6

(pho)

2023-10-26 14:09:48 UTC MAIN commitmail json YAML

textproc/hs-unicode-transforms: Fix build with GHC 9.6

(pho)

2023-10-26 13:38:11 UTC MAIN commitmail json YAML

Updated net/py-unearth, devel/py-gitpython

(adam)

2023-10-26 13:37:55 UTC MAIN commitmail json YAML

2023-10-26 13:33:21 UTC MAIN commitmail json YAML

py-unearth: updated to 0.12.1

0.12.1

Bug Fixes

Match index url with the same netloc

(adam)

2023-10-26 13:32:48 UTC MAIN commitmail json YAML

textproc/hs-xml: Fix build with GHC 9.6

(pho)

2023-10-26 13:28:49 UTC MAIN commitmail json YAML

textproc/hs-xml-types: Fix build with GHC 9.6

(pho)

2023-10-26 13:27:31 UTC MAIN commitmail json YAML

doc: Updated devel/hs-lpeg to 1.1.0

(pho)

2023-10-26 13:27:20 UTC MAIN commitmail json YAML

devel/hs-lpeg: Update to 1.1.0

lpeg-1.1.0 - Released 2023-09-27.
* Update to the latest upstream version, LPeg version 1.1.

lpeg-1.0.4 - Released 2023-03-13.
* Allow lua-2.3.
* Cease support for GHC 8.2 and older; require base 4.11 or later.

(pho)

2023-10-26 13:22:36 UTC MAIN commitmail json YAML

converters/hs-string-conversions: Fix build with GHC 9.6

(pho)

2023-10-26 13:19:22 UTC MAIN commitmail json YAML

devel/hs-utf8-string: Fix build with GHC 9.6

(pho)

2023-10-26 13:16:12 UTC MAIN commitmail json YAML

doc: Updated databases/hs-direct-sqlite to 2.3.28

(pho)

2023-10-26 13:15:58 UTC MAIN commitmail json YAML

2023-10-26 13:13:05 UTC MAIN commitmail json YAML

Updated devel/py-meson_python, devel/py-setuptools-rust, lang/py-asttokens, devel/py-jaraco.envs

(adam)

2023-10-26 13:11:33 UTC MAIN commitmail json YAML

py-jaraco.envs: updated to 2.6.0

v2.6.0

Features
- Environments now have a default name, '.venv'.

v2.5.1

Bugfixes
- Remove Python 3.7 compatibility from tests.

v2.5.0

Features
- Require Python 3.8 or later.

(adam)

2023-10-26 13:10:48 UTC MAIN commitmail json YAML

devel/hs-Only: Fix build with GHC 9.6

(pho)

2023-10-26 13:09:46 UTC MAIN commitmail json YAML

py-asttokens: updated to 2.4.1

v2.4.1
Support Astroid v3

(adam)

2023-10-26 13:09:45 UTC MAIN commitmail json YAML

doc: Updated devel/hs-blaze-builder to 0.4.2.3

(pho)

2023-10-26 13:09:34 UTC MAIN commitmail json YAML

devel/hs-blaze-builder: 0.4.2.3

* 0.4.2.3 2023-08-27
  - Fix compilation warnings concerning non-canonical mappend
  - Support bytestring-0.12
  - Support text-2.1
  - Tested with GHC 7.0.4 to 9.8.1 alpha3

(pho)

2023-10-26 13:08:49 UTC MAIN commitmail json YAML

py-setuptools-rust: updated to 1.8.0

1.8.0 (2023-10-26)

Packaging
- Drop support for Python 3.7.
- Remove direct imports from `pkg_resources`.

Added
- Add support for setting a custom cargo profile with the `SETUPTOOLS_RUST_CARGO_PROFILE` environment variable.

(adam)

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

doc: Updated devel/alex to 3.4.0.0

(pho)

2023-10-26 13:07:44 UTC MAIN commitmail json YAML

devel/alex: Update to 3.4.0.0

Changes in 3.4.0.0 [Andreas Abel, 2023-06-20]
* New wrappers to lex strict Text: strict-text, posn-strict-text,
  monad-strict-text and monadUserState-strict-text (PR #240). These
  complement the existing wrappers for String and ByteString.
* Tested with GHC 7.0 - 9.6.2.

Changes in 3.3.0.0 [Andreas Abel, 2023-05-25]
* Add an Ord instance to AlexPosn (Issue #233). This breaks developments
  that define their own (orphan) instance Ord AlexPosn. If this is the
  derived stock instance, the fix is to delete the orphan instance and
  require build-tool-depends: alex:alex >= 3.3.0.0.
* Switch to Haskell PVP versioning with four digits.
* Tested with GHC 7.0 - 9.6.1.

Change in 3.2.7.4 [Andreas Abel, 2023-05-02]
* The user-supplied "epilogue" Haskell code is now put last in the
  generated file. This enables use of Template Haskell in the
  epilogue. (Issue #125.)
* Tested with GHC 7.0 - 9.6.1.

Change in 3.2.7.3 [Andreas Abel, 2023-04-14]
* Amend last change (3.2.7.2) so that Alex-generated code does not need
  LANGUAGE PatternGuards.
* Tested with GHC 7.0 - 9.6.1.

Change in 3.2.7.2 [Andreas Abel, 2023-04-03]
* Fix bug with out-of-bound access to alex_check array. (Surfaced with
  GHC's JS backend, fixed by Sylvain Henry in PR #223.)
* Tested with GHC 7.0 - 9.6.1.

(pho)

2023-10-26 13:07:28 UTC MAIN commitmail json YAML

py-meson_python: updated to 0.15.0

0.15.0
======

- Enable compression for wheel files. The may result in several times
  smaller wheels.
- Require Meson 1.2.3 or later on Python 3.12 or later. Meson 1.2.3
  does not require anymore ``distutils``, allowing to remove the
  dependency on ``setuptools`` on Python 3.12 or later.
- Unconditionally require ``patchelf`` on Linux.  The ``patchelf``
  package is added to the build dependencies if a suitable
  ``patchelf`` executable is not find on the ``$PATH``. This avoids
  cases where ``meson setup`` was run twice during the build process
  to determine whether ``patchelf`` is required.
- Allow to configure the ``meson`` executable to use for the build
  process through the ``$MESON`` environment variable or the ``meson``
  key under ``[tool.meson-python]`` in ``pyproject.toml``.
- Fix wheel platform tag generation on FreeBSD.
- Extend support to other UNIX-like systems and make the tests pass on
  FreeBSD.
- Fix package name normalization in package metadata and improve
  package name validation.
- Fix ``RPATH`` handling when the build ``RPATH`` points to
  subdirectories of the build directory.
- Fix support for the Python limited C API when compiling for PyPy.
- Rename the ``builddir`` config-setting to ``build-dir``. For
  backwards compatibility, the ``buildir`` config-setting remains
  supported as an alias.

(adam)

2023-10-26 12:52:36 UTC MAIN commitmail json YAML

devel/hs-data-ordlist: Fix build with GHC 9.6

(pho)

2023-10-26 12:46:37 UTC MAIN commitmail json YAML

doc: Updated devel/hs-fgl to 5.8.2.0

(pho)

2023-10-26 12:46:28 UTC MAIN commitmail json YAML

devel/hs-fgl: Update to 5.8.2.0

5.8.2.0
-------

* Data.Graph.Inductive.Graph now only requires Graph, not DynGraph
  (issue #100).

* Documented that some functions are partial (issue #98).

* Add `insert` function as synonym for `&` (issue #90).

5.8.1.1
-------

* Data.Graph.Inductive.Query.Dominators.{dom,iDom} could fail for some
  graphs (issue #109, regression in 5.8.1.0).

5.8.1.0
-------

* Data.Graph.Inductive.PatriciaTree.Gr and
  Data.Graph.Inductive.Tree.Gr now have Functor instances.

* 'Gr a' is now an instance of Functor.

(pho)

2023-10-26 12:41:52 UTC MAIN commitmail json YAML

devel/hs-memory: Fix build with GHC 9.6

(pho)

2023-10-26 12:40:17 UTC MAIN commitmail json YAML

textproc/hs-mmap: Fix build with GHC 9.6

(pho)

2023-10-26 12:09:54 UTC MAIN commitmail json YAML

doc: Updated devel/hs-unix-compat to 0.7

(pho)

2023-10-26 12:06:39 UTC MAIN commitmail json YAML

devel/hs-unix-compat: Update to 0.7

Version 0.7 (2023-03-15)
* Remote System.PosixCompat.User module
  (sic, probably they meant remove?)

(pho)

2023-10-26 11:06:33 UTC MAIN commitmail json YAML

textproc/hs-html: Fix build with GHC 9.6

(pho)

2023-10-26 10:46:58 UTC MAIN commitmail json YAML

Update codelite to version 17.0.0

Changelog from release notes

bug fixes:
* codelite-ctags is now built as part of CodeLite sources and is
  not provided as a prebuilt binary
* ctagsd finds the wrong definition of a method
* Respect user-supplied/alternate wx-config Alternate wx-config
  is not respected by ctagsd and codelite-cli subsystems
* Filesystem Workspace: Make Build and Run Project and Rebuild
  Project work with filesystem workspace (rlbxku1r)
* restore frame attributes: MAXIMIZE, FULLSCREEN
* Editor margin offset with fractional scaling enabled
* Fixed: CodeLite crashes when opening the resource dialog when
  no workspace is opened
* Fixed: CodeLite crashes when the LSP command is invalid
* Fixed the issue that OpenFileAsync would not trigger the
  callback function to open soft-linked files
* FIX: Git, The first commit failed (liuanlin-mx)
* fix:git plugin: show file diff, file path is incorrect
* git: add Show file Log (liuanlin-mx)
* Fix: Replace All, Regular expressions don't work (liuanlin-mx)
* Clicking the "Refresh" button in the FSW toolbar, refreshes
  the entire tree, unconditionally
* Tab control navigation: use the same keyboard on all major
  platforms
* Tab control navigation dialog: show the dialog when using
  WSL2 on Windows
* Fix issue with "Open Resource..." searches containing
  :line[:column] When search pattern includes :line[:column]
  the current search only uses the filename - paths before the
  filename are ignored (Uffe Jakobsen)
* fixed: Outline view is unreadable - bad colors
* Add support for Alacritty terminal emulator
* wxCrafter: Subclass of wxSpinCtrl crashes wxCrafter

Impovements:
* Source code formatter: added support for cmake-format
* CodeLite startup time improved
* Updated the Replace UI to fit the other controls
* Preferences dialog has been re-written and now fits better on
  small screen, as a side bonus, it loads instantly
* Reloading a file opened remotely, now loads it from the
  remote server ( Ctrl+R )
* Language Server plugin: LSP server detection code improvements
* Code Formatter plugin: the plugin was re-written.
  By default CodeLite now configure code formatters for:
    C++ clang-format
    JSON jq
    XML xmllint
    Rust rustfmt
    PHP php-cs-fixer & phpcbf
    Python black
* Code Formatter plugin: support "Format On Save": the user can
  now configure that the editor will be formatted after a save
  operation
* Code Formatter plugin: is now supporting invoking formatting
  on remote files opened via the Remoty plugin
* Hidden folders are now displayed in the UI using gray text and
  disabled image
* Remoty workspace tree view: added an option to copy a remote
  folder path
* File system workspace tree view: the top level folder no longer
  displays the fullpath, but rather that last dir name
* A modified tab now displays a round circle indicating that the
  file is modified
* All template files have been updated to use the
  dap - Debug Adapter Client by default
* Welcome Page has been updated, mainly, the list of Recently
  opened workspaces now includes list of workspaces opened by
  other plugins (e.g. Remoty)

(nros)

2023-10-26 10:42:16 UTC MAIN commitmail json YAML

textproc/hs-regex-applicative: Fix build with GHC 9.6

(pho)

2023-10-26 10:18:34 UTC MAIN commitmail json YAML

python: ... and for share/doc

(wiz)

2023-10-26 10:17:14 UTC MAIN commitmail json YAML

python: also replace PYVERSSUFFIX in man page names

(wiz)

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

2023-10-26 10:10:02 UTC MAIN commitmail json YAML

python: extension.mk: replace python version number in binaries with var

(For print-PLIST)

(wiz)

2023-10-26 09:33:04 UTC MAIN commitmail json YAML

Updated security/py-acme, security/py-certbot*

(adam)

2023-10-26 09:32:27 UTC MAIN commitmail json YAML

py-acme py-certbot*: updated to 2.7.3

Certbot 2.7.3

Fixed

Fixed a bug where arguments with contained spaces weren't being handled correctly
Fixed a bug that caused the ACME account to not be properly restored on
renewal causing problems in setups where the user had multiple accounts with
the same ACME server.

Certbot 2.7.2

Fixed

certbot-dns-ovh plugin now requires lexicon>=3.15.1 to ensure a consistent behavior with OVH APIs.
Fixed a bug where argument sources weren't correctly detected in abbreviated
arguments, short arguments, and some other circumstances

(adam)

2023-10-26 09:19:52 UTC MAIN commitmail json YAML

Updated devel/py-anytree, devel/py-ipykernel

(adam)

2023-10-26 09:19:33 UTC MAIN commitmail json YAML

py-ipykernel: updated to 6.26.0

6.26.0

Maintenance and upkeep improvements

- Update lint deps and add more typing
- Update typing for traitlets 5.11
- chore: update pre-commit hooks
- Update IPython Typing Usage
- Update typing
- Use sp-repo-review
- Bump actions/checkout from 3 to 4

(adam)

2023-10-26 09:18:34 UTC MAIN commitmail json YAML

textproc/hs-regex-base: Fix build with GHC 9.6

(pho)

2023-10-26 09:15:52 UTC MAIN commitmail json YAML

py-anytree: updated to 2.11.1

2.11.1
Unknown changes

2.11.0
Add mermaid exporter
Add filter_, stop and maxlevel to all exporters

(adam)

2023-10-26 08:36:42 UTC MAIN commitmail json YAML

devel/hs-old-time: Fix build with GHC 9.6

(pho)

2023-10-26 08:29:00 UTC MAIN commitmail json YAML

2023-10-26 08:04:01 UTC MAIN commitmail json YAML

Updated devel/py-hypothesis, devel/py-pyrsistent

(adam)

2023-10-26 08:03:40 UTC MAIN commitmail json YAML

py-pyrsistent: updated to 0.20.0

0.20.0, 2023-10-25
* Fix 245, never introduce new nodes during discard.
* Fix 268, do not rely on well implemented __ne__ for keys in pmaps, instead do explicit inversion of equality
  comparison when checking for inequality.
* Officially support Python 3.12.
* Officially drop support for Python 3.7.
* Fix 273, build more types of wheels. Thanks @jams2 for this!
* Fix 282, add generic types to types. Thanks @lukasK9999 for this!
* Fix 281, defaultdict can now be frozen. NB! This is a backwards incompatible fix since defaultdict was not
  previously frozen.

(adam)

2023-10-26 08:02:34 UTC MAIN commitmail json YAML

py-hypothesis: updated to 6.88.1

6.88.1

This patch improves register_type_strategy() when used with tuple subclasses, by preventing them from being interpreted as generic and provided to strategies like st.from_type(Sequence[int]).

6.88.0

This release allows strategy-generating functions registered with register_type_strategy() to conditionally not return a strategy, by returning NotImplemented.

6.87.4

When randoms() was called with use_true_randoms=False, calling sample on it with an empty sequence and 0 elements would result in an error, when it should have returned an empty sequence to agree with the normal behaviour of random.Random. This fixes that discrepancy.

6.87.3

This patch ensures that the hypothesis codemod CLI will print a warning instead of stopping with an internal error if one of your files contains invalid syntax.

6.87.2

This patch makes some small changes to our NumPy integration to ensure forward compatibility.

(adam)

2023-10-26 08:02:21 UTC MAIN commitmail json YAML

security/cargo-audit: update to 0.18.3

Bring it up-to-date, v0.17.6 -> v0.18.3

No ChangeLogs provided.

(pin)

2023-10-26 08:01:46 UTC MAIN commitmail json YAML

doc: Updated graphics/gifski to 1.13.0

(pin)

2023-10-26 08:01:20 UTC MAIN commitmail json YAML

graphics/gifski: update to 1.13.0

The last bit of C has fallen

gif.ski was originally meant to be just the highest-quality GIF maker, but over
time I also made it generate smaller files. Now it's probably the most
technically advanced GIF compressor, if I say so myself.

The key to good GIF compression is making LZW algorithm lossy. In 2014, I wrote
a patch that added lossy compression to gifsicle. Gifsicle is a GIF optimization
tool created in 1998, so I can't blame them for not using Rust. Of course,
I wanted to use that lossy compression in gif.ski too, so I've made gifsicle
usable as a Rust crate.

Rust already had a gif encoder, so bringing all of the gifsicle's code seemed
unnecessary. I only wanted the lossy LZW bit, so I've made the Rust gif library
accept data from other compressors, and used only a couple of gifsicle's C
functions for compression.

The lossy LZW compressor was still my 2014 hacked-together C — until yesterday.
I've rewritten it in Rust.

The rewritten code gives exactly the same, bit-identical output. Usually, when
people rewrite projects it's hard to compare results to the original, because
the rewrites change and reinvent things along the way. This time it's apples to
apples. I made sure it works exactly the same. I even reimplemented an integer
overflow bug and quirks caused by use linked lists. The result is… the same
performance, and the same binary size, within margin of error. You don't need
to rush to upgrade! On one hand this isn't surprising — it's the same algorithm,
and Rust has C-like performance as advertised. OTOH I used mostly idiomatic
Rust, and did not try to make it super optimized. The original C code did clever
things with memory pools and linked lists, and I've swapped it all for Vecs in
enums.

Aside from ffmpeg, which I'm not rewriting, gif.ski is now 100% pure Rust. It
makes it a bit easier to build it. The x86-64 MUSL/Linux binary has been built
on my ARM Mac. Since the code is now in a form I find easier to refactor, later
I'll work on improving quality of its lossy dithering, because for some reason
I'm determined to squeeze every last possible bit out of this prehistoric video
format.

(pin)

2023-10-26 07:37:12 UTC MAIN commitmail json YAML

icu: avoid Python for build - it is only needed to rebuild data, but data is provided in the distfile; this fixes circular dependency on Python and Sqlite3 with ICU

(adam)

2023-10-26 07:31:28 UTC MAIN commitmail json YAML

doc: Updated devel/hs-ansi-terminal to 1.0

(pho)

2023-10-26 07:31:18 UTC MAIN commitmail json YAML

devel/hs-ansi-terminal: Update to 1.0

Version 1.0
* On Windows, drop support for legacy Windows requiring emulation.
* On Windows, the package no longer depends (directly or indirectly) on the
  Win32, array, containers, deepseq, filepath, ghc-boot-th, mintty, pretty
  or template-haskell packages.
* hSupportsANSI no longer assumes that the given handle is writeable.
* hSupportsANSIWithoutEmulation is deprecated.

Version 0.11.5
* Module System.Console.ANSI.Types spun out to new dependency package
  ansi-terminal-types-0.11.5.
* Drop support for GHC versions before GHC 7.10.1 (released March 2015).
* Improvements to Haddock documentation.

(pho)

2023-10-26 07:08:59 UTC MAIN commitmail json YAML

devel/Makefile: + hs-ansi-terminal-types

(pho)

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

doc: Added devel/hs-ansi-terminal-types version 0.11.5

(pho)

2023-10-26 07:08:41 UTC MAIN commitmail json YAML

devel/hs-ansi-terminal-types: import hs-ansi-terminal-types-0.11.5

The 'ANSI' standards refer to the visual style of displaying characters as
their 'graphic rendition'. The 'ANSI' codes to establish the graphic
rendition for subsequent text are referred to as SELECT GRAPHIC RENDITION
(SGR). This package exposes modules that export types and functions used to
represent SGR aspects.

(pho)

2023-10-26 07:07:47 UTC MAIN commitmail json YAML

mk/haskell/build-type.awk: Deal with CRLF newlines

(pho)

2023-10-26 06:55:45 UTC MAIN commitmail json YAML

doc: Updated devel/hs-memotrie to 0.6.11

(pho)

2023-10-26 06:55:36 UTC MAIN commitmail json YAML

2023-10-26 06:54:01 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-Diff to 0.5

(pho)

2023-10-26 06:53:51 UTC MAIN commitmail json YAML

2023-10-26 06:33:14 UTC MAIN commitmail json YAML

Updated devel/py-debugpy, security/py-OpenSSL

(adam)

2023-10-26 06:32:57 UTC MAIN commitmail json YAML

py-OpenSSL: updated to 23.3.0

23.3.0 (2023-10-25)
-------------------

Backward-incompatible changes:

- Dropped support for Python 3.6.
- The minimum ``cryptography`` version is now 41.0.5.
- Removed ``OpenSSL.crypto.loads_pkcs7`` and ``OpenSSL.crypto.loads_pkcs12`` which had been deprecated for 3 years.
- Added ``OpenSSL.SSL.OP_LEGACY_SERVER_CONNECT`` to allow legacy insecure renegotiation between OpenSSL and unpatched servers.

Deprecations:

- Deprecated ``OpenSSL.crypto.PKCS12`` (which was intended to have been deprecated at the same time as ``OpenSSL.crypto.load_pkcs12``).
- Deprecated ``OpenSSL.crypto.NetscapeSPKI``.
- Deprecated ``OpenSSL.crypto.CRL``
- Deprecated ``OpenSSL.crypto.Revoked``
- Deprecated ``OpenSSL.crypto.load_crl`` and ``OpenSSL.crypto.dump_crl``
- Deprecated ``OpenSSL.crypto.sign`` and ``OpenSSL.crypto.verify``
- Deprecated ``OpenSSL.crypto.X509Extension``

Changes:

- Changed ``OpenSSL.crypto.X509Store.add_crl`` to also accept
  ``cryptography``'s ``x509.CertificateRevocationList`` arguments in addition
  to the now deprecated ``OpenSSL.crypto.CRL`` arguments.
- Fixed ``test_set_default_verify_paths`` test so that it is skipped if no
  network connection is available.

(adam)

2023-10-26 06:28:56 UTC MAIN commitmail json YAML

py-debugpy: updated to 1.8.0

debugpy 1.8.0

Fixes 1379.

Drops Python 3.7 support. Please use debugpy v1.7.0 if you need to debug Python 3.7.

(adam)

2023-10-26 05:41:09 UTC MAIN commitmail json YAML

doc: Updated devel/happy to 1.21.0

(pho)

2023-10-26 05:41:00 UTC MAIN commitmail json YAML

devel/happy: Update to 1.21.0

No change log is provided by the upstream.

(pho)

2023-10-26 05:16:45 UTC MAIN commitmail json YAML

devel/hs-ghc-paths: Fix build with GHC 9.6

(pho)

2023-10-26 05:15:30 UTC MAIN commitmail json YAML

doc: Updated devel/hs-githash to 0.1.7.0

(pho)

2023-10-26 05:15:19 UTC MAIN commitmail json YAML

2023-10-26 05:13:47 UTC MAIN commitmail json YAML

doc: Updated devel/hs-safe-exceptions to 0.1.7.4

(pho)

2023-10-26 05:13:37 UTC MAIN commitmail json YAML

devel/hs-safe-exceptions: Update to 0.1.7.4

0.1.7.4
    Add HasCallStack when exceptions >= 0.10.6 (#41)

(pho)

2023-10-26 05:11:30 UTC MAIN commitmail json YAML

doc: Updated devel/hs-unliftio-core to 0.2.1.0

(pho)

2023-10-26 05:11:20 UTC MAIN commitmail json YAML

devel/hs-unliftio-core: Update to 0.2.1.0

0.2.1.0
    Added Control.Monad.IO.Unlift.liftIOOp

0.2.0.2
    Widen base upperbound to < 4.17 to support ghc-9.2.

(pho)

2023-10-26 05:08:20 UTC MAIN commitmail json YAML

doc: Updated misc/hs-extra to 1.7.14

(pho)

2023-10-26 05:08:11 UTC MAIN commitmail json YAML

misc/hs-extra: Update to 1.7.14

1.7.14, released 2023-07-01
    #106, add compatibility with GHC 9.7
    #103, future-proof against addition of Data.List.unsnoc

1.7.13, released 2023-04-22
    #102, add mwhen :: Monoid a => Bool -> a -> a
    #99, make replace with an empty from intersperse the replacement
    #101, future-proof against addition of Data.List.!?

(pho)

2023-10-26 05:05:27 UTC MAIN commitmail json YAML

textproc/hs-prettyprinter: Fix build with GHC 9.6

(pho)

2023-10-26 05:00:32 UTC MAIN commitmail json YAML

devel/hs-cpphs: Fix build with GHC 9.6

(pho)

2023-10-26 04:46:44 UTC MAIN commitmail json YAML

devel/hs-refact: Fix build with GHC 9.6

(pho)

2023-10-26 04:44:09 UTC MAIN commitmail json YAML

doc: Updated textproc/hs-hscolour to 1.25

(pho)

2023-10-26 04:43:55 UTC MAIN commitmail json YAML

2023-10-26 04:25:29 UTC MAIN commitmail json YAML

devel/hs-HUnit: Fix build with GHC 9.6

(pho)

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

devel/hs-call-stack: Fix build with GHC 9.6

(pho)

2023-10-26 04:10:02 UTC MAIN commitmail json YAML

devel/hs-fmlist: Fix build with GHC 9.6

(pho)

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

doc: Updated devel/hs-splitmix to 0.1.0.5

(pho)

2023-10-26 03:38:26 UTC MAIN commitmail json YAML

2023-10-26 03:36:30 UTC MAIN commitmail json YAML

devel/hs-StateVar: Fix build with GHC 9.6

(pho)

2023-10-26 03:23:43 UTC MAIN commitmail json YAML

devel/hs-colour: Fix build with GHC 9.6

(pho)

2023-10-26 03:01:56 UTC MAIN commitmail json YAML

devel/hs-hourglass: Fix build with GHC 9.6

(pho)

2023-10-26 02:58:51 UTC MAIN commitmail json YAML

devel/hs-auto-update: Fix build with GHC 9.6

(pho)

2023-10-26 02:57:44 UTC MAIN commitmail json YAML

devel/hs-base-unicode-symbols: Fix build with GHC 9.6

(pho)

2023-10-26 02:53:57 UTC MAIN commitmail json YAML

doc: Updated devel/hs-basement to 0.0.16

(pho)

2023-10-26 02:53:48 UTC MAIN commitmail json YAML

2023-10-26 02:45:03 UTC MAIN commitmail json YAML

devel/hs-bitarray: Fix build with GHC 9.6

(pho)

2023-10-26 02:38:27 UTC MAIN commitmail json YAML

devel/hs-old-locale: Fix build with GHC 9.6

(pho)

2023-10-26 02:34:31 UTC MAIN commitmail json YAML

devel/Makefile: + hs-bloomfilter

(pho)

2023-10-26 02:34:17 UTC MAIN commitmail json YAML

doc: Added devel/hs-bloomfilter version 2.0.1.2

(pho)

2023-10-26 02:34:10 UTC MAIN commitmail json YAML

devel/hs-bloomfilter: import hs-bloomfilter-2.0.1.2

This package provides both mutable and immutable Bloom filter data types,
along with a family of hash function and an easy-to-use interface.

(pho)

2023-10-26 02:31:50 UTC MAIN commitmail json YAML

devel/Makefile: + hs-byteable

(pho)

2023-10-26 02:31:42 UTC MAIN commitmail json YAML

doc: Added devel/hs-byteable version 0.1.1

(pho)

2023-10-26 02:31:31 UTC MAIN commitmail json YAML

devel/hs-byteable: import hs-byteable-0.1.1

Abstract class to manipulate sequence of bytes

The use case of this class is abstracting manipulation of types that are
just wrapping a bytestring with stronger and more meaniful name.

Usual definition of those types are of the form:
newtype MyType = MyType ByteString

(pho)

2023-10-25 23:00:33 UTC MAIN commitmail json YAML

py-flit: fix wrong DEPENDS

Even when you want one particular package version, you must always consider
PKGREVISION.

(wiz)

2023-10-25 22:49:02 UTC MAIN commitmail json YAML

python: clean up some duplicates in bootstrap.mk

(wiz)

2023-10-25 22:33:50 UTC MAIN commitmail json YAML

doc: Updated devel/py-build to 1.0.3nb1

(wiz)

2023-10-25 22:33:40 UTC MAIN commitmail json YAML

py-build: switch to bootstrap.mk

Add TEST_DEPENDENCIES and current test status.

Bump PKGREVISION.

(wiz)

2023-10-25 22:27:26 UTC MAIN commitmail json YAML

doc: Updated devel/py-pyproject_hooks to 1.0.0nb1

(wiz)

2023-10-25 22:27:13 UTC MAIN commitmail json YAML

2023-10-25 22:26:06 UTC MAIN commitmail json YAML

doc: Updated devel/py-packaging to 23.2nb1

(wiz)

2023-10-25 22:25:54 UTC MAIN commitmail json YAML

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

py-pyparsing: remove unused file

(wiz)

2023-10-25 22:24:30 UTC MAIN commitmail json YAML

doc: Updated devel/py-pyparsing to 3.1.1nb1

(wiz)

2023-10-25 22:24:14 UTC MAIN commitmail json YAML

py-pyparsing: switch to bootstrap.mk

Bump PKGREVISION.

(wiz)

2023-10-25 22:23:03 UTC MAIN commitmail json YAML

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

python: bootstrap: fix typo

(wiz)

2023-10-25 22:21:38 UTC MAIN commitmail json YAML

2023-10-25 22:21:04 UTC MAIN commitmail json YAML

python: add bootstrap.mk

This file is intended to collect rules to build the basic packages
that are needed to build other packages.

As of now, the ones recommended by the Python community seem to be
flit_core -> installer -> build

(wiz)

2023-10-25 22:14:25 UTC MAIN commitmail json YAML

doc: Updated converters/py-zfec to 1.5.7.4

(gdt)

2023-10-25 22:14:15 UTC MAIN commitmail json YAML

converters/py-zfec: Update to 1.5.7.4

packaging changes: none (3.7 is not in pkgsrc)

* Release 1.5.7.4 (2023-10-23)

** Python 3.7 is no longer supported.
** Python 3.12 is now supported.
** Binary packages for the macOS "universal2" and "arm64" architectures are now provided.
** The benchmark tool has been ported to Python 3.
** The GIL is now released for zfec.Encoder and zfec.Decoder initialization and for encode and decode operations.
  This enables multithreaded use of zfec to use multiple CPU cores for increased aggregate throughput.

(gdt)

2023-10-25 22:04:34 UTC MAIN commitmail json YAML

doc: Updated textproc/py-tomli to 2.0.1nb1

(wiz)

2023-10-25 22:04:23 UTC MAIN commitmail json YAML

py-tomli: only use flit_core and installer

This is relevant because this package is on the recommended bootstrap
path for Python distributions.

Bump PKGREVISION.

(wiz)

2023-10-25 22:02:12 UTC MAIN commitmail json YAML

doc: Updated misc/py-installer to 0.7.0nb1

(wiz)

2023-10-25 22:01:57 UTC MAIN commitmail json YAML

py-installer: only use py-flit_core for building

This is relevant because this is on the recommended bootstrap path for
Python module distributions.

Bump PKGREVISION.

(wiz)

2023-10-25 21:46:46 UTC MAIN commitmail json YAML

doc: Updated devel/py-flit_core to 3.9.0nb1

(wiz)

2023-10-25 21:46:36 UTC MAIN commitmail json YAML

py-flit_core: make this module standalone

This now needs no other Python modules to build and install.

This is relevant because py-flit_core is currently the recommended
method to bootstrap Python module distributions from scratch.

Bump PKGREVISION.

(wiz)

2023-10-25 21:35:54 UTC MAIN commitmail json YAML

doc: Updated net/py-magic-wormhole to 0.13.0nb1

(wiz)

2023-10-25 21:35:42 UTC MAIN commitmail json YAML

py-magic-wormhole: fix build with Python 3.12

(already done upstream)

Bump PKGREVISION.

(wiz)

2023-10-25 21:33:15 UTC MAIN commitmail json YAML

python311: add 'wide' to USE_CURSES

(Guessing and trying to fix macOS bulk build, please step in if you know
the proper fix.)

(wiz)

2023-10-25 19:40:36 UTC MAIN commitmail json YAML

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

devel/hs-bytestring-builder: Fix build with GHC 9.6

(pho)

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

devel/hs-half: Fix build with GHC 9.6

(pho)

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

devel/hs-cereal: Fix build with GHC 9.6

(pho)

2023-10-25 18:07:44 UTC MAIN commitmail json YAML

devel/hs-say: Fix build with GHC 9.6

(pho)

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)