Re: e2fsprogs 1.42 vs 1.42.2

2012-04-13 Thread Richard W.M. Jones
On Fri, Apr 13, 2012 at 06:57:26PM -0500, Eric Sandeen wrote: > On 4/13/12 5:52 PM, Chris Murphy wrote: > > e2fsprogs 1.42 is in RC4.1 but 1.42.2 is upstream current. Chances of > > rolling this in before final? > > > > http://e2fsprogs.sourceforge.net/ > > > > 1.42.2 is in rawhide... > > I'm

Re: disruptive libffi upgrade

2012-04-13 Thread Anthony Green
Sorry folks -- thanks for untagging. I'll ping the list again after May 9, as was suggested earlier in this thread. AG - Original Message - From: "Kevin Fenzi" To: devel@lists.fedoraproject.org, "Anthony Green" Sent: Friday, April 13, 2012 8:05:33 PM I'm thinking that a Subject: Re:

Re: While we're talking about RPM dependencies ...

2012-04-13 Thread Ben Boeckel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Thu, Apr 12, 2012 at 09:03:36 GMT, Richard W.M. Jones wrote: > I think it should be possible to make repos that are always > self-consistent even when mirrors only partially mirror or delay > content. I have in mind a great proof of this, but thi

Re: disruptive libffi upgrade

2012-04-13 Thread Kevin Fenzi
On Fri, 13 Apr 2012 16:34:55 -0500 Michael Cronenworth wrote: > Anthony Green wrote: > > I recently release libffi 3.0.11, and ABI changes are mandating > > a .so number change. Despite the ABI change, I suspect that simple > > rebuilds are all that will be required for dependent packages. >

Re: e2fsprogs 1.42 vs 1.42.2

2012-04-13 Thread Chris Murphy
On Apr 13, 2012, at 5:57 PM, Eric Sandeen wrote: > On 4/13/12 5:52 PM, Chris Murphy wrote: >> e2fsprogs 1.42 is in RC4.1 but 1.42.2 is upstream current. Chances of >> rolling this in before final? >> >> http://e2fsprogs.sourceforge.net/ >> > > 1.42.2 is in rawhide... > > I'm a little leery o

Re: e2fsprogs 1.42 vs 1.42.2

2012-04-13 Thread Eric Sandeen
On 4/13/12 5:52 PM, Chris Murphy wrote: > e2fsprogs 1.42 is in RC4.1 but 1.42.2 is upstream current. Chances of rolling > this in before final? > > http://e2fsprogs.sourceforge.net/ > 1.42.2 is in rawhide... I'm a little leery of pushing it in at the last minute, since various bits like the i

e2fsprogs 1.42 vs 1.42.2

2012-04-13 Thread Chris Murphy
e2fsprogs 1.42 is in RC4.1 but 1.42.2 is upstream current. Chances of rolling this in before final? http://e2fsprogs.sourceforge.net/ Chris Murphy-- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Toshio Kuratomi
On Fri, Apr 13, 2012 at 02:40:11PM -0400, Adam Jackson wrote: > On 4/13/12 2:37 PM, Frank Ch. Eigler wrote: > > > >>[...] > >>If your package meets the following criteria you MUST enable the PIE > >>compiler > >>flags: > >>[...] > >> * Your package runs as root. > >>[...] > > > >If this is meant

Re: disruptive libffi upgrade

