[Test-Announce] 2012-12-12 @ 17:00 UTC - F18 Final Blocker Bug Review #4

2012-12-12 Thread Tim Flink
# F18 Final Blocker Review meeting #4 # Date: 2012-12-12 # Time: 17:00 UTC (12:00 EST, 09:00 PST) # Location: #fedora-bugzappers on irc.freenode.net We'll be running through the final blockers and nice-to-haves. The current list of blocker bugs is available at:

grub2-tools and UEFI/GPT

2012-12-12 Thread Stephan Bergmann
When my UEFI/GPT-based Fedora 17 box refused to boot yesterday, I ran into the following trouble. The disk looked reasonably well from a rescue system, so I naively figured that something might be wrong with its initial sectors, and that grub2-install might magically fix that again. First,

Re: grub2-tools and UEFI/GPT

2012-12-12 Thread Chris Murphy
UEFI is not BIOS. The command you were looking for is grub2-efi-install, whereas grub2-install is for BIOS systems. The package you should already have is grub2-efi. And on UEFI systems there are no boot sectors, there is a partition dedicated for boot managers/loaders as EFI applications

Re: grub2-tools and UEFI/GPT

2012-12-12 Thread Stephan Bergmann
On 12/12/2012 10:39 AM, Chris Murphy wrote: UEFI is not BIOS. The command you were looking for is grub2-efi-install, whereas grub2-install is for BIOS systems. The package you should already have is grub2-efi. And on UEFI systems there are no boot sectors, there is a partition dedicated for

rawhide report: 20121212 changes

2012-12-12 Thread Fedora Rawhide Report
Compose started at Wed Dec 12 08:15:06 UTC 2012 Broken deps for x86_64 -- [ansible] ansible-fireball-0.9-1.fc19.noarch requires python-keyczar ansible-node-fireball-0.9-1.fc19.noarch requires python-keyczar [cp2k]

F-18 Branched report: 20121212 changes

2012-12-12 Thread Fedora Branched Report
Compose started at Wed Dec 12 09:15:53 UTC 2012 Broken deps for x86_64 -- [marble] 1:python-marble-4.9.4-1.fc18.x86_64 requires sip-api(8) = 0:8.1 [python-fedmsg-meta-fedora-infrastructure]

Re: grub2-tools and UEFI/GPT

2012-12-12 Thread Michael Cronenworth
Stephan Bergmann wrote: Then, grub2-install /dev/sda still failed to work with this GPT partition label contains no BIOS Boot Partition; embedding won't be possible. In the end, I managed to get things working again with re-installing Fedora 17 onto itself via CD, which has apparently

Schedule for Wednesday's FESCo meeting (2012-12-12)

2012-12-12 Thread Josh Boyer
Following is the list of topics that will be discussed in the FESCo meeting Wednesday at 17:00UTC (1:00pm EDT, 19:00 CEST) in #fedora-meeting on irc.freenode.net. Links to all tickets below can be found at: https://fedorahosted.org/fesco/report/9 = Followups = #topic #973 raising warning flag

Re: Schedule for Wednesday's FESCo meeting (2012-12-12)

2012-12-12 Thread Matthew Miller
On Wed, Dec 12, 2012 at 09:46:54AM -0500, Josh Boyer wrote: Following is the list of topics that will be discussed in the FESCo meeting Wednesday at 17:00UTC (1:00pm EDT, 19:00 CEST) in #fedora-meeting on irc.freenode.net. I have a lunch thing for a former colleague and may not be back for the

Re: Dealing with static code analysis in Fedora

2012-12-12 Thread Michal Toman
Hi Dave! We have started a similar project in ABRT some year ago. The original purpose was to automatically determine some crash characteristics (security impact, unchecked user input etc.). The overall idea is rebuilding the given package with some compiler plugin and go through the AST

Re: grub2-tools and UEFI/GPT

