Commit Graph

11754 Commits

Author SHA1 Message Date
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
ajacoutot
36710574d8 Unbreak reloading haproxy.
rc_reload() appends '-sf pid' which broke the default pexp.

breakage reported by Alexandre Perrin via Daniel Jakots (maintainer)
2015-10-24 14:31:26 +00:00
jasper
ff548c796e update to apache-activemq-5.12.1 2015-10-24 11:40:32 +00:00
ajacoutot
5ab3b99c91 Consistency: rcctl enable is the most used idiom within the ports tree.
Also since we can pass it several daemons now, simplify enabling:
- before
rcctl enable foo
rcctl enable bar
rcctl enable bla
- after
rcctl enable foo bar bla
2015-10-24 09:18:12 +00:00
sthen
d914bdf9d0 update to mlvpn-2.2.2 2015-10-24 08:32:14 +00:00
sthen
24848258fb Adjust OpenVPN following the split of tun(4)'s "link0" mode into tap(4). 2015-10-23 15:10:36 +00:00
sthen
e2ae77af13 +mlvpn 2015-10-23 09:30:26 +00:00
sthen
468ef66f2a import ports/net/mlvpn, ok ajacoutot@
MLVPN is VPN software that encrypts data with the Salsa20 stream cipher and
uses Ed25519 authentication. It can either run with a single ISP connection,
or can aggregate multiple circuits with active monitoring to identify and
remove faulty ones without dropping TCP connections. To avoid problems with
out-of-order packet delivery, it can optionally add delays per-connection
or buffer packets before delivering to the tun/tap interface.

MLVPN uses privilege separation and supports Linux, OpenBSD and FreeBSD.
2015-10-23 09:28:58 +00:00
sthen
1aaa6fd2c9 update to fping-3.13 and patch to use pledge 2015-10-22 13:48:40 +00:00
ajacoutot
7c36336f3e Add an rc.d script and pkg-readme.
from "Alex"
2015-10-21 21:24:42 +00:00
jturner
c143e5672d Update synergy to 1.7.4.
Tested by Michael Lesniewski <lesniewskister at gmail dot com>. ok abieber@
2015-10-21 19:51:28 +00:00
sthen
dfdf28f57a trimmed a bit too much in previous, reinstate SYSCONFDIR subst. 2015-10-21 19:10:34 +00:00
sthen
84ace7efbe update to scamper-20141211b 2015-10-21 10:26:11 +00:00
sthen
cc2881baf1 tidy fping Makefile 2015-10-21 10:12:13 +00:00
sthen
26d7d5ac1d clean up Makefile, install editor syntax files in the right place 2015-10-21 09:34:03 +00:00
sthen
ea11becfae Adjust the icinga2 port:
- Replace previous backout with fixes from Gunnar Beutner (upstream):

 . Make sure the timer thread is gone when calling fork()
 . Ensure that the main thread pool gets re-initialized properly after fork()

- Add a check so that 'make test' fails early with a useful error if the
libconfig package is installed; the objects in the build directory don't
have a finalized rpath and they are looking in /usr/local/lib before the
build directory, so the wrong libconfig so is picked up.

I think this port should now be in good shape, please let me know if you're
using it and run into problems with forking etc.
2015-10-21 09:03:22 +00:00
sthen
5fd6c0be1c rename the icinga2 database subpackages to icinga2-ido-XXsql, to match the
standard package names used on other OS.
2015-10-20 21:34:29 +00:00
sthen
1bffdd63b8 Adjust the pexp regex in the rc script, it needs a trailing .* to match
the process arguments when they're modified after a reload.
2015-10-20 20:59:40 +00:00
sthen
7cdc358e1e add ticket url to comment in patches. 2015-10-20 14:08:57 +00:00
sthen
e48b149f78 Update to icinga2-2.3.11 and unbreak by adding patches to revert oldish
upstream commit 86819f446e2 which broke daemon activation on OpenBSD.
Without this reversion ConfigItem::ActivateItems() doesn't get any
further after the call to DynamicObject::RestoreObjects().
2015-10-20 13:54:13 +00:00
robert
827dda8026 update to 2.6.3 and add a missing run dependency 2015-10-19 12:52:27 +00:00
ajacoutot
0bc07fceea Update to py-raet-0.6.5. 2015-10-19 05:47:22 +00:00
naddy
2ac63dcb03 update to 7.45.0 2015-10-18 19:16:30 +00:00
sthen
92bb88c69a take maintainer of p5-Monitoring-Plugin, and change HOMEPAGE to github
as it's more useful than the default from cpan.port.mk.
2015-10-18 10:49:36 +00:00
sthen
b5a8fd2828 update to monitoring-plugins-2.1.2 2015-10-18 10:42:56 +00:00
sthen
684b8223c3 update to lldpd-0.7.19, rolling in management address TLV fix 2015-10-18 10:37:06 +00:00
sthen
5ebf878360 update GeoIP port to use a newer geolite database 2015-10-17 19:28:59 +00:00
naddy
0efc65a7f3 call gzip(1) directly 2015-10-16 15:35:18 +00:00
sthen
de6ea674a7 add an upstream patch to lldpd: avoid an overflow on a (static) buffer
when a remote device advertises a too-large management address while still
respecting TLV boundaries.
2015-10-16 10:27:41 +00:00
jca
a536651fbb Bugfix update to samba-4.1.21
"diff looks fine" Ian McWilliam
2015-10-15 16:57:19 +00:00
sthen
ab1825c70c update to fping-3.12, fixes the new -R (random) flag with IPv6 2015-10-14 21:36:30 +00:00
sthen
70780dcdeb update to wireshark-1.12.8 2015-10-14 20:21:15 +00:00
sthen
b3395699e4 update to fping 3.11 2015-10-14 16:04:48 +00:00
sthen
8156732754 update to freeradius-2.2.9, include a crash fix, missing CRL checking
(CVE-2015-4680) and a fix for EAP-TTLS with TLSv1.2 (notably affecting
Android 6.x wifi clients in TTLS configurations). OK pea@

