aboutsummaryrefslogtreecommitdiffstats
path: root/security/libksba
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Update to 0.9.10lofi2004-12-032-4/+4
|
* Update to 0.9.9lofi2004-10-122-3/+3
| | | | | PR: ports/72534 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
* Update to 0.9.7lofi2004-08-043-5/+5
|
* Remove pgp signature checking.lofi2004-07-302-22/+2
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-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
* Don't try to extract a signature file.lofi2004-06-151-0/+1
|
* Update WWW:lofi2004-05-041-1/+1
|
* Add dependency on libgcrypt.lofi2004-05-041-2/+3
| | | | Reported by: bento via kris
* Update the Aegypten ports to versions compatible with libgcrypt 1.2.0lofi2004-05-041-1/+1
|
* Update libgcrypt to the new stable version 1.2.0arved2004-05-033-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add SIZEarved2004-03-181-0/+2
| | | | Submitted by: trevor
* 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.
* Make fetchablearved2004-01-171-1/+1
| | | | | PR: 61453 Submitted by: Jason Harris
* Create the keyring in ${WRKDIR}arved2004-01-171-2/+4
|
* Use new INFO macrosarved2003-08-052-5/+2
|
* Verify GnuPG signature if possible.arved2003-07-182-1/+17
|
* libtool uber-patchade2003-06-273-26/+0
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Update to 0.4.7arved2003-06-182-3/+2
| | | | Submitted by: foxfair
* de-pkg-commentarved2003-02-222-1/+1
|
* Use MASTER_SITE_GNUPG.arved2003-02-151-5/+2
|
* Add a missing file to pkg-plistarved2003-02-022-0/+2
| | | | Submitted by: bento
* Add USE_AUTOCONF_VER instead of BUILD_DEPENDSarved2003-01-201-6/+2
| | | | | | | Add USE_PERL5_BUILD. That hopefully fixes the problems with autom4te Reported by: bento (via kris)
* Add libksba, an X.509 libraryarved2003-01-098-0/+107
PR: 43895