106115 Commits

Author SHA1 Message Date
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
sthen
d887c26a94 +py-ndg-httpsclient 2015-11-04 09:51:40 +00:00
sthen
3a093a295e import ports/www/py-ndg-httpsclient, ok landry@
ndg-httpsclient is an HTTPS client implementation for httplib and
urllib2, based on PyOpenSSL. PyOpenSSL provides a more fully featured
SSL implementation over the default provided with Python and importantly
enables full verification of the SSL peer.
2015-11-04 09:51:15 +00:00
sthen
f666931921 +py-pyRFC3399 2015-11-04 09:51:04 +00:00
sthen
fbdbb15275 import ports/textproc/py-pyRFC3399, ok landry@
RFC 3339 is a standard date format used on the internet. This Python
module formats dates according to the RFC. Examples of this format:

      2015-11-03T22:11:12Z
      2015-11-03T15:11:12-07:00
2015-11-04 09:49:42 +00:00
sthen
a994146aed update to use slightly different fix for zeromq with libsodium 1.0.6 from
upstream - this was actually in their devel tree but I didn't find my
way around their repositories (multiple trees on github instead of branches)
so I missed it; it's just been merged to zeromq4-1.
2015-11-04 09:33:18 +00:00
benoit
ce0c4bed81 Update to highlight-3.24. 2015-11-04 07:47:00 +00:00
landry
ef0705914d Update to firefox 42.0.
- See https://www.mozilla.org/en-US/firefox/42.0/releasenotes/
- Fixes MFSA-2015-116 -> 133
- Tested by several, thanks!
2015-11-04 07:35:51 +00:00
landry
66701aa4c8 Update to firefox-esr 38.4.0.
- See https://www.mozilla.org/en-US/firefox/38.4.0/releasenotes/
- Fixes MFSA 2015-116, 122, 123, 127, 128, 130 -> 133
2015-11-04 07:34:19 +00:00
landry
12861e22a0 Bump REVISION-main for nss/nspr dependency change. 2015-11-04 07:32:37 +00:00
landry
a4f34d4672 Enforce requirement on latest nss/nspr, requirement for gecko 42.
While here adapt the WRKDIST dance, starting with this gecko the tarball
is layed out ${MOZILLA_DIST}-${MOZILLA_DIST_VERSION} instead of
mozilla-${MOZILLA_BRANCH} - do this for www/mozilla-firefox and
thunderbird-beta only for now.
2015-11-04 07:32:03 +00:00
benoit
b8836cc11c Update to p5-Test-Strict-0.32. 2015-11-04 06:35:04 +00:00
millert
078bf39dbd Update sudo package to 1.8.15 2015-11-04 01:52:24 +00:00
sthen
428380ecb2 don't require gmake for /etc/raddb/certs/Makefile (admin-facing makefile)
ok pea@
2015-11-03 22:54:23 +00:00
sthen
576d07b1c8 grive removal 2015-11-03 22:29:30 +00:00
sthen
2798e68b5b remove grive, per maintainer request: it doesn't support the new google API
and appears to be dead.
2015-11-03 22:28:22 +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
jturner
29f373d806 Update tarsnap-gui to 0.7.
From Josh Grosse <josh at jggimi dot homeip dot net>
2015-11-03 20:14:50 +00:00
sthen
e9d5977c6b +tinc 2015-11-03 20:08:32 +00:00
sthen
cba269f89d import ports/net/tinc, from Rafael Sadowski with tweaks from jca and myself
OK jca

tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and
encryption to create a secure private network between hosts on the Internet.

Because the tunnel appears to the IP level network code as a normal network
device, there is no need to adapt any existing software.  This tunnelling
allows VPN sites to share information with each other over the Internet
without exposing any information to others.

A single tinc daemon can accept more than one connection at a time, thus
making it possible to create larger virtual networks, because some
limitations are circumvented.

Instead of most other VPN implementations, tinc encapsulates each network
packet in its own UDP packet, instead of encapsulating all into one TCP or
even PPP over TCP stream. This results in lower latencies, less overhead,
and in general better responsiveness and throughput.
2015-11-03 20:07:47 +00:00
sthen
16a3c77f39 +_tinc 2015-11-03 20:06:32 +00:00
sthen
8f34b7ffe8 Unbreak zeromq with newer libsodium, which marks sodium_init() (and a number
of other functions) with "__attribute__ ((warn_unused_result))" so that a
compiler warning is generated if they're used without at least doing
*something* with the return value. Build breakage reported by aja@ nigel@
2015-11-03 19:14:13 +00:00
sthen
6f8fbf707d Remove malloc tracing from QEMU, this was removed in newer glib and results
in annoying messages:

(process:23283): GLib-WARNING **: gmem.c:482: custom memory allocation vtable not supported

From Brad.
2015-11-03 16:25:24 +00:00
sthen
3acee97976 new version of maclookup: switch to using the CSVs, and strip off nibbles
instead of bytes when searching to cope with 28-bit vendor prefixes
2015-11-03 16:22:10 +00:00
sthen
7fafdb3197 install unofficial.csv file with a few known non-official MAC address prefixes 2015-11-03 16:18:33 +00:00
sthen
8f71aadbd5 bdep on p5-Text-CSV 2015-11-03 15:52:18 +00:00
sthen
af889a6535 move mac address databases to a subpackage, and generate it based on the newer
CSVs which include MA-S (32-bit vendor), MA-M (28-bit vendor) as well as the
old standard 24-bit vendors.
2015-11-03 15:51:24 +00:00
benoit
52486f46ab Update to p5-Dancer-Plugin-Thumbnail-0.11. 2015-11-03 14:33:45 +00:00
dcoppa
89a7d5c305 igd_desc_parse.c: fix buffer overflow
(upstream git commit 79cca974a4c2ab1199786732a67ff6d898051b78)

http://talosintel.com/reports/TALOS-2015-0035/

OK sthen@
2015-11-03 13:58:51 +00:00
dcoppa
461f34e4a0 CreateChannel(): cleanup in case of error
(upstream git commit 9a1932bed605fb3e38d9853449bb33b8791fa142)
2015-11-03 13:55:31 +00:00
benoit
010ebcb407 Update to manaplus-1.5.10.24. 2015-11-03 13:46:03 +00:00
benoit
688304fd5e Update to hypatia-0.3.1. 2015-11-03 13:29:27 +00:00
sthen
b209a2f508 avoid unnecessary use of bash, and don't use rm -v (gnu extension) 2015-11-03 13:08:00 +00:00
sthen
d6e7a677c4 update to SDL2 2.0.3, and add a patch from Al Poole to avoid load/unload/load
of symbols to work-around a crash in ld.so - remove BROKEN marker. ok juanfra@
2015-11-03 10:22:46 +00:00
kirby
94353612dd update to icinga-web-1.13.1
OK sthen@, maintainer
2015-11-03 09:49:38 +00:00
pea
f4acf80106 Security update to 9.4.5 2015-11-03 09:35:31 +00:00
sebastia
1edf655853 Install missing metadata-help.erb to make mco plugin doc ... work
OK jasper@ (MAINTAINER)
2015-11-03 07:20:03 +00:00
robert
d1dddb990c fix bogous patches 2015-11-03 06:48:48 +00:00
ajacoutot
a642627c98 tyop: marge -> large
reported by "f5_b"
2015-11-03 06:46:07 +00:00
kili
6670570fa5 Fix TRANSFORMERS_VER (part of SUBST_VARS).
No real plist change in the resulting package.
2015-11-02 21:31:26 +00:00
vgross
8e3761be54 New home yaaaaaay. 2015-11-02 18:36:14 +00:00
sthen
0b3d0054d8 update to libsodium-1.0.6 2015-11-02 18:15:56 +00:00
sthen
c9e2ff2014 update to squid-3.5.11 2015-11-02 17:21:55 +00:00
semarie
26167df76a update lang/rust to 1.4.0
tested by mmc@ and bmercer@
2015-11-02 12:44:24 +00:00
sthen
ea3f659c94 update to UniFi-4.7.6
add a handy reminder^W^W warning that the admin password can be
retrieved by connecting to mongodb on localhost
2015-11-02 12:26:31 +00:00
pirofti
67211a480a Update to youtube-dl 2015.11.01.
New extractor: clyp.
2015-11-02 12:01:03 +00:00
espie
5a0f5bbeaa new sanity check option to pkg_subst, to be used shortly by bsd.port.mk 2015-11-02 11:57:40 +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