[Bug 1277233] Please branch and build for EPEL 7

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277233



--- Comment #6 from Jon Ciesla  ---
Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman uploaded Hijk-0.26.tar.gz for perl-Hijk

2015-11-29 Thread notifications
5c2c9e2f27c406e952c415decdadfd7e  Hijk-0.26.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Hijk/Hijk-0.26.tar.gz/md5/5c2c9e2f27c406e952c415decdadfd7e/Hijk-0.26.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-Hijk (master). "Update to 0.26"

2015-11-29 Thread notifications
From fe9fca5b4c2ba55f37006d041ac5566df88db3a6 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Sun, 29 Nov 2015 12:44:31 +0100
Subject: Update to 0.26

---
 .gitignore |  1 +
 perl-Hijk.spec | 14 +++---
 sources|  2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index ba4c4ba..37ccecc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Hijk-0.20.tar.gz
 /Hijk-0.22.tar.gz
 /Hijk-0.24.tar.gz
+/Hijk-0.26.tar.gz
diff --git a/perl-Hijk.spec b/perl-Hijk.spec
index f7c9ebc..bd8d99a 100644
--- a/perl-Hijk.spec
+++ b/perl-Hijk.spec
@@ -1,6 +1,6 @@
 Name:   perl-Hijk
-Version:0.24
-Release:2%{?dist}
+Version:0.26
+Release:1%{?dist}
 Summary:Specialized HTTP client
 License:MIT
 
@@ -50,15 +50,11 @@ rather then web servers.
 %setup -q -n Hijk-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -71,6 +67,10 @@ make test
 %{_mandir}/man3/Hijk*
 
 %changelog
+* Sun Nov 29 2015 Emmanuel Seyman  - 0.26-1
+- Update to 0.26
+- Use NO_PACKLIST=1 when creating Makefile
+
 * Tue Aug 11 2015 Petr Šabata  - 0.24-2
 - Prevent FTBFS by correcting the build time dependency list
 
diff --git a/sources b/sources
index 5db41c5..18f3f6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d414666940b95bb212eefe38d4d969e5  Hijk-0.24.tar.gz
+5c2c9e2f27c406e952c415decdadfd7e  Hijk-0.26.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Hijk.git/commit/?h=master=fe9fca5b4c2ba55f37006d041ac5566df88db3a6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

eseyman uploaded Mojolicious-Plugin-CHI-0.12.tar.gz for perl-Mojolicious-Plugin-CHI

2015-11-29 Thread notifications
cf91c2e1306353647fc7a9fd8b881373  Mojolicious-Plugin-CHI-0.12.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mojolicious-Plugin-CHI/Mojolicious-Plugin-CHI-0.12.tar.gz/md5/cf91c2e1306353647fc7a9fd8b881373/Mojolicious-Plugin-CHI-0.12.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-Mojolicious-Plugin-CHI (master). "Update to 0.12"

2015-11-29 Thread notifications
>From f0efac54c89cd068b5ae0e1517f5982fabb5375b Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Sun, 29 Nov 2015 12:53:20 +0100
Subject: Update to 0.12

---
 .gitignore   | 1 +
 perl-Mojolicious-Plugin-CHI.spec | 7 +--
 sources  | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6ba1525..1427e3a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Mojolicious-Plugin-CHI-0.11.tar.gz
+/Mojolicious-Plugin-CHI-0.12.tar.gz
diff --git a/perl-Mojolicious-Plugin-CHI.spec b/perl-Mojolicious-Plugin-CHI.spec
index df49cd4..5e4aabf 100644
--- a/perl-Mojolicious-Plugin-CHI.spec
+++ b/perl-Mojolicious-Plugin-CHI.spec
@@ -1,6 +1,6 @@
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.11
-Release:4%{?dist}
+Version:0.12
+Release:1%{?dist}
 Summary:Use CHI Caches in Mojolicious
 License:Artistic 2.0
 
