summaryrefslogtreecommitdiff
path: root/security/rsaref
AgeCommit message (Collapse)AuthorFilesLines
1999-07-09Add package patch checksum files.agc1-0/+10
1999-05-26Reenable rsaref's own MD5 implementation. It contains MD5Transform(),tv3-9/+6
which is not in libc's md5, and is now being used by some dependencies. This bumps the shared library major version; this package is NOT shared library binary compatible with old rsaref dependent packages.
1999-05-23Expose RSAPublicBlock() and RSAPrivateBlock() for the benefit of hpack.tv4-29/+55
Also clean up the package a bit while we're here; allow ${CC} from the environment. Now called "rsaref-2.0p1".
1999-04-25RSAREF is no longer available directly from RSA.tv2-21/+9
Fetch from ftp.spinnaker.com's crypto archives.
1998-12-03Add LICENSE=no-commercial-use.tv1-2/+3
1998-10-02Get libtool from the right place.tv2-5/+5
Nuke the README before refetching.
1998-09-01Define USE_LIBTOOL, and use the ${LIBTOOL} definition appropriately.agc1-3/+3
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc7-0/+14
1998-07-16Change libtool _not_ to install the .la file. Though marked as "fortv1-2/+1
informational purposes," it's not used by any of the toolchain and is pretty much useless.
1998-07-14Change to build and install rsaref using libtool. No more NetBSD-customtv10-137/+176
Makefile or dynamic-PLIST headaches. Make use of automatic shared library handling. Split patches into separate files.
1998-05-29Change to use libg++'s method of generating a library PLIST. Now honorstv3-16/+13
all /etc/mk.conf variables wrt libraries and accounts for them in PLIST. Some portlint, too.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-04-12Add do-nothing "fetch-list" target so it works if USA_RESIDENT!=YEStv1-1/+5
1998-03-28Set NOLINT=1. Oops.tv1-1/+2
1998-03-23Let `make fetch` from /usr/pkgsrc work even if you are not a USA_RESIDENT.frueauf1-6/+4
1998-03-19portlint: remove unnecessery blank line.frueauf1-1/+0
1998-03-19portlint: reorder for PNF.frueauf1-13/+12
1998-03-18Modify the do-fetch target so that USA_RESIDENT can be set inagc1-10/+7
/etc/mk.conf and "make fetch" will do the right thing.
1998-03-18Import of a shared/static rsaref 2.0 library package. Originally basedtv8-0/+230
on FreeBSD's port, but almost completely reworked. Differences: - leaves out MD5 and uses NetBSD's libc MD5 routines - all the includes are installed in ${PREFIX}/include/rsaref - fetches it legally from ftp.rsa.com instead of sites outside the USA - uses <bsd.lib.mk> to build the library