pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/fastfetch



Module Name:    pkgsrc
Committed By:   vins
Date:           Sun May  3 18:05:40 UTC 2026

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile distinfo

Log Message:
sysutils/fastfetch: update to 2.62.1

# changes

# 2.62.1

Bugfixes:
* Fixes Host module not working on some devices (#2279, Host, Linux)
    * Regression from v2.61.0

# 2.62.0

Changes:
* Sort package managers alphabetically in output and format arguments (Packages)
    * The positional order of format arguments has changed — this is a breaking change for users relying on numeric placeholders. Named arguments are always preferred; e.g., use `{pacman}` (refer to 
`fastfetch -h packages-format`) instead of `{1}` to keep your config future-proof.

Features:
* Reports `Unused` instead of `Disabled` for zero-size swap on macOS (#2248, Swap, macOS)
* Improves the robustness of default route detection on Linux (#2252, LocalIP, Linux)
* PhysicalDisk module improvements
    * Detects virtual disks and adds support for hiding them via `hideVirtual` option (defaults to `false`)
    * Detects unused/disconnected disks and adds support for hiding them via `hideUnused` option (defaults to `true`)
    * Adds support for OpenBSD and NetBSD (root privileges are required to access disk information)
    * Improves interconnect type detection on SunOS
    * Adds floppy drive support on Windows
* Rewrites Windows GPU detection with D3DKMT APIs, unifying it with WSL GPU detection (GPU, Windows)
* Verifies that the battery and power adapter are present before detection (Battery / PowerAdapter, Linux)
* Improves PhysicalMemory reliability on OpenBSD and FreeBSD, including support for x86 UEFI systems on OpenBSD and non-UEFI systems on FreeBSD (PhysicalMemory, OpenBSD / FreeBSD)
* Adds `display.common.(ndigits|spaceBeforeUnit)` options to configure common formatting for duration, percent, size, frequency and temperature values (#2234)
* Slightly improves performance by skipping probes for ignored device types (Sound)
* Adds support for AppImage package detection (#2179, Packages, Linux)

Bugfixes:
* Fixes a potential crash on certain Intel GPU models when using `--gpu-driver-specific` (#2259, GPU, Linux)
* Doesn't report partitions as physical disks (DiskIO, NetBSD)
* Fixes a typo (#2260, Wifi, macOS)
* Corrects documentation for zpool format placeholders (#2261, Zpool)
* Restores Windows 8.1 support (Cursor, Windows)
* Fixes an out-of-bounds memory access when swaps are disabled (Swap, Windows)
* Fixes battery status being incorrectly reported as `Charging` on systems with multiple batteries (#2263, Battery, Linux)
* Fixes ash shell version detection (#2271, Shell, Linux)
* Uses the `iterm` image protocol automatically on iTerm terminals for auto logo type (Logo)
* Adds missing options when generating full config file


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/fastfetch/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/fastfetch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fastfetch/Makefile
diff -u pkgsrc/sysutils/fastfetch/Makefile:1.45 pkgsrc/sysutils/fastfetch/Makefile:1.46
--- pkgsrc/sysutils/fastfetch/Makefile:1.45     Sun Apr 19 18:59:34 2026
+++ pkgsrc/sysutils/fastfetch/Makefile  Sun May  3 18:05:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2026/04/19 18:59:34 vins Exp $
+# $NetBSD: Makefile,v 1.46 2026/05/03 18:05:40 vins Exp $
 
-DISTNAME=      fastfetch-2.61.0
+DISTNAME=      fastfetch-2.62.1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fastfetch-cli/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/fastfetch/distinfo
diff -u pkgsrc/sysutils/fastfetch/distinfo:1.27 pkgsrc/sysutils/fastfetch/distinfo:1.28
--- pkgsrc/sysutils/fastfetch/distinfo:1.27     Sun Apr 19 18:59:34 2026
+++ pkgsrc/sysutils/fastfetch/distinfo  Sun May  3 18:05:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2026/04/19 18:59:34 vins Exp $
+$NetBSD: distinfo,v 1.28 2026/05/03 18:05:40 vins Exp $
 
-BLAKE2s (fastfetch-2.61.0.tar.gz) = 6424d618306838af807eaae94199485d9c8c233cffd7c0e0d98ce9bd76678a3b
-SHA512 (fastfetch-2.61.0.tar.gz) = 45bd9a0bd6b6911bf4eea419ee9f0e990b63a567c662cf1b567d7dd9f964443a55e4f061aea54a3c945d50238469d046bf45beb3c52a18bbc2921fbc25c221a8
-Size (fastfetch-2.61.0.tar.gz) = 1452448 bytes
+BLAKE2s (fastfetch-2.62.1.tar.gz) = de020fb11d1e649dced15354c19a10a1dc08a7c69eef9cb82d24b57a2ea6c807
+SHA512 (fastfetch-2.62.1.tar.gz) = 056f120841f4c6dd7cfc4bdcc5731e21d377abb2ed923b2964128c94d6d7e404f22c756fb17bd25e4e36dba5e09f3f910d918c6aa3e319507e740aa34c11a41c
+Size (fastfetch-2.62.1.tar.gz) = 1463802 bytes



Home | Main Index | Thread Index | Old Index