summaryrefslogtreecommitdiff
path: root/security/tinyca
AgeCommit message (Collapse)AuthorFilesLines
2007-05-13Remove some GNOME1 packages that are unmaintained upstream and/or inwiz4-76/+0
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
2007-01-13Give up maintainership as I don't use this anymore.adrianp1-2/+2
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+3
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-23Removed trailing white-space.rillig1-1/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-28- Update to 0.6.8adrianp3-10/+7
> $Id: CHANGES,v 1.25 2005/02/20 16:02:21 sm Exp $ > version 0.6.8 (beta) - Sun Feb 20 2004 > * added detection for openssl 0.9.8 > * removed crlDistributionPoint for Root-CA > * added patch for multiple OUs > Thanks to Uwe Arndt <arndt@uni-koblenz.de> > * added patch for multiple subjectAltName extensions > Thanks to Peter Marschall <peter@adpm.de>
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-22TinyCA is a simple graphical userinterface written in Perl/Gtk to manage aadrianp4-0/+75
small CA (Certification Authority). TinyCA works as a frontend for openssl. This is tinyca-0.6.7