Re: Fedora 33 Self-Contained Change proposal: Drop mod_php

2020-06-02 Thread Peter Pentchev
On Tue, Jun 02, 2020 at 07:47:12PM -0700, John M. Harris Jr wrote:
> On Tuesday, June 2, 2020 2:05:01 AM MST Joe Orton wrote:
> > On Sat, May 30, 2020 at 11:13:35AM +0200, Zbigniew Jędrzejewski-Szmek
> > wrote:
> > > On Thu, May 28, 2020 at 03:53:26PM -0400, Ben Cotton wrote:
> > > 
> > > > == Detailed Description ==
> > > > By default php-fpm is used for a few versions. mod_php is not
> > > > supported for threaded modules. mod_php usage also increases security
> > > > risk, sharing the same process than httpd.
> > > > 
> > > > Drop mod_php from php build. This will only affect user of httpd in
> > > > "prefork" mode, which will also use php-fpm.
> > > > 
> > > > php-fpm is already used but most users of httpd and nginx without any
> > > > issue.
> > 
> > > 
> > > Based on the replies downthread, it seems that some people are still
> > > using it and want to keep it...
> > 
> > 
> > If the existence of non-zero user demand blocked removal of defunct 
> > technology in Fedora I guess we'd still be shipping SysV init.  
> > 
> > We made the switch from forked-httpd + mod_php to threaded-httpd +
> > php-fpm by default in Fedora 27, so we've spread this transition over 
> > six full release cycles.  We've had AFAIK *zero* bug reports about
> > making the default switch.
> > 
> > 
> > > Is mod_php a maintainance burder and/or a noticable installation
> > > overhead when not used? And if it is, would additional help with the
> > > maintainance that was offered make it easier to keep?
> > 
> > 
> > I'm not seeing any technical argument in this thread to support keeping 
> > mod_php.  If there were, that would be interesting, but otherwise I 
> > think the package owner should be trusted and empowered to make this 
> > change.
> > 
> > Regards, Joe
> 
> If it's dropped, it wouldn't really be possible for me to make a mod_php 
> package to replace it due to the integration, so I can't really see a way of 
> keeping a compat package if it's removed, and keeping it around doesn't break 
> anything.

Do you have an application that absolutely cannot work using php-fpm, or
is it a matter of "must set some time aside to migrate and test
everything after a switch from mod_php to fpm"?

If it's the first, people have repeatedly stated that they want to know
what it is and why. Also, people have repeatedly stated that mod_php is
strongly recommended against by upstream. Also, people have repeatedly
stated that having to support mod_php blocks future work.

If it is the second, unfortunately that is true of many changes.
Sometimes we have to do some work to adapt to a new, better way of doing
things. Sometimes we can see at once that the new way is indeed better;
sometimes it takes us months or even years to realize that. And yes,
there may be particular circumstances when the benefits of the new way
do not really outweigh the benefits that the old way provided, but it is
not easy for me to imagine a situation when a switch from mod_php to
php-fpm would break things. Yes, I can, yes, I know that one can install
more modules, make some PHP applications use shared server memory and
whatnot; still, it seems to me that ultimately there are better ways to
handle most of these.

The vast, overwhelming majority of installations do not *need* mod_php.

The vast, overwhelming majority of installations would *benefit* from
a switch to php-fpm.

