Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415891 - net-im/gajim-0.15-r1 : SA48695 patch is incomplete
Summary: net-im/gajim-0.15-r1 : SA48695 patch is incomplete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-14 09:31 UTC by Alexander Tsoy
Modified: 2012-05-14 10:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2012-05-14 09:31:13 UTC
The patch "files/gajim-0.15-SA48695.patch" is incomplete and should also contain changes from this commit:
https://trac.gajim.org/changeset/d212cafdd73919f1e209d98b239333aae3f20627

There is also a newer patch to solve this security issue:
https://trac.gajim.org/changeset/bb7da41dc997773c17589ec13ebd3ff638258a2e

Reproducible: Always

Steps to Reproduce:
Go to "Help->Features" menu
Actual Results:  
You will see this trace:

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/gajim/roster_window.py", line 3851, in on_features_menuitem_activate
    features_window.FeaturesWindow()
  File "/usr/lib64/python2.7/site-packages/gajim/features_window.py", line 140, in __init__
    rep = func()
  File "/usr/lib64/python2.7/site-packages/gajim/features_window.py", line 249, in latex_available
    return latex.check_for_latex_support()
  File "/usr/lib64/python2.7/site-packages/gajim/common/latex.py", line 104, in check_for_latex_support
    filename = latex_to_image("test")
  File "/usr/lib64/python2.7/site-packages/gajim/common/latex.py", line 145, in latex_to_image
    tmpfile = get_tmpfile_name()
  File "/usr/lib64/python2.7/site-packages/gajim/common/latex.py", line 62, in get_tmpfile_name
    while(nb < 100):
NameError: global name 'nb' is not defined
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2012-05-14 09:55:05 UTC
thanks for reporting.
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-05-14 10:54:51 UTC
+*gajim-0.15-r2 (14 May 2012)
+
+  14 May 2012; Justin Lecher <jlec@gentoo.org> +gajim-0.15-r2.ebuild,
+  +files/gajim-0.15-SA48695-2.patch:
+  Update SA48695 patch with changesets f6f78f3802c07736cb63b3e696778dabe8263cbb
+  and f046e4aaf7d49b2934622db66da1667ddddb1703; #415891
+