Gentoo Archives: gentoo-commits

From: "Luca Barbato (lu_zero)" <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/hugin/files: hugin-0.6.1-1_0.6.1-1.1.patch digest-hugin-0.6.1-r1
Date: Thu, 25 Oct 2007 23:51:46
Message-Id: E1IlCUH-0000Wt-Mw@stork.gentoo.org
1 lu_zero 07/10/25 23:51:41
2
3 Added: hugin-0.6.1-1_0.6.1-1.1.patch digest-hugin-0.6.1-r1
4 Log:
5 Security Fix, see bug #195996
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.1 media-gfx/hugin/files/hugin-0.6.1-1_0.6.1-1.1.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/files/hugin-0.6.1-1_0.6.1-1.1.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/files/hugin-0.6.1-1_0.6.1-1.1.patch?rev=1.1&content-type=text/plain
13
14 Index: hugin-0.6.1-1_0.6.1-1.1.patch
15 ===================================================================
16 --- hugin-0.6.1.orig/src/hugin/AutoCtrlPointCreator.cpp
17 +++ hugin-0.6.1/src/hugin/AutoCtrlPointCreator.cpp
18 @@ -224,8 +224,7 @@
19 wxSetWorkingDirectory(apDir);
20 }
21 #endif
22 -
23 - wxString ptofile(wxT("autopano_result_tempfile.pto"));
24 + wxString ptofile = wxFileName::CreateTempFileName(wxT("ap_res"));
25 autopanoArgs.Replace(wxT("%o"), ptofile);
26 wxString tmp;
27 tmp.Printf(wxT("%d"), nFeatures);
28 @@ -415,7 +414,7 @@
29 imgNr++;
30 }
31
32 - wxString ptofile(wxT("autopano_result_tempfile"));
33 + wxString ptofile = wxFileName::CreateTempFileName(wxT("ap_res"));
34 autopanoArgs.Replace(wxT("%o"), ptofile);
35 wxString tmp;
36 tmp.Printf(wxT("%d"), nFeatures);
37 only in patch2:
38 unchanged:
39 --- hugin-0.6.1.orig/src/Panorama/PTOptimise.cpp
40 +++ hugin-0.6.1/src/Panorama/PTOptimise.cpp
41 @@ -36,8 +36,8 @@
42 #include <boost/property_map.hpp>
43 #include <boost/graph/graph_utility.hpp>
44
45 -#define DEBUG_WRITE_OPTIM_OUTPUT
46 -#define DEBUG_WRITE_OPTIM_OUTPUT_FILE "hugin_debug_optim_results.txt"
47 +//#define DEBUG_WRITE_OPTIM_OUTPUT
48 +//#define DEBUG_WRITE_OPTIM_OUTPUT_FILE "hugin_debug_optim_results.txt"
49
50 using namespace std;
51 using namespace PT;
52
53
54
55 1.1 media-gfx/hugin/files/digest-hugin-0.6.1-r1
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/files/digest-hugin-0.6.1-r1?rev=1.1&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/hugin/files/digest-hugin-0.6.1-r1?rev=1.1&content-type=text/plain
59
60 Index: digest-hugin-0.6.1-r1
61 ===================================================================
62 MD5 46bc3136d42acbabab837128ff471507 hugin-0.6.1.tar.bz2 2151921
63 RMD160 4d5c1fa47f0bbe0ce452cab90443d7bd4b6e602a hugin-0.6.1.tar.bz2 2151921
64 SHA256 18546d42ef15154246d5b84ebde847aa2cf003c6305cc64a17cc5396db346ae7 hugin-0.6.1.tar.bz2 2151921
65
66
67
68 --
69 gentoo-commits@g.o mailing list