pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/sfeed sfeed: Update to 0.9.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/559c6b42e2a9
branches:  trunk
changeset: 448780:559c6b42e2a9
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Mar 14 18:18:27 2021 +0000

description:
sfeed: Update to 0.9.22

Changes:
0.9.22
------
* Fix a time parsing regression with the non-standard date format
  "2021-02-03 05:13:03" (without T). This non-standard format is now
  supported again.
* Fix/improve/refactor URI parsing and formatting. This now supports
  non-authoritive URI like "magnet:" links. local file URIs like file:/// are
  now also allowed (of course the user should be careful with file:/// URLs).
  This now follows the RFC standard more closely (but not completely):
  https://tools.ietf.org/html/rfc3986
* sfeed_update: just pass the feedurl directly as the base URL. This simplifies
  the code and allows for more correct transformation of relative URLs. Note
  though that feeds should not contain relative URLs though.
* sfeed_update: add an overridable parse() function, using sfeed(1) by default
  This can be useful to more cleanly make connector scripts.
* sfeed_update: restructure the code and allow to more easily reuse parts of
  the functions by including the script. Add an example script in the README
  to allow more efficient parallel execution using the non-POSIX xargs -P
  option.
* Documentation improvements: add examples, typo fixes, mandoc (lint) errors,
  etc.

diffstat:

 news/sfeed/Makefile |   4 ++--
 news/sfeed/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8ecac9d317ec -r 559c6b42e2a9 news/sfeed/Makefile
--- a/news/sfeed/Makefile       Sun Mar 14 18:15:16 2021 +0000
+++ b/news/sfeed/Makefile       Sun Mar 14 18:18:27 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/01/27 16:59:13 leot Exp $
+# $NetBSD: Makefile,v 1.19 2021/03/14 18:18:27 leot Exp $
 
-DISTNAME=      sfeed-0.9.21
+DISTNAME=      sfeed-0.9.22
 CATEGORIES=    news
 MASTER_SITES=  https://codemadness.org/releases/sfeed/
 
diff -r 8ecac9d317ec -r 559c6b42e2a9 news/sfeed/distinfo
--- a/news/sfeed/distinfo       Sun Mar 14 18:15:16 2021 +0000
+++ b/news/sfeed/distinfo       Sun Mar 14 18:18:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/01/27 16:59:13 leot Exp $
+$NetBSD: distinfo,v 1.16 2021/03/14 18:18:27 leot Exp $
 
-SHA1 (sfeed-0.9.21.tar.gz) = dc717b4b51767c50abf72aa6fdec7157dadd533f
-RMD160 (sfeed-0.9.21.tar.gz) = f4ffc04a920ac8246d883800bfe4f8bd6d770727
-SHA512 (sfeed-0.9.21.tar.gz) = c5e23c11bf6795dd4832aee164d6551d1ba35bcb273e4b9d6e12f1d6ad73809349a293526e0b96ef1a69281fde2d6214c5865d3730c0bcb745d11b74be498e41
-Size (sfeed-0.9.21.tar.gz) = 36724 bytes
+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



Home | Main Index | Thread Index | Old Index