Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/p7zip/files: p7zip-9.20.1-QA.patch p7zip-9.13-QA.patch
Date: Thu, 07 Jun 2012 16:30:00
Message-Id: 20120607162950.A39942004C@flycatcher.gentoo.org
1 hasufell 12/06/07 16:29:50
2
3 Added: p7zip-9.20.1-QA.patch p7zip-9.13-QA.patch
4 Log:
5 fix QA issues wrt bug #420011 and drop old
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-arch/p7zip/files/p7zip-9.20.1-QA.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/files/p7zip-9.20.1-QA.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/files/p7zip-9.20.1-QA.patch?rev=1.1&content-type=text/plain
14
15 Index: p7zip-9.20.1-QA.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Thu Jun 7 14:31:12 UTC 2012
19 Subject: fix QA warnings
20
21 https://sourceforge.net/tracker/?func=detail&atid=660493&aid=3532590&group_id=111810
22
23 --- CPP/7zip/Archive/NtfsHandler.cpp
24 +++ CPP/7zip/Archive/NtfsHandler.cpp
25 @@ -1280,7 +1280,7 @@
26 if (recSizeLog < Header.SectorSizeLog)
27 return false;
28 numSectorsInRec = 1 << (recSizeLog - Header.SectorSizeLog);
29 - if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, NULL, 0))
30 + if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, 0, NULL))
31 return S_FALSE;
32 if (!mftRec.IsFILE())
33 return S_FALSE;
34
35
36
37 1.1 app-arch/p7zip/files/p7zip-9.13-QA.patch
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/files/p7zip-9.13-QA.patch?rev=1.1&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/p7zip/files/p7zip-9.13-QA.patch?rev=1.1&content-type=text/plain
41
42 Index: p7zip-9.13-QA.patch
43 ===================================================================
44 From: Julian Ospald <hasufell@g.o>
45 Date: Thu Jun 7 14:29:51 UTC 2012
46 Subject: fix QA warnings
47
48 https://sourceforge.net/tracker/?func=detail&atid=660493&aid=3532590&group_id=111810
49
50 --- CPP/7zip/Archive/NtfsHandler.cpp
51 +++ CPP/7zip/Archive/NtfsHandler.cpp
52 @@ -1250,7 +1250,7 @@
53 if (recSizeLog < Header.SectorSizeLog)
54 return false;
55 numSectorsInRec = 1 << (recSizeLog - Header.SectorSizeLog);
56 - if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, NULL, 0))
57 + if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, 0, NULL))
58 return S_FALSE;
59 if (!mftRec.IsFILE())
60 return S_FALSE;