From owner-freebsd-ipfw@freebsd.org Mon Aug 15 22:11:59 2016 Return-Path: Delivered-To: freebsd-ipfw@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E448BB9045 for ; Mon, 15 Aug 2016 22:11:59 +0000 (UTC) (envelope-from rj@obsigna.com) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1DCA17E6 for ; Mon, 15 Aug 2016 22:11:58 +0000 (UTC) (envelope-from rj@obsigna.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1471299115; l=972; s=domk; d=obsigna.com; h=To:References:Content-Transfer-Encoding:Date:In-Reply-To:From: Subject:Mime-Version:Content-Type; bh=QrKzx5xA+FdVdc16YLGkMFKJta7W8Av8t9j70lsMYxs=; b=FrsYkLRqDjGAweVBTcooJuWojusE1PQcpFJD8dKuoRWXnG3TdkNCpOrxWVrfLA0e7yz zjMeThAX/cP4sG8iUsQmjb73tw87BpSTtwkhGalojmZ9/Qd5L9vR3sp2A46SivGVAhiJf dieYYT0ntRX0SJUZZLDL7Gk1Je7kUBl3b1w= X-RZG-AUTH: :O2kGeEG7b/pS1EK7WHa0hxqKZr4lnx6UhToX1IWHkW4X7v2ImaU2B+3KSGnPFnK+130WqUsw X-RZG-CLASS-ID: mo00 Received: from mail.obsigna.com (bfb6bd8b.virtua.com.br [191.182.189.139]) by smtp.strato.de (RZmta 38.13 DYNA|AUTH) with ESMTPSA id z046a4s7FMBsMPt (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate) for ; Tue, 16 Aug 2016 00:11:54 +0200 (CEST) Received: from rolf.projectworld.net (rolf.projectworld.net [192.168.222.25]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.obsigna.com (Postfix) with ESMTPSA id 421CB229861E for ; Mon, 15 Aug 2016 19:11:51 -0300 (BRT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Notice on upcoming ipdbtools 1.1.1 From: "Dr. Rolf Jansen" In-Reply-To: Date: Mon, 15 Aug 2016 19:11:50 -0300 Content-Transfer-Encoding: quoted-printable Message-Id: <6D75E4CF-223F-4BAD-BC16-F102B5C6E275@obsigna.com> References: To: freebsd-ipfw@freebsd.org X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2016 22:11:59 -0000 > Am 14.08.2016 um 12:15 schrieb Dr. Rolf Jansen : >=20 > As was noticed by the port maintainer, the initial release of = ipdbtools 1.1.0 into the ports did not compile on i386 systems because = the lack of the __uint128_t data type on 32bit systems, and which was = used for IPv6 computing. >=20 > In the meantime, I rolled in the necessary uint128 comparison, shift = and basic arithmetic operations that provide the missing built-in = __uint128_t operations on 32bit systems. The 64bit targets x86-64 and = arm64 continue to utilize the built-in operations. >=20 > The changes are ready on GitHub, and I will submit a changed port PR = on Monday (tomorrow) night, most of the post-mortem fixes since the = initial release are included -- I won't rename the tool 'ipup', though. I just submitted the PR for updating the port of ipdbtools to v1.1.1. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211881 Best regards Rolf=