[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-xss-saniti=7Ae?=: Initial import.

Giovanni Mascellani gio at debian.org
Fri May 27 14:39:45 UTC 2011


Fri May 27 14:36:34 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Initial import.
  Ignore-this: ada47d7ba3a623113983eab9150d7159

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Fri May 27 14:36:34 UTC 2011  Giovanni Mascellani <gio at debian.org>
  * Initial import.
  Ignore-this: ada47d7ba3a623113983eab9150d7159
diff -rN -u old-haskell-xss-sanitize//changelog new-haskell-xss-sanitize//changelog
--- old-haskell-xss-sanitize//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xss-sanitize//changelog	2011-05-27 14:39:45.199777774 +0000
@@ -0,0 +1,5 @@
+haskell-xss-sanitize (0.2.6-1) UNRELEASED; urgency=low
+
+  * Initial release. (closes: #628135)
+
+ -- Giovanni Mascellani <gio at debian.org>  Wed, 25 May 2011 14:57:06 +0200
diff -rN -u old-haskell-xss-sanitize//compat new-haskell-xss-sanitize//compat
--- old-haskell-xss-sanitize//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xss-sanitize//compat	2011-05-27 14:39:45.203777805 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-xss-sanitize//control new-haskell-xss-sanitize//control
--- old-haskell-xss-sanitize//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xss-sanitize//control	2011-05-27 14:39:45.203777805 +0000
@@ -0,0 +1,85 @@
+Source: haskell-xss-sanitize
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ haskell-devscripts (>= 0.7),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-tagsoup-dev (>= 0.11),
+ libghc-tagsoup-prof (>= 0.11),
+ libghc-utf8-string-dev (>= 0.3),
+ libghc-utf8-string-prof (>= 0.3),
+ libghc-network-dev (>= 2),
+ libghc-network-prof (>= 2)
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-tagsoup-doc (>= 0.11),
+ libghc-utf8-string-doc (>= 0.3),
+ libghc-network-doc (>= 2)
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/xss-sanitize
+Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-xss-sanitize
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-xss-sanitize
+
+Package: libghc-xss-sanitize-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+ libghc-xss-sanitize-data (= ${source:Version})
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Library to sanitize HTML and prevent XSS attacks - GHC libraries
+ This library is able to parse strings that contain HTML code and check
+ for the presence of potentially malicious tags that could trigger XSS
+ (Cross-Site Scripting). It can be used in a Web application when using
+ HTML code coming from an untrusted party.
+ .
+ Moreover, this library is also able to check for unbalanced tags and
+ tries to fix them (even though it could produce invalid HTML).
+ .
+ This package contains the libraries compiled for GHC.
+
+Package: libghc-xss-sanitize-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Provides: ${haskell:Provides}
+Description: Library to sanitize HTML and prevent XSS attacks - GHC profiling libraries
+ This library is able to parse strings that contain HTML code and check
+ for the presence of potentially malicious tags that could trigger XSS
+ (Cross-Site Scripting). It can be used in a Web application when using
+ HTML code coming from an untrusted party.
+ .
+ Moreover, this library is also able to check for unbalanced tags and
+ tries to fix them (even though it could produce invalid HTML).
+ .
+ This package contains the profiling libraries compiled for GHC.
+
+Package: libghc-xss-sanitize-doc
+Section: doc
+Architecture: all
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends}
+Suggests: ${haskell:Suggests}
+Recommends: ${haskell:Recommends}
+Description: Library to sanitize HTML and prevent XSS attacks - documentation
+ This library is able to parse strings that contain HTML code and check
+ for the presence of potentially malicious tags that could trigger XSS
+ (Cross-Site Scripting). It can be used in a Web application when using
+ HTML code coming from an untrusted party.
+ .
+ Moreover, this library is also able to check for unbalanced tags and
+ tries to fix them (even though it could produce invalid HTML).
+ .
+ This package contains the library documentation.
diff -rN -u old-haskell-xss-sanitize//copyright new-haskell-xss-sanitize//copyright
--- old-haskell-xss-sanitize//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xss-sanitize//copyright	2011-05-27 14:39:45.203777805 +0000
@@ -0,0 +1,38 @@
+Format-Specification: http://dep.debian.net/deps/dep5
+Name: Library to sanitize HTML and prevent XSS attacks
+Maintainer: Greg Weber <greg at gregweber.info>
+Source: http://hackage.haskell.org/package/xss-sanitize
+
+Files: *
+Copyright: © 2010, Greg Weber <greg at gregweber.info>
+License: BSD
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this
+   list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: © 2011, Giovanni Mascellani <gio at debian.org>
+License: GPL-3+
+ The Debian packaging information is under the GPL, version 3 or later.  On
+ Debian GNU/Linux systems, the complete text of the GNU General Public License
+ Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
diff -rN -u old-haskell-xss-sanitize//rules new-haskell-xss-sanitize//rules
--- old-haskell-xss-sanitize//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xss-sanitize//rules	2011-05-27 14:39:45.203777805 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-xss-sanitize//source/format new-haskell-xss-sanitize//source/format
--- old-haskell-xss-sanitize//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xss-sanitize//source/format	2011-05-27 14:39:45.203777805 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-xss-sanitize//watch new-haskell-xss-sanitize//watch
--- old-haskell-xss-sanitize//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-xss-sanitize//watch	2011-05-27 14:39:45.203777805 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|xss-sanitize-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/xss-sanitize \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list