[Bug 211881] [UPDATE PORT] sysutils/ipdbtools: Tools for IP based Geo-blocking and Geo-routing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 15 22:03:42 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211881

            Bug ID: 211881
           Summary: [UPDATE PORT] sysutils/ipdbtools: Tools for IP based
                    Geo-blocking and Geo-routing
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: cyclaero at gmail.com

Created attachment 173715
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173715&action=edit
changes from v1.1.0 to v1.1.1 specified in a .diff-file

The initial release of ipdbtools (v1.1.0) did not work on 32bit systems because
these lack the __uint128_t integer type which is needed for IPv6 address
comparisons and basic arithmetic.

This update includes 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.

see also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211744#c2 and #c3

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list