diff options
author | triaxx <triaxx@pkgsrc.org> | 2022-10-15 12:08:33 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2022-10-15 12:08:33 +0000 |
commit | 3fde35fec2719f99312e96168c72a814602d4d10 (patch) | |
tree | 10a199eebaa57836fb0bb56b6434ed96bb1efc6e | |
parent | 4f54896b1684afa34e7eaefe530d490dc353dae1 (diff) | |
download | pkgsrc-3fde35fec2719f99312e96168c72a814602d4d10.tar.gz |
erlang-fast_xml: Update to 1.1.49
upstream changes:
-----------------
Version 1.1.49
o Updating p1_utils to version 1.0.25.
o Test for CVE-2022-25236 compilance
Version 1.1.48
o Generate documentation before publishing to hex
o Load the NIFs in the on_load callback, to support restart
o Add always_encode field to #attr{}
Version 1.1.47
o Updating p1_utils to version 1.0.23.
o Switch from using Travis to Github Actions as CI
o Fix compatibility with OTP24
-rw-r--r-- | textproc/erlang-fast_xml/Makefile | 6 | ||||
-rw-r--r-- | textproc/erlang-fast_xml/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/erlang-fast_xml/Makefile b/textproc/erlang-fast_xml/Makefile index 7adf46b09ce..ec9f2b9bb57 100644 --- a/textproc/erlang-fast_xml/Makefile +++ b/textproc/erlang-fast_xml/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/20 20:03:28 triaxx Exp $ +# $NetBSD: Makefile,v 1.18 2022/10/15 12:08:33 triaxx Exp $ -DISTNAME= fast_xml-1.1.46 +DISTNAME= fast_xml-1.1.49 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/} @@ -11,7 +11,7 @@ LICENSE= apache-2.0 GITHUB_PROJECT= fast_xml -DEPENDS+= erlang-p1_utils>=1.0.21:../../misc/erlang-p1_utils +DEPENDS+= erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils GNU_CONFIGURE= yes diff --git a/textproc/erlang-fast_xml/distinfo b/textproc/erlang-fast_xml/distinfo index 8fb4b0440ae..c17a8a8f2da 100644 --- a/textproc/erlang-fast_xml/distinfo +++ b/textproc/erlang-fast_xml/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2021/10/26 11:21:52 nia Exp $ +$NetBSD: distinfo,v 1.18 2022/10/15 12:08:33 triaxx Exp $ -BLAKE2s (fast_xml-1.1.46.tar.gz) = 3c4737b0504ae03c706b8724546c9f099c124b12a5d2f7419111b75a202f9057 -SHA512 (fast_xml-1.1.46.tar.gz) = ffb1ebc76720719b1f326596316c6e1723d14240d64e0565216888699599ee1fd0378047f4f421bc595a5ad9efe065ac791fd9ea29f5b5a40c27934b5ebbbba9 -Size (fast_xml-1.1.46.tar.gz) = 107357 bytes +BLAKE2s (fast_xml-1.1.49.tar.gz) = 7d4f4c53d71eb9a258dfd3b29cc8b8546cf30c7c6e87b29928e9112812e05f48 +SHA512 (fast_xml-1.1.49.tar.gz) = c33e94865b676f0011f21f9434e0ac3c019abdad7cf0b229a4dcad8bf6c26d4d84585e013cc8257cbb4da4a4f4d5216702dbf2eda15bd333fd429d260e6e85f5 +Size (fast_xml-1.1.49.tar.gz) = 108442 bytes |