2012-12-12 Thread Adam Williamson
On Wed, 2012-12-12 at 14:23 +0100, Stephan Bergmann wrote: On 12/12/2012 10:39 AM, Chris Murphy wrote: UEFI is not BIOS. The command you were looking for is grub2-efi-install, whereas grub2-install is for BIOS systems. The package you should already have is grub2-efi. And on UEFI systems

Fedora ARM status meeting 2012-12-12

2012-12-12 Thread Jon Masters
Hello, This week's Fedora ARM status will take place today (Wednesday, Dec 12th) in #fedora-meeting-1 on Freenode. I will run the meeting as Paul is out sick today. Please ping with additional topics on IRC also. Times in various time zones (please let us know if these do not work on an ongoing

[perl-Test-SharedFork] Upstream update.

2012-12-12 Thread corsepiu
commit 36f85aef5752186f7a47eab44400e5c2245d48ef Author: Ralf Corsépius corse...@fedoraproject.org Date: Wed Dec 12 19:29:00 2012 +0100 Upstream update. - Modernize spec. .gitignore|2 +- perl-Test-SharedFork.spec |9 ++--- sources |

[perl-Test-SharedFork/f18] Upstream update.

2012-12-12 Thread corsepiu
Summary of changes: 36f85ae... Upstream update. (*) (*) 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-de...@lists.fedoraproject.org

Re: Dealing with static code analysis in Fedora

2012-12-12 Thread David Malcolm
On Wed, 2012-12-12 at 01:00 -0200, Paulo César Pereira de Andrade wrote: (Thanks; various replies inline below) 2012/12/11 David Malcolm dmalc...@redhat.com: A while back I ran my static checker on all of the Python extension modules in Fedora 17:

Summary/Minutes for today's FESCo meeting (2012-12-12)

2012-12-12 Thread Josh Boyer
=== #fedora-meeting: FESCO (2012-12-12) === Meeting started by jwb at 18:00:16 UTC. The full logs are available at http://meetbot.fedoraproject.org/fedora-meeting/2012-12-12/fesco.2012-12-12-18.00.log.html . Meeting summary

Re: Dealing with static code analysis in Fedora

2012-12-12 Thread David Malcolm
On Wed, 2012-12-12 at 16:46 +0100, Michal Toman wrote: Hi Dave! We have started a similar project in ABRT some year ago. The original purpose was to automatically determine some crash characteristics (security impact, unchecked user input etc.). The overall idea is rebuilding the given

Re: Dealing with static code analysis in Fedora

2012-12-12 Thread Steve Grubb
On Wednesday, December 12, 2012 01:00:36 AM Paulo César Pereira de Andrade wrote: A while back I ran my static checker on all of the Python extension modules in Fedora 17: http://fedoraproject.org/wiki/Features/StaticAnalysisOfPythonRefcounts I wrote various scripts to build the

Re: Dealing with static code analysis in Fedora

2012-12-12 Thread David Malcolm
On Wed, 2012-12-12 at 15:03 -0500, Steve Grubb wrote: On Wednesday, December 12, 2012 01:00:36 AM Paulo César Pereira de Andrade wrote: A while back I ran my static checker on all of the Python extension modules in Fedora 17:

[Bug 876974] CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers [fedora-all]

2012-12-12 Thread bugzilla
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=876974 Petr Pisar ppi...@redhat.com changed: What|Removed |Added Status|CLOSED |ASSIGNED

[Bug 877015] CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers

2012-12-12 Thread bugzilla
Product: Security Response https://bugzilla.redhat.com/show_bug.cgi?id=877015 Bug 877015 depends on bug 876974, which changed state. Bug 876974 Summary: CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers [fedora-all]

[Bug 876974] CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers [fedora-all]

2012-12-12 Thread bugzilla
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=876974 Petr Pisar ppi...@redhat.com changed: What|Removed |Added Status|ASSIGNED|ON_QA ---

File Data-Dumper-2.139.tar.gz uploaded to lookaside cache by ppisar

2012-12-12 Thread Petr Pisar
A file has been added to the lookaside cache for perl-Data-Dumper: eac78867013937b3584754915d5bf35f Data-Dumper-2.139.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Data-Dumper] 2.139 bump

