aboutsummaryrefslogtreecommitdiff
path: root/security/opencdk
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Pass maintainership of gnutls, libtasn1 and opencdk ports toSergei Kolobov2005-08-301-1/+1
| | | | | | | Roman Bogorodskiy (novel) who kindly agreed to look after them Notes: svn path=/head/; revision=141458
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Attempt to check PGP signature of the tarball (using experimentalSergei Kolobov2005-02-072-0/+4
| | | | | | | USE_GPG support in bsd.port.mk) Notes: svn path=/head/; revision=128221
* Update libgcrypt to 1.2.1. Changes:Tilman Keskinoz2005-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. Notes: svn path=/head/; revision=126139
* - Remove 2 patches no longer neededSergei Kolobov2004-08-072-24/+0
| | | | | | | | Forgotten by: sergei Reminded by: marcus Notes: svn path=/head/; revision=115545
* - Update to 2.5.5Sergei Kolobov2004-08-062-5/+5
| | | | | | | - Switch to using libtool 1.5 installed from ports Notes: svn path=/head/; revision=115534
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* Update libgcrypt to the new stable version 1.2.0Tilman Keskinoz2004-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 Notes: svn path=/head/; revision=108267
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* - Update to 0.5.4Sergei Kolobov2004-03-103-12/+9
| | | | | | | | Forgotten by: sergei Reminded by: Herbert J. Skuhra <herbert.skuhra@gmx.at> Notes: svn path=/head/; revision=103493
* SIZE *DOES* MATTER.Sergei Kolobov2004-01-301-0/+1
| | | | Notes: svn path=/head/; revision=99525
* Change to my @FreeBSD.org address.Sergei Kolobov2003-10-231-1/+1
| | | | | | | Approved by: krion Notes: svn path=/head/; revision=91927
* - Backout last commit to build gnutls successfullyKirill Ponomarev2003-09-263-8/+11
| | | | | | | | | | - Bump PORTEPOCH Submitted by: maintainer Discussed with: gnutls developers, maintainer Notes: svn path=/head/; revision=89443
* - Update to 0.5.1Kirill Ponomarev2003-09-243-10/+8
| | | | | | | | PR: 57141 Submitted by: maintainer Notes: svn path=/head/; revision=89160
* - Update to 0.4.5Christian Weisgerber2003-02-274-19/+32
| | | | | | | | | | - Use DOCSDIR and EXAMPLESDIR in pkg-plist PR: 48705 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=76593
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Use MASTER_SITE_GNUPGTilman Keskinoz2003-02-151-2/+2
| | | | Notes: svn path=/head/; revision=75559
* - Make portlint happy (remove space at EOL)Norikatsu Shigemura2003-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) Notes: svn path=/head/; revision=74181
* Unbreak on CURRENT. Re-sort MASTER_SITESTilman Keskinoz2003-01-242-7/+21
| | | | | | | | PR: 47439 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=73956
* Add opencdk, Open Crypto Development Kit, libary for basic parts of the ↵Tilman Keskinoz2003-01-186-0/+89
OpenPGP message format PR: 47103 Submitted by: Sergei Kolobov <sergei@kolobov.com> Notes: svn path=/head/; revision=73428