[389-devel] Re: [discuss] composable object types in lib389

2019-01-21 Thread Anuj Borah
@Ludwig Krispenz   , exactly, Please check attached
script , how it is implemented .

Filter role and aci combination .






On Tue, Jan 22, 2019 at 1:13 PM Ludwig  wrote:

>
>
> On 01/21/2019 11:01 PM, William Brown wrote:
> >
> >> On 21 Jan 2019, at 17:08, Anuj Borah  wrote:
> >>
> >> One small correction here :
> >>
> >> using newly created nsUserAccountRole and nsUserAccountRoles ( Will be
> used only to create filter role ) , i am creating filter roles only . This
> is the confusion here , we should remember filter roles are nothing but
> entries with o='something'. I am not touching any user here , but i am
> creating roles and these roles are covering the users automatically a
> Ludwig Krispenzs  said earlier. example-
> >>
> >>
> >>
> >>
> >>
> role=nsUserAccountRole(topo.standalone,'cn=tuser1,ou=People,dc=example,dc=com')
> >> user_props={'cn':'Anuj', 'nsRoleFilter':'cn=*'}
> >> role.create(properties=user_props, basedn=SUFFIX)
> >>
> >>
> >>
> >> In above example just created one filer role which will cover all users
> having 'cn=*' in 'ou=People'. Here 'cn=tuser1,ou=People,dc=example,dc=com'
> is nothing but a filter role which will cover all users having 'cn=*' in
> 'ou=People'.
> >>
> >> Another example as given bellow:
> >>
> >> dn: cn=FILTERROLEENGROLE,o=acivattr1,dc=example,dc=com
> >> cn: FILTERROLEENGROLE
> >> nsRoleFilter: cn=*
> >> objectClass: top
> >> objectClass: LDAPsubentry
> >> objectClass: nsRoleDefinition
> >> objectClass: nsComplexRoleDefinition
> >> objectClass: nsFilteredRoleDefinition
> >>
> >> This above entry is nothing but filter role entry , which will cover
> all users in 'o=acivattr1' which has sub entries that begins with 'cn'. And
> this is the property of filter role .
> >>
> >> Yes , i must say that newly created nsUserAccountRole and
> nsUserAccountRoles  which i renamed to  nsFilterAccountRole and
> nsFilterAccountRoles will only cover filter role as you cant create Filter
> role and other roles like Manage role all together . For my porting stuff
> newly created nsFilterAccountRole and nsFilterAccountRoles is more than
> enough because i need filter roles only .
> >>
> >> Hope it clears all of your doubts.
> >>
> > So I think the idea of composing this with nsUsers/nsAccount is so that
> the nsRoleFilter becomes:
> >
> > &(objectClass=account)(cn=*)
> but this filter would probably match all accounts, to properly test role
> based acis you need to have a set of user matching the filter and get
> access granted and a set of user not matching the filter and access
> rejected.
> >
> > This way it’s limited to just those types. Else we would have just
> “nsFilteredRole” lib389 type (which could be simpler, given that this idea
> seems to have caused so much confusion already … :( )
> >
> > I still think it would be good to see a write of “how it works” by hand,
> where you make the role, add the filter, show the roles on the users, then
> how that translates to the lib389.
> +1
> >
> > Thanks,
> >
> >
> > —
> > Sincerely,
> >
> > William Brown
> > 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://getfedora.org/code-of-conduct.html
> > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> > List Archives:
> https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org
> ___
> 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://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org
>
# --- BEGIN COPYRIGHT BLOCK ---
# Copyright (C) 2019 Red Hat, Inc.
# All rights reserved.
#
# License: GPL (version 3 or any later version).
# See LICENSE for details.
# --- END COPYRIGHT BLOCK ---

from working_contstants import *

DNBASE = "o=acivattr,{}".format(DEFAULT_SUFFIX)
ENG_USER = "cn=enguser1,ou=eng,{}".format(DNBASE)
SALES_UESER = "cn=salesuser1,ou=sales,{}".format(DNBASE)
ENG_MANAGER = "cn=engmanager1,ou=eng,{}".format(DNBASE)
SALES_MANAGER = "cn=salesmanager1,ou=sales,{}".format(DNBASE)
SALES_OU = "ou=sales,{}".format(DNBASE)
ENG_OU = "ou=eng,{}".format(DNBASE)
FILTERROLESALESROLE = "cn=FILTERROLESALESROLE,{}".format(DNBASE)
FILTERROLEENGROLE = "cn=FILTERROLEENGROLE,{}".format(DNBASE)
DNBASE_WITH_ACI = "o=acivattr1,{}".format(DEFAULT_SUFFIX)
ENG_USER_WITH_ACI = "cn=enguser1,ou=eng,{}".format(DNBASE_WITH_ACI)
SALES_UESER_WITH_ACI = "cn=salesuser1,ou=sales,{}".format(DNBASE_WITH_ACI)
ENG_MANAGER_WITH_ACI = "cn=engmanager1,ou=eng,{}".format(DNBASE_WITH_ACI)
SALES_MANAGER_WITH_ACI = 

[Bug 1646751] CVE-2018-18314 perl: Heap-based buffer overflow in S_regatom()

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1646751

Jayaraj  changed:

   What|Removed |Added

 CC||jdeen...@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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: [Late] F30 System-Wide Change proposal: GCC9

2019-01-21 Thread Dominique Martinet
Hi,

Ben Cotton wrote on Mon, Jan 21, 2019 at 03:16:56PM -0500:
> == Detailed Description ==
> GCC 9 is currently in stage4 since January 7th, in prerelease state
> with only regression bugfixes and documentation fixes allowed.  The
> release will happen probably in the middle of April.
> rpms have been built are since today in rawhide.

(writing "today" in a change page that stays on a wiki can be confusing
if it gets updated later on)

> * Other developers: First few days/weeks just voluntary rebuilds using
> the new system gcc, if things fail, look at
> http://gcc.gnu.org/gcc-9/porting_to.html and fix bugs in packages or,
> if there is a gcc bug or suspected gcc bug, analyze and report.

I don't have packages to rebuild (evil lurker here), but love to test on
some programs I contribute to.
Is there any plan to have a copr with gcc+libtools for fedora 29 or
would that be too much extra work at this point?

I think it would help having more people test things, and if there are
build failures would help package owners fix these - it's not always
obvious to fix a build failure by repeatedly submitting a new package to
build, and everyone doesn't have a rawhide install around.

It's probably just me being lazy, though; I'll figure something out if
there is no such plan :)


Thanks,
-- 
Dominique
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[389-devel] Re: [discuss] composable object types in lib389

2019-01-21 Thread Ludwig



On 01/21/2019 11:01 PM, William Brown wrote:



On 21 Jan 2019, at 17:08, Anuj Borah  wrote:

One small correction here :

using newly created nsUserAccountRole and nsUserAccountRoles ( Will be used 
only to create filter role ) , i am creating filter roles only . This is the 
confusion here , we should remember filter roles are nothing but entries with 
o='something'. I am not touching any user here , but i am creating roles and 
these roles are covering the users automatically a Ludwig Krispenzs  said 
earlier. example-




role=nsUserAccountRole(topo.standalone,'cn=tuser1,ou=People,dc=example,dc=com')
user_props={'cn':'Anuj', 'nsRoleFilter':'cn=*'}
role.create(properties=user_props, basedn=SUFFIX)



In above example just created one filer role which will cover all users having 
'cn=*' in 'ou=People'. Here 'cn=tuser1,ou=People,dc=example,dc=com' is nothing 
but a filter role which will cover all users having 'cn=*' in 'ou=People'.

Another example as given bellow:

dn: cn=FILTERROLEENGROLE,o=acivattr1,dc=example,dc=com
cn: FILTERROLEENGROLE
nsRoleFilter: cn=*
objectClass: top
objectClass: LDAPsubentry
objectClass: nsRoleDefinition
objectClass: nsComplexRoleDefinition
objectClass: nsFilteredRoleDefinition

This above entry is nothing but filter role entry , which will cover all users 
in 'o=acivattr1' which has sub entries that begins with 'cn'. And this is the 
property of filter role .

Yes , i must say that newly created nsUserAccountRole and nsUserAccountRoles  
which i renamed to  nsFilterAccountRole and nsFilterAccountRoles will only 
cover filter role as you cant create Filter role and other roles like Manage 
role all together . For my porting stuff newly created nsFilterAccountRole and 
nsFilterAccountRoles is more than enough because i need filter roles only .