@@ -58,6 +58,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 29 2015 Emmanuel Seyman  - 0.12-1
+- Update to 0.12
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 0.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index ad27f20..8d6389b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7bcbb11915e5ad970da2b3eec5f5c764  Mojolicious-Plugin-CHI-0.11.tar.gz
+cf91c2e1306353647fc7a9fd8b881373  Mojolicious-Plugin-CHI-0.12.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Mojolicious-Plugin-CHI.git/commit/?h=master=f0efac54c89cd068b5ae0e1517f5982fabb5375b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285570] perl-Hijk-0.26 is available

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285570



--- Comment #3 from Upstream Release Monitoring 
 ---
eseyman's perl-Hijk-0.26-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=702136

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman uploaded Mojolicious-6.33.tar.gz for perl-Mojolicious

2015-11-29 Thread notifications
ca045d6633078361fd7b1f1e2d316852  Mojolicious-6.33.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Mojolicious/Mojolicious-6.33.tar.gz/md5/ca045d6633078361fd7b1f1e2d316852/Mojolicious-6.33.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


eseyman pushed to perl-Mojolicious (master). "Update to 6.33"

2015-11-29 Thread notifications
>From d1f4defc72af2815f637d241b8d9509aca57b7a0 Mon Sep 17 00:00:00 2001
From: Emmanuel Seyman 
Date: Sun, 29 Nov 2015 12:51:31 +0100
Subject: Update to 6.33

---
 .gitignore| 1 +
 perl-Mojolicious.spec | 7 +--
 sources   | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8fe88d6..8bf6560 100644
--- a/.gitignore
+++ b/.gitignore
@@ -183,3 +183,4 @@ Mojolicious-0.26.tar.gz
 /Mojolicious-6.24.tar.gz
 /Mojolicious-6.27.tar.gz
 /Mojolicious-6.31.tar.gz
+/Mojolicious-6.33.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 4a721f4..b1e1652 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:   perl-Mojolicious
-Version:6.31
+Version:6.33
 Release:1%{?dist}
 Summary:A next generation web framework for Perl
 License:Artistic 2.0
@@ -10,7 +10,7 @@ Source0:
http://search.cpan.org/CPAN/authors/id/S/SR/SRI/Mojolicious-%{ve
 BuildArch:  noarch
 BuildRequires:  perl >= 0:5.010001
 BuildRequires:  perl(Compress::Raw::Zlib)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Digest::SHA)
@@ -65,6 +65,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Nov 29 2015 Emmanuel Seyman  - 6.33-1
+- Update to 6.33
+
 * Sun Nov 15 2015 Emmanuel Seyman  - 6.31-1
 - Update to 6.31
 
diff --git a/sources b/sources
index 65205ef..a0cd699 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe84256d973e8374e48f987d666027dd  Mojolicious-6.31.tar.gz
+ca045d6633078361fd7b1f1e2d316852  Mojolicious-6.33.tar.gz
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Mojolicious.git/commit/?h=master=d1f4defc72af2815f637d241b8d9509aca57b7a0
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1283540] perl-Mojolicious-Plugin-CHI-0.12 is available

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1283540



--- Comment #3 from Upstream Release Monitoring 
 ---
eseyman's perl-Mojolicious-Plugin-CHI-0.12-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=702137

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1283442] perl-Mojolicious-6.33 is available

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1283442



--- Comment #6 from Upstream Release Monitoring 
 ---
eseyman's perl-Mojolicious-6.33-1.fc24 completed
http://koji.fedoraproject.org/koji/buildinfo?buildID=702139

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1283540] perl-Mojolicious-Plugin-CHI-0.12 is available

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1283540

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Mojolicious-Plugin-CHI
   ||-0.12-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-11-29 10:25:20



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1285570] perl-Hijk-0.26 is available

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285570

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Hijk-0.26-1.fc24
 Resolution|--- |RAWHIDE
Last Closed||2015-11-29 10:24:53



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1283442] perl-Mojolicious-6.33 is available

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1283442

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Mojolicious-6.33-1.fc2
   ||4
 Resolution|--- |RAWHIDE
Last Closed||2015-11-29 10:25:45



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1277233] Please branch and build for EPEL 7

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1277233

