summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2003-11-05Don't use "stdbool.h" because NetBSD 1.6 and 1.6.x (and probably othertron3-13/+12
platforms) don't have it.
2003-11-05bump PKGREVISION as requested by agc@.mrg1-2/+2
2003-11-05revert part of the previous set of changes: acpiacad is broken on somemrg2-53/+54
machines so we can't use that to detect ac-power. for now, revert to what we were doing before. XXX perhaps acpiacad should be used if it exists, and if it doesn't fall XXX back to using "acpibat.*discharging". then people with broken acpiacad XXX can simply not include that driver in their kernel, but worry about XXX that again after pkgsrc freeze. also, check __NetBSD_Version__ to see when various envsys(4) API changes occured, and avoid using new methods on old systems. this should fix PR#23355.
2003-11-05Fix two security issues:recht4-3/+901
1.) An integer overflow in ls in the fileutils or coreutils packages may allow local users to cause a denial of service or execute arbitrary code via a large -w value, which could be remotely exploited via applications that use ls, such as wu-ftpd. 2.) ls in the fileutils or coreutils packages allows local users to consume a large amount of memory via a large -w value, which can be remotely exploited via applications that use ls, such as wu-ftpd. See http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0853 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0854 and the original report http://www.guninski.com/binls.html for details. Patches taken from Red Hat's Security Advisory RHSA-2003:309-01. reported by reed@ bump PKGREVISION
2003-11-03Add copyright notice.cube1-1/+28
2003-11-02Misc fixes.wiz1-6/+6
2003-11-02Add a manpage for dmesg2gif. Bump version.cube3-11/+46
Redo Grant's changes (USE_PERL5=run, s/graph/image). No need for USE_PKGINSTALL. Align variables values.
2003-11-01More ACPI-related changes:mycroft2-8/+12
* Recognize "charge" in addition to "energy". * Test ENVSYS_FCURVALID.
2003-11-01make xbattbar work in the presense of multiple acpibat's. also, notemrg2-9/+12
that we're not on AC power via the acpiacad's 'disconnected' entry, not one of the battery's "discharging" entries, as the latter may be true even while on AC power.
2003-10-28Enable XML interface for advanced features, per Ben Collver's PR 23271.wiz5-5/+59
Bump PKGREVISION.
2003-10-26Fix compilation on -current (gcc3):mrauch3-1/+34
1) remove superfluous long in stage2/fsys_reiserfs.c (forward port from current version in grub CVS) 2) provide an explicit memcpy stub so the memcpy inserted by gcc3 as consequence of a pass-by-value can be linked against (patch from Joachim Kainz in grub bug report 3343)
2003-10-23Revert to previous version, it looks like stuff was accidentallycube1-2/+0
committed.
2003-10-23Two dots, not three.agc1-2/+2
No, really.
2003-10-20add RCS IDhubertf1-0/+1
2003-10-20Update to dmesg2gif V1.1. Changes:hubertf3-16/+15
* Clean up temp file * Remove runtime check for graphviz package - that's really handled via dependencies * Note requirement for perl Addresses PR 23207 by Robert Elz / munnari.OZ.AU BANG kre /
2003-10-20s/graph/image/ in COMMENT.grant1-2/+2
2003-10-20usage messages don't belong in pkg descriptions.grant1-2/+0
2003-10-20this needs perl and is only (useful) for NetBSD.grant1-2/+6
move DEPENDS to appease pkglint.
2003-10-20Two dots, not threeatatat1-2/+2
2003-10-20add & enable dmesg2gifhubertf1-1/+2
2003-10-20Import dmesg2gif-1.0: Output dmesg(8) device tree as GIF graphhubertf4-0/+63
Read dmesg(8) output (e.g. from /var/run/dmesg.boot), and output the device tree as GIF image to stdout. Usage: cat /var/run/dmesg.boot | /usr/pkg/bin/dmesg2gif | xv -
2003-10-19Update xbattbar to 1.4.2nb3 by adding support for ACPI - if APMagc3-12/+199
doesn't work, try to use ACPI to get the battery charge value, and AC charging switch. Known to work on my Sony VAIO (PCG-GRX315MP) with ACPI, and with thanks to: Lubomir Sedlacik for testing on an IBM T22 with ACPI Manuel Bouyer for testing on an IBM Thinkpad 600e with APM, and Brian A. Seklecki for testing on a Sony PCG-R505
2003-10-18trailing /cjep1-2/+2
2003-10-15Improve.wiz1-6/+15
XXX: both program and man page are missing a license.
2003-10-14Fix GCC 3.3.1 related build problem.tron2-7/+16
2003-10-08Update rconfig to 0.25:abs2-6/+5
Remove (currently) unnecessary dependency on Text::Substitute, and catch some more rdist output variations.
2003-10-06Update rconfig to 0.23:abs2-5/+5
Correctly handle various rdist messages to fix post-rdist summary.
2003-10-05Update to 0.11.35:wiz2-6/+5
0.11.35 * Brought the copyright in About into 2003. :) * Copying now also copies owner and group information, except for symbolic links. If you really need it for links, let me know. Also note that copying owner info requires root access, and that group copying is very limited for non-root users. See chgrp(2). * Hopefully made Copy signal failure when target file doesn't have full size, which in turn should help Move behave better. * Added an option to always save configuration on exit, which does away with the dialog. Kind of silly, but easy to implement. * Changed logic in internal dir-copy code, so it doesn't fool itself into thinking it fails quite as easily. Note: when copying a dir, gentoo will first *delete* the destination, to ensure that the copy is indeed 1:1 and not a merge. BEWARE! * The internal routine that rescans a pane no longer activates it, which means less flickering focus indication when the other pane rescans due to FAM detecting a modification in its contents. * FAM rescans are now rate-limited, and will not occur more often than once every 300 milliseconds. This limit is not settable at runtime, you need to edit source (gfam.c:96) to change it. * Added call to gtk_set_locale() during startup, suggested by tarot. * Silently assume compiler is GCC, and disregard CFLAGS set by autoconf. In return, --enable-debug now disables optimizing.
2003-10-05Bump PKGREVISION for the latest changes from atatat:veego1-2/+2
Refix build on -current now that procfs and kernfs have churned again.
2003-10-04Refix build on -current now that procfs and kernfs have churned again.atatat4-33/+73
2003-10-04Bumped master sites and home page to the new location, at sourceforge.bgrayson1-4/+3
2003-10-03Update rconfig to 0.22:abs2-5/+5
Indicate which hosts have failed rdist stage
2003-10-02Updated xfce4-minicmd-plugin to 0.2.0martti2-5/+5
* TAB completion against history. (Contributed by Eduard Roccatello)
2003-10-02Updated xfce4-netload-plugin to 0.2.1martti2-5/+5
* Fixed bug #972: The total value in the tooltip is now displayed with fractional portion * Fixed bug #962: Any errors about wrong configuration are now only displayed in a dialog after changing configuration and not after startup. This should help users whose network device is created after dialing-in.
2003-10-01regenchristos1-6/+11
2003-10-01more g++-3 header issues. don't use the compat headers.christos10-150/+130
2003-10-01update sumchristos1-6/+6
2003-10-01regenerate patches with -u1 to avoid $Id getting in the patchchristos5-85/+26
2003-09-30update patch checksumchristos1-2/+10
2003-09-30g++-3.x compliance. std namespaces, etc.christos9-13/+521
2003-09-30Previous patch wasn't complete...mycroft2-4/+21
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-29Update to rdiff-backup 0.12.5:lukem2-5/+5
New in v0.12.5 (2003/09/27) --------------------------- Fixed bug in --test-server when using --restrict security options (test would fail improperly). Thanks to Maik Schreiber for report. --list-changed-since and --list-at-time now work remotely. Thanks to Morten Werner Olsen for bug report. Fixed logic bug that could make restoring extremely slow and waste memory. Thanks for Jacques Botha for report. Fixed bug restoring some directories when mirror_metadata file was missing (as when made by 0.10.x version). Regressing and restoring as non-root user now works on directories that contain unreadable files and directories as long as they are owned by that user. Bug report by Arkadiusz Miskiewicz. Hopefully this is the last of the unreadable file bugs...
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam5-10/+10
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27patches for darwindanw3-6/+49
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant5-10/+10
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Regenerate (fix dependency to pkgconfig).martti7-23/+14
2003-09-26Added xfce4-fm, xfce4-fm-icons, xfce4-minicmd-plugin, xfce4-netload-plugin, ↵martti1-1/+8
xfce4-showdesktop-plugin, xfce4-systemload-plugin and xfce4-systray
2003-09-26Systray plugin for XFce4.martti5-0/+50