11710 Commits

Author SHA1 Message Date
sthen
e6879dc9a7 update to maclookup 1.5, also match MACs using xx-xx-xx-xx-xx-xx format. 2015-11-07 17:51:14 +00:00
sthen
8254c98c8a SECURITY update to PuTTY 0.66
"This release fixes a security hole in the terminal emulation code.
Writing a particular escape sequence to the screen in a PuTTY terminal
session could cause the terminal code to read *and potentially write*
memory outside its own data structures. This might be exploitable, so
everybody should upgrade to a fixed version."
2015-11-07 17:46:06 +00:00
sthen
f22f5c60c6 Move the modules/dhcp_sqlippool file to PLIST-mysql; it depends on a file
that is already included in the mysql subpackage (and actually, dhcp_sqlippool
only works with mysql at the moment). Avoids the need to either install
freeradius-mysql or mess with files in the modules directory to start up.
ok pea@
2015-11-07 14:51:08 +00:00
ajacoutot
ce31fc6e72 +libvncserver 2015-11-07 09:23:55 +00:00
ajacoutot
b632d5ce37 Import libvncserver-0.9.10.
LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to
easily implement VNC server or client functionality in your program.

ok robert@
2015-11-07 09:23:17 +00:00
sthen
e48df32b6b fix following ImageMagick update 2015-11-06 20:37:34 +00:00
florian
d553eaafd1 simple update to 3.4.7
OK sthen@
2015-11-06 17:35:10 +00:00
sthen
7cee0b72d8 Run net-snmp as _netsnmp instead of root, doing this currently requires
disabling the ipv6 mib - this is done in the rc script so it can be
overridden with netsnmpd_flags if required (but just run snmpd from base,
really ....)

Reported by Pierre Kim.

Drop unnecessary patch while there, the problem it was meant to fix was
already fixed in 5.7.3.
2015-11-05 23:43:46 +00:00
sthen
fd5416f946 install net-snmp's sample snmpd.conf with mode 600, it may contain secrets.
reported by Pierre Kim.
2015-11-05 21:44:04 +00:00
jca
a182859996 Update to haproxy-1.5.15, from maintainer Daniel Jakots. 2015-11-05 20:00:24 +00:00
jca
c5b0f0aeab Drop MAINTAINER, the mail address bounces. 2015-11-05 19:08:56 +00:00
sthen
bd81e487f7 file moved upstream, spotted by espie@ 2015-11-05 14:19:33 +00:00
benoit
3eefcd8327 Update to p5-Net-DNS-DynDNS-0.9993. 2015-11-05 13:25:15 +00:00
benoit
7185a51497 Update to p5-Server-Starter-0.32.
from Abel Abraham Camarillo Ojeda (maintainer)
2015-11-05 12:40:56 +00:00
jca
864edbfb1d Fix bcopy overflow, spotted by -Wbounded
ok steven@ (maintainer)
2015-11-05 12:25:49 +00:00
jasper
ad77d8df92 - update to rabbitmq-server-3.5.6
- sebastia@ takes over maintainership

OK sebastia@ and piotr sikori (previous MAINTAINER)
2015-11-05 10:49:03 +00:00
benoit
529fb1061f Update to p5-Test-TCP-2.14.
from Abel Abraham Camarillo Ojeda (maintainer)
2015-11-05 09:57:26 +00:00
giovanni
dfa4493f64 fix torsocks off command
ok pascal@ (Maintainer)
2015-11-04 16:05:51 +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
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
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
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
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
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
sthen
b209a2f508 avoid unnecessary use of bash, and don't use rm -v (gnu extension) 2015-11-03 13:08:00 +00:00
kirby
94353612dd update to icinga-web-1.13.1
OK sthen@, maintainer
2015-11-03 09:49:38 +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
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
ajacoutot
521f6f55d3 As agreed with pyr@, remove him from MAINTAINER. 2015-11-02 08:37:50 +00:00
benoit
6360aa8241 Update to p5-SNMP-Info-3.29. 2015-10-30 22:30:44 +00:00
benoit
c71e325c56 Upate to p5-Net-SSH2-0.56. 2015-10-30 22:24:42 +00:00
espie
b8f854ffcc avoid hidden dependencies, caught in a bulk 2015-10-30 22:20:21 +00:00
rpointel
5c56c5678b SUBDIR += py-dnslib
SUBDIR += py-dnslib,python3
2015-10-30 16:45:55 +00:00
rpointel
0bda3e83d7 import py-dnslib, a library to en/decode DNS wire-format packets for Python.
from Bryan C. Everly (bryan@bceassociates.com), maintainer.
ok sthen@ (thanks).
2015-10-30 16:44:54 +00:00
benoit
7d6e16016c Update to p5-Chatbot-Eliza-1.06. 2015-10-30 15:59:36 +00:00
sthen
4e2d8093a5 sync WANTLIB (curl+nghttp2) 2015-10-30 12:47:38 +00:00
sthen
2085dc6286 curl picks up nghttp2 if present at build time; list it as an explicit
dependency, naddy@ agrees.

The nghttp2 port is careful to avoid additional dependencies that are
known not to build on some arch.
2015-10-30 00:26:46 +00:00
sthen
c0c4a5aa2d update to pear-Net_DNS2-1.4.1 2015-10-29 21:54:20 +00:00
sthen
7feb98c825 update to pear-Net_SMTP-1.7.1, take MAINTAINER 2015-10-29 21:47:12 +00:00
sthen
d6d03d88f1 update to pear-Net_Sieve-1.3.4, take MAINTAINER 2015-10-29 21:45:56 +00:00
ajacoutot
ec2c097f12 Remove merdely@ from MAINTAINER; email bounces.
(skipping freerdp because I am working on an updated for it)

ok sthen@
2015-10-29 18:25:31 +00:00
juanfra
983e87dd66 Update HOMEPAGE. 2015-10-27 18:10:09 +00:00
jasper
339b470638 - bugfix update to zeromq-4.1.3
maintainer timed-out
2015-10-26 18:10:56 +00:00
kirby
26169b3c64 update to seafile-4.42 2015-10-26 17:19:00 +00:00
kirby
2f195e1f15 update to owncloudclient-2.0.2 2015-10-26 08:36:34 +00:00
rpointel
ddeaa87f2e update py-nmap to 0.4.4.
ok ajacoutot@.
2015-10-25 08:18:25 +00:00