Re: svn commit: r218166 - head/lib/liblzma

2011-02-04 Thread Marius Strobl
On Tue, Feb 01, 2011 at 10:28:05AM +, Martin Matuska wrote: > Author: mm > Date: Tue Feb 1 10:28:05 2011 > New Revision: 218166 > URL: http://svn.freebsd.org/changeset/base/218166 > > Log: > Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures. > This fix was acciden

svn commit: r218166 - head/lib/liblzma

2011-02-01 Thread Martin Matuska
Author: mm Date: Tue Feb 1 10:28:05 2011 New Revision: 218166 URL: http://svn.freebsd.org/changeset/base/218166 Log: Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures. This fix was accidentially reverted with the 5.0.0 update in r215187. PR: bin/154310