pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-YAML-LibYAML Update to 0.80
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2536e10c8c2
branches: trunk
changeset: 339655:f2536e10c8c2
user: wen <wen%pkgsrc.org@localhost>
date: Fri Sep 13 14:16:06 2019 +0000
description:
Update to 0.80
Upstream changes:
0.80 Thu 22 Aug 2019 01:17:13 PM CEST
- Fix memory leak when loading invalid YAML (PR#93 tinita)
0.79 Tue 11 Jun 2019 09:35:22 PM CEST
- Support aliasing scalars resolved as null or booleans (tinita)
- Add YAML::XS::LibYAML::libyaml_version() (tinita)
- Support standard !!int/!!float tags instead of dying (tinita)
0.78 Sat 18 May 2019 06:35:21 PM CEST
- Fix double free/core dump when Dump()ing binary data, see issue#91
(tinita)
- Update config.h from libyaml (tinita)
0.77 Mon 15 Apr 2019 10:55:13 PM CEST
- Update libyaml to version 0.2.2. Most important change for users is that
plain urls in flow style can be parsed now. Example: `[ http://yaml.org
]`. (tinita)
diffstat:
textproc/p5-YAML-LibYAML/Makefile | 5 ++---
textproc/p5-YAML-LibYAML/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 1b56d90aca7e -r f2536e10c8c2 textproc/p5-YAML-LibYAML/Makefile
--- a/textproc/p5-YAML-LibYAML/Makefile Fri Sep 13 14:12:30 2019 +0000
+++ b/textproc/p5-YAML-LibYAML/Makefile Fri Sep 13 14:16:06 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2019/08/11 13:23:58 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2019/09/13 14:16:06 wen Exp $
-DISTNAME= YAML-LibYAML-0.76
+DISTNAME= YAML-LibYAML-0.80
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/}
diff -r 1b56d90aca7e -r f2536e10c8c2 textproc/p5-YAML-LibYAML/distinfo
--- a/textproc/p5-YAML-LibYAML/distinfo Fri Sep 13 14:12:30 2019 +0000
+++ b/textproc/p5-YAML-LibYAML/distinfo Fri Sep 13 14:16:06 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2019/01/26 01:58:06 wen Exp $
+$NetBSD: distinfo,v 1.27 2019/09/13 14:16:06 wen Exp $
-SHA1 (YAML-LibYAML-0.76.tar.gz) = 058efbc644dab070fed587a8449084af030850a8
-RMD160 (YAML-LibYAML-0.76.tar.gz) = 3a9c1b1f4fa930b4a99978e5353a214763a25b15
-SHA512 (YAML-LibYAML-0.76.tar.gz) = 1a5058cc957bc891aaf1468bd03b7a169372f2711ce027ec701126f8c3d2c15d2029946ca2db77438cf8d43a3a1964238c50fc1a3da20addb3a525733b4499c8
-Size (YAML-LibYAML-0.76.tar.gz) = 148700 bytes
+SHA1 (YAML-LibYAML-0.80.tar.gz) = 5c10204147c463bc3b0bcf4e635ddda0b9ca2e2b
+RMD160 (YAML-LibYAML-0.80.tar.gz) = 01bbb4848285c636ebaa4d0d365f6a4ebfa71dd5
+SHA512 (YAML-LibYAML-0.80.tar.gz) = 01decde5b5b4576c89ad00985605a77e15201ad492e2122b0e64eb2ff9f8bdee520f15d0302c282339dc0a1806e31265a9c4847d5daadd909cade3e94ef1d98c
+Size (YAML-LibYAML-0.80.tar.gz) = 150024 bytes
Home |
Main Index |
Thread Index |
Old Index