2012-12-12 Thread Petr Pisar
commit 66fd451a652c8f70386b1a77e80f48752efa675c Author: Petr Písař ppi...@redhat.com Date: Wed Dec 12 14:05:42 2012 +0100 2.139 bump .gitignore|1 + perl-Data-Dumper.spec |5 - sources |2 +- 3 files changed, 6 insertions(+), 2 deletions(-) ---

File Test-SharedFork-0.21.tar.gz uploaded to lookaside cache by corsepiu

2012-12-12 Thread corsepiu
A file has been added to the lookaside cache for perl-Test-SharedFork: 963070f5f6ff1291ea174c9c14862fb6 Test-SharedFork-0.21.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

File Mail-Sender-0.8.21.tar.gz uploaded to lookaside cache by spot

2012-12-12 Thread Tom Callaway
A file has been added to the lookaside cache for perl-Mail-Sender: ebc5cec362e96fc623c54cc597c2202c Mail-Sender-0.8.21.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Mail-Sender] 0.8.21

2012-12-12 Thread Tom Callaway
commit bf2a39d200d25ea0be676254bf4bb24422728466 Author: Tom Callaway s...@fedoraproject.org Date: Wed Dec 12 11:42:24 2012 -0500 0.8.21 .gitignore|1 + perl-Mail-Sender.spec |8 ++-- sources |2 +- 3 files changed, 8 insertions(+), 3 deletions(-)

[perl-Mail-Sender/f18] 0.8.21

2012-12-12 Thread Tom Callaway
commit 2625dcdd07d81bb601c31f62b01ffd4b4645be33 Author: Tom Callaway s...@fedoraproject.org Date: Wed Dec 12 11:44:39 2012 -0500 0.8.21 perl-Mail-Sender.spec |8 ++-- sources |2 +- 2 files changed, 7 insertions(+), 3 deletions(-) --- diff --git

[Bug 886339] defined(@array) is deprecated at /usr/share/perl5/vendor_perl/Mail/Sender.pm

2012-12-12 Thread bugzilla
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=886339 --- Comment #1 from Fedora Update System upda...@fedoraproject.org --- perl-Mail-Sender-0.8.21-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/perl-Mail-Sender-0.8.21-1.fc18 -- You

[perl-Test-SharedFork/f17] (4 commits) ...Merge cleanup.

2012-12-12 Thread corsepiu
Summary of changes: c5edef6... Perl 5.16 rebuild (*) 1fc231d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*) 36f85ae... Upstream update. (*) f2c432f... Merge cleanup. (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG

[perl-Test-SharedFork/f17: 4/4] Merge cleanup.

2012-12-12 Thread corsepiu
commit f2c432f224045c5af994050a944f6a740a3ea1e7 Author: Ralf Corsépius corse...@fedoraproject.org Date: Wed Dec 12 19:36:11 2012 +0100 Merge cleanup. perl-Test-SharedFork.spec |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) --- diff --git a/perl-Test-SharedFork.spec

[perl-Test-SharedFork/f16] (7 commits) ...Merge cleanup.

2012-12-12 Thread corsepiu
Summary of changes: e387946... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*) 345d2e0... Upstream update. (*) c5edef6... Perl 5.16 rebuild (*) 1fc231d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*) 36f85ae... Upstream update. (*) f2c432f... Merge

[perl-Test-SharedFork/f16: 7/7] Merge cleanup.

2012-12-12 Thread corsepiu
commit 5dd963b20001bd35a7c77d1116f75a9e116ec569 Author: Ralf Corsépius corse...@fedoraproject.org Date: Wed Dec 12 20:15:39 2012 +0100 Merge cleanup. perl-Test-SharedFork.spec |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) --- diff --git a/perl-Test-SharedFork.spec

[Bug 872995] perl-PerlIO-via-dynamic-0.14 is available

2012-12-12 Thread bugzilla
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=872995 --- Comment #2 from Fedora Update System upda...@fedoraproject.org --- Package perl-PerlIO-via-dynamic-0.14-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local

