summaryrefslogtreecommitdiffstats
path: root/security/opencdk
Commit message (Collapse)AuthorAgeFilesLines
* - Pass maintainership of gnutls, libtasn1 and opencdk ports tosergei2005-08-301-1/+1
| | | | Roman Bogorodskiy (novel) who kindly agreed to look after them
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Attempt to check PGP signature of the tarball (using experimentalsergei2005-02-072-0/+4
| | | | USE_GPG support in bsd.port.mk)
* Update libgcrypt to 1.2.1. Changes:arved2005-01-111-1/+2
| | | | | | | | | | | | | | | * made the code try to lock secure memory pool not only when running as root, * fixed type usage in Serpent, * made the code mix the PID into the entropy pool for better protection after a fork, * fixed memory leak in RSA. * fixed alignment problems in Rijndael, * fixed memory leak in gcry_pk_sign(), * fixed broken pointer access in gcry_ac_open(), * updated the documentation, * fixed several other bugs. Chase Shared library version and bump PORTREVISION of affected ports.
* - Remove 2 patches no longer neededsergei2004-08-072-24/+0
| | | | | Forgotten by: sergei Reminded by: marcus
* - Update to 2.5.5sergei2004-08-062-5/+5
| | | | - Switch to using libtool 1.5 installed from ports
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Update libgcrypt to the new stable version 1.2.0arved2004-05-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retire libgcrypt-devel Switch back to security/libgcrypt and bump PORTREVISION for - gnutls - gnutls-devel - gsasl - opencdk - vpnc libggz: - Remove dependency on libgcrypt, because the port does not yet work with the new libgcrypt libksba: - Update to 0.9.5 - Pass maintainership to lofi, who already maintains the other aegypten ports. Approved by: lofi wmbiff: Switch to security/libgcrypt but no PORTREVISION bump, because the dependency is optional and the port does not work with the new libgcrypt and needs to be updated. No action, because ports don't work with the new libgcrypt and need to be updated, maintainers informed: security/newpg security/pinentry security/dirmngr emulators/fuse emulators/libspectrum
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Update to 0.5.4sergei2004-03-103-12/+9
| | | | | Forgotten by: sergei Reminded by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
* SIZE *DOES* MATTER.sergei2004-01-301-0/+1
|
* Change to my @FreeBSD.org address.sergei2003-10-231-1/+1
| | | | Approved by: krion
* - Backout last commit to build gnutls successfullykrion2003-09-263-8/+11
| | | | | | | - Bump PORTEPOCH Submitted by: maintainer Discussed with: gnutls developers, maintainer
* - Update to 0.5.1krion2003-09-243-10/+8
| | | | | PR: 57141 Submitted by: maintainer
* - Update to 0.4.5naddy2003-02-274-19/+32
| | | | | | | - Use DOCSDIR and EXAMPLESDIR in pkg-plist PR: 48705 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Use MASTER_SITE_GNUPGarved2003-02-151-2/+2
|
* - Make portlint happy (remove space at EOL)nork2003-01-282-4/+5
| | | | | | | | - Remove useless .la files - Make REINPLACE_CMD invocation a bit more readable (at least IMO) PR: ports/47524 Submitted by: Sergei Kolobov <sergei@kolobov.com> (maintainer)
* Unbreak on CURRENT. Re-sort MASTER_SITESarved2003-01-242-7/+21
| | | | | PR: 47439 Submitted by: Sergei Kolobov <sergei@kolobov.com>
* Add opencdk, Open Crypto Development Kit, libary for basic parts of the ↵arved2003-01-186-0/+89
OpenPGP message format PR: 47103 Submitted by: Sergei Kolobov <sergei@kolobov.com>
OpenPOWER on IntegriCloud