summaryrefslogtreecommitdiff
path: root/security/py-amkCrypto/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-10-30Convert distutils package to register egg-infoobache1-5/+3
Bump PKGREVISION.
2011-01-18add/fix mutual CONFLICTdrochner1-1/+3
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-03-05Remove PYBINMODULE. All it did was mark some packages as not availablejoerg1-2/+1
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it.
2009-02-27add a patch from upstream to fix buffer oberflow in ARC2 codedrochner1-2/+2
(CVE-2009-0544), bump PKGREVISION
2008-05-08Supports DESTDIR.joerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-10-25update to 2.0.1drochner1-4/+3
changes: -added sha256 module -Add PublicKey to Crypto.__all_ -bugfixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-04-27Convert to buildlink3.snj1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-11-12PKGREVISION++ after openssl update.jschauma1-1/+2
2003-07-25update to 1.9alpha6drochner1-4/+4
changes: -bugfixes -speed improvements, added benchmark tools -support to RSA key objects for blinding and unblinding data - * Renamed cansign(), canencrypt(), hasprivate(), to can_sign, can_encrypt, has_private. -* Many randpool changes.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
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-28update to 1.9a4drochner1-11/+3
Many changes since 0.1.3, compatibility is not provided, so this is more or less a new pkg.
2002-10-25buildlink1 -> buildlink2.wiz1-2/+3
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-06-17remove USE_SSL (builds but not tested)itojun1-2/+2
2002-01-17use python extension buildlink,drochner1-7/+5
use canonical pkg name (pyX.Y-pkg-vers), make passing of SSLBASE work
2001-05-14use USE_PYTHONdrochner1-15/+5
2001-05-07Initial import of py-amkCrypto, crypto functions for python, towiz1-0/+38
replace security/py-crypto (which isn't python-2.0-ready, and failed the last dozen bulk builds for that reason). Some help provided by Ty Sarna -- thanks!