pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/augeas



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Jan  1 18:34:39 UTC 2020

Modified Files:
        pkgsrc/sysutils/augeas: Makefile distinfo

Log Message:
Update augeas to 1.12.0.

1.12.0 - 2019-04-13

      + General changes/additions
          o update gnulib to 91584ed6
      + Lens changes/additions
          o Anaconda: new lens to process /etc/sysconfig/anaconda instead of
            Shellvars (Pino Toscano) (Issue #597)
          o DevfsRules: add lens for FreeBSD devfs.rules files
          o Dovecot: permit ! in block titles (Nathan Ward) (Issue #599)
          o Hostname: Allow creation of hostname when file is missing (David
            Farrell) (Issue #606)
          o Krb5: add more pkinit_* options (Issue #603)
          o Logrotate: fix missing recognition of double quoted filenames
            (Issue #611)
          o Multipath: accept values enclosed in quotes (Issue #583)
          o Nginx: support unix sockets as server address (Issue #618)
          o Nsswitch: add merge action (Issue #609)
          o Pam: accept continuation lines (Issue #590)
          o Puppetfile: allow symbols as (optional) values (Issue #619) allow
            comments in entries (Issue #620)
          o Rsyslog: support dynamic file paths (Issue #622) treat #!/+/- as
            comment (arnolda, PR #595)
          o Syslog: accept 'include' directive (Issue #486)
          o Semanage: new lens to process /etc/selinux/semanage.conf instead of
            Simplevars (Pino Toscano) (Issue #594)
          o 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)
          o Ssh: accept RekeyLimit (Issue #605)
          o Sshd: accept '=' to separate option names from their values (Emil
            Dragu, #587)
          o Sudoers: support 'always_query_group_plugin' flag (Steve Traylen, #
            588)
          o 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)
          o Toml: new lens to parse .toml files (PR #91)
          o Xorg: accept empty values for options (arnolda, PR #596)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/augeas/Makefile \
    pkgsrc/sysutils/augeas/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/augeas/Makefile
diff -u pkgsrc/sysutils/augeas/Makefile:1.4 pkgsrc/sysutils/augeas/Makefile:1.5
--- pkgsrc/sysutils/augeas/Makefile:1.4 Tue Feb 12 12:21:00 2019
+++ pkgsrc/sysutils/augeas/Makefile     Wed Jan  1 18:34:38 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/02/12 12:21:00 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/01 18:34:38 bsiegert Exp $
 
-DISTNAME=      augeas-1.11.0
+DISTNAME=      augeas-1.12.0
 CATEGORIES=    sysutils
 MASTER_SITES=  http://download.augeas.net/
 
Index: pkgsrc/sysutils/augeas/distinfo
diff -u pkgsrc/sysutils/augeas/distinfo:1.4 pkgsrc/sysutils/augeas/distinfo:1.5
--- pkgsrc/sysutils/augeas/distinfo:1.4 Tue Feb 12 12:21:00 2019
+++ pkgsrc/sysutils/augeas/distinfo     Wed Jan  1 18:34:38 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/02/12 12:21:00 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/01/01 18:34:38 bsiegert Exp $
 
-SHA1 (augeas-1.11.0.tar.gz) = a6147dce6daaab14c76267797e6dafe75408c0ee
-RMD160 (augeas-1.11.0.tar.gz) = da5c92d352faa7833824b671a650380ea465d99f
-SHA512 (augeas-1.11.0.tar.gz) = 1b67bb7fcd9b560d3fe4a5c753d5e778db73caaab6e50367afd123eec107b65b73096913ac7d5170e85f5b63ff3522b2a6932b130e207ab22560dfc6e267b8a1
-Size (augeas-1.11.0.tar.gz) = 2393675 bytes
+SHA1 (augeas-1.12.0.tar.gz) = afe7aee292e058141d8c19f6a82b5f8bae2d5163
+RMD160 (augeas-1.12.0.tar.gz) = 989b454bdf814faab8164ad86b04cdd1e0635c97
+SHA512 (augeas-1.12.0.tar.gz) = 4f61d4abbf338e915dfae212560d39792674bc757f05f500afa80c6170abc214ffb99cab2cf5bbd1c2338d11a6909e5fc3ff7112a2246fca69f7b39ac283da40
+Size (augeas-1.12.0.tar.gz) = 2429279 bytes



Home | Main Index | Thread Index | Old Index