The distfile changed on the master site after the original digest was
created, so put the new version of the distfile into a DIST_DUBDIR. New distfile has been verified to contain the pkgsrc patch -- which actually caused the change in the distfile.
This commit is contained in:
parent
b0af0c8108
commit
c654cf0cc0
3 changed files with 8 additions and 21 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2013/02/16 22:39:46 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2013/03/02 07:52:40 agc Exp $
|
||||
|
||||
DISTNAME= ipv6-toolkit-v1.3
|
||||
PKGNAME= ipv6-toolkit-1.3
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= http://www.si6networks.com/tools/ipv6toolkit/
|
||||
|
||||
|
@ -10,6 +11,8 @@ HOMEPAGE= http://www.si6networks.com/tools/ipv6toolkit
|
|||
COMMENT= IPv6 security assessment and troubleshooting tool
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
|
||||
AUTO_MKDIRS= yes
|
||||
|
||||
BINS= flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 ra6 rd6 rs6 scan6 tcp6
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2013/02/16 22:39:46 agc Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/03/02 07:52:40 agc Exp $
|
||||
|
||||
SHA1 (ipv6-toolkit-v1.3.tar.gz) = bb9e42ed53d59d6f71e224a5a4b601cbad0c99bc
|
||||
RMD160 (ipv6-toolkit-v1.3.tar.gz) = fed0f2c8d7b27d27302fb53e56c154d69e519823
|
||||
Size (ipv6-toolkit-v1.3.tar.gz) = 2918536 bytes
|
||||
SHA1 (patch-aa) = c255907defdb54b312947a2b5f0651202af91405
|
||||
SHA1 (ipv6-toolkit-1.3/ipv6-toolkit-v1.3.tar.gz) = 16be01dff2ab385b637649b34c385eb13cbec75c
|
||||
RMD160 (ipv6-toolkit-1.3/ipv6-toolkit-v1.3.tar.gz) = dea642b85d98040a27e6fce58d30e86f64794425
|
||||
Size (ipv6-toolkit-1.3/ipv6-toolkit-v1.3.tar.gz) = 2918659 bytes
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2013/02/16 22:39:46 agc Exp $
|
||||
|
||||
quieten warnings on ctype macros
|
||||
|
||||
--- tools/scan6.c.orig 2013-02-16 12:18:59.000000000 -0800
|
||||
+++ tools/scan6.c 2013-02-15 07:33:33.000000000 -0800
|
||||
@@ -2197,7 +2197,7 @@
|
||||
j=0;
|
||||
|
||||
while(j < buscars){
|
||||
- if(toupper((int)buscar[j]) != toupper((int)buffer[i+j]))
|
||||
+ if(toupper((int)(unsigned char)buscar[j]) != toupper((int)(unsigned char)buffer[i+j]))
|
||||
break;
|
||||
|
||||
j++;
|
Loading…
Reference in a new issue