Re: KDE-SIG meeting report (04/2011)

2011-01-26 Thread Jaroslav Reznik
On Tuesday, January 25, 2011 06:40:00 pm Rahul Sundaram wrote:
 On 01/25/2011 10:58 PM, Jaroslav Reznik wrote:
  reconsider the OnlyShowIn=KDE; for System Settings
  * ''AGREED'' to not enable it by now and ask upstream what they think
  * reasons are
  ** we cannot add KDE to the name as we will break translations
 
 In GNOME 3, there is a system settings as well and if GNOME and KDE are
 installed at the same time which is not unusual at all, you will get two
 menu entries that say the same thing.  Isn't that confusing?

Currently KDE System Settings are not displayed outside Plasma Desktop. But we 
have request (on this list) to show it there because otherwise users can not 
change settings for KDE Applications they are using (like sounds etc.). The 
request also states it should be called KDE System Settings but we are unable 
to add KDE prefix as it would break translations. As upstream wants wider 
adoption of KDE Applications outside Plasma Desktop (that's one of the reason 
why they rebranded desktop from KDE to Plasma, to show people they can use KDE 
Applications without Plasma as desktop environment), I think there should be 
way 
how to confugure from for example Gnome and same would be great for Gnome 
Applications to be configurable from other environments. Plasma, Shell whatever 
are just the face, what does matter are applications.

So for now, we stay with current status quo.

Jaroslav

 Rahul

-- 
Jaroslav Řezník jrez...@redhat.com
Software Engineer - Base Operating Systems Brno

Office: +420 532 294 275
Mobile: +420 602 797 774
Red Hat, Inc.   http://cz.redhat.com/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 CC||p...@city-fan.org

--- Comment #3 from Paul Howarth p...@city-fan.org 2011-01-26 04:24:38 EST ---
(In reply to comment #1)
 New BuildRequires missing:
 
 perl(Module::Metadata) = 1.02  New package needed
 perl(Perl::OSType) = 1 New package needed
 perl(CPAN::Meta::YAML) = 0.002 New package needed

I have local packages of these can submit them if nobody's started working on
them already.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


RE: bnx2 driver fails to load on Fedora Rawhide

2011-01-26 Thread Narendra_K
 -Original Message-
 From: devel-boun...@lists.fedoraproject.org [mailto:devel-
 boun...@lists.fedoraproject.org] On Behalf Of David Woodhouse
 Sent: Tuesday, January 25, 2011 7:01 AM
 To: Michael Chan
 Cc: devel@lists.fedoraproject.org; KM, Paniraja; Iyer, Shyam; Rose,
 Charles; jla...@redhat.com; go...@redhat.com
 Subject: RE: bnx2 driver fails to load on Fedora Rawhide
 
 On Mon, 2011-01-24 at 12:55 -0800, Michael Chan wrote:
  On Mon, 2011-01-24 at 12:53 -0800, David Woodhouse wrote:
   On Mon, 2011-01-24 at 11:13 -0800, Michael Chan wrote:
   
I already posted all the missing firmware files for the linux-
 firmware
git tree last week.
  
   Did you repost the patches with appropriate entries in the WHENCE
 file,
   as requested?
  
 
  Sorry, I missed that email.  I'll prepare another patch for WHENCE
 right
  away.
 
 linux-firmware-20110125-1.fc15 building in rawhide now:
 http://koji.fedoraproject.org/koji/taskinfo?taskID=2740639
 

Michael and David,

Thank you for resolving this in time. I booted into Live Image 20110125 and 
verified that it has the linux-firmware-20110125. Bnx2 loads successfully.

With regards,
Narendra K




-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


A tool to list package deps sorted by buildtime?

2011-01-26 Thread Michael Schwendt
Scenario:

Assume I have package foo. It's installed already, and the local RPM
database covers it and all its dependencies.

App foo used to run fine a month ago, but a rebuild no longer does.
Dependencies have been updated. Too many for rpm -qa --last|less or
yum's log to be helpful.

I'd like to run an RPM query on foo that displays the %{buildtime}
for all of foo's Requires, sorted by buildtime.

Does anyone know of an existing tool that can do exactly this already?
Or a script that achieves the same on top of an ordinary rpm --qf ... query?
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: A tool to list package deps sorted by buildtime?

2011-01-26 Thread Richard W.M. Jones
On Wed, Jan 26, 2011 at 12:52:52PM +0100, Michael Schwendt wrote:
 I'd like to run an RPM query on foo that displays the %{buildtime}
 for all of foo's Requires, sorted by buildtime.
 
 Does anyone know of an existing tool that can do exactly this already?

No, but I have a script which can list all the dependencies of a
package recursively [using data from yum, not rpm] if that is helpful:

http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_yum_rpm.ml;h=e70940df06edb87b616d739bf0912d742809842c;hb=HEAD#l38

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: A tool to list package deps sorted by buildtime?

2011-01-26 Thread Michael Schwendt
On Wed, 26 Jan 2011 11:56:43 +, Richard wrote:

 No, but I have a script which can list all the dependencies of a
 package recursively [using data from yum, not rpm] if that is helpful:
 
 http://git.annexia.org/?p=febootstrap.git;a=blob;f=febootstrap_yum_rpm.ml;h=e70940df06edb87b616d739bf0912d742809842c;hb=HEAD#l38
 

repoquery --tree-requires ... should do that, but seems to be broken here,
whereas --tree-whatrequires works e.g.
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: A tool to list package deps sorted by buildtime?

2011-01-26 Thread Michael Schwendt
 repoquery --tree-requires ... [...] seems to be broken here,

Ah, it's just Adobe's packages that are broken and confuse the
depsolving. For example:

$ repoquery --whatprovides libgcc_s.so.1
libgcc-0:4.5.1-4.fc14.i686
AdobeReader_nor-0:8.1.7-1.i486
AdobeReader_ita-0:8.1.7-1.i486
AdobeReader_suo-0:8.1.7-1.i486
AdobeReader_kor-0:8.1.7-1.i486
AdobeReader_sve-0:8.1.7-1.i486
AdobeReader_dan-0:8.1.7-1.i486
AdobeReader_nld-0:8.1.7-1.i486
AdobeReader_chs-0:8.1.7-1.i486
AdobeReader_esp-0:8.1.7-1.i486
AdobeReader_ptb-0:8.1.7-1.i486
AdobeReader_cht-0:8.1.7-1.i486
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: KDE-SIG meeting report (04/2011)

2011-01-26 Thread Rahul Sundaram
On 01/26/2011 02:56 PM, Jaroslav Reznik wrote:
 I think there should be way 
 how to confugure from for example Gnome and same would be great for Gnome 
 Applications to be configurable from other environments. Plasma, Shell 
 whatever 
 are just the face, what does matter are applications.

 So for now, we stay with current status quo.

My point was that if you are going to ask upstream,  you might want to
mention the potential for confusion.

Rahul

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: KDE-SIG meeting report (04/2011)

2011-01-26 Thread Jaroslav Reznik
On Wednesday, January 26, 2011 01:24:09 pm Rahul Sundaram wrote:
 On 01/26/2011 02:56 PM, Jaroslav Reznik wrote:
  I think there should be way
  how to confugure from for example Gnome and same would be great for Gnome
  Applications to be configurable from other environments. Plasma, Shell
  whatever are just the face, what does matter are applications.
  
  So for now, we stay with current status quo.
 
 My point was that if you are going to ask upstream,  you might want to
 mention the potential for confusion.

Would be great to ask both upstreams as we as distribution really want co-
operation here.

On the other I understand why it's called System Settings in both DEs - at 
least 
in Plasma it's just control center - not a custom KDE but generic. Some 
distributions have all configuration there, even we ship non-KDE modules (Gtk 
settings etc.)

Thanks for notice.

Jaroslav

 Rahul

-- 
Jaroslav Řezník jrez...@redhat.com
Software Engineer - Base Operating Systems Brno

Office: +420 532 294 275
Mobile: +420 602 797 774
Red Hat, Inc.   http://cz.redhat.com/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: A tool to list package deps sorted by buildtime?

2011-01-26 Thread seth vidal
On Wed, 2011-01-26 at 12:52 +0100, Michael Schwendt wrote:
 Scenario:
 
 Assume I have package foo. It's installed already, and the local RPM
 database covers it and all its dependencies.
 
 App foo used to run fine a month ago, but a rebuild no longer does.
 Dependencies have been updated. Too many for rpm -qa --last|less or
 yum's log to be helpful.
 
 I'd like to run an RPM query on foo that displays the %{buildtime}
 for all of foo's Requires, sorted by buildtime.
 
 Does anyone know of an existing tool that can do exactly this already?
 Or a script that achieves the same on top of an ordinary rpm --qf ... query?


I just want to make sure I have this:

1. rpm -qR foo

2. take each of those resolve it out to what provides them
3. return the buildtime + pkg name of each of those, sorted by buildtime

correct?

-sv


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: A tool to list package deps sorted by buildtime?

2011-01-26 Thread seth vidal
On Wed, 2011-01-26 at 08:36 -0500, seth vidal wrote:
 On Wed, 2011-01-26 at 12:52 +0100, Michael Schwendt wrote:
  Scenario:
  
  Assume I have package foo. It's installed already, and the local RPM
  database covers it and all its dependencies.
  
  App foo used to run fine a month ago, but a rebuild no longer does.
  Dependencies have been updated. Too many for rpm -qa --last|less or
  yum's log to be helpful.
  
  I'd like to run an RPM query on foo that displays the %{buildtime}
  for all of foo's Requires, sorted by buildtime.
  
  Does anyone know of an existing tool that can do exactly this already?
  Or a script that achieves the same on top of an ordinary rpm --qf ... query?
 
 
 I just want to make sure I have this:
 
 1. rpm -qR foo
 
 2. take each of those resolve it out to what provides them
 3. return the buildtime + pkg name of each of those, sorted by buildtime
 
 correct?

If this is what you want then try:

http://skvidal.fedorapeople.org/misc/sort-req-by-buildtime.py

it'll be pretty simple to modify.

-sv


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


how to include a .so file in my python rpm

2011-01-26 Thread Erik Blankinship
In my python application, I need to include a .so binary I built of a custom
gstreamer plugin.  My python application works fine with this plugin when
launching from the command line.

Now that I am packaging my python application into a fedora rpm, I need to
compile the plugin as part of the packaging process?

I ask because when I try to include the .so file in %files and part of the
manifest, I get this error from rpmbuild:

arch dependent binaries in noarch package

Could someone point me to an example of how to create a spec file which
shows how to include nested c code so as to avoid this error and
successfully build my rpm?

Thanks much.  Erik
___
python-devel mailing list
python-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/python-devel

Re: Any plans for PostgreSQL 9, MySQL 5.5 in F15?

2011-01-26 Thread Devrim GÜNDÜZ
On Mon, 2011-01-24 at 00:16 +0100, Michał Piotrowski wrote:
 There is a PostgreSQL 9.1alpha3 for i686, but I can't find one for
 x86_64. Can I get SRPM for 9.1? 

Uh. Seems like I forgot to upload them.

I don't have access to master RPM buildfarm ATM. May I ask you to build
you own package using SVN repositorY?

http://people.planetpostgresql.org/devrim/index.php?/archives/44-How-To-Build-Your-Own-PostgreSQL-and-related-software-RPMs-on-CentOSRHELFedora.html

has a quick guide about how to do it. It should take a few minutes on a
new machine.

Regards,

-- 
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz


signature.asc
Description: This is a digitally signed message part
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: A tool to list package deps sorted by buildtime?

2011-01-26 Thread seth vidal
On Wed, 2011-01-26 at 08:52 -0500, seth vidal wrote:
 On Wed, 2011-01-26 at 08:36 -0500, seth vidal wrote:
  On Wed, 2011-01-26 at 12:52 +0100, Michael Schwendt wrote:
   Scenario:
   
   Assume I have package foo. It's installed already, and the local RPM
   database covers it and all its dependencies.
   
   App foo used to run fine a month ago, but a rebuild no longer does.
   Dependencies have been updated. Too many for rpm -qa --last|less or
   yum's log to be helpful.
   
   I'd like to run an RPM query on foo that displays the %{buildtime}
   for all of foo's Requires, sorted by buildtime.
   
   Does anyone know of an existing tool that can do exactly this already?
   Or a script that achieves the same on top of an ordinary rpm --qf ... 
   query?
  
  
  I just want to make sure I have this:
  
  1. rpm -qR foo
  
  2. take each of those resolve it out to what provides them
  3. return the buildtime + pkg name of each of those, sorted by buildtime
  
  correct?
 
 If this is what you want then try:
 
 http://skvidal.fedorapeople.org/misc/sort-req-by-buildtime.py
 
 it'll be pretty simple to modify.

oh and  
 |sort -k2 


to sort by buildtime

-sv


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[Bug 672839] New: Upgrade perl(version) to 0.88

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Upgrade perl(version) to 0.88

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

   Summary: Upgrade perl(version) to 0.88
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Severity: unspecified
  Priority: unspecified
 Component: perl-version
AssignedTo: mmasl...@redhat.com
ReportedBy: ppi...@redhat.com
 QAContact: extras...@fedoraproject.org
CC: tcall...@redhat.com,
fedora-perl-devel-l...@redhat.com, mmasl...@redhat.com
Classification: Fedora


New perl module version-0.88 has been released by upstream. We need it (0.87)
to be able to upgrade other perl modules.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: how to include a .so file in my python rpm

2011-01-26 Thread Robin Lee
Just remove the line 'BuildArch:  noarch' from your specfile?

On Wed, Jan 26, 2011 at 9:59 PM, Erik Blankinship jedier...@gmail.comwrote:

 In my python application, I need to include a .so binary I built of a
 custom gstreamer plugin.  My python application works fine with this plugin
 when launching from the command line.

 Now that I am packaging my python application into a fedora rpm, I need to
 compile the plugin as part of the packaging process?

 I ask because when I try to include the .so file in %files and part of the
 manifest, I get this error from rpmbuild:

 arch dependent binaries in noarch package

 Could someone point me to an example of how to create a spec file which
 shows how to include nested c code so as to avoid this error and
 successfully build my rpm?

 Thanks much.  Erik

 ___
 python-devel mailing list
 python-de...@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/python-devel

___
python-devel mailing list
python-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/python-devel

[Bug 672839] Upgrade perl(version) to 0.88

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #1 from Petr Pisar ppi...@redhat.com 2011-01-26 10:12:30 EST ---
Created attachment 475413
  -- https://bugzilla.redhat.com/attachment.cgi?id=475413
Patch updating perl-version to 0.88

This patch updates perl-version to 0.88 but as there seems to be some debate
about the dual-living of perl-version (see Bug #633775) and this change isn't
just a plain version update and it's not my package, I'm attaching it here for
review rather than just applying it.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672839] Upgrade perl(version) to 0.88

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Blocks||672779

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672839] Upgrade perl(version) to 0.88

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Depends on||633775

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Depends on|633775  |

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Depends on||672839