The vast, overwhelming majority of installations *currently* using
mod_php are doing it because of conventional wisdom ("this is the way to
set up a PHP site") that is rooted in the times when php-fpm
*did not exist* - so it's much more of "this was the only possible way
to set up a PHP site back then" than "this is the best way to set up
a PHP site now".

Yep, migration needs work. Acknowledged. The same could be said of
changing an init system, changing a default syslog implementation,
changing the way a database server is configured, changing the defaults
for a proxy server's configuration... and so many more.

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@debian.org p...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread Chris Murphy
On Tue, Jun 2, 2020 at 8:42 PM John M. Harris Jr  wrote:

> In what way is it incompatible with UEFI Secure Boot?

Secure Boot does boot verification. Hibernation right now doesn't. And
that makes it a Secure Boot loophole. And that makes it incompatible
with Secure Boot.

It's not a new idea, it's been this way for a while. And so have the complaints.
https://lwn.net/Articles/523367/

 initramfs are signed, and the resume image is for that kernel, how is this an
> issue?

The initramfs is not signed.

> What if swap is on LUKS?

No signature. No integrity. It is a net reduction in the protection
provided by Secure Boot - e.g. it can't detect intentional corruption
that could crash the system or even cause more corruption and eventual
data loss as the system runs.

> If kernel lockdown is what disables this, we should look at fixing kernel
> lockdown so that it doesn't break hibernation. This is definitely a security
> decision that we shouldn't be imposing on the masses needlessly, in my
> opinion.

Instead you propose imposing a loophole for attackers to easily deploy
malware needlessly. Do you really not see how this is an untenable
position for Fedora?



-- 
Chris Murphy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread Chris Murphy
On Tue, Jun 2, 2020 at 10:35 PM Samuel Sieb  wrote:
>
> On 6/2/20 9:25 PM, Chris Murphy wrote:
> > On Tue, Jun 2, 2020 at 8:33 PM John M. Harris Jr  
> > wrote:
> >>
> >> On Sunday, May 31, 2020 11:45:40 AM MST Chris Murphy wrote:
> >>> On Sat, May 30, 2020 at 9:26 PM Tony Nelson
> >>>  wrote:
> >>>
> 
> 
>  On 20-05-30 21:02:11, Chris Murphy wrote:
> 
> ...
> 
> > Full disk encryption doesn't adequately secure the hibernation image
> > either. Authenticated encryption (signing as well as encryption) is
> > needed to verify the image hasn't been tampered.
> 
> 
> 
>  What can an attacker do other than corrupt the data?  It is encrypted.
> >>>
> >>>
> >>> You don't know, and neither do I. That's the problem.
> >>
> >> We do know. Nothing, really.
> >
> > You do not know the attacker, when possession was lost, what the
> > attacker knows, or how long they have access to ciphertext. And that's
> > because the attack hasn't happened yet. Yet you assert omniscience.
> > Gotcha.
>
> I don't understand this concern either.  How is it different than any
> encrypted filesystem?  If you don't trust the encryption, then what's
> the point?  What's the difference between an encrypted filesystem and an
> encrypted hibernation image that makes the image so insecure?

You trust the encryption only to provide confidentiality of your data
from the attacker. Not as a means of detecting an attack on your data.
And also this isn't really just user data, the hibernation image is
the kernel. If it's really compromised, it's a complete end run around
the guarantees of Secure Boot so necessarily it can't be weaker than
that implementation or the whole implementation is weakened. If it's
easier to exploit via the hibernation image, that's what attackers
will do.

An encrypted file system, again provides only confidentiality. There's
no integrity check. In fact you are equally susceptible to data
integrity problems whether your data is encrypted or not. You'd need a
dm-integrity option enabled (an option that can be done at the same
time as cryptsetup now), or you need to use Btrfs. Depending on your
threat model you might need to use one of the cyptographic hash
functions (dm-integrity provides hmac:sha256; and btrfs provides
sha256 and blake2b, looks like keyed hashing support is decently
likely to happen there as well). The keyed hashing function provides
integrity but also provides authenticity. You need the key to produce
valid writes. If you don't have the key, the writes you produce would
be immediately detected as bogus by the key holder.

Ergo you can trust your attacker can't see in /usr. But you don't
know, with encryption alone if you can trust /usr. It pretty much
comes down to trusting the hardware ECC in the drive, if you don't
have something that provides integrity.

-- 
Chris Murphy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread John M. Harris Jr
On Tuesday, June 2, 2020 9:45:45 PM MST Chris Murphy wrote:
> On Tue, Jun 2, 2020 at 10:28 PM Samuel Sieb  wrote:
>
> >
> >
> > I would expect that using an encrypted partition for swap should be
> > sufficient to allow it though.
>
>
> Unfortunately not. Encryption provides no integrity or authenticity.
> The original set of patches for signed and authenticated hibernation
> images called for the use of an HMAC for signing, and upstream
> considered this insufficient and asked why not use AES-GCM to provide
> a real AE (authenticated encryption) model.

In what way do you believe it's not sufficient?

> Not only is encryption alone inadequate, the signature verification
> model should ensure that the hibernation image being restored was
> created by the computer it is being restored to.

Why?

> I am not a cryptographer. And I can't do a better job of explaining
> it. But it's a problem. And my disappointment isn't relevant to the
> security issue. It's relevant from a UX perspective I suppose.

It's a severe UX issue that you cannot use a standard feature of normal 
systems, hibernation.

> But, I've also just spent two days trying to track down a new
> hibernation bug, resulting in fatal hibernation entry. Even without
> the Secure Boot issue, hibernation can be a problem that requires
> resources that are not finite. I had this working reliably several
> months ago, and I've exhausted my time and interest for now doing
> kernel regression testing and have literally no idea why it's
> consistently failing now. On three machines (one is a VM). I did
> report it upstream, I haven't gotten a reply yet (normal).
>
> There are two emails, bottom one is the first.
> https://lore.kernel.org/linux-pm/CAJCQCtQVGqxtZZTRgscT7e4inTacAd7KAmoNOz3gB4
> hf1nk...@mail.gmail.com/
 
>
> -- 
> Chris Murphy

-- 
John M. Harris, Jr.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread Chris Murphy
On Tue, Jun 2, 2020 at 10:28 PM Samuel Sieb  wrote:
>
> I would expect that using an encrypted partition for swap should be
> sufficient to allow it though.

Unfortunately not. Encryption provides no integrity or authenticity.
The original set of patches for signed and authenticated hibernation
images called for the use of an HMAC for signing, and upstream
considered this insufficient and asked why not use AES-GCM to provide
a real AE (authenticated encryption) model.

Not only is encryption alone inadequate, the signature verification
model should ensure that the hibernation image being restored was
created by the computer it is being restored to.

I am not a cryptographer. And I can't do a better job of explaining
it. But it's a problem. And my disappointment isn't relevant to the
security issue. It's relevant from a UX perspective I suppose.

But, I've also just spent two days trying to track down a new
hibernation bug, resulting in fatal hibernation entry. Even without
the Secure Boot issue, hibernation can be a problem that requires
resources that are not finite. I had this working reliably several
months ago, and I've exhausted my time and interest for now doing
kernel regression testing and have literally no idea why it's
consistently failing now. On three machines (one is a VM). I did
report it upstream, I haven't gotten a reply yet (normal).

There are two emails, bottom one is the first.
https://lore.kernel.org/linux-pm/cajcqctqvgqxtzztrgsct7e4intacad7kamonoz3gb4hf1nk...@mail.gmail.com/


-- 
Chris Murphy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread Samuel Sieb

On 6/2/20 9:25 PM, Chris Murphy wrote:

On Tue, Jun 2, 2020 at 8:33 PM John M. Harris Jr  wrote:


On Sunday, May 31, 2020 11:45:40 AM MST Chris Murphy wrote:

On Sat, May 30, 2020 at 9:26 PM Tony Nelson
 wrote:




On 20-05-30 21:02:11, Chris Murphy wrote:

   ...


Full disk encryption doesn't adequately secure the hibernation image
either. Authenticated encryption (signing as well as encryption) is
needed to verify the image hasn't been tampered.




What can an attacker do other than corrupt the data?  It is encrypted.



You don't know, and neither do I. That's the problem.


We do know. Nothing, really.


You do not know the attacker, when possession was lost, what the
attacker knows, or how long they have access to ciphertext. And that's
because the attack hasn't happened yet. Yet you assert omniscience.
Gotcha.


I don't understand this concern either.  How is it different than any 
encrypted filesystem?  If you don't trust the encryption, then what's 
the point?  What's the difference between an encrypted filesystem and an 
encrypted hibernation image that makes the image so insecure?

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread Samuel Sieb

On 6/2/20 7:41 PM, John M. Harris Jr wrote:

In what way is it incompatible with UEFI Secure Boot? If the kernel and
initramfs are signed, and the resume image is for that kernel, how is this an
issue? What if swap is on LUKS?


Do you understand how hibernation works?  It doesn't matter if the 
booting kernel is signed, everything will be replaced by what's on the 
disk.  The kernel you boot with does not even have to be the same one 
the hibernated image was booted with.  Someone could modify the 
in-memory image of the kernel on the disk or change some process to be 
running as root when it's resumed.  So it completely bypasses any 
protection that secure boot provides.  I'm inclined to say let me have 
that insecurity if I want, but I think there are rules about what's 
allowed if secure boot is enabled.


I would expect that using an encrypted partition for swap should be 
sufficient to allow it though.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread Chris Murphy
On Tue, Jun 2, 2020 at 8:33 PM John M. Harris Jr  wrote:
>
> On Sunday, May 31, 2020 11:45:40 AM MST Chris Murphy wrote:
> > On Sat, May 30, 2020 at 9:26 PM Tony Nelson
> >  wrote:
> >
> > >
> > >
> > > On 20-05-30 21:02:11, Chris Murphy wrote:
> > >
> > >   ...
> > >
> > > > Full disk encryption doesn't adequately secure the hibernation image
> > > > either. Authenticated encryption (signing as well as encryption) is
> > > > needed to verify the image hasn't been tampered.
> > >
> > >
> > >
> > > What can an attacker do other than corrupt the data?  It is encrypted.
> >
> >
> > You don't know, and neither do I. That's the problem.
>
> We do know. Nothing, really.

You do not know the attacker, when possession was lost, what the
attacker knows, or how long they have access to ciphertext. And that's
because the attack hasn't happened yet. Yet you assert omniscience.
Gotcha.


> A good option until then is to just take unsigned hibernation images and work
> like literally every other system. There's no reason to take away this
> functionality.

Why do you think it's good to tell users we support UEFI Secure Boot,
but then provide attackers a loop hole to get around it?




-- 
Chris Murphy
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[389-devel] 389 DS nightly 2020-06-03 - 95% PASS

2020-06-02 Thread vashirov
https://fedorapeople.org/groups/389ds/ci/nightly/2020/06/03/report-389-ds-base-1.4.4.3-20200602gita0113b1.fc32.x86_64.html
___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org


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

2020-06-02 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-fe619e5492   
golang-1.13.11-1.el6
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-ffaa79c364   
sympa-6.2.56-1.el6
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-989ca5d300   
mbedtls-2.7.15-1.el6


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

qpid-proton-0.31.0-2.el6

Details about builds:



 qpid-proton-0.31.0-2.el6 (FEDORA-EPEL-2020-d8931a96aa)
 A high performance, lightweight messaging library

Update Information:

Resolved cmake issue with examples.    Rebased to 0.31.0.

ChangeLog:

* Mon Jun  1 2020 Irina Boverman  - 0.31.0-2
- Corrected cmake for c/cpp examples
- Resolved PROTON-2228
* Thu May 14 2020 Irina Boverman  - 0.31.0-1
- Rebased to 0.31.0


___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org


[Bug 1843130] F33FailsToInstall: perl-PAR-Packer

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843130

Igor Raits  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |WORKSFORME
Last Closed||2020-06-03 03:41:19



--- Comment #1 from Igor Raits  ---
Hello,

Please note that this comment was generated automatically. If you feel that
this output has mistakes, please contact me via email
(ignatenkobr...@fedoraproject.org).

All subpackages of a package agaisnt which this bug was filled are now
installable or removed from Fedora 33.

Thanks for taking care of it!


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842895] Add perl-DateTimeX-Easy to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842895

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
FEDORA-EPEL-2020-cdf9943b6a has been pushed to the Fedora EPEL 7 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-cdf9943b6a

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842891] Add perl-MooseX-Types-DateTime-MoreCoercions to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842891

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
FEDORA-EPEL-2020-2c8d567560 has been pushed to the Fedora EPEL 7 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-2c8d567560

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842920] Add perl-AnyEvent-CacheDNS to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842920

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
FEDORA-EPEL-2020-667091b47a has been pushed to the Fedora EPEL 7 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-667091b47a

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


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

2020-06-02 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 658  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3c9292b62d   
condor-8.6.11-1.el7
 400  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-c499781e80   
python-gnupg-0.4.4-1.el7
 398  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-bc0182548b   
bubblewrap-0.3.3-2.el7
 107  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-fa8a2e97c6   
python-waitress-1.4.3-1.el7
  47  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-19d171a465   
python34-3.4.10-5.el7
  13  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-19de895038   
knot-resolver-5.1.1-1.el7
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-ed6bc3c8d4   
golang-1.13.11-1.el7
   8  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-05b9f2eac5   
sympa-6.2.56-1.el7
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-6f2a4db251   
mbedtls-2.7.15-1.el7
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-c47d3538f7   
cacti-1.2.12-1.el7 cacti-spine-1.2.12-1.el7
   5  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-101619ac61   
jq-1.6-2.el7 oniguruma-6.8.2-1.el7


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

keychain-2.8.5-1.el7
mosquitto-1.6.10-1.el7
nut-2.7.4-3.el7
pagure-5.10.0-10.el7
perl-AnyEvent-CacheDNS-0.08-15.el7
perl-DateTime-Format-ICal-0.09-32.el7
perl-DateTimeX-Easy-0.089-24.el7
perl-MooseX-Types-DateTime-MoreCoercions-0.15-13.el7
python-wcwidth-0.2.3-1.el7
qpid-proton-0.31.0-2.el7

Details about builds:



 keychain-2.8.5-1.el7 (FEDORA-EPEL-2020-09f298ff24)
 Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG

Update Information:

New upstream release

ChangeLog:


References:

  [ 1 ] Bug #1226492 - keychain-2.8.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1226492
  [ 2 ] Bug #1842332 - please build  keychain for EPEL 7
https://bugzilla.redhat.com/show_bug.cgi?id=1842332




 mosquitto-1.6.10-1.el7 (FEDORA-EPEL-2020-100738e32e)
 An Open Source MQTT v3.1/v3.1.1 Broker

Update Information:

Update to 1.6.10

ChangeLog:

