mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
a44e6a9f0b
patches/packages/curl-8.9.0-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. patches/packages/htdig-3.2.0b6-x86_64-10_slack15.0.txz: Rebuilt. Patch XSS vulnerability. Thanks to jayjwa. Get this out of cgi-bin. Thanks to LuckyCyborg. For more information, see: https://www.cve.org/CVERecord?id=CVE-2007-6110 (* Security fix *) patches/packages/libxml2-2.11.9-x86_64-1_slack15.0.txz: Upgraded. This update fixes a security issue: Fix XXE protection in downstream code. For more information, see: https://www.cve.org/CVERecord?id=CVE-2024-40896 (* Security fix *)
16 lines
463 B
Diff
16 lines
463 B
Diff
--- ./installdir/htdig.conf.orig 2007-04-23 17:06:21.000000000 -0500
|
|
+++ ./installdir/htdig.conf 2007-04-23 17:08:46.000000000 -0500
|
|
@@ -20,7 +20,12 @@
|
|
#
|
|
# Define common_dir, which is used in several of the examples.
|
|
#
|
|
-common_dir: /var/www/html/htdig
|
|
+common_dir: /var/www/htdocs/htdig
|
|
+
|
|
+#
|
|
+# Define synonyms dictionary.
|
|
+#
|
|
+synonym_dictionary: /var/www/htdocs/htdig/synonyms
|
|
|
|
#
|
|
# Disable the translation of the ISO Latin 1 SGML entities from the
|