Hope it clears all of your doubts.


So I think the idea of composing this with nsUsers/nsAccount is so that the 
nsRoleFilter becomes:

&(objectClass=account)(cn=*)
but this filter would probably match all accounts, to properly test role 
based acis you need to have a set of user matching the filter and get 
access granted and a set of user not matching the filter and access 
rejected.


This way it’s limited to just those types. Else we would have just 
“nsFilteredRole” lib389 type (which could be simpler, given that this idea 
seems to have caused so much confusion already … :( )

I still think it would be good to see a write of “how it works” by hand, where 
you make the role, add the filter, show the roles on the users, then how that 
translates to the lib389.

+1


Thanks,


—
Sincerely,

William Brown
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org

___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org


Re: [Fedora-legal-list] Re: Can we please stop enforcing Signed-off-by commits?

2019-01-21 Thread Richard Fontana
On Thu, Jan 17, 2019 at 7:54 AM Randy Barlow
 wrote:
>
> On Thu, 2019-01-17 at 13:04 +0100, Miro Hrončok wrote:
> > I'd be very interested to know how adding some random line to a
> > commit message
> > grants an explicit license according to something that is not even
> > linked from
> > the commit message :(
>
> I've actually wondered this myself, and agree that it does seem odd.
> It's not like the message says "I agree to the DCO, signed xyz."
>
> For Bodhi, I decided to document what the sign off means in the
> contribution guide:
>
> https://bodhi.fedoraproject.org/docs/developer/index.html#contribution-guidelines
>
> Of course, that doesn't mean that all contributors read the
> contribution guide, but that's the best I could think to do for now.

Projects using the DCO should normally have a copy of the DCO in the
source repository in some place where a contributor can reasonably be
expected to see it. A couple of examples:
https://github.com/ceph/ceph/blob/master/SubmittingPatches.rst (linked
to from https://github.com/ceph/ceph/blob/master/CONTRIBUTING.rst )
https://github.com/ansible/awx/blob/devel/DCO_1_1.md

-- 
Richard Fontana
Senior Commercial Counsel
Red Hat, Inc.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1667714] perl-Module-CoreList-5.20190120 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667714



--- Comment #5 from Fedora Update System  ---
perl-Module-CoreList-5.20190120-1.fc29 has been pushed to the Fedora 29 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-92a0bc9d4d

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667692] perl-Inline-Struct-0.25 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667692



--- Comment #5 from Fedora Update System  ---
perl-Inline-Struct-0.25-1.fc29 has been pushed to the Fedora 29 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-042d59731e

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667713] perl-CPAN-Perl-Releases-3.88 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667713



--- Comment #4 from Fedora Update System  ---
perl-CPAN-Perl-Releases-3.88-1.fc29 has been pushed to the Fedora 29 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-e34a3d9551

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Fedocal] Reminder meeting : Modularity WG (weekly)

2019-01-21 Thread nils
Dear all,

You are kindly invited to the meeting:
   Modularity WG (weekly) on 2019-01-22 from 15:00:00 to 16:00:00 UTC
   At fedora-meetin...@irc.freenode.net

The meeting will be about:
Meeting of the Modularity Working Group.

