summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-02 02:56:40 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-11-02 02:56:40 +0000
commit313bd8e727aa8fdcf3fe8267a6d8cbe3bf6fd582 (patch)
tree8a89b7e4ff12304a53eaa883772c75a9af2a6961 /net-libs/loudmouth/ChangeLog
parentVersion bump for dev channel release. (diff)
downloadgentoo-2-313bd8e727aa8fdcf3fe8267a6d8cbe3bf6fd582.tar.gz
gentoo-2-313bd8e727aa8fdcf3fe8267a6d8cbe3bf6fd582.tar.bz2
gentoo-2-313bd8e727aa8fdcf3fe8267a6d8cbe3bf6fd582.zip
Add patches fixing rfc-3920 compliance, preventing segfaults and excessive debug messages, and fixing utf-8 validation of incoming messages (bug #389127, many thanks to Dmitry Potapov <potapov.d@gmail.com> for reporting). Also, move to EAPI4 and add USE=static-libs support. The Imendio upstream is gone, so use gnome.org for SRC_URI and set the github repo which is supposedly considered the closest thing to official that loudmouth has these days as the homepage.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/loudmouth/ChangeLog')
-rw-r--r--net-libs/loudmouth/ChangeLog20
1 files changed, 18 insertions, 2 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index f0913faed4f9..0d7937ec5d73 100644
--- a/net-libs/loudmouth/ChangeLog
+++ b/net-libs/loudmouth/ChangeLog
@@ -1,6 +1,22 @@
# ChangeLog for net-libs/loudmouth
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.97 2010/09/09 13:36:28 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.98 2011/11/02 02:56:40 tetromino Exp $
+
+*loudmouth-1.4.3-r2 (02 Nov 2011)
+
+ 02 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ loudmouth-1.4.3.ebuild, loudmouth-1.4.3-r1.ebuild,
+ +loudmouth-1.4.3-r2.ebuild, +files/loudmouth-1.4.3-free-before-closed.patch,
+ +files/loudmouth-1.4.3-id-tag-in-opening-headers.patch,
+ +files/loudmouth-1.4.3-invalid-unicode.patch,
+ +files/loudmouth-1.4.3-silence-chdir.patch:
+ Add patches fixing rfc-3920 compliance, preventing segfaults and excessive
+ debug messages, and fixing utf-8 validation of incoming messages (bug
+ #389127, many thanks to Dmitry Potapov <potapov.d@gmail.com> for reporting).
+ Also, move to EAPI4 and add USE=static-libs support.
+ The Imendio upstream is gone, so use gnome.org for SRC_URI and set the github
+ repo which is supposedly considered the closest thing to official that
+ loudmouth has these days as the homepage.
09 Sep 2010; Brent Baude <ranger@gentoo.org> loudmouth-1.4.3-r1.ebuild:
Marking loudmouth-1.4.3-r1 ppc64 for bug 320273