11465 Commits

Author SHA1 Message Date
ajacoutot
d9c1207e4f Move some obvious sudo -> '#' (root) in READMEs. 2015-07-07 14:43:36 +00:00
kirby
0321634c01 update to seafile-4.2.6 2015-07-07 08:44:42 +00:00
sthen
b1df7e3b26 update to newer rtmpdump checkout, and add KSV patchset (better resume,
support >4GB, etc).
2015-07-06 14:09:46 +00:00
kirby
677c029eaf sudo is not in base anymore. show how to use su in README
ok sthen@
2015-07-06 12:13:54 +00:00
sthen
d5ffe85b7d Remove use of sudo from pkg READMEs in a few ports as packages and their
instructions are meant to work on a fresh install.

- easy cases: replace some '$ sudo somecommand' with '# somecommand'
(while there I've swapped some "${RCDIR}/foo start" with "rcctl foo start").

- replace some 'sudo -u user somecommand foo bar' with
'su -s /bin/sh user "/path/to/somecommand foo bar"' and similar.
Not pretty with the -s, but many of the uids that need to run
these commands have /sbin/nologin as their usual shell.
2015-07-06 11:25:36 +00:00
sthen
cc76150531 remove bogus USE_SYSTRACE=Yes 2015-07-05 12:02:59 +00:00
gsoares
6059555a55 SECURITY update to 1.5.14
(fixes an information leak vunerability CVE-2015-3281)

diff from Daniel Jakots (MAINAINER)
2015-07-04 03:12:08 +00:00
sthen
ea307a8182 +manubulon-snmp 2015-07-03 21:41:54 +00:00
sthen
d4b2577525 import net/manubulon-snmp, ok benoit@
Manubulon SNMP plugins is a set of Icinga/Nagios plugins to check various
types of device using SNMP, including amongst others:

check_snmp_storage	storage (disks, swap, memory, etc...) using MIB-2
check_snmp_int		network interface state and usage using MIB-2
check_snmp_process	process-related checks using MIB-2
check_snmp_load		load/cpu checks for various OS/network devices
check_snmp_mem		memory/swap usage checks for various OS/network devices
check_snmp_win		Windows services
check_snmp_env		environmental status for various network devices

See http://nagios.manubulon.com for more details.

The original project was last active in 2007; this version is packaged
from a lightly maintained git repository.
2015-07-03 21:41:26 +00:00
sthen
1d0bc4039f update to check_esxi_hardware-20150626, using changes in newer py-wbem
that are needed in some situations now that python enforces SSL validation
by default. reset bouncing maintainer email.
2015-07-03 20:32:31 +00:00
sthen
02774b1506 update to a new checkout, and fix nginx config fragment 2015-07-03 19:17:26 +00:00
kirby
f2fb348cec now really fix exclude file path 2015-07-03 14:47:00 +00:00
sthen
134ce96a0e Update ocserv's DESCR, mostly borrowed from the website - better information
about the isolated security process and per-user unprivileged worker processes.
2015-07-03 10:16:31 +00:00
ajacoutot
8752e0198f Update to rsnapshot-1.4.0. 2015-07-03 07:29:58 +00:00
sthen
1df5462eb7 update to ocserv 0.10.6, from Bjorn Ketelaars 2015-07-02 20:50:21 +00:00
sthen
368b70a24b Slightly better BROKEN marker for icinga2. Any clues very welcome...
ConfigItem::ActivateItems() calls DynamicObject::RestoreObjects().
DynamicObject::RestoreObjects() runs to the last line of the function,
however control is not returned to the following line in
ConfigItem::ActivateItems() (i.e. the calling function).
2015-07-02 20:16:54 +00:00
jasper
0926d99913 update to gupnp-dlna-0.10.3 2015-07-02 11:53:40 +00:00
sthen
efae281202 update to PowerDNS 3.4.5, ok florian@ 2015-07-01 21:10:42 +00:00
sthen
a6acec460b update to unifi-4.6.6 2015-07-01 13:52:04 +00:00
sthen
63615cc9a1 add a second MASTER_SITES, archive.ntp.org seems unhappy 2015-07-01 11:59:24 +00:00
bluhm
54748039df Apply a bunch of patches to get osrtspproxy running. Upstream is
dead, so keep patches locally.  On top of that, fix linker warnings
about unsave string operations.  Take maintainer.
OK ajacoutot@
2015-07-01 11:33:50 +00:00
sthen
7be59d8512 update to ntp-4.2.8p3, various fixes including a remote crash in some
(uncommon) conditions; if:

- remote configuration of ntpd is enabled (it's disabled by default),
- and an attacker knows the remote configuration password,
- and has access to a computer that is allowed to send remote configuration
requests to ntpd,

the attacker can send a carefully-crafted packet to ntpd that will cause ntpd
to crash.
2015-07-01 10:35:29 +00:00
ajacoutot
4c3d64dbee Add PORTROACH. 2015-07-01 08:19:39 +00:00
benoit
6af7a54149 Update to balance-3.57.
ok gonzalo@
2015-07-01 06:35:18 +00:00
sthen
fe4485895b update to icinga2-2.3.5, still no closer to solving the problems though so
it remains marked BROKEN.
2015-06-30 09:19:48 +00:00
sthen
f8770fa4d5 update to a newer GeoIP geolite database 2015-06-29 20:03:22 +00:00
sthen
0e9c678a2f - regen half the remaining PLISTs containing unneeded /usr/local/share/locale/
- sync a wantlib while there
2015-06-29 15:39:43 +00:00
jca
dc4ebce898 Update to samba-4.1.19, from Ian McWilliam
Release notes: https://www.samba.org/samba/history/samba-4.1.19.html
2015-06-27 22:14:48 +00:00
benoit
0df190bb89 Update to p5-Net-SMTP-SSL-1.03. 2015-06-27 14:24:17 +00:00
sthen
c770bd3cf6 disable ntpd's audio support for now (it's used for feeding audio from a
radio receiver tuned to WWV or CHU time signal stations, but doesn't build
with recent changes to audio support)
2015-06-26 20:21:07 +00:00
ajacoutot
4492f4ecf9 Add PORTROACH annotation. 2015-06-26 18:39:12 +00:00
ajacoutot
79589a1e82 Bump after the recent phonon MODULE change. 2015-06-26 09:18:39 +00:00
ajacoutot
1daa7e362b Update to openfire-3.10.2.
from Marc Peters (maintainer)
2015-06-26 07:29:09 +00:00
sthen
b06cc056ac update to a librenms checkout from today 2015-06-25 20:47:27 +00:00
sthen
cc4eb2bc03 update to unifi-4.6.3
Upstream has changed from providing a .war file to providing an unpackaged
webroot instead, so this won't upgrade cleanly. First pkg_delete unifi,
then rm -rf /usr/local/share/unifi/webapps/ROOT, then install. We can't
provide built packages of this port anyway, so this is relatively low
impact.
2015-06-25 13:50:52 +00:00
jasper
27acaf9d38 define MODERL_{ERL,ERLC} as shortcuts to the versioned binaries 2015-06-25 13:34:23 +00:00
jasper
992af0106f pass ERL/ERLC to configure to pickup the right versioned binary 2015-06-25 13:20:44 +00:00
pascal
59fb9acca2 In some situations, it is desirable to start multiple tor instances on the
same machine.  While this is of course done outside the rc.subr(8) framework,
the package's rc.d(8) script should not interfere with these instances.

Require exact pexp matches in order to achieve this.  Patch by "nusenu",
developer of ansible-relayor, tested by me in various situations.
2015-06-25 10:27:05 +00:00
sthen
94101c9c79 update to openvpn-2.3.7
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23
2015-06-25 08:46:49 +00:00
jasper
ed8860bfaf switch to using the erlang module 2015-06-24 06:50:19 +00:00
kirby
a05bceb276 point mirall to system wide ignore list 2015-06-24 03:04:10 +00:00
sthen
83fba7548b update to freeradius-2.2.7, rolling in some patches committed upstream and
removing some which are no longer needed. ok pea@ (maintainer).

add a patch from upstream git (noticed after ok) fixing one of the default
config files.
2015-06-23 21:38:06 +00:00
ajacoutot
01ab99f14b +py-raet 2015-06-23 19:28:39 +00:00
ajacoutot
0cce23dd6b Import py-raet-0.6.3.
RAET is an asynchronous transaction based protocol using Ioflo.

ok jasper@
2015-06-23 19:28:08 +00:00
jasper
52c3488fbf tidy up erlang dependencies 2015-06-23 16:38:10 +00:00
jca
ab9bc6c16f Respect CFLAGS, put -b (for "background") in $daemon, not $daemon_flags
ok pea@ (maintainer)
2015-06-23 10:38:06 +00:00
ajacoutot
ca870810bd Add net/py-czmq to TEST_DEPENDS. 2015-06-23 10:28:48 +00:00
ajacoutot
552c1a5e7a +czmq
+py-czmq
2015-06-23 10:28:23 +00:00
ajacoutot
963c3c8935 Import py-czmq-0.0.4.
Pyczmq exposes CZMQ functions via the cffi library's ABI access mode. No
compiler is required to use it. The czmq library is accessed with dlopen and a
set of parsed function declarations

ok jasper@
2015-06-23 10:27:31 +00:00
ajacoutot
ea3cd36ef0 Import czmq-3.0.2.
CZMQ is a high-level C binding for ZeroMQ.

ok jasper@
2015-06-23 10:26:44 +00:00