More information available at: [Modularity Working Group wiki 
page](https://fedoraproject.org/wiki/Modularity_Working_Group)

The agenda for the meeting is available as flagged tickets [in the Modularity 
repository](https://pagure.io/modularity/issues?status=Open=Meeting).



Source: https://apps.fedoraproject.org/calendar/meeting/9443/

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


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

2019-01-21 Thread updates
The following Fedora EPEL 7 Security updates need testing:
 Age  URL
 176  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-f9d6ff695a   
bibutils-6.6-1.el7 ghc-hs-bibutils-6.6.0.0-1.el7 pandoc-citeproc-0.3.0.1-4.el7
 160  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3c9292b62d   
condor-8.6.11-1.el7
  34  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b6fa6cebc3   
game-music-emu-0.6.2-1.el7
  31  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b43fdd19c3   
vcftools-0.1.16-1.el7
  14  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-8e5fe375cf   
php-horde-Horde-Form-2.0.19-1.el7
  14  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-01cf520c0b   
python-django-1.11.18-1.el7
  11  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-4d365dad3c   
gitolite3-3.6.11-1.el7
  11  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-7c5121f71d   
golang-1.11.4-1.el7
  10  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-a6100f3df6   
nodejs-6.16.0-1.el7
   4  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-d661b588d2   
nagios-4.4.3-1.el7
   4  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-17b3c81533   
cacti-1.2.0-1.el7 cacti-spine-1.2.0-2.el7


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

gsoap-2.8.16-11.el7
nmstate-0.0.3-2.el7

Details about builds:



 gsoap-2.8.16-11.el7 (FEDORA-EPEL-2019-5460317fe1)
 Generator Tools for Coding SOAP/XML Web Services in C and C++

Update Information:

This update addresses an advisory published by upstream.

ChangeLog:

* Fri Jan 18 2019 Mattias Ellert  - 2.8.16-11
- Apply fix for advisory regarding abort with cookies enabled




 nmstate-0.0.3-2.el7 (FEDORA-EPEL-2019-e153e92b42)
 Declarative network manager API

Update Information:

Add missing runtime dependency for nmstatectl.    Initial release nmstate to
EPEL7-testing.


___
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/epel-devel@lists.fedoraproject.org


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

2019-01-21 Thread updates
The following Fedora EPEL 6 Security updates need testing:
 Age  URL
  38  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-b7556983e8   
tomcat-7.0.92-1.el6
  33  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-a0ddb153b8   
game-music-emu-0.6.2-1.el6
  14  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-f49d74241e   
php-horde-Horde-Form-2.0.19-1.el6
  11  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-5fba945293   
gitolite3-3.6.11-1.el6
  11  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-13717fa751   
golang-1.11.4-1.el6
   4  https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-17b388679b   
nagios-4.4.3-1.el6


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

geoipupdate-3.1.1-2.el6
gsoap-2.7.16-7.el6

Details about builds:



 geoipupdate-3.1.1-2.el6 (FEDORA-EPEL-2019-9aaf10bf2e)
 Update GeoIP2 and GeoIP Legacy binary databases from MaxMind

Update Information:

This update drops support for the free legacy GeoIP databases, which are no
longer being distributed by MaxMind. The geoipupdate-cron6 package is now
obsolete (and not built) as the files it attempts to download are no longer
available. The default configuration is now to download the free GeoIP2
databases, which are supported by libmaxminddb.

ChangeLog:

* Mon Jan 21 2019 Paul Howarth  - 3.1.1-2
- Don't try to update the free legacy GeoIP databases as they are no longer
  distributed by upstream
- Drop the cron6 sub-package as the files it tries to download are no longer
  distributed by upstream
* Tue Sep 11 2018 Paul Howarth  - 3.1.1-1
- Update to 3.1.1
  - Allow parsing of license keys longer than 12 characters
* Fri Aug 17 2018 Paul Howarth  - 3.1.0-1
- Update to 3.1.0
  Changes in version 3.0.0:
  - BREAKING CHANGE: When downloading the free databases without a MaxMind
account, you must either not have 'AccountID', 'UserId', or 'LicenseKey'
set in your configuration file or they must be set to the zero values
previously recommended in our documentation; any other value will cause an
authorization error
  - BREAKING CHANGE: The configuration options 'Protocol',
'SkipPeerVerification', and `SkipHostnameVerification` are no longer
supported; if they are present in the configuration file, they will be
ignored - HTTPS with peer and hostname verification will be used on all
requests
  - BREAKING CHANGE: The configuration file must have the 'AccountID' or the
deprecated 'UserId' when downloading a paid database; previously, when
downloading the GeoIP Legacy Country database, you were able to only
provide the 'LicenseKey'
  - IMPORTANT: 'geoipupdate-pureperl.pl' has been removed and will no longer be
distributed with 'geoipupdate'; this Perl script had known issues and did
not have feature parity with the C implementation
  - This program no longer uses the following endpoints:
'/app/update_getipaddr', '/app/update', and '/app/update_secure';
'/geoip/databases/{edition_id}/update' is now used instead
  - Fixed issue in 'gu_strnlen()' dereferencing a pointer before checking that
it was in array bounds
  - We now update the default GeoIP.conf during installation so that directory
paths match build parameters; previously this config always said the data
directory was under /usr/local/share which was not always accurate
  - Improve the error checking and display the underlying reason for the error
when possible (GH#82)
  - Document that the 'LockFile' is not removed from the filesystem after a
successful exit from the program (GH#79)
  - Make default configuration directory agree with default installation
directory
  Changes in version 3.0.1:
  - When there were no updates available, 3.0.0 incorrectly returned an exit
code of 1 instead of 0; this release reverts to the pre-3.0.0 behavior,
returning an exit code of 0 in this case
  Changes in version 3.1.0:
  - This version restores the ability to use the 'AccountID'/'UserId' 99
along with an all-zero license key when downloading free databases;
however, the use of this combination is not recommended and may break in
future versions
  - When printing verbose output, only the first four characters of the
'LicenseKey' will now be displayed
* Fri Jul 13 2018 Fedora Release Engineering  - 
2.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Feb  7 2018 Fedora Release Engineering  - 
2.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Oct 31 2017 Paul Howarth  - 2.5.0-1
- Update to 2.5.0
  - Replace use of strnlen() due to lack of universal availability (GH#71)
  - Document the 'LockFile' option in the 'GeoIP.conf' 

[Bug 1667692] perl-Inline-Struct-0.25 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667692

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
perl-Inline-Struct-0.25-1.fc28 has been pushed to the Fedora 28 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-5f3b2b5e65

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667714] perl-Module-CoreList-5.20190120 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667714

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #4 from Fedora Update System  ---
perl-Module-CoreList-5.20190120-1.fc28 has been pushed to the Fedora 28 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-faf9da02e7

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667713] perl-CPAN-Perl-Releases-3.88 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667713

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #3 from Fedora Update System  ---
perl-CPAN-Perl-Releases-3.88-1.fc28 has been pushed to the Fedora 28 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2019-80dad3d920

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Fedora rawhide compose report: 20190121.n.1 changes

2019-01-21 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20190117.n.0
NEW: Fedora-Rawhide-20190121.n.1

= SUMMARY =
Added images:4
Dropped images:  0
Added packages:  19
Dropped packages:6
Upgraded packages:   199
Downgraded packages: 1

Size of added packages:  6.62 MiB
Size of dropped packages:12.08 MiB
Size of upgraded packages:   5.75 GiB
Size of downgraded packages: 10.05 MiB

Size change of upgraded packages:   213.67 MiB
Size change of downgraded packages: 64.45 KiB

= ADDED IMAGES =
Image: Cloud_Base raw-xz s390x
Path: Cloud/s390x/images/Fedora-Cloud-Base-Rawhide-20190121.n.1.s390x.raw.xz
Image: AtomicHost qcow2 aarch64
Path: 
AtomicHost/aarch64/images/Fedora-AtomicHost-Rawhide-20190121.n.1.aarch64.qcow2
Image: AtomicHost raw-xz aarch64
Path: 
AtomicHost/aarch64/images/Fedora-AtomicHost-Rawhide-20190121.n.1.aarch64.raw.xz
Image: Cloud_Base qcow2 s390x
Path: Cloud/s390x/images/Fedora-Cloud-Base-Rawhide-20190121.n.1.s390x.qcow2

= DROPPED IMAGES =

= ADDED PACKAGES =
Package: flatpak-xdg-utils-1.0.0-1.fc30
Summary: Command-line tools for use inside Flatpak sandboxes
RPMs:flatpak-xdg-utils
Size:177.12 KiB

Package: gmediarender-0-0.10.20190121gitbb7ce8e.fc30
Summary: Resource efficient UPnP/DLNA renderer
RPMs:gmediarender
Size:487.79 KiB

Package: golang-github-gofrs-flock-0.7.0-1.fc30
Summary: Thread-safe file locking library in Go
RPMs:golang-github-gofrs-flock-devel
Size:14.13 KiB

Package: golang-rsc-pdf-0.1.1-1.fc30
Summary: PDF reader implemented in Go
RPMs:golang-rsc-pdf-devel
Size:47.20 KiB

Package: postgresql-ip4r-2.3-1.module_f30+2747+12a6deb5
Summary: IPv4/v6 type and IPv4/v6 range index type for PostgreSQL
RPMs:postgresql-ip4r
Size:400.10 KiB

Package: procyon-0.5.33-0.1.pre02.fc30
Summary: procyon java decompiler and other tools
RPMs:procyon procyon-compilertools procyon-compilertools-javadoc 
procyon-compilertools-srcs procyon-core procyon-core-javadoc procyon-core-srcs 
procyon-decompiler procyon-decompiler-javadoc procyon-decompiler-srcs 
procyon-expressions procyon-expressions-javadoc procyon-expressions-srcs 
procyon-reflection procyon-reflection-javadoc procyon-reflection-srcs
Size:3.39 MiB

Package: python-asynctest-0.12.2-4.fc30
Summary: Enhance the standard unittest package with asyncio libraries testing
RPMs:python3-asynctest
Size:51.54 KiB

Package: python-cachy-0.2.0-2.fc30
Summary: Simple yet effective caching library
RPMs:python3-cachy
Size:41.75 KiB

Package: python-kaitaistruct-0.8-2.fc30
Summary: A new way to develop parsers for binary structures
RPMs:python3-kaitaistruct
Size:15.68 KiB

Package: python-notify2-0.3.1-1.fc30
Summary: Python interface to DBus notifications
RPMs:python-notify2-doc python3-notify2
Size:179.26 KiB

Package: rust-hashbrown-0.1.8-1.fc30
Summary: Rust port of Google's SwissTable hash map
RPMs:rust-hashbrown+default-devel rust-hashbrown+rayon-devel 
rust-hashbrown+serde-devel rust-hashbrown-devel
Size:81.55 KiB

Package: smc-anjalioldlipi-fonts-7.1.1-1.fc30
Summary: Open Type Fonts for Malayalam script
RPMs:smc-anjalioldlipi-fonts
Size:108.00 KiB

Package: smc-dyuthi-fonts-1:3.0.1-1.fc30
Summary: Open Type Fonts for Malayalam script
RPMs:smc-dyuthi-fonts
Size:124.76 KiB

Package: smc-meera-fonts-7.0.1-1.fc30
Summary: Open Type Fonts for Malayalam script
RPMs:smc-meera-fonts
Size:158.08 KiB

Package: smc-rachana-fonts-7.0.1-1.fc30
Summary: Open Type Fonts for Malayalam script
RPMs:smc-rachana-fonts
Size:292.39 KiB

Package: smc-raghumalayalamsans-fonts-1:2.1.2-2.fc30
Summary: Open Type Fonts for Malayalam script
RPMs:smc-raghumalayalamsans-fonts
Size:45.30 KiB

Package: smc-suruma-fonts-1:3.2.1-2.fc30
Summary: Open Type Fonts for Malayalam script
RPMs:smc-suruma-fonts
Size:99.23 KiB

Package: standard-test-roles-3.0-1.module_f30+2721+6a46bf49
Summary: Standard Test Interface Ansible roles
RPMs:standard-test-roles standard-test-roles-inventory-docker 
standard-test-roles-inventory-qemu
Size:70.69 KiB

Package: timescaledb-1.1.0-1.module_f30+2747+12a6deb5
Summary: Open-source time-series database powered by PostgreSQL
RPMs:timescaledb
Size:911.89 KiB


= DROPPED PACKAGES =
Package: libiptcdata-1.0.4-20.fc28
Summary: IPTC tag library
RPMs:libiptcdata libiptcdata-devel python2-libiptcdata
Size:798.71 KiB

Package: mesos-0.23.0-0.4ce5475.fc24.1
Summary: Cluster manager for sharing distributed application frameworks
RPMs:mesos mesos-devel mesos-java python-mesos
Size:9.52 MiB

Package: python-avocado-52.1-7.fc29
Summary: Framework with tools and libraries for Automated Testing
RPMs:python-avocado-examples python2-avocado 
python2-avocado-plugins-output-html python2-avocado-plugins-resultsdb 
python2-avocado-plugins-runner-docker python2-avocado-plugins-runner-remote 
python2-avocado-plugins-runner-vm python2-avocado-plugins-varianter-yaml-to-mux
Size

Fedora Rawhide-20190121.n.1 compose check report

2019-01-21 Thread Fedora compose checker
No missing expected images.

Compose FAILS proposed Rawhide gating check!
1 of 47 required tests failed
openQA tests matching unsatisfied gating requirements shown with **GATING** 
below

Failed openQA tests: 10/132 (x86_64), 1/2 (arm)

New failures (same test not failed in Rawhide-20190117.n.0):

ID: 346916  Test: x86_64 Workstation-live-iso desktop_update_graphical
URL: https://openqa.fedoraproject.org/tests/346916

Old failures (same test failed in Rawhide-20190117.n.0):

ID: 346912  Test: x86_64 Workstation-live-iso base_services_start
URL: https://openqa.fedoraproject.org/tests/346912
ID: 346920  Test: x86_64 Workstation-live-iso apps_startstop
URL: https://openqa.fedoraproject.org/tests/346920
ID: 346931  Test: x86_64 KDE-live-iso install_no_user **GATING**
URL: https://openqa.fedoraproject.org/tests/346931
ID: 346943  Test: arm Minimal-raw_xz-raw.xz 
install_arm_image_deployment_upload
URL: https://openqa.fedoraproject.org/tests/346943
ID: 346947  Test: x86_64 universal support_server
URL: https://openqa.fedoraproject.org/tests/346947
ID: 346972  Test: x86_64 universal install_iscsi
URL: https://openqa.fedoraproject.org/tests/346972
ID: 347008  Test: x86_64 universal install_european_language
URL: https://openqa.fedoraproject.org/tests/347008
ID: 347010  Test: x86_64 universal install_cyrillic_language
URL: https://openqa.fedoraproject.org/tests/347010
ID: 347011  Test: x86_64 universal install_arabic_language
URL: https://openqa.fedoraproject.org/tests/347011
ID: 347012  Test: x86_64 universal install_asian_language
URL: https://openqa.fedoraproject.org/tests/347012

Soft failed openQA tests: 5/24 (i386), 3/132 (x86_64)
(Tests completed, but using a workaround for a known bug)

Old soft failures (same test soft failed in Rawhide-20190117.n.0):

ID: 346904  Test: i386 Server-boot-iso install_default
URL: https://openqa.fedoraproject.org/tests/346904
ID: 346905  Test: i386 Server-dvd-iso install_default
URL: https://openqa.fedoraproject.org/tests/346905
ID: 346923  Test: x86_64 Workstation-boot-iso memory_check
URL: https://openqa.fedoraproject.org/tests/346923
ID: 346924  Test: x86_64 Workstation-boot-iso memory_check@uefi
URL: https://openqa.fedoraproject.org/tests/346924
ID: 346927  Test: i386 Workstation-boot-iso memory_check
URL: https://openqa.fedoraproject.org/tests/346927
ID: 347003  Test: x86_64 universal upgrade_server_domain_controller
URL: https://openqa.fedoraproject.org/tests/347003
ID: 347032  Test: i386 universal upgrade_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/347032
ID: 347033  Test: i386 universal upgrade_2_desktop_32bit
URL: https://openqa.fedoraproject.org/tests/347033

Passed openQA tests: 119/132 (x86_64), 19/24 (i386)

New passes (same test not passed in Rawhide-20190117.n.0):

ID: 346886  Test: x86_64 Server-dvd-iso support_server
URL: https://openqa.fedoraproject.org/tests/346886
ID: 346887  Test: x86_64 Server-dvd-iso install_repository_nfs_variation
URL: https://openqa.fedoraproject.org/tests/346887
ID: 346888  Test: x86_64 Server-dvd-iso install_repository_nfs_graphical
URL: https://openqa.fedoraproject.org/tests/346888
ID: 346900  Test: x86_64 Server-dvd-iso install_updates_nfs
URL: https://openqa.fedoraproject.org/tests/346900
ID: 346901  Test: x86_64 Server-dvd-iso modularity_tests
URL: https://openqa.fedoraproject.org/tests/346901
ID: 346918  Test: x86_64 Workstation-live-iso desktop_browser
URL: https://openqa.fedoraproject.org/tests/346918
ID: 347015  Test: x86_64 universal install_kickstart_nfs
URL: https://openqa.fedoraproject.org/tests/347015

Skipped non-gating openQA tests: 1 of 158

Installed system changes in test x86_64 Server-boot-iso install_default@uefi: 
1 packages(s) removed since previous compose: libxcrypt-compat
System load changed from 0.06 to 1.33
Previous test data: https://openqa.fedoraproject.org/tests/345869#downloads
Current test data: https://openqa.fedoraproject.org/tests/346878#downloads

Installed system changes in test x86_64 Server-dvd-iso install_default_upload: 
Used mem changed from 196 MiB to 170 MiB
Previous test data: https://openqa.fedoraproject.org/tests/345871#downloads
Current test data: https://openqa.fedoraproject.org/tests/346879#downloads

Installed system changes in test x86_64 Server-dvd-iso install_default@uefi: 
Used mem changed from 198 MiB to 171 MiB
Previous test data: https://openqa.fedoraproject.org/tests/345872#downloads
Current test data: https://openqa.fedoraproject.org/tests/346880#downloads

Installed system changes in test i386 Server-boot-iso install_default: 
1 packages(s) removed since previous compose: libxcrypt-compat
Previous test data: https://openqa.fedoraproject.org/tests/345896#downloads
Current test data: https://openqa.fedoraproject.org/tests/346904#downloads

Installed system changes in test i386 Server-dvd-iso install_default: 
1 packages(s) added 

Re: [Late] F30 System-Wide Change proposal: GCC9

2019-01-21 Thread Ben Cotton
On Mon, Jan 21, 2019 at 4:38 PM Zbigniew Jędrzejewski-Szmek
 wrote:
>
> I think we want this to go through. The new version is already packaged and
> I know some work has been done to resolve compilation failures. There's
> still plenty of time to resolve the remaining issues.
>
I agree, mostly because getting the new GCC in fits well with our
"First" foundation (assuming there aren't show-stopper bugs, etc).
But...

> It would also be very awkward to *not* allow this: gcc has already
> been built in F30, so we'd need to bump the epoch and build a lower
> version after branching if we want to keep using 8.x in F30. That'd
> not be pretty.
>
...this is a bad reason to approve a change, IMO. In order for the
Change process to work as intended, Changes should be submitted and
approved before being implemented.

-- 
Ben Cotton
Fedora Program Manager
TZ=America/Indiana/Indianapolis
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: [Late] F30 System-Wide Change proposal: GCC9

2019-01-21 Thread Miro Hrončok

On 21. 01. 19 21:16, Ben Cotton wrote:

[This proposal was submitted after the deadline. I am announcing it
for community discussion and will leave the decision on whether or not
to grant an exception to FESCo]

https://fedoraproject.org/wiki/Changes/GCC9

== Summary ==
Switch GCC in Fedora 30 to 9.x.y...


AFAIK this already happened.

What do I miss?

--
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[389-devel] Re: [discuss] composable object types in lib389

2019-01-21 Thread William Brown


> On 21 Jan 2019, at 17:08, Anuj Borah  wrote:
> 
> One small correction here :
> 
> using newly created nsUserAccountRole and nsUserAccountRoles ( Will be used 
> only to create filter role ) , i am creating filter roles only . This is the 
> confusion here , we should remember filter roles are nothing but entries with 
> o='something'. I am not touching any user here , but i am creating roles and 
> these roles are covering the users automatically a Ludwig Krispenzs  said 
> earlier. example- 
> 
> 
> 
> 
> role=nsUserAccountRole(topo.standalone,'cn=tuser1,ou=People,dc=example,dc=com')
> user_props={'cn':'Anuj', 'nsRoleFilter':'cn=*'}
> role.create(properties=user_props, basedn=SUFFIX)
> 
> 
> 
> In above example just created one filer role which will cover all users 
> having 'cn=*' in 'ou=People'. Here 'cn=tuser1,ou=People,dc=example,dc=com' is 
> nothing but a filter role which will cover all users having 'cn=*' in 
> 'ou=People'.
> 
> Another example as given bellow:
> 
> dn: cn=FILTERROLEENGROLE,o=acivattr1,dc=example,dc=com
> cn: FILTERROLEENGROLE
> nsRoleFilter: cn=*
> objectClass: top
> objectClass: LDAPsubentry
> objectClass: nsRoleDefinition
> objectClass: nsComplexRoleDefinition
> objectClass: nsFilteredRoleDefinition
> 
> This above entry is nothing but filter role entry , which will cover all 
> users in 'o=acivattr1' which has sub entries that begins with 'cn'. And this 
> is the property of filter role .
> 
> Yes , i must say that newly created nsUserAccountRole and nsUserAccountRoles  
> which i renamed to  nsFilterAccountRole and nsFilterAccountRoles will only 
> cover filter role as you cant create Filter role and other roles like Manage 
> role all together . For my porting stuff newly created nsFilterAccountRole 
> and nsFilterAccountRoles is more than enough because i need filter roles only 
> .
> 
> Hope it clears all of your doubts.
> 

So I think the idea of composing this with nsUsers/nsAccount is so that the 
nsRoleFilter becomes:

&(objectClass=account)(cn=*)

This way it’s limited to just those types. Else we would have just 
“nsFilteredRole” lib389 type (which could be simpler, given that this idea 
seems to have caused so much confusion already … :( ) 

I still think it would be good to see a write of “how it works” by hand, where 
you make the role, add the filter, show the roles on the users, then how that 
translates to the lib389. 

Thanks,


—
Sincerely,

William Brown
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/389-devel@lists.fedoraproject.org


Re: [Late] F30 System-Wide Change proposal: GCC9

2019-01-21 Thread Jakub Jelinek
On Mon, Jan 21, 2019 at 10:36:51PM +0100, Zbigniew Jędrzejewski-Szmek wrote:
> I certainly would be very disappointed to not see the latest release
> of gcc in Fedora. The release notes are underwhelming, but I expect
> there are many improvements to look forward to. For example, I know
> there are some new diagnostics (we fixed two minor bugs in systemd
> because of them).

The release notes are WIP, more will come when it is written, many new features
are just not described there yet.

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


Re: [Late] F30 System-Wide Change proposal: GCC9

2019-01-21 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jan 21, 2019 at 03:27:23PM -0500, Neal Gompa wrote:
> On Mon, Jan 21, 2019 at 3:17 PM Ben Cotton  wrote:
> >
> > [This proposal was submitted after the deadline. I am announcing it
> > for community discussion and will leave the decision on whether or not
> > to grant an exception to FESCo]

I think we want this to go through. The new version is already packaged and
I know some work has been done to resolve compilation failures. There's
still plenty of time to resolve the remaining issues.

It would also be very awkward to *not* allow this: gcc has already
been built in F30, so we'd need to bump the epoch and build a lower
version after branching if we want to keep using 8.x in F30. That'd
not be pretty.

> > == Release Notes ==
> > Fedora 30 comes with GCC 9.1 as primary compiler, see
> > http://gcc.gnu.org/gcc-9/changes.html for user visible changes in it.
> 
> I, for one, am excited for GCC 9. Having the GNU D Compiler in Fedora
> will make things tons easier for having software written in D be able
> to have the same hardening applied to it that we have for C/C++
> programs.

I certainly would be very disappointed to not see the latest release
of gcc in Fedora. The release notes are underwhelming, but I expect
there are many improvements to look forward to. For example, I know
there are some new diagnostics (we fixed two minor bugs in systemd
because of them).

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


[Test-Announce] Fedora 30 Rawhide 20190121.n.1 nightly compose nominated for testing

2019-01-21 Thread rawhide
Announcing the creation of a new nightly release validation test event
for Fedora 30 Rawhide 20190121.n.1. Please help run some tests for this
nightly compose if you have time. For more information on nightly
release validation testing, see:
https://fedoraproject.org/wiki/QA:Release_validation_test_plan

Notable package version changes:
lorax - 20190117.n.0: lorax-30.10-2.fc30.src, 20190121.n.1: 
lorax-30.12-1.fc30.src

Test coverage information for the current release can be seen at:
https://www.happyassassin.net/testcase_stats/30

You can see all results, find testing instructions and image download
locations, and enter results on the Summary page:

https://fedoraproject.org/wiki/Test_Results:Fedora_30_Rawhide_20190121.n.1_Summary

The individual test result pages are:

https://fedoraproject.org/wiki/Test_Results:Fedora_30_Rawhide_20190121.n.1_Installation
https://fedoraproject.org/wiki/Test_Results:Fedora_30_Rawhide_20190121.n.1_Base
https://fedoraproject.org/wiki/Test_Results:Fedora_30_Rawhide_20190121.n.1_Server
https://fedoraproject.org/wiki/Test_Results:Fedora_30_Rawhide_20190121.n.1_Cloud
https://fedoraproject.org/wiki/Test_Results:Fedora_30_Rawhide_20190121.n.1_Desktop
https://fedoraproject.org/wiki/Test_Results:Fedora_30_Rawhide_20190121.n.1_Security_Lab

Thank you for testing!
-- 
Mail generated by relvalconsumer: https://pagure.io/fedora-qa/relvalconsumer
___
test-announce mailing list -- test-annou...@lists.fedoraproject.org
To unsubscribe send an email to test-announce-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test-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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Self-Introduction: Michael Zhang

2019-01-21 Thread Michael Zhang
Ok will do. Thanks for the tidbit, Matthew. I'll wait a little longer but I do wish to publish this package asap.

 
  Michael Zhang
   Software Developer Test (WAS Install Team)
 Phone: 1-9054133415
 E-mail: michael.zh...@ibm.com
 

 
 
 
- Original message -From: Matthew Miller To: Development discussions related to Fedora Cc:Subject: Re: Self-Introduction: Michael ZhangDate: Mon, Jan 21, 2019 3:34 PM 
On Mon, Jan 21, 2019 at 08:06:36PM +, Michael Zhang wrote:> > That's generally hard to predict. A package review takes anywhere from> > an half an hour or a few years. Since in this case you also need to find> > a sponsor, it'll probably be a few weeks.> Ok thanks for the info.If you're having trouble finding a sponsor, let us know here, too.--Matthew MillerFedora Project Leader___devel mailing list -- devel@lists.fedoraproject.orgTo unsubscribe send an email to devel-le...@lists.fedoraproject.orgFedora Code of Conduct: https://getfedora.org/code-of-conduct.htmlList Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelinesList 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Self-Introduction: Michael Zhang

2019-01-21 Thread Matthew Miller
On Mon, Jan 21, 2019 at 08:06:36PM +, Michael Zhang wrote:
> > That's generally hard to predict. A package review takes anywhere from
> > an half an hour or a few years. Since in this case you also need to find
> > a sponsor, it'll probably be a few weeks.
> Ok thanks for the info.

If you're having trouble finding a sponsor, let us know here, too.


-- 
Matthew Miller

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


Re: [Late] F30 System-Wide Change proposal: GCC9

2019-01-21 Thread Neal Gompa
On Mon, Jan 21, 2019 at 3:17 PM Ben Cotton  wrote:
>
> [This proposal was submitted after the deadline. I am announcing it
> for community discussion and will leave the decision on whether or not
> to grant an exception to FESCo]
>
> https://fedoraproject.org/wiki/Changes/GCC9
>
> == Summary ==
> Switch GCC in Fedora 30 to 9.x.y, rebuild all packages with it, or
> optionally rebuild just some packages with it and rebuild all packages
> only in Fedora 31.
>
> == Owner ==
> * Name: [[User:jakub| Jakub Jelínek]]
> * Email: ja...@redhat.com
>
>
> == Detailed Description ==
> GCC 9 is currently in stage4 since January 7th, in prerelease state
> with only regression bugfixes and documentation fixes allowed.  The
> release will happen probably in the middle of April.
> rpms have been built are since today in rawhide.
>
> == Benefit to Fedora ==
> See http://gcc.gnu.org/gcc-9/changes.html for the list of changes.
>
> == Scope ==
> All packages should be rebuilt with the new gcc once it hits f30, or,
> if there is not enough time for that, just all packages built after
> the new gcc hits the buildroots.
>
> * Proposal owners:
> Build gcc in f30, rebuild packages that have direct dependencies on
> exact gcc version (libtool, annobin, gcc-python-plugin).
> * Other developers: First few days/weeks just voluntary rebuilds using
> the new system gcc, if things fail, look at
> http://gcc.gnu.org/gcc-9/porting_to.html and fix bugs in packages or,
> if there is a gcc bug or suspected gcc bug, analyze and report.
> * Release engineering: . Mass rebuild requested for F30.
> * Policies and guidelines: No policies need to be changed
>
> == Upgrade/compatibility impact ==
> No impact
>
> == How To Test ==
> GCC has its own testsuite, which is run during the package build, plus
> many other packages with automated tests also help to test the new
> gcc.
>
> == User Experience ==
> Users will be able to see compiled code improvements and use the newly
> added features.
> Developers will notice a newer compiler, and might need to adjust
> their codebases acording to http://gcc.gnu.org/gcc-9/porting_to.html,
> or, if they detect a GCC bug, report it.
>
> == Dependencies ==
> libtool, annobin, gcc-python-plugin depend on exact gcc version, those
> need to be rebuilt.
>
> == Contingency Plan ==
> If bugs are discovered, I'd appreciate help from the package owners in
> preparing self-contained testcases to speed up analysis and fixing the
> bugs.  Don't have time to debug issues in
> 12000+ packages, especially when in many cases it could be caused by
> undefined code in the packages etc.  I don't expect we'll have to fall
> back to the older gcc, we've never had to do it in the past,
> but worst case we can mass rebuild everything with older gcc again.
> Jeff Law has performed test mass rebuild on x86_64.
>
> * Contingency mechanism: Revert to older gcc, mass rebuild everything again
> * Contingency deadline: Before release
> * Blocks release? Yes
> * Blocks product? No
>
> == Documentation ==
> http://gcc.gnu.org/gcc-9/
>
> == Release Notes ==
> Fedora 30 comes with GCC 9.1 as primary compiler, see
> http://gcc.gnu.org/gcc-9/changes.html for user visible changes in it.
>

I, for one, am excited for GCC 9. Having the GNU D Compiler in Fedora
will make things tons easier for having software written in D be able
to have the same hardening applied to it that we have for C/C++
programs.




--
真実はいつも一つ!/ Always, there's only one truth!
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Late] F30 System-Wide Change proposal: GCC9

2019-01-21 Thread Ben Cotton
[This proposal was submitted after the deadline. I am announcing it
for community discussion and will leave the decision on whether or not
to grant an exception to FESCo]

https://fedoraproject.org/wiki/Changes/GCC9

== Summary ==
Switch GCC in Fedora 30 to 9.x.y, rebuild all packages with it, or
optionally rebuild just some packages with it and rebuild all packages
only in Fedora 31.

== Owner ==
* Name: [[User:jakub| Jakub Jelínek]]
* Email: ja...@redhat.com


== Detailed Description ==
GCC 9 is currently in stage4 since January 7th, in prerelease state
with only regression bugfixes and documentation fixes allowed.  The
release will happen probably in the middle of April.
rpms have been built are since today in rawhide.

== Benefit to Fedora ==
See http://gcc.gnu.org/gcc-9/changes.html for the list of changes.

== Scope ==
All packages should be rebuilt with the new gcc once it hits f30, or,
if there is not enough time for that, just all packages built after
the new gcc hits the buildroots.

* Proposal owners:
Build gcc in f30, rebuild packages that have direct dependencies on
exact gcc version (libtool, annobin, gcc-python-plugin).
* Other developers: First few days/weeks just voluntary rebuilds using
the new system gcc, if things fail, look at
http://gcc.gnu.org/gcc-9/porting_to.html and fix bugs in packages or,
if there is a gcc bug or suspected gcc bug, analyze and report.
* Release engineering: . Mass rebuild requested for F30.
* Policies and guidelines: No policies need to be changed

== Upgrade/compatibility impact ==
No impact

== How To Test ==
GCC has its own testsuite, which is run during the package build, plus
many other packages with automated tests also help to test the new
gcc.

== User Experience ==
Users will be able to see compiled code improvements and use the newly
added features.
Developers will notice a newer compiler, and might need to adjust
their codebases acording to http://gcc.gnu.org/gcc-9/porting_to.html,
or, if they detect a GCC bug, report it.

== Dependencies ==
libtool, annobin, gcc-python-plugin depend on exact gcc version, those
need to be rebuilt.

== Contingency Plan ==
If bugs are discovered, I'd appreciate help from the package owners in
preparing self-contained testcases to speed up analysis and fixing the
bugs.  Don't have time to debug issues in
12000+ packages, especially when in many cases it could be caused by
undefined code in the packages etc.  I don't expect we'll have to fall
back to the older gcc, we've never had to do it in the past,
but worst case we can mass rebuild everything with older gcc again.
Jeff Law has performed test mass rebuild on x86_64.

* Contingency mechanism: Revert to older gcc, mass rebuild everything again
* Contingency deadline: Before release
* Blocks release? Yes
* Blocks product? No

== Documentation ==
http://gcc.gnu.org/gcc-9/

== Release Notes ==
Fedora 30 comes with GCC 9.1 as primary compiler, see
http://gcc.gnu.org/gcc-9/changes.html for user visible changes in it.

-- 
Ben Cotton
Fedora Program Manager
TZ=America/Indiana/Indianapolis
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Self-Introduction: Michael Zhang

2019-01-21 Thread Michael Zhang
Ok thanks for the info.

 
  Michael Zhang
   Software Developer Test (WAS Install Team)
 Phone: 1-9054133415
 E-mail: michael.zh...@ibm.com
 

 
 
 
- Original message -From: "Zbigniew Jędrzejewski-Szmek" To: Development discussions related to Fedora Cc:Subject: Re: Self-Introduction: Michael ZhangDate: Mon, Jan 21, 2019 2:57 PM 
On Mon, Jan 21, 2019 at 04:01:22PM +, Michael Zhang wrote:> On another note, how long will it generally take for my package to be reviewed after submission?That's generally hard to predict. A package review takes anywhere froman half an hour or a few years. Since in this case you also need tofind a sponsor, it'll probably be a few weeks.Zbyszek___devel mailing list -- devel@lists.fedoraproject.orgTo unsubscribe send an email to devel-le...@lists.fedoraproject.orgFedora Code of Conduct: https://getfedora.org/code-of-conduct.htmlList Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelinesList 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Self-Introduction: Michael Zhang

2019-01-21 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jan 21, 2019 at 04:01:22PM +, Michael Zhang wrote:
> On another note, how long will it generally take for my package to be 
> reviewed after submission?

That's generally hard to predict. A package review takes anywhere from
an half an hour or a few years. Since in this case you also need to
find a sponsor, it'll probably be a few weeks.

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


[Bug 1646730] CVE-2018-18311 perl: Integer overflow leading to buffer overflow in Perl_my_setenv()

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1646730

Tomas Hoger  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 18:54: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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1646730] CVE-2018-18311 perl: Integer overflow leading to buffer overflow in Perl_my_setenv()

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1646730

errata-xmlrpc  changed:

   What|Removed |Added

External Bug ID||Red Hat Product Errata
   ||RHSA-2019:0109



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1646730] CVE-2018-18311 perl: Integer overflow leading to buffer overflow in Perl_my_setenv()

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1646730



--- Comment #12 from errata-xmlrpc  ---
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 7

Via RHSA-2019:0109 https://access.redhat.com/errata/RHSA-2019:0109

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


Re: AMD ROCm

2019-01-21 Thread Germano Massullo
Andreas Schneider [1] that is aware of Fedora community work on packaging ROCm 
stack, showed me his pending pull request [2] that
"cleans up cmake so that the library can be correctly packaged for 
distributions. It also cleans up cmake as there are several things which should 
not be done in cmake."

You may want to give a look to it.

Best regards

[1]: https://github.com/cryptomilk
[2]: https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/pull/25
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Self-Introduction: Michael Zhang

2019-01-21 Thread Michael Zhang
Hi Zbyszek,On another note, how long will it generally take for my package to be reviewed after submission?

 
  Michael Zhang
   Software Developer Test (WAS Install Team)
 Phone: 1-9054133415
 E-mail: michael.zh...@ibm.com
 

 
 
 
- Original message -From: "Zbigniew Jędrzejewski-Szmek" To: Development discussions related to Fedora Cc:Subject: Re: Self-Introduction: Michael ZhangDate: Mon, Jan 21, 2019 10:41 AM 
On Mon, Jan 21, 2019 at 03:22:30PM +, Michael Zhang wrote:> As for the srpm and spec file, I can just add it to the bug as an attachment?Yes, that's fine.Zbyszek___devel mailing list -- devel@lists.fedoraproject.orgTo unsubscribe send an email to devel-le...@lists.fedoraproject.orgFedora Code of Conduct: https://getfedora.org/code-of-conduct.htmlList Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelinesList 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Self-Introduction: Michael Zhang

2019-01-21 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Jan 21, 2019 at 03:22:30PM +, Michael Zhang wrote:
> As for the srpm and spec file, I can just add it to the bug as an attachment?

Yes, that's fine.

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


Re: Self-Introduction: Michael Zhang

2019-01-21 Thread Michael Zhang
Hi Zbyszek,Thanks for the help. I believe my current mailing system adds html tags to any emails I send. I will try to disable that. As for the srpm and spec file, I can just add it to the bug as an attachment?

 
  Michael Zhang
   Software Developer Test (WAS Install Team)
 Phone: 1-9054133415
 E-mail: michael.zh...@ibm.com
 

 
 
 
- Original message -From: "Zbigniew Jędrzejewski-Szmek" To: Development discussions related to Fedora Cc:Subject: Re: Self-Introduction: Michael ZhangDate: Sun, Jan 20, 2019 9:28 AM 
On Fri, Jan 18, 2019 at 10:14:27PM +, Michael Zhang wrote:> Hi, my name is Michael.I’m currently working on the OpenLiberty project and would like to add it as a package into the Fedora main repositories. This is my very first time packaging a rpm and would appreciate all the support I can get. I would like to find a sponsor to aid me in critiquing/uploading the package within 2 months.Link to the bugzilla - https://urldefense.proofpoint.com/v2/url?u=https-3A__bugzilla.redhat.com_show-5Fbug.cgi-3Fid-3D1666493=DwIGaQ=jf_iaSHvJObTbx-siA1ZOg=x8TGEbGvpnEaCrUz-LUy8Sibefm63IWI3T1UPe4h-cc=RDaBILvDhVFoBuxguW8pNL1O9IF3Jza4Ucg-w7uBLrE=jF0NLxBREjTXUIrI7TpU4MG7fSq-27-GxiachnOi-sw=pub  4096R/C4DB6583 2019-01-10  Key fingerprint = 03C6 619E 6EF4 73DA 7DF2 6005 872F 850A C4DB 6583uid Michael Zhang michael.zh...@ibm.comYouYours Sincerely,Michael ZhangHi Michael,welcome! My first suggestion would be to not send html email to thepublic mailing lists, it's generally considered unnecessary and a lotof people will skip such mails as spam.Also, please attach your spec file and srpm to the bug. Don't use urlobfuscators and don't use external hosting (people want to see wherethe links go without following them, and we want those files to beavailable infinitely, and external file hosting goes against this).Zbyszek___devel mailing list -- devel@lists.fedoraproject.orgTo unsubscribe send an email to devel-le...@lists.fedoraproject.orgFedora Code of Conduct: https://getfedora.org/code-of-conduct.htmlList Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelinesList 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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: Schedule for Monday's FESCo Meeting (2019-01-21)

2019-01-21 Thread Miro Hrončok

On 17. 01. 19 23:41, Miro Hrončok wrote:

Following is the list of topics that will be discussed in the
FESCo meeting Monday at 15:00UTC in #fedora-meeting-1 on
irc.freenode.net.

To convert UTC to your local time, take a look at
   http://fedoraproject.org/wiki/UTCHowto

or run:
   date -d '2019-01-21 15:00 UTC'


Links to all issues to be discussed can be found at:
https://pagure.io/fesco/report/meeting_agenda

There was no quorum.

https://meetbot.fedoraproject.org/fedora-meeting-1/2019-01-21/fesco.2019-01-21-15.00.html

--
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Orphaned packages to be retired

2019-01-21 Thread Miro Hrončok

The following packages are orphaned and will be retired when they
are orphaned for six weeks, unless someone adopts them. If you know for sure
that the package should be retired, please do so now with a proper reason:
https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life

I plan to retire packages that were already announced 3 times next Monday.

Unorphan/unretire packages at https://pagure.io/releng/issues

(I still cannot unorphan packages, but rest assured that I monitor the tracker
and I'm not retiring packages that have open request for unorphaning.)

Note: If you received this mail directly you (co)maintain one of the affected
packages or a package that depends on one. Please adopt the affected package or
retire your depending package to avoid broken dependencies, otherwise your
package will be retired when the affected package gets retired.

Remarks: Some packages are falsely reported as orphaned for 60+ weeks.
The issue was reported and I won't retire them sooner than after real 6 weeks.
Sorry about that.

  Package   (co)maintainersStatus Change

RunSnakeRunorphan  1 weeks ago
autotrash  frafra, orphan, robyduck3 weeks ago
bouml  orphan  4 weeks ago
bouml-doc  orphan  4 weeks ago
catkin orphan, rmattes, robotics-sig,  0 weeks ago
   thofmann
dnsyo  codeblock, orphan   1 weeks ago
ecryptfs-simpleorphan  5 weeks ago
fasd   orphan  3 weeks ago
hoard  orphan  28 weeks ago
jlibrtporphan  5 weeks ago
jmake  orphan  5 weeks ago
libgltforphan  6 weeks ago
python-adnsorphan, rvokal  6 weeks ago
python-ceilometermiddlewareorphan  67 weeks ago
python-cookies adamwill, orphan3 weeks ago
python-gencpp  orphan, rmattes, robotics-sig,  0 weeks ago
   thofmann
python-genlisp orphan, rmattes, robotics-sig,  0 weeks ago
   thofmann
python-genmsg  orphan, rmattes, robotics-sig,  0 weeks ago
   thofmann
python-genpy   orphan, rmattes, robotics-sig,  0 weeks ago
   thofmann
python-gnocchiclient   orphan  76 weeks ago
python-kafka   orphan  76 weeks ago
python-pankoclient orphan  76 weeks ago
python-parsley ishcherb, lbazan, orphan3 weeks ago
python-pytimeparse orphan  76 weeks ago
python-ripe-atlas-cousteau orphan  3 weeks ago
python-ripe-atlas-saganorphan  3 weeks ago
python-socketIO-client orphan  3 weeks ago
python-txsocksxlbazan, orphan  3 weeks ago
python-xhtml2pdf   orphan  6 weeks ago
ripe-atlas-tools   orphan  3 weeks ago
ros-releaseorphan, rmattes, robotics-sig,  0 weeks ago
   thofmann
rospackorphan, rmattes, robotics-sig,  0 weeks ago
   thofmann
supernova  orphan  6 weeks ago
tristripperorphan  5 weeks ago
unpmstuchli, orphan, python-sig1 weeks ago
wifi-radar blackfile, orphan   3 weeks ago
winetricks ekulik, orphan, raphgro, tc01   0 weeks ago

The following packages require above mentioned packages:
Depending on: catkin (4), status change: 2019-01-20 (0 weeks ago)
python-gencpp (maintained by: orphan, rmattes, robotics-sig, thofmann)
		python-gencpp-0.3.4-14.20130623git403d067.fc29.src requires catkin-devel = 
0.4.5-19.gitd4f1f24.fc29


python-genlisp (maintained by: orphan, rmattes, robotics-sig, thofmann)
		python-genlisp-0.3.3-14.20130623git8790a17.fc29.src requires catkin-devel = 
0.4.5-19.gitd4f1f24.fc29


python-genmsg (maintained by: orphan, rmattes, robotics-sig, thofmann)
		

Re: AMD ROCm

2019-01-21 Thread Ian Kent
On Mon, 2019-01-21 at 12:58 +0100, Felix Schwarz wrote:
> Am 21.01.19 um 09:11 schrieb Ian Kent:
> > As much as I would like to help I need to get an additional SSD
> > for my NUC8i7HNK (Radeon™ RX Vega M GL graphics) for that (I hope
> > fairly soon).
> > 
> > And I think the Vega needs a later version of ROCm as well.
> 
> Yes, AFAIK Vega M is not (yet?) supported by amdkfd. Also ROCm is mostly
> developed/tested for more powerful hardware so I would not hold my breath for
> Vega M support.

Of course, yes, but I live in hope and I'd like to get familiar
with ROCm!

> 
> Anyway I'm happy to test packages with my Polaris card but I have to admit I
> don't feel "knowledgeable" enough to review a more complex package like "hcc".
> Probably it would help just doing the normal review process (except actually
> running the binary).

Either way it's hard to properly test something like this.

I think the focus needs to be primarily on packaging so that we
can help upstream along by simply making it available.

That obviously implies developing a relationship with upstream
which is often lacking in distributions with many packages (for
obvious reasons).

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


Re: [HEADS-UP] gcc(-c++) builds are broken in Rawhide buildroot

2019-01-21 Thread Björn 'besser82' Esser
Am Montag, den 21.01.2019, 12:47 +0100 schrieb Björn 'besser82' Esser:
> The update to GCC 9 broke the Rawhide buildroot for any package that
> (Build)Requires: gcc{,-c++} and/or libtool.
> 
> I've already successfully rebuilt annobin and the rebuilt of libtool
> is
> currently running. [1]  After the libtool build has finished,
> everything
> should be working again.
> 
> I'll take care of the all the builds, that have failed because of
> this.
> 
> Björn
> 
> 
> [1]  https://koji.fedoraproject.org/koji/taskinfo?taskID=32168827


libtool has successfully finished.  All c / c++ builds should be working
again.


signature.asc
Description: This is a digitally signed message part
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


[Bug 1662965] Upgrade perl-Term-Shell to 0.10

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1662965

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-Term-Shell-0.10-1.fc30
 Resolution|--- |RAWHIDE
   Assignee|steve.tray...@cern.ch   |jples...@redhat.com
Last Closed||2019-01-21 13:59:43



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667790] perl-Encode-2.99 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667790

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Encode-2.99-7.fc30
 Resolution|--- |RAWHIDE
Last Closed||2019-01-21 13:49:43



--- Comment #1 from Petr Pisar  ---
While this fixes one simple error and provides and alternative handling for
warnings, it also rewrites many Perl functions into C and borrows many 
functions from perl 5.29 as a fall-back. Therefore it's safer for Rawhide only.
We can push to older Fedoras later.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1662962] Upgrade perl-SNMP-Info to 3.64

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1662962

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-SNMP-Info-3.64-1.fc30
 Resolution|--- |RAWHIDE
   Assignee|w...@gouldfamily.org|jples...@redhat.com
Last Closed||2019-01-21 13:31:12



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1589101] perl-Archive-Tar-2.28 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1589101

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:13:40



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1622479] perl-Gearman-2.004.015 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1622479

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:14:46



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1586305] perl-libwww-perl-6.34 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1586305

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:14:38



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1615176] perl-Coro-Multicore-1.0 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1615176

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:13:25



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1624942] perl-File-Path-2.16 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1624942

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:15:41



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1626981] perl-Dist-Zilla-Plugin-Git-Contributors-0.035 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1626981

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:15:06



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1624935] perl-Alien-pkgconf-0.15 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1624935

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:14:55



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1616115] perl-Coro-Multicore-1.01 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1616115

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:12:57



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667714] perl-Module-CoreList-5.20190120 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667714



