summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2015-01-18Fix build on SunOS (needs u_int64_t)wiedi3-5/+7
2015-01-18Fix build on SunOSwiedi4-6/+36
Needs correct integer types, __EXTENSIONS__ include netdb.h for MAXHOSTNAMELEN and a patch to ensure NAME_MAX is defined
2015-01-17Update znapzend to 0.14wiedi4-11/+32
Changelog: v0.14.0 - oetiker released this on Dec 16, 2014: - build dependencies directly with make - optionally prefix pfexec|sudo to zfs|zpool|test comands - set mbuffer timeout to 60 seconds this might help with timeout situations seen on solaris - fix string replacement in manifest file - let smf manage pids instead of a pid file
2015-01-17Update MASTER_SITES, using $MASTER_SITE_SOURCEFORGEmef1-2/+2
2015-01-17Add sysutils/screenbrightnesswiedi1-1/+2
2015-01-17Import screenbrightness-1.1 as sysutils/screenbrightnesswiedi5-0/+54
screenbrightness is an OS X command line utility for changing screen brightness. It also lets you retrieve the current brightness settings.
2015-01-16Update rsyslog to 8.7.0.fhajny8-33/+97
- add message metadata "system" to msg object this permits to store metadata alongside the message - imfile: add support for "filename" metadata this is useful in cases where wildcards are used - imptcp: make stats counter names consistent with what imudp, imtcp uses - added new module "omkafka" to support writing to Apache Kafka - omfwd: add new "udp.senddelay" parameter - mmnormalize enhancements - RainerScript "foreach" iterator and array reading support - now requires liblognorm >= 1.0.2 - add support for systemd >= 209 library names - BSD "ntp" facility (value 12) is now also supported in filter - bugfix: global(localHostName="xxx") was not respected in all modules - bugfix: emit correct error message on config-file-not-found - bugfix: impstats emitted invalid JSON format (if JSON was selected) - bugfix: (small) memory leak in omfile's outchannel code - bugfix: imuxsock did not deactivate some code not supported by platform
2015-01-16Update liblognorm to 1.1.0.fhajny3-7/+8
- added regular expression support use this feature with great care, as it thrashes performance - fix build problem when --enable-debug was set
2015-01-16Update liblogging to 1.0.5.fhajny2-6/+6
- cleanup for systemd-journal >= 209 - bugfix: date stamp was incorrectly formatted The day part was totally off. This affected the "uxsock:" and "file:" drivers.
2015-01-16Update to 2.07:wiz2-6/+7
* Remove backwards compatibility for no-tty mode. Addresses CVE-2013-4440 (Closes: #725507) * Fail hard if /dev/urandom and /dev/random are not available. Addresses CVE-2013-4442 and Launchpad #1183213 (Closes: #767008) * Fix pwgen -B so that it doesn't accidentally generate passwords with ambiguous characters after changing the case of some letters. Addresses Launchpad Bugs #638418 and #1349863 * Fix potential portability bug on architectures where unsgined ints are not 4 bytes long
2015-01-15sysutils/kfilemetadata: fix build on fbsd, UIN64_C & co. not foundrumko2-1/+18
src/extractors/ffmpegextractor.cpp could not be compiled due to inaccessible UIN64_C & co. On FreeBSD, these are protected under _MACHINE__STDINT_H_, so undef it as well. Ok@ markd
2015-01-15update to microcode-20150107msaitoh3-10/+12
- newer ucode for cpuid 0x000306d4 (Broadwell)
2015-01-14sysutils/pftop: fix build on fbsd >= 10rumko6-41/+63
Ok@ wiz
2015-01-13Add a package for tenshi-0.15. By Paul B. Henson in PR pkg/49486.bsiegert7-1/+136
From DESCR: tenshi is a log monitoring program, designed to watch one or more log files for lines matching user defined regular expressions and report on the matches. The regular expressions are assigned to queues which have an alert interval and a list of mail recipients. Queues can be set to send a notification as soon as there is a log line assigned to it, or to send periodic reports.
2015-01-09Restore xapian buildlink3.mk, it is required to correctly pull in libuuidjperkin1-2/+2
on SunOS.
2015-01-08Recursive PKGREVISION bump for poppler shlib major bump.wiz2-4/+4
2015-01-07Ignore xattr header check on SunOS.jperkin2-1/+17
2015-01-06Needs readline/editline.joerg1-1/+2
2015-01-05Update to 1.8.14:wiz2-6/+6
D-Bus 1.8.14 (2015-01-05) == The “40lb of roofing nails” release. Security hardening: • Do not allow calls to UpdateActivationEnvironment from uids other than the uid of the dbus-daemon. If a system service installs unsafe security policy rules that allow arbitrary method calls (such as CVE-2014-8148) then this prevents memory consumption and possible privilege escalation via UpdateActivationEnvironment. We believe that in practice, privilege escalation here is avoided by dbus-daemon-launch-helper sanitizing its environment; but it seems better to be safe. • Do not allow calls to UpdateActivationEnvironment or the Stats interface on object paths other than /org/freedesktop/DBus. Some system services install unsafe security policy rules that allow arbitrary method calls to any destination, method and interface with a specified object path; while less bad than allowing arbitrary method calls, these security policies are still harmful, since dbus-daemon normally offers the same API on all object paths and other system services might behave similarly. Other fixes: • Add missing initialization so GetExtendedTcpTable doesn't crash on Windows Vista SP0 (fd.o #77008, Илья А. Ткаченко)
2015-01-04Add support for Rockchip 'machdep.cpu.frequency' interface. Use hw.ncpu tojmcneill3-16/+55
detect number of CPUs on non-ACPI NetBSD systems.
2015-01-04Typo in ${COMMENT}dholland1-2/+2
2015-01-04Use BROKEN_ON_PLATFORM for missing OS config.dholland1-2/+2
2015-01-04document NOT_FOR_PLATFORMdholland1-1/+2
2015-01-04Use BROKEN_ON_PLATFORM for "currently no machdep support".dholland1-2/+2
2015-01-04Use BROKEN_ON_PLATFORM for "no platform specific code yet"dholland1-2/+2
2015-01-04Remove undocumented OpenBSD restriction that does not appear to bedholland1-3/+1
supported by the distfile contents.
2015-01-04Update to 0.9.2.gdt2-6/+6
(Need for update found by mef@'s check-update script!) New in Version 0.9.2, released 2014-06-18 * 'etcmanage --update' now logs MISSING*, UNMANAGED_*_UPSTREAM, and MODIFIED* messages to STDOUT instead of STDERR.
2014-12-31Improve EGG_NAME default to work for packages with '-' in their name.wiz3-8/+3
Remove now unnecessary overrides in various packages.
2014-12-30Add Perl and Python bindings for augeas.bsiegert8-1/+74
2014-12-30Add buildlink file for the augeas library.bsiegert1-0/+13
2014-12-30Add a package for augeas-1.3.0. From DESCR:bsiegert5-1/+59
Augeas is a configuration editing tool. It parses configuration files in their native formats and transforms them into a tree. Configuration changes are made by manipulating this tree and saving it back into native config files. Augeas is: - An API provided by a C library - A command line tool to manipulate configuration from the shell (and shell scripts) - Language bindings to do the same from your favorite scripting language - Canonical tree representations of common configuration files - A domain-specific language to describe configuration file formats Augeas goals: - Manipulate configuration files safely, safer than the ad-hoc techniques generally used with grep, sed, awk and similar mechanisms in scripting languages - Provide a local configuration API for Linux - Make it easy to integrate new config files into the Augeas tree
2014-12-30update MAINTAINER and MASTER_SITES (previous were defunct)plunky1-4/+3
2014-12-30update MAINTAINER and MASTER_SITES (previous is defunct)plunky1-5/+5
2014-12-30update to latest upstream version. Major changes includeplunky26-219/+271
hcidump has now been merged with the main BlueZ distribution, so the version number reflects that release hcidump is moved from sbin to bin (and man section 8 -> 1) TCP/IP server mode was removed parsing added for SAP and SMP profiles, and A2MP signals
2014-12-30... now with the actual patchspz4-0/+454
2014-12-30fixing XSA-114 from upstream patchspz2-3/+7
2014-12-27Use xm, not xl in xendomains.gdt2-3/+3
xl doesn't seem to work in 4.1. xm works for me. Comments from port-xen tend to agree. So make xendomains use xm.
2014-12-21Remove patch-CVE-2014-7188, it's already in patch-CVE-2013-4355_1bouyer2-40/+1
2014-12-18Fix build. With 8.6.0 the rabbitmq plugin moved to contrib/.fhajny1-2/+2
2014-12-16Fix build with py-setuptools-0.8.wiz1-2/+2
2014-12-15The "rename" rule is a published synonym for the "opt" transform rule, howeverjperkin1-2/+2
only the latter is supported by cwrappers. Change them all to "opt" rules for consistency and to gain compatibility with cwrappers.
2014-12-12Update rsyslog to 8.6.0.fhajny11-52/+74
Version 8.6.0 [v8-stable] 2014-12-02 - configuration-setting rsyslogd command line options deprecated - new and enhanced plugins for 0mq. These are currently experimantal. - empty rulesets have been permitted. They no longer raise a syntax error. - add parameter -N3 to enable config check of partial config file - rsyslogd -e option has finally been removed - testbench improvements - testbench is now by default disabled - add new RainerScript functions warp() and replace() - mmnormalize can now also work on a variable - new property date options for day ordinal and week number - remove --enable-zlib configure option, we always require it - slight source-tree restructuring: contributed modules are now in their own ./contrib directory - bugfix: imudp makes rsyslog hang on shutdown when more than 1 thread used - bugfix: not all files closed on auto-backgrounding startup - bugfix: typo in queue configuration parameter made parameter unusable - bugfix: unitialized buffer off-by-one error in hostname generation - bugfix imuxsock: possible segfault when SysSock.Use="off" - bugfix: RainerScript: invalid ruleset names were accepted during ruleset defintion, but could of course not be used when e.g. calling a ruleset. - bugfix: some module entry points were not called for all modules callbacks like endCnfLoad() were primarily being called for input modules. This has been corrected. Note that this bugfix has some regression potential. - bugfix omlibdbi: connection was taken down in wrong thread - imttcp was removed because it was an incompleted experimental module - pmrfc3164sd because it was a custom module nobody used - omoracle was removed because it was orphaned and did not build/work for quite some years and nobody was interested in fixing it Version 8.5.0 [v8-stable] 2014-10-24 - imfile greatly refactored and support for wildcards added - PRI-handling code refactored for more clarity and robustness - ommail: add support for RainerScript config system [action() object] - refactored the auto-backgrounding method - make gntls tcp syslog driver emit more error messages - bugfix: imfile did not complain if configured file did not exist - bugfix: build failure on systems which don't have json_tokener_errors - imgssapi: log remote peer address in some error messages
2014-12-12Fix build on CentOS 7 when building as root. *gasp*rodent1-1/+5
2014-12-11Ignore use of always non-null pointers as truth value.joerg1-2/+3
2014-12-11Updated shelldap to version 1.3.0imil2-9/+8
Full changelog is available here: http://code.martini.nu/shelldap/summary
2014-12-10(pkgsrc)mef4-35/+22
- patch-aa is now included, removed. - Add LICENSE= gnu-gpl-v2 - Add CONF_FILES related ${MV} at target post-install: (Upstream) - Update 1.2 to 1.3.3 15/9/2009 1.3.3 release 15/9/2009 added GPL license header to source files 15/9/2009 --as-needed fix, patched src/tools/Makefile.am from Gentoo bug #128678 8/6/2009 1.3.2 release 8/6/2009 hide passwords from ps 4/2/2009 1.3.1 release 4/2/2009 removed reference to list option in man page and usage 4/2/2009 updated libtool 13/5/2005 disable ldap referrals to work better with win2k3 sp1 30/8/2004 optarg null pointer fixes (Hilko Bengen) 30/8/2004 delete password from memory (Stephan M«äller)
2014-12-08Fix compile error on amd64-current.msaitoh2-1/+20
2014-12-08Haiku is also supported.obache1-2/+2
from Diger via pkgsrc-users@.
2014-12-06+py-structlogrodent1-1/+2
2014-12-06Import py27-structlog-0.4.2 as sysutils/py-structlog.rodent4-0/+68
structlog makes structured logging in Python easy by augmenting your existing logger. It allows you to split your log entries up into key/value pairs and build them incrementally without annoying boilerplate code.