pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/sfeed



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Mar 14 18:18:27 UTC 2021

Modified Files:
        pkgsrc/news/sfeed: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/news/sfeed/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/news/sfeed/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/news/sfeed/Makefile
diff -u pkgsrc/news/sfeed/Makefile:1.18 pkgsrc/news/sfeed/Makefile:1.19
--- pkgsrc/news/sfeed/Makefile:1.18     Wed Jan 27 16:59:13 2021
+++ pkgsrc/news/sfeed/Makefile  Sun Mar 14 18:18:27 2021
@@ -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/
 

Index: pkgsrc/news/sfeed/distinfo
diff -u pkgsrc/news/sfeed/distinfo:1.15 pkgsrc/news/sfeed/distinfo:1.16
--- pkgsrc/news/sfeed/distinfo:1.15     Wed Jan 27 16:59:13 2021
+++ pkgsrc/news/sfeed/distinfo  Sun Mar 14 18:18:27 2021
@@ -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