pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/tidy tidy: updated to 5.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84d56b0e9d9d
branches:  trunk
changeset: 387694:84d56b0e9d9d
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 04 18:41:59 2022 +0000

description:
tidy: updated to 5.8.0

5.8.0

Finally, the latest stable HTML Tidy 5.8.0 is official!

This is an even minor version number release, which means that we guarantee ABI/API stability throughout the entire release cycle of 5.8.x, meaning that this is a stable release. This is the release 
that other repository maintainers should be tracking for release!

If you don't require ABI/API stability in your application, make sure you continue to monitor our next branch. This is where new features and HTML process bug fixes are generally applied.

diffstat:

 www/tidy/Makefile                  |   8 +++-----
 www/tidy/PLIST                     |   6 +++---
 www/tidy/distinfo                  |   9 ++++-----
 www/tidy/patches/patch-src_clean.c |  23 -----------------------
 4 files changed, 10 insertions(+), 36 deletions(-)

diffs (85 lines):

diff -r 9b2c23dfe8df -r 84d56b0e9d9d www/tidy/Makefile
--- a/www/tidy/Makefile Fri Nov 04 18:34:53 2022 +0000
+++ b/www/tidy/Makefile Fri Nov 04 18:41:59 2022 +0000
@@ -1,18 +1,16 @@
-# $NetBSD: Makefile,v 1.55 2020/01/26 17:32:25 rillig Exp $
+# $NetBSD: Makefile,v 1.56 2022/11/04 18:41:59 adam Exp $
 
-DISTNAME=      tidy-html5-5.6.0
+DISTNAME=      tidy-html5-5.8.0
 PKGNAME=       ${DISTNAME:S/-html5//}
-PKGREVISION=   1
 CATEGORIES=    www textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=htacg/}
+GITHUB_PROJECT=        tidy-html5
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.html-tidy.org/
 COMMENT=       Fixes and tidies up HTML files
 LICENSE=       mit
 
-GITHUB_PROJECT=        tidy-html5
-
 # for man page
 BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
 
diff -r 9b2c23dfe8df -r 84d56b0e9d9d www/tidy/PLIST
--- a/www/tidy/PLIST    Fri Nov 04 18:34:53 2022 +0000
+++ b/www/tidy/PLIST    Fri Nov 04 18:41:59 2022 +0000
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.9 2017/11/27 13:01:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/11/04 18:41:59 adam Exp $
 bin/tidy
 include/tidy/tidy.h
 include/tidy/tidybuffio.h
 include/tidy/tidyenum.h
 include/tidy/tidyplatform.h
+lib/libtidy.a
 lib/libtidy.so
-lib/libtidy.so.5
 lib/libtidy.so.${PKGVERSION}
-lib/libtidys.a
+lib/libtidy.so.58
 lib/pkgconfig/tidy.pc
 man/man1/tidy.1
diff -r 9b2c23dfe8df -r 84d56b0e9d9d www/tidy/distinfo
--- a/www/tidy/distinfo Fri Nov 04 18:34:53 2022 +0000
+++ b/www/tidy/distinfo Fri Nov 04 18:41:59 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.27 2021/10/26 11:31:11 nia Exp $
+$NetBSD: distinfo,v 1.28 2022/11/04 18:41:59 adam Exp $
 
-BLAKE2s (tidy-html5-5.6.0.tar.gz) = 2af1de1216d9222e862b5c85340f0616cb7f4145d4884ed2aed62b4cd4c83a7c
-SHA512 (tidy-html5-5.6.0.tar.gz) = 179088a6dbd29bb0e4f0219222f755b186145495f7414f6d0e178803ab67140391283d35352d946f9790c6b1b5b462ee6e24f1cc84f19391cb9b65e73979ffd1
-Size (tidy-html5-5.6.0.tar.gz) = 665438 bytes
-SHA1 (patch-src_clean.c) = a846b09ef29b747f71e92669397e55a1e1b3bc8d
+BLAKE2s (tidy-html5-5.8.0.tar.gz) = 2a334e4f69a44c95bbc6cfb3cc14be1ce2ceef6924f0fb61fc2f2486b7b5f233
+SHA512 (tidy-html5-5.8.0.tar.gz) = f352165bdda5d1fca7bba3365560b64d6f70a4e010821cd246cde43bed5c23cea3408d461d3f889110fd35ec9b68aa2b4e95412b07775eb852b7ee1745007a44
+Size (tidy-html5-5.8.0.tar.gz) = 1015303 bytes
diff -r 9b2c23dfe8df -r 84d56b0e9d9d www/tidy/patches/patch-src_clean.c
--- a/www/tidy/patches/patch-src_clean.c        Fri Nov 04 18:34:53 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_clean.c,v 1.1 2018/10/13 11:14:38 leot Exp $
-
-Backport patch from upstream for CVE-2017-17497, via uptsream commit:
-
- <https://github.com/htacg/tidy-html5/commit/a111d7a9691953f903ffa1fdbc3762dec22fc215>
-
-Issue #656 - protect against NULL node set in loop
-
---- src/clean.c.orig   2017-11-25 13:54:41.000000000 +0000
-+++ src/clean.c
-@@ -2211,8 +2211,10 @@ Bool TY_(TidyMetaCharset)(TidyDocImpl* d
-     tidyBufAppend(&charsetString, "charset=", 8);
-     tidyBufAppend(&charsetString, (char*)enc, TY_(tmbstrlen)(enc));
-     tidyBufAppend(&charsetString, "\0", 1); /* zero terminate the buffer */
--                                            /* process the children of the head */
--    for (currentNode = head->content; currentNode; currentNode = currentNode->next)
-+    /* process the children of the head */
-+    /* Issue #656 - guard against 'currentNode' being set NULL in loop */
-+    for (currentNode = head->content; currentNode; 
-+        currentNode = (currentNode ? currentNode->next : NULL))
-     {
-         if (!nodeIsMETA(currentNode))
-             continue;   /* not a meta node */



Home | Main Index | Thread Index | Old Index