sthen
0f262aaabb
opensc: rm instead of @comment'ing share/doc/opensc and all files in it
...
no problem now but experience has shown that @comment'ing a directory
often results in files later being added to the dir without undoing the
@comment, in which case the dir is not registered correctly in plists
2022-03-16 10:16:26 +00:00
ajacoutot
06ed88e56e
Missing BDEP on shells/bash-completion.
2022-03-12 10:09:12 +00:00
sthen
bb46f32f66
update to opensc-0.22.0, clean up the patches
2022-03-10 14:37:15 +00:00
tb
668981d212
security/opensc: Neuter various API reimplementations that were broken
...
with the latest LibreSSL bump. All this API is now provided by the
libraries.
2021-10-31 17:19:13 +00:00
sthen
7f2a67e944
update to OpenSC 0.21.0, various fixes/improvements including
...
CVE-2020-26570, CVE-2020-26571, CVE-2020-26572
2020-11-25 14:26:26 +00:00
cwen
e75953c747
opensc: fix the build on gcc archs by overriding `-Werror'
...
Backported from a pull request made to upstream, allowing port supplied
flags to be on top priority. Safety REVISION bump advised by kn@.
OK kn@ kmos@
2020-02-08 10:36:01 +00:00
kn
d33d36084e
Update to OpenSC 0.20.0
...
Lots of new support, improvements but also CVE fixes, see
https://github.com/OpenSC/OpenSC/wiki#news
Testing and version string fix from Gabriel Kihlman, thanks!
OK rsadowski
2020-01-30 07:15:08 +00:00
cwen
08891b0af5
opensc: remove -Werror from CFLAGS, this fixes the build on base-gcc archs.
...
OK sthen@ jca@
2019-11-09 07:09:09 +00:00
sthen
48b0b9660c
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:48:23 +00:00
naddy
792b694c0a
switch to CONFIGURE_STYLE=autoreconf
2019-05-19 19:13:45 +00:00
sthen
86852bcf6e
reset unresponsive maintainers, various porters have spent a bunch of
...
time waiting for timeouts over the last year or more for many of these
ports. ok danj@ jca@ kmos@
2019-04-24 16:26:54 +00:00
sthen
6b8e265514
bump ports known/suspected to be affected by issue with libedit/libreadline
...
and termcap on lld arches.
2018-11-14 20:48:21 +00:00
kn
5dab2b09f2
Add missing glib2 dependency
...
Spotted by aja, OK sthen
2018-10-02 20:30:07 +00:00
kn
b2bac2d5a3
Update to OpenSC-0.19
...
This release contains fixes for mutliple issues, ranging from stack based
buffer overflows to out of bounds reads and writes on the heap. They can
be triggered by malicious smartcards sending malformed responses to APDU
commands. A detailed description can be found at X41-2018-002
<https://www.x41-dsec.de/lab/advisories/x41-2018-002-OpenSC/ >.
While here, replace hardcoded 0644 with ${NONBINMODE} and adjust the
default PKCS11 provider path to opensc-pkcs11.so so pkcs11-tool(1) works
without having to it pass it `--module' all the time.
OK sthen rsadowski
2018-09-29 11:19:16 +00:00
kn
966582c490
Switch GH_* to stable /release/ MASTER_SITES
...
While here, turn `find | xargs rm' into `find -delete'.
OK sthen
2018-05-10 16:02:56 +00:00
sthen
66f5b9ded2
fix again, and the diff is now much cleaner as we have all the functions opensc is
...
looking for
2018-02-18 14:21:23 +00:00
sthen
6284280dcc
fix with new libressl functions, from jsing
2018-02-18 10:35:31 +00:00
sthen
6acc828b58
handle EVP_PKEY_up_ref() addition
2018-02-16 12:20:47 +00:00
dcoppa
bed6f09b26
Fix memory leaks, null pointer dereferences, dead assignments
...
(upstream git commits e2fe24d56ac4a90bf140c670ebea02dee6a599d6 and
da9484bd6b4052ea6fb022d27bd7e75350d6cf76)
2017-09-11 09:27:38 +00:00
dcoppa
3a92286036
Update to OpenSC-0.17.0
2017-08-16 14:39:07 +00:00
dcoppa
2f1d12ef0e
libpkcs11: Prevent double-free when the dlopen fails
...
(upstream git commit 24346062c01ad690addb0db55b74f9c53b394c0c)
Fix Coverity remarks
(upstream git commit 12f402616050e6ac943217b2170e865c1a297e77)
2016-11-24 09:54:51 +00:00
dcoppa
dcd5c5b478
Merge "allow building against libressl" (upstream git commit
...
7b9bd6003082a60bbc4452f048ca8a7b839025f1), and remove local workaround.
2016-09-30 13:48:38 +00:00
dcoppa
5a16d3f4a1
Fix the pkg-config file
2016-09-20 12:56:15 +00:00
dcoppa
83041725ac
Make pkcs15-tool --dump object formatting consistent
...
(upstream git commit 678f2bb1a65e5848dffc995f63e81d1f8092352f)
2016-09-09 14:57:33 +00:00
dcoppa
194ef4ae94
Merge upstream git commit f64c71da28d1c1401445f6e8fa45bc079d5b6cd9:
...
Don't free file if pointer is null
Fix a Segmentation fault error
2016-09-01 13:24:19 +00:00
dcoppa
6ccad00f57
Merge two fixes from upstream:
...
commit 1e82dbe5c79e431e4d1b333a91b329e0164a86c2:
libopensc: fix reopen SM after reader reconnect
commit e98315a1966d73d4b6be733cc0a94a85ebfa7916:
libsm: fixed out of bounds write
2016-08-25 13:21:26 +00:00
dcoppa
9afdc271a0
Fix version string
2016-06-28 12:56:34 +00:00
dcoppa
a70a92355f
Merge fixes from upstream's GH repo:
...
fix possible loss of data
(git commit 72dda66be8c3261aae5af54807afdedfa94f4c67)
add parameter checking to `sc_right_trim`
fix conversion from 'size_t' to 'long', possible loss of data
(git commit 050c62f7dfa0b6d76c0c57fbc0e41efba5864079)
gids bux fixing
fix the problem if the serial number is entered in the command line
(git commit 0ae4b4ac0d13e596dd4fbf1a9f35c6a5f3a45726)
2016-06-28 11:39:13 +00:00
dcoppa
3255dc8a83
Update to OpenSC-0.16.0
2016-06-07 14:08:44 +00:00
naddy
071c34fd6f
remove SHARED_ONLY from ports that use only the gnu module
2016-03-16 21:19:37 +00:00
naddy
ce859edcb4
garbage collect CONFIGURE_SHARED
2016-03-11 20:28:21 +00:00
sthen
ba3f252385
force -DOPENSSL_NO_STATIC_ENGINE to unbreak opensc, problem found by dcoppa,
...
define suggested by miod, ok naddy@ dcoppa@
2015-08-06 22:09:39 +00:00
dcoppa
5e235b8691
Upstream rerolled their tarball; bump.
2015-06-15 09:36:42 +00:00
dcoppa
9fd2aa9565
Update to opensc-0.15.0
2015-04-24 12:53:23 +00:00
naddy
030b50217c
fold PFRAG.shared into PLIST for SHARED_ONLY ports
2015-03-20 22:47:40 +00:00
dcoppa
f37db76fa1
sc-hsm: Prevent double-free crash if key generation fails
...
(upstream git commit 5279bfa2d14d2186b31189748bcf89d908f00512)
2014-10-24 13:44:00 +00:00
dcoppa
8c4616a36b
Fix: onepin-opensc-pkcs11.so belongs to PFRAG.shared
2014-08-13 11:22:39 +00:00
dcoppa
6ff7d2ab3c
Update to opensc-0.14.0
2014-08-13 06:18:47 +00:00
dcoppa
f8f954088e
New homepage.
2014-01-13 09:03:21 +00:00
dcoppa
492f06c1db
Explicitly link with -lpthread; tests, no bump needed.
2013-08-20 14:28:48 +00:00
dcoppa
1a61cbf74f
Revert previous.
...
As explained by aja@, we do not set NO_TEST when a test target
exists, even when it does nothing.
2013-07-10 14:15:51 +00:00
dcoppa
d2cbc3f7ac
Add NO_TEST=Yes
2013-07-10 13:42:39 +00:00
dcoppa
c2386a3a5b
Update to opensc-0.13.0.
...
Take maintainership.
OK sthen@
2013-06-07 13:27:58 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
sthen
9ea83ca085
drop MAINTAINER, "I'm not actively maintaining this port anymore"
...
as per his mail copied to ports@.
2013-02-03 14:04:24 +00:00
sthen
9615c3d6d8
zap trailing whitespace in files where it's present on PERMIT_* lines
2012-10-15 15:18:31 +00:00
jasper
8ef92e8abc
SECURITY FIX for SA42658,
...
OpenSC Serial Number Processing Buffer Overflow Vulnerabilities.
patches from upstream svn
ok maintainer
2010-12-27 15:30:11 +00:00
jasper
4fc5bbb11d
regen
2010-12-27 12:05:01 +00:00
espie
6c283d7e98
new depends
2010-11-20 17:22:40 +00:00