From: Hiltjo Posthuma Subject: UPDATE: www/sfeed from 2.3 to 2.4 (maintainer), contains pledge fix for 7.9 To: ports@openbsd.org Date: Wed, 8 Apr 2026 21:32:19 +0200 Hi, sfeed 2.4 was released. This release includes a fix related to the pledge changes in 7.9-beta. I hope this version can be included in ports, otherwise sfeed_curses is not usable and will abort (pledge "wpath") on 7.9, because it opens "/dev/null" with O_WRONLY. Specificly commit fixes it: https://git.codemadness.org/sfeed/commit/74f7eb628dc307ad951ed03df44dfeaba10d250a.html Usual info and patch below: sfeed is a tool to convert RSS or Atom feeds from XML to a TAB-separated file. It can be found at: * git://git.codemadness.org/sfeed * gopher://codemadness.org/1/git/sfeed * https://codemadness.org/releases/sfeed/ * gopher://codemadness.org/1/releases/sfeed/ A git log of changes can be found here: https://git.codemadness.org/sfeed/log.html Thanks! Patch below: diff --git a/www/sfeed/Makefile b/www/sfeed/Makefile index 6794cbae4ae..0a57d8fbe8e 100644 --- a/www/sfeed/Makefile +++ b/www/sfeed/Makefile @@ -1,5 +1,5 @@ COMMENT = RSS/Atom newsreader and formatting programs -DISTNAME = sfeed-2.3 +DISTNAME = sfeed-2.4 CATEGORIES = www HOMEPAGE = https://codemadness.org/sfeed.html diff --git a/www/sfeed/distinfo b/www/sfeed/distinfo index f84c78c770b..3d478b00696 100644 --- a/www/sfeed/distinfo +++ b/www/sfeed/distinfo @@ -1,2 +1,2 @@ -SHA256 (sfeed-2.3.tar.gz) = odqg7L4Ld+dUDejZeB2WReDAaBNeF2elT9xsOAwMSLc= -SIZE (sfeed-2.3.tar.gz) = 70031 +SHA256 (sfeed-2.4.tar.gz) = +VA/6SBagTb3apt1PGAHq60z4qUWgH5BaphnI9sG6Hk= +SIZE (sfeed-2.4.tar.gz) = 70093 -- Kind regards, Hiltjo