* Wed May 27 2020 Peter Robinson  - 1.6.10-1
- Update to 1.6.10
* Sun May 24 2020 Fabian Affolter  - 1.6.9-5
- Rebuilt
* Mon May 18 2020 Fabian Affolter  - 1.6.9-4
- Rebuilt
* Fri May  1 2020 Fabian Affolter  - 1.6.9-3
- Rebuilt
* Tue Mar 24 2020 Fabian Affolter  - 1.6.9-2
- Fix build failure
* Sat Feb 29 2020 Fabian Affolter  - 1.6.9-1
- Update to new upstream version 1.6.9
* Wed Jan 29 2020 Fedora Release Engineering  - 
1.6.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Jan 18 2020 Fabian Affolter  - 1.6.8-2
- Rebuild for libwebsockets




 nut-2.7.4-3.el7 (FEDORA-EPEL-2020-f76f9220f4)
 Network UPS Tools

Update Information:

nut updated to 2.7.4

ChangeLog:

* Tue Jun  2 2020 Michal Hlavinka  - 2.7.4-3
- update nut run directories
* Tue May 26 2020 Orion Poplawski  - 2.7.4-2
- Drop old udev requires/scriptlet
- Add upstream patch for TLS > 1.0 support
* Tue May 26 2020 Michal Hlavinka  - 2.7.4-1
- nut updated to 2.7.4

References:

  [ 1 ] Bug #1379382 - nut package is missing nut-scanner binary
https://bugzilla.redhat.com/show_bug.cgi?id=1379382
  [ 2 ] Bug #1618784 - nut-monitor.service references non-existant 
/etc/tmpfiles.d/nut-run.conf
https://bugzilla.redhat.com/show_bug.cgi?id=1618784
  [ 3 ] Bug #1837120 - Update nut in EL7
https://bugzilla.redhat.com/show_bug.cgi?id=1837120




 pagure-5.10.0-10.el7 (FEDORA-EPEL-2020-71d2005548)
 A git-centered forge

Update Information:

Select backports from upstream:  * Add additional documentation 

[Bug 1842907] Add perl-DateTime-Format-ICal to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842907

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
FEDORA-EPEL-2020-3fc9e8486e has been pushed to the Fedora EPEL 7 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-3fc9e8486e

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1841512] [RFE] EPEL-8 branch for perl-Statistics-Basic

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1841512

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
FEDORA-EPEL-2020-12b443ed0c has been pushed to the Fedora EPEL 8 testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-12b443ed0c

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1840363] perl-Compress-Bzip2-2.27 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1840363



--- Comment #9 from Fedora Update System  ---
FEDORA-MODULAR-2020-1b6312e656 has been pushed to the Fedora 31 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-1b6312e656

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1829089] perl-Module-CoreList-5.20200428 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1829089



--- Comment #14 from Fedora Update System  ---
FEDORA-MODULAR-2020-1b6312e656 has been pushed to the Fedora 31 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-1b6312e656

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842709] perl-Module-CoreList-5.20200602 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842709



--- Comment #9 from Fedora Update System  ---
FEDORA-MODULAR-2020-1b6312e656 has been pushed to the Fedora 31 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-1b6312e656

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1830464] perl-Encode-3.06 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1830464



--- Comment #14 from Fedora Update System  ---
FEDORA-MODULAR-2020-1b6312e656 has been pushed to the Fedora 31 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-1b6312e656

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1838904] perl-perlfaq-5.20200523 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1838904



--- Comment #14 from Fedora Update System  ---
FEDORA-MODULAR-2020-1b6312e656 has been pushed to the Fedora 31 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-1b6312e656

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842176] perl-CPAN-Perl-Releases-5.20200530 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842176



--- Comment #6 from Fedora Update System  ---
FEDORA-2020-1cc8f04406 has been pushed to the Fedora 31 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2020-1cc8f04406`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-1cc8f04406

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842709] perl-Module-CoreList-5.20200602 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842709



--- Comment #8 from Fedora Update System  ---
FEDORA-2020-a71231b0ac has been pushed to the Fedora 31 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2020-a71231b0ac`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-a71231b0ac

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842698] perl-CPAN-Perl-Releases-5.20200601 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842698



--- Comment #4 from Fedora Update System  ---
FEDORA-2020-1cc8f04406 has been pushed to the Fedora 31 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2020-1cc8f04406`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-1cc8f04406

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1839515] perl-CPAN-Perl-Releases-5.20200524 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1839515



--- Comment #9 from Fedora Update System  ---
FEDORA-2020-1cc8f04406 has been pushed to the Fedora 31 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2020-1cc8f04406`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-1cc8f04406

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1830464] perl-Encode-3.06 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1830464



--- Comment #13 from Fedora Update System  ---
FEDORA-MODULAR-2020-296881b740 has been pushed to the Fedora 32 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-296881b740

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1840363] perl-Compress-Bzip2-2.27 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1840363

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #8 from Fedora Update System  ---
FEDORA-MODULAR-2020-296881b740 has been pushed to the Fedora 32 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-296881b740

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1838904] perl-perlfaq-5.20200523 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1838904



--- Comment #13 from Fedora Update System  ---
FEDORA-MODULAR-2020-296881b740 has been pushed to the Fedora 32 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-296881b740

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842709] perl-Module-CoreList-5.20200602 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842709



--- Comment #7 from Fedora Update System  ---
FEDORA-MODULAR-2020-296881b740 has been pushed to the Fedora 32 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-296881b740

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1829089] perl-Module-CoreList-5.20200428 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1829089



--- Comment #13 from Fedora Update System  ---
FEDORA-MODULAR-2020-296881b740 has been pushed to the Fedora 32 Modular testing
repository.

You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2020-296881b740

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1413979] perl-Mail-Box: please build on EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1413979

Sergio Basto  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||ser...@serjux.com
 Resolution|--- |CURRENTRELEASE
Last Closed||2020-06-03 03:13:19



--- Comment #2 from Sergio Basto  ---
perl-Mail-Box is built on EPEL 7 and 8 

Fedora EPEL 8   perl-Mail-Box-3.008-1.el8   
Fedora EPEL 7   perl-Mail-Box-2.120-2.el7


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842176] perl-CPAN-Perl-Releases-5.20200530 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842176



--- Comment #5 from Fedora Update System  ---
FEDORA-2020-3e16c8aa3e has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2020-3e16c8aa3e`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-3e16c8aa3e

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842698] perl-CPAN-Perl-Releases-5.20200601 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842698

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
FEDORA-2020-3e16c8aa3e has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2020-3e16c8aa3e`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-3e16c8aa3e

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842709] perl-Module-CoreList-5.20200602 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842709

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #6 from Fedora Update System  ---
FEDORA-2020-8aaffa5e34 has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2020-8aaffa5e34`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-8aaffa5e34

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1839515] perl-CPAN-Perl-Releases-5.20200524 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1839515



--- Comment #8 from Fedora Update System  ---
FEDORA-2020-3e16c8aa3e has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing
--advisory=FEDORA-2020-3e16c8aa3e`
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-3e16c8aa3e

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information
on how to test updates.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[389-devel] Docker updated

2020-06-02 Thread William Brown
https://hub.docker.com/repository/docker/389ds/dirsrv

This update resolves the restart issues we were seeing sometimes, so I think 
this is getting closer to "general use" :) 

Thanks everyone!

—
Sincerely,

William Brown

Senior Software Engineer, 389 Directory Server
SUSE Labs
___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org


[Bug 1802358] Please remove Requires for Apache::Util

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1802358

Fedora Admin user for bugzilla script actions 
 changed:

   What|Removed |Added

   Assignee|tcall...@redhat.com |spo...@gmail.com



--- Comment #1 from Fedora Admin user for bugzilla script actions 
 ---
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1413979] perl-Mail-Box: please build on EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1413979

Fedora Admin user for bugzilla script actions 
 changed:

   What|Removed |Added

   Assignee|tcall...@redhat.com |spo...@gmail.com



--- Comment #1 from Fedora Admin user for bugzilla script actions 
 ---
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1835360] perl-Email-MIME: rubygem-mail: Out of memory issue through nested MIME parts [epel-all]

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1835360

Fedora Admin user for bugzilla script actions 
 changed:

   What|Removed |Added

   Assignee|tcall...@redhat.com |spo...@gmail.com



--- Comment #4 from Fedora Admin user for bugzilla script actions 
 ---
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1835355] perl-Email-MIME-ContentType: rubygem-mail: Out of memory issue through nested MIME parts [epel-all]

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1835355

Fedora Admin user for bugzilla script actions 
 changed:

   What|Removed |Added

   Assignee|tcall...@redhat.com |spo...@gmail.com



--- Comment #4 from Fedora Admin user for bugzilla script actions 
 ---
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1283764] Use of uninitialized value in numeric eq (==) at /usr/share/perl5/vendor_perl/File/Tail.pm line 391

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1283764

Fedora Admin user for bugzilla script actions 
 changed:

   What|Removed |Added

   Assignee|tcall...@redhat.com |spo...@gmail.com



--- Comment #18 from Fedora Admin user for bugzilla script actions 
 ---
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1829978] perl-Carp-Assert-More for EL8

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1829978

Fedora Admin user for bugzilla script actions 
 changed:

   What|Removed |Added

   Assignee|tcall...@redhat.com |spo...@gmail.com



--- Comment #1 from Fedora Admin user for bugzilla script actions 
 ---
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1829996] perl-Carp-Assert-More for EL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1829996

Fedora Admin user for bugzilla script actions 
 changed:

   What|Removed |Added

   Assignee|tcall...@redhat.com |spo...@gmail.com



--- Comment #1 from Fedora Admin user for bugzilla script actions 
 ---
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1829979] perl-Carp-Assert for EL8

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1829979

