summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-24 15:28:09 +0000
committernia <nia@pkgsrc.org>2020-03-24 15:28:09 +0000
commitdb3bce36615edd5afd8186473eda4f377b24607e (patch)
tree0833535a8df541c03832d48fb4dec11344cb7f15 /devel
parentbd673697028ba2e924b1999ff13adf29f5c28b03 (diff)
downloadpkgsrc-db3bce36615edd5afd8186473eda4f377b24607e.tar.gz
libestr: Update to 0.1.11
Version 0.1.11 2018-10-30 - portability: remove issues associated with AC_FUNC_MALLOC This configure.ac macro is known to cause issues and not provide real benefit. Thus many projects have removed it, as we have for most of the rsyslog projects. libestr seemed to have overlooked. This came up when troubleshooting issues on IBM AIX. - make build on AIX Thanks to github user purnimam1 for the patch - bugfix: es_str2num mishandling empty strings If es_str2num() receives an empty string, misadressing happens. Under extreme conditions, this theoretically can lead to a segfault. Thanks to Jan Gerhards for the patch. closes https://github.com/rsyslog/libestr/issues/10 - CI/Travis: now also test on osX
Diffstat (limited to 'devel')
-rw-r--r--devel/libestr/Makefile7
-rw-r--r--devel/libestr/distinfo10
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/libestr/Makefile b/devel/libestr/Makefile
index 571c1d9a434..93b2ea83ea7 100644
--- a/devel/libestr/Makefile
+++ b/devel/libestr/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2020/01/26 17:30:59 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.4 2020/03/24 15:28:09 nia Exp $
-DISTNAME= libestr-0.1.10
+DISTNAME= libestr-0.1.11
CATEGORIES= devel
-MASTER_SITES= http://libestr.adiscon.com/files/download/
+MASTER_SITES= https://libestr.adiscon.com/files/download/
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= https://libestr.adiscon.com/
diff --git a/devel/libestr/distinfo b/devel/libestr/distinfo
index 34808dbbe04..d043c6c7589 100644
--- a/devel/libestr/distinfo
+++ b/devel/libestr/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:27:40 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/03/24 15:28:09 nia Exp $
-SHA1 (libestr-0.1.10.tar.gz) = 35cc717f5ae737a28140dd1472e13ce2ec317c6c
-RMD160 (libestr-0.1.10.tar.gz) = d392cbca3df55d73f2ed77d05adc2450c5b45fd4
-SHA512 (libestr-0.1.10.tar.gz) = 477b06e2b6ea9b2e34fe0d91328c9191a678b173751e595359c05772db50a4d348ac132bec0c926fba91ceccc013e15cd4cc57a6b734874c06073bf23151bac7
-Size (libestr-0.1.10.tar.gz) = 336122 bytes
+SHA1 (libestr-0.1.11.tar.gz) = 3acdf7dae0c3e0fa3dabf43267a1fb5f625c0606
+RMD160 (libestr-0.1.11.tar.gz) = 60da7ca58473ec70d932392b6d65f2b01670082e
+SHA512 (libestr-0.1.11.tar.gz) = 0ab98c2fa4b58cf6fee89c88602725b8b5e8e5a171a6976cdd8cff4dfc1cd3e5b747868da74fccd1bca66b9fa524ceae1c4f1ad5ee653a44ff81df6916ab5328
+Size (libestr-0.1.11.tar.gz) = 355544 bytes