diff options
author | edwin <edwin@FreeBSD.org> | 2005-09-16 07:00:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-09-16 07:00:52 +0800 |
commit | 232d08dca92734da1130ce4ce8c1018463fe1ec1 (patch) | |
tree | ca963f418565e5f2c547cc7e5a37e8b6bd1b0b4e /net-mgmt/ipv6calc/Makefile | |
parent | 8856c8a9467370403de0b377b1e91137110f9adc (diff) | |
download | freebsd-ports-gnome-232d08dca92734da1130ce4ce8c1018463fe1ec1.tar.gz freebsd-ports-gnome-232d08dca92734da1130ce4ce8c1018463fe1ec1.tar.zst freebsd-ports-gnome-232d08dca92734da1130ce4ce8c1018463fe1ec1.zip |
[ipv6calc-announce] New version 0.50 released
20050915/PB
various c files
- fix snprintf size parameter (credits to
Radek Vok?l for pointing this out)
lib/libipv6addr.c#ipv6addr_copy
- fix bug which causes stack overflow (credits to
Radek Vok?l for finding the bug)
several Makefiles
- add compiler switch -O2, reason for segfault was found
- remove also static on clean
ipv6logconv:
- add support for unique local unicast
update databases
Diffstat (limited to 'net-mgmt/ipv6calc/Makefile')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 6960a2a5698a..5dce7893f565 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ipv6calc -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= net-mgmt ipv6 MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ |