Revisions of augeas
buildservice-autocommit
accepted
request 683893
from
Tomáš Chvátal (scarabeus_iv)
(revision 81)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 683892
from
Martin Liška (marxin)
(revision 80)
- Add gcc9-disable-broken-test.patch in order to address bsc#1120894.
buildservice-autocommit
accepted
request 674516
from
Tomáš Chvátal (scarabeus_iv)
(revision 79)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 674515
from
Vítězslav Čížek (vitezslav_cizek)
(revision 78)
- Don't ignore %check test result, the testsuite now successfully passes
buildservice-autocommit
accepted
request 661481
from
Tomáš Chvátal (scarabeus_iv)
(revision 77)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 660944
from
Eric Schirra (ecsos)
(revision 76)
- update to 1.11.0 General changes/additions - augmatch: add a --quiet option; make the exit status useful to tell whether there was a match or not - Drastically reduce the amount of memory needed to evaluate complex path expressions against large files (Issue #569) - Fix a segfault on OSX when 'augmatch' is run without any arguments (Issue #556) API changes - aug_source did not in fact return the source; and always returned NULL for that. That has been fixed. Lens changes/additions - Chrony: add new options supported in chrony 3.2 and 3.3 (Miroslav Lichvar) - Dhclient: fix parsing of append/prepend and similar directives (John Morrissey) - Fstab: allow leading whitespace in mount entry lines (Pino Toscano) (Issue #544) - Grub: tolerate some invalid entries. Those invalid entries get mapped to '#error' nodes - Httpd: accept comments with whitespace right after a tag opening a section (Issue #577) - Json: allow escaped slashes in strings (Issue #557) - Multipath: accept regular expressions for devnode, wwid, and property in blacklist and blacklist_exceptions sections (Issue #564) - Nginx: parse /etc/nginx/sites-enabled (plumbeo) allow semicolons inside double quoted strings in simple directives, and allow simple directives without an argument (Issue #566) - Redis: accept the 'bind' statement with multiple IP addresses (yannh) (Issue #194) - Rsyslog: support include() directive introduced in rsyslog 8.33 - Strongswan: new lens (Kaarle Ritvanen) - Systemd: do not try to treat *.d or *.wants directories as configuration files (Issue #548)
buildservice-autocommit
accepted
request 589655
from
Adam Majer (adamm)
(revision 75)
baserev update by copy to link target
Adam Majer (adamm)
accepted
request 589396
from
Jan Engelhardt (jengelh)
(revision 74)
- Fix RPM groups.
Adam Majer (adamm)
accepted
request 589058
from
Vítězslav Čížek (vitezslav_cizek)
(revision 73)
- update to 1.10.1: General changes/additions New CLI utility 'augmatch' to print the tree for a file and select some of its contents New command 'count' in augtool New function 'not(bool) -> bool' for path expressions The path expression 'label[. = "value"]' can now be written more concisely as 'label["value"]' API changes libfa has now a function fa_json to export an FA as a JSON file, and fa_state_* functions that make it possible to iterate over the FA's states and transitions. (Pedro Valero Mejia) Add functions aug_ns_label, aug_ns_value, aug_ns_count, and aug_ns_path to get the label (with index), the value, the number of nodes, and the fully qualified path for nodes stored in a nodeset in a variable efficiently Lens changes/additions Grubenv: new lens to process /boot/grub/grubenv (omgold) Httpd: also read files from /etc/httpd/conf.modules.d/*.conf (Tomas Meszaros) (Issue #537) Nsswitch: allow comments at the end of a line (Philip Hahn) (Issue #517) Ntp: accept 'ntpsigndsocket' statement (Philip Hahn) (Issue #516) Properties: accept empty comments with DOS line endings (Issue #161) Rancid: new lens for RANCiD router databases (Matt Dainty) Resolv: accept empty comments with DOS line endings (Issue #161) Systemd: also process /etc/systemd/logind.conf (Pat Riehecky) YAML: process a document that is just a sequence (John Vandenberg) - drop chrpath dependency, the offending dump binary is no longer shipped
buildservice-autocommit
accepted
request 580130
from
Tomáš Chvátal (scarabeus_iv)
(revision 72)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 580077
from
Fabian Vogt (favogt)
(revision 71)
Use %license (boo#1082318). Please forward to SLE, if possible
buildservice-autocommit
accepted
request 537237
from
Tomáš Chvátal (scarabeus_iv)
(revision 70)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 537049
from
Vítězslav Čížek (vitezslav_cizek)
(revision 69)
- Version update to 1.9.0: - General changes/additions * Fix error in handling escaped whitespace at the end of path expressions (addresses CVE-2017-7555) * several improvements to the error messages when transforming a tree back to text fails. They now make it clearer what part of the tree was problematic, and what the tree should have looked like. * Fixed the pkg-config file, which should now be usable * Fix handling of backslash-escaping in strings and regular expressions in the lens language. We used to handle constructs like "\\" and /\\\\/ incorrectly. (Issue #495) * do not unescape the default value of a del on create; otherwise we are double unescaping these strings (Issue #507) * remove tempfile when saving files because destination is not writable (Issue #479) * span information is now updated on save (Issue #467) * fix lots of warnings generated by gcc 7.1 * Various changes to reduce bashisms in tests and make them run on FreeBSD (Romain Tartière) - API changes * add function aug_ns_attr to allow iterating through a nodeset quickly. See examples/dump.c for an example of how to use them instead of aug_get, aug_label etc. and for a way to measure performance gains. - Lens changes/additions * Ceph: new lens for /etc/ceph/ceph.conf * Cgconfig: accept fperm & dperm in admin & task (Pino Toscano) * Dovecot: also load files from /usr/local/etc (Roy Hubbard) * Exports: relax the rules for the path at the beginning of a line so that double-quoted paths are legal, too
buildservice-autocommit
accepted
request 500542
from
Tomáš Chvátal (scarabeus_iv)
(revision 68)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 67)
- Verified it contains fixes for bsc#933210 bsc#975729 bsc#925225
Tomáš Chvátal (scarabeus_iv)
committed
(revision 66)
- Version update to 1.8.0: * See the News file for all the details - Verified it contains fixes for bsc933210 bsc#975729 bsc#925225 bsc#1023204 CVE-2014-8119
buildservice-autocommit
accepted
request 437703
from
Tomáš Chvátal (scarabeus_iv)
(revision 65)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 64)
- Version update to 1.6.0: * See the NEWS file for the details
buildservice-autocommit
accepted
request 396868
from
Factory Maintainer (factory-maintainer)
(revision 63)
baserev update by copy to link target
Ismail Dönmez (namtrac)
accepted
request 395078
from
Mike Latimer (mlatimer)
(revision 62)
Update to version 1.5.0
Displaying revisions 21 - 40 of 101