diff options
author | Christopher Brannon <teiresias@gentoo.org> | 2013-08-23 18:19:22 +0000 |
---|---|---|
committer | Christopher Brannon <teiresias@gentoo.org> | 2013-08-23 18:19:22 +0000 |
commit | 8862234ec8654eee81f994705b50b3718efb503b (patch) | |
tree | 46b649dbe9506d01b2079809781b7ed1f5b6938e /app-accessibility/brltty/ChangeLog | |
parent | Bump to new prerelease. Import of Emil Karlson's ebuild from the x11 overlay. (diff) | |
download | gentoo-2-8862234ec8654eee81f994705b50b3718efb503b.tar.gz gentoo-2-8862234ec8654eee81f994705b50b3718efb503b.tar.bz2 gentoo-2-8862234ec8654eee81f994705b50b3718efb503b.zip |
Add a patch to fix range-checking and array out-of-bounds access issues.
The patch comes from upstream's svn repository, so it can go away on the
next release. Fixes bug #481802.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Diffstat (limited to 'app-accessibility/brltty/ChangeLog')
-rw-r--r-- | app-accessibility/brltty/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app-accessibility/brltty/ChangeLog b/app-accessibility/brltty/ChangeLog index 7b57abea7c28..f04be9995328 100644 --- a/app-accessibility/brltty/ChangeLog +++ b/app-accessibility/brltty/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-accessibility/brltty # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.134 2013/08/21 15:23:11 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/brltty/ChangeLog,v 1.135 2013/08/23 18:19:22 teiresias Exp $ + +*brltty-4.5-r2 (23 Aug 2013) + + 23 Aug 2013; Christopher Brannon <teiresias@gentoo.org> + -brltty-4.5-r1.ebuild, +brltty-4.5-r2.ebuild, + +files/brltty-4.5-range-checking-and-array-bounds.patch: + Add a patch to fix range-checking and array out-of-bounds access issues. + The patch comes from upstream's svn repository, so it can go away on the + next release. Fixes bug #481802. 21 Aug 2013; William Hubbs <williamh@gentoo.org> metadata.xml: Assign maintainership to Chris. |