pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/feh



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Apr 19 15:58:01 UTC 2026

Modified Files:
        pkgsrc/graphics/feh: Makefile distinfo

Log Message:
graphics/feh: update to 3.12.1

Mon, 06 Apr 2026 21:47:59 +0200  Birte Friesel <derf+feh%finalrewind.org@localhost>

* Release v3.12.1
    * Update tests to reflect the %f/%F changes implemented in v3.12

Mon, 06 Apr 2026 11:13:12 +0200  Birte Friesel <derf+feh%finalrewind.org@localhost>

* Release v3.12
    * Disallow %f and %n format specifiers in --action and --info strings;
      abort with an error message if those are encountered. Use %F and %N
      instead. Rationale: %f and %n do not escape shell-specific syntax and
      are thus a security risk when passing untrusted file names to feh. %F and
      %N, which have been available since v2.3 (Feb 2012), do escape
      shell-specific syntax. Migration path: Replace %f (or '%f') and %n (or
      '%n') with %F and %N (without '') in --action and --info commands.
      Reported by Paavan Bagla, Archit Goyal, Michael Hurtado, Venkat Nallam,
      and Jaden Wang <https://github.com/derf/feh/issues/821>.

Thu, 02 Apr 2026 09:59:36 +0200  Birte Friesel <derf+feh%finalrewind.org@localhost>

* Release v3.11.4
    * Fix formatting in man page for groff 1.23.0+ (patch by Keith Thompson)
    * Do not skip URLs when `--sort mtime` or similar are used (patch by
      elig0n)
    * Define `_GNU_SOURCE` macro for mkstemps usage (if enabled) (patch by Jeff
      Brown)


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 pkgsrc/graphics/feh/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/graphics/feh/distinfo

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

Modified files:

Index: pkgsrc/graphics/feh/Makefile
diff -u pkgsrc/graphics/feh/Makefile:1.146 pkgsrc/graphics/feh/Makefile:1.147
--- pkgsrc/graphics/feh/Makefile:1.146  Thu Feb 26 12:45:43 2026
+++ pkgsrc/graphics/feh/Makefile        Sun Apr 19 15:58:01 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.146 2026/02/26 12:45:43 pin Exp $
+# $NetBSD: Makefile,v 1.147 2026/04/19 15:58:01 pin Exp $
 
-DISTNAME=      feh-3.11.3
+DISTNAME=      feh-3.12.1
 CATEGORIES=    graphics
 MASTER_SITES=  https://feh.finalrewind.org/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/graphics/feh/distinfo
diff -u pkgsrc/graphics/feh/distinfo:1.74 pkgsrc/graphics/feh/distinfo:1.75
--- pkgsrc/graphics/feh/distinfo:1.74   Thu Feb 26 12:45:43 2026
+++ pkgsrc/graphics/feh/distinfo        Sun Apr 19 15:58:01 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.74 2026/02/26 12:45:43 pin Exp $
+$NetBSD: distinfo,v 1.75 2026/04/19 15:58:01 pin Exp $
 
-BLAKE2s (feh-3.11.3.tar.bz2) = 4df4f12f12fbd04f79d6034a52c3767ef890d6c9d56c0fcbea01a8385349eb18
-SHA512 (feh-3.11.3.tar.bz2) = b5b009c9a1b1416ba6aec150c96309106b03a17a0be636c1d008a5817e3895306e7c02167c11a97c04c2ef46efe848648c2163977733efebc45caa4a9a3befb5
-Size (feh-3.11.3.tar.bz2) = 2109841 bytes
+BLAKE2s (feh-3.12.1.tar.bz2) = 9a88788c95e2dd2e51b5d46dc43ac7b7f5dcfce920978852ed2495f771b8c7a6
+SHA512 (feh-3.12.1.tar.bz2) = 86da730832edc9b2d6427edcd184b53a5a093afa483fc55fae1b0e06f1ebc241edd1f40236a4e32b734de9262e5d3ca03501cce4d374d94f3cc0f168d1204cdb
+Size (feh-3.12.1.tar.bz2) = 2110520 bytes
 SHA1 (patch-config.mk) = af7990e42c4c0a351c0d40eeb8221cd619ef72fb
 SHA1 (patch-src_gib__imlib.c) = 4f231e1bd8698e0bff796fab6b553649c31e1650
 SHA1 (patch-src_imlib_c) = 925d2536b69f99acc949cb6bd67422d001335492



Home | Main Index | Thread Index | Old Index