4059 Commits

Author SHA1 Message Date
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
jca
c8c2d1510d Import softhsm-1.3.7, ok sthen@
Work done by Patrick Lundin (maintainer), p11-kit tweaks by sthen@.

DESCR:
SoftHSM is an implementation of a cryptographic store accessible through a
PKCS#11 interface, using Botan for its cryptographic operations. You can use
it to explore PKCS#11 without having a Hardware Security Module.
2015-06-23 11:26:05 +00:00
bentley
ee15d76ef8 Prune dead mirror. 2015-06-23 08:02:06 +00:00
millert
f741a96d93 Add sudo 2015-06-23 02:24:29 +00:00
jca
21123635fd Fix license marker (lgplv2.1 -> apache 2) 2015-06-22 22:40:59 +00:00
millert
81582a0152 Import sudo-1.8.13, OK jca@
This will replace the ancient version of sudo in base (1.7.2p8).
2015-06-22 15:52:16 +00:00
jasper
61be70211e bump after MODERL_RUN_DEPENDS change 2015-06-22 13:08:20 +00:00
bentley
4c1d9b1660 Update homepage and mirrors.
ok benoit@ (MAINTAINER)
2015-06-18 02:55:37 +00:00
jasper
b075c94912 update to xca-1.2.0 2015-06-17 20:04:14 +00:00
bentley
a5dde47901 Remove MAINTAINER per request. 2015-06-17 06:16:51 +00:00
dcoppa
5e235b8691 Upstream rerolled their tarball; bump. 2015-06-15 09:36:42 +00:00
bentley
b3d1077859 Update mirrors, as this comment no longer applies. 2015-06-15 07:02:52 +00:00
benoit
5431040f43 Update to libssh2-1.6.0. 2015-06-13 15:41:13 +00:00
sthen
a97ffba88f update to openssl-1.0.1o, restoring ABI 2015-06-13 11:30:00 +00:00
sthen
6cb657f283 update to openssl-1.0.1n; http://www.openssl.org/news/secadv_20150611.txt 2015-06-11 15:30:17 +00:00
sthen
a7e991254f add missing WANTLIB 2015-06-10 22:06:01 +00:00
jca
60c9c68c76 Remove unresponsive maintainer. 2015-06-10 11:05:02 +00:00
sthen
fbd92509fc bump REVISIONs following DIOCGETSTATUS ABI change 2015-06-10 10:43:29 +00:00
benoit
0b11a88e14 Update to mbedtls-1.3.11.
ok sthen@
2015-06-10 09:28:08 +00:00
benoit
cd8222c166 Update to p5-Crypt-RIPEMD160-0.06. 2015-06-10 06:48:36 +00:00