Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/cdf/files: cdf-3.2-soname.patch
Date: Tue, 06 May 2008 12:56:12
Message-Id: E1JtMiH-0003V2-Fv@stork.gentoo.org
1 bicatali 08/05/06 12:56:09
2
3 Modified: cdf-3.2-soname.patch
4 Log:
5 Version bump with important security fix (bug #220391). Also fixed patch for testing. Restricting mirroring for now.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 sci-libs/cdf/files/cdf-3.2-soname.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cdf/files/cdf-3.2-soname.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cdf/files/cdf-3.2-soname.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/cdf/files/cdf-3.2-soname.patch?r1=1.1&r2=1.2
14
15 Index: cdf-3.2-soname.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/cdf/files/cdf-3.2-soname.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cdf-3.2-soname.patch 3 Dec 2007 18:41:02 -0000 1.1
22 +++ cdf-3.2-soname.patch 6 May 2008 12:56:09 -0000 1.2
23 @@ -15,8 +15,8 @@
24 else \
25 - echo $(LD) $(LDFLAGS) -o $@ $(OBJs) $(SYSLIBS); \
26 - $(LD) $(LDFLAGS) -o $@ $(OBJs) $(SYSLIBS); \
27 -+ echo $(LD) $(LDFLAGS) -Wl,-soname,libdf.$(SHAREDEXT) -o $@ $(OBJs) $(SYSLIBS); \
28 -+ $(LD) $(LDFLAGS) -Wl,-soname,libdf.$(SHAREDEXT) -o $@ $(OBJs) $(SYSLIBS); \
29 ++ echo $(LD) $(LDFLAGS) -Wl,-soname,libcdf.$(SHAREDEXT) -o $@ $(OBJs) $(SYSLIBS); \
30 ++ $(LD) $(LDFLAGS) -Wl,-soname,libcdf.$(SHAREDEXT) -o $@ $(OBJs) $(SYSLIBS); \
31 fi
32
33 libcdf.o: $(OBJs)
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list