ajacoutot
0340c1c399
Cleanup after itself.
2015-11-14 08:41:17 +00:00
landry
7e8715b599
Add links to upstream PR.
2015-11-14 08:38:08 +00:00
ajacoutot
d607e8631b
Update to salt-2015.8.2.
2015-11-14 08:30:06 +00:00
landry
d0d5d53ad1
+py-psutil
2015-11-14 07:36:14 +00:00
landry
baf4eae578
Import py-psutil from github commit fc1e59d0, versionning it 3.3.0pre0.
...
This now supports OpenBSDi mostly properly, the patches in the port
fixing the build and warnings being pushed back.
psutil (python system and process utilities) is a cross-platform library
for retrieving information on running processes and system utilization
(CPU, memory, disks, network) in Python. It is useful mainly for system
monitoring, profiling and limiting process resources and management of
running processes. It implements many functionalities offered by command
line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill,
free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap.
ok/reqd by sthen@
2015-11-14 07:35:29 +00:00
sthen
f833512b64
remove the ports for yubico programs, to be reimported under a common subdir
2015-11-12 15:18:29 +00:00
jasper
abd1dbe56e
update to p5-Sys-Virt-1.2.21
2015-11-12 14:23:23 +00:00
sthen
a048b09d78
update HOMEPAGE/MASTER_SITES
2015-11-12 14:08:49 +00:00
dcoppa
a943d3fced
Update to GNU grep 2.22
2015-11-11 10:41:00 +00:00
benoit
84aeb17a3d
Update to stow-2.2.2.
...
from Andreas Kusalananda Kahari (maintainer)
2015-11-10 09:13:50 +00:00
sthen
e48df32b6b
fix following ImageMagick update
2015-11-06 20:37:34 +00:00
jca
5302c0818e
Update to rcm-1.3.0, from Mike Burns (maintainer)
2015-11-06 18:57:06 +00:00
jasper
df891fa1aa
update to puppet-3.8.4
2015-11-06 13:28:10 +00:00
jasper
0d66bb2fc6
update to libvirt-1.2.21
2015-11-05 08:57:04 +00:00
jasper
6a6441659a
update to libvirt-python-1.2.21
2015-11-05 08:37:00 +00:00
sthen
71e6795225
update to tree-0.62, from Daniel Jakots with a couple of small tweaks
2015-11-04 21:36:31 +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
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
sebastia
1edf655853
Install missing metadata-help.erb to make mco plugin doc ... work
...
OK jasper@ (MAINTAINER)
2015-11-03 07:20:03 +00:00
ajacoutot
521f6f55d3
As agreed with pyr@, remove him from MAINTAINER.
2015-11-02 08:37:50 +00:00
jturner
3174a4f1cb
Update login_duo to 1.9.17
2015-11-01 21:02:32 +00:00
landry
45c413dfcb
update to menulibre 2.1.2
2015-10-30 15:00:43 +00:00
sthen
7f0cac2043
update to freeipmi-1.4.11
2015-10-30 14:43:22 +00:00
bentley
001a937d4b
Calculate Unicode column widths correctly.
...
ok naddy@ (maintainer)
2015-10-30 14:12:42 +00:00
sthen
981d86d970
sync WANTLIB (curl+nghttp2)
2015-10-30 12:59:16 +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
sthen
039ed6a79b
Don't let login_ldap fallback to cleartext if StartTLS failed (e.g. bad
...
hostname/certificate).
"hard TLS" (SSL-wrapped LDAP, aka ldaps://) is already handled correctly.
2015-10-27 13:31:16 +00:00
sthen
ba1af9cd05
clean up manpage, draw attention to cleartext passwords if not using ssl/tls
2015-10-27 12:48:58 +00:00
sthen
67c1560e29
cope with d_packname union removal
2015-10-27 11:32:31 +00:00
zhuk
6dfa0b549e
Actually, this set of utilities is intended to be run on OpenBSD, so checking
...
for OS is stupid. Just force the new structure layout and be done with it.
No binary change => no bump needed.
2015-10-26 19:57:45 +00:00
zhuk
eb59ef0161
Unbreak after recent d_un removal in disklabel.h.
...
Noticed by sthen@.
2015-10-26 19:44:06 +00:00
rpe
a6d39eba06
Update sysutils/ansible to 1.9.4
...
OK aja@
2015-10-25 15:23:03 +00:00
ajacoutot
3db7b9818b
Don't compile pwd_gensalt, it's not needed since we use crypt_checkpass.
2015-10-25 07:59:16 +00:00
jasper
42a35ca5be
update to monit-5.15
2015-10-24 11:16:28 +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
3ace3016ce
missed "cvs rm", reported by Fred
2015-10-24 08:28:52 +00:00
ajacoutot
1a16ad4a8a
Don't remove the content of /var/salt when running pkg_delete -d.
...
This directory is there to contain ssh keys and we don't want to force
remove them in case there's still needed. Sure, running pkg_delete this way
supposed we clean everything after ourselves, but I'll make an exception in
this case for obvious reasons.
deducted from a mail by Ossi Herrala on ports@
2015-10-24 08:21:42 +00:00
sthen
96ac67b1bc
update to entr-3.3, from Fred (and similar to my 3.2 update diff which I had
...
an OK from the maintainer for earlier but forgot to commit)
2015-10-23 20:48:34 +00:00
sthen
5d7ab650c5
update to freeipmi-1.4.10, take MAINTAINER
2015-10-21 13:25:18 +00:00
abieber
d48bc8ab87
remove node-syslog, the last node-* port!
...
I pulled up behind the node-* ports
Pull out my pistol
And blow 'em away
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:23:02 +00:00
abieber
57dff0170b
remove node-rmdir as part of the larger removal of node-* ports.
...
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:21:22 +00:00
abieber
cfbdb3c39c
remove node-daemon as part of the larger removal of node-* ports
...
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:20:03 +00:00
abieber
d7baf04ea7
remove node-always as part of the larger removal of node-* ports
...
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:19:39 +00:00
abieber
d8fdd15df6
-node-always
...
-node-daemon
-node-rmdir
-node-syslog
2015-10-20 00:12:05 +00:00
ajacoutot
8cb16066c1
Drop myself from MAINTAINER and leave the baby to Stuart ;-)
...
ok sthen@
2015-10-17 10:30:16 +00:00
ajacoutot
41dffeb8da
Update to login_krb5-5.8.3.
2015-10-17 07:18:03 +00:00
ajacoutot
8378e7860c
Update to salt-2015.8.1.
2015-10-14 18:21:31 +00:00
sthen
8118058cb4
use explicit_bzero in login_ldap
...
reset maintainer (email address bounces)
2015-10-13 15:23:24 +00:00
jturner
4ae43a195e
Update login_duo to 1.9.16
2015-10-13 15:10:41 +00:00
bentley
1ccb9d9eee
Update maintainer email address.
2015-10-13 06:29:37 +00:00