4278 Commits

Author SHA1 Message Date
jca
a2e83c8660 Don't for the use of PIE, cc knows better. 2015-07-20 03:13:47 +00:00
jasper
8370029792 use install -D and drop ginstall dependency where applicable 2015-07-19 21:44:07 +00:00
kili
d4bbf3a428 Welcome to the attic, hs-certificate and hs-tls. 2015-07-19 21:02:37 +00:00
kili
a37aaa1ba4 Welcome to the attic, hs-certificate and hs-tls. 2015-07-19 21:01:55 +00:00
kili
99410cec90 Remove hs-asn1-data, no longer used by other ports,
and in the way of an update of hs-attoparsec and
hs-aeson.
2015-07-19 20:53:46 +00:00
kili
470585be1b Unhook hs-asn1-data. 2015-07-19 20:50:59 +00:00
jca
38bb2a5db3 autoconf 2.65->2.68 2015-07-19 08:18:52 +00:00
sthen
29d2b02fdc tweak port 2015-07-19 00:39:01 +00:00
sthen
f3a2d47f3b use openssl from ports, allows scanning for things which have been removed from
libressl
2015-07-19 00:07:15 +00:00
sthen
b3937349db Reenable crappy old protocols, mainly for use with sslscan (which connects
to a server to identify supported SSL/TLS methods) - note that this port is
not used generally within OpenBSD, only for testing and special cases.
2015-07-19 00:06:42 +00:00
sthen
af0ba3a62f update to yubikey-personalization-gui-3.1.21 2015-07-18 23:42:54 +00:00
sthen
eef512d337 guard SSLv3_method 2015-07-18 23:17:37 +00:00
jca
0e72929020 TLSv1_client_method -> SSLv23_client_method
Requested by and ok zhuk@ (maintainer)
2015-07-18 22:52:43 +00:00
jca
0189ea5534 guard sslv3 method; ok zhuk@ (maintainer) 2015-07-18 22:50:47 +00:00
jca
0ae326cde0 guard sslv3 method; ok gsoares@ (maintainer) 2015-07-18 21:57:43 +00:00
ajacoutot
a70e72cca7 Stop mentioning sudo(8). 2015-07-18 21:05:38 +00:00
jca
9709c0b633 Kill py-sslwrapper. Broken since ages (RC5, SSLv2, etc).
ok ajacoutot@ sthen@
2015-07-18 19:55:13 +00:00
jca
3acdfb8d63 guard sslv3 methods 2015-07-18 18:31:23 +00:00
sthen
0250c2981f guard SSLv3_method 2015-07-18 15:53:08 +00:00
sthen
66135704aa revert diff which changed SSLv23_METHOD to TLSv1_METHOD, the former is better
as it allows detecting the best version to use (include TLS 1.0, 1.1, 1.2)
whereas TLSv1_METHOD forces 1.0 only.
2015-07-18 04:09:27 +00:00
millert
193a965c57 Update to sudo 1.8.14 2015-07-17 15:51:32 +00:00
ajacoutot
2889a1d16f Remove the perl bullshit. 2015-07-16 23:57:18 +00:00
ajacoutot
e122ab3a0c Fix pexp. 2015-07-15 21:03:23 +00:00
ajacoutot
e25627d96b Fix pexp.
Add /var/log/snort/alert, it's needed at runtime.
2015-07-15 20:59:43 +00:00
ajacoutot
2375891bd2 sort. 2015-07-15 17:42:08 +00:00
ajacoutot
124d5279a1 Major upgrade to libnettle-3.1.1. 2015-07-14 03:21:15 +00:00
ajacoutot
71d28281e6 Bug-fix update to gnutls-3.3.16. 2015-07-13 07:07:48 +00:00
ajacoutot
86d73e2c1c Unbreak: missing BUILD_DEPENDS. 2015-07-11 10:39:12 +00:00
czarkoff
3b9404a74e +tclgpg 2015-07-10 19:02:31 +00:00
czarkoff
f0d5b92a26 Import tclgpg-20150324
A Tcl interface to GNU Privacy Guard. This library was designed to
replace TclGPGME, allowing the same functionality with any GPG version.

Multiple fixes from stu@
OK sthen@, stu@
2015-07-10 19:00:41 +00:00
jasper
75787518ba bump after erlang dependency change
reminded by aja@
2015-07-10 17:10:09 +00:00
espie
e952946350 minimal flavor by default. okay millert@ 2015-07-10 15:16:03 +00:00
sthen
56467fc126 security update to openssl-1.0.1o (libressl is not affected by this problem)
During certificate verification, OpenSSL (starting from version 1.0.1n and
1.0.2b) will attempt to find an alternative certificate chain if the first
attempt to build such a chain fails. An error in the implementation of this
logic can mean that an attacker could cause certain checks on untrusted
certificates to be bypassed, such as the CA flag, enabling them to use a valid
leaf certificate to act as a CA and "issue" an invalid certificate.

