pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/felix



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun Oct 23 07:10:05 UTC 2022

Modified Files:
        pkgsrc/sysutils/felix: Makefile distinfo

Log Message:
sysutils/felix: update to 1.3.2

v1.3.2 (2022-10-23)
Added
 - Add std::panic::catch_unwind to manually restore after a panic rewind.
   This allows the cursor to be restored and the screen cleared when this app panics.

Fixed
 - Fixed: Similar to v1.3.1, attempting to preview a symbolic link to a
   nonexistent file caused a panic. Now the preview shows (file not readable)
   for such a link.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/felix/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/felix/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/felix/Makefile
diff -u pkgsrc/sysutils/felix/Makefile:1.35 pkgsrc/sysutils/felix/Makefile:1.36
--- pkgsrc/sysutils/felix/Makefile:1.35 Fri Oct 21 11:34:56 2022
+++ pkgsrc/sysutils/felix/Makefile      Sun Oct 23 07:10:04 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2022/10/21 11:34:56 pin Exp $
+# $NetBSD: Makefile,v 1.36 2022/10/23 07:10:04 pin Exp $
 
-DISTNAME=      felix-1.3.1
+DISTNAME=      felix-1.3.2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kyoheiu/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/felix/distinfo
diff -u pkgsrc/sysutils/felix/distinfo:1.37 pkgsrc/sysutils/felix/distinfo:1.38
--- pkgsrc/sysutils/felix/distinfo:1.37 Fri Oct 21 11:34:56 2022
+++ pkgsrc/sysutils/felix/distinfo      Sun Oct 23 07:10:04 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.37 2022/10/21 11:34:56 pin Exp $
+$NetBSD: distinfo,v 1.38 2022/10/23 07:10:04 pin Exp $
 
 BLAKE2s (android_system_properties-0.1.5.crate) = e405a7701baf9817ca6e946b78ab2ae83f4667112c19c5214606cd863ca5c765
 SHA512 (android_system_properties-0.1.5.crate) = b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
@@ -36,9 +36,9 @@ Size (dirs-4.0.0.crate) = 12503 bytes
 BLAKE2s (dirs-sys-0.3.7.crate) = baa17cbec722cdc7e6369057c06ac108e433fa039f1f41c76612a5ece7f163c8
 SHA512 (dirs-sys-0.3.7.crate) = e630964e4c452950a475c10a490b49b2979dd7dfda48172b905cc789153ae4a0ba2d7d91f690705cbfff23737c4b4a339eb0c49e922efd7d68a92fe6368a929f
 Size (dirs-sys-0.3.7.crate) = 10597 bytes
-BLAKE2s (felix-1.3.1.tar.gz) = 1751fc0c366e089f79bd9aaaf7b7abc90d163dae85592eca5454f835db2f88d9
-SHA512 (felix-1.3.1.tar.gz) = d37b0f8cd7ee0475a19f0a0f82dfef4ab23f183c438fe441a6db5e931bf6a1f457a83b03595d450fbc32d02154fe08cee8f2a2c5fe0330c8c96cc00932354a64
-Size (felix-1.3.1.tar.gz) = 4165721 bytes
+BLAKE2s (felix-1.3.2.tar.gz) = b517e9e98804333ea059f81c50790d05f56b567d62b08e3fa1d383f01ddb649b
+SHA512 (felix-1.3.2.tar.gz) = ac3498aa835779bbba14ccdb76d82c487dc60be71e772f489a1ba1f1a541b6334f0fcd56343152ee10455260e8f8c560fb6ca74c7d22c0686320d5f8f4226e92
+Size (felix-1.3.2.tar.gz) = 4166115 bytes
 BLAKE2s (getrandom-0.2.7.crate) = 848f0e9bdfcb49de8afc3728f435729c80634846ce7f1be874908bcfd5fd5061
 SHA512 (getrandom-0.2.7.crate) = 01803e609848662ad8650cf451dfc2c37580da0b7b5e0d4cc764da6ded253cf49ae42a433b1c53e89773bde00c1ccc136394e58ed4548e7b5c0ca7e202e857e1
 Size (getrandom-0.2.7.crate) = 28854 bytes



Home | Main Index | Thread Index | Old Index