Re: update net/ipv6calc

2018-10-05 Thread Jeremie Courreges-Anglas
On Thu, Oct 04 2018, Stuart Henderson wrote: > On 2018/10/04 09:40, Solene Rapenne wrote: >> > add new action to extract MAC/EUI64 from IPv6 address > > that's handy :) > > There are some problems with tests (including a segfault), but they are > also present with the version currently in-tree, so

Re: update net/ipv6calc

2018-10-04 Thread Stuart Henderson
On 2018/10/04 11:36, Solene Rapenne wrote: > Klemens Nanni wrote: > > DEBUG=-g3 is honored for the normal build but not tests: > > > > $ make DEBUG=-g3 test > > ... > > gmake[2]: Leaving directory '/tmp/pobj/ipv6calc-1.1.0/ipv6calc-1.1.0' > > cc -o ipv6calc ipv6calc.o showinfo.o ip

Re: update net/ipv6calc

2018-10-04 Thread Stuart Henderson
On 2018/10/04 09:40, Solene Rapenne wrote: > > add new action to extract MAC/EUI64 from IPv6 address that's handy :) There are some problems with tests (including a segfault), but they are also present with the version currently in-tree, so I don't think they block the update. OK sthen@.

Re: update net/ipv6calc

2018-10-04 Thread Solene Rapenne
Klemens Nanni wrote: > DEBUG=-g3 is honored for the normal build but not tests: > > $ make DEBUG=-g3 test > ... > gmake[2]: Leaving directory '/tmp/pobj/ipv6calc-1.1.0/ipv6calc-1.1.0' > cc -o ipv6calc ipv6calc.o showinfo.o ipv6calchelp_local.o -lcrypto > -L../lib/ -L..

Re: update net/ipv6calc

2018-10-04 Thread Klemens Nanni
DEBUG=-g3 is honored for the normal build but not tests: $ make DEBUG=-g3 test ... gmake[2]: Leaving directory '/tmp/pobj/ipv6calc-1.1.0/ipv6calc-1.1.0' cc -o ipv6calc ipv6calc.o showinfo.o ipv6calchelp_local.o -lcrypto -L../lib/ -L../databases/lib/ -lipv6calc_d

update net/ipv6calc

2018-10-04 Thread Solene Rapenne
this update ipv6calc to 1.1.0 official CHANGLOG > This version is mainly a feature release. > > Features: > > add lightweight Anti-DDoS protection into ipv6calcweb.cgi > add new action to extract MAC/EUI64 from IPv6 address > Regular: > > databases: update > several minor code fixes Index: M

update: net/ipv6calc

2007-06-28 Thread Rui Reis
Here's an update to net/ipv6calc. (I got a bounce sending this to the maintainer) ok? Index: Makefile === RCS file: /cvs/ports/net/ipv6calc/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile28 May 2007 17