summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2021-08-08 10:51:53 +0000
committerleot <leot@pkgsrc.org>2021-08-08 10:51:53 +0000
commitf8e2b95a8c06cf8c94afcc74badb068aa3b56465 (patch)
tree5304e49b81a2eb2c0041d1f6b733d4d1d7c30854 /news
parent1aa303864bcc1b48ea910942e2c73e7f48c8aa00 (diff)
downloadpkgsrc-f8e2b95a8c06cf8c94afcc74badb068aa3b56465.tar.gz
sfeed: Update to 1.0
Changes: 1.0 --- * Performance: enable unlocked I/O by default improving read performance. * Makefile: switch to use CPPFLAGS -D_DEFAULT_SOURCE preventing warning messages on some systems. * sfeed: * Fix regression with parsing RSS guid, by default ispermalink="true". * Detect the proper mime-type for XHTML (application/xhtml+xml). * Support short digit years for RSS pubDate fields (specified in obsoleted RFC822). * Improve content-type "type" attribute handling/buffering. * Improve "ispermalink", "rel" and "type" attribute handling/buffering. * Add support time fields for old/legacy Atom 0.3 feeds. * sfeed_frames/sfeed_html: show the total counts and improve the title format to match the sfeed_curses title. * sfeed_gopher: unveil: show path when it failed (OpenBSD). * sfeed_mbox: add environment variable to print content (off by default because it can be insecure for some clients). * sfeed_update: fix message when the configuration file does not exist yet. * Portability and standards: add BSD-like err() and errx() functions. * Code-style improvements. * Documentation improvements: add examples, fix typos, etc. * README: update newsboat export script to support the content-type field which is added in newer newsboat versions.
Diffstat (limited to 'news')
-rw-r--r--news/sfeed/Makefile4
-rw-r--r--news/sfeed/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/news/sfeed/Makefile b/news/sfeed/Makefile
index 481e954cd19..650c87e5e8d 100644
--- a/news/sfeed/Makefile
+++ b/news/sfeed/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/03/14 18:18:27 leot Exp $
+# $NetBSD: Makefile,v 1.20 2021/08/08 10:51:53 leot Exp $
-DISTNAME= sfeed-0.9.22
+DISTNAME= sfeed-1.0
CATEGORIES= news
MASTER_SITES= https://codemadness.org/releases/sfeed/
diff --git a/news/sfeed/distinfo b/news/sfeed/distinfo
index a9974134b94..e447189dc74 100644
--- a/news/sfeed/distinfo
+++ b/news/sfeed/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/03/14 18:18:27 leot Exp $
+$NetBSD: distinfo,v 1.17 2021/08/08 10:51:53 leot Exp $
-SHA1 (sfeed-0.9.22.tar.gz) = f99c9d5234a9c751eafc043f2ea7206d9b7aa957
-RMD160 (sfeed-0.9.22.tar.gz) = 787e22c34f5d14632d886fef48a2edfe8dc2f05e
-SHA512 (sfeed-0.9.22.tar.gz) = 80938d60f237376d58f530df64911c419113cb17629adc93f750ffa59daaec8b529c98e7e287ec4d92817c5186e92eee1016a66ec67a60837272dee951d8c6f5
-Size (sfeed-0.9.22.tar.gz) = 38128 bytes
+SHA1 (sfeed-1.0.tar.gz) = 1645d5ef882bc2694f6f198b3ae22473a91931c2
+RMD160 (sfeed-1.0.tar.gz) = 8862f05b753cf9236023bb8d172a7b762a96f9c3
+SHA512 (sfeed-1.0.tar.gz) = 8377b092c797483564e189e77f9cb37a675d5d88ad41625ab5afbafb39af13bf2787d27d1bc543f8089f2fffec4532b58687a8ed2b0f3d31a1aa030359de6a93
+Size (sfeed-1.0.tar.gz) = 39349 bytes