Fedora Admin user for bugzilla script actions 
 changed:

   What|Removed |Added

   Assignee|tcall...@redhat.com |spo...@gmail.com



--- Comment #2 from Fedora Admin user for bugzilla script actions 
 ---
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: Fedora 33 Self-Contained Change proposal: Drop mod_php

2020-06-02 Thread John M. Harris Jr
On Tuesday, June 2, 2020 2:05:01 AM MST Joe Orton wrote:
> On Sat, May 30, 2020 at 11:13:35AM +0200, Zbigniew Jędrzejewski-Szmek
> wrote:
> > On Thu, May 28, 2020 at 03:53:26PM -0400, Ben Cotton wrote:
> > 
> > > == Detailed Description ==
> > > By default php-fpm is used for a few versions. mod_php is not
> > > supported for threaded modules. mod_php usage also increases security
> > > risk, sharing the same process than httpd.
> > > 
> > > Drop mod_php from php build. This will only affect user of httpd in
> > > "prefork" mode, which will also use php-fpm.
> > > 
> > > php-fpm is already used but most users of httpd and nginx without any
> > > issue.
> 
> > 
> > Based on the replies downthread, it seems that some people are still
> > using it and want to keep it...
> 
> 
> If the existence of non-zero user demand blocked removal of defunct 
> technology in Fedora I guess we'd still be shipping SysV init.  
> 
> We made the switch from forked-httpd + mod_php to threaded-httpd +
> php-fpm by default in Fedora 27, so we've spread this transition over 
> six full release cycles.  We've   had AFAIK *zero* bug reports about
> making the default switch.
> 
> 
> > Is mod_php a maintainance burder and/or a noticable installation
> > overhead when not used? And if it is, would additional help with the
> > maintainance that was offered make it easier to keep?
> 
> 
> I'm not seeing any technical argument in this thread to support keeping 
> mod_php.  If there were, that would be interesting, but otherwise I 
> think the package owner should be trusted and empowered to make this 
> change.
> 
> Regards, Joe

If it's dropped, it wouldn't really be possible for me to make a mod_php 
package to replace it due to the integration, so I can't really see a way of 
keeping a compat package if it's removed, and keeping it around doesn't break 
anything.

-- 
John M. Harris, Jr.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[389-devel] Add rfc2079 labled uri schema

2020-06-02 Thread William Brown
https://pagure.io/389-ds-base/pull-request/51130



—
Sincerely,

William Brown

Senior Software Engineer, 389 Directory Server
SUSE Labs
___
389-devel mailing list -- 389-devel@lists.fedoraproject.org
To unsubscribe send an email to 389-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread John M. Harris Jr
On Saturday, May 30, 2020 12:36:46 AM MST Chris Murphy wrote:
> On Fri, May 29, 2020 at 9:12 PM John M. Harris Jr 
> wrote:
> >
> >
> > On Friday, May 29, 2020 5:25:23 PM MST Chris Murphy wrote:
> > 
> > > On Fri, May 29, 2020 at 6:06 PM John M. Harris Jr
> > > 
> 
> 
> 
> > > >You can test hibernation right
> > > >
> > > > now, and it will work. When you boot back up, it'll have everything
> > > > just
> > > > as you left it. What systems is it broken on, those with Secure Boot?
> > >
> > >
> > >
> > > Not broken, disabled. That's the policy both upstream and in Fedora.
> >
> >
> >
> > Then why not just re-enable it? Why in the world is it disabled?
> 
> 
> It's a security risk that is incompatible with having UEFI Secure Boot
> enabled.
 
> The entire point of UEFI Secure Boot is to ensure cryptographic
> verification that the kernel you're running is in fact a Fedora built
> and signed kernel. Since resuming from hibernation completely replaces
> memory contents with that of the image, if the hibernation image isn't
> cryptographically signed too, it's an attack vector that permits
> arbitrary code execution, including even in the kernel.
> 
> I will add a footnote clarifying this in draft 2.
> 
> The proper enhancement is signed and encrypted hibernation images. If
> people want this to work, it's highly recommended they look into
> picking up the stalled work in this area. There is hardware attrition
> under way. And that means hibernation is getting tested less and less,
> with fewer kernel and desktop bug reports. And testers. It's a real
> going-concern problem.
> 
> 
> >If it's
> >
> > disabled, why did it work when I ran `systemctl hibernate`? Why does it
> > work with KDE Spin out of box?
> 
> 
> Your system doesn't have UEFI Secure Boot or it isn't enabled. With
> Secure Boot enabled, hibernation is one of many things that is subject
> to kernel lockdown across all of Fedora products including KDE.
> 
> https://lwn.net/Articles/706637/
> 
> 
> > I asked above, but  it wasn't answered, and your answer to this has me a
> > bit confused. Is Secure Boot the issue that is blocking resume from
> > working properly? If so, I can ensure that Secure Boot is enabled on the
> > hardware that supports it, and try hibernation there.
> 
> 
> UEFI Secure Boot does not do the blocking. But it is used to enable
> the kernel lockdown policy, and the lockdown policy inhibits various
> things including hibernation. Specifically it will block both
> hibernation entry and resume.
> 
> [0.850908] Lockdown: swapper/0: hibernation is restricted; see man
> kernel_lockdown.7
> 
> $ sudo systemctl hibernate
> Failed to hibernate system via logind: Sleep verb "hibernate" not supported
> 
> Which also results in this:
> [109941.217325] Lockdown: systemd-logind: hibernation is restricted;
> see man kernel_lockdown.7
> 
> 
> >
> >
> > Regardless, if that's the case, wouldn't it make more sense to keep
> > hibernation available in the UI where it's supported well, the systems
> > without Secure Boot? A trivial check for that could be false if BIOS,
> > and false if efivars doesn't show that it was booted with secure boot.
> 
> 
> I don't know whether or when there will be any changes to UI. I think
> it's already conditional now. The option to hibernate appears in the
> GUI on my test system that can hibernate and doesn't appear on the
> systems it's not supported on.
> 
> 
> -- 
> Chris Murphy

In what way is it incompatible with UEFI Secure Boot? If the kernel and 
initramfs are signed, and the resume image is for that kernel, how is this an 
issue? What if swap is on LUKS?

If kernel lockdown is what disables this, we should look at fixing kernel 
lockdown so that it doesn't break hibernation. This is definitely a security 
decision that we shouldn't be imposing on the masses needlessly, in my 
opinion.

-- 
John M. Harris, Jr.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Supporting hibernation in Workstation ed., draft 1

2020-06-02 Thread John M. Harris Jr
On Sunday, May 31, 2020 11:45:40 AM MST Chris Murphy wrote:
> On Sat, May 30, 2020 at 9:26 PM Tony Nelson
>  wrote:
> 
> >
> >
> > On 20-05-30 21:02:11, Chris Murphy wrote:
> > 
> >   ...
> >   
> > > Full disk encryption doesn't adequately secure the hibernation image
> > > either. Authenticated encryption (signing as well as encryption) is
> > > needed to verify the image hasn't been tampered.
> >
> >
> >
> > What can an attacker do other than corrupt the data?  It is encrypted.
> 
> 
> You don't know, and neither do I. That's the problem.

We do know. Nothing, really.

> 
> 
> > With tamper detection, does a single bit changed deny the use of the
> > hibernated image?
> 
> 
> I expect so. Even at a far lesser level of integrity, e.g. non-crypto
> crc32c used by dm-integrity and Btrfs by default, a single bit flip is
> detected and you get EIO on reads.
> 
> 
> > In either case, what can an attacker accomplish?
> 
> 
> I have the same question, exposing me as (a) not a very good attacker,
> and (b) not a cryptographer. Nevertheless I'm persuaded by the
> argument that if I've signed up for signature verification of the
> kernel and kernel modules at the start (UEFI Secure Boot), that it's a
> bad idea to enable a loop hole where unauthenticated data is executed.
> It doesn't matter if it's encrypted. It provides no error detection
> mechanism. Such a loop hole in effect is an attack on the Secure Boot
> paradigm.
> 
> And for now it's a difficult problem with limited resources committed
> to resolving it. There are other ways to go about it, that also aren't
> exactly easy but they might turn out to be more viable than AE
> hibernation images.
> 
> 
> > > The upstream work, cited in the document, gets into the details,
> > > and what additional work is needed for the next revision.
> >
> >
> >
> > Which reference is that?  #5?  It seemed short.
> 
> 
> I only provided a link to the most recent status. You need to click on
> that link to get to the lkml email, and click on the link in there
> too, and follow it to the patch set and ~18 email discussion. It's
> short because it needs more work and the developer hasn't found enough
> time to get back into it yet.
> 
> --
> Chris Murphy

A good option until then is to just take unsigned hibernation images and work 
like literally every other system. There's no reason to take away this 
functionality.

-- 
John M. Harris, Jr.

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1835353] rubygem-mail: Out of memory issue through nested MIME parts

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1835353



--- Comment #3 from Fedora Update System  ---
FEDORA-2020-39d40d9ae9 has been pushed to the Fedora 31 stable repository.
If problem still persists, 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
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1835359] perl-Email-MIME: rubygem-mail: Out of memory issue through nested MIME parts [fedora-all]

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1835359