--- Comment #3 from Fedora Update System  ---
perl-Module-CoreList-5.20190120-1.fc28 has been submitted as an update to
Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2019-faf9da02e7

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667714] perl-Module-CoreList-5.20190120 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667714



--- Comment #2 from Fedora Update System  ---
perl-Module-CoreList-5.20190120-1.fc29 has been submitted as an update to
Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2019-92a0bc9d4d

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1610065] perl-HTTP-Tiny-0.074 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1610065

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:10:18



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1612855] perl-HTTP-Tiny-0.076 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1612855

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:10:05



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1612612] perl-Protocol-HTTP2-1.09 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1612612

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:09:48



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1601289] perl-Mail-JMAPTalk-0.12 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601289

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:09:20



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1602758] perl-Thread-Queue-3.13 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1602758

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:09:34



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1601286] perl-DB_File-1.842 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601286

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:09:03



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1597276] perl-Test-POE-Client-TCP-1.18 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1597276

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:08:31



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1598259] perl-Config-Perl-V-0.30 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1598259

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:08:40



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1601131] perl-Test-POE-Client-TCP-1.22 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1601131

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:08:49



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1594562] perl-Authen-SCRAM-0.011 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1594562

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:08:14



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1595002] perl-MongoDB-v1.8.3 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1595002

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:08:21



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1594050] perl-Test-POE-Client-TCP-1.16 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1594050

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:06:03



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1591526] perl-Module-Starter-1.75 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1591526

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:05:07



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1593698] perl-Getopt-Lucid-1.09 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1593698

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:05:44



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1590577] perl-Module-Starter-1.74 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1590577

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:05:25



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667714] perl-Module-CoreList-5.20190120 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667714

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Module-CoreList-5.2019
   ||0120-1.fc30



