Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpg321/files: mpg321-0.2.10-file-descriptors-leak.patch mpg321-0.2.10-useragent.patch
Date: Sun, 21 Jun 2009 07:32:04
Message-Id: E1MIHWy-0001Cx-5Q@stork.gentoo.org
1 ssuominen 09/06/21 07:32:00
2
3 Modified: mpg321-0.2.10-file-descriptors-leak.patch
4 mpg321-0.2.10-useragent.patch
5 Log:
6 Version bump. Handle /usr/bin/mpg123 symlink inside CONTENTS again.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.2 media-sound/mpg321/files/mpg321-0.2.10-file-descriptors-leak.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg321/files/mpg321-0.2.10-file-descriptors-leak.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg321/files/mpg321-0.2.10-file-descriptors-leak.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg321/files/mpg321-0.2.10-file-descriptors-leak.patch?r1=1.1&r2=1.2
15
16 Index: mpg321-0.2.10-file-descriptors-leak.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpg321/files/mpg321-0.2.10-file-descriptors-leak.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mpg321-0.2.10-file-descriptors-leak.patch 18 May 2008 14:51:36 -0000 1.1
23 +++ mpg321-0.2.10-file-descriptors-leak.patch 21 Jun 2009 07:32:00 -0000 1.2
24 @@ -1,6 +1,8 @@
25 -diff -uNr mpg321-0.2.10/mpg321.c mpg321-0.2.10-new/mpg321.c
26 ---- mpg321-0.2.10/mpg321.c Sat Mar 23 23:49:20 2002
27 -+++ mpg321-0.2.10-new/mpg321.c Sat Nov 13 00:50:25 2004
28 +From upstream (Debian in this case), should be fixed in >= 0.2.10.6.
29 +
30 +diff -ur mpg321-0.2.10.orig/mpg321.c mpg321-0.2.10/mpg321.c
31 +--- mpg321-0.2.10.orig/mpg321.c Sat Mar 23 23:49:20 2002
32 ++++ mpg321-0.2.10/mpg321.c Sat Nov 13 00:50:25 2004
33 @@ -188,7 +188,7 @@
34
35 else
36
37
38
39 1.2 media-sound/mpg321/files/mpg321-0.2.10-useragent.patch
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg321/files/mpg321-0.2.10-useragent.patch?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg321/files/mpg321-0.2.10-useragent.patch?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mpg321/files/mpg321-0.2.10-useragent.patch?r1=1.1&r2=1.2
44
45 Index: mpg321-0.2.10-useragent.patch
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/mpg321/files/mpg321-0.2.10-useragent.patch,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- mpg321-0.2.10-useragent.patch 29 Aug 2005 09:48:19 -0000 1.1
52 +++ mpg321-0.2.10-useragent.patch 21 Jun 2009 07:32:00 -0000 1.2
53 @@ -1,5 +1,4 @@
54 -
55 -$FreeBSD: /repoman/r/pcvs/ports/audio/mpg321/files/patch-network.c,v 1.3 2005/08/28 20:39:25 naddy Exp $
56 +Provide an User-Agent when requesting via HTTP by Frank Ruell. See, FreeBSD PR #84898.
57
58 --- network.c.orig
59 +++ network.c