Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gnutls/files: gnutls-2.7.8-lzo.patch
Date: Mon, 04 May 2009 08:15:01
Message-Id: E1M0p3u-0005w1-2w@stork.gentoo.org
1 arfrever 09/05/04 03:41:50
2
3 Added: gnutls-2.7.8-lzo.patch
4 Log:
5 Version bump.
6 (Portage version: 13611-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-libs/gnutls/files/gnutls-2.7.8-lzo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gnutls/files/gnutls-2.7.8-lzo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/gnutls/files/gnutls-2.7.8-lzo.patch?rev=1.1&content-type=text/plain
13
14 Index: gnutls-2.7.8-lzo.patch
15 ===================================================================
16 http://git.savannah.gnu.org/gitweb/?p=gnutls.git;a=commitdiff;h=e7eeb6c7c94cf838b3b199d4d7ec5aa1b6e1f656
17
18 --- lib/libgnutls.map
19 +++ lib/libgnutls.map
20 @@ -582,6 +582,11 @@
21 _gnutls_read_uint24;
22 _gnutls_get_cred;
23 _gnutls_recv_int;
24 + # Internal symbols needed by libgnutls-extra for LZO:
25 + _gnutls_compression_algorithms;
26 + _gnutls_comp_algorithms_size;
27 + _gnutls_lzo1x_decompress_safe;
28 + _gnutls_lzo1x_1_compress;
29 # Internal symbols needed by libgnutls-openssl:
30 _gnutls_pkix1_asn;
31 _gnutls_x509_parse_dn_oid;