Accepting request 783765 from devel:languages:perl:autoupdate

- updated to 0.334
   see /usr/share/doc/packages/perl-IPC-System-Options/Changes
  0.334   2020-03-10  Released-By: PERLANCAR; Urgency: medium
  
          - [bugfix] readpipe() didn't respect shell=0 option. Since Perl's
            backtick always uses shell, when user wants shell=0, we need to avoid
            using backtick and emulate it with system() + capture_output instead.

OBS-URL: https://build.opensuse.org/request/show/783765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-System-Options?expand=0&rev=7
This commit is contained in:
Lars Vogdt
2020-03-14 08:19:00 +00:00
committed by Git OBS Bridge
parent 1a04eb176b
commit dcb6857950
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 11 03:12:40 UTC 2020 - <timueller+perl@suse.de>
- updated to 0.334
see /usr/share/doc/packages/perl-IPC-System-Options/Changes
0.334 2020-03-10 Released-By: PERLANCAR; Urgency: medium
- [bugfix] readpipe() didn't respect shell=0 option. Since Perl's
backtick always uses shell, when user wants shell=0, we need to avoid
using backtick and emulate it with system() + capture_output instead.
-------------------------------------------------------------------
Thu Jan 23 03:09:32 UTC 2020 - <timueller+perl@suse.de>