[Bug 1323662] Authen:: Krb5 uses internal and no longer existing krb5 functions

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1323662



--- Comment #3 from Fedora End Of Life  ---
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: HEADS UP: eigen-3.3.0 update

2016-11-24 Thread Kevin Kofler
Sandro Mani wrote:
> - avogadro relies on the eigen-2.x compatibility which was removed in
> eigen-3.3, and there is not progress upstream so far in resolving the
> issue.

https://github.com/cryos/avogadro/issues/842

Kevin Kofler
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: HEADS UP: eigen-3.3.0 update

2016-11-24 Thread Kevin Kofler
Sandro Mani wrote:
> - avogadro relies on the eigen-2.x compatibility which was removed in
> eigen-3.3, and there is not progress upstream so far in resolving the
> issue.

https://github.com/cryos/avogadro/issues/842

Kevin Kofler
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: HEADS UP: eigen-3.3.0 update

2016-11-24 Thread Kevin Kofler
Sandro Mani wrote:
> - avogadro relies on the eigen-2.x compatibility which was removed in
> eigen-3.3, and there is not progress upstream so far in resolving the
> issue.

https://github.com/cryos/avogadro/issues/842

Kevin Kofler
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: HEADS UP: eigen-3.3.0 update

2016-11-24 Thread Kevin Kofler
Sandro Mani wrote:
> AFAICS avogadro can still be built against eigen2, so sure, that would
> also be a plan. Not sure if reviving the package is better than bundling
> though, since eigen2 is completely unsupported upstream and its use not
> recommended [1]. I wouldn't want people starting to use the eigen2
> package if it becomes available in the repos again.

Another alternative would be to make an eigen32 compatibility package with 
3.2.

Kevin Kofler
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Kevin Kofler
Michael Stahl wrote:
> looks like both core Gnome apps and Qt5/KDE have apparently managed to
> grow dependencies on the toxic codecs.

The thing is, they both need only one or two of the offending codecs (not 
necessarily the same ones). In the Plasma case, the dependency is kwin → 
qt5-qtmultimedia → libgstphotography-1.0.so.0. If that were moved to a 
dedicated subpackage, we would avoid dragging in the whole set.

But still, GStreamer upstream's approach of "oh, those plugins are bad, 
don't use them, we don't care about their security" does not work at all. 
People WILL end up installing them no matter what we do (even if we don't 
package them at all, they will surely spring up in Copr/OBS/wherever), and 
an attack can be as simple as visiting a web page. Upstream really needs to 
audit ALL plugins for security.

Kevin Kofler
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Kevin Kofler
Florian Weimer wrote:
> What about the larger picture?  Can tracker be made optional again for
> the GNOME desktop?

Tracker is just a red herring. GStreamer flaws can be exploited directly in 
any browser that actually uses GStreamer, e.g., all the WebKit (WebKitGtk, 
QtWebKit, but not Blink/Chromium) ones, KHTML, etc. For Chromium/Chrome, you 
only have to go through the download autosaving misfeature and Tracker 
because Chromium/Chrome does not use GStreamer. These flaws are much more 
critical than people seem to think!

Kevin Kofler
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: upcoming build and release developer flag day December 12 2016

2016-11-24 Thread Kevin Kofler
Peter Robinson wrote:
> Well the koji web interface itself doesn't use authentication anymore,
> from a fedpkg PoV there's a lot of complexity with http(s) because it
> could be proxied or NATed (worst is CG-NAT) so the same connection
> from the same laptop might not even come via the same IP. Basically
> what you're describing is exactly what kerberos solves, tokens to
> authenticate various different connections.

My point is, just use SSH instead of HTTP(S) as the transport. You could 
even tunnel HTTP over an SSH tunnel after you let SSH authenticate the other 
end, if you really need an HTTP API. (Not much point in using HTTPS over the 
already encrypted SSH.)

> A lot of companies and data security standards explicitly disallow ssh
> keys because of the fact it's client side pass phrases with no way to
> enforce a policy so there's no way to tell even if the key has a
> passphrase.

And that is what I like about SSH. :-) I decide the level of security I 
actually need for my key, not somebody else.

And we already trust SSH authentication for access to dist-git, so I don't 
see why it would not be good enough for Koji as well.

> Personally I'd like to see eventually the move to kerberos to replace ssh-
> keys as it's easier to enforce a minimum policy and manage.

Kinit just takes a password, automating it to pick the password from any 
password store or even a plaintext file and then run automatically on 
startup and automatically renew expired tickets is not that hard. It will 
just be a minor annoyance until one of us writes the automation tool, and do 
nothing to enforce any kind of policy on us.

The infrastructure really needs to work for us, not against us.


As for the other reply:

Stephen John Smoogen wrote:
> Off-list:

Not quite. :-)

> [snip]
> Does that make sense?

No. See my reply to Peter Robinson above.

Kevin Kofler
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[389-devel] Build failed in Jenkins: 389-DS-NIGHTLY #143

2016-11-24 Thread Jenkins
See 


--
[...truncated 3828 lines...]
suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedControl] PASSED
suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedExtension] PASSED
suites/basic/basic_test.py::test_mod_def_rootdse_attr[supportedSASLMechanisms] 
PASSED
suites/basic/basic_test.py::test_mod_def_rootdse_attr[vendorName] PASSED
suites/basic/basic_test.py::test_mod_def_rootdse_attr[vendorVersion] PASSED
suites/betxns/betxn_test.py::test_betxn_init PASSED
suites/betxns/betxn_test.py::test_betxt_7bit PASSED
suites/betxns/betxn_test.py::test_betxn_attr_uniqueness PASSED
suites/betxns/betxn_test.py::test_betxn_memberof PASSED
suites/chaining_plugin/chaining_test.py::test_chaining_init PASSED
suites/chaining_plugin/chaining_test.py::test_chaining_ PASSED
suites/clu/clu_test.py::test_clu_init PASSED
suites/clu/clu_test.py::test_clu_pwdhash PASSED
suites/clu/db2ldif_test.py::test_db2ldif_init PASSED
suites/collation_plugin/collatation_test.py::test_collatation_init PASSED
suites/collation_plugin/collatation_test.py::test_collatation_ PASSED
suites/config/config_test.py::test_maxbersize_repl PASSED
suites/config/config_test.py::test_config_listen_backport_size PASSED
suites/config/config_test.py::test_config_deadlock_policy PASSED
suites/cos_plugin/cos_test.py::test_cos_init PASSED
suites/cos_plugin/cos_test.py::test_cos_ PASSED
suites/deref_plugin/deref_test.py::test_deref_init PASSED
suites/deref_plugin/deref_test.py::test_deref_ PASSED
suites/disk_monitoring/disk_monitor_test.py::test_disk_monitor_init PASSED
suites/disk_monitoring/disk_monitor_test.py::test_disk_monitor_ PASSED
suites/distrib_plugin/distrib_test.py::test_distrib_init PASSED
suites/distrib_plugin/distrib_test.py::test_distrib_ PASSED
suites/dna_plugin/dna_test.py::test_dna_init PASSED
suites/dna_plugin/dna_test.py::test_dna_ PASSED
suites/ds_logs/ds_logs_test.py::test_ds_logs_init PASSED
suites/ds_logs/ds_logs_test.py::test_ds_logs_ PASSED
suites/dynamic-plugins/test_dynamic_plugins.py::test_dynamic_plugins PASSED
suites/filter/filter_test.py::test_filter_init PASSED
suites/filter/filter_test.py::test_filter_escaped PASSED
suites/filter/filter_test.py::test_filter_search_original_attrs PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_supported_features PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0-*]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-False-oper_attr_list0-objectClass]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1-*]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[-True-oper_attr_list1-objectClass]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2-*]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-False-oper_attr_list2-objectClass]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3-*]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[ou=people,dc=example,dc=com-True-oper_attr_list3-objectClass]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4-*]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-False-oper_attr_list4-objectClass]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5-*]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[uid=all_attrs_test,ou=people,dc=example,dc=com-True-oper_attr_list5-objectClass]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6-*]
 PASSED
suites/filter/rfc3673_all_oper_attrs_test.py::test_search_basic[cn=config-False-oper_attr_list6-objectClass]
 PASSED

[Bug 1297077] RFE: Perl6 for EPEL

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1297077



--- Comment #5 from Todd  ---
I really, really need you guys to do this RFE.  Would you please role it over
to Fedora 25?

Many thanks,
-T

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[389-devel] Please review, 49054 fix compiler warnings

2016-11-24 Thread William Brown
https://fedorahosted.org/389/ticket/49054

https://fedorahosted.org/389/attachment/ticket/49054/0001-Ticket-49054-Fix-sasl_map-unused-paramater-compiler-.patch


-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Brisbane


