forked from pool/perl-XML-Twig
- Security fix [bsc#1008644, CVE-2016-9180] * Setting expand_external_ents to 0 or -1 currently doesn't work as expected; To completely turn off expanding external entities use no_xxe. * Update documentation for XML::Twig to mention problems with expand_external_ents and add information about new no_xxe argument * Add test CVE-2016-9180.t * Add test build-requirements: perl-Test-Exception, perl-Text-Iconv, perl-Unicode-Map8 - Add perl-XML-Twig-CVE-2016-9180.patch OBS-URL: https://build.opensuse.org/request/show/821143 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Twig?expand=0&rev=37
29 lines
803 B
YAML
29 lines
803 B
YAML
---
|
|
#description_paragraphs: 3
|
|
#no_testing: broken upstream
|
|
#sources:
|
|
# - source1
|
|
# - source2
|
|
patches:
|
|
perl-XML-Twig-CVE-2016-9180.patch: -p1
|
|
preamble: |-
|
|
BuildRequires: expat
|
|
BuildRequires: perl-HTML-Tidy
|
|
BuildRequires: perl-IO-CaptureOutput
|
|
BuildRequires: perl-Test-Exception
|
|
BuildRequires: perl-Test-Pod
|
|
BuildRequires: perl-Text-Iconv
|
|
BuildRequires: perl-Text-Wrapper
|
|
BuildRequires: perl-Tie-IxHash
|
|
BuildRequires: perl-Unicode-Map8
|
|
BuildRequires: perl-XML-Filter-BufferText
|
|
BuildRequires: perl-XML-Handler-YAWriter
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: perl-XML-SAX-Writer
|
|
BuildRequires: perl-XML-Simple
|
|
BuildRequires: perl-XML-XPath
|
|
BuildRequires: perl-XML-XPathEngine
|
|
Requires: expat
|
|
Requires: perl-XML-Parser
|
|
Requires: perl(Encode)
|