summaryrefslogtreecommitdiff
path: root/security/rsaref
AgeCommit message (Collapse)AuthorFilesLines
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-2/+4
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-04Regen.fredb1-2/+2
2004-02-04Remove extra, asymetric context from last hunk; it was confusing GNU patch.fredb1-7/+5
Problem pointed out by Georg Schwarz on tech-pkg.
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam1-2/+2
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05bl3ifyjlam1-3/+7
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-9/+6
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+19
buildlink3 framework.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-25Unused.wiz1-34/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-2/+21
buildlink2.mk files back into the main trunk. This provides sufficient buildlink2 infrastructure to start merging other packages from the buildlink2 branch that have already been converted to use the buildlink2 framework.
2002-08-01Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot orgjschauma1-2/+2
after consulting with Todd. Any volunteers for any of these packages?
2001-11-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-11-19Correct the list of headers.jlam1-5/+5
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-29Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-24This package is not interactive.fredb1-10/+1
Remove obsolete warning about setting USA_RESIDENT.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-4/+2
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam2-4/+5
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-02-05RCS tag addedwiz1-0/+1
1999-12-14Roll rsaref version to rsaref-2.0p3 to reflect updated security patchesabs1-2/+2
1999-12-14Revised buffer-overrun fix from CERT CA-99-15sommerfeld2-10/+14
(believed more complete than previous fix).
1999-12-02Range-check input buffer length against maximum modulus size. Forsommerfeld2-7/+43
RSA*Encrypt() routines, require 3 bytes extra space for PKCS tags. From Bugtraq posting <3845D352.95E47E26@core-sdi.com>, by Gerardo Richarte <core.lists.bugtraq@CORE-SDI.COM>, dated Wed, 1 Dec 1999 23:09:12 -0300 If you build packages with USE_RSAREF2 set, it is advisable to update the rsaref package and any packages which may depend on it (openssl, pgp2, ssh).
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