aboutsummaryrefslogtreecommitdiff
path: root/security/openssl_tpm_engine
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-0/+6
| | | | Notes: svn path=/head/; revision=508909
* Add a workaround for shlib name depending on OpenSSL's version.Hiroki Sato2019-03-182-5/+20
| | | | Notes: svn path=/head/; revision=496141
* Add missing dependency.Hiroki Sato2019-03-051-1/+2
| | | | | | | PR: 236208 Notes: svn path=/head/; revision=494670
* Update to v0.5.0 which supports OpenSSL 1.0.x/1.1.x.Hiroki Sato2019-03-027-67/+69
| | | | | | | | This is a forked version of OpenSSL TPM engine from the original upstream, TrouSerS project. Notes: svn path=/head/; revision=494466
* security/openssl_tpm_engine: Document SSL requirement, IGNORE LIbreSSLJohn Marino2016-09-131-4/+10
| | | | | | | | | | | | It appears that the RAND_METHOD structure is not present in LibreSSL so that SSL_DEFAULT=libressl* is incompatible with this port. SSL flags have been added to support non-base OpenSSL libraries though. Approved by: SSL blanket Notes: svn path=/head/; revision=422042
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix pkg-message.Hiroki Sato2016-05-187-62/+57
| | | | | | | | - Use post-install-EXAMPLES-on: - Take maintainership. Notes: svn path=/head/; revision=415460
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Fix licenseDmitry Marakasov2015-06-012-6/+5
| | | | | | | | | - Add LICENSE_FILE - Switch to USES=autoreconf - Strip library Notes: svn path=/head/; revision=388228
* - Convert security/trousers to USES=libtool and bump dependent portsTijl Coosemans2014-07-171-1/+1
| | | | | | | | | - Use standard USE_AUTOTOOLS - Add INSTALL_TARGET=install-strip - Drop PTHREAD_LIBS Notes: svn path=/head/; revision=362154
* security/openssl_tpm-engine: explicitly link libcryptoJohn Marino2014-07-171-1/+1
| | | | Notes: svn path=/head/; revision=362125
* - Add staging supportPawel Pekala2014-07-102-15/+8
| | | | | | | | - Convert to USES=libtool, new LIB_DEPENDS format - Remove OPTIONS_DEFAULT, EXAMPLES is on by default Notes: svn path=/head/; revision=361494
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360609
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 0.4.2.Hiroki Sato2013-07-254-215/+205
| | | | | | | - Take maintainership. Notes: svn path=/head/; revision=323649
* - Reassign nork@ ports to the heapThomas Abthorpe2012-08-151-1/+1
| | | | | | | | | - Thank you for your years of service, we hope to see you back Approved by: portmgr Notes: svn path=/head/; revision=302594
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-251-1/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Fix crash of RSA key generator.Norikatsu Shigemura2010-11-202-14/+19
| | | | Notes: svn path=/head/; revision=264852
* Add openssl_tpm_engine 0.4.1, is a OpenSSL TPM engine.Norikatsu Shigemura2010-11-079-0/+523
Obtained from: http://bsssd.sourceforge.net/ Notes: svn path=/head/; revision=264186