Commit Graph

2241 Commits

Author SHA1 Message Date
ajacoutot
94bc87e6cc When the kqueue(2) backend is used, make sure we initialise the poll(2)
backend as well so that NFS monitoring works.
2011-09-06 11:48:04 +00:00
jasper
0d2dfae26d Security fix for CVE-2011-3200,
rsyslog: parseLegacySyslogMsg off-by-two buffer overflow
2011-09-05 18:24:08 +00:00
landry
6e6b396462 Replace an ugly use of procfs by a subprocess.Popen(ps) call to get the
pid of a given process name. Remove now useless MESSAGE and bump REVISION.
ok ok aja@ (yes, 2 ok)
2011-09-03 07:54:33 +00:00
ajacoutot
cb12135c97 Typos, from Daniel Villarreal. 2011-09-01 15:46:29 +00:00
sthen
acc69348be update apcupsd to 3.4.19, switch from net-snmp support to internal snmp
support (removing the separate snmp flavour), and add an rc file.

from maintainer Kirill Bychkov; wantlib-x11 synced by me.
2011-08-30 09:59:30 +00:00
dhill
23c7099536 update to 0.4.2.
Some important changes since last OpenBSD package:
  - New metadata format introduced; shrinks md archives for most users
    by not storing redundant path names for each file
  - Speed up operations that do not need crypto secrets by not
    decrypting secrets upon startup
  - Add ctctl tool to change local crypto password
  - Fixed a metadata bug that made mixed endian architectures fail
  - Extract creates temporary files and then renames them instead of
    extracting directly into the original filename
  - Add support for include and exclude patterns for archive mode
  - Validate metadata file before commencing extract operation
  - Fix a bug where crypto secrets could not be copied between little and
    big endian machines and vice versa
  - Dramatically decrease memory footprint of cyphertite
  - Print out the filesize and mtime from the server prettily in md list mode
  - Permit differential backups of absolute paths to come from different working
    directories

ok sthen@
2011-08-29 21:42:54 +00:00
jasper
e761cb5102 sync 2011-08-23 14:22:22 +00:00
jasper
2873339a26 import ruby-puppet-lint 0.1.0
Checks your Puppet manifests against the Puppetlabs style guide and
alerts you to any discrepancies.

ok jeremy@
2011-08-23 14:21:48 +00:00
sthen
32d50aa9fc fix rule-number printing (missing byteorder conversion), from Robert Mills 2011-08-23 11:42:11 +00:00
ajacoutot
de4c8e82e7 Bugfix update to polkit-0.102. 2011-08-17 16:59:27 +00:00
robert
5e007bca77 update to 2.7.3 2011-08-16 10:13:37 +00:00
ajacoutot
816c6f0d56 Prevent xstatbar to hang on startup with some audio chip:
if devinfo.type != AUDIO_MIXER_CLASS is true, xstatbar will never make
progress and loop forever. Fix it by trying the next device.

from Tobias Ulmer, thanks!
ok jasper@ landry@
2011-08-02 15:17:43 +00:00
kili
f5fa9db851 ossp-uuid-<1.6.2p1 works better than ossp-uuid-<=1.6.2 in the
@conflict marker.

