- updated to 0.24
Fixed: - Closed security hole in use of semaphore flag in /tmp; now opens semaphore the using O_CREAT|O_EXCL OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Capture-Tiny?expand=0&rev=27
This commit is contained in:
parent
aa125c755a
commit
0344c60d1a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:427814015824014b41f666c16afadab0ea551db946e494fdfbc59c44c9569bdf
|
|
||||||
size 32942
|
|
3
Capture-Tiny-0.24.tar.gz
Normal file
3
Capture-Tiny-0.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9bcf6f8472f8ea50401536cb070ac0c7770837d155c4d6abe212759863aae065
|
||||||
|
size 33995
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.24
|
||||||
|
Fixed:
|
||||||
|
- Closed security hole in use of semaphore flag in /tmp;
|
||||||
|
now opens semaphore the using O_CREAT|O_EXCL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 26 07:35:33 UTC 2013 - coolo@suse.com
|
Tue Nov 26 07:35:33 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Capture-Tiny
|
# spec file for package perl-Capture-Tiny
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Capture-Tiny
|
Name: perl-Capture-Tiny
|
||||||
Version: 0.23
|
Version: 0.24
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Capture-Tiny
|
%define cpan_name Capture-Tiny
|
||||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||||
@ -29,15 +29,7 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
#BuildRequires: perl(Capture::Tiny)
|
BuildRequires: perl(version)
|
||||||
#BuildRequires: perl(Cases)
|
|
||||||
#BuildRequires: perl(Inline)
|
|
||||||
#BuildRequires: perl(Pod::Wordlist)
|
|
||||||
#BuildRequires: perl(Test::Differences)
|
|
||||||
#BuildRequires: perl(Test::Spelling) >= 0.12
|
|
||||||
#BuildRequires: perl(TieEvil)
|
|
||||||
#BuildRequires: perl(TieLC)
|
|
||||||
#BuildRequires: perl(Utils)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user