Index: openacs-4/packages/acs-tcl/acs-tcl.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/acs-tcl.info,v
diff -u -r1.95.2.78 -r1.95.2.79
--- openacs-4/packages/acs-tcl/acs-tcl.info	27 Dec 2024 18:25:41 -0000	1.95.2.78
+++ openacs-4/packages/acs-tcl/acs-tcl.info	3 Apr 2025 17:16:40 -0000	1.95.2.79
@@ -9,7 +9,7 @@
     <implements-subsite-p>f</implements-subsite-p>
     <inherit-templates-p>t</inherit-templates-p>
 
-    <version name="5.10.2d1" url="http://openacs.org/repository/download/apm/acs-tcl-5.10.2d1.apm">
+    <version name="5.10.2d2" url="http://openacs.org/repository/download/apm/acs-tcl-5.10.2d2.apm">
         <owner url="http://openacs.org">OpenACS</owner>
         <summary>The Kernel Tcl API library.</summary>
         <release-date>2024-09-02</release-date>
@@ -18,7 +18,7 @@
         <license>GPL version 2</license>
         <maturity>3</maturity>
 
-        <provides url="acs-tcl" version="5.10.2d1"/>
+        <provides url="acs-tcl" version="5.10.2d2"/>
         <requires url="acs-bootstrap-installer" version="5.10.1"/>
         <requires url="acs-kernel" version="5.10.1"/>
 
Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v
diff -u -r1.189.2.199 -r1.189.2.200
--- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl	29 Aug 2024 08:37:44 -0000	1.189.2.199
+++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl	3 Apr 2025 17:16:40 -0000	1.189.2.200
@@ -4529,7 +4529,7 @@
                     unset vulnerabilityCheckVersionURL
                     ns_log notice "check_vulnerability: request failed $vulnerabilityCheckVersionURL"
                 } else {
-                    set hasVulnerability [string match "*PackageVulnerabilitiesTable*" $page]
+                    set hasVulnerability [string match "*Known vulnerabilities in the*package*" $page]
                     #ns_log notice RESULT=$page
                 }
             }