- 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:
Stephan Kulow 2014-02-09 15:47:45 +00:00 committed by Git OBS Bridge
parent aa125c755a
commit 0344c60d1a
4 changed files with 14 additions and 14 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bcf6f8472f8ea50401536cb070ac0c7770837d155c4d6abe212759863aae065
size 33995

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: perl-Capture-Tiny
Version: 0.23
Version: 0.24
Release: 0
%define cpan_name Capture-Tiny
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
@ -29,15 +29,7 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Capture::Tiny)
#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)
BuildRequires: perl(version)
%{perl_requires}
%description