4257 Commits

Author SHA1 Message Date
sthen
f11e6978af more factoring 2015-11-17 14:19:37 +00:00
sthen
5ebf360eb8 add url to packaging guide 2015-11-17 14:19:27 +00:00
sthen
d7e3dab1d5 factor more parts into Makefile.inc 2015-11-17 14:03:41 +00:00
sthen
2a58867e0f factor a couple of common parts into Makefile.inc
switch to pypi distfile for letsencrypt/client
2015-11-17 14:00:32 +00:00
sthen
62a3aa1c91 move py-acme under security/letsencrypt 2015-11-17 12:49:25 +00:00
sthen
fa553147c3 +letsencrypt 2015-11-17 12:39:27 +00:00
sthen
d04da0572f import ports/security/letsencrypt, client for the letsencrypt.org CA
which is currently in beta-test.

tweaks/ok jasper
2015-11-17 12:38:43 +00:00
sthen
cbb4e5542a update to py-acme 20151114
loses tests for now (need funcsigs) but they didn't work quite properly anyway..
2015-11-17 12:36:10 +00:00
sthen
8c8d482a19 update to lastpass-cli 0.7.0, from Björn Ketelaars, add NO_TEST and
fix format strong (%lld for "long long" time_t cast) while there
2015-11-16 21:00:00 +00:00
ajacoutot
1c035b4c63 Update to jailkit-2.18. 2015-11-16 13:43:40 +00:00
sthen
e91e7eb45e +pecl-libsodium 2015-11-14 16:14:47 +00:00
sthen
8171629a86 import ports/security/pecl-libsodium, ok benoit@
pecl-libsodium is a wrapper for the Sodium cryptographic library. It
provides a low-level interface; see https://paragonie.com/project/halite
for a high-level interface using this extension.
2015-11-14 16:14:23 +00:00
sthen
89de5cde5a needs help2man; found by aja@ 2015-11-13 12:37:18 +00:00
gsoares
2365cd5162 merged upstream (PR #55) 2015-11-13 02:48:29 +00:00
sthen
707bdbdb12 update to py-acme 20151108 2015-11-12 21:53:56 +00:00
sthen
c51fdf2975 update to pcsc-tools 1.4.25 2015-11-12 16:41:04 +00:00
sthen
c0e5b0739e +yubico 2015-11-12 15:18:56 +00:00
sthen
826c5e2756 reimport the ports for Yubico software (devel/libyubikey, sysutils/ykpers,
security/yubikey-personalization-gui) under a common subdir, and add a new
one for ykclient (aka yubico-c-client).

fix/ok ajacoutot@
2015-11-12 15:18:47 +00:00
sthen
f833512b64 remove the ports for yubico programs, to be reimported under a common subdir 2015-11-12 15:18:29 +00:00
ajacoutot
9c722cc861 Update to py-gnupg-0.3.8. 2015-11-12 14:13:35 +00:00
sthen
a048b09d78 update HOMEPAGE/MASTER_SITES 2015-11-12 14:08:49 +00:00
benoit
6f442fdbcd Update to mbedtls-2.2.0. 2015-11-11 21:01:44 +00:00
benoit
3134748c27 Update to p5-Catalyst-Plugin-Authorization-ACL-0.16. 2015-11-09 08:30:02 +00:00
sthen
e48df32b6b fix following ImageMagick update 2015-11-06 20:37:34 +00:00
sthen
5929e0d97e WANTLIB sync, missed from the big batch of curl nghttp2 2015-11-06 18:30:31 +00:00
jca
c5b0f0aeab Drop MAINTAINER, the mail address bounces. 2015-11-05 19:08:56 +00:00
rpointel
1f5aeae95c update libssh to 0.7.2.
ok jca@.
2015-11-04 19:19:20 +00:00
sthen
98e4aae4d6 +py-acme 2015-11-04 09:53:34 +00:00
sthen
b95b665c6b import ports/security/py-acme, ok landry@
note, this is still devel code, but useful to have in tree

ACME (Automated Certificate Management Environment) is a protocol for
automating the management of domain-validation certificates, based on a
simple JSON-over-HTTPS interface.

The spec (https://github.com/letsencrypt/acme-spec) is a work in progress
but it is hoped to eventually move it to the IETF process to become an RFC.

This packages provides a Python implementation of the protocol.
2015-11-04 09:53:09 +00:00
millert
078bf39dbd Update sudo package to 1.8.15 2015-11-04 01:52:24 +00:00
sthen
68acf7c63c build py-openssl,python3 2015-11-03 21:53:20 +00:00
sthen
daabf44ebb update to py-cryptography / py-cryptography_vectors 1.1
take maintainer
2015-11-03 21:14:21 +00:00
dcoppa
461f34e4a0 CreateChannel(): cleanup in case of error
(upstream git commit 9a1932bed605fb3e38d9853449bb33b8791fa142)
2015-11-03 13:55:31 +00:00
sthen
0b3d0054d8 update to libsodium-1.0.6 2015-11-02 18:15:56 +00:00
espie
511c5d230a a few minor pkg_subst fixes, for the coming patch (disallow -c without -m
outside of WRKDIR)
2015-11-02 11:56:54 +00:00
rpointel
cac33d2e8c update volatility to 2.5.
More information: http://www.volatilityfoundation.org/#!releases/component_71401
ok benoit@.
2015-11-01 07:34:30 +00:00
ajacoutot
832fadc7b3 Fix cpu loop.
issue reported by Raf Czlonka, thanks.
2015-10-31 16:20:11 +00:00
sthen
981d86d970 sync WANTLIB (curl+nghttp2) 2015-10-30 12:59:16 +00:00
landry
ccd918b8ff Update to nss 3.20.1.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.20_release_notes
for 3.20 relnotes.

nss & nspr were tested in a bulk build by ajacoutot@, thanks!
2015-10-30 07:59:39 +00:00
ajacoutot
aeaa4edc60 Fix pinentry wrapper installation.
reported by Raf Czlonka
2015-10-30 06:35:16 +00:00
sthen
80b147b107 update to pear-Auth-HTTP-2.1.8 2015-10-29 21:58:21 +00:00
sthen
95de0a6194 update to pear-Auth-1.6.4 2015-10-29 21:57:11 +00:00
rpointel
68f6012724 SUBDIR += regripper 2015-10-28 09:56:27 +00:00
rpointel
b17ed30d55 import regripper, an open source forensic software.
ok sthen@.
2015-10-28 09:55:17 +00:00
bluhm
f8e1043c20 update p5-Net-SSLGlue to 1.055 2015-10-26 12:55:05 +00:00
rpe
8c052e145f Update security/py-M2Crypto to 0.22.5
Update HOMEPAGE to use gitlab.com.

With help from sthen@
OK aja
2015-10-25 15:29:13 +00:00
ajacoutot
42afb192c3 Hmm the tree I committed from was not clean, to say the least... 2015-10-23 05:40:00 +00:00
ajacoutot
46f6d5ab12 Add a wrapper to start the proper pinentry-* according to our running
environment; having an ncurse prompt while running a Desktop isn't too
helpful.  From Fedora -- all Linux distros use this.

ok pea@ (maintainer)
2015-10-23 05:23:59 +00:00
dcoppa
a8617440da Update to ccid-1.4.21 2015-10-22 16:21:07 +00:00
sthen
53cb3ecedc update to sslscan-1.11.0-rbsec, take MAINTAINER 2015-10-21 13:23:54 +00:00