Re: [arch-general] [arch-dev-public] [signoff] grep-2.6.1-1
On Mon, Mar 29, 2010 at 7:43 PM, Dan McGee <dpmcgee@gmail.com> wrote:
On Mon, Mar 29, 2010 at 12:35 PM, Andrea Scarpino <andrea@archlinux.org> wrote:
On Friday 26 March 2010 13:57:08 Allan McRae wrote:
Upstream bug fix release.
Signoff both, Allan I got a segfault when I do: $ grep -qrl --include "desc" "^pacman$" "/var/lib/pacman/local/"
x86_64
-- Andrea
Same here, not surprisingly. If someone wants to compile with debug symbols, they'd probably have more of an idea than this:
$ gdb --args grep -qrl --include "desc" "^pacman$" "/var/lib/pacman/local/"
A very quick look at the git repo : http://git.savannah.gnu.org/cgit/grep.git/commit/?id=54d55bba41f2ff31682fe65... I just love these easy to browse web interface :)
On Mon, Mar 29, 2010 at 8:14 PM, Xavier Chantry <chantry.xavier@gmail.com> wrote:
A very quick look at the git repo : http://git.savannah.gnu.org/cgit/grep.git/commit/?id=54d55bba41f2ff31682fe65...
I just love these easy to browse web interface :)
2.6.2 released which includes that fix among others : http://savannah.gnu.org/forum/forum.php?forum_id=6262 ** Bug fixes grep -F no longer mistakenly reports a match when searching for an incomplete prefix of a multibyte character. [bug present since "the beginning"] grep -F no longer goes into an infinite loop when it finds a match for an incomplete (non-prefix of a) multibyte character. [bug introduced in 2.6] Using any of the --include or --exclude* options would cause a NULL dereference. [bugs introduced in 2.6] ** Build-related configure no longer relies on pkg-config to detect PCRE support.
On Monday 29 March 2010 22:07:45 Xavier Chantry wrote:
2.6.2 released which includes that fix among others : http://savannah.gnu.org/forum/forum.php?forum_id=6262 You are efficient as ever Xavier :)
Thank you -- Andrea
participants (2)
-
Andrea Scarpino
-
Xavier Chantry