--- Comment #1 from Petr Pisar  ---
An enhancement release suitable for all Fedoras.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1591050] perl-Authen-SCRAM-0.010 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1591050

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:03:52



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1589473] perl-MooX-Struct-0.017 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1589473

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:03:38



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1587982] perl-CPANPLUS-Dist-Build-0.90 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1587982

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:03: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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1588217] perl-CPANPLUS-0.9176 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1588217

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:03:22



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1586063] perl-HTTP-Message-6.18 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1586063

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:02:57



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1586067] perl-perlfaq-5.20180605 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1586067

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:02:47



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1585853] perl-FFI-CheckLib-0.20 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1585853

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:59:58



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1584662] perl-FFI-CheckLib-0.19 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1584662

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 13:00: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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1585175] perl-Log-Report-1.27 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1585175

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:59:47



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1575793] perl-podlators-4.11 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1575793

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:59:00



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1580998] perl-CPANPLUS-0.9174 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1580998

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:59:12



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1583657] perl-Test-POE-Client-TCP-1.14 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1583657

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:59:33



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1581511] perl-MongoDB-v1.8.2 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1581511

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:59:22



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1574025] perl-BibTeX-Parser-1.02 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1574025

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:57:53



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1574485] perl-IPC-Cmd-1.02 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1574485

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:58:12



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1572398] perl-bareword-filehandles-0.006 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1572398

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:54:19



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1572409] perl-multidimensional-0.014 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1572409

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:54:06



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1570797] perl-Mail-JMAPTalk-0.11 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1570797

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:53:39



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1571021] perl-String-Compare-ConstantTime-0.320 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1571021

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:53:52



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1570373] perl-Dist-Zilla-Plugin-Git-Contributors-0.034 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1570373

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:52:35



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1570265] perl-Digest-SHA-6.02 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1570265

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:52:21



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667692] perl-Inline-Struct-0.25 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667692



