Mageia Bugzilla – Attachment 4688 Details for
Bug 11809
hplip new security issue CVE-2013-6402
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
hplip-3.13.9-mga-CVE-2013-6402.patch
hplip-3.13.9-mga-CVE-2013-6402.patch (text/plain), 561 bytes, created by
Philippe Makowski
on 2013-12-30 15:01:21 CET
(
hide
)
Description:
hplip-3.13.9-mga-CVE-2013-6402.patch
Filename:
MIME Type:
Creator:
Philippe Makowski
Created:
2013-12-30 15:01:21 CET
Size:
561 bytes
patch
obsolete
>Index: hplip-3.13.9/base/pkit.py >=================================================================== >--- hplip-3.13.9/base/pkit.py >+++ hplip-3.13.9/base/pkit.py 2013-12-30 14:57:25.247215295 +0100 >@@ -29,6 +29,7 @@ > import ConfigParser > import shutil > import stat >+import tempfile > > # Local > from base.logger import * >@@ -218,6 +219,7 @@ > self.loop = gobject.MainLoop() > self.version = 0 > >+ logfile = tempfile.mkstemp()[1] > log.set_logfile("%s.%d" % (logfile, os.getpid())) > log.set_level("debug") >
Index: hplip-3.13.9/base/pkit.py =================================================================== --- hplip-3.13.9/base/pkit.py +++ hplip-3.13.9/base/pkit.py 2013-12-30 14:57:25.247215295 +0100 @@ -29,6 +29,7 @@ import ConfigParser import shutil import stat +import tempfile # Local from base.logger import * @@ -218,6 +219,7 @@ self.loop = gobject.MainLoop() self.version = 0 + logfile = tempfile.mkstemp()[1] log.set_logfile("%s.%d" % (logfile, os.getpid())) log.set_level("debug")
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 11809
:
4687
|
4688
|
4714
|
4727