aboutsummaryrefslogtreecommitdiff
path: root/security/pkcs11-helper
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.26.0 release.Alex Dupre2020-01-222-6/+7
| | | | Notes: svn path=/head/; revision=523815
* Fix build with openssl 1.1.x.Alex Dupre2018-10-241-1/+2
| | | | Notes: svn path=/head/; revision=482900
* Update to 1.25.1 release.Alex Dupre2018-10-122-8/+9
| | | | Notes: svn path=/head/; revision=481942
* Use BROKEN_SSLSunpoet Po-Chuan Hsieh2018-02-171-7/+3
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=462143
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Mark some ports as not openssl-devel ready.Mathieu Arnold2016-11-291-1/+7
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=427389
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <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 Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* - Drop @dirrm* from plistDmitry Marakasov2015-07-281-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=393133
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Add forgotten file to plist.Alex Dupre2014-04-112-0/+2
| | | | | | | Submitted by: swills Notes: svn path=/head/; revision=350946
* Update to 1.11 release.Alex Dupre2014-04-113-17/+10
| | | | | | | | PR: ports/188442 Submitted by: mandree Notes: svn path=/head/; revision=350906
* - Stage supportMartin Wilke2014-03-092-3/+3
| | | | Notes: svn path=/head/; revision=347635
* 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
* Eradicate USE_GNOME=pkgconfig from securityBaptiste Daroussin2013-08-311-1/+1
| | | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Convert USE_GNOME=gnomehack to USES=pathfix - Convert USE_PERL5 to USES=perl5 Notes: svn path=/head/; revision=325745
* - Unbreak build on HEADMartin Wilke2013-06-121-4/+0
| | | | Notes: svn path=/head/; revision=320662
* Fix build with bmakeBaptiste Daroussin2013-05-031-5/+5
| | | | Notes: svn path=/head/; revision=317262
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=284232
* Update to 1.09 release.Alex Dupre2011-08-172-3/+3
| | | | Notes: svn path=/head/; revision=279887
* Update to 1.08 release and add LICENSE.Alex Dupre2011-03-042-5/+9
| | | | Notes: svn path=/head/; revision=270295
* Update to 1.07 release.Alex Dupre2009-03-092-4/+4
| | | | Notes: svn path=/head/; revision=229734
* Really fix pkg-plist.Alex Dupre2008-09-121-0/+4
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=220366
* Fix typo for NOPORTDOCS.Alex Dupre2008-09-121-1/+1
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220365
* Update to 1.06 release.Alex Dupre2008-08-012-4/+4
| | | | Notes: svn path=/head/; revision=217902
* Update to 1.05 release.Alex Dupre2007-10-132-4/+4
| | | | Notes: svn path=/head/; revision=201383
* Update to 1.04 release.Alex Dupre2007-10-052-5/+6
| | | | Notes: svn path=/head/; revision=200891
* Add COMMENT escaping.Alex Dupre2007-09-181-1/+1
| | | | Notes: svn path=/head/; revision=199698
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update to 1.03 release.Alex Dupre2007-07-053-21/+12
| | | | Notes: svn path=/head/; revision=195012
* pkcs11-helper is a library that simplifies the interactionAlex Dupre2007-01-085-0/+88
with PKCS#11 providers for end-user applications. pkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. pkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. WWW: http://www.opensc-project.org/pkcs11-helper/ Notes: svn path=/head/; revision=181752