signature.asc
Description: This is a digitally signed message part
___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Lars Seipel
On Thu, Nov 24, 2016 at 09:03:24AM -0600, Michael Catanzaro wrote:
> On Thu, 2016-11-24 at 10:02 +, Carlos Garnacho wrote:
> > Tracker-extract is not as exposed as Firefox, because the file needs
> > being in the local filesystem for starters. The web world is well
> > known for figuratively throwing 3rd party media content to your face,
> > even in otherwise trusted websites.
> 
> I think the concern here is that browsers allow websites to download
> files to your computer without any user interaction. Epiphany goes as
> far as to open them automatically. I've never previously considered
> that it's a security risk, […]

What does that mean, exactly? Does it pass the downloaded file to
xdg-open or equivalent? Just because you clicked on a link on some
website, no matter the file type and association involved? Seriously?
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[389-devel] Please review: 48894 entry state delete

2016-11-24 Thread William Brown
https://fedorahosted.org/389/ticket/48894#comment:9

https://fedorahosted.org/389/attachment/ticket/48894/0001-Ticket-48894-Issues-with-delete-of-entrywsi-with-lar.patch
-- 
Sincerely,

William Brown
Software Engineer
Red Hat, Brisbane


signature.asc
Description: This is a digitally signed message part
___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org


[Bug 1398481] New: perl-Verilog-Perl-3.422 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398481

Bug ID: 1398481
   Summary: perl-Verilog-Perl-3.422 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Verilog-Perl
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: chitl...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org



Latest upstream release: 3.422
Current version/release in rawhide: 3.420-1.fc26
URL: http://search.cpan.org/dist/Verilog-Perl/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

Based on the information from anitya: 
https://release-monitoring.org/project/3494/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1397612] ctstream-25 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1397612



--- Comment #9 from Fedora Update System  ---
ctstream-25-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-1c4a803834

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[EPEL-devel] Fedora EPEL 6 updates-testing report

2016-11-24 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
 505  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7031   
python-virtualenv-12.0.7-1.el6
 499  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7168   
rubygem-crack-0.3.2-2.el6
 430  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-8156   
nagios-4.0.8-1.el6
 389  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-e2b4b5b2fb   
mcollective-2.8.4-1.el6
 361  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-35e240edd9   
thttpd-2.25b-24.el6
  91  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-8594ed3a53   
chicken-4.11.0-3.el6
  31  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-cb5398893b   
nodejs-0.10.48-3.el6
   9  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-2c0c7c6094   
moin-1.9.9-1.el6
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-e779f081b7   
drupal7-7.52-1.el6
   0  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-2dba9625e2   
p7zip-16.02-2.el6


The following builds have been pushed to Fedora EPEL 6 updates-testing

evemu-2.5.0-1.el6
fedfind-3.0.4-1.el6
petsc-3.7.4-13.el6
python-backports_abc-0.5-1.el6
python3-tornado-4.4.2-1.el6

Details about builds:



 evemu-2.5.0-1.el6 (FEDORA-EPEL-2016-9db425faa9)
 Event Device Query and Emulation Program

Update Information:

Evemu v2.5.0




 fedfind-3.0.4-1.el6 (FEDORA-EPEL-2016-717a98749c)
 Fedora Finder finds Fedora

Update Information:

This release changes how fedfind finds images for composes without metadata
(which is basically milestone - Alpha / Beta - and stable releases). Formerly it
found them by scraping rsync output, which was slow, generated quite a lot of
load on both server and client, and was vulnerable to the rsync server being
full. We have now tweaked things so that the primary mirror has `imagelist`
files for the `fedora`, `alt` and `archive` trees which list every single image
file - but no other files - in those trees. fedfind now simply parses these
`imagelist` files to find images.  As the files only list images they are pretty
small (the biggest is under 500KiB) and they are cached locally and only re-
downloaded when they change, this is much faster, more efficient, and uses less
bandwidth.  There are also some changes to ensure the tests run properly on EL
6, EL 7 and Fedora 23, and a missing dependency for EL 6 was added - `argparse`
is a part of the Python standard library for all the other distros, but for EL 6
it is still a separate package.    This update contains various fixes to
fedfind, python-wikitcms and relval related to how the GA milestone name for
Fedora changed from 'Final' to 'RC' with the switch to Pungi 4 (so, for Fedora
24 onwards). This had various consequences mainly for all the CLIs; all the
automated stuff tends to use compose IDs and labels which mostly weren't
affected by this, but the CLIs all had issues with it. `fedfind images` could
not find RC composes, `relval size-check` could not check image sizes for them,
`relval report-results` could not report results for an RC compose besides the
auto-detected current one, etc.  The update also contains a couple of other
fixes for `relval size-check`: it now properly catches the case where it
couldn't find any images for a variant, and it includes the arch in the comment
for oversized images (so we can tell which image is actually oversize when the
same image exists for multiple arches).




 petsc-3.7.4-13.el6 (FEDORA-EPEL-2016-63b07001af)
 Portable Extensible Toolkit for Scientific Computation

Update Information:

- New builds




 python-backports_abc-0.5-1.el6 (FEDORA-EPEL-2016-34dbba8043)
 A backport of recent additions to the 'collections.abc' module

Update Information:

A backport of recent additions to the 'collections.abc' module




 python3-tornado-4.4.2-1.el6 (FEDORA-EPEL-2016-11c0ff6b61)
 Scalable, non-blocking web server and 

[Bug 1398478] perl-Perl-Critic-Pulp-91 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398478



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398478] perl-Perl-Critic-Pulp-91 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398478



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1224095
  --> https://bugzilla.redhat.com/attachment.cgi?id=1224095=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398478] perl-Perl-Critic-Pulp-91 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398478



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Perl-Critic-Pulp-90 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398478] New: perl-Perl-Critic-Pulp-91 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398478

Bug ID: 1398478
   Summary: perl-Perl-Critic-Pulp-91 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Perl-Critic-Pulp
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 91
Current version/release in rawhide: 90-5.fc25
URL: http://search.cpan.org/dist/Perl-Critic-Pulp/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

Based on the information from anitya: 
https://release-monitoring.org/project/3219/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398477] New: perl-Math-BigInt-GMP-1.6001 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398477

Bug ID: 1398477
   Summary: perl-Math-BigInt-GMP-1.6001 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Math-BigInt-GMP
  Keywords: FutureFeature, Triaged
  Assignee: jples...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: jples...@redhat.com, p...@city-fan.org,
perl-devel@lists.fedoraproject.org, st...@silug.org



Latest upstream release: 1.6001
Current version/release in rawhide: 1.6000-1.fc26
URL: http://search.cpan.org/dist/Math-BigInt-GMP/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

Based on the information from anitya: 
https://release-monitoring.org/project/7529/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398476] New: perl-Math-BigInt-1.999801 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398476

Bug ID: 1398476
   Summary: perl-Math-BigInt-1.999801 is available
   Product: Fedora
   Version: rawhide
 Component: perl-Math-BigInt
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 1.999801
Current version/release in rawhide: 1.9998.00-1.fc26
URL: http://search.cpan.org/dist/Math-BigInt/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

Based on the information from anitya: 
https://release-monitoring.org/project/7954/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398475] perl-IO-Prompt-0.997004 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398475



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-IO-Prompt-0.997.003 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398475] perl-IO-Prompt-0.997004 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398475



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1224092
  --> https://bugzilla.redhat.com/attachment.cgi?id=1224092=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398475] perl-IO-Prompt-0.997004 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398475



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398475] New: perl-IO-Prompt-0.997004 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398475

Bug ID: 1398475
   Summary: perl-IO-Prompt-0.997004 is available
   Product: Fedora
   Version: rawhide
 Component: perl-IO-Prompt
  Keywords: FutureFeature, Triaged
  Assignee: ppi...@redhat.com
  Reporter: upstream-release-monitor...@fedoraproject.org
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com



Latest upstream release: 0.997004
Current version/release in rawhide: 0.997.003-3.fc25
URL: http://search.cpan.org/dist/IO-Prompt/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.

Based on the information from anitya: 
https://release-monitoring.org/project/2996/

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1238168] FTBFS: Failed during 'make check': 13netlink-message-attrs.t and 20io-socket-netlink-generic.t

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238168

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Socket-Netlink-0.04-17 |perl-Socket-Netlink-0.04-17
   |.fc26   |.fc26
   |perl-Socket-Netlink-0.04-16 |perl-Socket-Netlink-0.04-16
   |.fc23   |.fc23
   |perl-Socket-Netlink-0.04-16 |perl-Socket-Netlink-0.04-16
   |.fc24   |.fc24
   |perl-Socket-Netlink-0.04-17 |perl-Socket-Netlink-0.04-17
   |.fc25   |.fc25
   ||perl-Socket-Netlink-0.04-3.
   ||el6



