summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2018-11-09Import renameutils-0.12.0 from pkgsrc-wip.bsiegert9-1/+150
The file renaming utilities consists of five programs designed to make renaming of files faster and less cumbersome: - qmv ("quick move") allows a bunch of file names to be edited in a text editor; - imv ("interactive move") allows a single file name to be edited in the terminal using the GNU Readline library - qcp and icp are similar to qmv and imv but copy files instead of moving them; - deurlname removes URL encoded characters (such as %20 representing space) from file names. PR pkg/52546, which I neglected for a year.
2018-11-09Remove el1 suggested option (we have a 64bit kernel).martin1-3/+3
Avoid portability warning on a script not needed for this build.
2018-11-09u-boot-pinebook: Fixes options handling and Python tool handlingleot1-7/+3
- PKG_DEFAULT_OPTIONS should not be used in package Makefile-s, use PKG_SUGGESTED_OPTIONS instead. - u-boot.mk already defines that Python is needed, no need to redefine it there. Reported, tested and thanks to <martin>!
2018-11-08Allow build on NetBSD/aarch64jakllsch1-2/+3
2018-11-08Update to 2018.11rc3 on different fork that works for the 16G eMMCjakllsch2-11/+11
module that shipped in the latest 11.6" Pinebooks. From jmcneill@
2018-11-05py-psutil: updated to 5.4.8adam2-9/+8
5.4.8: Enhancements * [Linux] cpu_freq() is now implemented by parsing /proc/cpuinfo in case /sys/devices/system/cpu/* filesystem is not available. * [Linux] psutil.sensors_temperatures() now parses /sys/class/thermal in case /sys/class/hwmon fs is not available (e.g. Raspberry Pi). * [Posix] better compilation support when using g++ instead of gcc. Bug fixes * do not print exception on import time in case cpu_times() fails. * [Linux] Process.io_counters() may raise ValueError. * [OSX] available and used memory (psutil.virtual_memory()) metrics are not accurate. * [Windows] psutil.Process().connections() may sometimes fail with intermittent 0xC0000001. * [Linux] disk_partitions() does not honour PROCFS_PATH. * [AIX] system CPU times (psutil.cpu_times()) were being reported with ticks unit as opposed to seconds. * [OSX] psutil debug messages are erroneously printed all the time. * [SunOS] net_connections() returns an empty list.
2018-11-05htop: Update to 2.2.0.jperkin5-65/+26
What's new in htop 2.2.0: * Solaris/Illumos/OpenIndiana support (thanks to Guy M. Broome) * -t/--tree flag for starting in tree-view mode (thanks to Daniel Flanagan) * macOS: detects High Sierra version to avoid OS bug (thanks to Pierre Malhaire) * OpenBSD: read battery data (thanks to @nerd972) * Various automake and build improvements (thanks to Kang-Che Sung) * Check for pkg-config when building with --enable-delayacct (thanks to @florian2833z for the report) * Avoid some bashisms in configure script (thanks to Jesin) * Use CFLAGS from ncurses*-config if present (thanks to Michael Klein) * Header generator supports non-UTF-8 environments (thanks to @volkov-am) * Linux: changed detection of kernel threads * Collapse current subtree pressing Backspace * BUGFIX: fix behavior of SYSCR column (thanks to Marc Kleine-Budde) * BUGFIX: obtain exit code of lsof correctly (thanks to @wangqr) * BUGFIX: fix crash with particular keycodes (thanks to Wellington Torrejais da Silva for the report) * BUGFIX: fix issue with small terminals (thanks to Daniel Elf for the report) * BUGFIX: fix terminal color issues (thanks to Kang-Che Sung for the report) * BUGFIX: preserve LDFLAGS when building (thanks to Lance Frederickson for the report) * BUGFIX: fixed overflow for systems with >= 100 signals What's new in htop 2.1.0: * Linux: Delay accounting metrics (thanks to André Carvalho) * DragonFly BSD support (thanks to Diederik de Groot) * Support for real-time signals (thanks to Kang-Che Sung) * 'c' key now works with threads as well * Session column renamed from SESN to SID (thanks to Kamyar Rasta) * Improved UI for meter style selection (thanks to Kang-Che Sung) * Improved code for constructing process tree (thanks to wangqr) * Compile-time option to disable setuid * Error checking of various standard library operations * Replacement of sprintf with snprintf (thanks to Tomasz Kramkowski) * Linux: performance improvements in battery meter * Linux: update process TTY device * Linux: add support for sorting TASK_IDLE (thanks to Vladimir Panteleev) * Linux: add upper-bound to running process counter (thanks to Lucas Correia Villa Real) * BUGFIX: avoid crash when battery is removed (thanks to Jan Chren) * BUGFIX: macOS: fix infinite loop in tree view (thanks to Wataru Ashihara)
2018-11-04Revbump all Go packages after go111 update.bsiegert6-9/+12
2018-10-29Adjust CC_VERSION check from gcc-8* to gcc-[89]*abs1-2/+2
2018-10-29beats: Don't use "go build -i", it overwrites system files!jperkin1-1/+5
Users who have previously installed this package by building as root should very carefully check their Go installations. Running "pkg_admin check" will almost certainly fail.
2018-10-29Add u-boot-odroid-xu3jmcneill1-1/+2
2018-10-29Fix typojmcneill1-2/+2
2018-10-27Avoid some sprintf buffer overflows reported by gcc 8. Bump PKGREVISIONabs6-3/+77
2018-10-27lsof: Use "bsdtar" instead of "gtar" during buildtron1-9/+6
Remove unnecessary complex logic for optionally using "pax" as well
2018-10-27Add u-boot-odroid-xu3skrll1-1/+2
2018-10-27Add u-boot-odroid-xu3.skrll3-0/+15
This package provides U-Boot for the Hardkernel ODROID-XU3 and XU4.
2018-10-26libpciaccess: don't require root on netbsd to list devices.maya3-2/+71
(is it ever needed) work with more than pci0. from base. bump PKGREVISION
2018-10-26xe-guest-utilities: update to 7.0.0sborrill3-20/+37
Changes since 6.5.0: - Fix patching for pkgsrc - Support NetBSD 8 and newer
2018-10-25salt-docs: added patchesadam2-2/+17
2018-10-25salt: updated to 2018.3.3adam8-211/+27
SALT 2018.3.3 CVE-2018-15751 Remote command execution and incorrect access control when using salt-api. CVE-2018-15750 Directory traversal vulnerability when using salt-api. Allows an attacker to determine what files exist on a server when querying /run or /events. Improves timezone detection by using the pytz module. The tojson filter (from Jinja 2.9 and later) has been ported to Salt, and will be used when this filter is not available. This allows older LTS releases such as CentOS 7 and Ubuntu 14.04 to use this filter.
2018-10-25sortjnemeth1-2/+2
2018-10-24*: (belatedly) revbump for net/libsoup updateleot7-14/+14
Thanks to <wiz>!
2018-10-24Remove "checkpassword-suid" option, now that we have qmail-acceptutils.schmonz3-16/+4
Bump PKGREVISION.
2018-10-23salt: Work around a check-wrkref failure.jperkin1-1/+4
2018-10-23ansible2: Fix check-wrkref for file containing paths to package managers.jperkin1-1/+4
2018-10-23Add aarch64 support.jmcneill6-11/+73
2018-10-23 Add an officially recommended patch to sysutils/dmidecode:msaitoh2-6/+16
2018-10-22 Fix Redfish Hostname print length.
2018-10-20etcmanage: even more belatedly commit distinfo for new patchgdt1-1/+2
2018-10-20Update to 1.58wen2-8/+7
Upstream changes: 1.58 2018-10-04 - Shlomi Fish - Added [MetaJSON] to dist.ini, so releases include a META.json
2018-10-19beats: Create a go tool pointing to the appropriate version.jperkin1-1/+4
This should be moved to the go infrastructure if it turns out there are more packages that call "go" directly in their build.
2018-10-19riemann-client: Update to 1.10.3.jperkin3-16/+16
riemann-c-client 1.10.3 Dependencies on the generated protobuf C sources have been fixed in the Makefile. A few harmless compile-time warnings have been silenced. Fixed a few typos in riemann-client(1). riemann-c-client 1.10.2 A number of formatting issues in the API docs have been fixed. riemann-c-client 1.10.1 The library compiles on OSX/Darwin again, after fixing a symbol aliasing issue. Reported by @ilovezfs. riemann-c-client 1.10.0 Added support for micro-second timestamps (available since Riemann 0.2.13), implemented by Mathieu Corbin, @mcorbin. Miscellaneous changes The parts of the test suite that require a running Riemann server are now disabled by default, and require setting the RCC_NETWORK_TESTS environment variable to a non-zero value, before running the test suite. Fixes an issue on systems that had something else listening on the port, or a Riemann with a different config than the one the test suite expected. Reported by Dave Cottlehuber, @dch.
2018-10-17This version is all 64 bit, remove the 32 bit leftovers.hauke3-14/+4
2018-10-17Add conflict with earlier (wip) packages.hauke1-1/+3
2018-10-17Add IBM Spectrum Protect (aka Tivoli Storage Manager) client.hauke11-1/+778
2018-10-14Glue in u-boot-de0-nanosocaymeric2-2/+4
2018-10-14Add Altera DE0 NanoSoC u-bootaymeric3-0/+14
2018-10-12 Update sysutils/dmidecode to 3.2msaitoh3-39/+10
Changes from 3.1: Version 3.2 (Wed Sep 14 2018) - [COMPATIBILITY] The UUID is now displayed using lowercase letters, per RFC 4122 (#53569). You must ensure that any code parsing it is case-insensitive. - Support for SMBIOS 3.2.0. This includes new processor names, new socket and port connector types, new system slot state and property, and support for non-volatile memory (NVDIMM). - Support for Redfish management controllers. - A new command line option to query a specific structure by its handle. - A new command line option to query the system family string. - Support for 3 ThinkPad-specific structures (patch #9642). - Support for HPE's new company name. - Support UEFI on FreeBSD. - Important bug fixes: Fix firmware version of TPM device Fix the HPE UEFI feature flag check - (biosdecode) A new command line option to fully decode PIR information (support request #109339).
2018-10-10Add missed buildlink3.mk (++joerg eagle eyes)abs1-0/+18
2018-10-09Removed vcdimager-devel now vcdimager has been updatedabs6-104/+1
2018-10-09Updated sysutils/vcdimager to 2.0.1 to fix build of xine-lib against libcdio ↵abs5-41/+49
2.0.0 2.0.1 * Rerelease under different version 2.0.0 * Use libcdio 2.0.0 API (which is less leaky and less hacky) * Remove some memory leaks * Convert repo from CVS to git * Update autotools for circa 2018 conventions not 2011 conventions 0.7.24 * Add cdinfo_get_track_last_lsn() which is like cdinfo_get_track_last_lsn() * Make libvcdinfo work when called from C++, add C++ example program * Fail less severely when trying to determine if medium is VCD * Documentation and doxygen improvements * Guard against various srncat buffer overflows * Correct copyright and GPL version indication a containingReed-Solomon encoding * Patch for memory exhaustion for VCD 2.0 disks SR 105012 0.7.23 (development) * Add libvcdinfo vcdinfo_get_area_selection() a routine to get the selection number represented by an area for a specified a point location * Add libvcdinfo vcdinfo_get_set_resolution() a routine to get the resolution for a given segment * hack on memory leaks some more * vcdxrip options more like vcd-info options * check that selection area hot-spot values don't exceed 255. * Update documentation * Remove gcc 4 warnings and potential problems noted * make --disable-static --enable-shared work with --versioned-libs 0.7.22 (development) * vcdxrip: add option "notrack" to skip ripping of a specific track * vcd-info: single argument acts like -i option * some stylistic coding changes (e.g. add _t suffix and p_ prefix) * fix clobbering a version number via strncpy * Add libvcdinfo example program * Memory leaks and errors reduced 0.7.21 (development) * LSN's match MMC-3 specs better. * Fix bug in vcd-info showing sequence number * add --without-versioned-libs option * make -mno-cygwin work * release number is now preprocessor symbol so applications can make use of for compatibility * More libcdio things moved into libcdio (e.g. MSF printing, iso9660 PVD handling) * use generic list things from libcdio. Eventually everything will use glib. But this moves in the right direction by consolidating code a little * Darwin compilation fixes * Miscellaneous contributed bug fixes 0.7.20 (unstable/development) * Join in libcdio branch (forked after 0.7.14) * Performance fix: (libvcdinfo) Redo the way we find segment LSNs to greatly reduce the number of CD reads when there are many files in the ISO-9660 track, or there are many segments or continued segments. Requires libcdio 0.65 API change. * API completion: (libvcdinfo) now has API for multi-default selections; APIs for mapping a selection number to a LID or LID offset added. * Replace unfree encode_L2_Q with GPL version from cdrtools 1.11a40 * cdxa2mpeg warns if input and output file are the same. * some bug fixes. * library symbol versioning (from Nicolas Boullis) * libvcd is private once again. * Go over documentation. (CD image info has been moved to libcdio doc) 0.7.19 (unstable/development) * Use VCD CD-drive auto scanning in vcdxrip and vcd-info that is now part of in libcdio * doc changes, clarification of cdxa2mpeg * error checking in cdxa2mpeg (from Nicolas Boullis) * Changes dicted by those in libcdio, libiso9660 0.7.18 (unstable/development) * Move iso9660 stuff into libcdio. * More private files are private. 0.7.17 (unstable/development) * Complete interface with ..._lsn routines for the corresponding ..._lba routines. * Install pkginfo files 0.7.16 (unstable/development) * Better use of updated cdio API. Removed vcd_inf_open. Uses cdio_open now. * Regression tests use diff -u if that's available and revert to cmp of no diff found. * Changes for Cygwin compatibility 0.7.15 (unstable/development) * CD reading and control routines split off * vcddump renamed vcd-info (to match libvcdinfo and cd-info) * Give error message if corresponding bin/cue for a cue/bin can't be found * Bug: was not returning invalid LID selection when invalid. * vcdxrip: add --cue-file option. 0.7.14 (unstable/development) * almost ISO C99 compliant now (see BUGS) * fixed bug in vcddump if no device specified * create vcdinf library: like vcdinfo but exposes lower-level VCD structures * vcdxrip: uses vcdinf library (so device name is now optional; --input option added) separate and more complete documentation added --track option to rip specific track added to regression testing 0.7.13 (unstable/development) * maintenance release * fixes for gcc on linux/arm * removed internal popt and gnome front-end code from distribution * added --dump-dtd option to vcdxbuild * added testsuite to distribution * added vcdinfo library to retrieve VCD information * added vcddump tool 0.7.12 (unstable/development) * improved support for SVCD- and CVD-style subtitles * new conversion tool cdxa2mpeg added * minor subheader change for SPI area * create 150 sector post-gap ("leadout pregap") by default * fixed compilation with linux kernel headers prior to 2.2.16 * switched to new automake/conf versions 0.7.11 (unstable/development) * improved linux cdrom support by adding support for the generic packet cdrom interface * added native BSD/OS CDROM support * fixed libxml2 external entity loader * fixed minor subheader bug * be more tolerant when vcdxrip'ing faulty PBCs * new "leadout pregap" option * added 3 "-no*" options to vcdxrip 0.7.10 (unstable/development) * vcdxrip: new option for ignoring (faulty) extended pbc's * fixed wrong warning for extended end list attributes * allow multi default selections to have entry points as play-item * gui mode added to vcdxbuild, vcdxminfo and vcdxrip * changed --version output format * progress display added to vcdxbuild and vcdxminfo * rewrite/improvement of MPEG scanning code (detect audio parameters) * detect OGT channels and set flags accordingly * new option "svcd vcd30 tracksvd" * set pregap and subindexes explicitly in cue sheet * vcdxminfo output format changed and enhanced * missing flag to indicate presence of extended PBC (hotspots) on VCD2.0 added * new options for customization track gaps/margins * added --image-type/--image-option to vcdxbuild * implemented setting of <publisher-id> 0.7.20 * uses libcdio for HW access now * some cleanup and restructuring * bugfixes
2018-10-07Update to 1.18.8. From the changelog:schmonz3-23/+13
* Work around git commit's lack of robustness, by providing reasonable default values for GIT_COMMITTER_EMAIL etc. This was already done as part of the su/sudo handling, and is now always done. * Don't hardcode the master branch when pushing to PUSH_REMOTE. Instead, let git push whatever branches it is configured to push to that remote. * Added some unit tests. Thanks, Henrik Riomar. * etckeeper will work on systems that do not have perl installed. (perl is still used when available as it's faster) Thanks, William Johansson and radhus. * Prevent LC_ALL overriding the LC_COLLATE used to sort metadata. * Only show errors (no progress indicators) when pushing Git/Mercurial repos to avoid unncessary cron mails. Thanks, Nils Steinger. * Fix regex in 20-warn-problem-files. * Added support for apk (alpine linux) Thanks, Henrik Riomar.
2018-10-07py-structlog: updated to 18.2.0adam2-7/+7
18.2.0: Changes: - Added structlog.stdlib.add_log_level_number() processor that adds the level *number* to the event dictionary. Can be used to simplify log filtering. - structlog.processors.JSONRenderer now allows for overwriting the *default* argument of its serializer. - Added try_unbind() that works like unbind() but doesn't raise a KeyError if one of the keys is missing.
2018-10-04restore ${PLIST.tools} in previoustnn1-7/+7
2018-10-04hivex: support all optional bindingstnn6-14/+121
2018-10-04e2fsprogs: install the libraries & headers. Add bl3. Bump rev.tnn3-2/+76
2018-10-03hivex: on {SunOS,Darwin} only the library is supported, not the cli toolstnn2-9/+18
2018-10-03doc: add hivextnn1-1/+2
2018-10-03sysutils/hivex: import hivex-1.3.15tnn5-0/+66
Hivex is a library and command-line utilities for extracting the contents of Windows Registry "hive" files.
2018-10-01fam: rlim_t fixes.jperkin2-4/+15
2018-10-01cfengine2: Remove bogus _POSIX_C_SOURCE setting.jperkin2-7/+19