From owner-freebsd-bluetooth@FreeBSD.ORG Tue May 13 17:43:50 2008 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D135106567B for ; Tue, 13 May 2008 17:43:50 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id E2B9C8FC16 for ; Tue, 13 May 2008 17:43:49 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so4661964fgb.35 for ; Tue, 13 May 2008 10:43:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; bh=x75OlY09q8eJ235HWVuinlb0rEL0AAsAA9qrvVb2JiM=; b=tz4W/Xb4VNEcHFguNQmgtglwVLe8hdQYkPHeoDHSRkknMMYQo9v4Sor4CARu7z2CV7Y9YjEXg2CBpHnHDYHUsXO0e/SJnZoEjwjo5afn4AMEeWGPX1b9ocvxSRJ23ISFwPPPG2GCd2uRqE9HisplN5AF9xJeUJNDmsIDtthbg+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=Of4XRTG0tNRO0aCAGWyHFwJJB1LulRMxRqADYTJq5JjDeheQeO94HTu8SM17/JKEMGs8V4Y/Ve7HnlI0XYX2mFnM5Pfh+eVEhb7YgY72i7+TPANqe2cyWlCLypb852cVwsD6/HdCyOs1+EqMbsyI5OQddMWvTCzFDX8nzod37mQ= Received: by 10.86.90.2 with SMTP id n2mr68363fgb.51.1210700619076; Tue, 13 May 2008 10:43:39 -0700 (PDT) Received: by 10.86.66.5 with HTTP; Tue, 13 May 2008 10:43:39 -0700 (PDT) Message-ID: Date: Tue, 13 May 2008 10:43:39 -0700 From: "Maksim Yevmenkin" To: "freebsd-bluetooth@freebsd.org" , mad@madpilot.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: obexapp 1.4.9 X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 17:43:50 -0000 hello, obexapp 1.4.9 was uploaded at http://www.geocities.com/m_evmenkin/obexapp-1.4.9.tar.gz the only (minor) change is work around for dirname(3). some implementations may modify string passed to dirname(3) therefor do not assume const pointer argument in dirname(3) and always pass a local copy. this is done to be compatible with netbsd. thanks, max