From f8de2003d7b6d078417cef2d3cf2389d985d464b Mon Sep 17 00:00:00 2001 From: weihao Date: Mon, 3 Mar 2025 10:49:11 +0800 Subject: [PATCH] feat: specify jtidy version jtidy will be upgraded to a higher version (to fix CVE), but httpunit needs to remain dependent --- httpunit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/httpunit.spec b/httpunit.spec index 4a1bf8c..d6ca52a 100644 --- a/httpunit.spec +++ b/httpunit.spec @@ -1,6 +1,6 @@ Name: httpunit Version: 1.7 -Release: 3 +Release: 4 Epoch: 0 URL: http://httpunit.sourceforge.net/ Summary: Automated web site testing toolkit @@ -16,7 +16,7 @@ Patch2: httpunit-servlettest.patch Patch3: httpunit-servlet31.patch Patch4: junit4.patch Patch5: replace-getHostPath-with-its-real-address.patch -BuildRequires: jpackage-utils >= 0:1.6 ant >= 0:1.6 nekohtml jtidy junit >= 0:3.8 +BuildRequires: jpackage-utils >= 0:1.6 ant >= 0:1.6 nekohtml jtidy <= 2:1.0 junit >= 0:3.8 BuildRequires: glassfish-servlet-api <= 3.1.0 javamail >= 0:1.3 rhino java-devel >= 1:1.6.0 BuildRequires: javapackages-local Requires: junit >= 0:3.8 glassfish-servlet-api <= 3.1.0 nekohtml rhino @@ -89,6 +89,9 @@ popd %doc doc/* %changelog +* Mon Mar 03 2025 weihao - 0:1.7-4 +- Specify jtidy version + * Tue Aug 06 2024 Ge Wang - 0:1.7-3 - Fix test stuck -- Gitee