summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2014-01-16Update to r9723 (no changelog). Some highlights from the svn log:schmonz2-7/+7
* Add the --files option, to list individual files in the various reporting modes. * Flexibly report sizes in Kb, Mb, Gb etc as appropriate. The previous fixed Mb was inconvenient at both ends. Original patch from James Beal, though I've polished it pretty much into unrecognisability. * Make the existing -d (depth) option apply to the -H (static HTML report) mode, transforming its output from a single HTML file giving a report for one directory with no crosslinks to a collection of HTML files with crosslinks between them. * Introduce a --cgi mode, to make it easy to plumb agedu's web reporting into an existing web server as an alternative to running a dedicated one of its own. * Switch all the HTML-based reporting modes (the internal httpd, the CGI mode and the dump of static HTML files) to using URIs and filenames based on the text of the pathname being reported on, rather than its numeric index in the data file. The aim is that sub-URIs should remain valid when the data is updated - if, for instance, you're running the agedu CGI script permanently and changing the data file under it every so often. * Suggestion from James Beal: support a '--title' option to override the 'agedu:' prefix at the start of the title of output web pages.
2014-01-15Inherit version restrictions of ruby-gnome-gtk3.joerg1-1/+3
2014-01-14Update bacula to 5.2.13markd9-36/+29
Important changes since last release: 19Feb13 - Fix build/configure problems with bpluginfo.c - Refactor lock_volumes so most lock a vol rather than globally - Add virtualfull-extreme test - Apply patch for chio-changer-openbsd -- Implements listall - Add bat Mac patch - Fix bug cannot run Copy/Migrate jobs from bat - Fix loading of bat translations. - Fix text input in bat. - Remove Device from show command as it is not used or updated - Fix update enabled keyword in help command - Fix update_postgresql_tables 10 to 11 - Clean after building doc binaries - Require Qt version 4.8.4 - Fix bug that OK to run? does not retry on bad response - Backport new lock calls + debug for SD - Fix bug new label ignored when first is duplicate. - Pull src/lib changes from master - Pull SD files from master - Turn off prune-test - Add logdir and bsrdir to regression config - Add bsrdir and logdir to regress-config - Changed default directories from /var/bacula to /opt/bacula - Make spool size max message more explicit - Display more info when maximum spool size is reached - Fix TERM defs for Solaris 11 in conio.c - Allow group to cd to sysconfdir - Make sysconfdir belong to Bacula user/group and exclude others - Fix Virtual Full file close bug -- race condition - Enhance mount message to include read/append - Improve vol_mgr swap messages - Enhance output of Using Device to include for read/write - Add jobid to Pmsg output - Fix bug input validation on delete of jobs. - Fix bug Authorization Errors false - Add workaround for where autoprune and reload are in deadlock - Allow conf file quoted strings to be used in a list - Make bfgets handle very long lines - Avoid seg fault by checking for NULL client -- reported by Arno - Fix bug MailOnSuccess get executed on error. - Fix missing index on Media table - Fix bug no message storage on closed database connection. - Fix bug Fix problem with MySQL with big Base jobs. - Reduce wait time in regression RunScripts - Implement a timeout on regression tests of 15 minutes - Fix .bvfs_lsfiles and .bvfs_restore to handle deleted files - Fix spooldata, accurate and ingnoreduplicate run argument - Fix messages segfault - fix about PATH_MAX on hurd - fix about MAXPATHLEN on hurd - Fix bug OpenBSD autochanger example script - Fix about MaxRunTime canceling the job too early - Fix bug Wrong values at media list in BAT - Fix race condition in close_msg that causes seg fault - Fix double unlink - More tests for freeing NULL pointers - Add MaximumConcurrentReadJobs directive to Storage resource - Add ujobid to .bvfs_get_jobids - Avoid problem when stripping a relative path - Fix about HIDDEN attribute set to parent directory during restore
2014-01-11Packaged DeforaOS Browser 0.4.13, with:khorben6-15/+14
* support for animated images in view(1) and in the preview plug-in * further improvements to the preview plug-in (zooming images...) * improved support for translations * better support for Gtk+ 3.0 (enabled in wip)
2014-01-11Revbump after updating tcl/tk.adam3-6/+6
2014-01-09Needs bzip2 and zlib.jperkin1-1/+3
2014-01-09Needs openssl.jperkin1-1/+2
2014-01-08The package's build system does not ensure libsnet is built beforehauke1-1/+3
linking to it, so mark unsafe for parallel makes.
2014-01-08Back-port and complete the fixes from radmind HEAD to support 64 bithauke16-22/+649
time_t on NetBSD 6+. The configure patch had to be generated with autoconf downgraded to 2.61 - leave it to autohell to ruin your day... While we are here, shake, rattle & roll the patches. The resulting gyrations finally fix PR pkg/46555
2014-01-07Use native shm_open on newer NetBSD/current. As per joerg@'s fix forprlw11-2/+2
xentools41.
2014-01-06Use native shm_open on newer NetBSD/current.joerg1-2/+2
2014-01-06Fix race condition.joerg2-1/+14
2014-01-05Update to 3.01alpha21 and fix some pkglint warnings.wiz2-9/+8
This release adds some workarounds for compiling with MinGW. New functions xcomerr(), xcomerrno(), fxcomerr(), and fxcomerrno() in libschily. A bug in libschily/format.c that caused %.*s to be printed incorrectly has been fixed. libschily/fprformat.c gives better printf() performance on Solaris. Some bugs in the mkisofs man page have been fixed. Mkisofs now opens "NUL" on Win-DOS instead of "/dev/null".
2014-01-02Update to 3.01a20:wiz2-6/+6
All: - New Schily Makefiles rules for armv7l-linux - autoconf/xconfig.h.in now treats MinGW32 the same as when compiling with cl.exe Libschily: - libschily::format.c (printf) now supports length modifiers like h hh l ll t z for the %n format. - libschily::format.c has been restructured for parsing the field width parameters in a way that would allow to later introduce support for %n$ - Try to take care about the fact that MinGW32 does not support a standard compliant mkdir() function with two parameters. This applies top libschily/mkdirat.c and libschily/mkdirs.c - Corrected a typo in libschily/mkfifoat.c that called mkdir() instead of mkfifo() - libschily/getdtablesize.c needs the same treatment for MinGW32 as for cl.exe Libparanoia (Ported/enhanced by Jörg Schilling, originated by Monty xiphmont@mit.edu): - libparanoia now implements the first stage in C2 error pointer support: it now is able to deal with input data that contains C2 pointers and it implements new callbacks to report C2 statistics back to the caller. - libparanoia now supports to control the size of the read ahead buffer. This allows libparanoia to be adopted to the current constraints.
2014-01-02Remove the versionable feature of the pkgin provider for now.tonnerre2-4/+4
This doesn't really fix PR pkg/48244 but it's a bit more honest. A better fix may come in later.
2014-01-01Update the license of Puppet, which has been changed to Apache 2.0 in thetonnerre1-2/+2
meantime. Closes PR pkg/48392.
2014-01-01Fix detection of useradd user management under NetBSD.tonnerre3-2/+33
NetBSD doesn't have chage but can use the -e and -f flags to passwd to achieve the same. Closes PR pkg/48137.
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz29-52/+58
2013-12-31Remove packages that were either BROKEN for more than a year orwiz13-404/+1
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-31Update to 0.25:wiz7-81/+73
This release includes a veritable ton of work, but the biggest change is probably the addition of real (YMMV) metadata support, including hardlinks, and the ability to directly save/restore trees without tar and split/join. See bup-index(1), bup-save(1), bup-restore(1), bup-meta(1), bup-xstat(1), and the updated "Using bup" section in the README. Note though, that the metadata support really is our first pass, and there are already things that we know need fixing (i.e. better support for cross-filesystem-type save/restore (too noisy), etc.). And check the "Notes on ..." sections in the README for some platform-specific limitations. An incomplete list of other notable changes since 0.24b: - bup will no longer create ~/.bup implicitly; "bup init" is required. - "bup split" now supports a compression-level option (-#). - "bup tag" now supports "-f". - "bup ls" now supports "-a", "-s", "--human-readable", etc., and reports more information. - "bup web" now supports "--human-readable". - "bup import-rdiff-backup" has been added. - "bup cat-file" has been added. - The default "/usr" installation prefix can be overridden via PREFIX. - Python 2.4 is no longer supported. And we have at least one (likely minor) known issue: - *Very* large (i.e. probably greater than MAX_LONG), or negative filesystem timestamps may not always be handled correctly at the moment. We'll fix that soon. And related -- some of the tests may fail on FUSE filesystems.
2013-12-23Reset maintainer for resigned developers.wiz4-12/+8
2013-12-22Fix build on NetBSD-5* using a patch from John D. Baker in PR 48469.wiz1-1/+8
2013-12-21Remove GNU ld options on Darwin too.jperkin1-2/+2
2013-12-21Add support for Darwin. Patch from nixpkgs.jperkin3-3/+33
2013-12-18Pick up maintainership.wiz1-2/+2
2013-12-16Add -lclucene-shared on Darwin.jperkin1-1/+2
2013-12-15Fix return type. Bump revision.joerg3-2/+17
2013-12-13Add a patch to modify Amanda::Xfer to not depend onschnoebe3-3/+23
Amanda::Constants::AMANDA_COMPONENTS having 'server' as one of it's values. Instead of conditionally trying to eval in Amanda::XferServer, do it unconditionally. The effect is (nearly) the same.
2013-12-13Buildlink lib/dbus-1.0/include/dbus/dbus-arch-deps.hryoon1-1/+4
This is required by qt5-dbus.
2013-12-13Need -lsocket and mark package incompatible with builtin mit-krb5 on SunOS.jperkin2-5/+7
2013-12-13Need limits.h for PATH_MAX on SunOS.jperkin3-21/+39
2013-12-11Update (disk)scrub to 2.5.2 (+add DIOCGDISKINFO implementation)prlw16-10/+241
Since 2.0: * Fix scrub abort on files/disks > 2G in size (issue 19) This was introduced in 2.5.0 and the failure is quick and obvious. * Fix loss of precision in disk size approximation (issue 18) * Add -t option to disable creation of thread to generate randomness in parallel with I/O. * Prepare source for a libscrub api (work in progress) * Cosmetic changes to man page and help output. * Generate randomness and do I/O in parallel [Richard B. Hill] * Replace O_SYNC with O_DIRECT+fsync+posix_fadvise [H. Peter Anvin] This produces a significant performance improvement, at least on Linux. * Add support for RDRAND instr. [H. Peter Anvin] * Use <stdbool.h> if the system has it [H. Peter Anvin] * Fix incorrect assertion in scrub --dirent handling (issue 9) [Peter Hyman] * Clean up tmp files after scrub --freespace (issue 9) [Peter Hyman] * Allow scrub --pattern=custom="string" (issue 11) [Peter Hyman] Allow C style numerical escapes in string: \nnn (octal) and \xnn (hex). This is a single-pass sequence with a custom pattern. * Change default buffer size from 1m to 4m [H. Peter Anvin] * Avoid closing and re-opening /dev/urandom [H. Peter Anvin] * Fix bug in pfitzner7 pattern def and add fillff, fillzero methods (issue 8) [Peter Hyman] * Change dod method to perform random pass first and skip extra pass. * Add --help option that lists available scrub methods. * Make dist tarball work with rpmbuild -ta. * Added usarmy, pfitzner7, and pfitzner33 methods. * Added -L option to not follow symbolic links [Timothy Boronczyk] * Treat a zero return from write(2) as an error. * New patterns: - random2: two random passes - schneier (one 0x00 pass, one 0xff pass, and five random passes) [Joe] * Add --pattern random (one random pass) mode. * Portability fixes for Slackware [Timothy Boronczyk] * Fix bug where scrub --remove on a zero length file would abort without removing the file. Issue a warning and remove it. * Fix a bug where some data from the original file could appear in the first disk block after a verified scrub when running without the -S (--no-signature) option.
2013-12-11Package requires libusb. Patch from Sebastian Wiedenroth.jperkin1-1/+2
2013-12-10Fix flags on SunOS. Patch from Sebastian Wiedenroth.jperkin1-1/+5
2013-12-09Update flashrom to 0.9.7.jakllsch4-65/+6
changes since 0.9.6: ==New major user-visible features== * Warn if all blocks were skipped while writing. * Fix evil twins of Macronix MX25L1605, MX25L3205, MX25L6405. * Exit if there are unused programmer parameters. === Related to programmers === * internal: ** AMD Geode on OpenBSD ** Add safe support for the integrated micro controller (IMC) in AMD chipsets. ** Add full support for VX800/VX820, VX855/VX875 and VX900 (both SPI and LPC). ** Various new untested board enables (please don't run away without testing our work). * serprog ** Add support for setting the SPI frequency. ** Add opcode to control the programmer's output drivers. ** Enable serprog on Windows. * buspirate_spi ** Improvements to support different firmware versions safely. ** Support the new fast SPI mode present in Bus Pirate firmware v5.5 or newer. ** Add user interface to activate the Bus Pirate pull-up resistors. * ftdi_spi ** Allow to select FTDI device by serial number. ** Add support for all 4 possible channels. ** Add support for FT232H. * pony_spi: Add support for AJAWe. * Add support for Realtek RTL8169. * Add Altera USB-Blaster SPI programmer. * dediprog: ** Add a "device" parameter to support multiple devices. ** Adds a programmer parameter 'spispeed'. ===New or refined chips=== * AMIC A25L(Q) series * Atmel AT26DF041 * Atmel AT49(H)F010, AT49F080 and AT49F080T * Atmel AT25F series (AT25F512, AT25F512A, AT25F512B, AT25F1024, AT25F1024A, AT25F2048, AT25F4096) * Eon EN25F64 * Eon EN25S series * More Eon EN25QH chips * More GigaDevice GD25* devices * Intel S33 series (QB25FxxxS33x8) * Macronix MX25U1635E, MX25U3235E/F and MX25U6435E/F * Micron (Numonyx) N25Q series * Micron (ST) M45PE series * Micron (ST) M25PX80 * Nantronics N25 series * PMC Pm25LV and Pm25LD series * Sanyo LE25FW series * Spansion S25FL2 and S25FL...S series * SST SST25WF512, SST25WF010, SST25WF020 and SST25WF040 * Winbond W39F010/W39L010/W39L020 changes since 0.9.5: ==User interface changes== * The -p/--programmer parameter is now mandatory for all operations that access the programmer/chip. *: Previously there was a default programmer selected at build time. This was convenient for most users, but created a danger for others that increased with the number of platforms and programmers supported, namely that they get used to a default programmer that later changes when they use another binary. It is very easy to brick a mainboard in case you do not notice you are writing its firmware instead of a device attached to an external programmer. The disadvantage is of course that many users have now to add '''-p internal''' to the command line when they want to do ''the obvious'' and flash their mainboards. * It is now possible to let flashrom create log files directly (by using the new -o/--output option). * flashrom now checks for duplicate -i/--image arguments (which are used together with layout files). ==New major user-visible features== * Programmer support: ** new driver ''ponyprog'' for hardware similar to SI Prog ** native SPI AAI write support to the Dediprog SF100 driver * Support for new chips: ** Atmel AT49F040 ** Eon EN25QH32 ** Eon EN29LV640B ** GigaDevice GD25QXX ** Numonyx N25Q064 ** PMC Pm39LV512 ==Infrastructural improvements and fixes== * The dummy programmer got support for SFDP and now has a dedicated status register. * Various minor refactorings of SPI-related code. * The code generating the list of supported hardware for the wiki has been improved. * Many exit() calls have been replaced by proper error handling. * I/O permissions are now released automatically on shutdown. * Preliminary work on Winbond W836xx and ITE IT8707F/IT8710F detection. = Minor versions = flashrom 0.9.6 had a small bug regarding the version string, which has been fixed in 0.9.6.1.
2013-12-09Update nvramtool to git HEAD as of today using local distfile.jakllsch2-8/+8
No upstream change summary, but the old version no longer worked with modern coreboot. Distfile created from a full clone of the coreboot tree with below script; #!/bin/sh cbver=`git describe` cbobj=`git ls-tree origin/master util/nvramtool|awk '{print $3}'|cut -c 1-7` distname=nvramtool-"$cbver"-"$cbobj" git archive -o /tmp/"$distname".tar.gz --prefix="$distname"/ "$cbobj"
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache3-8/+9
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-08add patch from upstream to fix a regression which made that the symbolriz3-3/+17
table of NetBSD domU kernels was not loaded correctly, see http://mail-index.netbsd.org/port-xen/2013/11/29/msg008157.html for details bump PKGREV
2013-12-08Update libnotify to 0.7.6prlw12-7/+6
- Fix annotation for add_action (Giovanni Campagna) - Clarify documentation for set-timeout (Matthias Clasen)
2013-12-08Update PLIST for when lua support was disabled back in October. *cough*dholland2-7/+5
Bump PKGREVISION, and update the comment about it, as devel/tolua++ got removed.
2013-12-08Update memtest86+ to 5.01.jakllsch9-105/+136
upstream changes: Enhancements in v5.01: New Features Added support for up to 2 TB of RAM on X64 CPUs Added experimental SMT support up to 32 cores (Press F2 to enable at startup) Added complete detection for memory controllers Added Motherboard Manufacturer & Model reporting Added CPU temperature reporting Added enhanced Fail Safe Mode (Press F1 at startup) Added support for Intel "Sandy Bridge-E" CPUs Added support for Intel "Ivy Bridge" CPUs Added preliminary support for Intel "Haswell" CPUs (Core 4th Gen) Added preliminary support for Intel "Haswell-ULT" CPUs Added support for AMD "Kabini" (K16) CPUs Added support for AMD "Bulldozer" CPUs Added support for AMD "Trinity" CPUs Added support for AMD E-/C-/G-/Z- "Bobcat" CPUs Added support for Intel Atom "Pineview" CPUs Added support for Intel Atom "Cedar Trail" CPUs Added SPD detection on most AMD Chipsets Bug Fixes Enforced Coreboot support Optimized run time for faster memory error detection Rewriten lots of memory timings detection cod Corrected bugs, bugs and more bugs (some could remain)
2013-12-07Update to 1.2.1, changelog follows:richard6-29/+70
1.2.1 - 2013-11-25 ------------------ BUG FIXES * #348: [Windows XP] fixed "ImportError: DLL load failed" occurring on module import. * #425: [Solaris] crash on import due to failure at determining BOOT_TIME. * #443: [Linux] can't set CPU affinity on systems with more than 64 cores. 1.2.0 - 2013-11-20 ------------------ ENHANCEMENTS * #439: assume os.getpid() if no argument is passed to psutil.Process constructor. * #440: new psutil.wait_procs() utility function which waits for multiple processes to terminate. BUG FIXES * #348: [Windows XP/Vista] fixed "ImportError: DLL load failed" occurring on module import. 1.1.3 - 2013-11-07 ------------------ BUG FIXES * #442: [Linux] psutil won't compile on certain version of Linux because of missing prlimit(2) syscall.
2013-12-07Fix build with current windowmaker.dholland4-1/+49
2013-12-07More PKGREVISION++ for poppler-0.24.4.wiz1-2/+2
2013-12-04add patch from upstream to fixdrochner4-3/+44
"Guest triggerable AMD CPU erratum may cause host hang" bump PKGREV
2013-12-02Update ansible to 1.4.1.hubertf19-427/+490
Some changes: * Many new modules, sorted in the following subdirs: cloud commands database files internal inventory messaging monitoring net_infrastructure network notification packaging source_control system utilities web_infrastructure * accelerated mode: An enhanced fireball mode that requires zero bootstrapping and fewer requirements plus adds capabilities like sudo commands * Connection default is now "smart", which discovers if the system openssh can support ControlPersist, and uses it if so, if not falls back to paramiko * external inventory scripts may now return host variables in one pass, which allows them to be much more efficient for large numbers of hosts (AWS!) * "~" now expanded on each component of configured plugin paths * Countless feature enhancements and bugfixes For a full list, see https://github.com/ansible/ansible/blob/devel/CHANGELOG.md
2013-12-02Install the script that generates warning mail messages. From Petar ↵asau2-1/+18
Bogdanovic in private mail.
2013-12-02The xendomains rc.d script should only depend on xencommons.jnemeth2-3/+3
2013-12-01Revbump from devel/apr updateryoon1-1/+2
2013-11-29add patch from upstream to fix a regression which made that the symboldrochner3-5/+17
table of NetBSD domU kernels was not loaded correctly, see http://mail-index.netbsd.org/port-xen/2013/11/29/msg008157.html for details bump PKGREV