--- Comment #6 from Petr Pisar ppi...@redhat.com 2011-01-26 10:15:37 EST ---
(In reply to comment #5)
 Created attachment 475362 [details]
 Patch updating perl-version to 0.88
 
 Module::Metadata needs perl(version) = 0.87
 
 This patch updates perl-version to 0.88 but as there seems to be some debate
 about the dual-living of perl-version (see Bug #633775) and this change isn't
 just a plain version update and it's not my package, I'm attaching it here for
 review rather than just applying it.

Split as bug #672839.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672839] Upgrade perl(version) to 0.88

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Blocks||672665

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Any plans for PostgreSQL 9, MySQL 5.5 in F15?

2011-01-26 Thread Michał Piotrowski
2011/1/26 Devrim GÜNDÜZ fedora-l...@gunduz.org:
 On Mon, 2011-01-24 at 00:16 +0100, Michał Piotrowski wrote:
 There is a PostgreSQL 9.1alpha3 for i686, but I can't find one for
 x86_64. Can I get SRPM for 9.1?

 Uh. Seems like I forgot to upload them.

 I don't have access to master RPM buildfarm ATM. May I ask you to build
 you own package using SVN repositorY?

 http://people.planetpostgresql.org/devrim/index.php?/archives/44-How-To-Build-Your-Own-PostgreSQL-and-related-software-RPMs-on-CentOSRHELFedora.html

 has a quick guide about how to do it. It should take a few minutes on a
 new machine.

Thanks!


 Regards,

 --
 Devrim GÜNDÜZ
 PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
 PostgreSQL RPM Repository: http://yum.pgrpms.org
 Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
 http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz




-- 
Best regards,
Michal

http://eventhorizon.pl/
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: A tool to list package deps sorted by buildtime?

2011-01-26 Thread Michael Schwendt
On Wed, 26 Jan 2011 08:36:00 -0500, seth wrote:

 I just want to make sure I have this:
 
 1. rpm -qR foo
 
 2. take each of those resolve it out to what provides them
 3. return the buildtime + pkg name of each of those, sorted by buildtime
 
 correct?

Yes.

$ repoquery --qf '%{buildtime:isodate} %{name}-%{version}-%{release}.%{arch}' 
--requires --resolve glibc|sort|uniq
2009-07-24 21:41:21 basesystem-10.0-3.noarch
2010-09-12 19:11:32 nss-softokn-freebl-3.12.7-6.fc14.i686
2010-09-24 21:56:26 libgcc-4.5.1-4.fc14.i686
2010-12-14 17:03:44 glibc-2.12.90-21.i686
2011-01-20 10:52:15 glibc-2.13-1.i686
2011-01-20 10:52:15 glibc-common-2.13-1.i686
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: A tool to list package deps sorted by buildtime?

2011-01-26 Thread seth vidal
On Wed, 2011-01-26 at 16:40 +0100, Michael Schwendt wrote:
 On Wed, 26 Jan 2011 08:36:00 -0500, seth wrote:
 
  I just want to make sure I have this:
  
  1. rpm -qR foo
  
  2. take each of those resolve it out to what provides them
  3. return the buildtime + pkg name of each of those, sorted by buildtime
  
  correct?
 
 Yes.
 
 $ repoquery --qf '%{buildtime:isodate} %{name}-%{version}-%{release}.%{arch}' 
 --requires --resolve glibc|sort|uniq
 2009-07-24 21:41:21 basesystem-10.0-3.noarch
 2010-09-12 19:11:32 nss-softokn-freebl-3.12.7-6.fc14.i686
 2010-09-24 21:56:26 libgcc-4.5.1-4.fc14.i686
 2010-12-14 17:03:44 glibc-2.12.90-21.i686
 2011-01-20 10:52:15 glibc-2.13-1.i686
 2011-01-20 10:52:15 glibc-common-2.13-1.i686


Well that looks like a good use of repoquery, there. Nicely done.

-sv


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: non-repsponsive maintainer of conserver

2011-01-26 Thread Kevin Fenzi
On Wed, 26 Jan 2011 08:13:18 +0100
Josephine Tannhäuser josephine.tannhau...@googlemail.com wrote:

 2011/1/25, Marian Ganisin mgani...@redhat.com:
  Hi,
 Hi
 
  Is anyone in contact with this person:
  Account Name: jima
 I see jima daily chatting on #ipv6 on freenode.

And he updated conserver as well yesterday. ;) 

kevin


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Re: Security incident on Fedora infrastructure on 23 Jan 2011

2011-01-26 Thread Kevin Fenzi
On Wed, 26 Jan 2011 15:25:40 +1300
Al Reay alre...@gmail.com wrote:

 Looks like it's made the news
 
 http://news.slashdot.org/story/11/01/25/1723259/Fedora-Infrastructure-Compromised

Disappointingly the slashdot story paraphrased another site that went
with a sensationalized headline and was low on facts. They didn't even
point to the actual announcement for folks to read for themselves. ;( 
(They also seem to be using the opensource.org logo for Fedora stories
instead of the Fedora logo?)

kevin


signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Problems with Rawhide Buildroot?

2011-01-26 Thread Jeffrey Ollie
Trying to build a new Asterisk package in rawhide this morning I'm getting this:

DEBUG backend.py:745:  /usr/bin/yum --installroot
/var/lib/mock/dist-f15-build-966033-145591/root/  groupinstall build
DEBUG util.py:281:  Executing command: /usr/bin/yum --installroot
/var/lib/mock/dist-f15-build-966033-145591/root/  groupinstall build
DEBUG util.py:247:  Error: Package: 4:perl-5.12.3-149.fc15.x86_64 (build)
DEBUG util.py:247: Requires: perl(Tk::Pod)
DEBUG util.py:247:   You could try using --skip-broken to work around
the problem
DEBUG util.py:247:  Error: Package: 4:perl-5.12.3-149.fc15.x86_64 (build)
DEBUG util.py:247: Requires: perl(Mac::InternetConfig)
DEBUG util.py:247:  Error: Package: perl-CPAN-1.9402-149.fc15.noarch (build)
DEBUG util.py:247: Requires: perl(Mac::BuildTools)
DEBUG util.py:247:   You could try running: rpm -Va --nofiles --nodigest
DEBUG util.py:320:  Child returncode was: 1

Full info here:

http://koji.fedoraproject.org/koji/taskinfo?taskID=2743524

I don't think it's just me as I've seen a couple of other failed
builds in Koji with the same problem:

http://koji.fedoraproject.org/koji/taskinfo?taskID=2743531
http://koji.fedoraproject.org/koji/taskinfo?taskID=2743521

-- 
Jeff Ollie
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Problems with Rawhide Buildroot?

2011-01-26 Thread Kevin Fenzi
On Wed, 26 Jan 2011 10:58:52 -0600
Jeffrey Ollie j...@ocjtech.us wrote:

 Trying to build a new Asterisk package in rawhide this morning I'm
 getting this:
 
 DEBUG backend.py:745:  /usr/bin/yum --installroot
 /var/lib/mock/dist-f15-build-966033-145591/root/  groupinstall build
 DEBUG util.py:281:  Executing command: /usr/bin/yum --installroot
 /var/lib/mock/dist-f15-build-966033-145591/root/  groupinstall build
 DEBUG util.py:247:  Error: Package: 4:perl-5.12.3-149.fc15.x86_64
 (build) DEBUG util.py:247: Requires: perl(Tk::Pod)
 DEBUG util.py:247:   You could try using --skip-broken to work around
 the problem
 DEBUG util.py:247:  Error: Package: 4:perl-5.12.3-149.fc15.x86_64
 (build) DEBUG util.py:247: Requires:
 perl(Mac::InternetConfig) DEBUG util.py:247:  Error: Package:
 perl-CPAN-1.9402-149.fc15.noarch (build) DEBUG
 util.py:247: Requires: perl(Mac::BuildTools) DEBUG
 util.py:247:   You could try running: rpm -Va --nofiles --nodigest
 DEBUG util.py:320:  Child returncode was: 1
 
 Full info here:
 
 http://koji.fedoraproject.org/koji/taskinfo?taskID=2743524
 
 I don't think it's just me as I've seen a couple of other failed
 builds in Koji with the same problem:
 
 http://koji.fedoraproject.org/koji/taskinfo?taskID=2743531
 http://koji.fedoraproject.org/koji/taskinfo?taskID=2743521

Yes, perl was broken. I have untagged it and notified the maintainer
(who was already looking at it). 

Things should work again as soon as the buildroot rebuilds. 

kevin



signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

rawhide update (2.91.6) of evolution-related packages is gtk3 only

2011-01-26 Thread Milan Crha
Hi,
Evolution team drops support for gtk2 in 2.91.6 release of
evolution-related packages (gtkhtml3, evolution-data-server and
evolution) which might make trouble for dependent packages which are
still gtk2. I expect there will follow gtk3 updates for them in the near
future too, if not done already (this is mainly for packages using
libedataserverui and gtkhtml3, the rest should be fine).

There are done soname bumps and api version bumps in above mentioned
packages as well. The release will be done on Monday, when I plan to
update rawhide too (+/- few days, if something will go wrong).
Bye,
Milan

___
devel-announce mailing list
devel-annou...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel-announce
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[Bug 672068] dspam web interface completely broken

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #2 from Nathanael Noblet nathan...@gnat.ca 2011-01-26 12:29:33 
EST ---
I'll take a look.. I put it in /usr/share/dspam as other projects like drupal
and wordpress place their files there...

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: rawhide update (2.91.6) of evolution-related packages is gtk3 only

2011-01-26 Thread Peter Robinson
Hi Milan,

On Wed, Jan 26, 2011 at 4:16 PM, Milan Crha mc...@redhat.com wrote:
        Hi,
 Evolution team drops support for gtk2 in 2.91.6 release of
 evolution-related packages (gtkhtml3, evolution-data-server and
 evolution) which might make trouble for dependent packages which are
 still gtk2. I expect there will follow gtk3 updates for them in the near
 future too, if not done already (this is mainly for packages using
 libedataserverui and gtkhtml3, the rest should be fine).

Will this affect packages that just use eds?

 There are done soname bumps and api version bumps in above mentioned
 packages as well. The release will be done on Monday, when I plan to
 update rawhide too (+/- few days, if something will go wrong).

Will you be rebuilding affected packages?

Peter
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[dspam] forgot to bump the release

2011-01-26 Thread Nathanael Noblet
commit b0bf55a540fef7594b83236a9967024f1534af71
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 11:42:21 2011 -0700

forgot to bump the release

 dspam.spec |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dspam.spec b/dspam.spec
index bc20193..334e412 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -9,7 +9,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.9.0
-Release:11%{?dist}
+Release:12%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Summary/Minutes from today's FESCo meeting (2011-01-26)

2011-01-26 Thread Kevin Fenzi
===
#fedora-meeting: FESCO (2011-01-26)
===

Meeting started by nirik at 17:30:01 UTC. The full logs are available at
http://meetbot.fedoraproject.org/fedora-meeting/2011-01-26/fesco.2011-01-26-17.30.log.html

Meeting summary
---
* init process  (nirik, 17:30:01)

* #516 Updates policy adjustments/changes  (nirik, 17:32:21)

* #515 Investigate a features repo for stable releases  (nirik,
  17:33:23)

* #517 Updates Metrics  (nirik, 17:36:39)

* #434 F15Feature - DNSSEC_on_workstations -  (nirik, 17:37:54)
  * LINK: https://fedoraproject.org/wiki/Features/DNSSEC_on_workstations
(nirik, 17:37:54)
  * AGREED: Feature is approved  (nirik, 17:46:11)

* #545 F15Feature: GDB 7.3 -  (nirik, 17:46:23)
  * LINK: https://fedoraproject.org/wiki/Features/gdb-7.3   (nirik,
17:46:23)
  * AGREED: Feature is approved  (nirik, 17:48:06)

