pkgsrc-wip/svrcore/TODO
Evaldo Gardenali 0191769531 Import svrcore-4.0.4 as wip/svrcore.
The Netscape svrcore library is a kind of object-oriented package
for handling PIN requests from NSS.

Terry Hayes wrote the Netscape svrcore library in 1998.
Valerie Chu wrote the ntgetpin.c and related files.

svrcore used to contain two major parts.

The first part is what we released on mozilla.  It is a kind of
object-oriented package for handling PIN requests from NSS. The
idea was to provide a standard way for servers to allow PIN input
from a file or from the terminal.  There is also a PIN handler
that caches the PIN in memory after encrypting it with a key on
a device (such as a Fortezza card). This allowed a server to
restart without having to reenter the PIN. However since the PIN
is encrypted, a core dump would not expose it.  In addition,
removing the device would also make the PIN inaccessible.
2009-08-19 16:49:23 +00:00

14 lines
830 B
Text

$NetBSD: TODO,v 1.1.1.1 2009/08/19 16:49:23 udontknow Exp $
Fix MASTER_SITE when convenient, because mozilla DOES NOT MIRROR THIS FILE ELSEWHERE!
WARN: Makefile:6: Please use ${MASTER_SITE_MOZILLA:=directory/svrcore/releases/4.0.4/src/} instead of "http://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/4.0.4/src/".
WARN: Makefile:10: Please use ${MASTER_SITE_MOZILLA:=directory/svrcore/releases/4.0.4/src/} instead of "http://ftp.mozilla.org/pub/mozilla.org/directory/svrcore/releases/4.0.4/src/".
Check with pkglint in the future regarding triple licensing
# LICENSE
#
# The license of the package.
#
# Dual licenses can be specified with OR expressions:
# LICENSE= license1 OR license2
WARN: Makefile:12: License file ../../licenses/gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mpl-1.1 does not exist.