This issue will impact any application that verifies certificates including
SSL/TLS/DTLS clients and SSL/TLS/DTLS servers using client authentication.
2015-07-09 14:49:35 +00:00
sthen
64e9a9a34e update to p5-Crypt-OpenSSL-Random-0.10 and disable RAND_egd usage,
it was failing at runtime with "undefined symbol 'RAND_egd'"
2015-07-07 13:44:55 +00:00
millert
ea17cc5f14 Install sudoers sampe mode 0440. From Tim van der Molen. 2015-07-04 13:54:49 +00:00
sthen
d1e2572c6a update HOMEPAGE/MASTER_SITES (polarssl -> tls.mbed.org) 2015-06-29 20:33:28 +00:00
sthen
f2510dc6dc update to oath-toolkit 2.6.0, sync wantlib and build the pam module.
From Bjorn Ketelaars, plus bump liboath minor.
2015-06-29 20:21:47 +00:00
jca
ddbc697958 Update HOMEPAGE, bump rev. 2015-06-29 16:43:10 +00:00
landry
6cc463cdec Update to nss 3.19.2 - will be required by upcoming fx 39, now at rc4.
Fixes a regression introduced in 3.19.1, see
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.19.2_release_notes
and https://bugzilla.mozilla.org/show_bug.cgi?id=1172128
2015-06-26 07:42:27 +00:00
landry
b8c337836e +py-test-cov,py-oauthlib,py-jwt 2015-06-26 07:40:03 +00:00
landry
84551ddc67 Import py-oauthlib 0.20150523, needed py upcoming py-discogs-client update, from
Johan Huldtgren.

A generic, spec-compliant, thorough implementation of the OAuth
request-signing logic.

ok sthen@
2015-06-26 07:37:13 +00:00
bluhm
f9a4eb4d93 - Update p5-Net-SSLeay to 1.70.
- Remove patch, it has been applied upstream.
2015-06-26 06:18:44 +00:00
gsoares
420c7d8871 - update to 3.19;
- switch threading model to pthread since that it is the default process model in stunnel;
- fix stunnel.pem path in pkg/MESSAGE;
- add patches to make it build with libressl;
- fix some hardcoding paths in tools/stunnel.conf-sample.in.

Tweaks and Feedback:
jca@ yasuoka@ jasper@ brad@ and Markus Lude, thanks !

tested by yasuoka@ and Markus Lude on @sparc64(markus's tests against 3.18 version, but no many changes to 3.19, assuming that should work too...)...

full changelog at:
https://www.stunnel.org/sdf_ChangeLog.html
2015-06-25 14:44:30 +00:00
jasper
60ebf83f4f - install into MODERL_LIBROOT
- bump
2015-06-25 13:17:55 +00:00
gonzalo
5881941627 Update for Lynis to 2.1.0:
https://github.com/CISOfy/Lynis/blob/master/CHANGELOG

OK benoit@
2015-06-24 16:39:29 +00:00
sthen
b81ea0b148 unbreak py2.7 flavour. oops, pasted in a few too many lines when I was
manually fixing up the plists for multi-flavour, reported by espie
2015-06-23 20:13:12 +00:00
ajacoutot
3d87c1a9f7 +py-libnacl 2015-06-23 19:26:05 +00:00
ajacoutot
7ea1da9dfc Import py-libnacl-1.4.3.
This library is used to gain direct access to the functions exposed by Daniel J.
Bernstein’s nacl library via libsodium or tweetnacl. It has been constructed to
maintain extensive documentation on how to use nacl as well as being completely
portable. The file in libnacl/__init__.py can be pulled out and placed directly
in any project to give a single file binding to all of nacl.

ok jasper@
2015-06-23 19:25:29 +00:00
sthen
59c52e3114 update to py-cryptography 0.91, and patch to permit building with recent
libressl (py-cryptography was providing its own implementation of
EC_curve_nid2nist for libressl and for old openssl versions, this was
broken when libressl added it - since LIBRESSL_VERSION doesn't provide
anything useful for recognising this, simply delete the libressl check
from the ifdef).
2015-06-23 16:18:45 +00:00
jca
eb24c53b0d +softhsm 2015-06-23 11:27:46 +00:00