summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-12-25 17:05:11 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-12-25 17:05:11 +0000
commit9dab81e32a94a42f6f19808313582b026254e912 (patch)
tree2d8b55a6bd887506225fec49b465cec386c1e466 /dev-util/cmake/ChangeLog
parentFix dependencies. Set SUPPORT_PYTHON_ABIS. Avoid breaking strict-aliasing rules. (diff)
downloadgentoo-2-9dab81e32a94a42f6f19808313582b026254e912.tar.gz
gentoo-2-9dab81e32a94a42f6f19808313582b026254e912.tar.bz2
gentoo-2-9dab81e32a94a42f6f19808313582b026254e912.zip
Fix ruby finding per bug #345993 and buffer overflowing per bug #329043.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cmake/ChangeLog')
-rw-r--r--dev-util/cmake/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/dev-util/cmake/ChangeLog b/dev-util/cmake/ChangeLog
index 437eacf0059b..c1a869e0290e 100644
--- a/dev-util/cmake/ChangeLog
+++ b/dev-util/cmake/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/cmake
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.147 2010/12/20 13:40:01 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.148 2010/12/25 17:05:11 scarabeus Exp $
+
+*cmake-2.8.3-r1 (25 Dec 2010)
+
+ 25 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> +cmake-2.8.3-r1.ebuild,
+ +files/cmake-2.8.3-buffer_overflow.patch,
+ +files/cmake-2.8.3-ruby_libname.patch:
+ Fix ruby finding per bug #345993 and buffer overflowing per bug #329043.
20 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> cmake-2.8.3.ebuild:
Fix dependency on libarchive version. Fixes bug #348887.