diff options
author | drochner <drochner> | 2014-02-05 11:14:07 +0000 |
---|---|---|
committer | drochner <drochner> | 2014-02-05 11:14:07 +0000 |
commit | 547e2676a6f08ec5ecc5f4aac0b7ce629254d168 (patch) | |
tree | 9813905e94942f37fd429df9e25e61dd5356b87b /textproc | |
parent | 4006f8bfa499f7444415bd7a6a553510c65eaca9 (diff) | |
download | pkgsrc-547e2676a6f08ec5ecc5f4aac0b7ce629254d168.tar.gz |
update to 0.1.5
changes:
-fix buffer overflow (CVE-2013-6393)
-more hardening and minor fixes
pkgsrc change: added "test" target
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libyaml/Makefile | 5 | ||||
-rw-r--r-- | textproc/libyaml/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/libyaml/Makefile b/textproc/libyaml/Makefile index d6235c792e1..2de72b1d916 100644 --- a/textproc/libyaml/Makefile +++ b/textproc/libyaml/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/10/25 06:56:05 asau Exp $ +# $NetBSD: Makefile,v 1.6 2014/02/05 11:14:07 drochner Exp $ # -DISTNAME= yaml-0.1.4 +DISTNAME= yaml-0.1.5 PKGNAME= lib${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://pyyaml.org/download/libyaml/ @@ -14,5 +14,6 @@ LICENSE= mit GNU_CONFIGURE= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= yaml-0.1.pc.in +TEST_TARGET= check .include "../../mk/bsd.pkg.mk" diff --git a/textproc/libyaml/distinfo b/textproc/libyaml/distinfo index 6ebe47741f1..3e64d773c12 100644 --- a/textproc/libyaml/distinfo +++ b/textproc/libyaml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/09/02 15:03:01 wiz Exp $ +$NetBSD: distinfo,v 1.4 2014/02/05 11:14:07 drochner Exp $ -SHA1 (yaml-0.1.4.tar.gz) = e0e5e09192ab10a607e3da2970db492118f560f2 -RMD160 (yaml-0.1.4.tar.gz) = 5051545022ffa4c78e63fed6f3af30f90e931497 -Size (yaml-0.1.4.tar.gz) = 471759 bytes +SHA1 (yaml-0.1.5.tar.gz) = 8b78cb9f759c7d80db8a7328c0ebecfe34fde737 +RMD160 (yaml-0.1.5.tar.gz) = 58d5a60ccc13c728bed48013cd0a5f001d7bde04 +Size (yaml-0.1.5.tar.gz) = 504897 bytes |