* #546 F15Feature: Rupee Sign -  (nirik, 17:48:14)
  * LINK: http://fedoraproject.org/wiki/Features/RupeeSign   (nirik,
17:48:15)
  * AGREED: Feature is approved  (nirik, 17:53:44)

* #547 F15Feature: Python 3.2 -  (nirik, 17:56:03)
  * LINK: https://fedoraproject.org/wiki/Features/Python_3.2 .fesco 547
(nirik, 17:56:03)
  * AGREED: Feature is approved  (nirik, 17:57:07)

* #548 F15Feature: Rails 3.0.3 -  (nirik, 17:57:14)
  * LINK: https://fedoraproject.org/wiki/Features/Rails_3.0.3 .fesco 548
(nirik, 17:57:14)
  * AGREED: Feature is approved  (nirik, 17:58:07)

* #549 F15Feature: Systemtap 1.5 -  (nirik, 17:58:15)
  * LINK: https://fedoraproject.org/wiki/Features/F15Systemtap15 .fesco
549  (nirik, 17:58:15)
  * AGREED: Feature is approved  (nirik, 18:00:05)

* #550 F15Feature: Indic Typing Booster -  (nirik, 18:00:16)
  * LINK: http://fedoraproject.org/wiki/Features/IndicTypingBooster
.fesco 550  (nirik, 18:00:16)
  * questions added to talk page, will revisit next week.  (nirik,
18:05:58)

* #551 F15Feature: Power mgmt improvements for F15 -
  https://fedoraproject.org/wiki/Features/PowerManagementF15  (nirik,
  18:08:58)
  * AGREED: Feature is approved  (nirik, 18:10:28)

* #552 F15Feature: Retrace Server -
  https://fedoraproject.org/wiki/Features/RetraceServer  (nirik,
  18:10:36)
  * AGREED: Feature is approved  (nirik, 18:18:15)

* #553 F15Feature: Design Suite Group -
  https://fedoraproject.org/wiki/Features/Design_Suite_Group  (nirik,
  18:18:32)
  * AGREED: Feature is approved  (nirik, 18:26:00)

* #544 - List of services that may start by default  (nirik, 18:26:37)
  * LINK: https://fedoraproject.org/wiki/User:Spot/DefaultServices
(nirik, 18:30:21)
  * AGREED: fesco will create a default/list of exceptions.  (nirik,
18:33:16)
  * ACTION: notting to generate list of services  (nirik, 18:43:33)

* Open Floor  (kylem, 18:49:36)

Meeting ended at 18:55:11 UTC.




Action Items

* notting to generate list of services




Action Items, by person
---
* notting
  * notting to generate list of services
* **UNASSIGNED**
  * (none)




People Present (lines said)
---
* nirik (140)
* kylem (45)
* cwickert (33)
* mclasen (32)
* notting (25)
* mmaslano (23)
* zodbot (18)
* jmoskovc (8)
* SMParrish (7)
* gholms (3)
* spot (3)
* abadger1999 (3)
* tibbs|h (2)
* kklic (2)
* jankratochvil (2)
* fche (1)
* mjg59 (0)
* ajax (0)
--
17:30:01 nirik #startmeeting FESCO (2011-01-26)
17:30:01 zodbot Meeting started Wed Jan 26 17:30:01 2011 UTC.  The chair is 
nirik. Information about MeetBot at http://wiki.debian.org/MeetBot.
17:30:01 zodbot Useful Commands: #action #agreed #halp #info #idea #link 
#topic.
17:30:01 nirik #meetingname fesco
17:30:01 nirik #chair mclasen notting nirik SMParrish kylem ajax cwickert 
mjg59 mmaslano
17:30:01 nirik #topic init process
17:30:01 zodbot The meeting name has been set to 'fesco'
17:30:01 zodbot Current chairs: SMParrish ajax cwickert kylem mclasen mjg59 
mmaslano nirik notting
17:30:19 * notting is here
17:30:28 * mclasen is here
17:30:28 kylem yo
17:30:57 nirik not sure if we will have quorum, but hopefully...
17:31:02 * cwickert is here
17:31:16 * mmaslano here
17:31:23 mclasen ajax is in australia
17:31:27 nirik hurray. Looks like we do.
17:31:41 * cwickert is at an Mc Donalds in the US and forgot that there is a 
meeting now. The timezone is a little different than usual ;)
17:31:41 nirik yeah, mjg59 is too I think.
17:31:44 notting mclasen: and mjg59
17:31:54 nirik cwickert: wifi at the macd's? nice...
17:32:14 nirik ok, lets go ahead and dive in...
17:32:21 nirik #topic #516 Updates policy adjustments/changes
17:32:22 nirik .fesco 516
17:32:26 cwickert and even vpn to switzerland ;)
17:32:26 zodbot nirik: #516 (Updates policy adjustments/changes) - FESCo - 
Trac - https://fedorahosted.org/fesco/ticket/516
17:32:30 nirik I didn't pick any new items this week. ;(
17:32:40 nirik so, lets just move on until next week...
17:32:49 nirik unless someone has something they would like to bring up?

[dspam/el5/master: 8/8] Merge remote branch 'origin/master' into el5/master

2011-01-26 Thread Nathanael Noblet
commit dd6fe8fbb5d9a641daf7cf60f3bdd22da7c8f405
Merge: aa4ed7e 2258698
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 12:00:31 2011 -0700

Merge remote branch 'origin/master' into el5/master

 dspam-3.9.0-docs.patch  |   45 +++
 dspam-3.9.0-dspamsock.patch |   19 ++
 dspam.spec  |   16 ++-
 3 files changed, 79 insertions(+), 1 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Security incident on Fedora infrastructure on 23 Jan 2011

2011-01-26 Thread Paul W. Frields
On Wed, Jan 26, 2011 at 09:30:24AM -0700, Kevin Fenzi wrote:
 On Wed, 26 Jan 2011 15:25:40 +1300
 Al Reay alre...@gmail.com wrote:
 
  Looks like it's made the news
  
  http://news.slashdot.org/story/11/01/25/1723259/Fedora-Infrastructure-Compromised
 
 Disappointingly the slashdot story paraphrased another site that went
 with a sensationalized headline and was low on facts. They didn't even
 point to the actual announcement for folks to read for themselves. ;( 
 (They also seem to be using the opensource.org logo for Fedora stories
 instead of the Fedora logo?)

They used to use the Red Hat logo -- would that count as a modest
improvement?

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
  Where open source multiplies: http://opensource.com
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Security incident on Fedora infrastructure on 23 Jan 2011

2011-01-26 Thread Rahul Sundaram
On 01/27/2011 01:12 AM, Paul W. Frields wrote:
 On Wed, Jan 26, 2011 at 09:30:24AM -0700, Kevin Fenzi wrote:

 Disappointingly the slashdot story paraphrased another site that went
 with a sensationalized headline and was low on facts. They didn't even
 point to the actual announcement for folks to read for themselves. ;( 
 (They also seem to be using the opensource.org logo for Fedora stories
 instead of the Fedora logo?)
 They used to use the Red Hat logo -- would that count as a modest
 improvement?

Don't think so.  It only increases the chances of confusion for the
general community and Red Hat customers. They should use the Fedora Logo.

Rahul

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Support for MicroNext MN-WD550M Wireless USB 2.0 Adaptor

2011-01-26 Thread Kyle McMartin
On Wed, Jan 26, 2011 at 08:58:36PM +, mike cloaked wrote:
 I wonder how long it will be before the RTL8192SU driver will be
 regarded as stable enough to go into mainstream?  This works without
 any problems at all for me.  Or is that a question to ask in the
 kernel list?
 

My guess is never, given the low amount of work on the staging wifi
drivers in general and the utter steaming piles of poo that they are.
But I've been wrong before.

--Kyle
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[Bug 672068] dspam web interface completely broken

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #7 from Matej Cepl mc...@redhat.com 2011-01-26 16:59:28 EST ---
a) SuexecUserGroup context needs to be in VirtualHost, not in plain Directory.
b) such virtual server must be located under /var/www (and owned by
dspam:dspam)

