summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2016-06-18consolekit: Revert buildlink3.mk.youri1-3/+3
2016-06-18Use the GITHUB framework for distfileskamil1-2/+4
2016-06-18Use release tarball (and do not use too general distname)ryoon4-19/+31
and use INSTALL_SCRIPT to install script
2016-06-18consolekit: Update to 1.0.2 using ConsoleKit2, the continuation ofyouri17-1461/+114
consolekit.
2016-06-17Update sysutils/rsyslog to 8.19.0.fhajny4-37/+7
Version 8.19.0 [v8-stable] 2016-05-31 - NEW BUILD REQUIREMENT: autoconf-archive - omelasticsearch: add option to permit unsigned certs (experimentally) This adds plumbing as suggested by Joerg Heinemann and Radu Gheorghe, but is otherwise untested. Chances are good it works. If you use it, please let us know your experience and most importantly any bug reports you may have. closes https://github.com/rsyslog/rsyslog/issues/89 - imrelp: better error codes on unvailablity of TLS options Most importantly, we will tell the user in clear words if specific TLS options are not available due to too-old GnuTLS. closes https://github.com/rsyslog/rsyslog/issues/1019 - default stack size for inputs has been explicitely set to 4MiB for most platforms, this means a reduction from the default of 10MiB, hower it may mean an increas for micro-libc's (some may have as low as 80KiB by default). - testbench: We are now using libfaketime instead of faketime command line tool. Make sure you have installed the library and not just the binary! - refactor stringbuf * use only a single string buffer ... both for the internal representation as well as the C-String one. The module originally tried to support embedded NUL characters, which over time has prooven to be not necessary. Rsyslog always encodes NUL into escape sequences. Also, the dual buffers were used inconsistently, which could lead to subtle bugs. With the single buffer, this does no longer happen and we also get some improved performance (should be noticable) and reduced memory use (a bit). closes https://github.com/rsyslog/rsyslog/issues/1033 * removed no longer used code * internal API changes to reflect new needs * performance improvements * miscellaneous minor cleanup - fix: potential misadressing in template config processing This could cause segfault on startup. Happens when template name shorter than two chars and outname is not set. Once we are over startup, things work reliably. - bugfix omfile: async output file writing does not respect flushing neither parameter flushInterval nor flushOnTXEnd="on" was respected. closes https://github.com/rsyslog/rsyslog/issues/1054 - bugfix imfile: corrupted multi-line message when state data was persisted see also https://github.com/rsyslog/rsyslog/issues/874 Thanks to Magnus Hyllander for the analysis and a patch suggestion. - bugfix imfile: missing newline after first line of multiline message see also https://github.com/rsyslog/rsyslog/issues/843 Thanks to Magnus Hyllander for the patch. - bugfix: dynstats unusedMetricTtl bug Thanks to Janmejay Singh for fixing this. - bugfix build system: build was broken on SunOS Thanks to Filip Hajny for the patch. - bugfix: afterRun entry point not correctly called The entry point was called at the wrong spot, only when the thread had not already terminated by itself. This could cause various cleanup to not be done. This affected e.g. imjournal. closes https://github.com/rsyslog/rsyslog/issues/882 - bugfix dynstats: do not leak file handles Thanks to Janmejay Singh for the patch. - bugfix omelasticsearch: disable libCURL signal handling previously, this could lead to segfaults on connection timeout see also https://github.com/rsyslog/rsyslog/pull/1007 Thanks to Sai Ke WANG for the patch. - bugfix omelasticsearc: some regressions were fixed * error file was no longer written * fix for some potential misaddressings - improved wording: gnutls error message points to potential cause What GnutTLS returns us is very unspecific and somehwat misleading, so we point to what it most probably is (broken connect). see also https://github.com/rsyslog/rsyslog/issues/846 - some general code improvements * "fixed" cosmetic memory leaks at shutdown - build system bugfix: configure can't find gss_acquire_cred on Solaris Thanks to github user vlmarek for the patch. - improvements to the CI environment * improvements on the non-raciness of some tests * imdiag: avoid races in detecting queue empty status This reslolves cases where the testbench terminated rsyslog too early, resulting in potential message loss and test failure. * omkafka has now dynamic tests Thanks to Janmejay Singh for implementing them. * try to merge PR to master and run tests; this guards against cross-PR regressions and wasn't caught previously. Note that we skip this test if we cannot successfully merge. So this is not a replacement for a daily full "all-project integration test run". * travis has finally enabled elasticsearch tests ES was unfortunately not being regularly tested for quite a while due to missing environment. This lead to some regressions becoming undetected. These were now discovered thanks to the new support on travis. Also, this guards against future regressions. * imfile has now additional tests and overall better coverage * omfile has now additional tests
2016-06-16Make note of upstream bug reportfhajny2-3/+5
2016-06-16Update sysutils/file to 5.28.fhajny5-31/+30
Fix unbalanced regex (fixes build with some sed flavors). file 5.28 * PR/555: Avoid overflow for offset > nbytes * PR/550: Segv on DER parsing: - use the correct variable for length - set offset to 0 on failure.
2016-06-16Remove patch that is not in distinfo.wiz1-23/+0
2016-06-16Simplify for pkglint.wiz1-4/+3
2016-06-16mate-system-monitor: Fix build.youri2-6/+9
2016-06-16Change compiler selection logic from "gcc 5" to "gcc >= 5"prlw11-2/+2
(&& gcc == 0 was there such a thing?) as requested by joerg@
2016-06-14Set proper VARBASE in the example configurationkamil1-1/+9
Little change - no PKGREVISION bump. Patch by Mateusz Poszwa.
2016-06-14-Wmaybe-uninitialized doesn't exist for NetBSD 6's gcc 4.5.3 andprlw11-2/+2
breaks the build. It does exist in NetBSD 7's gcc 4.8.4, but the build is successful without it. So only apply the flag for gcc 5, as it is necessary for 5.4.0. Report from jnemeth@
2016-06-14Remove discouraged x-zip MIME type.youri2-1/+14
2016-06-14Add sysutils/i3statuskamil1-1/+2
2016-06-14Import i3status-2.10 as sysutils/i3statuskamil7-0/+154
i3status is a small program (about 3000 SLOC) for generating a status bar for dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. Originally packaged in pkgsrc-wip by: - Pierre Allegraud, - Vitaly Shevtsov, - Niclas Rosenvik, - Mateusz Poszwa, - myself, with maintanance commits by: - Aleksej Saushev.
2016-06-13xfce4-diskperf-plugin: Update to 2.5.99.youri3-8/+10
* port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
2016-06-13mate-systemload-plugin: Update to 1.1.99:youri3-9/+9
1.1.99 (2016/06/05) ----------------- - port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
2016-06-13caja: update to 1.14.1:youri4-12/+11
Major changes in 1.14.1 are: * prefs dialog: don't crash on toggling "Show hidden and backup files" * GTK+-3 theming: add a CSS file for caja, and initialize it at startup * GTK+3: add style class caja-desktop-window at top level * translation update
2016-06-12Update pkgsrc pod2man usage for perl v5.24.abs2-16/+16
No pkgrevision bump as no functional change if package built
2016-06-12Link network libs on SunOS and make sure broken nls support is not usedwiedi1-1/+4
2016-06-11pkglint whitespacedholland1-3/+3
2016-06-11Add small patch from PR 36656 to prevent false matches when looking indholland2-9/+18
fstab. (It can also potentially prevent true matches and the whole chunk of code involved should ideally be rewritten sanely, but it's better than randomly doing entirely the wrong thing.)
2016-06-09xfce4-battery-plugin: Update to 1.0.99.youri3-9/+17
1.0.99 (2016/06/05): =================== * port to gtk+3/libxfce4ui-2/libxfce4panel-2.0 * Fix build on aarch64 (bug #11724)
2016-06-09xfce4-fsguard-plugin: Update to 1.0.99.youri3-8/+9
20160605 (1.0.99): ----------------- * port to gtk+3/libxfce4ui-2/libxfce4panel-2.0
2016-06-09*** empty log message ***youri2-9/+7
2016-06-09xfce4-verve-plugin: Update to 1.1.0.youri3-10/+11
1.1.0 (2015/07/11): ------------------- * Add the ability to use xfce4-verve-plugin as a smartbookmark plugin * Add the ability to direct commands beginning in ! or \ to DuckDuckGo * Run commands through shell by default, to allow aliases, variables, etc. * Use wordexp to expand directory names (when available), to allow variables, etc. * Add an optional label on the left side of the plugin * Expand properties window to allow turning the above features on/off * Increase maximum width of plugin
2016-06-09Fix HOMEPAGE to be copy'n'pastable.wiz1-2/+2
2016-06-09Add msgfmt to tools.youri1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz34-58/+68
2016-06-08Switch to MASTER_SITE_PYPI.wiz1-2/+2
2016-06-08Switch to MASTER_SITES_PYPI.wiz7-14/+14
2016-06-08Add ansible2.jperkin1-1/+2
2016-06-08Import ansible version 2.1.0.0 as sysutils/ansible2.jperkin4-0/+2918
This is based on the existing sysutils/ansible package, but cleaned up and tracking the newer 2.x releases. sysutils/ansible is retained to support installations which still require 1.x support. From the DESCR: Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and are transferred to managed machines automatically.
2016-06-08Just drop the cast.joerg2-6/+6
2016-06-08mate-system-monitor:youri2-1/+17
Fix build with clang.
2016-06-08Remove the stability entity, it has no meaning outside of an official context.jperkin9-9/+0
2016-06-08Change the service_bundle name to "export" to reduce diffs between thejperkin4-4/+4
original manifest.xml file and the output from "svccfg export".
2016-06-08Add or fix manpath entries to use the correct path.jperkin4-5/+5
2016-06-08Change the service_bundle name to "export" to reduce diffs between thejperkin5-5/+5
original manifest.xml file and the output from "svccfg export".
2016-06-07Extract with bsdtar.joerg1-1/+3
2016-06-07Add msgfmt to fix the build.youri1-2/+2
2016-06-06Add msgfmt to USE_TOOLS. That should hopefully fix the build on Linux.youri1-2/+2
2016-06-05Updated sysutils/file to 5.27mef3-16/+17
----------------------------- 2016-05-13 12:00 Christos Zoulas <christos@zoulas.com> * release 5.27 2016-04-18 9:35 Christos Zoulas <christos@zoulas.com> * Errors comparing DER entries or computing offsets are just indications of malformed non-DER files. Don't print them. * Offset comparison was off-by-one. * Fix compression code (Werner Fink) * Put new bytes constant in the right file (not the generated one)
2016-06-05Updated sysutils/entr to 3.5mef2-8/+8
----------------------------- == 3.5: April 01, 2016 - Removed contrib/* - Detect new subdirectories on Linux - Direct users to http://entrproject.org/limits.html if inotify hits a kernel limit
2016-06-04Switch Consolekit to polkit and bump pkgrevision.youri2-4/+9
2016-06-02sortjnemeth1-2/+2
2016-06-01Fix MASTER_SITES.wiz2-4/+4
2016-05-27Update glib2 to 2.48.1prlw11-2/+1
Overview of changes in GLib 2.48.1 ================================== Bugs fixed: 731988 glocalfile: Avoid a potential NULL pointer dereference 747107 GVariant varargs documentation: g_variant_get() example 747478 g_system_thread_set_name() is not implemented for gthread-win32 748474 g_get_language_names() is not thread-safe 748530 gthread: W32 implementation of g_get_num_processors() has lame fallback 748806 GVariant: Better introduction to the concepts and its uses 749606 tests: always remove app.desktop 758174 Fix documentation typos 758738 Usage of GType properties causes crashes due to gulong/gpointer mismatch 762994 Race condition in GIO/AppFileChooser crashes Firefox/Gtk3 763379 codegen: Add support for g_autoptr to gdbus-codegen generated objects 763821 build: Also dist Systemtap files always for gobject/ 764092 gstrfuncs: Document the behaviour of g_strjoinv() 764574 build: Fix all statfs() tests failing 764575 tests: Fix compilation errors due to Y2K format problems 764685 GApplication documentation about handling command-line options is confusing 764754 '-' in application id: unbreak bus activation and notifications 765959 socket: set fd field to -1 after closing socket 765990 Visual Studio: Define inline only when necessary Translations updated: Basque language Catalan Vietnamese zh_CN
2016-05-26Update path to common Makefile.youri1-2/+2