File DateTime-Tiny-1.04.tar.gz uploaded to lookaside cache by cheeselee

2012-12-12 Thread cheeselee
A file has been added to the lookaside cache for perl-DateTime-Tiny: 9e7e4fe588445023763df113d3f2345f DateTime-Tiny-1.04.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-DateTime-Tiny] Initial import (#885548)

2012-12-12 Thread cheeselee
commit 25d1362c6309e07b7f04e6c8d9cf01444eb666ce Author: Robin Lee cheese...@fedoraproject.org Date: Thu Dec 13 10:32:03 2012 +0800 Initial import (#885548) .gitignore |1 + perl-DateTime-Tiny.spec | 49 +++ sources

[perl-DateTime-Tiny/f18] Initial import (#885548)

2012-12-12 Thread cheeselee
Summary of changes: 25d1362... Initial import (#885548) (*) (*) 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

[perl-DateTime-Tiny/f17] Initial import (#885548)

2012-12-12 Thread cheeselee
Summary of changes: 25d1362... Initial import (#885548) (*) (*) 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

File Data-ICal-0.19.tar.gz uploaded to lookaside cache by corsepiu

2012-12-12 Thread corsepiu
A file has been added to the lookaside cache for perl-Data-ICal: 3d92815f49ecc108c68ae9dbcff49447 Data-ICal-0.19.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Data-ICal] Upstream update.

2012-12-12 Thread corsepiu
commit 77acfcacacd475920b121e1ef62d7654d7f3203a Author: Ralf Corsépius corse...@fedoraproject.org Date: Thu Dec 13 05:54:27 2012 +0100 Upstream update. - Modernize spec. - Drop Data-ICal-0.16.diff. .gitignore |2 +- Data-ICal-0.16.diff | 4004

[perl-Data-ICal/f18] Upstream update.

2012-12-12 Thread corsepiu
Summary of changes: 77acfca... Upstream update. (*) (*) 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

[Bug 876974] CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers [fedora-all]

2012-12-12 Thread bugzilla
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=876974 Fedora Update System upda...@fedoraproject.org changed: What|Removed |Added Status|ON_QA

[Bug 877015] CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers

2012-12-12 Thread bugzilla
Product: Security Response https://bugzilla.redhat.com/show_bug.cgi?id=877015 Bug 877015 depends on bug 876974, which changed state. Bug 876974 Summary: CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers [fedora-all]

[Bug 876974] CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers [fedora-all]

2012-12-12 Thread bugzilla
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=876974 --- Comment #17 from Fedora Update System upda...@fedoraproject.org --- perl-CGI-3.52-218.fc17, perl-5.14.3-218.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this

[perl-Data-ICal/f17] (4 commits) ...Merge cleanup.

2012-12-12 Thread corsepiu
Summary of changes: b596dfa... Perl 5.16 rebuild (*) cc15cfb... - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass (*) 77acfca... Upstream update. (*) 50a9915... Merge cleanup. (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG

[perl-Data-ICal/f17: 4/4] Merge cleanup.

2012-12-12 Thread corsepiu
commit 50a99152619e27ced2c2c7091d36cff759a065c5 Author: Ralf Corsépius corse...@fedoraproject.org Date: Thu Dec 13 06:22:26 2012 +0100 Merge cleanup. perl-Data-ICal.spec |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) --- diff --git a/perl-Data-ICal.spec

[Bug 877015] CVE-2012-5526 perl-CGI: Newline injection due to improper CRLF escaping in Set-Cookie and P3P headers

2012-12-12 Thread bugzilla
Product: Security Response https://bugzilla.redhat.com/show_bug.cgi?id=877015 --- Comment #12 from Fedora Update System upda...@fedoraproject.org --- perl-CGI-3.52-218.fc17, perl-5.14.3-218.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it

[Bug 866878] perl-Net-Twitter-3.18004 is available

2012-12-12 Thread bugzilla
Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=866878 Julian C. Dunn jd...@aquezada.com changed: What|Removed |Added Status|ON_QA