Hello community,

here is the log from the commit of package perl-Test-Taint for openSUSE:Factory
checked in at Wed Jun 1 11:32:29 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Test-Taint/perl-Test-Taint.changes        
2011-05-30 17:38:58.000000000 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Mon May 30 15:32:02 UTC 2011 - co...@novell.com
+
+- regenerate with newest cpanspec
+
+-------------------------------------------------------------------
+Fri Apr 22 09:26:47 UTC 2011 - j...@novell.com
+
+- initial pull from CPAN with cpanspec_obs
+
+-------------------------------------------------------------------
+Fri Apr 22 09:26:23 UTC 2011 - j...@novell.com
+
+- initial package 1.04
+    * created by cpanspec 1.78.04
+

calling whatdependson for head-i586


New:
----
  Test-Taint-1.04.tar.gz
  perl-Test-Taint.changes
  perl-Test-Taint.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-Taint.spec ++++++
#
# spec file for package perl-Test-Taint
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-Test-Taint
Version:        1.04
Release:        1
License:        GPL+ or Artistic
%define cpan_name Test-Taint
Summary:        Tools to test taintedness
Url:            http://search.cpan.org/dist/Test-Taint/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
%{perl_requires}

%description
Tainted data is data that comes from an unsafe source, such as the command
line, or, in the case of web apps, any GET or POST transactions. Read the
the perlsec manpage man page for details on why tainted data is bad, and
how to untaint the data.

When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your data,
in standard the Test::More manpage style.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to