aboutsummaryrefslogtreecommitdiff
path: root/security/libbeid
Commit message (Collapse)AuthorAgeFilesLines
* security/libbeid: Add <stdlib.h> header for mallocJohn Marino2014-09-301-4/+5
| | | | | | | | | | | The existing patch removed "<malloc.h>" but didn't provide "<stdlib.h>". Adjust to compound patch to fix that oversight. FWIW, the extra work to partially fix a patch is one reason I don't like one-patch-many-files. It's not the only reason. Notes: svn path=/head/; revision=369654
* Update to upstream revision 1614Tijl Coosemans2014-08-156-499/+185
| | | | Notes: svn path=/head/; revision=365020
* New port: security/libbeidTijl Coosemans2014-04-169-0/+941
Support libraries for Belgian government-issued electronic identity cards. A PKCS #11 module is included that can be used with Mozilla Firefox. The distfile has been created from upstream trunk revision 1457. The patches included in the port fix all clang compiler warnings for -Wall -Wextra -Wno-unused-parameter. Notes: svn path=/head/; revision=351419