--- Comment #15 from Fedora Update System  ---
perl-Socket-Netlink-0.04-3.el6 has been pushed to the Fedora EPEL 6 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.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1397612] ctstream-25 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1397612

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
ctstream-25-1.fc23 has been pushed to the Fedora 23 testing repository. If
problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-ac191b0fd4

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398299] perl-DateTime-TimeZone-2.09 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398299

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
perl-DateTime-TimeZone-2.01-6.fc23 has been pushed to the Fedora 23 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-fc966b1525

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-MCE-Shared (perl-MCE-Shared-1.807-1.fc26). "Update to 1.807 (..more)"

2016-11-24 Thread notifications
From 6611c46dfa8fd5256fc5bf62571f757276e96be4 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 24 Nov 2016 20:41:34 +
Subject: Update to 1.807

- New upstream release 1.807
  - Refactored MCE::Hobo
  - Improved reliability on the Windows platform by using threads
  - Bug fixes for test scripts
---
 perl-MCE-Shared.spec | 8 +++-
 sources  | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 22fcf83..41b63f8 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:  perl-MCE-Shared
-Version:   1.806
+Version:   1.807
 Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL+ or Artistic
@@ -89,6 +89,12 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth  - 1.807-1
+- Update to 1.807
+  - Refactored MCE::Hobo
+  - Improved reliability on the Windows platform by using threads
+  - Bug fixes for test scripts
+
 * Wed Nov  2 2016 Paul Howarth  - 1.806-1
 - Update to 1.806
   - Added a new section titled LOCKING to the MCE::Shared documentation
diff --git a/sources b/sources
index dcbf4d4..7622ab8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6542076cf8001647039083af23a2c1e8  MCE-Shared-1.806.tar.gz
+0c1cc377c3ae211daa9634888f93b4dc  MCE-Shared-1.807.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MCE-Shared.git/commit/?h=perl-MCE-Shared-1.807-1.fc26=6611c46dfa8fd5256fc5bf62571f757276e96be4
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1367848] razor2 check failed, invalid argument since upgrade to FC24

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1367848

Adam Williamson  changed:

   What|Removed |Added

 CC||awill...@redhat.com



--- Comment #4 from Adam Williamson  ---
I've filed a bug on the SELinux part of this, as I ran into it too. I didn't
see the other thing you saw.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Self Introduction: Fabio Valentini (decathorpe)

2016-11-24 Thread Fabio Valentini
Here goes my introduction as a new (or aspiring) package maintainer for fedora.

I have been using fedora as my daily driver OS for some years now (I
think starting with f18 or f19). Also, I have been learning to build
RPM packages for some time, too - some of you may be familiar with my
elementary-stable/nightly and/or syncthing COPR repositories.

And now I decided the time has come to begin submitting my elementary
packages for review :) I am already in frequent contact with the
upstream developers, who have - most of the time - been really helpful
with fixing issues of portability and compatibility with fedora.

My first review request can be found at [1].


To give some more background about myself:

I am currently studying Computer Science and Chemistry at the
University of Innsbruck / Austria (and yes, my native language is
German). I have some experience writing C and Java code (mostly
because of University courses) and have taught myself some Python,
too. I am also currently undergoing the "functional programming
treatment" (with OCaml).

Probably the project that I am most proud of (aside from packaging /
my COPR repositories) is a simple, configurable and modular build tool
for automatically constructing RPM packages (written in python3):
kentauros (you can find it on github) - but it is far from finished
yet (although I am already heavily using it for stable and automagic
nightly builds for my COPR repositories).

I am really looking forward to contributing to fedora and to
collaborating with the fedora community.

Fabio



[1] https://bugzilla.redhat.com/show_bug.cgi?id=1398433
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-MCE-Shared (master). "Update to 1.807 (..more)"

2016-11-24 Thread notifications
From 6611c46dfa8fd5256fc5bf62571f757276e96be4 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 24 Nov 2016 20:41:34 +
Subject: Update to 1.807

- New upstream release 1.807
  - Refactored MCE::Hobo
  - Improved reliability on the Windows platform by using threads
  - Bug fixes for test scripts
---
 perl-MCE-Shared.spec | 8 +++-
 sources  | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/perl-MCE-Shared.spec b/perl-MCE-Shared.spec
index 22fcf83..41b63f8 100644
--- a/perl-MCE-Shared.spec
+++ b/perl-MCE-Shared.spec
@@ -1,5 +1,5 @@
 Name:  perl-MCE-Shared
-Version:   1.806
+Version:   1.807
 Release:   1%{?dist}
 Summary:   MCE extension for sharing data, supporting threads and processes
 License:   GPL+ or Artistic
@@ -89,6 +89,12 @@ make test
 %{_mandir}/man3/MCE::Shared::Server.3*
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth  - 1.807-1
+- Update to 1.807
+  - Refactored MCE::Hobo
+  - Improved reliability on the Windows platform by using threads
+  - Bug fixes for test scripts
+
 * Wed Nov  2 2016 Paul Howarth  - 1.806-1
 - Update to 1.806
   - Added a new section titled LOCKING to the MCE::Shared documentation
diff --git a/sources b/sources
index dcbf4d4..7622ab8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6542076cf8001647039083af23a2c1e8  MCE-Shared-1.806.tar.gz
+0c1cc377c3ae211daa9634888f93b4dc  MCE-Shared-1.807.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MCE-Shared.git/commit/?h=master=6611c46dfa8fd5256fc5bf62571f757276e96be4
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded MCE-Shared-1.807.tar.gz for perl-MCE-Shared

2016-11-24 Thread notifications
0c1cc377c3ae211daa9634888f93b4dc  MCE-Shared-1.807.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MCE-Shared/MCE-Shared-1.807.tar.gz/md5/0c1cc377c3ae211daa9634888f93b4dc/MCE-Shared-1.807.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Cpanel-JSON-XS (perl-Cpanel-JSON-XS-3.0225-1.fc26). "Update to 3.0225 (..more)"

2016-11-24 Thread notifications
From c9ff67e9598c11e99f48d352419aa23469744e1b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 24 Nov 2016 20:23:39 +
Subject: Update to 3.0225

- New upstream release 3.0225
  - UTF8 decode security fixes for perl 5.6
  - Added extra detection code for overflows and non-continuations; this
broke one 5.6 test with an overlong multi-byte character, which previously
worked accidentally, i.e. decode "\ud801\udc02\x{10204}"
  - Added tests for ill-formed utf8 sequences from Encode
---
 perl-Cpanel-JSON-XS.spec | 10 +-
 sources  |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index 5e913bb..6fa7ec2 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Cpanel-JSON-XS
 Summary:   JSON::XS for Cpanel, fast and correct serializing
-Version:   3.0224
+Version:   3.0225
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -156,6 +156,14 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth  - 3.0225-1
+- Update to 3.0225
+  - UTF8 decode security fixes for perl 5.6
+  - Added extra detection code for overflows and non-continuations; this
+broke one 5.6 test with an overlong multi-byte character, which previously
+worked accidentally, i.e. decode "\ud801\udc02\x{10204}"
+  - Added tests for ill-formed utf8 sequences from Encode
+
 * Sun Nov 20 2016 Paul Howarth  - 3.0224-1
 - Update to 3.0224
   - Fixes for g++-6, stricter -fpermissive and -Wc++11-compat
diff --git a/sources b/sources
index b7f335f..9bfd11d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-755ad1121f68cb47206bc4c6ac72b4fe  Cpanel-JSON-XS-3.0224.tar.gz
+6be52ff9c55adcb531a464291aad4bd3  Cpanel-JSON-XS-3.0225.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=perl-Cpanel-JSON-XS-3.0225-1.fc26=c9ff67e9598c11e99f48d352419aa23469744e1b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1395670] perl-DBD-MySQL-4.039 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1395670

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-DBD-MySQL-4.039-1.fc26 |perl-DBD-MySQL-4.039-1.fc26
   ||perl-DBD-MySQL-4.039-1.fc24
 Resolution|--- |ERRATA
Last Closed|2016-11-16 07:43:19 |2016-11-24 15:29:12



--- Comment #7 from Fedora Update System  ---
perl-DBD-MySQL-4.039-1.fc24 has been pushed to the Fedora 24 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.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1395592] CVE-2016-1249 perl-DBD-MySQL: Out-of-bounds read when using server-side prepared statement support [ fedora-all]

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1395592

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-DBD-MySQL-4.039-1.fc24
 Resolution|--- |ERRATA
Last Closed||2016-11-24 15:29:00



--- Comment #9 from Fedora Update System  ---
perl-DBD-MySQL-4.039-1.fc24 has been pushed to the Fedora 24 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.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1395591] CVE-2016-1249 perl-DBD-MySQL: Out-of-bounds read when using server-side prepared statement support

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1395591
Bug 1395591 depends on bug 1395592, which changed state.

Bug 1395592 Summary: CVE-2016-1249 perl-DBD-MySQL: Out-of-bounds read when 
using server-side prepared statement support [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1395592

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1394820] Re-enable support for IDEA

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1394820
Bug 1394820 depends on bug 1395121, which changed state.

