summaryrefslogtreecommitdiff
path: root/security/opencryptoki/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/opencryptoki: fix build as non-rootJohn Hein2023-04-201-1/+1
| | | | | | | | | Simple fix to remove the '-g ' option. Just let the @sample() parameters in pkg-plist set the group permissions. Approved by: hrs (maintainer timeout) MFH: 2023Q2 PR: 269524
* security/opencryptoki: Update to 3.19.0Hiroki Sato2023-02-116-56/+47
|
* security/opencryptoki: update to 3.18.0Hiroki Sato2022-05-0630-161/+639
|
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-0/+6
| | | | Notes: svn path=/head/; revision=508909
* Update to 3.11.0, which supports OpenSSL 1.0.x and 1.1.x.Hiroki Sato2019-03-0339-531/+519
| | | | Notes: svn path=/head/; revision=494474
* security/opencryptoki: Fix typo in pkg-messageTobias Kortkamp2018-03-141-2/+2
| | | | | | | | | | | Use pw groupmod to add new users to the _pkcs11 group PR: 217130 Submitted by: Arie Bikker <src-2016@bikker.homeunix.net> Approved by: hrs (maintainer timeout, 1 year) Notes: svn path=/head/; revision=464467
* security/opencryptoki: Fix build with LIbreSSL (old DES functions)John Marino2016-09-131-0/+62
| | | | | | | | | | | The referenced PR is related but overcome by the import of the latest version of opencryptoki. PR: 198351 Approved by: SSL blanket Notes: svn path=/head/; revision=421968
* Fix build on 9.x.Hiroki Sato2016-06-111-3/+37
| | | | Notes: svn path=/head/; revision=416762
* Fix dependency and build of ICSF token support. The configure scriptHiroki Sato2016-06-101-1/+2
| | | | | | | | | | enabled the build when libldap was found. Spotted by: luca.pizzamiglio@gmail.com PR: 209992 Notes: svn path=/head/; revision=416685
* Update to 3.5. Notable changes are as follows:Hiroki Sato2016-05-1850-885/+392
| | | | | | | | | | | | | | | | | | | | | | | - No longer required to run pkcs11_startup. pkcs11_startup and pkcs_slotd were shell scripts that created the config file, pk_config_data, which was read by pkcsslotd to get available slot information. The pk_config_data configuration file has been replaced with /etc/opencryptoki/opencryptoki.conf. In version 3, the pkcsslotd daemon reads opencryptoki.conf to get slot information. The opencryptoki.conf by default contains slot information for each token currently supported by opencryptoki with the exception of the ICSF token, which requires some initial setup. Please see man page for opencryptoki.conf for further information. Since pk_config_data is no longer required, pkcs11_startup and pkcs_slotd have been removed. Notes: svn path=/head/; revision=415459
* - USES=libtool tar:bzip2Tijl Coosemans2014-07-061-1/+1
| | | | | | | | | | - Set USE_LDCONFIG correctly - Use standard USE_AUTOTOOLS instead of overriding run-autotools target - Use /var instead of PREFIX/var - Create directories under /var from pkg-plist for pkg_install Notes: svn path=/head/; revision=360949
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* o Add a important hack to tpmtoken_init(1).Norikatsu Shigemura2010-12-191-2/+17
| | | | | | | o Bump PORTREVISION, accordingly. Notes: svn path=/head/; revision=266563
* Remove a extra directory and file, and bump PORTREVISION.Norikatsu Shigemura2010-11-231-0/+13
| | | | | | | Pointed out by: QAT Notes: svn path=/head/; revision=265017
* o Don't run-autotools-*, twice.Norikatsu Shigemura2010-11-231-0/+9
| | | | | | | | | | o Don't install extra init.d script. [1] o Bump PORTREVISION, accordingly. Pointed out by: ume [1] Notes: svn path=/head/; revision=265004
* Add opencryptoki 2.3.2, is an open PKCS#11 implementation library.Norikatsu Shigemura2010-11-0739-0/+1091
Obtained from: http://bsssd.sourceforge.net/ Notes: svn path=/head/; revision=264183