aboutsummaryrefslogtreecommitdiff
path: root/security/opencryptoki
Commit message (Collapse)AuthorAgeFilesLines
* net/openldap24-client: bump all dependent portXin LI2021-08-021-1/+1
| | | | | | | | In the earlier net/openldap24-server commit, only those which depend on net/openldap24-sasl-client were bumped. Bumping all dependent port that didn't get a bump to force a rebuild of these packages. Suggested by: kib
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Don't use GCC 4.2 on GCC-based architectures; this port requires atMark Linimon2019-04-071-1/+1
| | | | | | | | | | | least GCC 4.7, so change USE_GCC=any to USE_GCC=yes. PR: 236903 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=498285
* Update to 3.11.0, which supports OpenSSL 1.0.x and 1.1.x.Hiroki Sato2019-03-0342-554/+535
| | | | Notes: svn path=/head/; revision=494474
* security/opencryptoki: Fix typo in pkg-messageTobias Kortkamp2018-03-142-2/+3
| | | | | | | | | | | 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
* - Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile soTijl Coosemans2017-02-051-3/+0
| | | | | | | | | | | | | | | | | | | | bsd.default-versions.mk can rely on ARCH being defined. - In bsd.port.mk move inclusion of bsd.default-versions.mk from the pre-makefile section to the options section so the variables can be used earlier. Also put the bit of code sitting between the options section and the pre-makefile section into the options section. - Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is handled in bsd.default-versions.mk and some ports were setting it after including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports, and then only when setting non-default options, work without setting that variable. PR: 215996 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=433456
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Update to 3.6.Hiroki Sato2016-11-062-5/+4
| | | | Notes: svn path=/head/; revision=425585
* security/opencryptoki: Fix build with LIbreSSL (old DES functions)John Marino2016-09-132-2/+63
| | | | | | | | | | | 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-112-4/+43
| | | | Notes: svn path=/head/; revision=416762
* Fix dependency and build of ICSF token support. The configure scriptHiroki Sato2016-06-103-3/+15
| | | | | | | | | | 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-1853-902/+424
| | | | | | | | | | | | | | | | | | | | | | | - 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
* - No need to specify master site subdirectory when it's the same as defaultDmitry Marakasov2016-05-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415452
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert to USES=autoreconfTijl Coosemans2015-04-181-3/+2
| | | | Notes: svn path=/head/; revision=384225
* Add USES=alias to several portsJohn Marino2014-10-201-1/+1
| | | | | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket) Notes: svn path=/head/; revision=371252
* Simplify plistBaptiste Daroussin2014-09-232-19/+5
| | | | | | | Strip binaries Notes: svn path=/head/; revision=369025
* - Move RESETPREFIX to default PLIST_SUBBryan Drewery2014-08-181-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365325
* - 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
* - USES=libtool tar:bzip2Tijl Coosemans2014-07-063-35/+24
| | | | | | | | | | - 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
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* - Fix _pkcs11 group entry.Hiroki Sato2013-12-052-11/+15
| | | | | | | | - Add STAGEDIR support. - Bump PORTREVISION because of pkg-plist change. Notes: svn path=/head/; revision=335651
* 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
* Revert LIB_DEPENDS change in the previous commit. This was accidentallyHiroki Sato2013-07-311-1/+1
| | | | | | | included. Notes: svn path=/head/; revision=324061
* - Fix LIB_DEPENDS.Hiroki Sato2013-07-313-20/+18
| | | | | | | | - Style cleanups. - Take maintainership. Notes: svn path=/head/; revision=324060
* Unbreak after trousers updateAntoine Brodin2013-07-311-11/+8
| | | | Notes: svn path=/head/; revision=324035
* Add empty directories created by this port to pkg-plist.Antoine Brodin2013-06-122-1/+5
| | | | Notes: svn path=/head/; revision=320712
* - Remove A/An in COMMENTCarlo Strub2013-03-291-5/+2
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* Variable that start with _ are considered private to the definingEitan Adler2013-03-021-1/+1
| | | | | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe) Notes: svn path=/head/; revision=313182
* - 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
* 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
* - 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
* o Add a important hack to tpmtoken_init(1).Norikatsu Shigemura2010-12-192-3/+18
| | | | | | | o Bump PORTREVISION, accordingly. Notes: svn path=/head/; revision=266563
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Remove a extra directory and file, and bump PORTREVISION.Norikatsu Shigemura2010-11-232-1/+14
| | | | | | | Pointed out by: QAT Notes: svn path=/head/; revision=265017
* o Don't run-autotools-*, twice.Norikatsu Shigemura2010-11-232-5/+14
| | | | | | | | | | 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-0743-0/+1195
Obtained from: http://bsssd.sourceforge.net/ Notes: svn path=/head/; revision=264183