Bug 1395121 Summary: Review Request: perl-Crypt-IDEA - Perl interface to IDEA 
block cipher
https://bugzilla.redhat.com/show_bug.cgi?id=1395121

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Cpanel-JSON-XS (master). "Update to 3.0225 (..more)"

2016-11-24 Thread notifications
From c9ff67e9598c11e99f48d352419aa23469744e1b Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 24 Nov 2016 20:23:39 +
Subject: Update to 3.0225

- New upstream release 3.0225
  - UTF8 decode security fixes for perl 5.6
  - Added extra detection code for overflows and non-continuations; this
broke one 5.6 test with an overlong multi-byte character, which previously
worked accidentally, i.e. decode "\ud801\udc02\x{10204}"
  - Added tests for ill-formed utf8 sequences from Encode
---
 perl-Cpanel-JSON-XS.spec | 10 +-
 sources  |  2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec
index 5e913bb..6fa7ec2 100644
--- a/perl-Cpanel-JSON-XS.spec
+++ b/perl-Cpanel-JSON-XS.spec
@@ -1,6 +1,6 @@
 Name:  perl-Cpanel-JSON-XS
 Summary:   JSON::XS for Cpanel, fast and correct serializing
-Version:   3.0224
+Version:   3.0225
 Release:   1%{?dist}
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/Cpanel-JSON-XS/
@@ -156,6 +156,14 @@ make test %{!?perl_bootstrap:AUTHOR_TESTING=1}
 %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3*
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth  - 3.0225-1
+- Update to 3.0225
+  - UTF8 decode security fixes for perl 5.6
+  - Added extra detection code for overflows and non-continuations; this
+broke one 5.6 test with an overlong multi-byte character, which previously
+worked accidentally, i.e. decode "\ud801\udc02\x{10204}"
+  - Added tests for ill-formed utf8 sequences from Encode
+
 * Sun Nov 20 2016 Paul Howarth  - 3.0224-1
 - Update to 3.0224
   - Fixes for g++-6, stricter -fpermissive and -Wc++11-compat
diff --git a/sources b/sources
index b7f335f..9bfd11d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-755ad1121f68cb47206bc4c6ac72b4fe  Cpanel-JSON-XS-3.0224.tar.gz
+6be52ff9c55adcb531a464291aad4bd3  Cpanel-JSON-XS-3.0225.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Cpanel-JSON-XS.git/commit/?h=master=c9ff67e9598c11e99f48d352419aa23469744e1b
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded Cpanel-JSON-XS-3.0225.tar.gz for perl-Cpanel-JSON-XS

2016-11-24 Thread notifications
6be52ff9c55adcb531a464291aad4bd3  Cpanel-JSON-XS-3.0225.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Cpanel-JSON-XS/Cpanel-JSON-XS-3.0225.tar.gz/md5/6be52ff9c55adcb531a464291aad4bd3/Cpanel-JSON-XS-3.0225.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Simple (perl-Test-Simple-1.302067-1.fc26). "Update to 1.302067 (..more)"

2016-11-24 Thread notifications
From c4521ef3fef4554ceaa0996c6d93874ef6ec44a8 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 24 Nov 2016 20:01:34 +
Subject: Update to 1.302067

