From owner-freebsd-security@FreeBSD.ORG Sun Dec 11 19:47:32 2005 Return-Path: X-Original-To: freebsd-security@freebsd.org Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D8B616A41F for ; Sun, 11 Dec 2005 19:47:32 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from fuz.mail.t-online.hu (fuz.mail.t-online.hu [195.228.240.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2014043D70 for ; Sun, 11 Dec 2005 19:47:21 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from [192.168.1.3] (dsl51B68256.pool.t-online.hu [81.182.130.86]) by fuz.mail.t-online.hu (8.13.4/8.12.11) with ESMTP id jBBJlJOn035848 for ; Sun, 11 Dec 2005 20:47:20 +0100 (CET) Message-ID: <439C8386.5090500@Zahemszky.HU> Date: Sun, 11 Dec 2005 20:52:38 +0100 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-security@freebsd.org References: <439C5E30.9090605@Zahemszky.HU> <20051211173807.GA6202@zaphod.nitro.dk> <20051211182059.GB12228@dragon.roe.ch> In-Reply-To: <20051211182059.GB12228@dragon.roe.ch> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-vbmsrv: scanned Subject: Re: bug? in making security/isakmpd X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2005 19:47:32 -0000 Daniel Roethlisberger wrote: > As ports breaking with localized CTYPE is not too uncommon, adding > > ENV['LC_ALL'] ||= 'C' > > to your pkgtools.conf might make sense. Yes, you're right - with it, I couldn't have found it. And no, because the correct way is to find a problem, report it (maybe with a solution/patch) - and the maintainer corrects it. As in this case. Thanks, Simon! Zahy < Gabor at Zahemszky dot HU > -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set -- $Z;for i;{ [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"