Note: not updating to 3.x at present as the build system first requires
significant untangling for use with ports (I've spent days on it already
and still not there).
2015-10-14 11:19:56 +00:00
sthen
516987fcdf update to pure-ftpd 1.0.42, from Brad 2015-10-14 10:01:55 +00:00
benoit
b405126976 Update to p5-Net-OpenSSH-0.64.
ok Abel Abraham Camarillo Ojeda (maintainer)
2015-10-14 08:21:03 +00:00
ajacoutot
733c79f7c9 Update to glib2-networking-2.46.1. 2015-10-13 18:26:31 +00:00
bentley
1ccb9d9eee Update maintainer email address. 2015-10-13 06:29:37 +00:00
sthen
d9eb0b34b8 add support for snmpd(8)'s OPENBSD-SENSORS-MIB, merged upstream 2015-10-12 15:39:06 +00:00
sthen
71a8c3b92b update to librenms-201510 2015-10-12 11:30:32 +00:00
benoit
424579b3aa Update to Net-SFTP-Foreign-1.79. 2015-10-11 09:28:45 +00:00
sthen
9c7d769e3a Update to pidgin-sipe 1.20.0, fixing connections with Office 365 now MS have
disabled RC4 support. From Mattieu Baptiste, "maintainer has the same diff".
2015-10-10 20:22:25 +00:00
sthen
f60619de23 update to ocserv-0.10.9 2015-10-09 14:47:40 +00:00
sthen
cb7e44bbc2 fix tests for py3, spotted by ajacoutot@ 2015-10-09 10:07:18 +00:00
sthen
2bfe5f339d +py-msgpack,python3 2015-10-09 08:27:04 +00:00
sthen
a13a9eba3e add py3 flavour for msgpack, from Björn Ketelaars 2015-10-09 08:26:38 +00:00
sthen
0e6daa3cfd update ethernet vendor list 2015-10-08 22:41:38 +00:00
sthen
c3a1214543 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:23:32 +00:00
sthen
691c83f9b2 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00
sthen
aec87238b3 oops, forgot to re-add json-c to WANTLIB/LIB_DEPENDS in previous commit.
spotted by nigel@
2015-10-07 19:36:50 +00:00
jca
cc6117a9a8 Update to 0.17.4; ok sthen@ 2015-10-07 16:09:04 +00:00
ajacoutot
b76b0b4419 Bring consistency in GStreamer dependencies:
- remove most dependencies on plugins-bad and plugins-ugly; there is no reason
on depend on these because they should only provide support for rare and/or
rarely used codecs
- for standard how-of-the-box support for most modern files, always depend on
plugins-good and plugins-ffmpeg|libav.

gstreamer1 parts from Brad, gstreamer-0.10 parts from me
2015-10-07 05:50:24 +00:00
sthen
6ec3f3a2dc tweak README 2015-10-06 21:53:05 +00:00
jca
841e25870e Add PORTROACH_COMMENT: knot-2.x uses __thread and lmdb 2015-10-05 19:20:20 +00:00
sthen
391dc93fe7 REVISION bumps following the additional member in struct if_data,
to make sure packages get updated
2015-10-05 16:29:01 +00:00
kirby
6b6a22981f fix rcctl syntax
ok sthen@
2015-10-05 12:59:12 +00:00
kirby
b27e451a04 fix rcctl syntax
ok sthen@
2015-10-05 12:58:44 +00:00