- update to 0.9508:
+ patch for XSS vulnerability in HTML::Template::Pro + add file name in logs + bugfix in perl wrapper: fix in WrapAssociate.pm OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template-Pro?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
8eb7fe2a35
commit
4f4c48ed0e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7dce9d5abca5c0bf26b134e1c05a157767d3b1582862753d2ad7ca6e89c825a5
|
|
||||||
size 170666
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f413b1c0884b65b1d8957792dde0d6ed0a4f5ffaa2585725e618ac2a8796fc9b
|
|
||||||
size 170749
|
|
3
HTML-Template-Pro-0.9508.tar.gz
Normal file
3
HTML-Template-Pro-0.9508.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2f73f6226d93329b45d6f11f5adbbad05d5348f85c0e4f536e05530e288ddc1
|
||||||
|
size 171152
|
6
perl-HTML-Template-Pro-rpmlintrc
Normal file
6
perl-HTML-Template-Pro-rpmlintrc
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# this is a test file especially to test the right encoding
|
||||||
|
addFilter("wrong-file-end-of-line-encoding.*/usr/share/doc/packages/perl-HTML-Template-Pro/test_crlf.out");
|
||||||
|
# removing this little file needs patches in Makefile -- way too much work for such a small file ;-)
|
||||||
|
addFilter("non-linux-readme.*/usr/share/doc/packages/perl-HTML-Template-Pro/README.win32");
|
||||||
|
# as perl is already required for the package, this "additional" dependency in a doc file is ok:
|
||||||
|
addFilter("doc-file-dependency /usr/share/doc/packages/perl-HTML-Template-Pro/pparam2proparam /usr/bin/perl");
|
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 11 16:06:38 UTC 2012 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- update to 0.9508:
|
||||||
|
+ patch for XSS vulnerability in HTML::Template::Pro
|
||||||
|
+ add file name in logs
|
||||||
|
+ bugfix in perl wrapper: fix in WrapAssociate.pm
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 26 18:12:11 UTC 2011 - coolo@opensuse.org
|
Tue Apr 26 18:12:11 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTML-Template-Pro (Version 0.9504)
|
# spec file for package perl-HTML-Template-Pro
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,15 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTML-Template-Pro
|
Name: perl-HTML-Template-Pro
|
||||||
Version: 0.9504
|
Version: 0.9508
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name HTML-Template-Pro
|
%define cpan_name HTML-Template-Pro
|
||||||
Summary: Perl/XS module to use HTML Templates from CGI scripts
|
Summary: Perl/XS module to use HTML Templates from CGI scripts
|
||||||
Url: http://search.cpan.org/dist/HTML-Template-Pro/
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://www.cpan.org/authors/id/V/VI/VIY/%{cpan_name}-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/HTML-Template-Pro/
|
||||||
|
Source0: http://www.cpan.org/authors/id/V/VI/VIY/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: perl-HTML-Template-Pro-rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Reference in New Issue
Block a user