openbsd-ports/print/hplip/patches/patch-doc_release_notes_html
ajacoutot eeb3a85b88 - SECURITY: fix for Secunia SA31470 -- patches adapted from RedHat
(CVE-2008-2940 CVE-2008-2941)
prodded by jasper@
- fix some hardcoded paths and regen PLIST while here

ok jasper@
2009-02-02 10:47:11 +00:00

22 lines
1.5 KiB
Plaintext

$OpenBSD: patch-doc_release_notes_html,v 1.1 2009/02/02 10:47:11 ajacoutot Exp $
--- doc/release_notes.html.orig Mon Feb 2 10:52:50 2009
+++ doc/release_notes.html Mon Feb 2 10:53:01 2009
@@ -1457,7 +1457,7 @@ KRGB definition:
<li>Added pidfile locking to hpiod.</li>
<li>Fixed gcc warning in pcardext.c.</li>
<li>Removed &quot;killall -HUP cupsd&quot; from /etc/init.d/hplip. Changed the hplip chkconfig priority so cups will run after hplip.</li>
-<li>Makefile.am now copies /etc/init.d/hplip and /etc/hp/hplip.conf instead of symlinking.</li>
+<li>Makefile.am now copies /etc/init.d/hplip and ${SYSCONFDIR}/hp/hplip.conf instead of symlinking.</li>
<li>Fixed Laserjet 1220 model.xml entry.</li>
<li>Changed hard coded /usr/lib/sane directory to $(libdir)/sane in the makefile. This will fix a lib64 issue.</li>
<li>Fixed an issue with the Alert email service.</li>
@@ -1496,7 +1496,7 @@ KRGB definition:
<ol class="arabic simple">
<li>Updated the device manager.</li>
<li>Added makefile DESTDIR support to cupsext and pcardext.</li>
-<li>Added ./configure option --enable-rpm-install to allow package managers to configure sane, icon, /etc/hp and /etc/init.d options.</li>
+<li>Added ./configure option --enable-rpm-install to allow package managers to configure sane, icon, ${SYSCONFDIR}/hp and /etc/init.d options.</li>
<li>Fixed a problem with 600dpi scanning.</li>
<li>Configure now checks for cups-devel and python-devel and fails if not found.</li>
<li>Configure now prints a warning message if network support could not be built.</li>