5095 Commits

Author SHA1 Message Date
landry
60bca43e25 Update to nss 3.31, required by gecko 55.
See
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.31_release_notes
2017-06-19 04:48:49 +00:00
ajacoutot
c1eaef56d0 Update to glib-openssl-2.50.3. 2017-06-17 11:28:07 +00:00
sthen
01267e212b update to pear-Auth-SASL-1.1.0 2017-06-16 14:08:52 +00:00
ajacoutot
e979274147 Remove samhain which has been left dormant in ports with no interest from
anyone.

ok robert@ (maintainer)
2017-06-15 07:52:33 +00:00
schwarze
fc7060fa53 ancient DocBook stuff containing large amounts of syntax errors,
but none of them cause relevant formatting differences,
so drop USE_GROFF and bump
2017-06-14 20:20:34 +00:00
schwarze
44323c9848 mandoc now handles \p, so drop USE_GROFF and bump 2017-06-14 01:41:58 +00:00
sthen
28924b92b6 use COMPILER to select a modern compiler (needed for TLS emulation in this
case), rather than MODULES=gcc4, so it uses clang in base where available.
ok dcoppa
2017-06-09 22:12:54 +00:00
sthen
4ea9d68a0c update to certbot/py-acme 0.15.0 2017-06-09 14:28:17 +00:00
ajacoutot
f351a25252 Update to libhttpseverywhere-0.4.5. 2017-06-09 07:20:51 +00:00
dcoppa
c15c2187be Remove local hack and switch to gcc from ports.
I'm not sure and there could even be security implications...

eab1d67295
2017-06-08 19:34:03 +00:00
ajacoutot
afa1ee15fa SECURITY update to gnutls-3.5.13.
GNUTLS-SA-2017-4: decoding a status response TLS extension with valid contents could lead to a crash due to a null pointer dereference
2017-06-08 07:33:37 +00:00
rpointel
838263c0e7 update yara to 3.6.1, and link to LibreSSL instead of OpenSSL.
discussed with&patch from antoine[at]freebsd[dot]org.
ok benoit@.
2017-06-07 12:24:52 +00:00
dcoppa
b096072cde Update to ccid-1.4.27 2017-06-06 14:58:58 +00:00
dcoppa
9dd86ce2c4 Update to pcsc-lite-1.8.21 2017-06-06 14:58:39 +00:00
benoit
ba12f9648c Update to p5-Crypt-OpenSSL-Bignum-0.08. 2017-06-06 08:46:38 +00:00
ajacoutot
5e44c7ef84 Update to libgcrypt-1.7.7. 2017-06-05 07:34:12 +00:00
benoit
f593ce8ad4 Update to p5-Crypt-OpenSSL-EC-1.31. 2017-06-04 08:12:40 +00:00
millert
d66cbc7cb9 update to sudo 1.8.20p2; no real change on OpenBSD 2017-05-31 20:33:44 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
ajacoutot
6641fdd3b7 Update to libtasn1-4.12.
- upstream fixed an soname issue which might have been the reason for the
recent pkg_add issues wrt libtasn1; bump major to be on the safe side.
2017-05-31 07:19:46 +00:00
rpointel
2a3aed899f update yara to 3.6.0.
ok benoit@.
2017-05-31 04:27:50 +00:00
millert
218a84ca74 update to sudo 1.8.20p1 2017-05-30 19:55:15 +00:00
ajacoutot
1619cca8f2 Define HMAC_Update to NSS_HMAC_Update to prevent clashing symbol with libcrypto.
input from landry@ and miod@
2017-05-30 18:57:01 +00:00
abieber
56e3a591af Bump to latest version.
OK awolk@
2017-05-29 22:41:32 +00:00
naddy
0ea991f559 don't pick up gmkdir in configure 2017-05-29 16:44:57 +00:00
sthen
0ee78c58ec set daemon_timeout for clamd; startup can be rather slow if you have large
rulesets (for example the sanesecurity anti-spam/malware rules often used
on mail servers)
2017-05-28 20:12:51 +00:00
ajacoutot
26468d0b22 Update to libtasn1-4.11. 2017-05-28 07:28:58 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
sthen
141df3c1c6 update to certbot/py-acme 0.14.2 2017-05-26 13:32:11 +00:00
ajacoutot
992049fec4 Display proper version instead of 'unknown'. 2017-05-26 12:53:52 +00:00
sthen
4a7831cf7c update to OpenSSL-1.0.2l 2017-05-25 14:39:24 +00:00
espie
25edae6454 clean non portable construct from include. stops clang warnings 2017-05-25 13:28:27 +00:00
ajacoutot
c8432fa487 Update to libhttpseverywhere-0.4.4. 2017-05-25 08:13:58 +00:00
bluhm
5a544643f0 +p5-Crypt-OpenSSL-EC
+p5-Crypt-OpenSSL-ECDSA
2017-05-24 18:38:05 +00:00
bluhm
e57a99ccd2 import p5-Crypt-OpenSSL-ECDSA 0.08
from Nils Frohberg; OK sthen@

Comment:
ECDSA encoding and decoding using OpenSSL

Description:
Crypt::OpenSSL::ECDSA is a perl module that provides an interface
to the ECDSA (Elliptic Curve Digital Signature Algorithm) functions
in OpenSSL.
2017-05-24 18:35:14 +00:00
bluhm
83525a978f import p5-Crypt-OpenSSL-EC 1.01
from Nils Frohberg; OK sthen@

Comment:
EC using OpenSSL

Description:
Crypt::OpenSSL::EC is a perl module that provides a standard (non-OO)
interface to the OpenSSL EC (Elliptic Curve) library.
2017-05-24 18:24:07 +00:00
rpointel
edd6ae9e67 update burpsuite to 1.7.23.
release notes: http://releases.portswigger.net/2017/05/1723.html
2017-05-24 04:19:43 +00:00
espie
64d7738037 don't Werror the option clang doesn't get 2017-05-24 00:59:48 +00:00
sthen
b9ba812e98 update to dropbear-2017.75
CVE-2017-9078: double-free in server TCP listener cleanup
CVE-2017-9079: information disclosure with ~/.ssh/authorized_keys symlink.
2017-05-23 13:44:13 +00:00
pea
f69fcc310c Update to 2.1.21
Yubikey tested by Pavel Korovin, thanks !
ok edd@
2017-05-21 11:23:30 +00:00
jasper
1bb096bc75 add py-bcrypt as an RDEP as it's quite a common backend to use on OpenBSD
as discussed with and OK sthen@ (MAINTAINER)
2017-05-13 13:25:41 +00:00
espie
4ccac7a843 use lang/clang if amd64 and system compiler is not clang 2017-05-13 09:54:48 +00:00
espie
0ab0c09554 first batch of WANT_CXX 2017-05-13 09:49:50 +00:00
ajacoutot
44316aca80 Update to gnutls-3.5.12. 2017-05-13 08:54:53 +00:00
espie
13ff626be5 buggy configure, add support for -L, as clang will not link with /usr/local
by default.

(patch sent to upstream)
2017-05-12 23:47:57 +00:00
stu
0d3a751996 Stop treating loadable lib as linkable lib.
ok sebastia@ (maintainer)
2017-05-12 21:41:46 +00:00
benoit
14d476d988 Update to p5-File-Scan-ClamAV-1.95. 2017-05-12 19:21:42 +00:00
benoit
49e5cf786e Update to distorm3-3.3.4. 2017-05-12 15:29:50 +00:00