ok jasper@
2011-07-31 14:48:19 +00:00
ajacoutot
21878384e0 Do not monitor /usr/xobj/*. 2011-07-31 07:22:08 +00:00
jasper
381cba7b86 - tweak conflicts markers as originally intended
from mikolaj kucharski
2011-07-29 08:00:58 +00:00
robert
a6634b2fa4 update to 2.7.1 2011-07-28 08:38:57 +00:00
robert
6b3edbb5ef update to facter 1.6.0 2011-07-28 08:37:43 +00:00
dhill
5053158146 update to 0.3.0
changes:

- The wizard was modified to create the configuration path and to run it
  at more expected times.
- max_mdcache_size configuration option to prevent the cache directory
  from growing beyond a set value.
- md_max_differentials configuration option to govern when a new level 0
  backup is run.
- The code now ensures that all metadata parts are downloaded before
  starting the extract operation.
- Asymmetrical differential backups are prevented from running.
- Some error messages were improved.
- A couple of bugs in the differential backup code path were fixed

ok jasper@
2011-07-27 19:54:26 +00:00
dcoppa
5c07d2cc0c Update vmwh to the latest snapshot, fixing a buggy fprintf call.
ok jasper@
2011-07-22 13:26:42 +00:00
lum
8f7704f10e update to toprump-0.14.5
sync with recent changes to top(1).
2011-07-21 09:23:52 +00:00
sthen
428e55d614 - remove a bunch of unnecessary version checks
- allow lsof to build when kvm_getproc2 is removed
ok naddy@
2011-07-20 13:50:08 +00:00
ajacoutot
6f7635e2dc No need to force RUN_DEPENDS on py-gnome-desktop. 2011-07-20 07:09:45 +00:00
sthen
56ed87fff3 Patch the error message when a USB device isn't found, pointing people
in the direction of permissions on the device nodes, this is a fairly
common problem when configuring NUT with a USB UPS.
2011-07-19 21:06:08 +00:00
jasper
52f8c96e35 - don't hardcode /usr/local
ok landry@ (MAINTAINER)
2011-07-17 19:47:13 +00:00
sthen
8a6ea60cfe update to login_oath 0.7, now supports placing user keys in a central directory 2011-07-17 12:06:35 +00:00
ajacoutot
bdab10293b Adapt after PSEUDO_FLAVORS change in net/avahi. 2011-07-14 18:48:50 +00:00
naddy
86ec33ec14 configure mistakenly assumes xattr support if it finds any of the
openat() family of functions, so poison the autoconf cache.
None of these functions are used outside the code for Solaris xattr.
2011-07-14 15:02:18 +00:00
ajacoutot
ac0c3e3843 Forgot to cvs add. 2011-07-12 18:39:07 +00:00
ajacoutot
87297ec2d7 We use /var/db/polkit-1, not /var/lib/... 2011-07-12 18:38:38 +00:00
ajacoutot
486f5ca8e8 Remove (gnome)-system-tools. Most of it is broken on OpenBSD and there
is no point in fixing it since most features have been superseded by
accountsservice and gnome-cc (GNOME3).

ok jasper@
2011-07-12 07:35:54 +00:00
ajacoutot
18b712adda Unbreak: sync WANTLIB/MODULES after my recent gettext work.
spotted by naddy@, thanks!
2011-07-11 13:09:45 +00:00
robert
a9eaa6abb2 switch to lang/php 2011-07-08 22:31:59 +00:00
sthen
17ac4e4b4e more @pkgpath 2011-07-08 21:20:49 +00:00
sthen
f327fd8ea2 this one needs another @pkgpath to be considered as an update (updates will
still not be seamless as we can't replace @sampled files with plain files,
but pkg_add -ui will ask the right questions)
2011-07-08 21:09:18 +00:00
sthen
dc44bd1435 +gsmartcontrol 2011-07-08 18:17:34 +00:00
sthen
9e6a668801 import ports/sysutils/gsmartcontrol, incorporating bits from giovanni@'s
version of the same port, tweak + ok aja@

GSmartControl is a graphical user interface for smartctl (from the
smartmontools package), which is a tool for querying and controlling
SMART (Self-Monitoring, Analysis, and Reporting Technology) data
on modern hard disk drives.

It allows you to inspect the drive's SMART data to determine its
health, as well as run various tests on it.
2011-07-08 18:17:12 +00:00
jasper
95dde884f1 - fix patch names 2011-07-08 11:19:35 +00:00
dcoppa
d565673e24 Make upower behave like apmd (check for minutes_left to be > 0, not >= 0)
While here, reword comment a little bit.

OK ajacoutot@
2011-07-08 08:16:09 +00:00
ajacoutot
70ac96c395 rc_scripts -> pkg_scripts 2011-07-08 02:14:58 +00:00
dcoppa
35708a7e9c Update to upower-0.9.12 plus fixes.
Discussed with and OK landry@, ajacoutot@
2011-07-07 19:02:43 +00:00
ajacoutot
ebf18cf0c6 Use the gettext MODULE 2011-07-07 00:22:37 +00:00
ajacoutot
2db5a00fb1 Add some magic to handle the gettext MODULE. 2011-07-07 00:08:35 +00:00
ajacoutot
ebc307bb8c Use the devel/gettext MODULE. 2011-07-06 21:09:55 +00:00
jasper
55fc46b1dd - move away from old kinfo_proc2 2011-07-06 13:41:29 +00:00
jasper
a302d05e8b - move away from old kinfo_proc2 2011-07-06 13:15:40 +00:00
jasper
64274487e7 - move away from old kinfo_proc2 2011-07-06 13:02:01 +00:00
jasper
9d42a3ba0f - move away from old kinfo_proc2
- add mising comment
2011-07-06 12:50:15 +00:00
jasper
4c6e57fabb - move away from kinfo_proc2
- fix a few implicit declarations while here
2011-07-06 12:45:04 +00:00
jasper
6005b2727f move away from kinfo_proc2 2011-07-06 12:32:51 +00:00
jasper
43b115ae28 More ossp-uuid vs e2fs-uuid cleaning: rename uuid.pc to ossp-uuid.pc
and e2fs-uuid.pc to uuid.pc. uuid.pc is what all projects using
pkg-config expect to find when looking for the "standard" uuid lib nowadays.

prompted by aja@
ok aja@ landry@ sthen@
2011-07-06 07:21:24 +00:00