notes.html: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
expand notes-wrapper.xml | \
- ${XSLTPROC} --stringparam generate.toc "" -o notes.html ../xsl/isc-notes-html.xsl -
+ ${XSLTPROC} --stringparam generate.toc "" ../xsl/isc-notes-html.xsl - |\
+ @PERL@ html-fixup.pl > notes.html
notes.tex: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml
expand notes-wrapper.xml | \
--- /dev/null
+#!/usr/bin/perl -w
+#
+# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
+#
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+# PERFORMANCE OF THIS SOFTWARE.
+
+while (<>) {
+ s/쎶/ö/;
+ print;
+}
# Add any further tweaking here.
# https://en.wikibooks.org/wiki/LaTeX/Special_Characters
- s/쎶/{\\"o}/; # omlaut o 쎶 or 쎶
+ s/쎶/{\\"o}/; # umlaut o 쎶 or 쎶
# Write out whatever we have now.
print;
when parsing certain malformed DNSSEC keys.
</para>
<para>
- This flaw was discovered by Hanno B쎶eck of the Fuzzing
+ This flaw was discovered by Hanno B쎶ck of the Fuzzing
Project, and is disclosed in CVE-2015-5722. [RT #40212]
</para>
</listitem>