Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/rpm2targz/files: rpm2targz-9.0-increase-RPMBUFSIZ.patch
Date: Mon, 05 May 2008 03:32:56
Message-Id: E1JsrRd-0007zn-DA@stork.gentoo.org
1 vapier 08/05/05 03:32:53
2
3 Modified: rpm2targz-9.0-increase-RPMBUFSIZ.patch
4 Log:
5 comments belong in patch, not ebuild
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.2 app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch?r1=1.1&r2=1.2
14
15 Index: rpm2targz-9.0-increase-RPMBUFSIZ.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/files/rpm2targz-9.0-increase-RPMBUFSIZ.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- rpm2targz-9.0-increase-RPMBUFSIZ.patch 29 Apr 2008 07:53:42 -0000 1.1
22 +++ rpm2targz-9.0-increase-RPMBUFSIZ.patch 5 May 2008 03:32:52 -0000 1.2
23 @@ -1,5 +1,8 @@
24 ---- rpmoffset.c.orig 2008-04-29 10:39:13.000000000 +0400
25 -+++ rpmoffset.c 2008-04-29 10:39:57.000000000 +0400
26 +Increase RPMBUFSIZ to increase the possibility to find magic compression identifier
27 +http://bugs.gentoo.org/187219#c13
28 +
29 +--- rpmoffset.c
30 ++++ rpmoffset.c
31 @@ -10,7 +10,7 @@
32 /* chunk of RAM right away so that we have enough. Yeah, horrible */
33 /* quick and dirty implementation, but hey -- it gets the job done. */
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list