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 2022-08-01 21:29:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-xss-sanitize (Old)
and /work/SRC/openSUSE:Factory/.ghc-xss-sanitize.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-xss-sanitize"
Mon Aug 1 21:29:03 2022 rev:5 rq:985832 version:0.3.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-xss-sanitize/ghc-xss-sanitize.changes
2021-10-12 21:50:19.055954545 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-xss-sanitize.new.1533/ghc-xss-sanitize.changes
2022-08-01 21:29:11.605448950 +0200
@@ -1,0 +2,6 @@
+Wed Mar 30 14:05:07 UTC 2022 - Peter Simons <[email protected]>
+
+- Update xss-sanitize to version 0.3.7 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.smsk4Y/_old 2022-08-01 21:29:12.117450419 +0200
+++ /var/tmp/diff_new_pack.smsk4Y/_new 2022-08-01 21:29:12.121450430 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-xss-sanitize
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,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-containers-devel
@@ -57,6 +58,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.34.4.
--
-- see: https://github.com/sol/hpack
name: xss-sanitize
version: 0.3.7
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.1
, 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.1
, utf8-string >=0.3 && <1.1
default-language: Haskell2010