- New upstream release 1.302067
  - Fix double release when 'throw' is used in context_do()
  - Repo management improvements
  - Better handling of info vs. diag in ->send_event
  - Fix test that used 'parent'
  - Better handling of non-bumping failures (#728)
  - Set the TEST_ACTIVE env var to true
  - Set the TEST2_ACTIVE env var to true
  - Fix cmp_ok output in some confusing cases (#6)
  - Update travis config
  - Add missing author deps
  - Fix handling of negative pids on Windows
  - Add can() to Test::Tester::Delegate (despite deprecation)
  - Fix some minor test issues
  - Handle cases where SysV IPC can be available but not enabled
  - Import 'context' into Test2::IPC; it is used by 'cull'
  - Propagate warnings settings to use_ok (#736)
  - Fix context test for recent blead
---
 perl-Test-Simple.spec | 25 ++---
 sources   |  2 +-
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index a15d352..1891cf9 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Simple
 Summary:Basic utilities for writing tests
-Version:1.302062
+Version:1.302067
 Release:1%{?dist}
 # CC0: lib/ok.pm
 # Public Domain: lib/Test/Tutorial.pod
@@ -39,7 +39,6 @@ BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(IO::Pipe)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(parent)
 BuildRequires:  perl(PerlIO)
 BuildRequires:  perl(threads)
 # Optional Tests
@@ -76,7 +75,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test AUTHOR_TESTING=1
@@ -145,6 +144,26 @@ make test AUTHOR_TESTING=1
 %{_mandir}/man3/Test2::Util::Trace.3*
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth  - 1.302067-1
+- Update to 1.302067
+  - Fix double release when 'throw' is used in context_do()
+  - Repo management improvements
+  - Better handling of info vs. diag in ->send_event
+  - Fix test that used 'parent'
+  - Better handling of non-bumping failures (#728)
+  - Set the TEST_ACTIVE env var to true
+  - Set the TEST2_ACTIVE env var to true
+  - Fix cmp_ok output in some confusing cases (#6)
+  - Update travis config
+  - Add missing author deps
+  - Fix handling of negative pids on Windows
+  - Add can() to Test::Tester::Delegate (despite deprecation)
+  - Fix some minor test issues
+  - Handle cases where SysV IPC can be available but not enabled
+  - Import 'context' into Test2::IPC; it is used by 'cull'
+  - Propagate warnings settings to use_ok (#736)
+  - Fix context test for recent blead
+
 * Thu Oct 20 2016 Paul Howarth  - 1.302062-1
 - Update to 1.302062
   - Formatters now have terminate() and finalize() methods; these are called
diff --git a/sources b/sources
index 5c81200..f474a96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d869f6754eccc38484da7e21e9c7bbcc  Test-Simple-1.302062.tar.gz
+e20a902e3f26461607cf77da96717f95  Test-Simple-1.302067.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Simple.git/commit/?h=perl-Test-Simple-1.302067-1.fc26=c4521ef3fef4554ceaa0996c6d93874ef6ec44a8
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-Test-Simple (master). "Update to 1.302067 (..more)"

2016-11-24 Thread notifications
From c4521ef3fef4554ceaa0996c6d93874ef6ec44a8 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 24 Nov 2016 20:01:34 +
Subject: Update to 1.302067

- New upstream release 1.302067
  - Fix double release when 'throw' is used in context_do()
  - Repo management improvements
  - Better handling of info vs. diag in ->send_event
  - Fix test that used 'parent'
  - Better handling of non-bumping failures (#728)
  - Set the TEST_ACTIVE env var to true
  - Set the TEST2_ACTIVE env var to true
  - Fix cmp_ok output in some confusing cases (#6)
  - Update travis config
  - Add missing author deps
  - Fix handling of negative pids on Windows
  - Add can() to Test::Tester::Delegate (despite deprecation)
  - Fix some minor test issues
  - Handle cases where SysV IPC can be available but not enabled
  - Import 'context' into Test2::IPC; it is used by 'cull'
  - Propagate warnings settings to use_ok (#736)
  - Fix context test for recent blead
---
 perl-Test-Simple.spec | 25 ++---
 sources   |  2 +-
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/perl-Test-Simple.spec b/perl-Test-Simple.spec
index a15d352..1891cf9 100644
--- a/perl-Test-Simple.spec
+++ b/perl-Test-Simple.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Simple
 Summary:Basic utilities for writing tests
-Version:1.302062
+Version:1.302067
 Release:1%{?dist}
 # CC0: lib/ok.pm
 # Public Domain: lib/Test/Tutorial.pod
@@ -39,7 +39,6 @@ BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(IO::Pipe)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(parent)
 BuildRequires:  perl(PerlIO)
 BuildRequires:  perl(threads)
 # Optional Tests
@@ -76,7 +75,7 @@ make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test AUTHOR_TESTING=1
@@ -145,6 +144,26 @@ make test AUTHOR_TESTING=1
 %{_mandir}/man3/Test2::Util::Trace.3*
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth  - 1.302067-1
+- Update to 1.302067
+  - Fix double release when 'throw' is used in context_do()
+  - Repo management improvements
+  - Better handling of info vs. diag in ->send_event
+  - Fix test that used 'parent'
+  - Better handling of non-bumping failures (#728)
+  - Set the TEST_ACTIVE env var to true
+  - Set the TEST2_ACTIVE env var to true
+  - Fix cmp_ok output in some confusing cases (#6)
+  - Update travis config
+  - Add missing author deps
+  - Fix handling of negative pids on Windows
+  - Add can() to Test::Tester::Delegate (despite deprecation)
+  - Fix some minor test issues
+  - Handle cases where SysV IPC can be available but not enabled
+  - Import 'context' into Test2::IPC; it is used by 'cull'
+  - Propagate warnings settings to use_ok (#736)
+  - Fix context test for recent blead
+
 * Thu Oct 20 2016 Paul Howarth  - 1.302062-1
 - Update to 1.302062
   - Formatters now have terminate() and finalize() methods; these are called
diff --git a/sources b/sources
index 5c81200..f474a96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d869f6754eccc38484da7e21e9c7bbcc  Test-Simple-1.302062.tar.gz
+e20a902e3f26461607cf77da96717f95  Test-Simple-1.302067.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-Test-Simple.git/commit/?h=master=c4521ef3fef4554ceaa0996c6d93874ef6ec44a8
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded Test-Simple-1.302067.tar.gz for perl-Test-Simple

2016-11-24 Thread notifications
e20a902e3f26461607cf77da96717f95  Test-Simple-1.302067.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-Test-Simple/Test-Simple-1.302067.tar.gz/md5/e20a902e3f26461607cf77da96717f95/Test-Simple-1.302067.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Matthew Miller
On Thu, Nov 24, 2016 at 07:05:38PM +0100, Mathieu Bridon wrote:
> > > XDG folders recursively, $HOME non-recursively. This is all
> > > configurable in the privacy pane in the control-center fwiw.
> > It doesn't seem to be -- I see Screen Lock, Location Services, Usage
> > & History, Purge Trash, and Problem Reporting. I have to to install
> > tracker-preferences to get a GUI for these settings, as far as I can
> > see.
> It's configurable in the Search panel of the control center.
> (the gear icon in the bottom right)

Cool, thanks. That's probably more obvious than Privacy anyway. :)

-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1242980] -Wcast-qual compiler warnings in hv_func.h

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1242980

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
URL||https://rt.perl.org/Ticket/
   ||Display.html?id=130169
   Assignee|jples...@redhat.com |ppi...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Mathieu Bridon
On Thu, 2016-11-24 at 12:09 -0500, Matthew Miller wrote:
> On Thu, Nov 24, 2016 at 11:02:19AM -, Carlos Garnacho wrote:
> > > Question which directories does tracker actually scan / monitor
> > > by default ?
> > 
> > XDG folders recursively, $HOME non-recursively. This is all
> > configurable in the privacy pane in the control-center fwiw.
> 
> It doesn't seem to be -- I see Screen Lock, Location Services, Usage
> & History, Purge Trash, and Problem Reporting. I have to to install
> tracker-preferences to get a GUI for these settings, as far as I can
> see.

It's configurable in the Search panel of the control center.

(the gear icon in the bottom right)


-- 
Mathieu
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1312293] RFE: Upgrade perl-HTML-FormatText-WithLinks-AndTables to 0.06

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1312293

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||ppi...@redhat.com
   Fixed In Version||perl-HTML-FormatText-WithLi
   ||nks-AndTables-0.06-1.fc24
 Resolution|--- |NEXTRELEASE
Last Closed||2016-11-24 12:11:39



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Matthew Miller
On Thu, Nov 24, 2016 at 11:02:19AM -, Carlos Garnacho wrote:
> > Question which directories does tracker actually scan / monitor by
> > default ?
> XDG folders recursively, $HOME non-recursively. This is all
> configurable in the privacy pane in the control-center fwiw.

It doesn't seem to be -- I see Screen Lock, Location Services, Usage &
History, Purge Trash, and Problem Reporting. I have to to install
tracker-preferences to get a GUI for these settings, as far as I can
see.




-- 
Matthew Miller

Fedora Project Leader
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Bastien Nocera


- Original Message -
> On 23 November 2016 at 14:03, Chris Murphy  wrote:
> > On Wed, Nov 23, 2016 at 10:36 AM, Adam Williamson
> >  wrote:
> >> On Wed, 2016-11-23 at 10:33 -0800, Andrew Lutomirski wrote:
> >>> On Nov 23, 2016 10:12 AM, "Michael Catanzaro" 
> >>> wrote:
> >>> >
> >>> > On Wed, 2016-11-23 at 16:36 +0100, Hans de Goede wrote:
> >>> > > I don't think that is entirely true. I've recently been trying
> >>> > > to get gnome3 to run on under-powered machines like cheap ARM
> >>> > > tablets, and I can do "dnf remove tracker" more or less just
> >>> > > fine, I loose totem due to some weird dependency chain, and I
> >>> > > think also gnome-documents which I guess is an issue for some
> >>> > > use-cases, but most of gnome will stay and work just fine.
> >>> >
> >>> > Besides those, also gnome-photos and gnome-music (which aren't
> >>> > installed by default currently, but will eventually be). And indexed
> >>> > search is really very important for nautilus.
> >>>
> >>> That's indexed search by *name*, right?  I can't imagine *any* reason
> >>> that
> >>> running a codec in the indexer is needed for nautilus.
> >>
> >> "I want to find all the files I have that are songs by Justin Bieber,
> >> so I can shoot them into outer space".
> >
> > Pretty sure such metadata is a function of the container format, e.g.
> > mp4, m4a, rather than the codec used for encoding the music or video
> > itself.
> 
> It might be but because most people tie those two things together when
> they are writing code.. they get bundled together. This is why codecs
> have been such a rich target in Windows (and in some ways Mac) malware
> over the years. You get two channels to build an exploit for free :).

They're not bundled together. Especially seeing as the popular filetypes
have codecs depending on patents whereas the container formats don't.

We've been able to tell you how long your DivX or MPEG-4 files were,
out-of-the-box, on Fedora, for years. We just can't play them out-of-the-box.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Andrew Lutomirski
On Nov 24, 2016 2:03 AM, "Carlos Garnacho"  wrote:
>
> Hi,
>
> > On Wed, Nov 23, 2016 at 5:03 PM, Carlos Garnacho  >
> > I'm objecting to whatever piece of software opens thoroughly untrusted
> > files out of ~/Downloads and parses them.  If that's not "Tracker",
> > then I apologize.
> >
> >
> > Firefox is a big piece of code that loads untrusted stuff.  It's
> > written in a memory-unsafe language, and there's a big team working on
> > fixing that.  It's not sandboxed, and there's a project to fix that.
> > And it's still a major attack vector, but at least it has a very
> > serious security team.
>
> Sounds great, do they also get the blame for gstreamer bugs? I've got
lots of fun so share ;).
>
> According to you Firefox is just as insecure, and I can tell that Firefox
uses GStreamer to open untrusted content over the internet. Why downloading
the file at all, you could be tricked into a webpage that auto-plays the
infected content, it could even be an ad unbeknownst by the site, you got
every bit as infected and Tracker wasn't involved, using the exact piece of
sofware as attack vector that we're talking nowadays.

Because Firefox doesn't allow all of the GStreamer content types.  And
Firefox has its own mp4 container parser written in Rust these days, I
think.

IOW they admit its a problem and they've made it better.

>
> And as for the projects themselves, Tracker is a fraction of Firefox in
terms of code size, and tracker-extract inside Tracker is another fraction.
That makes a whole lot difference between auditing or securing a *web
engine* and a process that essentially iterates over files. Why is Firefox
then any more credible? Must be the serious looks of their security team.

If a distro didn't provide a browser by default, no one would notice.  If a
distro didn't index media metadata in Downloads by default, I suspect most
users wouldn't even notice.

>
> >
> > The fact that flatpak integration is being planned is great.  I hope
> > that flatpak has an exceedingly strict mode for applications like
> > this.
> >
> > Tracker is just as exposed as Firefox because it (or some piece of it
> > or whatever) parses stuff in Downloads.
>
> Tracker-extract is not as exposed as Firefox, because the file needs
being in the local filesystem for starters. The web world is well known for
figuratively throwing 3rd party media content to your face, even in
otherwise trusted websites.
>

Then at *least* stop indexing Downloads by default.

My point is that the default tracker configuration is wildly insecure and
it could be improved quite easily.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1395464] perl-Log-Log4perl-1.48 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1395464

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-Log-Log4perl-1.48-1.fc |perl-Log-Log4perl-1.48-1.fc
   |26  |26
   ||perl-Log-Log4perl-1.48-1.fc
   ||25
 Resolution|--- |ERRATA
Last Closed||2016-11-24 11:29:56



--- Comment #3 from Fedora Update System  ---
perl-Log-Log4perl-1.48-1.fc25 has been pushed to the Fedora 25 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.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1394521] perl-DateTime-TimeZone-2.08 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1394521

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|perl-DateTime-TimeZone-2.08 |perl-DateTime-TimeZone-2.08
   |-1.fc26 |-1.fc26
   ||perl-DateTime-TimeZone-2.08
   ||-1.fc25
 Resolution|--- |ERRATA
Last Closed||2016-11-24 11:28:54



--- Comment #3 from Fedora Update System  ---
perl-DateTime-TimeZone-2.08-1.fc25 has been pushed to the Fedora 25 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.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398304] perl-MCE-1.809 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398304

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-MCE-1.809-1.fc26
 Resolution|--- |RAWHIDE
Last Closed||2016-11-24 11:21:55



--- Comment #1 from Paul Howarth  ---
Build done:
http://koji.fedoraproject.org/koji/taskinfo?taskID=16599438

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-MCE (perl-MCE-1.809-1.fc26). "Update to 1.809 (..more)"

2016-11-24 Thread notifications
From 318e2650e0db0ad9c65856a0234aa6478ceb43a7 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 24 Nov 2016 16:13:11 +
Subject: Update to 1.809

- New upstream release 1.809
  - Bug fixes for running MCE inside threads
  - Random numbers are unique between workers
---
 .gitignore| 1 +
 perl-MCE.spec | 7 ++-
 sources   | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1632ec5..1d4df73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /MCE-1.806.tar.gz
 /MCE-1.807.tar.gz
 /MCE-1.808.tar.gz
+/MCE-1.809.tar.gz
diff --git a/perl-MCE.spec b/perl-MCE.spec
index df6e96c..79383d9 100644
--- a/perl-MCE.spec
+++ b/perl-MCE.spec
@@ -1,5 +1,5 @@
 Name:   perl-MCE
-Version:1.808
+Version:1.809
 Release:1%{?dist}
 Summary:Many-core Engine for Perl providing parallel processing 
capabilities
 License:GPL+ or Artistic
@@ -136,6 +136,11 @@ make test
 %{_bindir}/mce_grep
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth  - 1.809-1
+- Update to 1.809
+  - Bug fixes for running MCE inside threads
+  - Random numbers are unique between workers
+
 * Sat Nov  5 2016 Paul Howarth  - 1.808-1
 - Update to 1.808
   - Workers persist unless shutdown explicitly while running alongside the
diff --git a/sources b/sources
index feab64a..0e997a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e76a7afde92d3f0c7161711fe4be303  MCE-1.808.tar.gz
+5b6996f70a9a47d0dcd3cbdbeced66a2  MCE-1.809.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MCE.git/commit/?h=perl-MCE-1.809-1.fc26=318e2650e0db0ad9c65856a0234aa6478ceb43a7
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc pushed to perl-MCE (master). "Update to 1.809 (..more)"

2016-11-24 Thread notifications
From 318e2650e0db0ad9c65856a0234aa6478ceb43a7 Mon Sep 17 00:00:00 2001
From: Paul Howarth 
Date: Thu, 24 Nov 2016 16:13:11 +
Subject: Update to 1.809

- New upstream release 1.809
  - Bug fixes for running MCE inside threads
  - Random numbers are unique between workers
---
 .gitignore| 1 +
 perl-MCE.spec | 7 ++-
 sources   | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 1632ec5..1d4df73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /MCE-1.806.tar.gz
 /MCE-1.807.tar.gz
 /MCE-1.808.tar.gz
+/MCE-1.809.tar.gz
diff --git a/perl-MCE.spec b/perl-MCE.spec
index df6e96c..79383d9 100644
--- a/perl-MCE.spec
+++ b/perl-MCE.spec
@@ -1,5 +1,5 @@
 Name:   perl-MCE
-Version:1.808
+Version:1.809
 Release:1%{?dist}
 Summary:Many-core Engine for Perl providing parallel processing 
capabilities
 License:GPL+ or Artistic
@@ -136,6 +136,11 @@ make test
 %{_bindir}/mce_grep
 
 %changelog
+* Thu Nov 24 2016 Paul Howarth  - 1.809-1
+- Update to 1.809
+  - Bug fixes for running MCE inside threads
+  - Random numbers are unique between workers
+
 * Sat Nov  5 2016 Paul Howarth  - 1.808-1
 - Update to 1.808
   - Workers persist unless shutdown explicitly while running alongside the
diff --git a/sources b/sources
index feab64a..0e997a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e76a7afde92d3f0c7161711fe4be303  MCE-1.808.tar.gz
+5b6996f70a9a47d0dcd3cbdbeced66a2  MCE-1.809.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-MCE.git/commit/?h=master=318e2650e0db0ad9c65856a0234aa6478ceb43a7
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


pghmcfc uploaded MCE-1.809.tar.gz for perl-MCE

2016-11-24 Thread notifications
5b6996f70a9a47d0dcd3cbdbeced66a2  MCE-1.809.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-MCE/MCE-1.809.tar.gz/md5/5b6996f70a9a47d0dcd3cbdbeced66a2/MCE-1.809.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1312293] RFE: Upgrade perl-HTML-FormatText-WithLinks-AndTables to 0.06

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1312293



--- Comment #1 from Fedora End Of Life  ---
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Fedora Rawhide-20161124.n.0 compose check report

2016-11-24 Thread Fedora compose checker
Missing expected images:

Workstation live i386
Kde live x86_64
Kde raw-xz armhfp
Workstation live x86_64
Kde live i386

Failed openQA tests: 7/79 (x86_64), 1/2 (arm)

New failures (same test did not fail in Rawhide-20161123.n.1):

ID: 49673   Test: x86_64 Server-dvd-iso server_role_deploy_domain_controller
URL: https://openqa.fedoraproject.org/tests/49673
ID: 49721   Test: x86_64 universal upgrade_desktop_64bit
URL: https://openqa.fedoraproject.org/tests/49721
ID: 49738   Test: x86_64 universal install_rescue_encrypted
URL: https://openqa.fedoraproject.org/tests/49738

Old failures (same test failed in Rawhide-20161123.n.1):

ID: 49660   Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/49660
ID: 49686   Test: x86_64 universal install_anaconda_text
URL: https://openqa.fedoraproject.org/tests/49686
ID: 49703   Test: x86_64 universal install_ext3
URL: https://openqa.fedoraproject.org/tests/49703
ID: 49707   Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/49707
ID: 49724   Test: x86_64 universal upgrade_desktop_encrypted_64bit
URL: https://openqa.fedoraproject.org/tests/49724

Passed openQA tests: 69/79 (x86_64), 15/15 (i386)

New passes (same test did not pass in Rawhide-20161123.n.1):

ID: 49654   Test: x86_64 Everything-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/49654
ID: 49655   Test: x86_64 Everything-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/49655
ID: 49656   Test: i386 Everything-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/49656
ID: 49657   Test: x86_64 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/49657
ID: 49658   Test: x86_64 Workstation-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/49658
ID: 49659   Test: i386 Workstation-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/49659
ID: 49662   Test: x86_64 Server-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/49662
ID: 49663   Test: x86_64 Server-boot-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/49663
ID: 49664   Test: x86_64 Server-dvd-iso install_default_upload
URL: https://openqa.fedoraproject.org/tests/49664
ID: 49665   Test: x86_64 Server-dvd-iso install_default@uefi
URL: https://openqa.fedoraproject.org/tests/49665
ID: 49666   Test: x86_64 Server-dvd-iso base_selinux
URL: https://openqa.fedoraproject.org/tests/49666
ID: 49667   Test: x86_64 Server-dvd-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/49667
ID: 49668   Test: x86_64 Server-dvd-iso base_service_manipulation
URL: https://openqa.fedoraproject.org/tests/49668
ID: 49669   Test: x86_64 Server-dvd-iso base_update_cli
URL: https://openqa.fedoraproject.org/tests/49669
ID: 49671   Test: x86_64 Server-dvd-iso install_repository_nfs_variation
URL: https://openqa.fedoraproject.org/tests/49671
ID: 49672   Test: x86_64 Server-dvd-iso install_repository_nfs_graphical
URL: https://openqa.fedoraproject.org/tests/49672
ID: 49675   Test: x86_64 Server-dvd-iso server_cockpit_default
URL: https://openqa.fedoraproject.org/tests/49675
ID: 49676   Test: x86_64 Server-dvd-iso server_cockpit_basic
URL: https://openqa.fedoraproject.org/tests/49676
ID: 49679   Test: x86_64 Server-dvd-iso server_role_deploy_database_server
URL: https://openqa.fedoraproject.org/tests/49679
ID: 49680   Test: x86_64 Server-dvd-iso server_database_client
URL: https://openqa.fedoraproject.org/tests/49680
ID: 49681   Test: x86_64 Server-dvd-iso install_updates_nfs
URL: https://openqa.fedoraproject.org/tests/49681
ID: 49682   Test: x86_64 Server-dvd-iso server_firewall_default
URL: https://openqa.fedoraproject.org/tests/49682
ID: 49683   Test: i386 Server-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/49683
ID: 49684   Test: i386 Server-dvd-iso install_default
URL: https://openqa.fedoraproject.org/tests/49684
ID: 49685   Test: x86_64 universal install_package_set_minimal
URL: https://openqa.fedoraproject.org/tests/49685
ID: 49688   Test: x86_64 universal install_repository_http_variation
URL: https://openqa.fedoraproject.org/tests/49688
ID: 49689   Test: x86_64 universal install_repository_http_graphical
URL: https://openqa.fedoraproject.org/tests/49689
ID: 49690   Test: x86_64 universal install_mirrorlist_graphical
URL: https://openqa.fedoraproject.org/tests/49690
ID: 49691   Test: x86_64 universal install_delete_pata
URL: https://openqa.fedoraproject.org/tests/49691
ID: 49692   Test: x86_64 universal install_delete_pata@uefi
URL: https://openqa.fedoraproject.org/tests/49692
ID: 49693   Test: x86_64 universal install_kickstart_user_creation
URL: https://openqa.fedoraproject.org/tests/49693
ID: 49694   Test: x86_64 universal 

[Bug 1308365] slic3r crashes when loading known good stl files

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1308365



--- Comment #4 from Fedora End Of Life  ---
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Re: HEADS UP: eigen-3.3.0 update

2016-11-24 Thread Sandro Mani



On 24.11.2016 12:56, Dominik 'Rathann' Mierzejewski wrote:

On Wednesday, 23 November 2016 at 22:45, Sandro Mani wrote:

Hi

eigen-3.3.0 was released a a couple of weeks ago, and I've investigated the
consequences of updating in rawhide in this [1] COPR repo. The detailed
analysis is below, the summary is:

- five dependent packages fail to build due to the eigen3 update: avogadro,
ceres-solver, kalzium, shogun and tapkee
- of these, ceres-solver, shogun and tapkee can be fixed by upgrading to
newer versions (first two) or backporting upstream fixes (tapkee)
- (The shogun update needs viennacl which is stalled in review [2])
- avogadro relies on the eigen-2.x compatibility which was removed in
eigen-3.3, and there is not progress upstream so far in resolving the issue.

Why not unretire eigen2 and build avogadro against that? Or does it use
eigen3 features as well?
AFAICS avogadro can still be built against eigen2, so sure, that would 
also be a plan. Not sure if reviving the package is better than bundling 
though, since eigen2 is completely unsupported upstream and its use not 
recommended [1]. I wouldn't want people starting to use the eigen2 
package if it becomes available in the repos again.


[1] http://eigen.tuxfamily.org/index.php?title=Eigen2
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: review swap

2016-11-24 Thread gil

hi Marcin,

take!

have time for this https://bugzilla.redhat.com/show_bug.cgi?id=1244657 ?
thanks in advance
regards
.g

Il 24/11/2016 16:09, Marcin Dulak ha scritto:

Hi,

I have this small Python package for review 
https://bugzilla.redhat.com/show_bug.cgi?id=1398369
I'm not sure about the latest Python packaging guidelines (python34 vs python3 
on EL7/Fedora) concerning scripts,
so the review will require a couple of iterations.

Marcin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


review swap

2016-11-24 Thread Marcin Dulak
Hi,

I have this small Python package for review 
https://bugzilla.redhat.com/show_bug.cgi?id=1398369
I'm not sure about the latest Python packaging guidelines (python34 vs python3 
on EL7/Fedora) concerning scripts,
so the review will require a couple of iterations.

Marcin
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


Re: F24 GStreamer zero day

2016-11-24 Thread Michael Catanzaro
On Thu, 2016-11-24 at 10:02 +, Carlos Garnacho wrote:
> Tracker-extract is not as exposed as Firefox, because the file needs
> being in the local filesystem for starters. The web world is well
> known for figuratively throwing 3rd party media content to your face,
> even in otherwise trusted websites.

I think the concern here is that browsers allow websites to download
files to your computer without any user interaction. Epiphany goes as
far as to open them automatically. I've never previously considered
that it's a security risk, simply because attacking an unsandboxed web
engine seems like a much easier attack vector, but maybe we should
think about changing this behavior.

That said, we cannot stop running tracker on ~/Downloads because we
want to show downloaded files in our core apps. Similarly, we're going
to be processing the files with thumbnailers like the totem thumbnailer
as well. Even if we sandbox tracker-extract, that does nothing to avoid
bugs that exploit the thumbnailer, so we should really be looking at
GStreamer-level mitigation anyway.

Michael
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1297077] RFE: Perl6 for EPEL

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1297077



--- Comment #4 from Fedora End Of Life  ---
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


rubygem-hashery license changed to BSD

2016-11-24 Thread Vít Ondruch
rubygem-hashery-2.1.2-1.fc26 changed it's license from MIT to BSD.


Vít
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org


[Bug 1242980] -Wcast-qual compiler warnings in hv_func.h

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1242980

Petr Pisar  changed:

   What|Removed |Added

Summary|Compiler warnings in|-Wcast-qual compiler
   |hv_func.h   |warnings in hv_func.h



--- Comment #4 from Petr Pisar  ---
Reproducer:

$ printf '#include "EXTERN.h"\n#include "perl.h"\n' | gcc -Wcast-qual
-I/usr/lib64/perl5/CORE -c -x c -
In file included from /usr/lib64/perl5/CORE/hv.h:629:0,
 from /usr/lib64/perl5/CORE/perl.h:3740,
 from :2:
/usr/lib64/perl5/CORE/hv_func.h: In function ‘S_perl_hash_siphash_2_4’:
/usr/lib64/perl5/CORE/hv_func.h:213:17: warning: cast discards ‘const’
qualifier from pointer target type [-Wcast-qual]
   U64TYPE k0 = ((U64TYPE*)seed)[0];
 ^
et cetera.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1295439] CVE-2015-8509 bugzilla: information leak when parsing the CSV file [fedora-all]

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1295439