--- Comment #3 from Fedora Update System  ---
perl-Inline-Struct-0.25-1.fc28 has been submitted as an update to Fedora 28.
https://bodhi.fedoraproject.org/updates/FEDORA-2019-5f3b2b5e65

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1569520] perl-Storable-3.06 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1569520

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:51:36



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1568637] perl-Math-BigRat-0.2614 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1568637

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:51:07



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1570273] perl-Storable-3.09 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1570273

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:51:20



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667692] perl-Inline-Struct-0.25 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667692



--- Comment #2 from Fedora Update System  ---
perl-Inline-Struct-0.25-1.fc29 has been submitted as an update to Fedora 29.
https://bodhi.fedoraproject.org/updates/FEDORA-2019-042d59731e

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1285407] Upgrade perl-File-Touch to 0.10

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1285407

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:50:07



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1322442] Upgrade perl-File-Touch to 0.11

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1322442

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:48:34



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1230053] Upgrade perl-Barcode-Code128 to 2.21

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230053

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 CC||jples...@redhat.com
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:45:34



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1314935] perl-Class-Method-Modifiers-2.12 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1314935

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 CC||jples...@redhat.com
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:45:56



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1230593] Upgrade perl-Getopt-Euclid to 0.4.5

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1230593

Jitka Plesnikova  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 CC||jples...@redhat.com
 Resolution|--- |ERRATA
Last Closed||2019-01-21 12:45:04



-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


[Bug 1667692] perl-Inline-Struct-0.25 is available

2019-01-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1667692

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Inline-Struct-0.25-1.f
   ||c30



--- Comment #1 from Petr Pisar  ---
A bug-fix release suitable for all Fedoras.

-- 
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://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org


  1   2   >