Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Module::Install 0.77 is out...
https://bugzilla.redhat.com/show_bug.cgi?id=461333
Summary: Module::Install 0.77 is out...
Product: Fedora
Version: 9
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: perl-Module-Install
AssignedTo: steve(a)silug.org
ReportedBy: cweyl(a)alumni.drew.edu
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-list(a)redhat.com
Estimated Hours: 0.0
Classification: Fedora
Hey Steve -- 0.77 is out. Any chance we can update to this level in F-9? :-)
(Note this will need newer Module::ScanDeps and YAML::Tiny in F-9 as well. I
have no problem kicking off these 3 builds if you're busy...)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Data::Visitor 0.19 is out
https://bugzilla.redhat.com/show_bug.cgi?id=461383
Summary: Data::Visitor 0.19 is out
Product: Fedora
Version: 9
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: perl-Data-Visitor
AssignedTo: cweyl(a)alumni.drew.edu
ReportedBy: cweyl(a)alumni.drew.edu
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-list(a)redhat.com
Estimated Hours: 0.0
Classification: Fedora
...let's see if we can get it in before F-10 :-)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=452738
Summary: selinux denials when using razor and spamassassin
(spamd)
Product: Fedora
Version: 9
Platform: All
OS/Version: Linux
Status: NEW
Severity: low
Priority: low
Component: perl-Razor-Agent
AssignedTo: redhat-bugzilla(a)linuxnetz.de
ReportedBy: roth(a)ursus.net
QAContact: extras-qa(a)fedoraproject.org
CC: dwalsh@redhat.com,fedora-perl-devel-list@redhat.com
Description of problem:
The selinux targeted policy allows the use of razor-admin and razor-report in
selinux enforcing mode (razor_per_role_template etc.) but it not sufficient to
allow spamassassin to launch razor via its Perl API. When using spamassassin,
the razor libraries, config files, etc. are invoked from the spamd_t domain.
Tying together razor and spamassassin (spamd_t) using the templates in razor.if
results in module compilation errors due to conflicting rules.
Version-Release number of selected component (if applicable):
perl-Razor-Agent-2.84-4.fc9.i386
spamassassin-3.2.4-4.fc9.i386
selinux-policy-targeted-3.3.1-64.fc9.noarch
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
I did some quick cut-and-paste with razor.if and I came up with a simpler
interface that can be used to interface to spamd_t:
########################################
## <summary>
## Invoke razor libraries from the target domain
## </summary>
## <param name="domain">
## <summary>
## Domain allowed access.
## </summary>
## </param>
#
interface(`ursus_razor_perl_client',`
gen_require(`
type razor_t;
type razor_log_t;
type razor_var_lib_t;
')
# subset of rules from razor_common_domain_template
manage_dirs_pattern($1,razor_log_t,razor_log_t)
manage_files_pattern($1,razor_log_t,razor_log_t)
manage_lnk_files_pattern($1,razor_log_t,razor_log_t)
# FIXME: this may end up depositing log files with incorrect labels
manage_dirs_pattern($1,razor_var_lib_t,razor_var_lib_t)
manage_files_pattern($1,razor_var_lib_t,razor_var_lib_t)
manage_lnk_files_pattern($1,razor_var_lib_t,razor_var_lib_t)
corenet_tcp_sendrecv_razor_port($1)
dnl allow $1 { razor_t }:process { signal };
dnl probably only needed for scripts and such
')
razor_per_role_template(user, user_t, user_r)
ursus_razor_perl_client(spamd_t)
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: entitiy declaration in XML files causes array error
https://bugzilla.redhat.com/show_bug.cgi?id=461557
Summary: entitiy declaration in XML files causes array error
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: perl-XML-TreeBuilder
AssignedTo: jfearn(a)redhat.com
ReportedBy: jfearn(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-list(a)redhat.com, mmcallis(a)redhat.com
Estimated Hours: 0.0
Classification: Fedora
Description of problem:
If an entity is declared in an XML file the array reference is wrong causing an
access error.
Version-Release number of selected component (if applicable):
perl-XML-TreeBuilder-3.09-10
How reproducible:
Always
Steps to Reproduce:
1. Create an xml file
2. declare an entity in the XML file
3. parse file
Actual results:
+ xmlClean -in RELEASE-NOTES.xml -out ../xml/RELEASE-NOTES.xml -book
RELEASE-NOTES -lang en-US
Modification of non-creatable array value attempted, subscript -1 at
/usr/lib/perl5/vendor_perl/5.10.0/XML/TreeBuilder.pm line 39.
Expected results:
No error
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Hi,
I have just released the first public version of Padre -
Perl Application Development and Refactoring Environment
as a CPAN module.
See http://search.cpan.org/dist/Padre/
It is basically an editor with an oversized ego.
I would like to make sure it can easily added to Fedora
and that it will be added.
So I'd like to ask that someone here will pick up the module from CPAN and
try to integrate it into Fedora. If you encounter any issues, I'd be more than
happy to know about them so I can fix them ASAP.
regards
Gabor
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=454442
Summary: New version of amavisd-new available
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: low
Priority: low
Component: amavisd-new
AssignedTo: steve(a)silug.org
ReportedBy: johan-fedora(a)deds.nl
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-list(a)redhat.com
Description of problem:
On 2008-06-29 amavisd-new 2.6.1 was released. Rawhide has version 2.5.2. Could
you update amavisd-new to the latest release?
Version-Release number of selected component (if applicable):
2.5.2-2
How reproducible:
Always
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=398801
Summary: perl-Config-General-2.37 is available
Product: Fedora
Version: devel
Platform: All
URL: http://fedoraproject.org/wiki/PackageMaintainers/FEver
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: perl-Config-General
AssignedTo: ville.skytta(a)iki.fi
ReportedBy: fevapp(a)o2.pl
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-list(a)redhat.com
perl-Config-General-2.37 is already available. Repo version is 2.33.
Please update the package.
If you have any questions or suggestions related to Fever,
feel free to write them in this bug or have a look at
http://fedoraproject.org/wiki/PackageMaintainers/FEver
Don't send any messages to fevapp at o2.pl please.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=449194
Summary: perl-Unicode-MapUTF8 installed needs to be built for
Perl 5.10
Product: Fedora
Version: 9
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: low
Priority: low
Component: perl-Unicode-MapUTF8
AssignedTo: gauret(a)free.fr
ReportedBy: stpierre(a)nebrwesleyan.edu
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-list(a)redhat.com
Description of problem:
perl-Unicode-MapUTF8 is a Fedora 8 package, and so installs its components
under a Perl 5.8.8 search path:
# rpm -q --filesbypkg perl-Unicode-MapUTF8
perl-Unicode-MapUTF8 /usr/lib/perl5/vendor_perl/5.8.8/Unicode
perl-Unicode-MapUTF8 /usr/lib/perl5/vendor_perl/5.8.8/Unicode/MapUTF8.pm
perl-Unicode-MapUTF8 /usr/lib/perl5/vendor_perl/5.8.8/Unicode/MapUTF8.pod
perl-Unicode-MapUTF8 /usr/share/doc/perl-Unicode-MapUTF8-1.11
perl-Unicode-MapUTF8 /usr/share/doc/perl-Unicode-MapUTF8-1.11/README
perl-Unicode-MapUTF8 /usr/share/man/man3/Unicode::MapUTF8.3pm.gz
That doesn't jive with the Perl 5.10 search path in Fedora 9:
# perl -MUnicode::MapUTF8 -e 1
Can't locate Unicode/MapUTF8.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/
x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/
site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/
site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /
usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .).
BEGIN failed--compilation aborted.
Most notably, the smbldap-tools depend on this library.
Version-Release number of selected component (if applicable):
# rpm -q perl-Unicode-MapUTF8
perl-Unicode-MapUTF8-1.11-6.fc8.noarch
How reproducible:
Every time.
Steps to Reproduce:
1. Install the perl-Unicode-MapUTF8 package
2. ???
3. Profit! Or, alternatively, have your Perl programs fail to compile.
Actual results:
# perl -MUnicode::MapUTF8 -e 1
Can't locate Unicode/MapUTF8.pm in @INC (@INC contains: /usr/lib64/perl5/5.10.0/
x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/local/lib64/perl5/
site_perl/5.10.0/x86_64-linux-thread-multi /usr/local/lib/perl5/
site_perl/5.10.0 /usr/lib64/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /
usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .).
BEGIN failed--compilation aborted.
Expected results:
There should be no output.
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/show_bug.cgi?id=454257
Summary: Tracker for bugs relating to F-9 perl packages not
rebuilt for perl 5.10.0
Product: Fedora
Version: 9
Platform: All
OS/Version: Linux
Status: NEW
Severity: low
Priority: low
Component: perl
AssignedTo: paul(a)city-fan.org
ReportedBy: paul(a)city-fan.org
QAContact: extras-qa(a)fedoraproject.org
CC: fedora-perl-devel-
list@redhat.com,rc040203@freenet.de,rnorwood@redhat.com,
skasal@redhat.com,tcallawa@redhat.com
A number of perl packages were released for F-9 with modules installed into
5.8.8-versioned directories where Fedora 9's perl couldn't find them. Almost all
of these were missing a perl(:MODULE_COMPAT...) dependency.
This is a tracker for bugs raised for this issue.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Please update to 0.34
https://bugzilla.redhat.com/show_bug.cgi?id=463893
Summary: Please update to 0.34
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: perl-PAR-Dist
AssignedTo: steve(a)silug.org
ReportedBy: mmaslano(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: steve(a)silug.org, fedora-perl-devel-list(a)redhat.com
Classification: Fedora
I need the latest version for packaging perl-Padre. I could update it myself,
if you don't mind.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.