Re: UPDATE: xenocara/xkeyboard-config

2011-10-05 Thread Alexandr Shadchin
On Mon, Oct 03, 2011 at 02:00:33AM +0600, Alexandr Shadchin wrote: > Hi, > > This update xkeyboard-config to the latest release 2.4. > http://koba.devio.us/distfiles/xkeyboard-config-2.4.diff > > Tested on amd64. > > Comments ? OK ? > > -- > Alexandr Shadchin > New diff http://koba.devio.us

Re: tar -J for xz

2011-10-05 Thread Christian Weisgerber
Nicholas Marriott wrote: > Or if we must have compression flags just have one flag and let tar > figure out the right tool to use. Having -Z -z -J -j etc etc is silly. bsdtar and gtar detect compressed archives automatically and transparently invoke the corresponding decompressor. $ bsdtar tf f

Re: tar -J for xz

2011-10-05 Thread Christian Weisgerber
Amit Kulkarni wrote: > http://git.tukaani.org/?p=xz.git;a=tree > Probably can't import xz into base as parts of xz are GPL v3. Actually all the interesting parts of xz are in the public domain. The details are laid out in COPYING. The GPLv3 part refers to pieces of the autoconf build infrastruc

Re: carp ipv6 checksum fix

2011-10-05 Thread Marco Pfatschbacher
On Sun, Oct 02, 2011 at 04:44:46PM +0200, Stefan Sperling wrote: [...] > The problem is that the IPv6 input path uses IP6_EXTHDR_GET() to > obtain a pointer to the carp header when verifying the carp header's > checksum. IP6_EXTHDR_GET() internally uses m_pulldown(), which might > return a pointer