diff options
author | leot <leot@pkgsrc.org> | 2022-05-28 18:42:30 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2022-05-28 18:42:30 +0000 |
commit | 3c7fccf615b558685705206205b1d1a6ab1d3b1f (patch) | |
tree | ae59d39c45df3c1412cf5cbce0e9b633800e6a98 /news | |
parent | 65c8ab815ec5acb40c694047e7032e0997dbee3a (diff) | |
download | pkgsrc-3c7fccf615b558685705206205b1d1a6ab1d3b1f.tar.gz |
sfeed: Update to 1.5
Changes:
1.5
---
* sfeed_curses: interrupt waitpid while interactive child program is running
This now handles SIGTERM on sfeed_curses while an interactive child program is
running.
* sfeed_curses: close stdin before spawning a plumb program in non-interactive
mode, which is more intuitive: the program doesn't seem to hang when it expects
input in this case since there is no way to send input anyway.
* Properly escape backslashes in the man pages (thanks adc!).
* Documentation improvements to the man pages and a progress indicator example
script for sfeed_update.
1.4
---
* Improve read and write error handling in streams in many programs.
* sfeed_update:
* Improve error handling and return a non-zero status if any feed fails.
NOTE: this changes the way of using:
sfeed_update && pkill -SIGHUP sfeed_curses
* Separate errors to stderr and "OK" messages to stdout.
* sfeed_curses:
* Avoid processes becoming a zombie (plumb, pipe, yank).
* Line editor: temporarily disable the mouse when searching with /.
* Improved signal handling.
* Improved waiting on processes and status handling.
* sfeed_html/sfeed_frames: add dark mode support to the example stylesheet.
* sfeed_opml_export: use a control-character separator for converting the list.
* General code cleanup improvements.
* Compatibility: reduce the assumption the builtin libc locale is ASCII-compatible
noticed on OpenBSD 3.8 where iscntrl detected C1 as control-characters,
breaking UTF-8.
* General documentation improvements.
* Makefile: rebuild sfeed_curses if the same theme changes.
* README: improve error handling in downloader example when a feed fails.
Diffstat (limited to 'news')
-rw-r--r-- | news/sfeed/Makefile | 4 | ||||
-rw-r--r-- | news/sfeed/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/news/sfeed/Makefile b/news/sfeed/Makefile index bda8e1fe055..1486791a188 100644 --- a/news/sfeed/Makefile +++ b/news/sfeed/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2022/03/07 22:47:33 leot Exp $ +# $NetBSD: Makefile,v 1.24 2022/05/28 18:42:30 leot Exp $ -DISTNAME= sfeed-1.3 +DISTNAME= sfeed-1.5 CATEGORIES= news MASTER_SITES= https://codemadness.org/releases/sfeed/ diff --git a/news/sfeed/distinfo b/news/sfeed/distinfo index 84e427d36b4..cd00ad4e33f 100644 --- a/news/sfeed/distinfo +++ b/news/sfeed/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2022/03/07 22:47:33 leot Exp $ +$NetBSD: distinfo,v 1.23 2022/05/28 18:42:30 leot Exp $ -BLAKE2s (sfeed-1.3.tar.gz) = 1ed70e7b2a7ebfbdeee22e846d31a7c0e59138d1e582632a8b02f8a4b835f566 -SHA512 (sfeed-1.3.tar.gz) = 858ebe0bf76f119a3b1a1b1bdf03a13b8085802bb796ae68f0a5ccb85e13747cc55498c29ef0443401678e56326bdef2bf9688966144e9581ff2cae486b729be -Size (sfeed-1.3.tar.gz) = 63037 bytes +BLAKE2s (sfeed-1.5.tar.gz) = 73b15dccdcdf340924765b4a9c9c75bf176656c02ff2b70b80467c172175bf9a +SHA512 (sfeed-1.5.tar.gz) = 9a027b092620968bd6a086b37ce5bc3e2d5ee8193b59251466d5318bc1514ca78d3edf894c1988504c99b94f0bb3af2a54ba3067b2d90d1109665a5650bfd8a2 +Size (sfeed-1.5.tar.gz) = 65067 bytes |