--- Comment #7 from Fedora Update System  ---
FEDORA-2020-39d40d9ae9 has been pushed to the Fedora 31 stable repository.
If problem still persists, 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
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1835354] perl-Email-MIME-ContentType: rubygem-mail: Out of memory issue through nested MIME parts [fedora-all]

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1835354



--- Comment #7 from Fedora Update System  ---
FEDORA-2020-39d40d9ae9 has been pushed to the Fedora 31 stable repository.
If problem still persists, 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
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1837829] perl-Mozilla-CA-20200520 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1837829

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Mozilla-CA-20200520-1. |perl-Mozilla-CA-20200520-1.
   |fc33|fc33
   |perl-Mozilla-CA-20200520-1. |perl-Mozilla-CA-20200520-1.
   |fc32|fc32
   ||perl-Mozilla-CA-20200520-1.
   ||fc31



--- Comment #11 from Fedora Update System  ---
FEDORA-2020-b4a3fbecea has been pushed to the Fedora 31 stable repository.
If problem still persists, 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
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1835353] rubygem-mail: Out of memory issue through nested MIME parts

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1835353



--- Comment #2 from Fedora Update System  ---
FEDORA-2020-22764f623f has been pushed to the Fedora 32 stable repository.
If problem still persists, 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
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1835359] perl-Email-MIME: rubygem-mail: Out of memory issue through nested MIME parts [fedora-all]

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1835359



--- Comment #6 from Fedora Update System  ---
FEDORA-2020-22764f623f has been pushed to the Fedora 32 stable repository.
If problem still persists, 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
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1835354] perl-Email-MIME-ContentType: rubygem-mail: Out of memory issue through nested MIME parts [fedora-all]

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1835354



--- Comment #6 from Fedora Update System  ---
FEDORA-2020-22764f623f has been pushed to the Fedora 32 stable repository.
If problem still persists, 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
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


ARM devicetree + ostree review

2020-06-02 Thread Colin Walters
Hey, I don't know much about devicetree; there's an OSTree PR for it:
https://github.com/ostreedev/ostree/pull/2001
Mostly the people doing this work are using other distributions.  I assume e.g. 
Fedora IoT might be using devicetree.  If anyone who knows about devicetree has 
a few minutes to look at this and see if there's any specifics here that might 
interact with the Fedora/RHEL ecosystem, that'd be appreciated!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Self-introduction

2020-06-02 Thread Егор Артёмов
Hello there!
I am a C enthusiast from Russia. I'm using Fedora already for 12 years and
now feel that I can contribute.
I am living in Saint-Petersburg, Russia, and working as C++ and Go
developer in enterprise and gamedev.
I love Fedora and want to submit the `cgreen` package that I using by
myself and feel that developers community will love it and use too :)
I also read ALL docs at the Fedora site and will glad to help with
the review process for other packages.

Not sure what to state here. I also love to play drums and punk-rock:)
Egor.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1843142] F33FailsToInstall: slic3r

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843142

Miro Hrončok  changed:

   What|Removed |Added

Link ID||Github
   ||slic3r/Slic3r/issues/4967



--- Comment #8 from Miro Hrončok  ---
Thank you so much!

Side note: Upstream is aware of the issues and the patches:
https://github.com/slic3r/Slic3r/issues/4967


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: Packages that failed to build with Python 3.9

2020-06-02 Thread Jonathan Wakely

On 03/06/20 01:04 +0200, Denis Arnaud wrote:

Yes, sure, no problem. I'll rebuild them soon (maybe this weekend).

A big big thanks to you, Jonathan, to have done that important Boost
release! It is a lot of work, and the result is well appreciated!

Also, just for the sake of following up on on-going Python development, my
guess is that this release (eventually) gets rid of linking with the Python
library, doesn't it?


Yes. I actually did that in rawhide just before updating to
boost-1.73.0, so the final build of boost-1.69.0 in rawhide already
stopped linking to libpython.


