pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libestr libestr: Update to 0.1.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b42c907c2c0
branches:  trunk
changeset: 414133:4b42c907c2c0
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 24 15:28:09 2020 +0000

description:
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:

 devel/libestr/Makefile |   7 +++----
 devel/libestr/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (31 lines):

diff -r ad02f032c8ab -r 4b42c907c2c0 devel/libestr/Makefile
--- a/devel/libestr/Makefile    Tue Mar 24 15:25:29 2020 +0000
+++ b/devel/libestr/Makefile    Tue Mar 24 15:28:09 2020 +0000
@@ -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@localhost
 HOMEPAGE=              https://libestr.adiscon.com/
diff -r ad02f032c8ab -r 4b42c907c2c0 devel/libestr/distinfo
--- a/devel/libestr/distinfo    Tue Mar 24 15:25:29 2020 +0000
+++ b/devel/libestr/distinfo    Tue Mar 24 15:28:09 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index