Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-File-Find-Rule for openSUSE:Factory checked in at 2025-06-12 15:52:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-Find-Rule (Old) and /work/SRC/openSUSE:Factory/.perl-File-Find-Rule.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-Find-Rule" Thu Jun 12 15:52:04 2025 rev:15 rq:1285043 version:0.350.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-Find-Rule/perl-File-Find-Rule.changes 2025-05-27 18:49:54.960066298 +0200 +++ /work/SRC/openSUSE:Factory/.perl-File-Find-Rule.new.19631/perl-File-Find-Rule.changes 2025-06-12 15:52:09.030422491 +0200 @@ -1,0 +2,10 @@ +Wed Jun 11 14:56:08 UTC 2025 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.350.0 (0.35) + see /usr/share/doc/packages/perl-File-Find-Rule/Changes + + 0.35 Thursday 5th June, 2025 + Fix for CVE-2011-10007 https://github.com/richardc/perl-file-find-rule/pull/4 + bsc#1244148 + +------------------------------------------------------------------- Old: ---- File-Find-Rule-0.34.tar.gz New: ---- File-Find-Rule-0.35.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-Find-Rule.spec ++++++ --- /var/tmp/diff_new_pack.ZViq8W/_old 2025-06-12 15:52:10.710492229 +0200 +++ /var/tmp/diff_new_pack.ZViq8W/_new 2025-06-12 15:52:10.726492893 +0200 @@ -18,10 +18,10 @@ %define cpan_name File-Find-Rule Name: perl-File-Find-Rule -Version: 0.340.0 +Version: 0.350.0 Release: 0 -# 0.34 -> normalize -> 0.340.0 -%define cpan_version 0.34 +# 0.35 -> normalize -> 0.350.0 +%define cpan_version 0.35 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Alternative interface to File::Find URL: https://metacpan.org/release/%{cpan_name} ++++++ File-Find-Rule-0.34.tar.gz -> File-Find-Rule-0.35.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Find-Rule-0.34/Changes new/File-Find-Rule-0.35/Changes --- old/File-Find-Rule-0.34/Changes 2015-12-03 15:28:02.000000000 +0100 +++ new/File-Find-Rule-0.35/Changes 2025-06-05 17:32:08.000000000 +0200 @@ -1,3 +1,6 @@ +0.35 Thursday 5th June, 2025 + Fix for CVE https://github.com/richardc/perl-file-find-rule/pull/4 + 0.34 Thursday 4th December, 2015 Add canonpath option to normalize file-path separators. Work by Mithun Ayachit. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Find-Rule-0.34/META.json new/File-Find-Rule-0.35/META.json --- old/File-Find-Rule-0.34/META.json 2015-12-03 15:30:12.000000000 +0100 +++ new/File-Find-Rule-0.35/META.json 2025-06-05 17:32:13.000000000 +0200 @@ -4,13 +4,13 @@ "unknown" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380", + "generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010", "license" : [ "unknown" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "File-Find-Rule", "no_index" : { @@ -41,5 +41,6 @@ } }, "release_status" : "stable", - "version" : "0.34" + "version" : "0.35", + "x_serialization_backend" : "JSON::PP version 4.16" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Find-Rule-0.34/META.yml new/File-Find-Rule-0.35/META.yml --- old/File-Find-Rule-0.34/META.yml 2015-12-03 15:30:12.000000000 +0100 +++ new/File-Find-Rule-0.35/META.yml 2025-06-05 17:32:13.000000000 +0200 @@ -3,24 +3,25 @@ author: - unknown build_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 2.133380' +generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: File-Find-Rule no_index: directory: - t - inc requires: - File::Find: 0 - File::Spec: 0 - Number::Compare: 0 - Test::More: 0 - Text::Glob: 0.07 -version: 0.34 + File::Find: '0' + File::Spec: '0' + Number::Compare: '0' + Test::More: '0' + Text::Glob: '0.07' +version: '0.35' +x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-Find-Rule-0.34/lib/File/Find/Rule.pm new/File-Find-Rule-0.35/lib/File/Find/Rule.pm --- old/File-Find-Rule-0.34/lib/File/Find/Rule.pm 2015-12-03 15:27:56.000000000 +0100 +++ new/File-Find-Rule-0.35/lib/File/Find/Rule.pm 2025-06-05 17:32:08.000000000 +0200 @@ -8,7 +8,7 @@ use Carp qw/croak/; use File::Find (); # we're only wrapping for now -our $VERSION = '0.34'; +our $VERSION = '0.35'; # we'd just inherit from Exporter, but I want the colon sub import { @@ -420,7 +420,7 @@ $self->exec( sub { local *FILE; - open FILE, $_ or return; + open FILE, '<', $_ or return; local ($_, $.); while (<FILE>) { for my $p (@pattern) {