summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2008-06-01Need msgfmt to build.obache1-2/+2
Noticed by Hasso Tepper in PR 38813.
2008-05-30Radmind update to 1.11.1hauke3-28/+6
This release of Radmind includes the following changes: * Fixed port failover on Mac OS X 10.5 clients. * Exclude patterns now support escape sequences [ Bug 1856125 ]. Thanks to Scott Hannahs for the report. * fsdiff manpage: clarification of exclude behavior. Major changes since 1.10.0: - Support for exclude patterns. - The default server port is now the IANA-registered 6222. Clients now try to connect to port 6222 by default, failing over to the legacy port if necessary. - USE_ASCII defined on Mac OS X to improve case-insensitive fsdiff performance. Minor changes and fixes: - lcksum -a works again. Thanks to Geoff Franks for the report. - Minor cleanup of port selection code. - Set correct paths for TLS related files. Thanks to Linc Davis for reporting the problem. - ra.sh up is now shorthand for ra.sh update. - Allow directories to have 5 or 6 arguments on all platforms. This fixes a bug preventing twhich from parsing apple transcripts on non-apple hardware. - twhich now trims trailing slashes from paths passed in from the command line.
2008-05-30Update to 2.01.01.40:wiz2-7/+7
All: - Added an autoconf test for SIZEOF_FLOAT & SIZEOF_DOUBLE to allow to compile the Bourne shell in 64 bit mode. Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - mkisofs now prints more explicit error messages if the strings (like e.g. the volume name) inside the PVD do not fit. This should help people that use e.g. UTF-8 based locales and don't understand that the strings may use up more octett space than the number of characters in the string. - mkisofs now supports to import multi-extent files (> 4 GB) from old sessions.
2008-05-29update to 2.22.2drochner2-6/+6
change: Performance fix for bad graphic card drivers
2008-05-29Convert to user destdir (use SPECIAL_PERMS)tnn1-8/+13
2008-05-29sync w/ base pkgdrochner2-7/+7
2008-05-29update to 0.2.4drochner4-13/+13
changes: -bugfixes -Add ability to control http debuging through GVFS_HTTP_DEBUG env variable
2008-05-29remove obsolete esound dependency, ride on update of some minutes agodrochner2-5/+2
2008-05-29update to 2.22.3drochner3-7/+8
changes: -speed up thumbnailing -more UI improvements -bugfixes
2008-05-29update to 2.22.2drochner2-6/+6
changes: -Do not show separators at the beginning/end of a menu, or after another separator, but add an option to show them -bugfixes -layout improvements -translation updates
2008-05-29update to 2.22.2.1drochner2-6/+6
changes: -fix for people running a session without nautilus -translation updates
2008-05-29Remove two more directories. Bump PKGREVISION.wiz2-3/+6
2008-05-28Update sysutils/p5-File-Copy-Recursive from 0.35 to 0.36abs2-6/+9
0.36 Wed Apr 16 15:32:36 2008 - made all bareword file handles be lexical variables if the perl is new enough to support it (5.6.0 and up, see 'Indirect Filehandles' in perlopentut)
2008-05-26Mark some packages as not for bulk building on HPUX.tnn2-2/+6
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg7-18/+26
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2008-05-25Reset maintainer on his request.wiz1-5/+3
2008-05-25Remove me as maintainer of some package, clame ownership of a few packages.tron1-2/+2
2008-05-24Add destdir support.tnn1-3/+4
2008-05-22Note the need for options INCLUDE_CONFIG_FILE when using Grub.gson1-1/+12
2008-05-20Honour PKGMANDIRtnn1-3/+4
2008-05-17make this work again.christos6-23/+135
2008-05-17Update smartmontools to 5.38, UNSTABLE to STABLE.obache7-43/+49
Based on patch provided by Sergey Svishchev in PR 38573. This version contains DragonFly support, noted in PR 36982. patch-ag is taken from PR 38199. Date 2008-03-10 Summary: smartmontools release 5.38 (STABLE) -------------------------------------------- This is a stable release of smartmontools. In addition to changes below, it includes: - Libata/Marvell driver devices no longer need explicit '-d' switch - DEVICESCAN automatically detects libata/marvell driver SATA devices - Fixed auto-offline/autosave support in FreeBSD - SAT device type + SCSI generic devices work properly with smartd under Linux - Many additions to drive database - More portable autogen/autoconf/automake script set - Additional Windows IOCTL route to access SMART data - Some ATA-8 updates - Smoother CCISS compilation support in Linux - Dragonfly support - Fixed some ATA identity byte swap problems on big endian CPUs - Added support for the QNX operating system - No-fork option added to smartd - Improved device scanning and drive type recognition in Windows - 3ware support for controllers with more disks (32 max) - Improved Windows installer - Improved SMART Attribute list and descriptions - Fix to smartctl return codes - Fix to scheduled tests on Highpoint RAID controllers - New samsung firmware bug workaround option - Auto-offline and Auto-save fixed in Linux + libata - Solaris: better SCSI support and support for Sun compilers AND gcc - Fixed and improvements to CCISS support - More options for SCSI temperature monitoring and history - Additional command line options for selective self-tests - Compilation fixes for various platforms. See CHANGELOG for more details, or smartmontools CVS for still further details.
2008-05-15Reach over from misc/gnuls to sysutils/coreutils for common logic andtnn2-48/+65
patches. Updates gnuls to 6.11 and makes it track coreutils.
2008-05-13Update "coreutils" package to version 6.11. Changes since version 6.10:tron3-14/+9
- "cp -fR fifo E" now succeeds with an existing E. Before this fix, using -fR to copy a fifo or "special" file onto an existing file would fail with EEXIST. Now, it once again unlinks the destination before trying to create the destination file. [bug introduced in coreutils-5.90] - dd once again works with unnecessary options like if=/dev/stdin and of=/dev/stdout. [bug introduced in fileutils-4.0h] - id now uses getgrouplist, when possible. This results in much better performance when there are many users and/or groups. - ls no longer segfaults on files in /proc when linked with an older version of libselinux. E.g., ls -l /proc/sys would dereference a NULL pointer. - md5sum would segfault for invalid BSD-style input, e.g., echo 'MD5 (' | md5sum -c - Now, md5sum ignores that line. sha1sum, sha224sum, sha384sum, and sha512sum are affected, too. [bug introduced in coreutils-5.1.0] - md5sum -c would accept a NUL-containing checksum string like "abcd\0..." and would unnecessarily read and compute the checksum of the named file, and then compare that checksum to the invalid one: guaranteed to fail. Now, it recognizes that the line is not valid and skips it. sha1sum, sha224sum, sha384sum, and sha512sum are affected, too. [bug present in the original version, in coreutils-4.5.1, 1995] - "mkdir -Z x dir" no longer segfaults when diagnosing invalid context "x" mkfifo and mknod would fail similarly. Now they're fixed. - mv would mistakenly unlink a destination file before calling rename, when the destination had two or more hard links. It no longer does that. [bug introduced in coreutils-5.3.0] - "paste -d'\' file" no longer overruns memory (heap since coreutils-5.1.2, stack before then) [bug present in the original version, in 1992] - "pr -e" with a mix of backspaces and TABs no longer corrupts the heap [bug present in the original version, in 1992] - "ptx -F'\' long-file-name" would overrun a malloc'd buffer and corrupt the heap. That was triggered by a lone backslash (or odd number of them) at the end of the option argument to --flag-truncation=STRING (-F), --word-regexp=REGEXP (-W), or --sentence-regexp=REGEXP (-S). - "rm -r DIR" would mistakenly declare to be "write protected" -- and prompt about -- full DIR-relative names longer than MIN (PATH_MAX, 8192). - "rmdir --ignore-fail-on-non-empty" detects and ignores the failure in more cases when a directory is empty. - "seq -f % 1" would issue the erroneous diagnostic "seq: memory exhausted" rather than reporting the invalid string format. [bug introduced in coreutils-6.0] - join now verifies that the inputs are in sorted order. This check can be turned off with the --nocheck-order option. - sort accepts the new option --sort=WORD, where WORD can be one of general-numeric, month, numeric or random. These are equivalent to the options --general-numeric-sort/-g, --month-sort/-M, --numeric-sort/-n and --random-sort/-R, resp. - id and groups work around an AFS-related bug whereby those programs would print an invalid group number, when given no user-name argument. - ls --color no longer outputs unnecessary escape sequences - seq gives better diagnostics for invalid formats. - install, mkdir, rmdir and split now write --verbose output to stdout, not to stderr.
2008-05-08fix sumchristos1-2/+2
2008-05-08fix build for currentchristos1-6/+8
2008-05-08Update to 2.01.01a39:wiz3-21/+12
All: - added a make rule to automatically create the directory ./incs/ Libfind: - This is the final step to make libfind a "real" library - find.h walk.h fetchdir.h idcache.h moved to include/schily/ - A bug in libfind was fixed that causes find . -size -20k -ls to check for files smaller than 20480 Blocks instead of looking for files smaller than 2084 characters. Libscg: - Allow libscg to correctly compile in 64 bit mode on amd64 Solaris platforms Rscsi: - Minimal rscsi man page added Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - Some code in main() has been reordered to allow mkisofs to recognize that the installation at /opt/schily/lib/siconv is missing even if the --ethershare option has ben used. Before, mkisofs did dump core in this case, now it mentions to install libsiconv. - mkisofs again supports -no-bak. This option has been removed by accident with cdrtools-2.01.01a22 - mkisofs again auto-adds a slash to the left part of a dir=orig/ graft point spec if the right side is a directory. The problem has been introduced ~ one year ago when cleaning up buggy old code.
2008-05-05krb5 in already included in Makefile.common (dependent on an optiondrochner1-2/+1
which is on per default), so remove it here noticed by OBATA Akio, in response to PR pkg/38532
2008-05-01Needs pkg-config.wiz1-2/+2
2008-04-30Drop maintainershipjmmv8-16/+16
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-29Switch to 2 clause BSD license now that TNF license has droppedxtraeme2-23/+3
clause 3 and 4.
2008-04-28tell the user that sysutils/gvs is needed for some desktop functions,drochner1-0/+7
in response to PR pkg/38530 by Jared D. McNeill (Adding it as a full dependency would thwart the whole purpose of plugins; also, gvfs is quite young and will likely be changed often, which would cause unnecessary rebuilds.)
2008-04-28Update to 2.14.3:sborrill4-19/+39
3.14.3 -- 20 January 2008 (Maintenance Release) NEW FEATURES * A HAL policy file is automatically installed on Linux systems to disable the hald-addon-hid-ups module which conflicts with apcupsd's control of USB UPSes. The file is automatically removed when apcupsd is uninstalled. BUG FIXES * Add support for Nominal Power (aka Configured Active Power) reading. Credit to Lars Randers <lars@nstec.dk> for most of the code. * Add units to NOMINV, NOMOUTV, and NOMBATTV stats. * Eliminate "warning: deprecated conversion from string constant to 'char*'" warnings emitted from gcc-4.2.1 (earlier versions with -Wwrite-strings). Contributed by Steve Yarmie <tribhuvanji@gmail.com>. * Fix killpower and eeprom settings bug on USB modules introduced when INPUT reports were prioritized over FEATURE reports. * Fix bugs that could cause NIS-net driver to get stuck waiting for comms to be restored instead of shutting down. 3.14.2 -- 15 September 2007 (Maintenance Release) NEW FEATURES * Tray icon support on Vista. Vista does not allow background services to interact with the user's desktop, so winapcupsd's built-in tray icon did not work. * Tray icon is now a standalone application "apctray" which is capable of monitoring multiple Apcupsd instances via Apcupsd's NIS. Any Apcupsd running NIS can be monitored. By default the icon monitors a single apcupsd at 127.0.0.1:3551. See command line options below for adding additional monitors. * Tray icon can be installed individually (disable other packages in the installer) for users who want to use the icon only. * Apctray command line options: apctray.exe - No parameters: Start any instances listed in registry. If no instances in reg, start a default instance monitoring the local machine (127.0.0.1:3551). apctray.exe /host foo /port 3551 /add - Add a monitor for the given host and port. apctray.exe /host foo /port 3551 /del - Remove the given monitor. apctray.exe /del - Remove all monitors. apctray.exe /install - Configure apctray to start automatically. apctray.exe /remove - Do not start automatically. apctray.exe /kill - Shut down apctray BUG FIXES * The win32 portions of winapcupsd have been almost entirely rewritten. The code is cleaner (mostly) and lots of unused baggage has been removed. * USB fix for BackUPS LCD series. This fix carries a risk of breaking other models, but test results are positive so far. * Fix linux-usb device detection bug when multiple hiddev nodes are present. Fixes Fedora Bugzilla #245864: <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245864> * Fix SNMP port selection when using SNMP driver * Add workaround for broken BackUPS Pro model that returns certain reports encoded in ASCII. Based on a patch from David Fries <David@Fries.net>. * apcsmart: Wait 20 seconds before declaring COMMLOST. This is necessary when using a smart serial cable on an UPS with an SNMP monitoring card installed. The SNMP card appears to disrupt serial comms for several seconds when interesting events are in progress. * Documentation updates: Fix up udev info for modern Linux distros. Update Windows section for apctray. * Don't leak unnecessary descriptors to child when execing apccontrol. * Fix bug with multi-threaded net_open() calls. net_open() was using a global buffer for the destination address. Yikes! Bug manifestied itself in apctray with multiple monitors occasionally (and timing-dependently) pointing to the wrong UPS. * Correct multimon.conf humidity monitoring. Problem fixed by Patrick Frei. Reference: https://bugzilla.novell.com/show_bug.cgi?id=199834 * Fix race between attach_ups() and detach_ups() which could result in the UPSINFO structure being freed prematurely. Thanks to James Abbott <j.abbott@imperial.ac.uk> for running many tests to help me find this bug. * Remove dependency on libc++ (again). Must use gcc as linker when using libsupc++ since g++ automatically links against full libc++.
2008-04-28Bump PKGREVISION for the previous commitkefren1-1/+2
2008-04-28add sysutils/dbus dependancykefren1-1/+2
2008-04-27Update to Xen 3.1.4. Chnages are bugfixes, mostly in various HVM parts.bouyer8-134/+32
2008-04-27Set MAINTAINER to pkgsrc-users@NetBSD.org to indicate anyone can work on ↵frueauf1-2/+2
fixes for those packages.
2008-04-26In post-extract, adjust the regexp used to search for an MD5 line inapb1-3/+3
README.${DISTNAME} so that it no longer matches some unwanted extra lines. Also make it an error for the MD5 to be wrong.
2008-04-26Update to 2.22.0:wiz3-9/+16
2.22.0: * Note that we now recommend that you use giomm (in glibmm) instead of gnome-vfsmm. 2.21.1: * ResultType enum: Deprecate the existing enum values, and add new ones that begin with ERR_ instead of ERROR_, to avoid conflicts on Windows. Volume: Remove eject(), mount(), unmount() and connect_to_server() when building on Windows, because gnome-vfs does not implement them. (Armin Burgmeier, #494360) * Fixed build when exceptions are disabled. (Armin Burgmeier) * New Async transfer API, deprecating the old one. The Transfer and Async namespaces are deprecated now, and replaced by Transfer2 and Async2. The new SlotTransfer now allows you to return the various XFER_ERROR/OVERWRITE_ACTION values. However, this is still unpleasant and we hope that all of gnome-vfs will soon be deprecated by gio and gvfs in the new glib. (Marko Anastasov )
2008-04-25Update to duplicity-0.4.10.tnn2-6/+6
New in v0.4.10 (2008/03/27): bug #22728: FTP backend fails on empty directory patch #6374: Duplicity --tempdir patch documentation. patch #6375: Duplicity reports the epoch for a nonexistant last full backup date patch #6380: add additional named logging levels patch #6389: Possible Fix for pagefile.sys on Win32 systems patch #6403: Restore by overwriting files/directories by using --force option patch #6449: add additional debug level logging patch #6453: handle absolute urls in webdav backend
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg8-16/+10
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-25- Supports DESTDIRtnn1-2/+4
- Accept Python 2.5
2008-04-25Accept Python 2.5.tnn1-2/+2
2008-04-25Update to py-dbus-0.82.4.tnn2-7/+9
- Supports DESTDIR - Accept Python 2.5 News: * supplying reply_handler but not error_handler raises MissingReplyHandlerException instead of MissingErrorHandlerException, and vice versa (fd.o #12304, patch from Rene Neumann) * Using non-recursive make for dbus/ directory should fix builds in some environments (fd.o #12741)
2008-04-25Accept Python 2.5.tnn1-2/+2
2008-04-25+ndesk-dbuskefren1-1/+3
+ndesk-dbus-glib
2008-04-25Initial import of ndesk-dbus-glib 0.4.1kefren5-0/+63
This module provides GLib integration for sysutils/ndesk-dbus
2008-04-25Initial import of ndesk-dbus 0.6.1akefren5-0/+58
ndesk-dbus is a C# implementation of D-Bus. It's often referred to as dbus-sharp, or "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus).
2008-04-23Update to 1.40:wiz2-6/+6
1.40 Sat 23 Feb 2008 - Dev release looks good, changing to production release 1.39_01 Wed 20 Feb 2008 (Adam Kennedy) - Fixed rt.cpan.org #30251 "removing dirs enclosed by curly braces" - remove now ignores globbing if -e is true BEFORE globbing (This should fix numerous possible failures where people are trying delete strangely named files, but globbing is kicking in and expanding the names incorrectly) - Moving to a production-grade version to indicate module stability - Adding explicit 5.005 dependency (Primarily for the benefit of automated quality/anaylsis tools)
2008-04-23Update to 7.1:wiz4-20/+20
Sense codes are now transcribed into human-readable representation. The -F/-free-space option was added. Solaris compatibility was increased. Building on Mac OS X 10.5 was fixed. A workaround for missing direct I/O on Linux 2.4 was implemented. SCSI devices are now locked more aggressively on Linux. Error handling was improved. Several other fixes and enhancements were made.