Packages using Boost.Python would need to adapt too. If some of packagers
have issues here (unlinking Python library from their own packages), I can
give some support, as I went through that myself, and was much confused
with it at the beginning (but it's all crystal clear by now).

Thanks!

Kind regards

Denis





Le mar. 2 juin 2020 à 17:46, Jonathan Wakely  a
écrit :


On 01/06/20 02:14 -, Denis Arnaud wrote:
>Thanks for the follow up!
>
>| airinv airrac airtsp rmol sevmgr trademgen
>
>All those packages have been successfully rebuilt (after upstream
upgrade):
>* airinv: https://bodhi.fedoraproject.org/updates/FEDORA-2020-d6b3c81762
>* airrac: https://bodhi.fedoraproject.org/updates/FEDORA-2020-bd268627aa
>* airtsp: https://bodhi.fedoraproject.org/updates/FEDORA-2020-bf40bfa645
>* rmol: https://bodhi.fedoraproject.org/updates/FEDORA-2020-5c004b8ae6
>* sevmgr: https://bodhi.fedoraproject.org/updates/FEDORA-2020-1cd31866cb
>* trademgen:
https://bodhi.fedoraproject.org/updates/FEDORA-2020-1966482401

Hi Denis,

You'll need to build these again now that boost-1.73-0-3.fc33 is in
rawhide (they failed in my side tag rebuilds, for the same reasons as
they failed in Miro's python 3.9 rebuilds).







___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1843142] F33FailsToInstall: slic3r

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843142

Jonathan Wakely  changed:

   What|Removed |Added

 Status|MODIFIED|CLOSED
   Fixed In Version||slic3r-1.3.0-14.fc33
 Resolution|--- |RAWHIDE
Last Closed||2020-06-02 23:13:27




-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: Packages that failed to build with Python 3.9

2020-06-02 Thread Denis Arnaud
Yes, sure, no problem. I'll rebuild them soon (maybe this weekend).

A big big thanks to you, Jonathan, to have done that important Boost
release! It is a lot of work, and the result is well appreciated!

Also, just for the sake of following up on on-going Python development, my
guess is that this release (eventually) gets rid of linking with the Python
library, doesn't it?
Packages using Boost.Python would need to adapt too. If some of packagers
have issues here (unlinking Python library from their own packages), I can
give some support, as I went through that myself, and was much confused
with it at the beginning (but it's all crystal clear by now).

Thanks!

Kind regards

Denis





Le mar. 2 juin 2020 à 17:46, Jonathan Wakely  a
écrit :

> On 01/06/20 02:14 -, Denis Arnaud wrote:
> >Thanks for the follow up!
> >
> >| airinv airrac airtsp rmol sevmgr trademgen
> >
> >All those packages have been successfully rebuilt (after upstream
> upgrade):
> >* airinv: https://bodhi.fedoraproject.org/updates/FEDORA-2020-d6b3c81762
> >* airrac: https://bodhi.fedoraproject.org/updates/FEDORA-2020-bd268627aa
> >* airtsp: https://bodhi.fedoraproject.org/updates/FEDORA-2020-bf40bfa645
> >* rmol: https://bodhi.fedoraproject.org/updates/FEDORA-2020-5c004b8ae6
> >* sevmgr: https://bodhi.fedoraproject.org/updates/FEDORA-2020-1cd31866cb
> >* trademgen:
> https://bodhi.fedoraproject.org/updates/FEDORA-2020-1966482401
>
> Hi Denis,
>
> You'll need to build these again now that boost-1.73-0-3.fc33 is in
> rawhide (they failed in my side tag rebuilds, for the same reasons as
> they failed in Miro's python 3.9 rebuilds).
>
>
>
>
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: [HEADS UP] F33 Boost 1.73.0 rebuilds starting in a side tag

2020-06-02 Thread Jonathan Wakely

On 02/06/20 16:24 +0100, Jonathan Wakely wrote:

### Boost.Bind

Several packages failed to build because the Boost.Bind placeholders
_1, _2, _3 etc. are no longer in the global namespace. See the message
in :

BOOST_PRAGMA_MESSAGE(
 "The practice of declaring the Bind placeholders (_1, _2, ...) "
 "in the global namespace is deprecated. Please use "
 " + using namespace boost::placeholders, "
 "or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior."
)

This Boost.Bind issue affects:

bear-factory
domoticz
gazebo
hpx
liblas
luxcorerender
pdns
pdns-recursor
uhd
widelands


I believe in most cases this can be fixed by changing 
to  and adding "using boost::placeholders::_1;"
somewhere.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: [HEADS UP] F33 Boost 1.73.0 rebuilds starting in a side tag

2020-06-02 Thread Jonathan Wakely

On 02/06/20 22:39 +0100, Jonathan Wakely wrote:

On 02/06/20 16:24 +0100, Jonathan Wakely wrote:

On 28/05/20 09:44 +0100, Jonathan Wakely wrote:

- obsolete the separate boost-nowide package, as Boost 1.73.0 includes
the Boost.Nowide library now

jhogarth, please confirm you're aware of the nowide change. The
existing boost-nowide package will need to be retired in rawhide.


I never heard back about this. The 'leatherman' package (which uses
boost-nowide) FTBFS with the new boost (which provides a new
boost-nowide subpackage) because the  header is
in the standalone Nowide library, but *not* in the version added to
the main Boost project.


The cenv.hpp header was removed and its contents added to cstdlib.hpp,
so I'll update the packages using it.


Everything trying to include boost/nowide/cenv.hpp should be changed
to use boost/nowide/cstdlib.hpp, but they'll probably also need to
link to libboost_nowide.so, which was not necessary with the
standalone boost-nowide package previously used in Fedora.

Upstream confirmed that linking to the library is needed:
https://github.com/boostorg/nowide/issues/90

Any objections to me retiring the standalone boost-nowide package in
rawhide?

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1843142] F33FailsToInstall: slic3r

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843142

Jonathan Wakely  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED



--- Comment #7 from Jonathan Wakely  ---
Building slic3r-1.3.0-14.fc33 for rawhide
Created task: 45332133
Task info: https://koji.fedoraproject.org/koji/taskinfo?taskID=45332133


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: [HEADS UP] F33 Boost 1.73.0 rebuilds starting in a side tag

2020-06-02 Thread Jonathan Wakely

On 02/06/20 16:24 +0100, Jonathan Wakely wrote:

On 28/05/20 09:44 +0100, Jonathan Wakely wrote:

I'm starting the rebuilds for Boost 1.73.0 and packages that depend on
it, using the f33-boost side tag.

If you see "Rebuilt for Boost 1.73.0" in the changelog for one of your
packages, please do not make another update. Instead co-ordinate with
me to use the side tag for your update (if your package also depends
on Python then also talk to Miro Hrončok).

If your package depends on Boost and you don't see "Rebuilt for Boost
1.73.0" in the %changelog yet, it might be worth checking with me
anyway, as I'll probably be starting it soon.


The rebuilds are done and being merged from f33-boost into f33 now.

As usual lots of packages failed to build. Unlike in previous years, I
didn't fix most of them myself.

### Boost.Endian

Several packages fail because they were using an implementation detail
of Boost, the  header. That no longer exists,
but nobody should have been using it anyway :-P The Boost.Endian
library exists now, and provides  which
should work instead.

This Boost.Endian issue affects:

openscad
supercollider

### Boost.Bind

Several packages failed to build because the Boost.Bind placeholders
_1, _2, _3 etc. are no longer in the global namespace. See the message
in :

BOOST_PRAGMA_MESSAGE(
 "The practice of declaring the Bind placeholders (_1, _2, ...) "
 "in the global namespace is deprecated. Please use "
 " + using namespace boost::placeholders, "
 "or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior."
)

This Boost.Bind issue affects:

bear-factory
domoticz
gazebo
hpx
liblas
luxcorerender
pdns
pdns-recursor
uhd
widelands

### C++  includes

Several packages failed to build because they couldn't find C++
Standard Library algorithms:

dolfin: error: 'min_element' is not a member of 'std'; did you mean 
'tuple_element'?
freeopcua: error: 'for_each' is not a member of 'std'
gnucash: error: 'for_each' is not a member of 'std'
mir: error: 'find' is not a member of 'std'
openms: error: 'sort' is not a member of 'std'

All of these function templates are declared in  so it
means the packages are failing to include what they use. They need to
be patched to include .

### qt5-devel

Several packages failed to build due to BuildRequires: qt5-devel which
is nothing to do with the Boost update, and was already broken on
rawhide.

### stdair etc.

The stdair, airinv, airrac suite had some problems generating
documentation, which doesn't look related to Boost. I didn't
investigate.

### Misc

There were some other failures unique to individual packages, not all
look like they're caused by the boost update:

IQmol: error: no matching function for call to 
'IQmol::Layer::Group::Group(IQmol::Layer::PrimitiveList&)'

aqsis: error: 'shared_ptr' in namespace 'boost' does not name a template type

blender: error: unknown type name 'PyNoArgsFunction'; did you mean 
'PyCFunction'?

dynafed: error: macro "Error" requires 2 arguments, but only 1 given

espresso: fatal error: in "pack_pair_test": std::out_of_range: 
vector::_M_range_check: __n (which is 1) >= this->size() (which is 1)

freecad: error: 'Int' in namespace 'Py' does not name a type

libzypp: error: reference to 'filesystem' is ambiguous

mapnik: error: ‘ref’ is not a member of ‘boost::phoenix’

ompl: error: invalid initialization of reference of type

pokerth: error: 'class std::reference_wrapper' has no 
member named 'context'

scram: error: 'BOOST_THROW_EXCEPTION_CURRENT_FUNCTION' was not declared in this 
scope


The new Boost will include the following changes:

- rename boost-jam package to boost-b2, and /usr/bin/bjam with
/usr/bin/b2 (it looks nothing in Fedora uses this anyway)

- obsolete the separate boost-nowide package, as Boost 1.73.0 includes
the Boost.Nowide library now

jhogarth, please confirm you're aware of the nowide change. The
existing boost-nowide package will need to be retired in rawhide.


I never heard back about this. The 'leatherman' package (which uses
boost-nowide) FTBFS with the new boost (which provides a new
boost-nowide subpackage) because the  header is
in the standalone Nowide library, but *not* in the version added to
the main Boost project.


The cenv.hpp header was removed and its contents added to cstdlib.hpp,
so I'll update the packages using it.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: dnf broken in Koji Rawhide at the moment

2020-06-02 Thread Adam Williamson
On Tue, 2020-06-02 at 19:19 +0100, Richard W.M. Jones wrote:
> On Tue, Jun 02, 2020 at 07:53:23PM +0200, Igor Raits wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA512
> > 
> > On Tue, 2020-06-02 at 18:09 +0100, Richard W.M. Jones wrote:
> > > DEBUG util.py:600:   Problem: package python3-dnf-4.2.21-
> > > 2.fc33.noarch requires python3-hawkey >= 0.46.2, but none of the
> > > providers can be installed
> > > DEBUG util.py:600:- package python3-hawkey-0.48.0-1.fc33.x86_64
> > > conflicts with python3-dnf < 4.2.23 provided by python3-dnf-4.2.21-
> > > 2.fc33.noarch
> > > DEBUG util.py:600:- package dnf-4.2.21-2.fc33.noarch requires
> > > python3-dnf = 4.2.21-2.fc33, but none of the providers can be
> > > installed
> > > DEBUG util.py:600:- package supermin-5.2.0-2.fc33.x86_64 requires
> > > dnf, but none of the providers can be installed
> > > DEBUG util.py:600:- package libguestfs-1:1.42.0-7.fc33.x86_64
> > > requires supermin >= 5.1.18, but none of the providers can be
> > > installed
> > > DEBUG util.py:600:- package libguestfs-devel-1:1.42.0-
> > > 7.fc33.x86_64 requires libguestfs.so.0()(64bit), but none of the
> > > providers can be installed
> > > DEBUG util.py:600:- package libguestfs-devel-1:1.42.0-
> > > 7.fc33.x86_64 requires libguestfs(x86-64) = 1:1.42.0-7.fc33, but none
> > > of the providers can be installed
> > > DEBUG util.py:600:- conflicting requests
> > > 
> > > https://koji.fedoraproject.org/koji/taskinfo?taskID=45322705
> > > 
> > > I couldn't see a bug about this, but I wasn't sure which of the many
> > > components it might have been filed against.
> > 
> > I'd open it against `dnf` component on bugzilla.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1843174

https://koji.fedoraproject.org/koji/buildinfo?buildID=1519491 ought to
fix it. It was just a transient thing - hawkey comes from libdnf,
nsella did a new libdnf build at 15:19 UTC and a matching dnf build at
19:48 UTC:

https://koji.fedoraproject.org/koji/buildinfo?buildID=1519415 (libdnf)
https://koji.fedoraproject.org/koji/buildinfo?buildID=1519491 (dnf)

not sure why the six-hour gap, but hey.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | XMPP: adamw AT happyassassin . net
http://www.happyassassin.net
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1843142] F33FailsToInstall: slic3r

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843142



--- Comment #6 from Jonathan Wakely  ---
After fixing lots of uses of boost::bind without including the relevant header,
it now fails with:

src/libslic3r/Config.cpp:16:10: fatal error: boost/nowide/cenv.hpp: No such
file or directory
   16 | #include 
  |  ^~~

I think I'm going to have to patch boost-1.73.0 to add that header even though
it isn't upstream.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: [HEADS UP] F33 Boost 1.73.0 rebuilds starting in a side tag

2020-06-02 Thread Jonathan Wakely

On 02/06/20 20:00 +0200, Miro Hrončok wrote:

On 02. 06. 20 19:51, Miro Hrončok wrote:

On 02. 06. 20 17:24, Jonathan Wakely wrote:

### Boost.Endian

Several packages fail because they were using an implementation detail
of Boost, the  header. That no longer exists,
but nobody should have been using it anyway :-P The Boost.Endian
library exists now, and provides  which
should work instead.

This Boost.Endian issue affects:

openscad
supercollider


Also prusa-slicer and slic3r.


 is deprecated:

# error " is deprecated. Define 
BOOST_ENDIAN_DEPRECATED_NAMES to use."


/usr/include/boost/endian/endian.hpp:19:1: note: '#pragma message: 
This header is deprecated. Use  instead.'

  19 | BOOST_HEADER_DEPRECATED( "" )


I don't know about the others, but the use in Slic3r is purely to
check a single macro that used to be defined by the old endian.hpp
header. That macro (BOOST_LITTLE_ENDIAN) is not in Boost at all now.

But it's not needed, at least when using GCC (or a compatible compiler
like Clang on linux) because you can do it without Boost:

