./sysutils/augeas, Tool for editing configuration programmatically

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q3, Version: 1.9.0, Package name: augeas-1.9.0, Maintainer: bsiegert

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


Required to run:
[textproc/libxml2]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: d44d35356d0a589ff387d98d3891fe4a6537fe8b
RMD160: da1a9e21e9273bd69eb706c18a96bca31aa19462
Filesize: 2147.982 KB

Version history: (Expand)


CVS history: (Expand)


   2017-11-12 12:46:10 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5632 - requested by sevan
sysutils/augeas: security fix

Revisions pulled up:
- sysutils/augeas/Makefile                                      1.3
- sysutils/augeas/PLIST                                         1.2
- sysutils/augeas/distinfo                                      1.3

---
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Fri Nov  3 11:05:43 UTC 2017

   Modified Files:
           pkgsrc/sysutils/augeas: Makefile PLIST distinfo

   Log message:
   Update Augeas to 1.9.0.

   The changelog is too long for this commit message, go find it at
   https://github.com/hercules-team/augeas/releases and
   http://augeas.net/news.html.

   Note that 1.8.1 included the following:
   Fix error in handling escaped whitespace at the end of path expressions
   (addresses CVE-2017-7555).