Port details |
- engine_pkcs11 Implementation of a PKCS#11 engine for OpenSSL
- 0.1.8_2 security
=0 0.1.8_2Version of this port present on the latest quarterly branch. - Maintainer: ale@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2006-06-12 17:06:47
- Last Update: 2016-04-20 09:08:03
- SVN Revision: 413677
- License: BSD2CLAUSE
- WWW:
- https://github.com/OpenSC/OpenSC/wiki/OpenSSL-engine-for-PKCS%2311-modules
- Description:
- Engine_pkcs11 is an implementation of an engine for OpenSSL.
It can be loaded using code, config file or command line and
will pass any function call by openssl to a PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software
for using smart cards in PKCS#11 format, such as OpenSC.
WWW: https://github.com/OpenSC/OpenSC/wiki/OpenSSL-engine-for-PKCS%2311-modules
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- engine_pkcs11>0:security/engine_pkcs11
- No installation instructions:
- This port has been deleted.
- PKGNAME: engine_pkcs11
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
![pkg-fallout pkg-fallout](/images/fallout.svg)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libcrypto.so.8 : security/openssl
- pkgconf : devel/pkgconf
- Runtime dependencies:
-
- libcrypto.so.8 : security/openssl
- Library dependencies:
-
- libp11.so : security/libp11
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for engine_pkcs11-0.1.8_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- libtool pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.8_2 20 Apr 2016 09:08:03
![Revision:413677 Revision:413677](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update libp11 to 0.4.0 release.
engine_pkcs11 has been merged into libp11. |
0.1.8_2 01 Apr 2016 14:25:18
![Revision:412349 Revision:412349](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
mat ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.1.8_2 03 Sep 2015 14:09:18
![Revision:395960 Revision:395960](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
0.1.8_2 02 Aug 2015 15:03:20
![Revision:393429 Revision:393429](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
tijl ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.1.8_1 13 Nov 2014 09:02:57
![Revision:372514 Revision:372514](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
0.1.8_1 13 May 2014 12:21:19
![Revision:353938 Revision:353938](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Stagify. |
0.1.8_1 20 Sep 2013 22:55:26
![Revision:327769 Revision:327769](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.1.8_1 12 Jun 2013 06:07:34
![Revision:320660 Revision:320660](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix build on HEAD |
0.1.8_1 03 May 2013 21:38:19
![Revision:317267 Revision:317267](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix build with bmake, while here adopt USES=pkgconfig |
0.1.8_1 29 Mar 2013 19:33:42
![Revision:315566 Revision:315566](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
cs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove A/An in COMMENT
- Trim Header where applicable |
0.1.8_1 24 Oct 2011 04:17:38
![files touched by this commit files touched by this commit](/images/logs.gif) |
dougb ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.1.8_1 03 Jul 2011 14:03:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
ohauer ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-remove MD5 |
0.1.8_1 22 Apr 2011 08:51:21
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Chase libp11 library and bump PORTREVISION. |
0.1.8 04 Dec 2010 07:34:27
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Sync to new bsd.autotools.mk |
0.1.8 07 Jan 2010 11:39:16
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.1.8 release. |
0.1.7 20 Oct 2009 15:06:23
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.1.7 release. |
0.1.6 02 Aug 2009 19:36:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
mezz ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.1.6 16 Jun 2009 05:54:37
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.1.6 release. |
0.1.5 27 Aug 2008 09:39:32
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.1.5 release. |
0.1.4 18 Sep 2007 12:36:58
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add COMMENT escaping. |
0.1.4 17 Jul 2007 09:23:57
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Update to 0.1.4 release. |
0.1.3 28 Jan 2007 09:07:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
kris ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use libtool port instead of included one to avoid objformat a.out botch |
0.1.3 07 Oct 2006 12:50:47
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Don't depend anymore on openssl from ports.
(Waiting for a DSO check in bsd.openssl.mk) |
0.1.3 12 Jun 2006 17:04:13
![files touched by this commit files touched by this commit](/images/logs.gif) |
ale ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Engine_pkcs11 is an implementation of an engine for OpenSSL.
It can be loaded using code, config file or command line and
will pass any function call by openssl to a PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software
for using smart cards in PKCS#11 format, such as OpenSC.
WWW: http://www.opensc-project.org/engine_pkcs11/
Note: the port requires the OpenSSL installed from ports,
since dynamic engine loading is disabled in base system.
See PR bin/79570 for details. |