Automatic conversion of the NetBSD pkgsrc CVS module, use with care
1c1e7fdb75
=== Beats version 5.6.0 ==== Breaking changes Affecting all Beats - The _all.norms setting in the Elasticsearch template is no longer disabled. ==== Bugfixes Filebeat - Fix issue where the `fileset.module` could have the wrong value. Packetbeat - Update flow timestamp on each packet being received. Metricbeat - Fix a debug statement that said a module wrapper had stopped when it hadn't. - Use MemAvailable value from /proc/meminfo on Linux 3.14. - Fix panic when events were dropped by filters. ==== Added Affecting all Beats - Add option to the import_dashboards script to load the dashboards via Kibana API. Filebeat - Add support for loading Xpack Machine Learning configurations from the modules, and added sample configurations for the Nginx module. - Add ability to parse nginx logs exposing the X-Forwarded-For header instead of the remote address. Metricbeat - Add `filesystem.ignore_types` to system module for ignoring filesystem types. ==== Deprecated Affecting all Beats - Loading more than one output is deprecated and will be removed in 6.0. |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: % cd pkgsrc/bootstrap/ % ./bootstrap build packages, use: % cd pkgsrc/category/package-name % $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: % cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.