2012-04-13 Thread Michael Cronenworth
Anthony Green wrote: > I recently release libffi 3.0.11, and ABI changes are mandating a .so > number change. Despite the ABI change, I suspect that simple rebuilds > are all that will be required for dependent packages. Can you untag your build for a few weeks? It is too disruptive at the

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Richard W.M. Jones
On Fri, Apr 13, 2012 at 04:36:07PM -0400, Adam Jackson wrote: > On 4/13/12 3:19 PM, Richard W.M. Jones wrote: > >On Fri, Apr 13, 2012 at 10:47:00AM -0700, Toshio Kuratomi wrote: > >>Although (since I know Rich works on OCaml stuff) since OCaml is compiled to > >>C before being compiled to object co

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Adam Jackson
On 4/13/12 3:19 PM, Richard W.M. Jones wrote: On Fri, Apr 13, 2012 at 10:47:00AM -0700, Toshio Kuratomi wrote: Although (since I know Rich works on OCaml stuff) since OCaml is compiled to C before being compiled to object code, this section might still apply. OCaml isn't compiled to C, it's co

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Chris Adams
Once upon a time, Horst H. von Brand said: > Chris Adams wrote: > > Once upon a time, Adam Jackson said: > > > On 4/13/12 2:37 PM, Frank Ch. Eigler wrote: > > > > > > > >>[...] > > > >>If your package meets the following criteria you MUST enable the PIE > > > >>compiler > > > >>flags: > > > >>[

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Jon Ciesla
On Fri, Apr 13, 2012 at 2:16 PM, Frank Ch. Eigler wrote: > > ajax wrote: > >> [...] >>> If this is meant to cover administrative binaries that have no >>> privilege escalation pieces of their own, merely run by root, then >>> what makes them different from any other /bin/* program that a root >>>

Re: F17 btrfsck crash

2012-04-13 Thread Josef Bacik
Sorry I need to include a patch I sent recently to the list. Those errors are bogus, btrfsck just needs to be taught about our special space cache inodes. I'll pull that into fedora. You are right, you don't need to run btrfsck on boot, just if you run into issues. Thanks, Josef On Thu, Apr 12

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Richard W.M. Jones
On Fri, Apr 13, 2012 at 10:47:00AM -0700, Toshio Kuratomi wrote: > Although (since I know Rich works on OCaml stuff) since OCaml is compiled to > C before being compiled to object code, this section might still apply. OCaml isn't compiled to C, it's compiled direct to machine code. The OCaml nati

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Frank Ch. Eigler
ajax wrote: > [...] >> If this is meant to cover administrative binaries that have no >> privilege escalation pieces of their own, merely run by root, then >> what makes them different from any other /bin/* program that a root >> process might invoke? > > It's not meant to cover that. That phras

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Horst H. von Brand
Chris Adams wrote: > Once upon a time, Adam Jackson said: > > On 4/13/12 2:37 PM, Frank Ch. Eigler wrote: > > > > > >>[...] > > >>If your package meets the following criteria you MUST enable the PIE > > >>compiler > > >>flags: > > >>[...] > > >> * Your package runs as root. > > >>[...] > > > >

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Horst H. von Brand
Toshio Kuratomi wrote: > On Fri, Apr 13, 2012 at 06:39:14PM +0100, Richard W.M. Jones wrote: > > On Fri, Apr 13, 2012 at 12:36:36PM -0500, Jon Ciesla wrote: > > > > > > > > - Is the above an 'AND' or an 'OR' set of requirements? > > > > > > OR. > > > > Thanks. That wasn't clear to me at all --

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Horst H. von Brand
Jon Ciesla wrote: > On Fri, Apr 13, 2012 at 12:32 PM, Richard W.M. Jones > wrote: [...] > > - What happens if the program isn't written in C? > If it's not C, C++, etc, it's not applicable. I don't believe it > applies to other compiled languages. Why not? I can't think of a SUID binary wr

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Chris Adams
Once upon a time, Adam Jackson said: > On 4/13/12 2:37 PM, Frank Ch. Eigler wrote: > > > >>[...] > >>If your package meets the following criteria you MUST enable the PIE > >>compiler > >>flags: > >>[...] > >> * Your package runs as root. > >>[...] > > > >If this is meant to cover administrative

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Adam Jackson
On 4/13/12 2:37 PM, Frank Ch. Eigler wrote: [...] If your package meets the following criteria you MUST enable the PIE compiler flags: [...] * Your package runs as root. [...] If this is meant to cover administrative binaries that have no privilege escalation pieces of their own, merely ru

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Frank Ch. Eigler
> [...] > If your package meets the following criteria you MUST enable the PIE compiler > flags: > [...] > * Your package runs as root. > [...] If this is meant to cover administrative binaries that have no privilege escalation pieces of their own, merely run by root, then what makes them diffe

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Toshio Kuratomi
On Fri, Apr 13, 2012 at 06:39:14PM +0100, Richard W.M. Jones wrote: > On Fri, Apr 13, 2012 at 12:36:36PM -0500, Jon Ciesla wrote: > > > > > > - Is the above an 'AND' or an 'OR' set of requirements? > > > > OR. > > Thanks. That wasn't clear to me at all -- when I first read it, I > assumed it mus

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Toshio Kuratomi
On Fri, Apr 13, 2012 at 12:36:36PM -0500, Jon Ciesla wrote: > On Fri, Apr 13, 2012 at 12:32 PM, Richard W.M. Jones > wrote: > > On Fri, Apr 13, 2012 at 05:37:12PM +0200, Mattia Verga wrote: > >> Greetings, > >> I saw the changes in packaging guidelines related to PIE: > >> > >> /If your package m

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Richard W.M. Jones
On Fri, Apr 13, 2012 at 12:36:36PM -0500, Jon Ciesla wrote: > On Fri, Apr 13, 2012 at 12:32 PM, Richard W.M. Jones > wrote: > > On Fri, Apr 13, 2012 at 05:37:12PM +0200, Mattia Verga wrote: > >> Greetings, > >> I saw the changes in packaging guidelines related to PIE: > >> > >> /If your package m

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Jon Ciesla
On Fri, Apr 13, 2012 at 12:32 PM, Richard W.M. Jones wrote: > On Fri, Apr 13, 2012 at 05:37:12PM +0200, Mattia Verga wrote: >> Greetings, >> I saw the changes in packaging guidelines related to PIE: >> >> /If your package meets the following criteria you *MUST* enable the >> PIE compiler flags: /

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Richard W.M. Jones
On Fri, Apr 13, 2012 at 05:37:12PM +0200, Mattia Verga wrote: > Greetings, > I saw the changes in packaging guidelines related to PIE: > > /If your package meets the following criteria you *MUST* enable the > PIE compiler flags: / > > * /Your package is long running. This means it's likely to be

Re: F17, firewalld, avahi

2012-04-13 Thread Chris Murphy
On Mar 26, 2012, at 4:21 AM, Thomas Woerner wrote: >> > firewalld-config is not finished, yet. I am working on it. This is still not in F17 beta RC4 which means it's not going to be in the beta at all. I'm a little mystified why firewalld would ship as the default firewall without the *primar

Re: sudo and changes in packaging guidelines

2012-04-13 Thread Jon Ciesla
On Fri, Apr 13, 2012 at 10:37 AM, Mattia Verga wrote: > Greetings, > I saw the changes in packaging guidelines related to PIE: > > If your package meets the following criteria you MUST enable the PIE > compiler flags: > > Your package is long running. This means it's likely to be started and keep

sudo and changes in packaging guidelines

2012-04-13 Thread Mattia Verga
Greetings, I saw the changes in packaging guidelines related to PIE: /If your package meets the following criteria you *MUST* enable the PIE compiler flags: / * /Your package is long running. This means it's likely to be started and keep running until the machine is rebooted, not start on

F-17 Branched report: 20120413 changes

2012-04-13 Thread Fedora Branched Report
Compose started at Fri Apr 13 08:15:05 UTC 2012 Broken deps for x86_64 -- [aeolus-conductor] aeolus-conductor-0.4.0-2.fc17.noarch requires ruby(abi) = 0:1.8 [aeolus-configserver] aeolus-configserver-0.4.5-1.fc17.noarch require

Re: disruptive libffi upgrade

2012-04-13 Thread Ray Strode
Hi, On Fri, Apr 13, 2012 at 10:06 AM, Colin Walters wrote: > You have to temper guidelines with some thought.  How recently > have these symbols been introduced?  Are you aware of anything that > actually calls them?  If nothing does, have you considered simply > removing them?   Or, have you co

[Bug 812304] perl-Net-GitHub-0.44 is available

2012-04-13 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=812304 --- Comment #2 from Fedora Update System 2012-04-13 10:29:59 EDT --- perl-Net-GitHub-0.44-1.fc16 has been submitted as an updat

[Bug 812304] perl-Net-GitHub-0.44 is available

2012-04-13 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=812304 --- Comment #3 from Fedora Update System 2012-04-13 10:30:40 EDT --- perl-Net-GitHub-0.44-1.fc15 has been submitted as an updat

[Bug 812304] perl-Net-GitHub-0.44 is available

2012-04-13 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=812304 --- Comment #1 from Fedora Update System 2012-04-13 10:28:49 EDT --- perl-Net-GitHub-0.44-1.fc17 has been submitted as an updat

Re: SELinuxDenyPtrace: Write, compile, run, but don't debug applications?

2012-04-13 Thread Daniel J Walsh
On 04/13/2012 03:55 AM, Mark Wielaard wrote: > On Thu, Apr 12, 2012 at 04:01:58PM -0400, Daniel J Walsh wrote: >> On 04/12/2012 02:39 PM, Mark Wielaard wrote: >>> On Mon, Apr 09, 2012 at 09:38:40AM -0400, Eric Paris wrote: (Think about it a moment. gdb -p is the same as firefox trying to

Re: disruptive libffi upgrade

2012-04-13 Thread Kalev Lember
On 04/13/2012 03:59 AM, Anthony Green wrote: > I recently release libffi 3.0.11, and ABI changes are mandating a .so > number change. Despite the ABI change, I suspect that simple rebuilds > are all that will be required for dependent packages. This affects a number of GNOME packages (~ one

Re: disruptive libffi upgrade

2012-04-13 Thread Colin Walters
On Thu, 2012-04-12 at 20:59 -0400, Anthony Green wrote: > 2. A new function has been introduced to support >variadic functions (ffi_prep_cif_var). > > Libtool's guidelines for .so versioning mandate that I move from > libffi.so.5.0.11 to libffi.so.6.0.0 (because functions have been > re

Re: disruptive libffi upgrade

2012-04-13 Thread Jon Ciesla
On Fri, Apr 13, 2012 at 7:49 AM, Andrew Haley wrote: > On 04/13/2012 01:59 AM, Anthony Green wrote: >> >>   I recently release libffi 3.0.11, and ABI changes are mandating a .so >>   number change.  Despite the ABI change, I suspect that simple rebuilds >>   are all that will be required for depen

[perl-Net-GitHub] 0.44 bump, default to APIv3

2012-04-13 Thread Petr Šabata
commit b0fa2145a47488d5a693182fe5e0899d50ea2024 Author: Petr Šabata Date: Fri Apr 13 14:51:09 2012 +0200 0.44 bump, default to APIv3 .gitignore |1 + perl-Net-GitHub.spec |9 +++-- sources |2 +- 3 files changed, 9 insertions(+), 3 deletions(-) --- d

File Net-GitHub-0.44.tar.gz uploaded to lookaside cache by psabata

2012-04-13 Thread Petr Šabata
A file has been added to the lookaside cache for perl-Net-GitHub: 565f6fafec146981bed23dda27635d89 Net-GitHub-0.44.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

Re: disruptive libffi upgrade

2012-04-13 Thread Andrew Haley
On 04/13/2012 01:59 AM, Anthony Green wrote: > > I recently release libffi 3.0.11, and ABI changes are mandating a .so > number change. Despite the ABI change, I suspect that simple rebuilds > are all that will be required for dependent packages. > > The ABI changes are simply: > > 1.

Re: SELinuxDenyPtrace: Write, compile, run, but don't debug applications?

2012-04-13 Thread Mark Wielaard
On Thu, Apr 12, 2012 at 04:01:58PM -0400, Daniel J Walsh wrote: > On 04/12/2012 02:39 PM, Mark Wielaard wrote: > > On Mon, Apr 09, 2012 at 09:38:40AM -0400, Eric Paris wrote: > >> (Think about it a moment. gdb -p is the same as firefox trying to ptrace > >> gnome-keyring) > > > > I thought a bit