Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-xss-sanitize for
openSUSE:Factory checked in at 2023-10-18 21:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-xss-sanitize (Old)
and /work/SRC/openSUSE:Factory/.ghc-xss-sanitize.new.31755 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-xss-sanitize"
Wed Oct 18 21:26:09 2023 rev:9 rq:1118494 version:0.3.7.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-xss-sanitize/ghc-xss-sanitize.changes
2023-04-07 18:16:50.708724748 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-xss-sanitize.new.31755/ghc-xss-sanitize.changes
2023-10-18 21:26:28.630368501 +0200
@@ -1,0 +2,6 @@
+Fri Oct 13 18:52:55 UTC 2023 - Peter Simons <[email protected]>
+
+- Update xss-sanitize to version 0.3.7.2 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
xss-sanitize.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-xss-sanitize.spec ++++++
--- /var/tmp/diff_new_pack.LG3XCV/_old 2023-10-18 21:26:29.230390236 +0200
+++ /var/tmp/diff_new_pack.LG3XCV/_new 2023-10-18 21:26:29.230390236 +0200
@@ -26,6 +26,7 @@
License: BSD-2-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-attoparsec-prof
@@ -85,6 +86,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ xss-sanitize.cabal ++++++
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: xss-sanitize
version: 0.3.7.2
x-revision: 1
synopsis: sanitize untrusted HTML to prevent XSS attacks
description: run untrusted HTML through Text.HTML.SanitizeXSS.sanitizeXSS to
prevent XSS attacks. see README.md
<http://github.com/yesodweb/haskell-xss-sanitize> for more details
category: Web
stability: Stable
homepage: https://github.com/yesodweb/haskell-xss-sanitize#readme
bug-reports: https://github.com/yesodweb/haskell-xss-sanitize/issues
author: Greg Weber <[email protected]>
maintainer: Michael Snoyman <[email protected]>
license: BSD2
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/yesodweb/haskell-xss-sanitize
library
exposed-modules:
Text.HTML.SanitizeXSS
other-modules:
Text.HTML.SanitizeXSS.Css
Paths_xss_sanitize
hs-source-dirs:
src
build-depends:
attoparsec >=0.10.0.3 && <1
, base >=4.9.1 && <5
, containers
, css-text >=0.1.1 && <0.2
, network-uri >=2.6
, tagsoup >=0.12.2 && <1
, text >=0.11 && <2.2
, utf8-string >=0.3 && <1.1
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
other-modules:
Text.HTML.SanitizeXSS
Text.HTML.SanitizeXSS.Css
Paths_xss_sanitize
hs-source-dirs:
test
src
cpp-options: -DTEST
build-depends:
HUnit >=1.2
, attoparsec >=0.10.0.3 && <1
, base >=4.9.1 && <5
, containers
, css-text >=0.1.1 && <0.2
, hspec >=1.3
, network-uri >=2.6
, tagsoup >=0.12.2 && <1
, text >=0.11 && <2.2
, utf8-string >=0.3 && <1.1
default-language: Haskell2010