summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2009-02-04 16:15:45 +0000
committerRobert Buchholz <rbu@gentoo.org>2009-02-04 16:15:45 +0000
commitae0e158e0f932382a871650286669792eae28ed4 (patch)
tree191b004961be1a1be4e9ac5304dc2164db36c33d /net-libs
parentFixup wrong manifest. (diff)
downloadgentoo-2-ae0e158e0f932382a871650286669792eae28ed4.tar.gz
gentoo-2-ae0e158e0f932382a871650286669792eae28ed4.tar.bz2
gentoo-2-ae0e158e0f932382a871650286669792eae28ed4.zip
Version bump (bug #244424), fixing a buffer overread vulnerability (bug
#244888) (Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libgadu/ChangeLog12
-rw-r--r--net-libs/libgadu/libgadu-1.7.0.ebuild31
-rw-r--r--net-libs/libgadu/libgadu-1.7.0_pre20050719.ebuild40
-rw-r--r--net-libs/libgadu/libgadu-1.8.2.ebuild (renamed from net-libs/libgadu/libgadu-1.8.0.ebuild)5
4 files changed, 13 insertions, 75 deletions
diff --git a/net-libs/libgadu/ChangeLog b/net-libs/libgadu/ChangeLog
index 73a47c500540..c49d2a638c9f 100644
--- a/net-libs/libgadu/ChangeLog
+++ b/net-libs/libgadu/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/libgadu
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v 1.24 2008/04/21 13:27:17 cla Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v 1.25 2009/02/04 16:15:45 rbu Exp $
+
+*libgadu-1.8.2 (04 Feb 2009)
+
+ 04 Feb 2009; Robert Buchholz <rbu@gentoo.org>
+ -libgadu-1.7.0_pre20050719.ebuild, -libgadu-1.7.0.ebuild,
+ -libgadu-1.8.0.ebuild, +libgadu-1.8.2.ebuild:
+ Version bump (bug #244424), fixing a buffer overread vulnerability (bug
+ #244888)
*libgadu-1.8.0 (21 Apr 2008)
diff --git a/net-libs/libgadu/libgadu-1.7.0.ebuild b/net-libs/libgadu/libgadu-1.7.0.ebuild
deleted file mode 100644
index d297317491c2..000000000000
--- a/net-libs/libgadu/libgadu-1.7.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.7.0.ebuild,v 1.1 2006/10/09 19:50:13 sekretarz Exp $
-
-inherit eutils libtool
-
-DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol"
-HOMEPAGE="http://toxygen.net/libgadu/"
-SRC_URI="http://toxygen.net/libgadu/files/libgadu-1.7.0.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="ssl threads"
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6m )"
-
-src_compile() {
- econf \
- --enable-shared \
- `use_with threads pthread` \
- `use_with ssl openssl` \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die
-}
diff --git a/net-libs/libgadu/libgadu-1.7.0_pre20050719.ebuild b/net-libs/libgadu/libgadu-1.7.0_pre20050719.ebuild
deleted file mode 100644
index c2104d4162c9..000000000000
--- a/net-libs/libgadu/libgadu-1.7.0_pre20050719.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.7.0_pre20050719.ebuild,v 1.2 2006/11/07 22:24:54 gustavoz Exp $
-
-inherit eutils libtool
-
-# This ebuild will be removed soon
-VER="20050719"
-
-DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol"
-HOMEPAGE="http://dev.null.pl/ekg"
-SRC_URI="http://dev.gentoo.org/~sekretarz/distfiles/${PN}-${VER}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
-
-IUSE="ssl threads"
-
-S=${WORKDIR}/${PN}-${VER}
-
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6m )"
-
-src_compile() {
- aclocal -I m4
- autoheader
- autoconf
- elibtoolize
- econf \
- --enable-shared \
- `use_with threads pthread` \
- `use_with ssl openssl` \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die
-}
diff --git a/net-libs/libgadu/libgadu-1.8.0.ebuild b/net-libs/libgadu/libgadu-1.8.2.ebuild
index 2c0fa343f6ba..555e9cb9a113 100644
--- a/net-libs/libgadu/libgadu-1.8.0.ebuild
+++ b/net-libs/libgadu/libgadu-1.8.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.8.0.ebuild,v 1.1 2008/04/21 13:27:17 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.8.2.ebuild,v 1.1 2009/02/04 16:15:45 rbu Exp $
inherit eutils libtool
@@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="ssl threads"
DEPEND="ssl? ( >=dev-libs/openssl-0.9.6m )"
+RDEPEND=${DEPEND}
src_compile() {
econf \