pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/snownews snownews: update to 1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fda7a9b14253
branches:  trunk
changeset: 455527:fda7a9b14253
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Jul 05 20:14:14 2021 +0000

description:
snownews: update to 1.8.

- Improve handling of untitled feeds, which could cause crashes and
missing feed list entries.
- Fix memory leaks caused by duplicate XML entries.
- Convert man pages to UTF8.

diffstat:

 www/snownews/Makefile                |   5 ++---
 www/snownews/PLIST                   |   4 ++--
 www/snownews/distinfo                |  12 ++++++------
 www/snownews/patches/patch-configure |   6 +++---
 4 files changed, 13 insertions(+), 14 deletions(-)

diffs (69 lines):

diff -r 2c0d7738200b -r fda7a9b14253 www/snownews/Makefile
--- a/www/snownews/Makefile     Mon Jul 05 19:09:00 2021 +0000
+++ b/www/snownews/Makefile     Mon Jul 05 20:14:14 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2021/04/21 13:25:31 adam Exp $
+# $NetBSD: Makefile,v 1.62 2021/07/05 20:14:14 fcambus Exp $
 
-DISTNAME=      snownews-1.7
-PKGREVISION=   1
+DISTNAME=      snownews-1.8
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=msharov/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 2c0d7738200b -r fda7a9b14253 www/snownews/PLIST
--- a/www/snownews/PLIST        Mon Jul 05 19:09:00 2021 +0000
+++ b/www/snownews/PLIST        Mon Jul 05 20:14:14 2021 +0000
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.8 2021/04/21 09:28:28 nia Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/07/05 20:14:14 fcambus Exp $
 bin/snownews
 man/de/man1/snownews.1
 man/fr/man1/snownews.1
 man/it/man1/snownews.1
 man/man1/snownews.1
 man/nl/man1/snownews.1
-man/ru.KOI8-R/man1/snownews.1
+man/ru/man1/snownews.1
 share/locale/be@latin/LC_MESSAGES/snownews.mo
 share/locale/de/LC_MESSAGES/snownews.mo
 share/locale/es/LC_MESSAGES/snownews.mo
diff -r 2c0d7738200b -r fda7a9b14253 www/snownews/distinfo
--- a/www/snownews/distinfo     Mon Jul 05 19:09:00 2021 +0000
+++ b/www/snownews/distinfo     Mon Jul 05 20:14:14 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2021/04/21 09:28:28 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/07/05 20:14:14 fcambus Exp $
 
-SHA1 (snownews-1.7.tar.gz) = 27bbfb5c55f3505508eaa3287d9bc372b2beb9f7
-RMD160 (snownews-1.7.tar.gz) = 8c75d9ddceb1a1ac6127f5015ee8e002cb848969
-SHA512 (snownews-1.7.tar.gz) = fc8e8aac41b6fe8d0021a5398898f72a26303b10f300fa4f5b47ab5de536002d7b122bc43b1f230f6755e0202ce689acbb07e794b5fd29ba3b12ed988a930727
-Size (snownews-1.7.tar.gz) = 154948 bytes
+SHA1 (snownews-1.8.tar.gz) = b6396ed7728e82ce126cc4cfde0dce5aeba376db
+RMD160 (snownews-1.8.tar.gz) = 419865824853fce434388478836a5d07d18439c5
+SHA512 (snownews-1.8.tar.gz) = 023c10667ee80510303955058c21ff6546c8b3f6588a8ec24de103783ae2037e33628f141a6f6028b7338d75b189a3ad26dce74ac818434226629b2c4383c94e
+Size (snownews-1.8.tar.gz) = 154813 bytes
 SHA1 (patch-Config.mk.in) = d16738359c9072c783612e7e0a2f782f2895e947
-SHA1 (patch-configure) = c48c16124301c490ae07889313de51ccd2cb39f4
+SHA1 (patch-configure) = ab33efcce294aa0e889e3f53cb21b384308c2644
diff -r 2c0d7738200b -r fda7a9b14253 www/snownews/patches/patch-configure
--- a/www/snownews/patches/patch-configure      Mon Jul 05 19:09:00 2021 +0000
+++ b/www/snownews/patches/patch-configure      Mon Jul 05 20:14:14 2021 +0000
@@ -1,14 +1,14 @@
-$NetBSD: patch-configure,v 1.2 2021/04/21 09:28:28 nia Exp $
+$NetBSD: patch-configure,v 1.3 2021/07/05 20:14:14 fcambus Exp $
 
 Allow NetBSD curses to be used.
 
---- configure.orig     2021-04-11 22:41:14.000000000 +0000
+--- configure.orig     2021-04-20 21:13:10.000000000 +0000
 +++ configure
 @@ -34,7 +34,7 @@ seds=[s/^#undef \(USE_UNSUPPORTED_AND_BR
  progs="CC=gcc CC=clang CC=cc INSTALL=install MSGFMT=msgfmt"
  
  # Libs found using pkg-config
--pkgs="libcurl libxml-2.0 libcrypto ncurses"
+-pkgs="libcurl libxml-2.0 libcrypto ncursesw"
 +pkgs="libcurl libxml-2.0 libcrypto"
  # Default pkg flags to substitute when pkg-config is not found
  pkg_libs="-lcurl -lxml2 -lcrypto -lncursesw"



Home | Main Index | Thread Index | Old Index