Update to 20100827. Set LICENSE.

Fix bug reported by Makoto Yamakura in PR 43992.
This commit is contained in:
wiz 2010-10-22 10:41:49 +00:00
parent 3cb797d939
commit b1669fd7fa
3 changed files with 10 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2010/03/21 16:29:43 wiz Exp $
# $NetBSD: Makefile,v 1.5 2010/10/22 10:41:49 wiz Exp $
DISTNAME= mozilla-rootcerts-1.0.${CERTDATA_DATE}
CATEGORIES= security
@ -8,13 +8,14 @@ EXTRACT_SUFX= # empty
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://lxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1
COMMENT= root CA certificates from the Mozilla Project
COMMENT= Root CA certificates from the Mozilla Project
LICENSE= mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS= awk:run echo:run expr:run ln:run ls:run openssl:run rm:run
CERTDATA_DATE= 20090831
CERTDATA_DATE= 20100827
CERTDATA= certdata-${CERTDATA_DATE}.txt
WRKSRC= ${WRKDIR}

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2009/11/03 02:43:55 wiz Exp $
$NetBSD: distinfo,v 1.3 2010/10/22 10:41:49 wiz Exp $
SHA1 (certdata-20090831.txt) = 59b7c651a8de466998a230e7f8afc6bd71d1e9b6
RMD160 (certdata-20090831.txt) = 72cb87687f74c05efd5ce7bb09b29561a272a1e6
Size (certdata-20090831.txt) = 1071095 bytes
SHA1 (certdata-20100827.txt) = 774c0132ac6920a4f37ce670bed4abcb6e21476c
RMD160 (certdata-20100827.txt) = 5af26ece6f3e379b247ac8da565d41ff36768972
Size (certdata-20100827.txt) = 1135654 bytes

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: mozilla-rootcerts.sh,v 1.2 2009/11/03 02:43:56 wiz Exp $
# $NetBSD: mozilla-rootcerts.sh,v 1.3 2010/10/22 10:41:50 wiz Exp $
#
# This script is meant to be used as follows:
#
@ -72,7 +72,7 @@ link_hash()
${ECHO} 1>&2 "WARNING: Skipping duplicate certificate $_pemfile"
return
fi
suffix=`${EXPR} $suffix + 1`
_suffix=`${EXPR} $_suffix + 1`
done
}