Commit Graph

53 Commits

Author SHA256 Message Date
Otto Hollmann
d59bbc0ee2 Accepting request 1105579 from home:ohollmann:branches:devel:libraries:c_c++
- Update to 1.14.1
  * General changes/additions
    - internal.c: update #if to only use GNU-specific strerror_r() when GLIBC
      is defined (#791) Dimitry Andric
    - augeas.c: Fix bug from PR#691 where the nodes of a newly created file
      are lost upon a subsequent load operation (#810) George Hansper
    - HACKING.md: describe testing (#796) Laszlo Ersek
    - Add GitHub Actions (#714) Raphaël Pinson
    - augprint.c: remove #include <malloc.h> , add #include <libgen.h>
      (#792) Ruoyu Zhong
  * Lens changes/additions
    - TOML: support trailing commas in arrays (#809) Bao
    - Tmpfiles: allow '=', '~', '^' for letter types, allow ":" as prefix for
      the mode (#805) Pino Toscano
    - Sshd: Add keyword PubkeyAcceptedAlgorithms as comma-separated list of
      items (#806) Dave Re
    - Cmdline: Allow whitespace at the end of kernel commnd line
      (#798) rwmjones

- Update to 1.14.0
  * General changes/additions
    - Update submodule gnulib to 2f7479a16a3395f1429c7795f10c5d19b9b4453e
      (#781)
    - Add bash-completion for augtool, augmatch, augprint (#783) George
      Hansper
    - Fix: Allow values to contain arbitrary unbalanced square brackets
      (#782) George Hansper
    - Add package bash to build stage in Dockerfile (#776) George Hansper
    - Add augprint tool for creating idempotent augtool scripts (#752) George
      Hansper

OBS-URL: https://build.opensuse.org/request/show/1105579
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=100
2023-08-24 09:51:04 +00:00
Otto Hollmann
e474f29e56 Accepting request 1077750 from home:ohollmann:branches:devel:libraries:c_c++
- Use the correct license - LGPL-2.1

OBS-URL: https://build.opensuse.org/request/show/1077750
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=98
2023-04-06 14:45:31 +00:00
Jason Sikes
ed9cf8dbe8 Accepting request 1033426 from home:jsikes:branches:devel:libraries:c_c++
Update to 1.13.0! Fixes bsc#1204554! Enjoy.

OBS-URL: https://build.opensuse.org/request/show/1033426
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=96
2022-11-04 02:22:29 +00:00
597be02f93 Accepting request 991279 from home:favogt:augeasfail
RFC.

- Unset MALLOC_PERTURB_ to speed up %check significantly
  (boo#1201884, gh#hercules-team#768)

OBS-URL: https://build.opensuse.org/request/show/991279
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=94
2022-07-28 06:42:33 +00:00
c7a6e09db4 Accepting request 972921 from home:jengelh:branches:devel:libraries:c_c++
- Employ shared library packaging guideline and resolve this
  rpmlint report: "libaugeas0.x86_64: E: shlib-policy-name-error
  SONAME: libfa.so.1, expected package suffix: 1" [boo#1191749]

OBS-URL: https://build.opensuse.org/request/show/972921
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=92
2022-05-23 07:43:12 +00:00
Jason Sikes
12609a8671 Accepting request 964677 from home:dirkmueller:Factory
- add sysctl_parsing.patch (bsc#1197443)

OBS-URL: https://build.opensuse.org/request/show/964677
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=90
2022-03-25 04:49:13 +00:00
5b37c5f812 Accepting request 949726 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- testsuite requires glibc-locale, buildrequire it

OBS-URL: https://build.opensuse.org/request/show/949726
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=89
2022-02-07 21:14:06 +00:00
e35c7d21fb Accepting request 898482 from home:dirkmueller:Factory
- add remove-unportable-tests.patch to fix build

OBS-URL: https://build.opensuse.org/request/show/898482
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=88
2021-06-28 07:06:19 +00:00
d35725d0a5 Accepting request 895613 from home:jsikes:branches:devel:libraries:c_c++
Fix for bsc 1185524. Enjoy!

OBS-URL: https://build.opensuse.org/request/show/895613
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=86
2021-05-27 15:14:14 +00:00
3a03c4a940 Accepting request 870632 from home:jsikes:branches:devel:libraries:c_c++
Final got around to bsc#1178470. Enjoy!

OBS-URL: https://build.opensuse.org/request/show/870632
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=84
2021-03-03 07:07:37 +00:00
2f598878bd Accepting request 819138 from home:elimat:branches:devel:libraries:c_c++
- update to 1.12.0
  General changes/additions
    - update gnulib to 91584ed6
  Lens changes/additions
    - Anaconda: new lens to process /etc/sysconfig/anaconda instead of Shellvars (Pino Toscano) (Issue #597)
    - DevfsRules: add lens for FreeBSD devfs.rules files
    - Dovecot: permit ! in block titles (Nathan Ward) (Issue #599)
    - Hostname: Allow creation of hostname when file is missing (David Farrell) (Issue #606)
    - Krb5: add more pkinit_* options (Issue #603)
    - Logrotate: fix missing recognition of double quoted filenames (Issue #611)
    - Multipath: accept values enclosed in quotes (Issue #583)
    - Nginx: support unix sockets as server address (Issue #618)
    - Nsswitch: add merge action (Issue #609)
    - Pam: accept continuation lines (Issue #590)
    - Puppetfile: allow symbols as (optional) values (Issue #619) allow comments in entries (Issue #620)
    - Rsyslog: support dynamic file paths (Issue #622) treat #!/+/- as comment (arnolda, PR #595)
    - Syslog: accept 'include' directive (Issue #486)
    - Semanage: new lens to process /etc/selinux/semanage.conf instead of Simplevars (Pino Toscano) (Issue #594)
    - Shellvars: allow and/or in @if conditions (#582) accept functions wrapped in round brackets, accept variables with a dash in their name, exclude csh/tcsh profile scripts (Pino Toscano) (Issue #600) accept variable as command (Issue #601)
    - Ssh: accept RekeyLimit (Issue #605)
    - Sshd: accept '=' to separate option names from their values (Emil Dragu, #587)
    - Sudoers: support 'always_query_group_plugin' flag (Steve Traylen, #588)
    - Strongswan: parse lists. This is a backwards-incompatible change since list entries that were parsed into a single string are now split into a list of entries (Kaarle Ritvanen)
    - Toml: new lens to parse .toml files (PR #91)
    - Xorg: accept empty values for options (arnolda, PR #596)
- refresh patches
- run spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/819138
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=82
2020-08-05 12:30:27 +00:00
Tomáš Chvátal
007cef4d21 Accepting request 683892 from openSUSE:Factory:Staging:Gcc7
- Add gcc9-disable-broken-test.patch in order to address bsc#1120894.

OBS-URL: https://build.opensuse.org/request/show/683892
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=80
2019-03-11 13:18:11 +00:00
Tomáš Chvátal
6c05b1c731 Accepting request 674515 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- Don't ignore %check test result, the testsuite now successfully
  passes

OBS-URL: https://build.opensuse.org/request/show/674515
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=78
2019-02-13 11:56:27 +00:00
Tomáš Chvátal
a3edb22113 Accepting request 660944 from home:ecsos
- 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)

OBS-URL: https://build.opensuse.org/request/show/660944
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=76
2018-12-26 09:50:36 +00:00
d309bdc65d Accepting request 589396 from home:jengelh:branches:devel:libraries:c_c++
- Fix RPM groups.

OBS-URL: https://build.opensuse.org/request/show/589396
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=74
2018-03-21 07:34:55 +00:00
e9763d7fb7 Accepting request 589058 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/589058
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=73
2018-03-20 10:10:54 +00:00
Tomáš Chvátal
890b226750 Accepting request 580077 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580077
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=71
2018-02-26 09:33:29 +00:00
Tomáš Chvátal
511f6bba95 Accepting request 537049 from home:vitezslav_cizek:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/537049
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=69
2017-10-27 17:45:20 +00:00
Tomáš Chvátal
03ca5aa19d - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=66
2017-05-30 08:46:15 +00:00
Tomáš Chvátal
0be6d20c7d - Version update to 1.6.0:
* See the NEWS file for the details

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=64
2016-10-28 16:34:34 +00:00
Ismail Dönmez
b7c3e61f0b Accepting request 395078 from home:mlatimer:branches:devel:libraries:c_c++
Update to version 1.5.0

OBS-URL: https://build.opensuse.org/request/show/395078
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=62
2016-05-12 17:03:02 +00:00
Tomáš Chvátal
1175109149 Accepting request 384528 from home:cbosdonnat:branches:devel:libraries:c_c++
- Fix errors showing up in guestfs tools.
  Add upstreamed patches:
    27d8457-inputrc-lens-support-mapping-like.patch
    2d12670-inputrc-lens-support-else.patch
    49bcfbe-Exclude-network-if-up.d-SuSEfirewall2-in-shellvars-l.patch
    7558c12-host_conf-lens-spaces-between-list-items-support.patch

OBS-URL: https://build.opensuse.org/request/show/384528
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=60
2016-04-05 16:44:10 +00:00
Tomáš Chvátal
d2ed2c715f - Version bump to 1.4.0:
* Loads of bugfixes all around the package
  * Read up NEWS file for the detailed changes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=58
2015-07-16 13:07:42 +00:00
Tomáš Chvátal
a76950e0f2 - Whitespace
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=56
2015-03-13 12:54:44 +00:00
0047f04b47 - restore keyring and .sig file, as this is checked by the OBS
source service

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=54
2014-12-18 20:01:39 +00:00
298a5d62b7 Accepting request 265721 from home:posophe:branches:devel:libraries:c_c++
update

OBS-URL: https://build.opensuse.org/request/show/265721
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=53
2014-12-18 14:01:31 +00:00
Tomáš Chvátal
f898d9cabd - Change desc to describe the "tools" not just the library
bnc#885495.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=51
2014-07-02 16:02:24 +00:00
Tomáš Chvátal
272860d10c - Enable tests but "pass" them even with 2 failures.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=50
2014-07-01 09:01:11 +00:00
Stephan Kulow
6e61e0b905 Accepting request 234345 from home:mlatimer:branches:devel:libraries:c_c++
Find device.map in any dir beneath /boot (bnc#875086)

OBS-URL: https://build.opensuse.org/request/show/234345
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=48
2014-05-16 18:02:23 +00:00
Tomáš Chvátal
0c04e1d358 - Add check phase, comment out as 2 test fails now.
- Clean up with spec-cleaner
- Version bump to 1.2.0:
  - API changes
    * Add aug_cp and the cp and copy commands
    * aug_to_xml now includes span information in the XML dump
  - General changes/additions
    * Fix documentation link in c_api NaturalDocs menu
    * Fix NaturalDocs documentation for various lenses
    * src/transform.c (filter_matches): wrap fnmatch to ensure that an incl
      pattern containing "//" matches file paths, RHBZ#1031084
    * Correct locations table for transform_save() (Tomas Hoger)
    * Corrections for CVE-2012-0786 tests (Tomas Hoger)
    * Fix umask handling when creating new files, RHBZ#1034261
  - Lens changes/additions
    * Access: support DOMAIN\user syntax for users and groups, bug #353
    * Authorized_Keys: Allow 'ssh-ed25519' as a valid authorized_key
      type (Jasper Lievisse Adriaanse)
    * Automounter: Handle hostnames with dashes in them, GH issue #27
    * Build: Add combinatorics group
    * Cyrus_Imapd: Create new entries without space before separator,
      RHBZ#1014974 (Dietmar Kling)
    * Desktop: Support square brackets in keys
    * Dhclient: Add dhclient.conf path for Debian/Ubuntu (Esteve Fernandez)
    * Dhcpd: Support conditionals, GH issue #34
             Support a wider variety of allow/deny statement, including
             booting and bootp (Yanis Guenane)
             Support a wider variety of DHCP allow/deny/ignore statements
             (Yanis Guenane)
    * Dovecot: Various enhancements and bug fixes (Michael Haslgrübler):

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=46
2014-05-06 11:12:03 +00:00
b3d01244ec - download url changed, also added keyring and .sig ring
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=44
2013-12-13 12:29:23 +00:00
01a00434c3 Accepting request 210459 from home:posophe:branches:devel:libraries:c_c++
- Update to version 1.1.0
    - Handle files with special characters in their name, bug #343
  - Fix type error in composition ('f; g') of functions, bug #328
  - Improve detection of version script; make build work on Illumos with
      GBU ld (Igor Pashev)
  - augparse: add --trace option to print filenames of all modules being
      loaded
  - Various lens documentation improvements (Jasper Lievisse Adriaanse)
  - Lens changes/additions
  - ActiveMQ_*: new lens for ActiveMQ/JBoss A-MQ (Brian Harrington)
  - AptCacherNGSecurity: new lens for /etc/apt-cacher-ng/security.conf
      (Erik Anderson)
  - Automaster: accept spaces between options
  - BBHosts: support more flags and downtime feature (Mathieu Alorent)
  - Bootconf: new lens for OpenBSD's /etc/boot.conf (Jasper Adriaanse)
  - Desktop: Support dos eol
  - Dhclient: read /etc/dhclient.conf used in OpenBSD (Jasper Adriaanse)
  - Dovecot: New lens for dovecot configurations (Serge Smetana)
  - Fai_Diskconfig: Optimize some regexps
  - Fonts: exclude all README files (Jasper Adriaanse)
  - Inetd: support IPv6 addresses, bug #320
  - IniFile: Add lns_loose and lns_loose_multiline definitions
             Support smart quotes
    Warning: Smart quotes support means users should not add
             escaped double quotes themselves. Tests need to be fixed
             also.
             Use standard Util.comment_generic and Util.empty_generic
    Warning: Existing lens tests must be adapted to use standard
             comments and empty lines
             Allow spaces in entry_multiline* values
             Add entry_generic and entry_multiline_generic
             Add empty_generic and empty_noindent
             Let multiline values begin with a single newline
             Support dos eol
    Warning: Support for dos eol means existing lenses usually
             need to be adapted to exclude \r as well as \n.
  - IPRoute2: Support for iproute2 files (Davide Guerri)
  - JaaS: lens for the Java Authentication and Authorization Service
            (Simon Vocella)
  - JettyRealm: new lens for jetty-realm.properties (Brian Harrington)
  - JMXAccess, JMXPassword: new lenses for ActiveMQ's JMX files
      (Brian Harrington)
  - Krb5: Use standard comments and empty lines
            Support dos eol
            Improve performance
            Accept pkinit_anchors (Andrew Anderson)
  - Lightdm: Use standard comments and empty lines
  - LVM: New lens for LVM metadata (Gabriel)
  - Mdadm_conf: optimize some regexps
  - MongoDBServer: new lens (Brian Harrington)
  - Monit: also load /etc/monitrc (Jasper Adriaanse)
  - MySQL: Use standard comments and empty lines
             Support dos eol
  - NagiosCfg: handle Icinga and resources.cfg (Jasper Adriaanse)
  - Nrpe: accept any config option rather than predefined list (Gonzalo
            Servat); optimize some regexps
  - Ntpd: new lense for OpenNTPD config (Jasper Adriaanse)
  - Odbc: Use standard comments and empty lines
  - Openshift_*: new lenses for Openshift support (Brian Harrington)
  - Quote: allow multiple spaces in quote_spaces; improve docs
  - Passwd: allow period in user names in spec, bug #337; allow overrides
              in nisentry
  - PHP: Support smart quotes
           Use standard comments and empty lines
           Load /etc/php*/fpm/pool.d/*.conf (Enrico Stahn)
  - Postfix_master: allow [] in words, bug #345
  - Resolv: support 'lookup' and 'family' key words, bug #320
              (Jasper Adriaanse))
  - Rsyslog: support :omusrmsg: list of users in actions
  - RX: add CR to RX.space_in
  - Samba: Use standard comments and empty lines
             Support dos eol
  - Schroot: Support smart quotes
  - Services: support port ranges (Branan Purvine-Riley)
  - Shellvars: optimize some regexps; reinstate /etc/sysconfig/network,
      fixes bug #330, RHBZ#904222, RHBZ#920609; parse /etc/rc.conf.local
      from OpenBSD
  - Sip_Conf: New lens for sip.conf configurations (Rob Tucker)
  - Splunk: new lens (Tim Brigham)
  - Subversion: Support smart quotes
                  Use standard comments and empty lines
                  Use IniFile.entry_multiline_generic
                  Use IniFile.empty_noindent
                  Support dos eol
  - Sudoers: allow user aliases in specs
  - Sysctl: exclude README file
  - Systemd: Support smart quotes; allow backslashes in values
  - Xinetd: handle missing values in list, bug #307
  - Xorg: allow 'Screen' in Device section, bug #344
  - Yum: Support dos eol, optimize some regexps

OBS-URL: https://build.opensuse.org/request/show/210459
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=43
2013-12-12 13:18:27 +00:00
Michal Vyskocil
c3c7caeede Accepting request 163755 from home:poelzi:branches:devel:libraries:c_c++
update to augeas-1.0.0

OBS-URL: https://build.opensuse.org/request/show/163755
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=41
2013-04-17 07:30:11 +00:00
Ismail Dönmez
a84af65754 Accepting request 137763 from home:babelworx:ldig:branches:devel:libraries:c_c++
license update: GPL-3.0+ and LGPL-2.1+
semicolon is ambiguous

OBS-URL: https://build.opensuse.org/request/show/137763
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=39
2012-10-10 18:55:25 +00:00
Sascha Peilicke
e7ac447ca1 Accepting request 129047 from home:a_jaeger:FactoryFix
Fix build with missing gets declaration (glibc 2.16)

OBS-URL: https://build.opensuse.org/request/show/129047
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=37
2012-07-28 10:06:53 +00:00
b3504b4e5d Accepting request 109804 from home:jengelh:branches:devel:libraries:c_c++
- Ensure libxml2 is present in .pc file

OBS-URL: https://build.opensuse.org/request/show/109804
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=35
2012-03-17 15:14:10 +00:00
Ismail Dönmez
e6b2a25725 Fix source url
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=33
2012-02-29 11:25:33 +00:00
Ismail Dönmez
e0ad7be0d4 Accepting request 107526 from home:dmacvicar:branches:devel:libraries:c_c++
- update to 0.10.0
  - support relative paths by taking them relative to the value of
    /augeas/context in all API functions where paths are used
  - add aug_to_xml to API: transform tree(s) into XML, exposed as dump-xml in
    aug_srun and augtool. Introduces dependency on libxml2
  - fix regular expression escaping. Previously, /[/]/ match either a backslash
    or a slash. Now it only matches a slash
  - path expressions: add function 'int' to convert a node value (string) to an
    integer
  - path expressions: make sure the regexp produced by empty nodesets from
    regexp() and glob() matches nothing, rather than the empty word
  - fix --autosave when running single command from command line, BZ 743023
  - aug_srun: support 'insert' and 'move' as aliases for 'ins' and 'mv'
  - aug_srun: allow escaping of spaces, quotes and brackets with \
  - aug_init: accept AUG_NO_ERR_CLOSE flag; return augeas handle even when
    initialization fails so that caller gets some details about why
    initialization failed
  - aug_srun: tolerate trailing white space in commands
  - much improved, expanded documentation of many lenses
  - always interpret lens filter paths as absolute, bug #238
  - fix bug in libfa that would incorrectly calculate the difference of a case
    sensistive and case insensitive regexp (/[a-zA-Z]+/ - /word/i would match
    'worD')
  - new builtin 'regexp_match' for .aug files to make testing regexp matching
    easier during development
  - fix 'span' command, bug #220
  - Lens changes/additions
    * Access: parse user@host and (group) in users field; field separator need
      not be surrounded by spaces
    * Aliases: allow spaces before colons

OBS-URL: https://build.opensuse.org/request/show/107526
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=32
2012-02-29 10:32:49 +00:00
47624ba2e7 Remove redundant tags/sections from specfile
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=30
2012-02-11 03:09:48 +00:00
Ismail Dönmez
16b8beb09f Accepting request 101693 from home:dmacvicar:branches:devel:libraries:c_c++
- Patch shellvars.aug to recognize SUSE specific files in 
  sysconfig (bnc#729491)

OBS-URL: https://build.opensuse.org/request/show/101693
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=28
2012-01-26 20:39:55 +00:00
Ismail Dönmez
9aab37fd69 Accepting request 84389 from home:dmacvicar:branches:devel:libraries:c_c++
- move lenses from /usr/share/libaugeas0/augeas
  to /usr/share/augeas (bnc#719199)
- move vim lenses syntax files from -lenses to -devel package

OBS-URL: https://build.opensuse.org/request/show/84389
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=26
2011-09-22 09:32:02 +00:00
Ismail Dönmez
797ad3c785 Accepting request 82854 from home:jengelh:bl-a
- Remove redundant tags/sections from specfile
- Add augeas-devel to baselibs

OBS-URL: https://build.opensuse.org/request/show/82854
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=24
2011-09-17 19:02:32 +00:00
cf8a92460d - update to 0.9.0:
- augtool: keep history in ~/.augeas/history
  - add aug_srun API function; this makes it possible to run a sequence of
    commands through the API
  - aug_mv: report error AUG_EMVDESC on attempts to move a node into one of
    its descendants
  - path expressions: allow whitespace inside names, making '/files/etc/foo
    bar/baz' a legal path, but parse [expr1 or expr2] and [expr1 and expr2]
    as the logical and/or of expr1 and expr2
  - path expressions: interpret escape sequences in regexps; since '.' does
    not match newlines, it has to be possible to write '.|\n' to match any
    character
  - path expressions: allow concatenating strings and regexps; add
    comparison operator '!~'; add function 'glob'; allow passing a nodeset
    to function 'regexp'
  - store the names of the functions available in path expressions under
    /augeas/version
  - fix several smaller memory leaks
  - Lens changes/additions
    * Aliases: allow spaces and commas in aliases (Mathieu Arnold)
    * Grub: allow "bootfs" Solaris/ZFS extension for dataset name, bug #201
      (Dominic Cleal); allow kernel path starting with a BIOS device,
      bug #199
    * Inifile: allow multiline values
    * Php: include files from Zend community edition, bug #210
    * Properties: new lens for Java properties files, bug #194 (Craig Dunn)
    * Spacevars: autoload two ldap files, bug #202 (John Morrissey)
    * Sudoers: support users:groups format in a Runas_Spec line, bug #211;
      add CSW paths (Dominic Cleal)
    * Util: allow comment_or_eol to match whitespace-only comments,

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=22
2011-08-23 23:54:32 +00:00
OBS User buildservice-autocommit
ec88564776 Updating link to change in openSUSE:Factory/augeas revision 16.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=4a68b0cb2b9ff378283d3004628722a3
2011-07-04 07:12:49 +00:00
OBS User buildservice-autocommit
432e21d44d Updating link to change in openSUSE:Factory/augeas revision 14.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=a0720c1d1d88424e3d98271d97a27d1b
2011-05-09 07:34:58 +00:00
Cristian Rodríguez
e60459f917 Accepting request 69753 from home:dmacvicar:branches:devel:libraries:c_c++
- update to 0.8.1
  * augtool: respect autosave flag in oneshot mode, bug #193;
    fix segfault caused by unmatched bracket in path expression,
    bug #186
  * eliminate a global variable in the lexer, fixes BZ 690286
  * replace an erroneous assert(0) with a proper error message when
    none of the alternatives in a union match during saving,
    bug #183
  * improve AIX support
  * Lens changes/additions
    * Access: support the format @netgroup@@nisdomain, bug #190
    * Fstab: fix parsing of SELinux labels in the fscontext option
    * Grub: support 'device' directive for UEFI boot, bug #189; support
      'configfile' and 'background'
    * Httpd: handle continuation lines; autoload httpd.conf on
      Fedora/RHEL, BZ 688149; fix support for single-quoted
      strings
    * Iptables: support --tcp-flags, bug #157; allow blank and comment
      lines anywhere
    * Mysql: include /etc/my.cnf used on Fedora/RHEL, BZ 688053
    * NagiosCfg: parse setting multiple values on one line
      * NagiosObjects: process /etc/nagios3/objects/*.cfg
      * Nsswitch: support 'sudoers' as a database, bug #187
      * Shellvars: autoload /etc/rc.conf used in FreeBSD
      * Sudoers: support '#include' and '#includedir', bug #188
      * Yum: exclude /etc/yum/pluginconf.d/versionlock.list
- changes for 0.8.0
  * add new 'square' lens combinator
  * add new aug_span API function
  * augtool: short options for --nostdinc, --noload, and --noautoload

OBS-URL: https://build.opensuse.org/request/show/69753
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=18
2011-05-06 21:11:39 +00:00
OBS User buildservice-autocommit
7e5fdbfa7c Updating link to change in openSUSE:Factory/augeas revision 12.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=223d80fcfbdfad246057d7b9419fc194
2011-04-05 16:06:44 +00:00
Cristian Rodríguez
7d1ad11953 Accepting request 65995 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/65995
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/augeas?expand=0&rev=16
2011-04-04 20:16:01 +00:00
4cf964c400 Autobuild autoformatter for 58111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=9
2011-01-14 14:21:49 +00:00
cd34c7b8dc Accepting request 58111 from devel:libraries:c_c++
Accepted submit request 58111 from user coolo

OBS-URL: https://build.opensuse.org/request/show/58111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=8
2011-01-14 14:21:41 +00:00