pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libestr
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 24 15:28:09 UTC 2020
Modified Files:
pkgsrc/devel/libestr: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libestr/Makefile \
pkgsrc/devel/libestr/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libestr/Makefile
diff -u pkgsrc/devel/libestr/Makefile:1.3 pkgsrc/devel/libestr/Makefile:1.4
--- pkgsrc/devel/libestr/Makefile:1.3 Sun Jan 26 17:30:59 2020
+++ pkgsrc/devel/libestr/Makefile Tue Mar 24 15:28:09 2020
@@ -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/
Index: pkgsrc/devel/libestr/distinfo
diff -u pkgsrc/devel/libestr/distinfo:1.3 pkgsrc/devel/libestr/distinfo:1.4
--- pkgsrc/devel/libestr/distinfo:1.3 Tue Nov 3 03:27:40 2015
+++ pkgsrc/devel/libestr/distinfo Tue Mar 24 15:28:09 2020
@@ -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