summaryrefslogtreecommitdiff
path: root/print/hplip/patches
diff options
context:
space:
mode:
authorschnoebe <schnoebe@pkgsrc.org>2013-08-24 16:44:15 +0000
committerschnoebe <schnoebe@pkgsrc.org>2013-08-24 16:44:15 +0000
commita935ba55a33195dba53e24f8a4deda7b5ca49d67 (patch)
tree0e1ae853ba0e4c22c5783fc155a24f70ed1901c7 /print/hplip/patches
parent69919cc680afa9ff9225fd11050c823eb1ec0c41 (diff)
downloadpkgsrc-a935ba55a33195dba53e24f8a4deda7b5ca49d67.tar.gz
Update to hplip 3.13.8:
Release Notes/Change Log: HPLIP 3.13.8 - This release has the following changes: Added Support for the Following New Printers: - HP Deskjet 1510 All-in-One Printer - HP Deskjet 1512 All-in-One Printer - HP Deskjet 1513 All-in-One Printer - HP Deskjet 2540 All-in-One Printer - HP Deskjet 2542 All-in-One Printer - HP Deskjet Ink Advantage 1010 Printer Series - HP Deskjet Ink Advantage 1015 Printer - HP Deskjet Ink Advantage 1510 All-in-One Printer Series - HP Deskjet Ink Advantage 1515 All-in-One Printer - HP Deskjet Ink Advantage 1516 All-in-One Printer - HP Deskjet Ink Advantage 3540 e-All-in-One Printer Series - HP Deskjet Ink Advantage 3545 e-All-in-One Printer - HP Deskjet Ink Advantage 3546 e-All-in-One Printer Launchpad fixes: 233393 - Smart install disable popup is coming for HP pen drive and HP CD/DVD ROM Change log: - Added support for Avahi network printer browsing - Using SLP protocol by default to browse printer in hp-setup - Fix for Failing to install libtool package in Fedora 18 during HPLIP installation HPLIP 3.13.7 - This release has the following changes: Added Support for the Following New Printers: - HP Deskjet 1010 Printer - HP Deskjet 1012 Printer - HP ENVY 5530 e-All-in-One Printer - HP ENVY 5535 e-All-in-One Printer - HP Officejet 7610 Wide Format e-All-in-One Printer Added support for the following new Distro's: - Debian 7.1 - Fedora 19 Launchpad fixes: 746814 - CVE-2010-4267 Remote Stack Overflow Vulnerability 1195221 - Unable to install plugin for network printer Laserjet 2600n 1197306 - HP laserjet 1020 not printing on Ubuntu12.10 after power cycle the printer 1196335 - HPLIP 3.13.6 stop working after shutting down/rebooting the computer Issues fixed: - Unable to launch "Align Cartrides" and "Clean Cartridges" interfaces from HP Device Manager - Lot of debug prints(File Pointer is NULL) are found in syslog even when hpLogLevel is not 15 - Updated plugin-reason for HP LaserJet Professional P1607dn Printer Series
Diffstat (limited to 'print/hplip/patches')
-rw-r--r--print/hplip/patches/patch-io_hpmud_pml.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/print/hplip/patches/patch-io_hpmud_pml.c b/print/hplip/patches/patch-io_hpmud_pml.c
deleted file mode 100644
index 250aa469aa0..00000000000
--- a/print/hplip/patches/patch-io_hpmud_pml.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-io_hpmud_pml.c,v 1.1.1.1 2012/05/18 03:03:22 schnoebe Exp $
-
-Should fix CVE-2010-4267 according to:
-https://bugzilla.redhat.com/attachment.cgi?id=468455&action=diff
-
---- io/hpmud/pml.c.orig 2011-05-14 18:26:04.000000000 +0000
-+++ io/hpmud/pml.c
-@@ -504,6 +504,8 @@ enum HPMUD_RESULT hpmud_get_pml(HPMUD_DE
- p += 2; /* eat type and length */
- }
-
-+ if (dLen > buf_size)
-+ dLen = buf_size;
- memcpy(buf, p, dLen);
- *bytes_read = dLen;
- *type = dt;