summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2008-10-04 19:09:39 +0000
committerRobert Buchholz <rbu@gentoo.org>2008-10-04 19:09:39 +0000
commit8f13def96351e4b2379cb80bbc63a7323bd704c3 (patch)
treeccebc156d38089186c2e5876d379742bda9067c5 /net-im
parentFix pkgconfig build failures, bug 239619 (diff)
downloadgentoo-2-8f13def96351e4b2379cb80bbc63a7323bd704c3.tar.gz
gentoo-2-8f13def96351e4b2379cb80bbc63a7323bd704c3.tar.bz2
gentoo-2-8f13def96351e4b2379cb80bbc63a7323bd704c3.zip
whoops, fix patch
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/tmsnc/files/tmsnc-UBX-buffer-overflow-CVE-2008-2828.patch4
-rw-r--r--net-im/tmsnc/tmsnc-0.3.2-r1.ebuild4
2 files changed, 5 insertions, 3 deletions
diff --git a/net-im/tmsnc/files/tmsnc-UBX-buffer-overflow-CVE-2008-2828.patch b/net-im/tmsnc/files/tmsnc-UBX-buffer-overflow-CVE-2008-2828.patch
index 91fc95132d63..42e1372aa534 100644
--- a/net-im/tmsnc/files/tmsnc-UBX-buffer-overflow-CVE-2008-2828.patch
+++ b/net-im/tmsnc/files/tmsnc-UBX-buffer-overflow-CVE-2008-2828.patch
@@ -1,5 +1,5 @@
---- core_net.c 2006-10-17 13:09:56.000000000 +0200
-+++ core_net.c.new 2008-06-20 14:59:42.000000000 +0200
+--- src/core_net.c 2006-10-17 13:09:56.000000000 +0200
++++ src/core_net.c.new 2008-06-20 14:59:42.000000000 +0200
@@ -845,11 +845,14 @@
i = atoi(ptr[0]);
free(ptr[0]);
diff --git a/net-im/tmsnc/tmsnc-0.3.2-r1.ebuild b/net-im/tmsnc/tmsnc-0.3.2-r1.ebuild
index de7ca6e2cac8..4fba9d6b66e1 100644
--- a/net-im/tmsnc/tmsnc-0.3.2-r1.ebuild
+++ b/net-im/tmsnc/tmsnc-0.3.2-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.3.2-r1.ebuild,v 1.1 2008/10/04 19:05:58 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tmsnc/tmsnc-0.3.2-r1.ebuild,v 1.2 2008/10/04 19:09:38 rbu Exp $
+
+inherit eutils
DESCRIPTION="TMSNC is a textbased MSN client written in C."
HOMEPAGE="http://tmsnc.sourceforge.net/"