Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (0m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 08:48:49 UTC Now

2020-03-24 15:28:09 UTC MAIN commitmail json YAML

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

(nia)