--- Slic3r-1.3.0/xs/src/admesh/stl.h~   2020-06-02 21:36:34.816574974 +0100
+++ Slic3r-1.3.0/xs/src/admesh/stl.h2020-06-02 21:36:37.553576616 +0100
@@ -26,9 +26,8 @@
 #include 
 #include 
 #include 
-#include 
 
-#ifndef BOOST_LITTLE_ENDIAN

+#if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__
 #error "admesh works correctly on little endian machines only!"
 #endif

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1843185] perl-Moo is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843185

Emmanuel Seyman  changed:

   What|Removed |Added

   Doc Type|--- |If docs needed, set a value



--- Comment #1 from Emmanuel Seyman  ---
Hum... This is going to be a problem.
perl-Moo depends on perl-Module-Runtime 0.14+ but EL ships with 0.13.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: Upcoming fedoraproject Datacenter move reminder and plans

2020-06-02 Thread Miroslav Suchý
Dne 02. 06. 20 v 18:40 Kevin Fenzi napsal(a):
> 2020-06-09 tue: The build and packaging ecosystem. This includes koji,
> src.fedoraproject.org, osbs, odcs, container registries, bodhi (updates
> system). During this day maintainers should avoid builds/updates if at
> all possible as they may or may not work at various times. 

To clarify - this does NOT include Copr build system.

Copr has already been moved weeks ago, and will do one additional migration 
after all the primary services will be migrated.

-- 
Miroslav Suchy, RHCA
Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys





signature.asc
Description: OpenPGP digital signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1843142] F33FailsToInstall: slic3r

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843142

Jonathan Wakely  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|mhron...@redhat.com |jwak...@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
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843195] perl-Test-Needs is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843195

Paul Howarth  changed:

   What|Removed |Added

 CC||p...@city-fan.org
   Doc Type|--- |If docs needed, set a value



--- Comment #1 from Paul Howarth  ---
The Test-Simple in EL-7 pre-dates the merge of Test2 into Test-Simple; you
could try building perl-Test2 (last version in Fedora was 0.44) for EPEL-7 and
see if Test-Needs works with that. I suspect it would.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843195] perl-Test-Needs is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843195
Bug 1843195 depends on bug 1843197, which changed state.

Bug 1843197 Summary: perl-Test-Simple is wanted in EPEL7
https://bugzilla.redhat.com/show_bug.cgi?id=1843197

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG




-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843197] perl-Test-Simple is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843197

Paul Howarth  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
   Doc Type|--- |If docs needed, set a value
Last Closed||2020-06-02 20:41:42



--- Comment #1 from Paul Howarth  ---
perl-Test-Simple-0.98-243.el7 is part of the base OS.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843142] F33FailsToInstall: slic3r

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843142

Jonathan Wakely  changed:

   What|Removed |Added

  Flags|needinfo?(jwak...@redhat.co |
   |m)  |



--- Comment #5 from Jonathan Wakely  ---
Using Boost.Endian just to detect if the CPU is little endian is unnecessary.
I'm testing this:

--- Slic3r-1.3.0/xs/src/admesh/stl.h~   2020-06-02 21:36:34.816574974 +0100
+++ Slic3r-1.3.0/xs/src/admesh/stl.h2020-06-02 21:36:37.553576616 +0100
@@ -26,9 +26,8 @@
 #include 
 #include 
 #include 
-#include 

-#ifndef BOOST_LITTLE_ENDIAN
+#if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__
 #error "admesh works correctly on little endian machines only!"
 #endif


Ugh, and this package uses -U__STRICT_ANSI__ -std=c++11 which is idiotic. If
you don't want strict mode, use -std=gnu++11 instead of -std=c++11.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Orphaning repsnapper, gtkglextmm

2020-06-02 Thread Miro Hrončok
I've just orphaned repsnapper and gtkglextmm. repsnapper depends on gtkglextmm 
which depends on pangox-compat, which is already orphaned for 4 weeks.


I haven't touched the packages in years and I don't use repsnapper.

In case a new maintainer emerges, I can stay around if needed.
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Upcoming fedoraproject Datacenter move reminder and plans

2020-06-02 Thread Miroslav Suchý
Dne 02. 06. 20 v 18:40 Kevin Fenzi napsal(a):
> 2020-06-09 tue: The build and packaging ecosystem. This includes koji,
> src.fedoraproject.org, osbs, odcs, container registries, bodhi (updates
> system). During this day maintainers should avoid builds/updates if at
> all possible as they may or may not work at various times. 

To clarify - this does NOT include Copr build system.

Copr has already been moved weeks ago, and will do one additional migration 
after all the primary services will be migrated.

-- 
Miroslav Suchy, RHCA
Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys



signature.asc
Description: OpenPGP digital signature
___
devel-announce mailing list -- devel-annou...@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-annou...@lists.fedoraproject.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Upcoming fedoraproject Datacenter move reminder and plans

2020-06-02 Thread Miroslav Suchý
Dne 02. 06. 20 v 18:40 Kevin Fenzi napsal(a):
> 2020-06-09 tue: The build and packaging ecosystem. This includes koji,
> src.fedoraproject.org, osbs, odcs, container registries, bodhi (updates
> system). During this day maintainers should avoid builds/updates if at
> all possible as they may or may not work at various times. 

To clarify - this does NOT include Copr build system.

Copr has already been moved weeks ago, and will do one additional migration 
after all the primary services will be migrated.

-- 
Miroslav Suchy, RHCA
Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys



signature.asc
Description: OpenPGP digital signature
___
devel-announce mailing list -- devel-announce@lists.fedoraproject.org
To unsubscribe send an email to devel-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org


sysfsutils package orphaned

2020-06-02 Thread Petr Holášek
Hi,

I orphaned sysfsutils because of lack of time. Hopefully, somebody
will take care of it soon.

Cheers,
Petr
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


libpagemap package orphaned

2020-06-02 Thread Petr Holášek
Hi all,

I orphaned libpagemap package because of dead upstream and no time for
further work on it.

Cheers,
Petr
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1843130] F33FailsToInstall: perl-PAR-Packer

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843130

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
   Fixed In Version||perl-PAR-Packer-1.050-2.fc3
   ||3
   Doc Type|--- |If docs needed, set a value




-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843201] New: perl-Locale-Codes-3.64 is available

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843201

Bug ID: 1843201
   Summary: perl-Locale-Codes-3.64 is available
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Locale-Codes
  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
  Target Milestone: ---
Classification: Fedora



Latest upstream release: 3.64
Current version/release in rawhide: 3.63-1.fc33
URL: http://search.cpan.org/dist/Locale-Codes/

Please consult the package updates policy before you issue an update to a
stable branch: https://docs.fedoraproject.org/en-US/fesco/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/3033/


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843197] New: perl-Test-Simple is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843197

Bug ID: 1843197
   Summary: perl-Test-Simple is wanted in EPEL7
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Test-Simple
  Assignee: p...@city-fan.org
  Reporter: emman...@seyman.fr
QA Contact: extras...@fedoraproject.org
CC: p...@city-fan.org, perl-devel@lists.fedoraproject.org
Blocks: 1843195
  Target Milestone: ---
Classification: Fedora



perl-Test-Simple is wanted in EPEL7. Would you be willing to maintain that
branch?



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1843195
[Bug 1843195] perl-Test-Needs is wanted in EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843195] perl-Test-Needs is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843195

Emmanuel Seyman  changed:

   What|Removed |Added

 Depends On||1843197





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1843197
[Bug 1843197] perl-Test-Simple is wanted in EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842890] Add perl-MooseX-StrictConstructor to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842890

Emmanuel Seyman  changed:

   What|Removed |Added

 Depends On||1843195





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1843195
[Bug 1843195] perl-Test-Needs is wanted in EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843195] New: perl-Test-Needs is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843195

Bug ID: 1843195
   Summary: perl-Test-Needs is wanted in EPEL7
   Product: Fedora EPEL
   Version: epel7
Status: NEW
 Component: perl-Test-Needs
  Assignee: emman...@seyman.fr
  Reporter: emman...@seyman.fr
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org
Blocks: 1842890
  Target Milestone: ---
Classification: Fedora



perl-Test-Needs is wanted in EPEL7



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1842890
[Bug 1842890] Add perl-MooseX-StrictConstructor to EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842890] Add perl-MooseX-StrictConstructor to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842890

Emmanuel Seyman  changed:

   What|Removed |Added

 Depends On||1843185





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1843185
[Bug 1843185] perl-Moo is wanted in EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843185] New: perl-Moo is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843185

Bug ID: 1843185
   Summary: perl-Moo is wanted in EPEL7
   Product: Fedora EPEL
   Version: epel7
Status: NEW
 Component: perl-Moo
  Assignee: emman...@seyman.fr
  Reporter: emman...@seyman.fr
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, iarn...@gmail.com,
perl-devel@lists.fedoraproject.org
Blocks: 1842890
  Target Milestone: ---
Classification: Fedora



perl-Moo is wanted in EPEL7



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1842890
[Bug 1842890] Add perl-MooseX-StrictConstructor to EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: [HEADS UP] F33 Boost 1.73.0 rebuilds starting in a side tag