--- Comment #2 from Fedora End Of Life  ---
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1295437] CVE-2015-8508 bugzilla: cross-site scripting when generating a dependency graph [fedora-all]

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1295437



--- Comment #3 from Fedora End Of Life  ---
This message is a reminder that Fedora 23 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 23. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '23'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 23 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Alien-ROOT

2016-11-24 Thread buildsys


perl-Alien-ROOT has broken dependencies in the rawhide tree:
On aarch64:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
On ppc64:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
On ppc64le:
perl-Alien-ROOT-5.34.36.1-2.fc26.noarch requires root-core
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


Broken dependencies: perl-Data-Alias

2016-11-24 Thread buildsys


perl-Data-Alias has broken dependencies in the rawhide tree:
On x86_64:
perl-Data-Alias-1.20-2.fc24.x86_64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.x86_64 requires perl(:MODULE_COMPAT_5.22.1)
On armhfp:
perl-Data-Alias-1.20-2.fc24.armv7hl requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.armv7hl requires perl(:MODULE_COMPAT_5.22.1)
On ppc64le:
perl-Data-Alias-1.20-2.fc24.ppc64le requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.ppc64le requires perl(:MODULE_COMPAT_5.22.1)
On aarch64:
perl-Data-Alias-1.20-2.fc24.aarch64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.aarch64 requires perl(:MODULE_COMPAT_5.22.1)
On ppc64:
perl-Data-Alias-1.20-2.fc24.ppc64 requires libperl.so.5.22()(64bit)
perl-Data-Alias-1.20-2.fc24.ppc64 requires perl(:MODULE_COMPAT_5.22.1)
On i386:
perl-Data-Alias-1.20-2.fc24.i686 requires libperl.so.5.22
perl-Data-Alias-1.20-2.fc24.i686 requires perl(:MODULE_COMPAT_5.22.1)
Please resolve this as soon as possible.

