diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-01-16 16:40:45 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-01-16 16:40:45 +0000 |
commit | 0731cb60741278e10f10f51eb485d882b389e72f (patch) | |
tree | 71f28000175c2ed15b120e0ecac33318515ca939 | |
parent | c2f72d54057d20a49fce70a0e22d8bd1ca980b2b (diff) | |
download | pkgsrc-0731cb60741278e10f10f51eb485d882b389e72f.tar.gz |
Update libestr to 0.1.10.
- changed some functions that don't modify their arg to take const arg
- bugfix: str2num did not convert hex values correctly
- bugfix: problems with trailing incomplete hex sequence
- bugfixes to StrFromNumber
- some checks for potential overflows with giantic strings (>2GB)
- lower autotools requirement to 2.59 permits to build on stock RHEL/CENTOS 5
-rw-r--r-- | devel/libestr/Makefile | 4 | ||||
-rw-r--r-- | devel/libestr/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile index 5ddd910d29e..e2d5742bc0d 100644 --- a/devel/libestr/Makefile +++ b/devel/libestr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/09/04 19:41:34 fhajny Exp $ +# $NetBSD: Makefile,v 1.2 2015/01/16 16:40:45 fhajny Exp $ # -DISTNAME= libestr-0.1.9 +DISTNAME= libestr-0.1.10 CATEGORIES= devel MASTER_SITES= http://libestr.adiscon.com/files/download/ diff --git a/devel/libestr/distinfo b/devel/libestr/distinfo index 7eb30206de9..8c7bcee0984 100644 --- a/devel/libestr/distinfo +++ b/devel/libestr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/09/04 19:41:34 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2015/01/16 16:40:45 fhajny Exp $ -SHA1 (libestr-0.1.9.tar.gz) = 55fb6ad347f987c45d98b422b0436d6ae50d86aa -RMD160 (libestr-0.1.9.tar.gz) = 29d09150a5f4c1740133858eefa85b906bff0882 -Size (libestr-0.1.9.tar.gz) = 330114 bytes +SHA1 (libestr-0.1.10.tar.gz) = 35cc717f5ae737a28140dd1472e13ce2ec317c6c +RMD160 (libestr-0.1.10.tar.gz) = d392cbca3df55d73f2ed77d05adc2450c5b45fd4 +Size (libestr-0.1.10.tar.gz) = 336122 bytes |