2020-06-02 Thread José Abílio Matos
On Tuesday, 2 June 2020 16.40.28 WEST Jonathan Wakely wrote:
> Yes, it used the old version:
> 
> DEBUG util.py:602:   boost-develx86_64 
> 1.69.0-22.fc33  build  9.9 M
> 
> But I don't think it depends on the shared libraries so it's not going
> to have broken deps.

True but nevertheless I got it compiled with the new Boost and it works. :-)
https://koji.fedoraproject.org/koji/taskinfo?taskID=45323642

-- 
José Abílio

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: dnf broken in Koji Rawhide at the moment

2020-06-02 Thread Richard W.M. Jones
On Tue, Jun 02, 2020 at 07:53:23PM +0200, Igor Raits wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
> 
> On Tue, 2020-06-02 at 18:09 +0100, Richard W.M. Jones wrote:
> > DEBUG util.py:600:   Problem: package python3-dnf-4.2.21-
> > 2.fc33.noarch requires python3-hawkey >= 0.46.2, but none of the
> > providers can be installed
> > DEBUG util.py:600:- package python3-hawkey-0.48.0-1.fc33.x86_64
> > conflicts with python3-dnf < 4.2.23 provided by python3-dnf-4.2.21-
> > 2.fc33.noarch
> > DEBUG util.py:600:- package dnf-4.2.21-2.fc33.noarch requires
> > python3-dnf = 4.2.21-2.fc33, but none of the providers can be
> > installed
> > DEBUG util.py:600:- package supermin-5.2.0-2.fc33.x86_64 requires
> > dnf, but none of the providers can be installed
> > DEBUG util.py:600:- package libguestfs-1:1.42.0-7.fc33.x86_64
> > requires supermin >= 5.1.18, but none of the providers can be
> > installed
> > DEBUG util.py:600:- package libguestfs-devel-1:1.42.0-
> > 7.fc33.x86_64 requires libguestfs.so.0()(64bit), but none of the
> > providers can be installed
> > DEBUG util.py:600:- package libguestfs-devel-1:1.42.0-
> > 7.fc33.x86_64 requires libguestfs(x86-64) = 1:1.42.0-7.fc33, but none
> > of the providers can be installed
> > DEBUG util.py:600:- conflicting requests
> > 
> > https://koji.fedoraproject.org/koji/taskinfo?taskID=45322705
> > 
> > I couldn't see a bug about this, but I wasn't sure which of the many
> > components it might have been filed against.
> 
> I'd open it against `dnf` component on bugzilla.

https://bugzilla.redhat.com/show_bug.cgi?id=1843174

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
libguestfs lets you edit virtual machines.  Supports shell scripting,
bindings from many languages.  http://libguestfs.org
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1843173] perl-Test-TempDir is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843173

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Doc Type|--- |If docs needed, set a value



--- Comment #1 from Emmanuel Seyman  ---
https://pagure.io/releng/fedora-scm-requests/issue/25440


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842889] Add perl-Data-Stream-Bulk to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842889

Emmanuel Seyman  changed:

   What|Removed |Added

 Depends On||1843173





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1843173
[Bug 1843173] perl-Test-TempDir is wanted in EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843173] New: perl-Test-TempDir is wanted in EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843173

Bug ID: 1843173
   Summary: perl-Test-TempDir is wanted in EPEL7
   Product: Fedora
   Version: rawhide
Status: NEW
 Component: perl-Test-TempDir
  Assignee: emman...@seyman.fr
  Reporter: emman...@seyman.fr
QA Contact: extras...@fedoraproject.org
CC: emman...@seyman.fr, perl-devel@lists.fedoraproject.org
Blocks: 1842889
  Target Milestone: ---
Classification: Fedora



perl-Test-TempDir is wanted in EPEL7.



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1842889
[Bug 1842889] Add perl-Data-Stream-Bulk to EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843142] F33FailsToInstall: slic3r

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843142

Miro Hrončok  changed:

   What|Removed |Added

 CC||jwak...@redhat.com
  Flags||needinfo?(jwak...@redhat.co
   ||m)



--- Comment #4 from Miro Hrončok  ---
So even if I replace:

#include 

With:

#define BOOST_ENDIAN_DEPRECATED_NAMES
#include 

I still get to this:

#ifndef BOOST_LITTLE_ENDIAN
#error "admesh works correctly on little endian machines only!"
#endif

And that fails even on x86_64:

g++ -I/usr/lib64/perl5/CORE -fPIC -xc++ -Isrc/libslic3r -D_GLIBCXX_USE_C99
-DHAS_BOOL -DNOGDI -DSLIC3RXS -DBOOST_ASIO_DISABLE_KQUEUE
-Dexprtk_disable_rtl_io_file -Dexprtk_disable_return_statement
-Dexprtk_disable_rtl_vecops -Dexprtk_disable_string_capabilities
-Dexprtk_disable_enhanced_features -U__STRICT_ANSI__ -std=c++11 -DBOOST_LIBS
-DNDEBUG -O -Wno-undefined-var-template -Isrc -Ibuildtmp -c -D_REENTRANT
-D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions
-fstack-protector-strong -grecord-gcc-switches
-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fwrapv
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -g -o src/libslic3r/IO.o src/libslic3r/IO.cpp
In file included from src/libslic3r/TriangleMesh.hpp:5,
 from src/libslic3r/Model.hpp:9,
 from src/libslic3r/IO.hpp:5,
 from src/libslic3r/IO.cpp:1:
src/admesh/stl.h:33:2: error: #error "admesh works correctly on little endian
machines only!"
   33 | #error "admesh works correctly on little endian machines only!"
  |  ^
In file included from /usr/include/boost/config/header_deprecated.hpp:18,
 from /usr/include/boost/endian/endian.hpp:17,
 from src/admesh/stl.h:30,
 from src/libslic3r/TriangleMesh.hpp:5,
 from src/libslic3r/Model.hpp:9,
 from src/libslic3r/IO.hpp:5,
 from src/libslic3r/IO.cpp:1:
/usr/include/boost/endian/endian.hpp:19:1: note: '#pragma message: This header
is deprecated. Use  instead.'
   19 | BOOST_HEADER_DEPRECATED( "" )
  | ^~~
cc1plus: note: unrecognized command-line option '-Wno-undefined-var-template'
may have been intended to silence earlier diagnostics
error building src/libslic3r/IO.o from 'src/libslic3r/IO.cpp' at
/usr/share/perl5/vendor_perl/ExtUtils/CBuilder/Base.pm line 185.


Redi, could you please help?


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842889] Add perl-Data-Stream-Bulk to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842889

Emmanuel Seyman  changed:

   What|Removed |Added

 Depends On||1843171





Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1843171
[Bug 1843171] Add perl-DBIx-Class to EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1843171] New: Add perl-DBIx-Class to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1843171

Bug ID: 1843171
   Summary: Add perl-DBIx-Class to EPEL7
   Product: Fedora EPEL
   Version: epel7
Status: NEW
 Component: perl-DBIx-Class
  Assignee: jples...@redhat.com
  Reporter: emman...@seyman.fr
QA Contact: extras...@fedoraproject.org
CC: iarn...@gmail.com, jples...@redhat.com,
perl-devel@lists.fedoraproject.org,
trem...@tremble.org.uk
Blocks: 1842889
  Target Milestone: ---
Classification: Fedora



perl-DBIx-Class is in the depchain of something wanted in EPEL7. Would you be
so nice and build it for EPEL 7?



Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1842889
[Bug 1842889] Add perl-Data-Stream-Bulk to EPEL7
-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1842889] Add perl-Data-Stream-Bulk to EPEL7

2020-06-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1842889

Emmanuel Seyman  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Emmanuel Seyman  ---
A scratch build against EPEL7 fails with the following errors:

DEBUG util.py:600:  No matching package to install: 'perl(DBIx::Class)'
DEBUG util.py:600:  No matching package to install: 'perl(Test::TempDir)'

I'll file a bug for both these packages.


-- 
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 Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: [HEADS UP] F33 Boost 1.73.0 rebuilds starting in a side tag

2020-06-02 Thread Miro Hrončok

On 02. 06. 20 19:51, Miro Hrončok wrote:

On 02. 06. 20 17:24, Jonathan Wakely wrote:

### Boost.Endian

Several packages fail because they were using an implementation detail
of Boost, the  header. That no longer exists,
but nobody should have been using it anyway :-P The Boost.Endian
library exists now, and provides  which
should work instead.

This Boost.Endian issue affects:

openscad
supercollider


Also prusa-slicer and slic3r.


 is deprecated:

# error " is deprecated. Define 
BOOST_ENDIAN_DEPRECATED_NAMES to use."


/usr/include/boost/endian/endian.hpp:19:1: note: '#pragma message: This header 
is deprecated. Use  instead.'

   19 | BOOST_HEADER_DEPRECATED( "" )


--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: [HEADS UP] F33 Boost 1.73.0 rebuilds starting in a side tag

2020-06-02 Thread Miro Hrončok

On 02. 06. 20 17:24, Jonathan Wakely wrote:

### Boost.Endian

Several packages fail because they were using an implementation detail
of Boost, the  header. That no longer exists,
but nobody should have been using it anyway :-P The Boost.Endian
library exists now, and provides  which
should work instead.

This Boost.Endian issue affects:

openscad
supercollider


Also prusa-slicer and slic3r.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


  1   2   3   >