diff --git a/ghc-xml-conduit.changes b/ghc-xml-conduit.changes index 634b24b..ec509aa 100644 --- a/ghc-xml-conduit.changes +++ b/ghc-xml-conduit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Feb 27 13:13:59 UTC 2021 - psimons@suse.com + +- Update xml-conduit to version 1.9.1.0. + ## 1.9.1 + + * `]` characters inside doctype are now correctly handled + * Entity expansion loops are now detected and avoided + * Add field `psEntityExpansionSizeLimit` in `ParseSettings` to limit the length of an entity expansion; set to 8192 characters by default + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-xml-conduit.spec b/ghc-xml-conduit.spec index 58fe352..77cceba 100644 --- a/ghc-xml-conduit.spec +++ b/ghc-xml-conduit.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-xml-conduit # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name xml-conduit %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.9.0.0 +Version: 1.9.1.0 Release: 0 Summary: Pure-Haskell utilities for dealing with XML with the conduit package License: MIT @@ -30,6 +30,7 @@ BuildRequires: ghc-attoparsec-devel BuildRequires: ghc-blaze-html-devel BuildRequires: ghc-blaze-markup-devel BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-conduit-devel BuildRequires: ghc-conduit-extra-devel BuildRequires: ghc-containers-devel diff --git a/xml-conduit-1.9.0.0.tar.gz b/xml-conduit-1.9.0.0.tar.gz deleted file mode 100644 index 17d0af0..0000000 --- a/xml-conduit-1.9.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cb4b8c3571dc044d0001e35f2c3e3a28f591bb6bb4a5ef7ee59207444d8a7dc -size 40139 diff --git a/xml-conduit-1.9.1.0.tar.gz b/xml-conduit-1.9.1.0.tar.gz new file mode 100644 index 0000000..4bda0c4 --- /dev/null +++ b/xml-conduit-1.9.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa5d99020763642537a80067bbc6001828d855c0686c19eb3815b5c7a7ae029 +size 42089