New version 0.49 released
Hi, after a while I released finally version 0.49 Available at: <ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/> (and via CVS - note that DS6 currently contain only older versions). Not-minor changes: 20050914/PB Update databases 20050725/PB lib/libipv6addr ipv6calc/showinfo - add support for Unique Local IPv6 Unicast Addresses 20050719/PB md5/md5.c - fix for proper support of big endian machines lib/libipv6addr - replace hardcoded IPv6 assignement by dynamic one 20050714/PB lib/libipv6addr - IPv6 TLA update 20050628/PB ipv6calc: - replace hardcoded $(root)/bin with $(root)@bindir@ (suggested by Andrew Walrond) 20050212/PB ipv6logconv: - implement a lookup cache for speed-up (around 20%) lib/libipv4addr databases/ipv4-assignment/dbipv4addr_assignment.h - add a hint table for speed-up IPv4 registry lookups (around 10 times!) Happy using, Peter -- Dr. Peter Bieringer http://www.bieringer.de/pb/ GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
Seems like `make test` is broken Here's my output Test './ipv6calc --addr_to_bitstring --uppercase 3ffe:ffff::1' for '\[x3FFEFFFF000000000000000000000001/128].IP6.ARPA.' Test './ipv6calc --in bitstring --out ipv6 \[x3FFEFFFF000000000000000000000001/64].IP6.ARPA' for '3ffe:ffff::1/64' Test './ipv6calc --ipv4_to_6to4addr 11.12.13.14' for '2002:b0c:d0e::' Test './ipv6calc --in ipv4 --out ipv6 --action conv6to4 11.12.13.14' for '2002:b0c:d0e::' Test './ipv6calc --in ipv6 --out ipv4 --action conv6to4 2002:102:304::1' for '1.2.3.4' Test './ipv6calc --in prefix+mac fec0:0:0:1:: 01:23:45:67:89:01' for 'fec0::1:323:45ff:fe67:8901' No action type specified, try autodetection...found type: prefixmac2ipv6 Test './ipv6calc --in ipv4addr --out revipv4 1.2.3.4' for '4.3.2.1.in-addr.arpa.' Test './ipv6calc -i fe80::1' for '*' No input type specified, try autodetection...found type: ipv6addr No output type specified, try autodetection...found type: ipv6addr *** stack smashing detected ***: ./ipv6calc terminated Error executing 'ipv6calc'! 1 Any info I can provide about the system? Radek On Thu, 2005-09-15 at 00:03 +0200, Peter Bieringer wrote:
Hi,
after a while I released finally version 0.49
Available at: <ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/>
(and via CVS - note that DS6 currently contain only older versions).
Not-minor changes:
20050914/PB Update databases
20050725/PB lib/libipv6addr ipv6calc/showinfo - add support for Unique Local IPv6 Unicast Addresses
20050719/PB md5/md5.c - fix for proper support of big endian machines lib/libipv6addr - replace hardcoded IPv6 assignement by dynamic one
20050714/PB lib/libipv6addr - IPv6 TLA update
20050628/PB ipv6calc: - replace hardcoded $(root)/bin with $(root)@bindir@ (suggested by Andrew Walrond)
20050212/PB ipv6logconv: - implement a lookup cache for speed-up (around 20%) lib/libipv4addr databases/ipv4-assignment/dbipv4addr_assignment.h - add a hint table for speed-up IPv4 registry lookups (around 10 times!)
Happy using, Peter -- Radek Vokál <rvokal@redhat.com>
Hi Radek, --On Thursday, September 15, 2005 08:32:35 AM +0200 Radek Vokál <rvokal@redhat.com> wrote:
Seems like `make test` is broken
Here's my output
Test './ipv6calc --addr_to_bitstring --uppercase 3ffe:ffff::1' for '\[x3FFEFFFF000000000000000000000001/128].IP6.ARPA.' Test './ipv6calc --in bitstring --out ipv6 \[x3FFEFFFF000000000000000000000001/64].IP6.ARPA' for '3ffe:ffff::1/64' Test './ipv6calc --ipv4_to_6to4addr 11.12.13.14' for '2002:b0c:d0e::' Test './ipv6calc --in ipv4 --out ipv6 --action conv6to4 11.12.13.14' for '2002:b0c:d0e::' Test './ipv6calc --in ipv6 --out ipv4 --action conv6to4 2002:102:304::1' for '1.2.3.4' Test './ipv6calc --in prefix+mac fec0:0:0:1:: 01:23:45:67:89:01' for 'fec0::1:323:45ff:fe67:8901' No action type specified, try autodetection...found type: prefixmac2ipv6 Test './ipv6calc --in ipv4addr --out revipv4 1.2.3.4' for '4.3.2.1.in-addr.arpa.' Test './ipv6calc -i fe80::1' for '*' No input type specified, try autodetection...found type: ipv6addr No output type specified, try autodetection...found type: ipv6addr *** stack smashing detected ***: ./ipv6calc terminated Error executing 'ipv6calc'! 1
Hmm, I got already such strange terminations in case using -O 2 for gcc. Therefore I removed them, because I didn't found the reason, what's wrong with my code.
Any info I can provide about the system?
Would be great, I had a fine rebuild on FC4 but still not tested RHEL3 and RHEL4. Perhaps you have more luck by using gdb than me... Peter -- Dr. Peter Bieringer http://www.bieringer.de/pb/ GPG/PGP Key 0x958F422D mailto: pb at bieringer dot de Deep Space 6 Co-Founder and Core Member http://www.deepspace6.net/
participants (2)
-
Peter Bieringer
-
Radek Vokál