___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398299] perl-DateTime-TimeZone-2.09 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398299



--- Comment #3 from Fedora Update System  ---
perl-DateTime-TimeZone-2.01-6.fc24 has been submitted as an update to Fedora
24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-5349890022

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1243867] perl-Panotools-Script-0.28-5.fc24 FTBFS: undeclared dependency on Math::Trig

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1243867

Petr Pisar  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |NEXTRELEASE
Last Closed||2016-11-24 09:01:33



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1242980] Compiler warnings in hv_func.h

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1242980

Petr Pisar  changed:

   What|Removed |Added

Version|23  |24



--- Comment #3 from Petr Pisar  ---
The proposed change is wrong. Original code copies 4 bytes from a memory
specified by a pointer. Proposed code would take 1 byte from a memory specified
by a pointer and coerced the value to a 4-byte integer.

But your point about the cast constness is valid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-TimeZone (f24). "Remove backup file"

2016-11-24 Thread notifications
From 64c147668a69f15bc0d719318ebcf49ea15a5223 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 24 Nov 2016 14:45:19 +0100
Subject: Remove backup file

---
 perl-DateTime-TimeZone.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index d89a6e1..11ca5e2 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -85,7 +85,7 @@ offset from GMT for a given time period.
 
 %prep
 %setup -q -n DateTime-TimeZone-%{version}
-%patch0 -p1 -b .orig
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=f24=64c147668a69f15bc0d719318ebcf49ea15a5223
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398299] perl-DateTime-TimeZone-2.09 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398299



--- Comment #2 from Fedora Update System  ---
perl-DateTime-TimeZone-2.01-6.fc23 has been submitted as an update to Fedora
23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-fc966b1525

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-TimeZone (f23). "Remove backup file"

2016-11-24 Thread notifications
From ccbd76989a94647ae6cbe491714243629933e81e Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 24 Nov 2016 14:45:19 +0100
Subject: Remove backup file