Emmanuel Seyman  changed:

   What|Removed |Added

   Assignee|emman...@seyman.fr  |limburg...@gmail.com



--- Comment #5 from Emmanuel Seyman  ---
Jon, I'm assigning this bug to you since you're doing the heavy lifting.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc pushed to perl-Crypt-Random (master). "Fix broken previous fix for CPAN RT#99880, RHBZ#1158379"

2015-11-29 Thread notifications
>From 6aa8938158eb8379b86f869b75f5df77ab3d274f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 29 Nov 2015 16:02:02 +
Subject: Fix broken previous fix for CPAN RT#99880, RHBZ#1158379

---
 Crypt-Random-1.25-test-fix.patch | 17 -
 perl-Crypt-Random.spec   |  8 +++-
 2 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/Crypt-Random-1.25-test-fix.patch b/Crypt-Random-1.25-test-fix.patch
index 7c2a822..88cf7d3 100644
--- a/Crypt-Random-1.25-test-fix.patch
+++ b/Crypt-Random-1.25-test-fix.patch
@@ -1,13 +1,20 @@
 --- t/generator.t
 +++ t/generator.t
-@@ -23,7 +23,10 @@
+@@ -10,7 +10,7 @@
+ 
+ use Test;
+ use Crypt::Random::Generator;
+-BEGIN { plan tests => 18 };
++BEGIN { plan tests => 18, todo => [3,9,15] };
+ 
+ tests( new Crypt::Random::Generator Strength => 1 );
+ tests( new Crypt::Random::Generator Strength => 0 );
+@@ -23,7 +23,7 @@ sub tests {
  my $y = $gen->integer (Size => 10);
  ok($x < 1025, 1);
  ok($y < 1025, 1);
-+TODO: {
-+local $TODO = "There's about a 0.1% chance that this test will fail 
normally";
- ok($x != $y, 1);
-+}
+-ok($x != $y, 1);
++ok($x != $y, 1); # About 0.1% chance of this test failing, so it's TODO
  ok($gen->integer (Upper => 500) < 501, 1);
  ok($gen->integer (Size => 128));
  ok(length($gen->string (Length => 30)), 30);
diff --git a/perl-Crypt-Random.spec b/perl-Crypt-Random.spec
index 96ffae0..6913ed2 100644
--- a/perl-Crypt-Random.spec
+++ b/perl-Crypt-Random.spec
@@ -1,7 +1,7 @@
 Summary:   Cryptographically Secure, True Random Number Generator
 Name:  perl-Crypt-Random
 Version:   1.25
-Release:   23%{?dist}
+Release:   24%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-Random/
@@ -10,6 +10,9 @@ Patch0:   Crypt-Random-1.25-test-fix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
@@ -69,6 +72,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Crypt::Random.3*
 
 %changelog
+* Sun Nov 29 2015 Paul Howarth  - 1.25-24
+- Fix broken previous fix for CPAN RT#99880, RHBZ#1158379
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.25-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Crypt-Random.git/commit/?h=master=6aa8938158eb8379b86f869b75f5df77ab3d274f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


pghmcfc pushed to perl-Crypt-Random (perl-Crypt-Random-1.25-24.fc24). "Fix broken previous fix for CPAN RT#99880, RHBZ#1158379"

2015-11-29 Thread notifications
>From 6aa8938158eb8379b86f869b75f5df77ab3d274f Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Sun, 29 Nov 2015 16:02:02 +
Subject: Fix broken previous fix for CPAN RT#99880, RHBZ#1158379

---
 Crypt-Random-1.25-test-fix.patch | 17 -
 perl-Crypt-Random.spec   |  8 +++-
 2 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/Crypt-Random-1.25-test-fix.patch b/Crypt-Random-1.25-test-fix.patch
index 7c2a822..88cf7d3 100644
--- a/Crypt-Random-1.25-test-fix.patch
+++ b/Crypt-Random-1.25-test-fix.patch
@@ -1,13 +1,20 @@
 --- t/generator.t
 +++ t/generator.t
-@@ -23,7 +23,10 @@
+@@ -10,7 +10,7 @@
+ 
+ use Test;
+ use Crypt::Random::Generator;
+-BEGIN { plan tests => 18 };
++BEGIN { plan tests => 18, todo => [3,9,15] };
+ 
+ tests( new Crypt::Random::Generator Strength => 1 );
+ tests( new Crypt::Random::Generator Strength => 0 );
+@@ -23,7 +23,7 @@ sub tests {
  my $y = $gen->integer (Size => 10);
  ok($x < 1025, 1);
  ok($y < 1025, 1);
-+TODO: {
-+local $TODO = "There's about a 0.1% chance that this test will fail 
normally";
- ok($x != $y, 1);
-+}
+-ok($x != $y, 1);
++ok($x != $y, 1); # About 0.1% chance of this test failing, so it's TODO
  ok($gen->integer (Upper => 500) < 501, 1);
  ok($gen->integer (Size => 128));
  ok(length($gen->string (Length => 30)), 30);
diff --git a/perl-Crypt-Random.spec b/perl-Crypt-Random.spec
index 96ffae0..6913ed2 100644
--- a/perl-Crypt-Random.spec
+++ b/perl-Crypt-Random.spec
@@ -1,7 +1,7 @@
 Summary:   Cryptographically Secure, True Random Number Generator
 Name:  perl-Crypt-Random
 Version:   1.25
-Release:   23%{?dist}
+Release:   24%{?dist}
 License:   GPL+ or Artistic
 Group: Development/Libraries
 Url:   http://search.cpan.org/dist/Crypt-Random/
@@ -10,6 +10,9 @@ Patch0:   Crypt-Random-1.25-test-fix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch: noarch
 # Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl(ExtUtils::MakeMaker)
 # Module Runtime
@@ -69,6 +72,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Crypt::Random.3*
 
 %changelog
+* Sun Nov 29 2015 Paul Howarth  - 1.25-24
+- Fix broken previous fix for CPAN RT#99880, RHBZ#1158379
+
 * Thu Jun 18 2015 Fedora Release Engineering  
- 1.25-23
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.11.2



http://pkgs.fedoraproject.org/cgit/perl-Crypt-Random.git/commit/?h=perl-Crypt-Random-1.25-24.fc24=6aa8938158eb8379b86f869b75f5df77ab3d274f
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1282917] Review Request: perl-Test-mysqld - Mysqld runner for tests

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1282917



--- Comment #17 from Fedora Update System  ---
perl-Test-mysqld-0.17-3.fc23 has been pushed to the Fedora 23 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1282917] Review Request: perl-Test-mysqld - Mysqld runner for tests

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1282917

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2015-11-29 21:19:32



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1282917] Review Request: perl-Test-mysqld - Mysqld runner for tests

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1282917



