pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/newsraft



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Tue Oct  1 01:16:55 UTC 2024

Modified Files:
        pkgsrc/news/newsraft: Makefile distinfo

Log Message:
newsraft: update to 0.26

- add tab characters rendering in plain text content
- add -e option to execute certain actions without getting into the
  menus
- add support for rdf-namespaced rss 1.0 feeds
- add support for relative links in feed elements
- add support for yyyy-mm-dd and yyyy/mm/dd dates in feeds
- add support for style attributes within cells of html tables
- make items menu regenerate upon returning from items menu obtained
  via goto-feed action
- make date parsing less strict
- report exit status of failed shell commands
- fix storing http headers behavior according to rfc9111 (4.3.4)
- fix difference in compiler flags between primary executable and test programs
- delete update-threads-count setting


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/news/newsraft/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/news/newsraft/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/newsraft/Makefile
diff -u pkgsrc/news/newsraft/Makefile:1.9 pkgsrc/news/newsraft/Makefile:1.10
--- pkgsrc/news/newsraft/Makefile:1.9   Thu Jun 13 11:40:09 2024
+++ pkgsrc/news/newsraft/Makefile       Tue Oct  1 01:16:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/06/13 11:40:09 ktnb Exp $
+# $NetBSD: Makefile,v 1.10 2024/10/01 01:16:54 ktnb Exp $
 
-DISTNAME=      newsraft-0.25
+DISTNAME=      newsraft-0.26
 CATEGORIES=    news
 MASTER_SITES=  https://codeberg.org/newsraft/newsraft/archive/
 

Index: pkgsrc/news/newsraft/distinfo
diff -u pkgsrc/news/newsraft/distinfo:1.4 pkgsrc/news/newsraft/distinfo:1.5
--- pkgsrc/news/newsraft/distinfo:1.4   Thu Jun 13 11:40:09 2024
+++ pkgsrc/news/newsraft/distinfo       Tue Oct  1 01:16:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/06/13 11:40:09 ktnb Exp $
+$NetBSD: distinfo,v 1.5 2024/10/01 01:16:54 ktnb Exp $
 
-BLAKE2s (newsraft-0.25.tar.gz) = a545bcb577d96db22b14bb655f56c5db3c84021964e83fd089e7cd073fb2505e
-SHA512 (newsraft-0.25.tar.gz) = 354f3d5fb0e6d86782538da03408383b74443889aed19ae3599b1f286c76f6814ec406297dcdb505bbca6cf835440161a89066df0f21d52871c57dca288dfa23
-Size (newsraft-0.25.tar.gz) = 153586 bytes
+BLAKE2s (newsraft-0.26.tar.gz) = 5deda199e61728189df53e59068ec6c4b6317cd0162388cc76d675e205fdd94d
+SHA512 (newsraft-0.26.tar.gz) = c4654de4ec8ebd95018fd0bfa0c8a3f40ac67d944e9aa089fb5ad7dc918bfe54a7ba79eecec799e68ff0bb31f2b4b3fc7b5c25513eb76b68e7fb35e4097df397
+Size (newsraft-0.26.tar.gz) = 155572 bytes



Home | Main Index | Thread Index | Old Index