ajacoutot
ef0b6f6c85
SECURITY update to accountsservice-0.6.22.
2012-07-05 07:18:59 +00:00
sthen
44cc1179f6
PASS_MAX is now hidden behind __XPG_VISIBLE, cyphertite has its own definition
...
which is "ifdef linux"'d so use this instead. Discussed with naddy.
2012-07-04 15:47:45 +00:00
ajacoutot
cac5264dc0
Rename our autochanger to chio-autochanger-openbsd and fix a couple of
...
bugs in it. All functions successfully tested (only listall is not
implemented yet).
While here, set the default tape device to /dev/nrst0.
ok sthen@
2012-07-04 12:02:56 +00:00
sthen
79ebb8082f
remove unneeded patch
2012-06-30 09:48:22 +00:00
ajacoutot
587f3e6db4
Add a chio-changer script in replacement for the mtx-changer script.
...
Adapted from NetBSD pkgsrc and FreeBSD ports.
@sample the script so that people can apply local modifications if
needed.
Tested on an LTO-4, 8 slots.
Why do all chio(1) behave differently!!!???
ok sthen@ merdely@ (maintainer)
2012-06-28 19:24:56 +00:00
landry
1fc510c2f5
Update to upower 0.9.17
...
Note that now by default, upowerd will run apm -C when running
on battery and apm -A when on AC, this can be disabled by setting
RunPowersaveCommand to false in etc/UPower/UPower.conf.
ok ajacoutot@
2012-06-27 06:39:50 +00:00
jasper
9041fc74ae
- these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12
2012-06-26 14:40:06 +00:00
sthen
3edb03dd8f
update to moreutils 0.47: fixes manpage typo, avoids reading files twice in
...
combine(1) to support data coming from pipes, and adds an errno(1) utility
for people who are too lazy to type 'man errno' (or are perhaps on an OS with
bad manuals).
2012-06-26 13:38:25 +00:00
jasper
5b3534a62c
tom doherty takes maintainership
2012-06-23 10:33:32 +00:00
naddy
3003e07939
use bsd.port.arch.mk
2012-06-22 12:41:42 +00:00
sthen
6387a737ce
+ykpers
2012-06-20 15:35:09 +00:00
sthen
54ba451147
import ports/sysutils/ykpers, now that libusb1 can access it without gymnastics
...
ok jasper@
Tool and library to programme Yubikey devices with new key information.
2012-06-20 15:34:47 +00:00
ajacoutot
15c1f311bc
Missed bumps after my recent php module changes.
...
spotted by sthen@
2012-06-18 07:56:13 +00:00
benoit
c7ed425c4f
- update dwdiff to 2.0.4
...
- update CONFIGURE_ENV
- regen PLIST
2012-06-17 09:50:46 +00:00
ajacoutot
be5549b41f
Remove bogus (UN)MESSAGE. It is taken care of by the php/pecl MODULE.
2012-06-16 11:27:48 +00:00
robert
5d7f1afe2a
Rework the PgSQL part of the documentation in order to setup proper
...
permissions of the database while creating it.
ok ajacoutot@, sthen@, merdely@
2012-06-16 07:08:55 +00:00
ajacoutot
a1b7c39eb5
gtk-update-icon-cache:
...
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
jasper
e75e38fde3
- update to 1.1.3
2012-06-13 08:37:56 +00:00
sthen
2d21dc65fe
zap quotes in PERMIT_*
2012-06-09 11:26:02 +00:00
sthen
2e38342377
update to NUT 2.6.4 rolling in the patch for CVE 2012-2944 which we had locally,
...
adding new device support, better snmp support for various devices, and many
other fixes and improvements.
2012-06-08 21:07:02 +00:00
steven
ae33ed928d
s/PREFIX/TRUEPREFIX/ for consistency.
...
from robert at peichaer.org
ok ajacoutot@
2012-06-08 21:06:46 +00:00
lum
b318f33073
update to toprump-0.14.8
...
sync with recent changes to top(1).
2012-06-08 14:27:44 +00:00
pea
a811697c0c
Update to 2.3.8
...
ok okan@
2012-06-08 13:59:08 +00:00
jasper
d4828b4d48
- don't hardcode the node version in PLIST
...
breakage spotted by naddy@
fix from aaron bieber
2012-06-08 05:54:04 +00:00
landry
80032580e4
+dfc
2012-06-01 13:02:24 +00:00
landry
b6d7d7f6d8
Import dfc 3.0.0.
...
dfc is a simple tool that display file system space usage using graphs
and colors. It can also output to CSV, TeX or HTML.
ok jasper@ giovanni@
2012-06-01 13:01:45 +00:00
jasper
6d105eb08d
Security fix for CVE-2012-2944: upsd can be remotely crashed
...
ok sthen@ (MAINTAINER)
2012-06-01 07:12:41 +00:00
jasper
c6aae07c05
- update to 0.17
...
- specify license versions
- update maintainer address
ok william@ (MAINTAINER)
2012-05-30 13:12:32 +00:00
jasper
992adee7cb
- update to 5.4
...
maintainer timed-out
2012-05-29 15:45:56 +00:00
jasper
374466b0b1
sync
2012-05-29 11:30:36 +00:00
jasper
eb59ff932a
import node-daemon 0.5.1
...
C++ add-on for Node.js to enable simple daemons in Javascript plus some
useful wrappers in Javascript.
ok sthen@
2012-05-29 11:29:35 +00:00
ajacoutot
38c839f00b
Prepend the short hostname to the log line to have a compliant syslog(3)
...
entry allowing remote logging based on the host.
2012-05-29 10:21:56 +00:00
ajacoutot
fa2db4d712
Set owner, group and mode for logfiles to the same value regular
...
syslogd(8) uses.
ok sthen@ steven@ (maintainer)
2012-05-29 05:19:19 +00:00
ajacoutot
093570a8a6
Set the PID to /var/run/syslog.pid by default to make syslog-ng happy
...
with newsyslog(8); this can of course by modified using syslog_ng_flags.
While here, run syslog-ng.conf(5) through tbl(1) (from sthen@).
discussed with and ok sthen@ steven@ (maintainer)
2012-05-28 16:31:31 +00:00
jasper
c2e2152cc2
- update to 1.4
...
from maintainer with tweaks by me
2012-05-25 12:46:40 +00:00
kirby
fe47a593eb
Fix id $OpenBSD: -> $OpenBSD$
2012-05-24 11:35:29 +00:00
jasper
1dd4aa573a
adjust for node.port.mk location change
2012-05-23 15:13:20 +00:00
ajacoutot
f8d0623aa8
If syslog-ng is started early during boot-up (that is if one replaces
...
the syslogd rc.d(8) script with the syslog_ng one), it will fail to
launch because ldconfig(8) hasn't had a chance to run yet. Add an
rc_pre() that will take care of that.
ok sthen@ steven@ (maintainer)
2012-05-23 06:44:50 +00:00
sthen
566eef95df
don't use asm code; from frantisek holop, fixes a segfault with e2fsck
2012-05-20 21:42:50 +00:00
sthen
c5636d9fa1
tidy whitespace
2012-05-20 21:39:22 +00:00
ajacoutot
86265ce150
Fix usage of the _POSIX_THREAD_PRIORITY_SCHEDULING macro.
...
from Brad
2012-05-17 05:01:35 +00:00
ajacoutot
2bab059acd
Better COMMENT.
2012-05-16 07:47:21 +00:00
jasper
83fb508ecf
sync
2012-05-16 06:11:04 +00:00
jasper
aafb3f253b
import logfmon 1.1
...
The logfmon daemon monitors a set of syslog log files and matches each
new entry against the rules defined in its configuration file. Each
rule may be tested against entries from a single file, a set of files or
from all files. Depending on the rule, a command may be executed or the
entry may be ignored. All unmatched messages are batched together and
mailed every 15 minutes, or whatever alternative time is specified in
the configuration file.
from Tom Doherty
ok aja@
2012-05-16 06:10:18 +00:00
jasper
3583d15ad2
switch to lua.port.mk
2012-05-15 19:38:01 +00:00
jasper
02255fa12c
sync with new lua.port.mk
2012-05-15 17:34:05 +00:00
mpi
2649d4b541
+usbutils
2012-05-15 13:46:03 +00:00
mpi
6bb73d53eb
Import usbutils-005
...
Utility used to display information about USB devices.
ok sthen@, ajacoutot@ (on a previous diff)
2012-05-15 13:44:52 +00:00
sthen
0acae659a4
update Sys::Syscall to 0.23 (test fix only)
...
- drop maintainer per his request.
2012-05-14 10:06:49 +00:00
pascal
8ebd80cad7
Update to 1.15; doesn't need groff.
...
ok ajacoutot@ sthen@ giovanni@
2012-05-14 09:56:13 +00:00