--- Comment #18 from Fedora Update System  ---
perl-Test-mysqld-0.17-3.fc22 has been pushed to the Fedora 22 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org


[Bug 1094440] CVE-2014-3230 perl-libwww-perl: incorrect handling of SSL certificate verification

2015-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1094440

Ján Rusnačko  changed:

   What|Removed |Added

 CC||jrusn...@redhat.com
 Whiteboard|impact=moderate,public=2014 |impact=moderate,public=2014
   |0501,reported=20140501,sour |0501,reported=20140501,sour
   |ce=debian,cvss2=5.8/AV:N/AC |ce=debian,cvss2=5.8/AV:N/AC
   |:M/Au:N/C:P/I:P/A:N,rhel-5/ |:M/Au:N/C:P/I:P/A:N,rhel-5/
   |perl-libwww-perl=notaffecte |perl-libwww-perl=notaffecte
   |d,rhel-6/perl-libwww-perl=n |d,rhel-6/perl-libwww-perl=n
   |otaffected,rhel-7/perl-libw |otaffected,rhel-7/perl-libw
   |ww-perl=wontfix,fedora-all/ |ww-perl=wontfix,fedora-all/
   |perl-libwww-perl=affected   |perl-libwww-perl=affected,c
   ||we=CWE-295



-- 
You are receiving this mail because:
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org