Which leads me to believe that (aside from /var/run/dspam/dspam.sock) the
attachment 474846 in comment 0 seems to me so far the best what I've seen (I am
not saying flawless).

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #8 from Matej Cepl mc...@redhat.com 2011-01-26 17:00:42 EST ---
Suggesting http://httpd.apache.org/docs/current/suexec.html for more
information on suexec module.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Summary/Minutes from today's FESCo meeting (2011-01-26)

2011-01-26 Thread Kevin Fenzi
On Wed, 26 Jan 2011 22:43:11 +0100
philippe makowski makowski.fed...@gmail.com wrote:

 about the fact that services must not be enabled by default
 I'm not sure to understand well
 
 You mean that the initscript provided by upstream should be changed ?

Yeah. 

Basically there are several things to think about: 

* Does the package start and function in a useful manner right after
  install of the Fedora package? Or does it need to have configuration
  done to it? Firewall ports opened? databases loaded? Passwords set? 

* Does the package expose the user to additional risk by allowing
  network access? Ie, someone installs the package but doesn't want to
  use it yet, shouldn't they have to actively enable it when they are
  ready? 

* Is the package needing to run to help with the normal functioning of
  the machine? Some things like dbus would fall under this. 

kevin




signature.asc
Description: PGP signature
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Planning to orphan some packages

2011-01-26 Thread Adam Miller
Hello all,
I hate to do this, but I'm running out of spare time these days and
I am going to have to start dropping some of the packages I just don't
use anymore because keeping up with them is added time and effort.

I will be orphaning the following packages, please feel free to pick
them up:

gsh
pybackpack 
glade3 


-AdamM
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: Planning to orphan some packages

2011-01-26 Thread Adam Miller
I some how goofed an thought I still was the owner for glade3, there are
just some old bugs sitting in my queue apparently. Appologies to
huzaifas (current owner of glade3).

-AdamM
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


Re: rawhide update (2.91.6) of evolution-related packages is gtk3 only

2011-01-26 Thread Milan Crha
On Wed, 2011-01-26 at 18:15 +, Peter Robinson wrote:
 Hi Milan,
 
 On Wed, Jan 26, 2011 at 4:16 PM, Milan Crha mc...@redhat.com wrote:
 Hi,
  Evolution team drops support for gtk2 in 2.91.6 release of
  evolution-related packages (gtkhtml3, evolution-data-server and
  evolution) which might make trouble for dependent packages which are
  still gtk2. I expect there will follow gtk3 updates for them in the near
  future too, if not done already (this is mainly for packages using
  libedataserverui and gtkhtml3, the rest should be fine).
 
 Will this affect packages that just use eds?

Hi,
because this is the UI change, then only those requiring
libedataserverui library will be affected (with the gtk3 change; with
soname bumps there will be more affected).

  There are done soname bumps and api version bumps in above mentioned
  packages as well. The release will be done on Monday, when I plan to
  update rawhide too (+/- few days, if something will go wrong).
 
 Will you be rebuilding affected packages?

Sure thing, I'll rebuild all affected I have commit access for.
Bye,
Milan

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC|mmasl...@redhat.com,|ppi...@redhat.com
   |psab...@redhat.com  |
 AssignedTo|mmasl...@redhat.com |ppi...@redhat.com

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Plack-0.9967.tar.gz uploaded to lookaside cache by corsepiu

2011-01-26 Thread corsepiu
A file has been added to the lookaside cache for perl-Plack:

016daad413e82b0ad11db59b24094b77  Plack-0.9967.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Plack] - Upstream update.

2011-01-26 Thread corsepiu
commit 3f2a83aa6024162bdadc0ea67903406fb56d3642
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Wed Jan 26 09:24:06 2011 +0100

- Upstream update.

 .gitignore  |1 +
 perl-Plack.spec |8 ++--
 sources |2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f17d4f4..6ce4603 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Plack-0.9960.tar.gz
 /Plack-0.9963.tar.gz
 /Plack-0.9964.tar.gz
+/Plack-0.9967.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index 7c7012d..a2c58e6 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,5 +1,5 @@
 Name:   perl-Plack
-Version:0.9964
+Version:0.9967
 Release:1%{?dist}
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:GPL+ or Artistic
@@ -10,7 +10,8 @@ BuildRoot:  
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
 BuildRequires:  perl(Devel::StackTrace) = 1.23
-BuildRequires:  perl(Devel::StackTrace::AsHTML) = 0.10
+BuildRequires:  perl(Devel::StackTrace::AsHTML) = 0.11
+# Optional, not yet in Fedora: BuildRequires:  
perl(Devel::StackTrace::WithLexicals) = 0.8
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::ShareDir) = 1.00
 BuildRequires:  perl(Filesys::Notify::Simple)
@@ -105,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 26 2011 Ralf Corsépius corse...@fedoraproject.org 0.9967-1
+- Upstream update.
+
 * Tue Jan 25 2011 Ralf Corsépius corse...@fedoraproject.org 0.9964-1
 - Upstream update.
 
diff --git a/sources b/sources
index fe8ce6c..760a922 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e6e6cf19e34e15e40005625a42f68fb  Plack-0.9964.tar.gz
+016daad413e82b0ad11db59b24094b77  Plack-0.9967.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Depends on||633775

--- Comment #1 from Petr Pisar ppi...@redhat.com 2011-01-26 03:41:11 EST ---
New BuildRequires missing:

perl(Module::Metadata) = 1.02  New package needed
perl(version) = 0.87   Dual-lived upgrade needed: bug #633775
perl(Perl::OSType) = 1 New package needed


New Requires missing:

perl(CPAN::Meta::YAML) = 0.002 New package needed
[and the same missing BuildRequires]

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #2 from Petr Pisar ppi...@redhat.com 2011-01-26 03:53:10 EST ---
perl-Module-Build built from perl.spec:

%package Module-Build
# Epoch bump for clean upgrade over old standalone package
Epoch:  1
Version:0.3603

We need to sort it out. The epoch race is a mess.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Perl-Metrics-Simple-0.15.tar.gz uploaded to lookaside cache by ppisar

2011-01-26 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Perl-Metrics-Simple:

e58c943ce8ee0ec6d1c338fa133b86af  Perl-Metrics-Simple-0.15.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Perl-Metrics-Simple] Import

2011-01-26 Thread Petr Pisar
commit cb8f3acba03cfec884ed5addbab008912eb94dae
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jan 26 10:04:16 2011 +0100

Import

 .gitignore|1 +
 perl-Perl-Metrics-Simple.spec |   71 +
 sources   |1 +
 3 files changed, 73 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6498e62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Perl-Metrics-Simple-0.15.tar.gz
