./sysutils/augeas, Tool for editing configuration programmatically

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


Branch: CURRENT, Version: 1.14.1, Package name: augeas-1.14.1, 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:

Filesize: 2591.578 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-28 21:31:33 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
augeas: updated to 1.14.1

1.14.1 - 2023-06-27

General changes/additions

internal.c: update #if to only use GNU-specific strerror_r() when GLIBC is defined
augeas.c: Fix bug from 691 where the nodes of a newly created file are lost upon \ 
a subsequent load operation
HACKING.md: describe testing
Add GitHub Actions
augprint.c: remove #include <malloc.h> , add #include <libgen.h>

Lens changes/additions

TOML: support trailing commas in arrays
Tmpfiles: allow '=', '~', '^' for letter types, allow ":" as prefix \ 
for the mode
Sshd: Add keyword PubkeyAcceptedAlgorithms as comma-separated list of items
Cmdline: Allow whitespace at the end of kernel commnd line
   2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449)
Log message:
*: recursive bump for icu 77 and libxml2 2.14
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2425)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1928) | Package updated
Log message:
revbump after icu and protobuf updates
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2376)
Log message:
*: recursive bump for icu 74.1
   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2358) | Package updated
Log message:
revbump after textproc/icu update