pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libconfig Update to 1.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/83bf76e99252
branches:  trunk
changeset: 652269:83bf76e99252
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 28 07:21:01 2015 +0000

description:
Update to 1.5:

        ----- version 1.5 ------

2015-05-16  Mark Lindner  <markl@neuromancer>

        * lib/libconfig.c - Don't fclose() a null pointer.

2014-09-19  Mark Lindner  <markl@neuromancer>

        * lib/libconfig.c, lib/wincompat.h - check if file being opened is a
          directory
        * lib/libconfig.c, lib/libconfig.h, lib/libconfig.h++,
          doc/libconfig.texi - added config_set_options(),
          config_get_options(), setOptions(), getOptions().

2014-05-25  Mark Lindner  <markl@neuromancer>

        * lib/libconfig.c++, lib/libconfig.h++ - added patches from Matt
          Renaud (added iterators, removed throws() specifications); added
          Setting.lookup(); code cleanup; added patch from Yuri Dyachenko
          (made exception constructors public)
        * lib/libconfig.c, lib/libconfig.h - renamed
          config_setting_lookup_from() to config_setting_lookup() and
          documented it; patch from Alexander Klauer (floating point precision
          loss)
        * doc/libconfig.texi - documented new APIs, bumped version
        * lib/scanner.c, lib/scanner.h, lib/scanner.l, libconfig.c -
          scanner code cleanup; and regenerated with flex 2.5.39
        * lib/grammar.c, lib/grammar.h, lib/grammar.y - parser code cleanup;
          and regenerated with bison 3.0.2
        * README, ChangeLog - version updates

2014-01-21  Mark Lindner  <markl@neuromancer>

        * lib/libconfig.c - bugfix; capture root filename
        * tests/Makefile.am - fix for out-of-source builds
        * ac_config.h.in, aclocal.m4 - updated to newer autotools

diffstat:

 devel/libconfig/Makefile |  5 ++---
 devel/libconfig/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 2b9f15af30ed -r 83bf76e99252 devel/libconfig/Makefile
--- a/devel/libconfig/Makefile  Thu May 28 07:17:21 2015 +0000
+++ b/devel/libconfig/Makefile  Thu May 28 07:21:01 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2013/10/30 21:15:49 gls Exp $
-#
+# $NetBSD: Makefile,v 1.9 2015/05/28 07:21:01 wiz Exp $
 
-DISTNAME=      libconfig-1.4.9
+DISTNAME=      libconfig-1.5
 CATEGORIES=    devel
 MASTER_SITES=  http://www.hyperrealm.com/libconfig/
 
diff -r 2b9f15af30ed -r 83bf76e99252 devel/libconfig/distinfo
--- a/devel/libconfig/distinfo  Thu May 28 07:17:21 2015 +0000
+++ b/devel/libconfig/distinfo  Thu May 28 07:21:01 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/10/30 21:15:49 gls Exp $
+$NetBSD: distinfo,v 1.5 2015/05/28 07:21:01 wiz Exp $
 
-SHA1 (libconfig-1.4.9.tar.gz) = b7a3c307dfb388e57d9a35c7f13f6232116930ec
-RMD160 (libconfig-1.4.9.tar.gz) = ec0f28737fa603379f3b91c2de1857d7b1ae676f
-Size (libconfig-1.4.9.tar.gz) = 688158 bytes
+SHA1 (libconfig-1.5.tar.gz) = 24306c7efce07669a4053d0977a45e2f3a3add79
+RMD160 (libconfig-1.5.tar.gz) = 32b65e64982d281a21c668a1c20ca57f1f5bc7ef
+Size (libconfig-1.5.tar.gz) = 644432 bytes



Home | Main Index | Thread Index | Old Index