diff --git a/perl-Perl-Metrics-Simple.spec b/perl-Perl-Metrics-Simple.spec
new file mode 100644
index 000..f213036
--- /dev/null
+++ b/perl-Perl-Metrics-Simple.spec
@@ -0,0 +1,71 @@
+Name:   perl-Perl-Metrics-Simple
+Version:0.15
+Release:1%{?dist}
+Summary:Count packages, subs, lines, etc. of many files
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Perl-Metrics-Simple/
+Source0:
http://www.cpan.org/authors/id/M/MA/MATISSE/Perl-Metrics-Simple-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Find) = 1.01
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::File) = 1.14
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(PPI) = 1.113
+BuildRequires:  perl(Readonly) = 1.03
+BuildRequires:  perl(Readonly::XS) = 1.02
+BuildRequires:  perl(Statistics::Basic::Mean)
+BuildRequires:  perl(Statistics::Basic::Median)
+BuildRequires:  perl(Statistics::Basic::StdDev)
+BuildRequires:  perl(Test::Pod) = 1
+BuildRequires:  perl(Test::Pod::Coverage) = 1.04
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(File::Find) = 1.01
+Requires:   perl(IO::File) = 1.14
+Requires:   perl(PPI) = 1.113
+Requires:   perl(Readonly) = 1.03
+Requires:   perl(Readonly::XS) = 1.02
+
+# Filter underspecified dependencies
+%filter_from_requires /^perl(File::Find)$/d
+%filter_from_requires /^perl(IO::File)$/d
+%filter_from_requires /^perl(PPI)$/d
+%filter_from_requires /^perl(Readonly)$/d
+%filter_setup
+
+%description
+Perl::Metrics::Simple provides just enough methods to run static analysis
+of one or many Perl files and obtain a few metrics: packages, subroutines,
+lines of code, and an approximation of cyclomatic (McCabe) complexity for
+the subroutines and the main portion of the code.
+
+%prep
+%setup -q -n Perl-Metrics-Simple-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes EXAMPLES LICENSE README Todo
+%{_bindir}/*
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+%{_mandir}/man1/*
+
+%changelog
+* Mon Jan 24 2011 Petr Pisar ppi...@redhat.com 0.15-1
+- Specfile autogenerated by cpanspec 1.78.
+- Remove BuildRoot stuff
+- Tune dependencies
diff --git a/sources b/sources
index e69de29..55c6dd9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e58c943ce8ee0ec6d1c338fa133b86af  Perl-Metrics-Simple-0.15.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Perl-Critic-Pulp-46.tar.gz uploaded to lookaside cache by ppisar

2011-01-26 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Perl-Critic-Storable:

e62662eb64c6d43a364a66bac7461170  Perl-Critic-Pulp-46.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Perl-Critic-Storable] Import

2011-01-26 Thread Petr Pisar
commit c95250723613e6d466de1fe789b5bc3642740a5c
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jan 26 10:10:30 2011 +0100

Import

 .gitignore |1 +
 perl-Perl-Critic-Storable.spec |   47 
 sources|1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ba613d7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Perl-Critic-Pulp-46.tar.gz
diff --git a/perl-Perl-Critic-Storable.spec b/perl-Perl-Critic-Storable.spec
new file mode 100644
index 000..753be29
--- /dev/null
+++ b/perl-Perl-Critic-Storable.spec
@@ -0,0 +1,47 @@
+Name:   perl-Perl-Critic-Storable
+Version:0.01
+Release:1%{?dist}
+Summary:Policy for Storable.pm
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Perl-Critic-Storable/
+Source0:
http://www.cpan.org/authors/id/M/MA/MATTD/Perl-Critic-Storable-%{version}.tar.gz
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Perl::Critic)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+# Plug-in for perlcritic/Test::More. Require them.
+Requires:   perl(Perl::Critic)
+Requires:   perl(Test::More)
+
+%description
+An additional Perl::Critic policy for using the Storable module.
+
+%prep
+%setup -q -n Perl-Critic-Storable-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=perl
+make %{?_smp_mflags}
+
+%install
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_privlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Jan 25 2011 Petr Pisar ppi...@redhat.com 0.01-1
+- Specfile autogenerated by cpanspec 1.78.
+- Remove BuildRoot stuff
+- Install into perl core directory
diff --git a/sources b/sources
index e69de29..5df78d7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e62662eb64c6d43a364a66bac7461170  Perl-Critic-Pulp-46.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Perl-Critic-Storable-0.01.tar.gz uploaded to lookaside cache by ppisar

2011-01-26 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Perl-Critic-Storable:

202d4bc43d1396e5d430c4a1bc34ccce  Perl-Critic-Storable-0.01.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Perl-Critic-Storable] Upload correct source tar ball

2011-01-26 Thread Petr Pisar
commit d352b14be50de26c0a9a17dc6754b811c3210802
Author: Petr Písař ppi...@redhat.com
Date:   Wed Jan 26 10:19:52 2011 +0100

Upload correct source tar ball

 .gitignore |2 +-
 sources|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ba613d7..98cc9ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Perl-Critic-Pulp-46.tar.gz
+/Perl-Critic-Storable-0.01.tar.gz
diff --git a/sources b/sources
index 5df78d7..0446b3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e62662eb64c6d43a364a66bac7461170  Perl-Critic-Pulp-46.tar.gz
+202d4bc43d1396e5d430c4a1bc34ccce  Perl-Critic-Storable-0.01.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Patches for CVE-2011-0009

2011-01-26 Thread Xavier Bachelot
Hi,

I've been looking at the issue for both rt 3.6 and 3.8.
I have a rather full featured patch for 3.8 and I took the Debian patch
for 3.6. However, I'm not happy with 3.6, it's lacking the script to fix
all the passwords. I'll try to come up with something better in the next
few days. Here's my WIP for reference.

Regards,
Xavier
diff --git a/lib/RT/User_Overlay.pm b/lib/RT/User_Overlay.pm
index 1ef8c4b..459968e 100755
--- a/lib/RT/User_Overlay.pm
+++ b/lib/RT/User_Overlay.pm
@@ -82,6 +82,7 @@ use RT::Principals;
 use RT::ACE;
 use RT::Interface::Email;
 use Encode;
+use Digest::SHA;
 
 # {{{ sub _Accessible 
 
@@ -1061,12 +1062,19 @@ returns an MD5 hash of the password passed in, in hexadecimal encoding.
 
 sub _GeneratePassword {
 my $self = shift;
-my $password = shift;
-
-my $md5 = Digest::MD5-new();
-$md5-add(encode_utf8($password));
-return ($md5-hexdigest);
-
+my ($password, $salt) = @_;
+
+# Generate a random 4-byte salt
+$salt ||= pack(C4,map{int rand(256)} 1..4);
+
+# Encode the salt, and a truncated SHA256 of the MD5 of the
+# password The additional, un-necessary level of MD5 allows for
+# transparent upgrading to this scheme, from the previous unsalted
+# MD5 one.
+return MIME::Base64::encode_base64(
+$salt
+  . substr(Digest::SHA::sha256($salt . Digest::MD5::md5($password)),0,26)
+);
 }
 
 =head2 _GeneratePasswordBase64 PASSWORD
@@ -1119,9 +1127,7 @@ sub IsPassword {
 my $self  = shift;
 my $value = shift;
 
-#TODO there isn't any apparent way to legitimately ACL this
-
-# RT does not allow null passwords 
+# RT does not allow null passwords
 if ( ( !defined($value) ) or ( $value eq '' ) ) {
 return (undef);
 }
@@ -1136,23 +1142,32 @@ sub IsPassword {
 return(undef);
  }
 
-# generate an md5 password 
-if ($self-_GeneratePassword($value) eq $self-__Value('Password')) {
-return(1);
-}
-
-#  if it's a historical password we say ok.
-if ($self-__Value('Password') eq crypt($value, $self-__Value('Password'))
-or $self-_GeneratePasswordBase64($value) eq $self-__Value('Password'))
-{
-# ...but upgrade the legacy password inplace.
-$self-SUPER::SetPassword( $self-_GeneratePassword($value) );
-return(1);
+my $stored = $self-__Value('Password');
+if (length $stored == 40) {
+# The truncated SHA256(salt,MD5(passwd)) form from 2010/12 is 40 characters long
+my $hash = MIME::Base64::decode_base64($stored);
+# The first 4 bytes are the salt, the rest is substr(SHA256,0,26)
+my $salt = substr($hash, 0, 4, );
+return substr(Digest::SHA::sha256($salt . Digest::MD5::md5($value)), 0, 26) eq $hash;
+} elsif (length $stored == 32) {
+# Hex nonsalted-md5
+return 0 unless Digest::MD5::md5_hex(Encode::encode_utf8($value)) eq $stored;
+} elsif (length $stored == 22) {
+# Base64 nonsalted-md5
+return 0 unless Digest::MD5::md5_base64(Encode::encode_utf8($value)) eq $stored;
+} elsif (length $stored == 13) {
+# crypt() output
+return 0 unless crypt(Encode::encode_utf8($value), $stored) eq $stored;
+} else {
+$RT::Logger-warn(Unknown password form);
+return 0;
 }
 
-# no password check has succeeded. get out
-
-return (undef);
+# We got here by validating successfully, but with a legacy
+# password form.  Update to the most recent form.
+my $obj = $self-isa(RT::CurrentUser) ? $self-UserObj : $self;
+$obj-_Set(Field = 'Password', Value =  $self-_GeneratePassword($value) );
+return 1;
 }
 
 # }}}
From f0aacc11df5a13db3f55c643783753ed64d8bea0 Mon Sep 17 00:00:00 2001
From: Xavier Bachelot xav...@bachelot.org
Date: Tue, 25 Jan 2011 23:25:52 +0100
Subject: [PATCH] Patch for CVE-2011-0009

---
 rt3-3.8.8-salted_passwords.patch |  269 ++
 1 files changed, 269 insertions(+), 0 deletions(-)
 create mode 100644 rt3-3.8.8-salted_passwords.patch

diff --git a/rt3-3.8.8-salted_passwords.patch b/rt3-3.8.8-salted_passwords.patch
new file mode 100644
index 000..76d27f2
--- /dev/null
+++ b/rt3-3.8.8-salted_passwords.patch
@@ -0,0 +1,269 @@
+--- rt-3.8.8/UPGRADING
 rt-3.8.8/UPGRADING
+@@ -18,6 +18,18 @@
+ well.
+ 
+ ***
++UPGRADING FROM 3.8.8 and earlier - Changes:
++
++Previous versions of RT used a password hashing scheme which was too
++easy to reverse, which could allow attackers with read access to the
++RT database to possibly compromise users' passwords.  Even if RT does
++no password authentication itself, it may still store these weak
++password hashes -- using ExternalAuth does not guarantee that you are
++not vulnerable!  To upgrade stored passwords to a stronger hash, run:
++
++perl etc/upgrade/vulnerable-passwords
++
++
+ UPGRADING FROM 3.8.7 and earlier - Changes:
+ 
+ RT's ChartFont option has been changed from a string to a hash which

[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #4 from Petr Pisar ppi...@redhat.com 2011-01-26 04:36:30 EST ---
Thank you very much, post them for review, 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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #5 from Paul Howarth p...@city-fan.org 2011-01-26 05:47:54 EST ---
Created attachment 475362
  -- https://bugzilla.redhat.com/attachment.cgi?id=475362
Patch updating perl-version to 0.88

Module::Metadata needs perl(version) = 0.87

This patch updates perl-version to 0.88 but as there seems to be some debate
about the dual-living of perl-version (see Bug #633775) and this change isn't
just a plain version update and it's not my package, I'm attaching it here for
review rather than just applying it.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Depends on||672779

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Parse-CPAN-Meta/el5/master] (15 commits) ...Initial EPEL 4/5 release cloned from F-12 version

2011-01-26 Thread Paul Howarth
Summary of changes:

  e4cafc6... Initialize branch EL-4 for perl-Parse-CPAN-Meta (*)
  a661764... Import. (*)
  debb4b8... Update to 0.04. Update Source0 URL. Add version to Test::Mo (*)
  a2b93b0... - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass (*)
  21fab60... - Upstream update. (*)
  65cbc10... - auto-update to 1.39 (by cpan-spec-update 0.01) (*)
  511579a... - Bump for F12 mass rebuild (*)
  75568fb... Initialize branch F-12 for perl-Parse-CPAN-Meta (*)
  f0fcf55... sync with rawhide (*)
  1340e69... Fix typo that causes a failure to update the common directo (*)
  6c95d8f... Fix typo that causes a failure to update the common directo (*)
  c2b7a7e... dist-git conversion (*)
  d3cab27... dist-git conversion (*)
  61832b0... Initial EPEL 4/5 release cloned from F-12 version
  4be7dad... Initial EPEL 4/5 release cloned from F-12 version

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Parse-CPAN-Meta/el5/master: 14/15] Initial EPEL 4/5 release cloned from F-12 version

2011-01-26 Thread Paul Howarth
commit 61832b0ca33f5701a87df79395764fa6ef857c92
Merge: f13336f d3cab27
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jan 26 11:31:39 2011 +

Initial EPEL 4/5 release cloned from F-12 version

 .gitignore|1 +
 perl-Parse-CPAN-Meta.spec |   72 +
 sources   |1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
diff --cc .gitignore
index e69de29,1e7923a..872865b
--- a/.gitignore
+++ b/.gitignore
@@@ -1,0 -1,1 +1,1 @@@
 -Parse-CPAN-Meta-1.40.tar.gz
++/Parse-CPAN-Meta-1.40.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Parse-CPAN-Meta/el5/master: 15/15] Initial EPEL 4/5 release cloned from F-12 version

2011-01-26 Thread Paul Howarth
commit 4be7dad815687948091117afffd134aecfa53d77
Merge: c2b7a7e 61832b0
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jan 26 11:33:26 2011 +

Initial EPEL 4/5 release cloned from F-12 version

 .gitignore|1 +
 perl-Parse-CPAN-Meta.spec |   72 +
 sources   |1 +
 3 files changed, 74 insertions(+), 0 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Parse-CPAN-Meta/el4/master] (15 commits) ...Initial EPEL 4/5 release cloned from F-12 version

2011-01-26 Thread Paul Howarth
Summary of changes:

  3b5c82b... Initialize branch EL-5 for perl-Parse-CPAN-Meta (*)
  a661764... Import. (*)
  debb4b8... Update to 0.04. Update Source0 URL. Add version to Test::Mo (*)
  a2b93b0... - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass (*)
  21fab60... - Upstream update. (*)
  65cbc10... - auto-update to 1.39 (by cpan-spec-update 0.01) (*)
  511579a... - Bump for F12 mass rebuild (*)
  75568fb... Initialize branch F-12 for perl-Parse-CPAN-Meta (*)
  f0fcf55... sync with rawhide (*)
  6c95d8f... Fix typo that causes a failure to update the common directo (*)
  4dda7d8... Fix typo that causes a failure to update the common directo (*)
  d3cab27... dist-git conversion (*)
  f13336f... dist-git conversion (*)
  61832b0... Initial EPEL 4/5 release cloned from F-12 version (*)
  4be7dad... Initial EPEL 4/5 release cloned from F-12 version (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Parse-CPAN-Meta] Created tag perl-Parse-CPAN-Meta-1.40-1.el4

2011-01-26 Thread Paul Howarth
The lightweight tag 'perl-Parse-CPAN-Meta-1.40-1.el4' was created pointing to:

 4be7dad... Initial EPEL 4/5 release cloned from F-12 version
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Parse-CPAN-Meta] Created tag perl-Parse-CPAN-Meta-1.40-1.el5

2011-01-26 Thread Paul Howarth
The lightweight tag 'perl-Parse-CPAN-Meta-1.40-1.el5' was created pointing to:

 4be7dad... Initial EPEL 4/5 release cloned from F-12 version
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta/el5/master] (16 commits) ...Initial EPEL 4/5 release, based on F-14 version

2011-01-26 Thread Paul Howarth
Summary of changes:

  97f8eee... Initialize branch EL-4 for perl-Test-CPAN-Meta (*)
  fc2aeec... Import. (*)
  d2b73a8... Update to 0.11. (*)
  11a0fc5... Update to 0.12. BR Test::Builder and Test::Builder::Tester. (*)
  c9512b0... - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass (*)
  4c2dd06... - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass (*)
  07de5aa... - update to new upstream release (*)
  86c0477... Fix typo that causes a failure to update the common directo (*)
  358606c... Fix typo that causes a failure to update the common directo (*)
  d5dfbf5... - rebuild against perl 5.10.1 (*)
  3355960... - Mass rebuild with perl-5.12.0 (*)
  b5b0f83... dist-git conversion (*)
  1413f51... dist-git conversion (*)
  8af702e... Update to 0.17 (*)
  8dc7881... Initial EPEL 4/5 release, based on F-14 version
  8827c41... Initial EPEL 4/5 release, based on F-14 version

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta/el5/master: 16/16] Initial EPEL 4/5 release, based on F-14 version

2011-01-26 Thread Paul Howarth
commit 8827c4146ea53c017e482fb9fa6a3fc8b2aa2319
Merge: b5b0f83 8dc7881
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jan 26 12:00:06 2011 +

Initial EPEL 4/5 release, based on F-14 version

 .gitignore   |1 +
 perl-Test-CPAN-Meta.spec |   98 ++
 sources  |1 +
 3 files changed, 100 insertions(+), 0 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta/el4/master] (16 commits) ...Initial EPEL 4/5 release, based on F-14 version

2011-01-26 Thread Paul Howarth
Summary of changes:

  f462979... Initialize branch EL-5 for perl-Test-CPAN-Meta (*)
  fc2aeec... Import. (*)
  d2b73a8... Update to 0.11. (*)
  11a0fc5... Update to 0.12. BR Test::Builder and Test::Builder::Tester. (*)
  c9512b0... - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass (*)
  4c2dd06... - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass (*)
  07de5aa... - update to new upstream release (*)
  86c0477... Fix typo that causes a failure to update the common directo (*)
  6facbbd... Fix typo that causes a failure to update the common directo (*)
  d5dfbf5... - rebuild against perl 5.10.1 (*)
  3355960... - Mass rebuild with perl-5.12.0 (*)
  1abed84... dist-git conversion (*)
  1413f51... dist-git conversion (*)
  8af702e... Update to 0.17 (*)
  8dc7881... Initial EPEL 4/5 release, based on F-14 version (*)
  8827c41... Initial EPEL 4/5 release, based on F-14 version (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-CPAN-Meta/el5/master: 15/16] Initial EPEL 4/5 release, based on F-14 version

2011-01-26 Thread Paul Howarth
commit 8dc7881216097e19defaba9b9ea5332358810a80
Merge: 1abed84 8af702e
Author: Paul Howarth p...@city-fan.org
Date:   Wed Jan 26 11:58:44 2011 +

Initial EPEL 4/5 release, based on F-14 version

 .gitignore   |1 +
 perl-Test-CPAN-Meta.spec |   98 ++
 sources  |1 +
 3 files changed, 100 insertions(+), 0 deletions(-)
---
diff --cc .gitignore
index e69de29,22a579d..e356099
--- a/.gitignore
+++ b/.gitignore
@@@ -1,0 -1,1 +1,1 @@@
 -Test-CPAN-Meta-0.17.tar.gz
++/Test-CPAN-Meta-0.17.tar.gz
diff --cc perl-Test-CPAN-Meta.spec
index 000,4d341cf..173ea42
mode 00,100644..100644
--- a/perl-Test-CPAN-Meta.spec
+++ b/perl-Test-CPAN-Meta.spec
@@@ -1,0 -1,98 +1,98 @@@
+ Name:   perl-Test-CPAN-Meta
+ Version:0.17
+ Release:1%{?dist}
+ Summary:Validation of the META.yml file in a CPAN distribution
+ License:GPL+ or Artistic
+ Group:  Development/Libraries
+ URL:http://search.cpan.org/dist/Test-CPAN-Meta/
+ Source0:
http://www.cpan.org/authors/id/B/BA/BARBIE/Test-CPAN-Meta-%{version}.tar.gz
+ BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ BuildArch:  noarch
+ BuildRequires:  perl(ExtUtils::MakeMaker)
+ BuildRequires:  perl(Parse::CPAN::Meta) = 0.02
+ BuildRequires:  perl(Test::Builder)
+ BuildRequires:  perl(Test::Builder::Tester)
 -BuildRequires:  perl(Test::More) = 0.70
 -BuildRequires:  perl(Test::Pod) = 1.00
 -BuildRequires:  perl(Test::Pod::Coverage) = 0.08
++BuildRequires:  perl(Test::More)
++BuildRequires:  perl(Test::Pod)
++BuildRequires:  perl(Test::Pod::Coverage)
+ Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+ 
+ %description
+ This module was written to ensure that a META.yml file, provided with a
+ standard distribution uploaded to CPAN, meets the specifications that are
+ slowly being introduced to module uploads, via the use of package makers
+ and installers such as ExtUtils::MakeMaker, Module::Build and
+ Module::Install.
+ 
+ %prep
+ %setup -q -n Test-CPAN-Meta-%{version}
+ 
+ iconv -f iso-8859-1 -t utf-8 LICENSE  LICENSE.tmp
+ mv -f LICENSE.tmp LICENSE
+ 
+ %build
+ %{__perl} Makefile.PL INSTALLDIRS=vendor
+ make %{?_smp_mflags}
+ 
+ %install
+ rm -rf $RPM_BUILD_ROOT
+ 
+ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+ 
+ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+ 
+ %{_fixperms} $RPM_BUILD_ROOT/*
+ 
+ %check
+ make test AUTOMATED_TESTING=1
+ 
+ %clean
+ rm -rf $RPM_BUILD_ROOT
+ 
+ %files
+ %defattr(-,root,root,-)
+ %doc Artistic Changes LICENSE README examples/
+ %{perl_vendorlib}/*
+ %{_mandir}/man3/*
+ 
+ %changelog
+ * Sat Jul 31 2010 Paul Howarth p...@city-fan.org - 0.17-1
+ - Update to 0.17
+   - Fix RT#46473: license url with fragment part
+   - Fix RT#47393: optional_features as map rather than list
+   - Renamed word() to keyword()
+   - Added identifier() validation
+   - Changed optional_features key from a keyword to an identifier type
+   - Clarified spec defined and user defined keys
+   - Fixed qr// delimiters due to issues with the NOT SIGN symbol
+ 
+ * Thu May 06 2010 Marcela Maslanova mmasl...@redhat.com - 0.13-3
+ - Mass rebuild with perl-5.12.0
+ 
+ * Fri Dec  4 2009 Stepan Kasal ska...@redhat.com - 0.13-2
+ - rebuild against perl 5.10.1
+ 
+ * Wed Oct  7 2009 Marcela Mašláňová mmasl...@redhat.com - 0.13-1
+ - update to new upstream release
+ 
+ * Sun Jul 26 2009 Fedora Release Engineering 
rel-...@lists.fedoraproject.org - 0.12-3
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+ 
+ * Thu Feb 26 2009 Fedora Release Engineering 
rel-...@lists.fedoraproject.org - 0.12-2
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+ 
+ * Tue Jul 01 2008 Steven Pritchard st...@kspei.com 0.12-1
+ - Update to 0.12.
+ - BR Test::Builder and Test::Builder::Tester.
+ 
+ * Wed Jun 04 2008 Steven Pritchard st...@kspei.com 0.11-1
+ - Update to 0.11.
+ 
+ * Fri May 16 2008 Steven Pritchard st...@kspei.com 0.10-1
+ - Specfile autogenerated by cpanspec 1.75.
+ - Enable author tests.
+ - Add examples to docs.
+ - BR Test::More.
+ - Convert LICENSE to UTF-8.
+ - Drop bogus Requires.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Test-Portability-Files] Created tag perl-Test-Portability-Files-0.05-3.el4

2011-01-26 Thread Paul Howarth
The lightweight tag 'perl-Test-Portability-Files-0.05-3.el4' was created 
pointing to:

 fafdebb... dist-git conversion
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-RPM2

2011-01-26 Thread buildsys


perl-RPM2 has broken dependencies in the rawhide tree:
On x86_64:
perl-RPM2-0.68-9.fc15.x86_64 requires librpmio.so.1()(64bit)
perl-RPM2-0.68-9.fc15.x86_64 requires librpm.so.1()(64bit)
On i386:
perl-RPM2-0.68-9.fc15.i686 requires librpm.so.1
perl-RPM2-0.68-9.fc15.i686 requires librpmio.so.1
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Depends on||672801

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672665] perl-Module-Build-0.3622 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 Depends on||672807

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Patch: Adding tapset and example to make use of perl probe points

2011-01-26 Thread Marcela Mašláňová
On 01/25/2011 10:55 PM, Lukas Berk wrote:
 This patch adds a systemtap tapset and example to be installed with 
 perl-devel.  The benefit of this is being able to make use of the 
 recently enabled probe points.  You are able to probe subroutine 
 call/return, the file the subroutine was defined in, and line number.
 
 These new files are only installed if the user has the perl-devel
 installed.  Regular perl-5.12.3 users will not be effected by this change.
 
 This patch was tested on Fedora 14 i386 and x86_64 as well as Fedora
 Rawhide i386 and x86_64.  No regressions were found.  The changes were
 tested by first upgrading perl-5.12.3-148 to perl-5.12.3-149 and
 checking that no new files were installed.  Once this had been ensured,
 perl-devel-5.12.3-149 was installed, first checking that the files had
 been placed in their correct locations, and subsequently that the tapset
 and example both worked as expected.
 
 Lukas Berk
Hello,
could you please sent your patch (without specfile part) to upstream?
The best way will be sent bug report with this patch. It would be nice
if they accept it in 5.13 branch.
Best regards,
Marcela

-- 
Marcela Mašláňová
BaseOS team Brno
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[dspam] remove ghosting

2011-01-26 Thread Nathanael Noblet
commit 286d34c76e82c99dcd47c2b8aa97ffb25265cc4b
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 11:52:10 2011 -0700

remove ghosting

 dspam.spec |5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/dspam.spec b/dspam.spec
index 334e412..0bec852 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -292,8 +292,8 @@ exit 0
 %attr(0770,%{dspam_user},%{dspam_group}) %dir %{dspam_homedir}/data
 %dir %{dspam_homedir}/txt/
 %config(noreplace) %{dspam_homedir}/txt/*
-%ghost %attr(0770,%{dspam_user},%{dspam_group}) %dir %{_var}/run/dspam
-%ghost %{_var}/lock/subsys/dspam
+%attr(0770,%{dspam_user},%{dspam_group}) %dir %{_var}/run/dspam
+%{_var}/lock/subsys/dspam
 %{_sysconfdir}/cron.daily/dspam
 %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/sysconfig/dspam
 %config(noreplace) %{_sysconfdir}/logrotate.d/dspam
@@ -368,6 +368,7 @@ exit 0
 %changelog
 * Wed Jan 26 2011 Nathanael Noblet nathan...@gnat.ca - 3.9.0-12
 - Patch config  doc defaults to put the socket in /var/run/dspam
+- remove ghosting
 
 * Tue Nov 23 2010 Nathanael Noblet nathan...@gnat.ca - 3.9.0-11
 - Updated for var-run-tmpfs feature
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam] remove ghosting

2011-01-26 Thread Nathanael Noblet
commit 22586988c3b7afaf8418980f7d5d5fa597b09363
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 11:55:59 2011 -0700

remove ghosting

 dspam.spec |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/dspam.spec b/dspam.spec
index 0bec852..d38df0d 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -293,7 +293,6 @@ exit 0
 %dir %{dspam_homedir}/txt/
 %config(noreplace) %{dspam_homedir}/txt/*
 %attr(0770,%{dspam_user},%{dspam_group}) %dir %{_var}/run/dspam
-%{_var}/lock/subsys/dspam
 %{_sysconfdir}/cron.daily/dspam
 %config(noreplace) %attr(0600,root,root) %{_sysconfdir}/sysconfig/dspam
 %config(noreplace) %{_sysconfdir}/logrotate.d/dspam
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/f14/master] (8 commits) ...merged with master

2011-01-26 Thread Nathanael Noblet
Summary of changes:

  1b26349... - Rebuilt for gcc bug 634757 (*)
  32b6315... Added %ghost lines for /var/run/dspam and /var/lock/subsyst (*)
  954369c... bump releasever for rebuild (*)
  353d17a... docs and socket patches (*)
  b0bf55a... forgot to bump the release (*)
  286d34c... remove ghosting (*)
  2258698... remove ghosting (*)
  26d4f61... merged with master

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/f14/master: 8/8] merged with master

2011-01-26 Thread Nathanael Noblet
commit 26d4f61d7df0a44b98e84b95734365bb6b9e44a3
Merge: d7a56e1 2258698
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 11:59:40 2011 -0700

merged with master

 dspam-3.9.0-docs.patch  |   45 +++
 dspam-3.9.0-dspamsock.patch |   19 ++
 dspam.spec  |   15 -
 3 files changed, 77 insertions(+), 2 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/el5/master] (8 commits) ...Merge remote branch 'origin/master' into el5/master

2011-01-26 Thread Nathanael Noblet
Summary of changes:

  1b26349... - Rebuilt for gcc bug 634757 (*)
  32b6315... Added %ghost lines for /var/run/dspam and /var/lock/subsyst (*)
  954369c... bump releasever for rebuild (*)
  353d17a... docs and socket patches (*)
  b0bf55a... forgot to bump the release (*)
  286d34c... remove ghosting (*)
  2258698... remove ghosting (*)
  dd6fe8f... Merge remote branch 'origin/master' into el5/master

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 667318] Upgrade to new upstream version

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #4 from Fedora Update System upda...@fedoraproject.org 2011-01-26 
14:02:45 EST ---
perl-Net-STOMP-Client-0.9.5-1.el5 has been pushed to the Fedora EPEL 5 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 667318] Upgrade to new upstream version

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Net-STOMP-Client-0.9.5
   ||-1.el5
 Resolution||ERRATA
Last Closed||2011-01-26 14:02:50

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/el6/master] (8 commits) ...Merge remote branch 'origin/master' into el6/master

2011-01-26 Thread Nathanael Noblet
Summary of changes:

  1b26349... - Rebuilt for gcc bug 634757 (*)
  32b6315... Added %ghost lines for /var/run/dspam and /var/lock/subsyst (*)
  954369c... bump releasever for rebuild (*)
  353d17a... docs and socket patches (*)
  b0bf55a... forgot to bump the release (*)
  286d34c... remove ghosting (*)
  2258698... remove ghosting (*)
  0ebdcd2... Merge remote branch 'origin/master' into el6/master

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/el6/master: 8/8] Merge remote branch 'origin/master' into el6/master

2011-01-26 Thread Nathanael Noblet
commit 0ebdcd2b568f44875d30eaf1ed2b5545945d006a
Merge: 45fc273 2258698
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 12:34:42 2011 -0700

Merge remote branch 'origin/master' into el6/master

 dspam-3.9.0-docs.patch  |   45 +++
 dspam-3.9.0-dspamsock.patch |   19 ++
 dspam.spec  |   16 ++-
 3 files changed, 79 insertions(+), 1 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #3 from Matej Cepl mc...@redhat.com 2011-01-26 15:34:49 EST ---
(In reply to comment #2)
 I'll take a look.. I put it in /usr/share/dspam as other projects like drupal
 and wordpress place their files there...

Yes, however I am a complete newbie in working with apache, so I haven't
managed to make SuExec working outside of VirtualServer. Of course, I would
much prefer to have https://server/spam/ on the same server as main webmail.

I'll investigate it a little bit

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 667318] Upgrade to new upstream version

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #5 from Fedora Update System upda...@fedoraproject.org 2011-01-26 
15:57:25 EST ---
perl-Net-STOMP-Client-0.9.5-1.fc14 has been pushed to the Fedora 14 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam] fix for dspam-web cgi not being executed

2011-01-26 Thread Nathanael Noblet
commit 13b6e5fbf781941063cd9c4e1fe827f9e3c4acdf
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 14:04:10 2011 -0700

fix for dspam-web cgi not being executed

 dspam-web.conf |3 ++-
 dspam.spec |5 -
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/dspam-web.conf b/dspam-web.conf
index 650f0f7..0cf00b9 100644
--- a/dspam-web.conf
+++ b/dspam-web.conf
@@ -3,6 +3,7 @@
 #
 Alias /dspam /usr/share/dspam-web
 Directory /usr/share/dspam-web
+AddHandler cgi-script .cgi
 DirectoryIndex  dspam.cgi
 AllowOverride   None
 Options ExecCGI
@@ -12,4 +13,4 @@ Alias /dspam /usr/share/dspam-web
 AuthNameDSPAM WebUI login
 Require valid-user
 #AuthUserFile   /path/to/dspam-htpasswd
-/Directory
\ No newline at end of file
+/Directory
diff --git a/dspam.spec b/dspam.spec
index d38df0d..e779612 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -9,7 +9,7 @@
 Summary:A library and Mail Delivery Agent for Bayesian SPAM 
filtering
 Name:   dspam
 Version:3.9.0
-Release:12%{?dist}
+Release:13%{?dist}
 License:GPLv2
 Group:  System Environment/Daemons
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -365,6 +365,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Jan 26 2011 Nathanael Noblet nathan...@gnat.ca - 3.9.0-13
+- Fixed dspam-web cgi bug
+
 * Wed Jan 26 2011 Nathanael Noblet nathan...@gnat.ca - 3.9.0-12
 - Patch config  doc defaults to put the socket in /var/run/dspam
 - remove ghosting
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/f14/master] (2 commits) ...Merge remote branch 'origin/master' into f14/master

2011-01-26 Thread Nathanael Noblet
Summary of changes:

  13b6e5f... fix for dspam-web cgi not being executed (*)
  6003316... Merge remote branch 'origin/master' into f14/master

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/el5/master] (2 commits) ...Merge remote branch 'origin/master' into el5/master

2011-01-26 Thread Nathanael Noblet
Summary of changes:

  13b6e5f... fix for dspam-web cgi not being executed (*)
  8ad2cba... Merge remote branch 'origin/master' into el5/master

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/el5/master: 2/2] Merge remote branch 'origin/master' into el5/master

2011-01-26 Thread Nathanael Noblet
commit 8ad2cba5514c237adf82235d83388d8e19e9db6c
Merge: dd6fe8f 13b6e5f
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 14:09:28 2011 -0700

Merge remote branch 'origin/master' into el5/master

 dspam-web.conf |3 ++-
 dspam.spec |5 -
 2 files changed, 6 insertions(+), 2 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/el6/master] (2 commits) ...Merge remote branch 'origin/master' into el6/master

2011-01-26 Thread Nathanael Noblet
Summary of changes:

  13b6e5f... fix for dspam-web cgi not being executed (*)
  cdc77fe... Merge remote branch 'origin/master' into el6/master

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam/el6/master: 2/2] Merge remote branch 'origin/master' into el6/master

2011-01-26 Thread Nathanael Noblet
commit cdc77fe7931329e486d470738a88eb42a657ebb2
Merge: 0ebdcd2 13b6e5f
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 14:10:30 2011 -0700

Merge remote branch 'origin/master' into el6/master

 dspam-web.conf |3 ++-
 dspam.spec |5 -
 2 files changed, 6 insertions(+), 2 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #5 from Fedora Update System upda...@fedoraproject.org 2011-01-26 
16:16:37 EST ---
dspam-3.9.0-13.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/dspam-3.9.0-13.fc14

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Nathanael Noblet nathan...@gnat.ca changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #4 from Nathanael Noblet nathan...@gnat.ca 2011-01-26 16:15:25 
EST ---
So I've found the issue - a build is in the works to fix it.

/etc/httpd/conf.d/dspam-web.conf needs to have  AddHandler cgi-script .cgi
within the Directory tags. Since the file is marked as a no replace config
file my update won't 'fix' your previously installed copy. However will allow
it to work out of the box in the proper location.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Wx-0.98.tar.gz uploaded to lookaside cache by spot

2011-01-26 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Wx:

693c873b9b0c44136f79dd194a44da37  Wx-0.98.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Wx] 0.98

2011-01-26 Thread Tom Callaway
commit 3c01fcf1768b8a06e73c335df4a9c8a785417ae8
Author: Tom spot Callaway tcall...@redhat.com
Date:   Wed Jan 26 16:22:26 2011 -0500

0.98

 .gitignore   |1 +
 perl-Wx.spec |   10 +++---
 sources  |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c98fba0..4175cfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Wx-0.92.tar.gz
+/Wx-0.98.tar.gz
diff --git a/perl-Wx.spec b/perl-Wx.spec
index c2f7b1f..43ba72e 100644
--- a/perl-Wx.spec
+++ b/perl-Wx.spec
@@ -5,8 +5,8 @@
 #
 
 Name:   perl-Wx
-Version:0.92
-Release:5%{?dist}
+Version:0.98
+Release:1%{?dist}
 Summary:Interface to the wxWidgets cross-platform GUI toolkit
 
 Group:  Development/Libraries
@@ -19,7 +19,8 @@ BuildRequires:  wxGTK-devel
 BuildRequires:  perl(Alien::wxWidgets) = 0.25
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(ExtUtils::MakeMaker) = 6.21
-BuildRequires:  perl(ExtUtils::XSpp)
+BuildRequires:  perl(ExtUtils::ParseXS) = 2.2203
+BuildRequires:  perl(ExtUtils::XSpp::Cmd)
 BuildRequires:  perl(Module::Info)
 BuildRequires:  perl(Test::More), perl(Test::Harness)
 BuildRequires:  perl(Test::Pod)
@@ -96,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 26 2011 Tom Callaway s...@fedoraproject.org - 0.98-1
+- update to 0.98
+
 * Thu Dec 23 2010 Marcela Maslanova mmasl...@redhat.com - 0.92-5
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 289e965..08d442a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-273a8770f290a66026bf6ea15060b6ae  Wx-0.92.tar.gz
+693c873b9b0c44136f79dd194a44da37  Wx-0.98.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #6 from Fedora Update System upda...@fedoraproject.org 2011-01-26 
16:18:56 EST ---
dspam-3.9.0-13.el5 has been submitted as an update for Fedora EPEL 5.
https://admin.fedoraproject.org/updates/dspam-3.9.0-13.el5

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[dspam] docs and socket patches

2011-01-26 Thread Nathanael Noblet
commit 353d17a5af56614eff18aa5654075cddabd61156
Author: Nathanael D. Noblet nathan...@gnat.ca
Date:   Wed Jan 26 11:41:21 2011 -0700

docs and socket patches

 dspam-3.9.0-docs.patch  |   45 +++
 dspam-3.9.0-dspamsock.patch |   19 ++
 dspam.spec  |7 ++
 3 files changed, 71 insertions(+), 0 deletions(-)
---
diff --git a/dspam-3.9.0-docs.patch b/dspam-3.9.0-docs.patch
new file mode 100644
index 000..46f6bb9
--- /dev/null
+++ b/dspam-3.9.0-docs.patch
@@ -0,0 +1,45 @@
+--- doc/postfix.txt2009-12-14 18:10:46.0 -0700
 doc/postfix.txt.new2011-01-26 11:23:42.595147369 -0700
+@@ -34,10 +34,10 @@
+ ServerModeauto
+ ServerParameters  --deliver=innocent
+ ServerIdent   localhost.localdomain
+-ServerPID /var/run/dspam.pid
+-ServerDomainSocketPath/tmp/dspam.sock
++ServerPID /var/run/dspam/dspam.pid
++ServerDomainSocketPath/var/run/dspam/dspam.sock
+ 
+-  This will tell DSPAM to listen on /tmp/dspam.sock using the options above.
++  This will tell DSPAM to listen on /var/run/dspam/dspam.sock using the 
options above.
+ 
+   You'll also need to configure DSPAM to pass the good mail back into Postfix.
+   Comment out any TrustedDeliveryAgent option in dspam.conf and replace it
+@@ -81,7 +81,7 @@
+   To:
+ 
+ smtp  inet  n   -   n   -   -smtpd
+-  -o content_filter=lmtp:unix:/tmp/dspam.sock
++  -o content_filter=lmtp:unix:/var/run/dspam/dspam.sock
+ 
+   This tells Postfix to send all mail to DSPAM for content filtering.
+ 
+--- doc/relay.txt  2009-12-14 18:10:46.0 -0700
 doc/relay.txt.new  2011-01-26 11:24:43.113030462 -0700
+@@ -68,7 +68,7 @@
+ ServerModestandard
+ ServerParameters  --deliver=innocent
+ ServerIdent   localhost.localdomain
+-ServerDomainSocketPath/tmp/dspam.sock
++ServerDomainSocketPath/var/run/dspam/dspam.sock
+ 
+ You'll also want to use the following ParseToHeader parameters:
+ 
+@@ -88,7 +88,7 @@
+ this and add MySQL support for virtual_mailbox_domains, but you'll need to
+ maintain your own database table for that.
+ 
+-virtual_transport = lmtp:unix:/tmp/dspam.sock
++virtual_transport = lmtp:unix:/var/run/dspam/dspam.sock
+ virtual_mailbox_domains   = example.com
+ virtual_mailbox_maps  = mysql:/etc/postfix/vmailbox.cf
+ 
diff --git a/dspam-3.9.0-dspamsock.patch b/dspam-3.9.0-dspamsock.patch
new file mode 100644
index 000..4c15bea
--- /dev/null
+++ b/dspam-3.9.0-dspamsock.patch
@@ -0,0 +1,19 @@
+--- src/dspam.conf.in  2010-01-11 14:21:58.0 -0700
 src/dspam.conf.in.new  2011-01-26 11:21:01.667508786 -0700
+@@ -814,14 +814,14 @@
+ # you are running the client and server on the same machine, as it eliminates
+ # much of the bandwidth overhead.
+ #
+-#ServerDomainSocketPath   /tmp/dspam.sock
++#ServerDomainSocketPath   /var/run/dspam/dspam.sock
+ 
+ #
+ # Client Mode: If you are running DSPAM in client/server mode, uncomment and
+ # set these variables. A ClientHost beginning with a / will be treated as
+ # a domain socket.
+ #
+-#ClientHost   /tmp/dspam.sock
++#ClientHost   /var/run/dspam/dspam.sock
+ #ClientIdent  secret@Relay1
+ #
+ #ClientHost   127.0.0.1
diff --git a/dspam.spec b/dspam.spec
index ded776f..bc20193 100644
--- a/dspam.spec
+++ b/dspam.spec
@@ -21,6 +21,8 @@ Source5:dspam-front
 Source6:dspam-sysconfig
 Source99:   dspam-filter-requires.sh
 Patch0: dspam-3.9.0-file-name.patch
+Patch1:dspam-3.9.0-docs.patch
+Patch2:dspam-3.9.0-dspamsock.patch
 URL:http://www.nuclearelephant.com/
 # kept to be able to build EPEL versions
 Buildroot:  %(mktemp -ud 
%{_tmppath}/%{name}-%{version}-%{release}-XX)
@@ -130,6 +132,8 @@ Web-based interface for DSPAM's powerful Anti-Spam engine.
 
 %setup -q
 %patch0 -p1
+%patch1 -p0
+%patch2 -p0
 
 %build
 sh ./autogen.sh
@@ -362,6 +366,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/dspam-web.conf
 
 %changelog
+* Wed Jan 26 2011 Nathanael Noblet nathan...@gnat.ca - 3.9.0-12
+- Patch config  doc defaults to put the socket in /var/run/dspam
+
 * Tue Nov 23 2010 Nathanael Noblet nathan...@gnat.ca - 3.9.0-11
 - Updated for var-run-tmpfs feature
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[rt3/el5/master] CVE-2011-0009

2011-01-26 Thread Xavier Bachelot
commit d9fc10e06f0d79ec6315ed8a21e4266a1311d798
Author: Xavier Bachelot xav...@bachelot.org
Date:   Wed Jan 26 19:39:58 2011 +0100

CVE-2011-0009

 rt3-3.6.10-salted_passwords.patch |  254 +
 rt3.spec  |8 +-
 2 files changed, 261 insertions(+), 1 deletions(-)
---
diff --git a/rt3-3.6.10-salted_passwords.patch 
b/rt3-3.6.10-salted_passwords.patch
new file mode 100644
index 000..f826269
--- /dev/null
+++ b/rt3-3.6.10-salted_passwords.patch
@@ -0,0 +1,254 @@
+diff -Naur rt-3.6.10.orig/configure rt-3.6.10/configure
+--- rt-3.6.10.orig/configure   2009-11-30 19:47:53.0 +0100
 rt-3.6.10/configure2011-01-27 00:15:25.0 +0100
+@@ -2646,6 +2646,8 @@
+ 
+ ac_config_files=$ac_config_files Makefile etc/RT_Config.pm lib/RT.pm 
bin/mason_handler.svc bin/webmux.pl
+ 
++ac_config_files=$ac_config_files etc/upgrade/vulnerable-passwords
++
+ cat confcache \_ACEOF
+ # This file is a shell script that caches the results of configure
+ # tests run on this system so they can be shared between configure
+@@ -3356,6 +3358,7 @@
+ lib/RT.pm) CONFIG_FILES=$CONFIG_FILES lib/RT.pm ;;
+ bin/mason_handler.svc) CONFIG_FILES=$CONFIG_FILES 
bin/mason_handler.svc ;;
+ bin/webmux.pl) CONFIG_FILES=$CONFIG_FILES bin/webmux.pl ;;
++etc/upgrade/vulnerable-passwords) CONFIG_FILES=$CONFIG_FILES 
etc/upgrade/vulnerable-passwords ;;
+ 
+   *) as_fn_error invalid argument: \`$ac_config_target' $LINENO 5;;
+   esac
+@@ -3783,7 +3786,8 @@
+ ;;
+ bin/rt:F) chmod ug+x $ac_file
+ ;;
+-
++etc/upgrade/vulnerable-passwords:F) chmod ug+x $ac_file
++;;
+   esac
+ done # for ac_tag
+ 
+diff -Naur rt-3.6.10.orig/etc/upgrade/vulnerable-passwords.in 
rt-3.6.10/etc/upgrade/vulnerable-passwords.in
+--- rt-3.6.10.orig/etc/upgrade/vulnerable-passwords.in 1970-01-01 
01:00:00.0 +0100
 rt-3.6.10/etc/upgrade/vulnerable-passwords.in  2011-01-27 
00:15:25.0 +0100
+@@ -0,0 +1,93 @@
++#!@PERL@
++
++use strict;
++use warnings;
++
++use lib @LOCAL_LIB_PATH@;
++use lib @RT_LIB_PATH@;
++
++use RT;
++RT::LoadConfig;
++RT::Init;
++
++$| = 1;
++
++use Getopt::Long;
++use Digest::SHA;
++my $fix;
++GetOptions(fix! = \$fix);
++
++use RT::Users;
++my $users = RT::Users-new( $RT::SystemUser );
++$users-Limit(
++FIELD = 'Password',
++OPERATOR = 'IS NOT',
++VALUE = 'NULL',
++ENTRYAGGREGATOR = 'AND',
++);
++$users-Limit(
++FIELD = 'Password',
++OPERATOR = '!=',
++VALUE = '*NO-PASSWORD*',
++ENTRYAGGREGATOR = 'AND',
++);
++$users-Limit(
++FIELD = 'Password',
++OPERATOR = 'NOT STARTSWITH',
++VALUE = '!',
++ENTRYAGGREGATOR = 'AND',
++);
++push @{$users-{'restrictions'}{ main.Password }}, AND, {
++field = 'LENGTH(main.Password)',
++op = '',
++value = '40',
++};
++
++my $count = $users-Count;
++if ($count == 0) {
++print No users with unsalted or weak cryptography found.\n;
++exit 0;
++}
++
++if ($fix) {
++print Upgrading $count users...\n;
++while (my $u = $users-Next) {
++my $stored = $u-__Value(Password);
++my $raw;
++if (length $stored == 32) {
++$raw = pack(H*,$stored);
++} elsif (length $stored == 22) {
++$raw = MIME::Base64::decode_base64($stored);
++} elsif (length $stored == 13) {
++printf %20s = Old crypt() format, cannot upgrade\n, $u-Name;
++} else {
++printf %20s = Unknown password format!\n, $u-Name;
++}
++next unless $raw;
++
++my $salt = pack(C4,map{int rand(256)} 1..4);
++my $sha = Digest::SHA::sha256(
++$salt . $raw
++);
++$u-_Set(
++Field = Password,
++Value = MIME::Base64::encode_base64(
++$salt . substr($sha,0,26), ),
++);
++}
++print Done.\n;
++exit 0;
++} else {
++if ($count  20) {
++print $count users found with unsalted or weak-cryptography 
passwords:\n;
++print   Id | Name\n, -x9, +, -x9, \n;
++while (my $u = $users-Next) {
++printf %8d | %s\n, $u-Id, $u-Name;
++}
++} else {
++print $count users found with unsalted or weak-cryptography 
passwords\n;
++}
++
++print \n, Run again with --fix to upgrade.\n;
++exit 1;
++}
+diff -Naur rt-3.6.10.orig/lib/RT/User_Overlay.pm 
rt-3.6.10/lib/RT/User_Overlay.pm
+--- rt-3.6.10.orig/lib/RT/User_Overlay.pm  2009-11-30 19:45:26.0 
+0100
 rt-3.6.10/lib/RT/User_Overlay.pm   2011-01-27 00:15:25.0 +0100
+@@ -77,6 +77,7 @@
+ 
+ %_USERS_KEY_CACHE = ();
+ 
++use Digest::SHA;
+ use Digest::MD5;
+ use RT::Principals;
+ use RT::ACE;
+@@ -1053,19 +1054,29 @@
+ 
+ }
+ 
+-=head2 _GeneratePassword PASSWORD
++=head2 _GeneratePassword PASSWORD [, SALT]
+ 
+-returns an MD5 hash of the password passed in, in hexadecimal encoding.
++Returns a salted SHA-256 hash of the 

[Bug 672668] perl-Wx-0.98 is available

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Tom spot Callaway tcall...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||RAWHIDE
Last Closed||2011-01-26 18:41:13

--- Comment #1 from Tom spot Callaway tcall...@redhat.com 2011-01-26 
18:41:13 EST ---
0.98-1 is in rawhide.

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 672068] dspam web interface completely broken

2011-01-26 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #9 from Nathanael Noblet nathan...@gnat.ca 2011-01-26 19:07:13 
EST ---
Sorry - why does it need to be SuexecUserGroup? Like I said I don't use the web
front end...

-- 
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.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


  1   2   >