---
 perl-DateTime-TimeZone.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index cff84ab..6df924a 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -85,7 +85,7 @@ offset from GMT for a given time period.
 
 %prep
 %setup -q -n DateTime-TimeZone-%{version}
-%patch0 -p1 -b .orig
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=f23=ccbd76989a94647ae6cbe491714243629933e81e
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398299] perl-DateTime-TimeZone-2.09 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398299



--- Comment #1 from Fedora Update System  ---
perl-DateTime-TimeZone-2.09-1.fc25 has been submitted as an update to Fedora
25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-f847a8a6c3

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1238804] /usr/bin/perl is not linked with -z now and -pie, perl crashes with -pie

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238804

Emmanuel Seyman  changed:

   What|Removed |Added

 CC||emman...@seyman.fr



--- Comment #11 from Emmanuel Seyman  ---
(In reply to Harald Reindl from comment #7)
> and why can't i change the realse from 23 to 24 here?

The two main possibilities are:

1) Bugzilla sees you as logged out despite the fact that you're logged in.

2) You're logged in but don't have the necessary permissions to edit this bug.

You can check your permissions at
https://bugzilla.redhat.com/userprefs.cgi?tab=permissions

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-TimeZone (f25). "2.09 bump"

2016-11-24 Thread notifications
From 9894be5d25ee34a525b18c94a29c6368f3984451 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 24 Nov 2016 14:23:26 +0100
Subject: 2.09 bump

---
 perl-DateTime-TimeZone.spec | 5 -
 sources | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index 6a1f6a2..f746ad5 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,5 +1,5 @@
 Name:   perl-DateTime-TimeZone
-Version:2.08
+Version:2.09
 Release:1%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
@@ -99,6 +99,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 24 2016 Jitka Plesnikova  - 2.09-1
+- 2.09 bump
+
 * Mon Nov 14 2016 Jitka Plesnikova  - 2.08-1
 - 2.08 bump
 
diff --git a/sources b/sources
index 9909eb0..bebc2d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e84c4998417c379fe8c0e944ffb77b1b  DateTime-TimeZone-2.08.tar.gz
+a7c3c4a68286096e8f158e351c76ef3a  DateTime-TimeZone-2.09.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=f25=9894be5d25ee34a525b18c94a29c6368f3984451
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398299] perl-DateTime-TimeZone-2.09 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398299

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-DateTime-TimeZone-2.09
   ||-1.fc26



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik pushed to perl-DateTime-TimeZone (master). "2.09 bump"

2016-11-24 Thread notifications
From c91d6635f4adb467991f5de56ed81a3c8bb6ad71 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova 
Date: Thu, 24 Nov 2016 14:23:26 +0100
Subject: 2.09 bump

---
 perl-DateTime-TimeZone.spec | 5 -
 sources | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec
index 6a1f6a2..f746ad5 100644
--- a/perl-DateTime-TimeZone.spec
+++ b/perl-DateTime-TimeZone.spec
@@ -1,5 +1,5 @@
 Name:   perl-DateTime-TimeZone
-Version:2.08
+Version:2.09
 Release:1%{?dist}
 Summary:Time zone object base class and factory
 License:GPL+ or Artistic
@@ -99,6 +99,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Nov 24 2016 Jitka Plesnikova  - 2.09-1
+- 2.09 bump
+
 * Mon Nov 14 2016 Jitka Plesnikova  - 2.08-1
 - 2.08 bump
 
diff --git a/sources b/sources
index 9909eb0..bebc2d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e84c4998417c379fe8c0e944ffb77b1b  DateTime-TimeZone-2.08.tar.gz
+a7c3c4a68286096e8f158e351c76ef3a  DateTime-TimeZone-2.09.tar.gz
-- 
cgit v0.12



http://pkgs.fedoraproject.org/cgit/perl-DateTime-TimeZone.git/commit/?h=master=c91d6635f4adb467991f5de56ed81a3c8bb6ad71
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


jplesnik uploaded DateTime-TimeZone-2.09.tar.gz for perl-DateTime-TimeZone

2016-11-24 Thread notifications
a7c3c4a68286096e8f158e351c76ef3a  DateTime-TimeZone-2.09.tar.gz

http://pkgs.fedoraproject.org/lookaside/pkgs/perl-DateTime-TimeZone/DateTime-TimeZone-2.09.tar.gz/md5/a7c3c4a68286096e8f158e351c76ef3a/DateTime-TimeZone-2.09.tar.gz
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1238804] /usr/bin/perl is not linked with -z now and -pie, perl crashes with -pie

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238804



--- Comment #10 from Petr Pisar  ---
I have no idea what's wrong.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1234738] perl-Mail-GnuPG-0.21-5.fc23 FTBFS: gpg-agent[31178]: command 'GET_PASSPHRASE' failed: No such file or directory

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1234738

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |CANTFIX
Last Closed||2016-11-24 08:13:50



--- Comment #5 from Petr Pisar  ---
This package was removed from Fedora 23.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1216928] Wrong license declaration

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1216928

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Net-DNS-SEC-1.01-1.fc2
   ||4
 Resolution|--- |CURRENTRELEASE
Last Closed||2016-11-24 08:04:09



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1213823] perl-Net-DNS-SEC-0.22-1.fc23.noarch requires nonexistent dependencies

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1213823

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Net-DNS-SEC-0.22-3.fc2
   ||3
 Resolution|--- |ERRATA
Last Closed||2016-11-24 08:02:00



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1210614] Shell command injection in c2ph tool

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1210614

Petr Pisar  changed:

   What|Removed |Added

Version|23  |24



--- Comment #6 from Petr Pisar  ---
Still issue in F24 (perl-5.22.2-364.fc24.x86_64).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1204870] perl-Gearman-Client-Async-0.94-19.fc23 FTBFS: t/ async.t fails randomly

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1204870



--- Comment #3 from Petr Pisar  ---
I saw last failure on 2016-08-09 in F26. I have no idea if this issue still
exhibits.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1011333] PerlIO::via leaks a foreign memory

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1011333

Petr Pisar  changed:

   What|Removed |Added

Version|23  |24



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1007199] perl segfaults when pushing a glob to a thread-shared array

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1007199

Petr Pisar  changed:

   What|Removed |Added

Version|23  |24



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1238804] /usr/bin/perl is not linked with -z now and -pie, perl crashes with -pie

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238804



--- Comment #9 from Harald Reindl  ---
Created attachment 1223847
  --> https://bugzilla.redhat.com/attachment.cgi?id=1223847=edit
screenshot bugzilla

no i can't - see screenshot - on top of this bugreport all options are missing

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1238804] /usr/bin/perl is not linked with -z now and -pie, perl crashes with -pie

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1238804

Petr Pisar  changed:

   What|Removed |Added

Version|23  |24



--- Comment #8 from Petr Pisar  ---
You can.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1393834] perl-Algorithm-CurveFit-1.05-17.fc26 FTBFS on ppc64le: Can' t call method "element" on an undefined value

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1393834

Petr Pisar  changed:

   What|Removed |Added

   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=1242769



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1242769] perl-Algorithm-CurveFit-1.05-14.fc23 FTBFS: Failed test at t /02bad_deriv.t line 50

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1242769

Petr Pisar  changed:

   What|Removed |Added

   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=1393834



--- Comment #7 from Petr Pisar  ---
We have a similar bug on non-hardened ppc64le (bug #1393834). It looks like a
floating point arithmetic issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1242769] perl-Algorithm-CurveFit-1.05-14.fc23 FTBFS: Failed test at t /02bad_deriv.t line 50

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1242769

Petr Pisar  changed:

   What|Removed |Added

Version|23  |24



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398309] perl-Test-Prereq-2.002 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398309



--- Comment #3 from Upstream Release Monitoring 
 ---
Patches were not touched. All were applied properly

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398309] perl-Test-Prereq-2.002 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398309



--- Comment #2 from Upstream Release Monitoring 
 ---
Created attachment 1223845
  --> https://bugzilla.redhat.com/attachment.cgi?id=1223845=edit
Rebase-helper rebase-helper-debug.log log file.
See for details and report the eventual error to rebase-helper
https://github.com/phracek/rebase-helper/issues.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1139141] perl-Dumbbench-BoxPlot does not support ARM

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1139141

Petr Pisar  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Dumbbench-0.10-3.fc24
 Resolution|--- |CURRENTRELEASE
Last Closed|2016-07-19 08:06:29 |2016-11-24 07:22:01



--- Comment #5 from Petr Pisar  ---
perl-SOOT was removed from Fedora 24. The perl-Dumbbench-BoxPlot subpackage was
disabled in perl-Dumbbench-0.10-3.fc24.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1398309] perl-Test-Prereq-2.002 is available

2016-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1398309



--- Comment #1 from Upstream Release Monitoring 
 ---
Patching or scratch build for perl-Test-Prereq-1.039 failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


  1   2   >