4646 Commits

Author SHA1 Message Date
sthen
05d964358b update letsencrypt/client to 0.6.0, and cope with the renaming to "certbot".
courtesy symlink provided so that scripts still work.
2016-05-27 10:01:38 +00:00
sthen
d5c143f3ce update to letskencrypt-0.1.5, no more dependencies 2016-05-26 21:39:47 +00:00
ajacoutot
9e57000673 Update to py-rsa-3.4.2 and take maintainer.
prodded by danj@
2016-05-26 09:57:47 +00:00
dcoppa
e471d3bf16 Update to ccid-1.4.24 2016-05-25 11:36:05 +00:00
sthen
e6cd1eae4f disable JIT which requires a W|X mapping 2016-05-22 21:03:33 +00:00
sthen
49026e8758 update to py-oauthlib-1.1.1, from maintainer Johan Huldtgren 2016-05-21 13:50:11 +00:00
sthen
3e7b0decbc +letskencrypt 2016-05-21 10:44:54 +00:00
sthen
6df99cdb7b import ports/security/letskencrypt, ok giovanni@
letskencrypt is yet another Let's Encrypt client, but one with a
strong focus on security. It is still under development.

It supports the following operations:

* Account registration (see the -n flag).
* Domain certificate signing.
* Domain certificate revocation (see the -r flag).

Many parts of the process are run as jailed unprivileged processes.
2016-05-21 10:44:21 +00:00
ajacoutot
59aa732c0f Update to py-libnacl-1.4.5. 2016-05-21 06:49:27 +00:00
ajacoutot
ed3351f748 Update to gnutls-3.4.12. 2016-05-21 06:48:14 +00:00
czarkoff
4bb2af1430 +go-crypto 2016-05-21 01:13:51 +00:00
czarkoff
2c62ba0b9c import go-crypto: supplementary Go cryptography libraries, providing support for
SSH, PGP, OTR and vairous ciphers

OK and fixes from jsing@ and kspillner@
2016-05-21 01:08:26 +00:00
gsoares
d9a5fb4801 - install missing https module
- while here, fix documentation link in pkg/DESCR
- bump REVISION

from Carlin Bingham <cb at viennan ! net>, thanks!
2016-05-20 02:24:30 +00:00
dcoppa
7c17673123 Apply upstream fixes for CVE-2016-4476 and CVE-2016-4477 2016-05-17 08:29:27 +00:00
rpe
796c75639c Update security/py-keyczar to 0.716
OK aja
2016-05-16 07:03:35 +00:00
ajacoutot
e617f4b0ec RCD ID. 2016-05-13 06:06:14 +00:00
rpointel
58c1d21511 update burpsuite to 1.7.03.
release notes: http://releases.portswigger.net/2016/05/1703.html
2016-05-12 17:00:04 +00:00
ajacoutot
cda8f50045 +vault 2016-05-12 15:54:55 +00:00
ajacoutot
737dadaa4a Import vault-0.5.2.
Vault is a tool for securely accessing secrets. A secret is anything that you
want to tightly control access to, such as API keys, passwords, certificates,
and more. Vault provides a unified interface to any secret, while providing
tight access control and recording a detailed audit log.
<...>

ok jasper@
2016-05-12 15:53:33 +00:00
espie
16c6d939fa Term-ReadKey is part of the base system now 2016-05-12 14:00:12 +00:00
sthen
846d9cb798 +py-oauthlib,python3 2016-05-10 22:10:01 +00:00
sthen
e629b1f918 update to acme-tiny-20160326 2016-05-10 09:36:22 +00:00
jca
088ac8f980 Re-add the error message that motivated those patches
crc-intel-pclmul.c:369: Error: no such instruction: `pextrd $1,%xmm0,(%rdi)'
2016-05-08 23:21:29 +00:00
jca
ddc250512c Drop use of pclmul/SSE4.1 for CRC, and the use of clang while here
While this bring a nice speed improvement over libgcrypt-1.6.5, it
requires newer gcc or clang.  Since libgcrypt is a requirement for
tons of ports, using clang here means that you end up building two huge
compilers before building anything useful.

pclmul alone is supported by base gcc and is still used for GCM.

ok ajacoutot@ (maintainer)
2016-05-08 23:13:20 +00:00
danj
fc04d27072 + py-potr
+ py-potr,python3
2016-05-07 15:06:19 +00:00
danj
83d8b4dc8c import py-potr-1.0.1
This is a pure Python OTR implementation; it does not bind to libotr.

ok landry@, jca@, sthen@
2016-05-07 14:53:13 +00:00
pascal
b01174ae9b Update my mail address. 2016-05-07 12:40:56 +00:00
sthen
a406b733fd make sure -current pkgname/revision are higher than stable 2016-05-06 21:39:03 +00:00
ajacoutot
35887a73e8 Only use clang for i386 and amd64. 2016-05-06 14:41:51 +00:00
kirby
d0d6b4266f update to qtkeychaun-0.6.1 2016-05-06 06:45:43 +00:00
sthen
096de9c1cd update to pecl-libsodium-1.0.6 2016-05-05 14:14:45 +00:00
sthen
8225138536 update to OpenSSL-1.0.2h:
*) Prevent padding oracle in AES-NI CBC MAC check
*) Fix EVP_EncodeUpdate overflow
*) Fix EVP_EncryptUpdate overflow
*) Prevent ASN.1 BIO excessive memory allocation
*) EBCDIC overread
*) Modify behavior of ALPN to invoke callback after SNI/servername
callback, such that updates to the SSL_CTX affect ALPN.
*) Remove LOW from the DEFAULT cipher list, removing single DES
from the default.
*) Only remove the SSLv2 methods with the no-ssl2-method option.
When the methods are enabled and ssl2 is disabled the methods return
NULL.  (i.e. restore ABI compat with pre-1.0.2g cf. SSLv2_*_method)
2016-05-04 08:07:03 +00:00
sthen
42ba100272 update to clamav-0.99.2
still using the bundled llvm, the one in devel/llvm is too new
2016-05-04 07:12:55 +00:00
rpointel
5f7d6a2110 add BUILD_DEPENDS = lang/python/${MODPY_VERSION} (from nigel@).
thanks.
2016-05-04 05:44:33 +00:00
rpointel
32969a58d0 + SUBDIR += theharvester 2016-05-03 05:52:45 +00:00
rpointel
0579088de4 import the harvester, the information gathering suite.
ok benoit@.
2016-05-03 05:49:55 +00:00
rpointel
1fc68bd9ef SUBDIR += pdf-parser 2016-05-03 05:47:26 +00:00
rpointel
3e5c8bf9c5 import pdf-parser, identify the fundamental elements used in the analyzed
file.
ok benoit@.
2016-05-03 05:46:47 +00:00
espie
a481295b2e pass "safe" values of BSDSRCDIR and BSDOBJDIR on the command line.
Those ports use bsd.obj.mk, which doesn't like it if BSDSRCDIR doesn't point
to a defined place.

(found by doing a bulk on a chroot in a somewhat more hostile setup than usual)
2016-05-02 14:52:48 +00:00
steven
006199c231 update to 4.07 2016-05-01 10:40:56 +00:00
sthen
fcd0185bd7 Fix OpenSSL which uses file on /usr/lib/libc.so.* to figure out if we're ELF
or not, which gets confused with libc.so.*.a files present.
2016-04-29 11:24:05 +00:00
sthen
0202e929da switch to mod_perl2 2016-04-28 17:39:53 +00:00
rpe
f880803ab2 Update security/p5-Crypt-OpenPGP to 1.12
OK aja@
2016-04-28 14:31:56 +00:00
bluhm
3ad549157c update p5-Net-SSLGlue to 1.057 2016-04-28 01:25:42 +00:00
bluhm
c7c3e987af update p5-Net-SSLeay to 1.74 2016-04-28 00:48:10 +00:00
bluhm
fee2c960fb update p5-IO-Socket-SSL to 2.027 2016-04-28 00:27:51 +00:00
jca
1c5cb9bebe gc empty patch 2016-04-27 00:13:51 +00:00
jca
1452b52a6a libssl now depends on libcrypto, no need to specify the latter 2016-04-27 00:13:11 +00:00
jca
2175c41645 The lang/ocaml module already adds ocaml to RDEPS 2016-04-27 00:12:22 +00:00
jca
e038826b90 Update to ocaml-ssl-0.5.2, patch committed upstream.
distinfo change and patch removal slipped in previous commit...
2016-04-27 00:11:30 +00:00