From bj80421 at gmail.com Mon Feb 1 06:20:53 2010 From: bj80421 at gmail.com (Bernard Johnson) Date: Sun, 31 Jan 2010 23:20:53 -0700 Subject: Moin orphaned in EL-4 and EL-5 In-Reply-To: <20100108092943.17154aea@ohm.scrye.com> References: <1262899045.1753.13.camel@lightweight> <20100108092943.17154aea@ohm.scrye.com> Message-ID: On 01/08/2010 09:29 AM, Kevin Fenzi wrote: > On Thu, 07 Jan 2010 23:17:25 +0200 > Yeah. Lets give it a week or two and see if anyone shows interest. I was hoping to have someone do it for me... but.... From the previous threads, one thing is not clear to me. Should we create moin15 which obsoletes current moin, and then slow-roll moin16, moin17, etc.. Or create moin15 which obsoletes moin and then go straight to 1.9.1 for the main package? Here is my proposed changes to current moin (to create moin15). Please check if there are any problems or if I'm doing the right thing. http://fedorapeople.org/~bjohnson/moin15.spec http://fedorapeople.org/~bjohnson/moin15-1.5.9-2.el5.src.rpm --- moin.spec 2008-03-27 06:37:19.000000000 -0600 +++ moin15.spec 2010-01-31 22:26:49.589486637 -0700 @@ -1,9 +1,9 @@ %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") Summary: MoinMoin is a Python clone of WikiWiki -Name: moin +Name: moin15 Version: 1.5.9 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Internet URL: http://moinmoin.wikiwikiweb.de/ @@ -15,6 +15,8 @@ BuildRequires: python-devel BuildArch: noarch +Obsoletes: moin <= 1.5.9-1 + %description A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on easy access to and modification of information. MoinMoin is a Python @@ -23,7 +25,7 @@ %prep -%setup -q +%setup -q -n moin-%{version} %patch0 -p1 -b .config %patch1 -p1 -b .xml_newline @@ -52,6 +54,9 @@ %changelog +* Sun Jan 31 2010 Bernard Johnson - 1.5.9-2 +- package name changed to moin15 + * Thu Mar 27 2008 Matthias Saou 1.5.9-1 - Update to 1.5.9, security fix release of the 1.5.x line. From jussilehtola at fedoraproject.org Mon Feb 1 08:23:04 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Mon, 01 Feb 2010 10:23:04 +0200 Subject: Moin orphaned in EL-4 and EL-5 In-Reply-To: References: <1262899045.1753.13.camel@lightweight> <20100108092943.17154aea@ohm.scrye.com> Message-ID: <1265012584.24361.1.camel@localhost> On Sun, 2010-01-31 at 23:20 -0700, Bernard Johnson wrote: > On 01/08/2010 09:29 AM, Kevin Fenzi wrote: > Summary: MoinMoin is a Python clone of WikiWiki > -Name: moin > +Name: moin15 You can't change the Name tag, since koji won't let you build the package. You need to create subpackages named moin15{,-foo}, that can then Obsoletes: moin{,-foo} <= 1.5.9-1. -- Jussi Lehtola Fedora Project Contributor jussilehtola at fedoraproject.org From paul at city-fan.org Mon Feb 1 09:30:51 2010 From: paul at city-fan.org (Paul Howarth) Date: Mon, 01 Feb 2010 09:30:51 +0000 Subject: Moin orphaned in EL-4 and EL-5 In-Reply-To: References: <1262899045.1753.13.camel@lightweight> <20100108092943.17154aea@ohm.scrye.com> Message-ID: <4B669F4B.10808@city-fan.org> On 01/02/10 06:20, Bernard Johnson wrote: > On 01/08/2010 09:29 AM, Kevin Fenzi wrote: >> On Thu, 07 Jan 2010 23:17:25 +0200 >> Yeah. Lets give it a week or two and see if anyone shows interest. > > I was hoping to have someone do it for me... but.... > > From the previous threads, one thing is not clear to me. Should we > create moin15 which obsoletes current moin, and then slow-roll moin16, > moin17, etc.. Or create moin15 which obsoletes moin and then go straight > to 1.9.1 for the main package? So if we have moin15 (which obsoletes moin < 1.5.9) and moin 1.9.1 in the repo at the same time, and an existing user of moin 1.5.x does a "yum update", what happens? 1. The "obsolete" takes precedence and they get moin15, or 2. The update happens first and they get moin 1.9.1? I don't know off the top of my head. Paul. From bj80421 at gmail.com Mon Feb 1 16:49:02 2010 From: bj80421 at gmail.com (Bernard Johnson) Date: Mon, 01 Feb 2010 09:49:02 -0700 Subject: Moin orphaned in EL-4 and EL-5 In-Reply-To: <1265012584.24361.1.camel@localhost> References: <1262899045.1753.13.camel@lightweight> <20100108092943.17154aea@ohm.scrye.com> <1265012584.24361.1.camel@localhost> Message-ID: On 02/01/2010 01:23 AM, Jussi Lehtola wrote: > On Sun, 2010-01-31 at 23:20 -0700, Bernard Johnson wrote: >> On 01/08/2010 09:29 AM, Kevin Fenzi wrote: >> Summary: MoinMoin is a Python clone of WikiWiki >> -Name: moin >> +Name: moin15 > > You can't change the Name tag, since koji won't let you build the > package. You need to create subpackages named moin15{,-foo}, that can > then Obsoletes: moin{,-foo}<= 1.5.9-1. My assumption here was that moin15 would be a whole new package to review and add to cvs. So it will have a life of it's own. From bj80421 at gmail.com Mon Feb 1 16:53:07 2010 From: bj80421 at gmail.com (Bernard Johnson) Date: Mon, 01 Feb 2010 09:53:07 -0700 Subject: Moin orphaned in EL-4 and EL-5 In-Reply-To: <4B669F4B.10808@city-fan.org> References: <1262899045.1753.13.camel@lightweight> <20100108092943.17154aea@ohm.scrye.com> <4B669F4B.10808@city-fan.org> Message-ID: On 02/01/2010 02:30 AM, Paul Howarth wrote: > So if we have moin15 (which obsoletes moin < 1.5.9) and moin 1.9.1 in > the repo at the same time, and an existing user of moin 1.5.x does a > "yum update", what happens? Good question. > 1. The "obsolete" takes precedence and they get moin15, or > > 2. The update happens first and they get moin 1.9.1? > > I don't know off the top of my head. My assumption was that the obsolete would push any existing installation to moin15 permanently. But now that you mention it, I'm not sure myself. I guess unless anyone can say definitely, there will have to be some testing. From smooge at gmail.com Mon Feb 1 20:51:17 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Mon, 1 Feb 2010 13:51:17 -0700 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] Message-ID: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> Ok there are a class of packages we are running into which I would consider dead-end packages. The upstream usually makes changes between major releases which make former releases non-functional without some work (or in some cases LOTs of work). I think we should look at these packages as not falling under standard packaging as it becomes a pain in the ass to deal with on an enterprise packaging standpoint. Pulling up something I brought up a long time ago, I would like us to figure out ways to deal with this.] As Bernard Johnson pointed out we need to work on a naming convention for these applications to deal with the fact that well, people rely on them, and their update policy is a lot of the time crap. So taking Bernards and some stuff we talked about a year or two back.. lets see if we can do the following: 1) Declare a package will need to follow 'Bad-EOL' policy (whatever that is finally decided) 2) Change the naming of the current package from -x.y.z to xy-x.y.z with appropriate tags (obsolete? replaces with predjudice?) to replace the package. 3) If EOL of old package add a standard file in the package outlining that EPEL is EOL this package and will not do updates without community help to do so. Also outlining that upgrading to newer versions of the package is not simple and you should follow steps at "Fill in page here if it exists." 3) Make packages in newer versions also match this name: (x+1).y.z-(x+1).y.z and keep that up to date until its no longer possible. 4) Goto #2 when needed. -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From rjones at redhat.com Mon Feb 1 23:14:18 2010 From: rjones at redhat.com (Richard W.M. Jones) Date: Mon, 1 Feb 2010 23:14:18 +0000 Subject: EPEL 5 build of ntfs-3g In-Reply-To: <20100114124721.GA12346@amd.home.annexia.org> References: <20100114124721.GA12346@amd.home.annexia.org> Message-ID: <20100201231418.GA9660@amd.home.annexia.org> On Thu, Jan 14, 2010 at 12:47:21PM +0000, Richard W.M. Jones wrote: > Hi spot, > > ntfs-3g is branched for EL-5, but we noticed there is no build. > > http://cvs.fedoraproject.org/viewvc/EL-5/ntfs-3g/ > > Since FUSE was added to the RHEL 5.4 kernel, it is possible to build > ntfs-3g (which is a FUSE module), indeed we have done a scratch build > already: > > http://koji.fedoraproject.org/koji/taskinfo?taskID=1920739 > > Do you mind if I build this in EL-5? > > Also do you mind if I backport from Rawhide? Although there are not > any specific features we need, we do all our libguestfs testing > against later versions of ntfs-3g, and AIUI there should be no > backwards compatibility issues for EPEL users (partly because it's not > an API and partly because there is no build for EPEL users at the > moment anyway). Any thoughts on this? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora From mastahnke at gmail.com Mon Feb 1 23:25:53 2010 From: mastahnke at gmail.com (Michael Stahnke) Date: Mon, 1 Feb 2010 17:25:53 -0600 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> Message-ID: <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> > > 1) Declare a package will need to follow 'Bad-EOL' policy (whatever > that is finally decided) > 2) Change the naming of the current package from -x.y.z to > xy-x.y.z with appropriate tags (obsolete? replaces with > predjudice?) to replace the package. > 3) If EOL of old package add a standard file in the package outlining > that EPEL is EOL this package and will not do updates without > community help to do so. Also outlining that upgrading to newer > versions of the package is not simple and you should follow steps at > "Fill in page here if it exists." > 3) Make packages in newer versions also match this name: > (x+1).y.z-(x+1).y.z and keep that up to date until its no > longer possible. > 4) Goto #2 when needed. > > Why try to solve this problem only in EPEL? It exists in the main Fedora space as well. Packages like Wordpress, Mediawiki, any Rails application, java stuff, etc are all like this. I've often thought there's got to be a better way. Should we get this in front of the package committee? I see these with two major issues. 1. Upgrading causes breakage or at least manual intervention 2. Making these package FHS compliant is a real PITA and then often makes it so upstream can't/won't help due to your installation method (paths etc). I'd rather see this handled by the Package people and if we need specific discussion for EPEL, we can have it. Thoughts? stahnma From wdierkes at 5dollarwhitebox.org Tue Feb 2 00:08:32 2010 From: wdierkes at 5dollarwhitebox.org (BJ Dierkes) Date: Mon, 1 Feb 2010 18:08:32 -0600 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> Message-ID: <14716D94-AA47-46B5-A607-1A04B2012BFB@5dollarwhitebox.org> On Feb 1, 2010, at 5:25 PM, Michael Stahnke wrote: > Why try to solve this problem only in EPEL? It exists in the main > Fedora space as well. Packages like Wordpress, Mediawiki, any Rails > application, java stuff, etc are all like this. I've often thought > there's got to be a better way. Should we get this in front of the > package committee? I see these with two major issues. > 1. Upgrading causes breakage or at least manual intervention > 2. Making these package FHS compliant is a real PITA and then often > makes it so upstream can't/won't help due to your installation method > (paths etc). > > I'd rather see this handled by the Package people and if we need > specific discussion for EPEL, we can have it. I agree, I don't think this is just an EPEL thing, however the restrictions on non-compatible upgrades are much more stringent with EPEL than Fedora. Of course in this case we are talking more specifically about packages that have no upgrade path, or a difficult one.. rather than just a non-compatible upgrade. I think this discussion also overlaps with others that have occurred regarding simply the ability to introduce newer versions of software that people want, which is more appropriately from the 'new install' perspective rather than the 'upgrade' perspective. That said, Fedora is introducing 'python3' parallel install in F13 which breaks the barrier for multiple packages of differing versions. With Moin as an example, even if moin-1.5 was still maintainable... there is no way that I would use it for a new install via EPEL, forcing me to rebuild from Fedora packages and maintain my own set. Where as if we were able to introduce moin18, or I guess moin19 now.. new installs would be peachy, and old users of moin-1.5 would not be affected. This is pretty much exactly on the path of what The IUS Community Project [1] does with packages, but in a different context where IUS packages replace stock RHEL packages. From a packaging standpoint, there isn't much difference. The process [2] is rather simple, and after nearly 6 months since IUS launched there have been limited obstacles [3]. The basics are doing something like this (with moin19 for an example): # before the preamble %define basever 1.9 %define real_name moin %define name moin19 # after preamble Provides: %{real_name} = %{version}-%{release} Conflicts: %{real_name} < %{basever} # and for all sub packages Provides: %{real_name}-subpackage = %{version}-%{release} Conflicts: %{real_name}-subpackage < %{basever} This is the IUS model, where replacement packages conflict and replace the existing package (not side-by-side except for Python). If you are looking to enable side-by-side parallel installs of the original package, and the replacement (i.e. moin19) you are talking about a lot of extra work, which in my opinion isn't usually worth it considering most people [I would imagine] wouldn't want/need/care about running both side-by-side. References: [1] http://iuscommunity.org [2] http://wiki.iuscommunity.org/Doc/DeveloperGuide#Converting_Existing_Packages_For_IUS [3] https://bugzilla.redhat.com/show_bug.cgi?id=529719 --- derks From a.badger at gmail.com Tue Feb 2 00:22:35 2010 From: a.badger at gmail.com (Toshio Kuratomi) Date: Mon, 1 Feb 2010 19:22:35 -0500 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> Message-ID: <20100202002235.GL7400@unaka.lan> On Mon, Feb 01, 2010 at 05:25:53PM -0600, Michael Stahnke wrote: > > > > 1) Declare a package will need to follow 'Bad-EOL' policy (whatever > > that is finally decided) > > 2) Change the naming of the current package from -x.y.z to > > xy-x.y.z with appropriate tags (obsolete? replaces with > > predjudice?) to replace the package. > > 3) If EOL of old package add a standard file in the package outlining > > that EPEL is EOL this package and will not do updates without > > community help to do so. Also outlining that upgrading to newer > > versions of the package is not simple and you should follow steps at > > "Fill in page here if it exists." > > 3) Make packages in newer versions also match this name: > > (x+1).y.z-(x+1).y.z and keep that up to date until its no > > longer possible. > > 4) Goto #2 when needed. > > > > > Why try to solve this problem only in EPEL? It exists in the main > Fedora space as well. Packages like Wordpress, Mediawiki, any Rails > application, java stuff, etc are all like this. I've often thought > there's got to be a better way. Should we get this in front of the > package committee? I see these with two major issues. > 1. Upgrading causes breakage or at least manual intervention For this one, note that Fedora moves fast enough that it isn't the same kind of issue as for EPEL. ie: Fedora 11 packages moin-1.5 Fedora 12 packages moin-1.6 We do break compatibility on the release boundary and users do have to perform manual upgrades there. After 13 months, Fedora 11 is no longer supported and we don't have to worry about security issues or bugfixes to moin-1.5 anymore. With EPEL, this is not the case -- you either have to backport security fixes or perform an incompatible update within the RHEl-5 timeframe. > 2. Making these package FHS compliant is a real PITA and then often > makes it so upstream can't/won't help due to your installation method > (paths etc). > This is a problem that won't be solved by ignoring the FHS. Do you have another idea of how to do it? -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From wolfy at nobugconsulting.ro Tue Feb 2 00:58:01 2010 From: wolfy at nobugconsulting.ro (Manuel Wolfshant) Date: Tue, 02 Feb 2010 02:58:01 +0200 Subject: EPEL 5 build of ntfs-3g In-Reply-To: <20100201231418.GA9660@amd.home.annexia.org> References: <20100114124721.GA12346@amd.home.annexia.org> <20100201231418.GA9660@amd.home.annexia.org> Message-ID: <4B677899.8030706@nobugconsulting.ro> On 02/02/2010 01:14 AM, Richard W.M. Jones wrote: > On Thu, Jan 14, 2010 at 12:47:21PM +0000, Richard W.M. Jones wrote: > >> Hi spot, >> >> ntfs-3g is branched for EL-5, but we noticed there is no build. >> >> http://cvs.fedoraproject.org/viewvc/EL-5/ntfs-3g/ >> >> Since FUSE was added to the RHEL 5.4 kernel, it is possible to build >> ntfs-3g (which is a FUSE module), indeed we have done a scratch build >> already: >> >> http://koji.fedoraproject.org/koji/taskinfo?taskID=1920739 >> >> Do you mind if I build this in EL-5? >> >> Also do you mind if I backport from Rawhide? Although there are not >> any specific features we need, we do all our libguestfs testing >> against later versions of ntfs-3g, and AIUI there should be no >> backwards compatibility issues for EPEL users (partly because it's not >> an API and partly because there is no build for EPEL users at the >> moment anyway). >> > > Any thoughts on this? > If it works, definitely +1 from me. Especially as the latest centosplus kernel does not include support for ntfs. From mastahnke at gmail.com Tue Feb 2 01:13:46 2010 From: mastahnke at gmail.com (Michael Stahnke) Date: Mon, 1 Feb 2010 19:13:46 -0600 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <20100202002235.GL7400@unaka.lan> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> <20100202002235.GL7400@unaka.lan> Message-ID: <7874d9dd1002011713m3370a8fbi8f1e50f19824904e@mail.gmail.com> >> Why try to solve this problem only in EPEL? ?It exists in the main >> Fedora space as well. ?Packages like Wordpress, Mediawiki, any Rails >> application, java stuff, etc are all like this. ?I've often thought >> there's got to be a better way. ?Should we get this in front of the >> package committee? ? I see these with two major issues. >> 1. ?Upgrading causes breakage or at least manual intervention > > For this one, note that Fedora moves fast enough that it isn't the same kind > of issue as for EPEL. > > ie: Fedora 11 packages moin-1.5 > Fedora 12 packages moin-1.6 > > We do break compatibility on the release boundary and users do have to > perform manual upgrades there. ?After 13 months, Fedora 11 is no longer > supported and we don't have to worry about security issues or bugfixes to > moin-1.5 anymore. ?With EPEL, this is not the case -- you either have to > backport security fixes or perform an incompatible update within the RHEl-5 > timeframe. I don't think the time frame is the only issue. It can and probably has happened in Fedora upgrades as well. I can't think of a good example off the top of my head, but I know I've had issues in the past with some packages in the time frame of a supported Fedora version. (it was probably mediawiki). If Fedora doesn't want to have a policy, or feels it doesn't need one, that's fine. I was just hoping to get it solved upsteam before we sat down and tried to invent our own rules. > >> 2. ?Making these package FHS compliant is a real PITA and then often >> makes it so upstream can't/won't help due to your installation method >> (paths etc). >> > This is a problem that won't be solved by ignoring the FHS. ?Do you have > another idea of how to do it? For this problem, unless we start spewing junk in /srv or something, then no, I have no real answers for this one. But rails specifically expects applications to be containerized, and doesn't want configurations in /etc and variable data in var etc. I assume java is much the same way with their jar/war/ear files, but I try not to touch the stuff :) I think other web applications are normally like that too. From pertusus at free.fr Tue Feb 2 09:43:35 2010 From: pertusus at free.fr (Patrice Dumas) Date: Tue, 2 Feb 2010 10:43:35 +0100 Subject: EPEL 5 build of ntfs-3g In-Reply-To: <20100114124721.GA12346@amd.home.annexia.org> References: <20100114124721.GA12346@amd.home.annexia.org> Message-ID: <20100202094335.GB1866@free.fr> On Thu, Jan 14, 2010 at 12:47:21PM +0000, Richard W.M. Jones wrote: > Hi spot, > > Also do you mind if I backport from Rawhide? Although there are not > any specific features we need, we do all our libguestfs testing > against later versions of ntfs-3g, and AIUI there should be no > backwards compatibility issues for EPEL users (partly because it's not I used the previous ntfs-3g version some months ago, from rawhide at the time and never experienced issues. going with the latest rawhide version seems indeed to be the way to go. And also I think that this is the kind of package that may be updated (at a slow rate, of course and only if there are important bug fixes or features) since there should not be any incompatibilities given that the interface is hidden to the user. -- Pat From pertusus at free.fr Tue Feb 2 10:06:41 2010 From: pertusus at free.fr (Patrice Dumas) Date: Tue, 2 Feb 2010 11:06:41 +0100 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <20100202002235.GL7400@unaka.lan> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> <20100202002235.GL7400@unaka.lan> Message-ID: <20100202100641.GC1866@free.fr> On Mon, Feb 01, 2010 at 07:22:35PM -0500, Toshio Kuratomi wrote: > > For this one, note that Fedora moves fast enough that it isn't the same kind > of issue as for EPEL. > > We do break compatibility on the release boundary and users do have to > perform manual upgrades there. After 13 months, Fedora 11 is no longer > supported and we don't have to worry about security issues or bugfixes to > moin-1.5 anymore. Nevertheless those issues happen in fedora. This is especially true for development related packages. There are a lot of automake/autoconf versions in parallel in fedora. Also sometime it is very handy to have parallel versions of libraries with incompatible API but still used previous API (for example I maintained libnet and libnet10). Also at some time gfortran was buggy (though it was already the main compiler) but it was nice to have a package (cernlib) compiled with g77 or gfortran such that users may choose the one they prefer. The possibility to push preview packages in fedora is also something interesting, and there is also the issues of transitions (like the python3 issue). In the end tackling the issue of installing packages in parallel in a global and comprehensive way instead of ditching the issue because it smells like long time support in fedora would be, in my opinion, beneficial -- especially because this is not an easy isue. However, my opinion is also that there is too much 'political' pressure against working on this subject in fedora, so EPEL may be a better place to discuss and set up policies that could then be reused in fedora when opposition anything that could be useful for long time support becomes less strong. -- Pat From smooge at gmail.com Tue Feb 2 20:55:57 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Tue, 2 Feb 2010 13:55:57 -0700 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <7874d9dd1002011525u27f6a9bt299d8ea2e28b0337@mail.gmail.com> Message-ID: <80d7e4091002021255q51b25ccei63f8f62ea26efd45@mail.gmail.com> On Mon, Feb 1, 2010 at 4:25 PM, Michael Stahnke wrote: >> >> 1) Declare a package will need to follow 'Bad-EOL' policy (whatever >> that is finally decided) >> 2) Change the naming of the current package from -x.y.z to >> xy-x.y.z with appropriate tags (obsolete? replaces with >> predjudice?) to replace the package. >> 3) If EOL of old package add a standard file in the package outlining >> that EPEL is EOL this package and will not do updates without >> community help to do so. Also outlining that upgrading to newer >> versions of the package is not simple and you should follow steps at >> "Fill in page here if it exists." >> 3) Make packages in newer versions also match this name: >> (x+1).y.z-(x+1).y.z and keep that up to date until its no >> longer possible. >> 4) Goto #2 when needed. >> >> > Why try to solve this problem only in EPEL? ?It exists in the main > Fedora space as well. ?Packages like Wordpress, Mediawiki, any Rails > application, java stuff, etc are all like this. ?I've often thought > there's got to be a better way. ?Should we get this in front of the > package committee? ? I see these with two major issues. > 1. ?Upgrading causes breakage or at least manual intervention > 2. ?Making these package FHS compliant is a real PITA and then often > makes it so upstream can't/won't help due to your installation method > (paths etc). I believe it was brought up sometime ago in the murky passed packaging and was listed as "Need someone to experiment with it first before we make it for everyone." I could of course be completely pulling things out of the ether on it... but that was why I had left it in limbo 2 years ago.. I didn't have the time/etc to do it locally. I have better aim on time for this now. If we can show it can be done, and how its done, its easier to get it standardized knowing of course that our implementation will have to be altered as corner cases come up. > I'd rather see this handled by the ? Package people and if we need > specific discussion for EPEL, we can have it. > > Thoughts? > stahnma > > _______________________________________________ > epel-devel-list mailing list > epel-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/epel-devel-list > -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From updates at fedoraproject.org Wed Feb 3 20:07:09 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Wed, 03 Feb 2010 20:07:09 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100203201013.8217C1107FD@bastion2.fedora.phx.redhat.com> The following builds have been pushed to Fedora EPEL 4 updates-testing puppet-0.25.4-1.el4 sipp-3.1-9.svn586.el4 ssldump-0.9-0.1.b3.el4 superiotool-0-0.21.20100120svn4931.el4 Details about builds: ================================================================================ puppet-0.25.4-1.el4 (FEDORA-EPEL-2010-0163) A network tool for managing many disparate systems -------------------------------------------------------------------------------- Update Information: The update from 0.24.x to 0.25.x brings many, many changes and improvements to puppet. The upstream release notes cover them in detail: http://reductivelabs.com/trac/puppet/wiki/ReleaseNotes Of note is that 0.25.x clients do not work with 0.24.x masters, so it is important to update the master before or at the same time as clients. -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 29 2010 Todd Zullinger - 0.25.4-1 - Update to 0.25.4 * Tue Jan 19 2010 Todd Zullinger - 0.25.3-2 - Apply upstream patch to fix cron resources (upstream #2845) * Mon Jan 11 2010 Todd Zullinger - 0.25.3-1 - Update to 0.25.3 * Tue Jan 5 2010 Todd Zullinger - 0.25.2-1.1 - Replace %define with %global for macros * Tue Jan 5 2010 Todd Zullinger - 0.25.2-1 - Update to 0.25.2 - Fixes CVE-2010-0156, tmpfile security issue (#502881) - Install auth.conf, puppetqd manpage, and queuing examples/docs * Wed Nov 25 2009 Jeroen van Meeuwen - 0.25.1-1 - New upstream version * Tue Oct 27 2009 Todd Zullinger - 0.25.1-0.3 - Update to 0.25.1 - Include the pi program and man page (R.I.Pienaar) * Sat Oct 17 2009 Todd Zullinger - 0.25.1-0.2.rc2 - Update to 0.25.1rc2 * Tue Sep 22 2009 Todd Zullinger - 0.25.1-0.1.rc1 - Update to 0.25.1rc1 - Move puppetca to puppet package, it has uses on client systems - Drop redundant %doc from manpage %file listings * Fri Sep 4 2009 Todd Zullinger - 0.25.0-1 - Update to 0.25.0 - Fix permissions on /var/log/puppet (#495096) - Install emacs mode and vim syntax files (#491437) - Install ext/ directory in %{_datadir}/puppet (/usr/share/puppet) -------------------------------------------------------------------------------- References: [ 1 ] Bug #502881 - CVE-2010-0156 puppet: several insecure tempfile creation issues https://bugzilla.redhat.com/show_bug.cgi?id=502881 -------------------------------------------------------------------------------- ================================================================================ sipp-3.1-9.svn586.el4 (FEDORA-EPEL-2010-0168) SIP test tool / traffic generator -------------------------------------------------------------------------------- Update Information: Changelog: * Fri Jan 29 2010 Peter Lemenkov 3.1-9.svn586 - Fix for RHBZ #559620 - Reorganized patches. -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 29 2010 Peter Lemenkov 3.1-9.svn586 - Fix for RHBZ #559620 - Reorganized patches. * Mon Jan 25 2010 Peter Lemenkov 3.1-8.svn586 - Update to svn ver. 586 (fixes lots of small but nasty issues) - Removed patch1, patch3 * Fri Aug 21 2009 Tomas Mraz - 3.1-7 - rebuilt with new openssl * Sun Jul 26 2009 Fedora Release Engineering - 3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #559620 - authorization is broken in SIP scenarios https://bugzilla.redhat.com/show_bug.cgi?id=559620 -------------------------------------------------------------------------------- ================================================================================ ssldump-0.9-0.1.b3.el4 (FEDORA-EPEL-2010-0158) An SSLv3/TLS network protocol analyzer -------------------------------------------------------------------------------- Update Information: This program is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When ssldump identifies SSLv3/TLS traffic, ssldump decodes the records and displays them in a textual form to stdout. And if provided with the appropriate keying material, ssldump will also decrypt the connections and display the application data traffic. This program is based on tcpdump, a network monitoring and data acquisition tool. -------------------------------------------------------------------------------- References: [ 1 ] Bug #557995 - Review Request: ssldump - An SSLv3/TLS network protocol analyzer https://bugzilla.redhat.com/show_bug.cgi?id=557995 -------------------------------------------------------------------------------- ================================================================================ superiotool-0-0.21.20100120svn4931.el4 (FEDORA-EPEL-2010-0102) Simple program for detecting Super I/O on your mainboard -------------------------------------------------------------------------------- Update Information: %changelog * Wed Jan 20 2010 Peter Lemenkov 0-0.21.20100120svn4931 - Fixed svn URL. - svn ver. 4931. - Add detection and dump support for the Winbond WPCD376I. - Add detection support for the SMSC FDC37M602. -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 20 2010 Peter Lemenkov 0-0.21.20100120svn4931 - Fixed svn URL. - svn ver. 4931. - Add detection and dump support for the Winbond WPCD376I. - Add detection support for the SMSC FDC37M602. -------------------------------------------------------------------------------- From updates at fedoraproject.org Wed Feb 3 20:07:09 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Wed, 03 Feb 2010 20:07:09 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100203201013.A199011084D@bastion2.fedora.phx.redhat.com> The following builds have been pushed to Fedora EPEL 5 updates-testing arp-scan-1.7-4.el5 bip-0.8.4-2.el5 callweaver-1.2.1-5.el5 dbus-cxx-0.6.0-1.el5 dvisvgm-0.8.8-1.el5.1 gparted-0.4.8-1.el5 iwl5150-firmware-8.24.2.2-1.el5 osutil-1.3.1-3.el5 perl-Data-Report-0.10-4.el5 php-pear-Net-SMTP-1.4.1-1.el5 pki-native-tools-1.3.0-5.el5 pki-ra-1.3.0-5.el5 pki-symkey-1.3.2-4.el5 pootle-2.0.1-5.el5 puppet-0.25.4-1.el5 qhull-2003.1-8.el5 report-0.7-1.el5 rubygem-icalendar-1.1.0-3.el5 rubygem-rake-compiler-0.6.0-1.el5 sipp-3.1-9.svn586.el5 socat-1.7.1.2-1.el5 ssldump-0.9-0.1.b3.el5 stonevpn-0.4.5-1.el5 superiotool-0-0.21.20100120svn4931.el5 urg-0.8.7-2.el5 wordpress-mu-2.9.1.1-1.el5 Details about builds: ================================================================================ arp-scan-1.7-4.el5 (FEDORA-EPEL-2010-0170) Scanning and fingerprinting tool -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- ================================================================================ bip-0.8.4-2.el5 (FEDORA-EPEL-2010-0159) IRC Bouncer -------------------------------------------------------------------------------- Update Information: - Import patch reported by Kevin Fenzi (bz #560476) - Add a join delay to work around ircd7 flood protection - Add support for the "quiet" list -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 1 2010 Lorenzo Villani - 0.8.4-2 - Import patch reported by Kevin Fenzi (bz #560476) - + Add a join delay to work around ircd7 flood protection - + Add support for the "quiet" list * Fri Jan 8 2010 Lorenzo Villani - 0.8.4-1 - 0.8.4 -------------------------------------------------------------------------------- References: [ 1 ] Bug #560476 - [PATCH] apply ircd7 patch to not flood on connect and make /mode #channel +q work https://bugzilla.redhat.com/show_bug.cgi?id=560476 -------------------------------------------------------------------------------- ================================================================================ callweaver-1.2.1-5.el5 (FEDORA-EPEL-2010-0166) The Truly Open Source PBX -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 1 2010 Itamar Reis Peixoto - 1.2.1-5 - fix remaining macro in file section * Mon Feb 1 2010 Itamar Reis Peixoto - 1.2.1-4 - replace %{_sharedstatedir} with %{_localstatedir}/lib to be compatible with EL macros -------------------------------------------------------------------------------- ================================================================================ dbus-cxx-0.6.0-1.el5 (FEDORA-EPEL-2010-0136) C++ bindings for the DBus library -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Rick L Vinyard Jr - 0.6.0-1 - New release -------------------------------------------------------------------------------- ================================================================================ dvisvgm-0.8.8-1.el5.1 (FEDORA-EPEL-2010-0164) A DVI to SVG converter -------------------------------------------------------------------------------- Update Information: This is a minor update release * The name of the Ghostscript shared library may now be set by option --libgs and/or environment variable LIBGS. * If option --bbox is used with only one or two length values (instead of four), it enlarges the minimal bounding box on each side by the given length(s). * A bug in evaluation of option --page has been fixed. * Several patches sent by Peter Breitenlohner have been applied in order to prepare dvisvgm's integration into TeX Live. -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 2 2010 Martin Gieseking - 0.8.8-1 - updated to latest upstream release 0.8.8 * Tue Dec 8 2009 Michael Schwendt - 0.8.7-2 - Explicitly BR potrace-static in accordance with the Packaging Guidelines (potrace-devel is still static-only). -------------------------------------------------------------------------------- ================================================================================ gparted-0.4.8-1.el5 (FEDORA-EPEL-2010-0074) Gnome Partition Editor -------------------------------------------------------------------------------- Update Information: Fix usb automounting issue, while updating to the (near) latest. -------------------------------------------------------------------------------- ChangeLog: * Mon Jan 18 2010 Deji Akingunola - 0.4.8-1 - New upstream version - Remove the hal policy file created by gparted (if it's still there) on upgrade (Should fix BZ #550590) -------------------------------------------------------------------------------- References: [ 1 ] Bug #550590 - Gparted prevents USB Automounting https://bugzilla.redhat.com/show_bug.cgi?id=550590 -------------------------------------------------------------------------------- ================================================================================ iwl5150-firmware-8.24.2.2-1.el5 (FEDORA-EPEL-2010-0151) Firmware for Intel? Wireless 5150 A/G/N network adaptors -------------------------------------------------------------------------------- Update Information: Firmware to allow iwlagn driver to support iwl5150 hardware. -------------------------------------------------------------------------------- References: [ 1 ] Bug #560052 - Add iwl5150-firmware to .el5 https://bugzilla.redhat.com/show_bug.cgi?id=560052 -------------------------------------------------------------------------------- ================================================================================ osutil-1.3.1-3.el5 (FEDORA-EPEL-2010-0153) Operating System Utilities JNI Package -------------------------------------------------------------------------------- Update Information: Operating System Utilities Java Native Interface (JNI) -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 1 2010 Kevin Wright 1.3.1-3 - no java on rhel ppc * Fri Jan 29 2010 Matthew Harmsen 1.3.1-2 - Applied %{?_smp_mflags} option to 'make' -------------------------------------------------------------------------------- References: [ 1 ] Bug #521983 - New package for Dogtag PKI: osutil https://bugzilla.redhat.com/show_bug.cgi?id=521983 -------------------------------------------------------------------------------- ================================================================================ perl-Data-Report-0.10-4.el5 (FEDORA-EPEL-2010-0088) A flexible plugin-driven reporting framework -------------------------------------------------------------------------------- Update Information: Data::Report is a framework for report generation. You define the columns, add the data row by row, and get reports in text, HTML, CSV and so on. Textual ornaments like extra empty lines, dashed lines, and cell lines can be added in a way similar to HTML style sheets. -------------------------------------------------------------------------------- References: [ 1 ] Bug #483286 - Review Request: perl-Data-Report - A flexible plugin-driven reporting framework https://bugzilla.redhat.com/show_bug.cgi?id=483286 [ 2 ] Bug #550192 - mysql-zrm requires the not yet branched perl-data-report https://bugzilla.redhat.com/show_bug.cgi?id=550192 -------------------------------------------------------------------------------- ================================================================================ php-pear-Net-SMTP-1.4.1-1.el5 (FEDORA-EPEL-2010-0174) Provides an implementation of the SMTP protocol -------------------------------------------------------------------------------- Update Information: Upstream Changelog: Version 1.4.1: The auth() method now includes an optional $tls parameter that determines whether or not TLS should be attempted (if supported by the PHP runtime and the remote SMTP server). This parameter defaults to true. (Bug #16349) Header data can be specified separately from message body data by passing it as the optional second parameter to ``data()``. This is especially useful when an open file resource is being used to supply message data because it allows header fields (like *Subject:*) to be built dynamically at runtime. (Request #17012) Version 1.4.0: The data() method now accepts either a string or a file resource containing the message data. (Request #16962) -------------------------------------------------------------------------------- ChangeLog: * Mon Jan 25 2010 Remi Collet 1.4.1-1 - update to 1.4.1 * Sun Jan 24 2010 Remi Collet 1.4.0-1 - update to 1.4.0 - add examples to %doc -------------------------------------------------------------------------------- ================================================================================ pki-native-tools-1.3.0-5.el5 (FEDORA-EPEL-2010-0152) Dogtag Certificate System - Native Tools -------------------------------------------------------------------------------- Update Information: The Dogtag PKI Native Tools -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 29 2010 Matthew Harmsen 1.3.0-5 - Applied %{?_smp_mflags} option to 'make' -------------------------------------------------------------------------------- References: [ 1 ] Bug #522895 - New Package for Dogtag PKI: pki-native-tools https://bugzilla.redhat.com/show_bug.cgi?id=522895 -------------------------------------------------------------------------------- ================================================================================ pki-ra-1.3.0-5.el5 (FEDORA-EPEL-2010-0165) Dogtag Certificate System - Registration Authority -------------------------------------------------------------------------------- Update Information: The Dogtag PKI Registration Authority -------------------------------------------------------------------------------- References: [ 1 ] Bug #553850 - Review Request: pki-ra - The Dogtag PKI Registration Authority https://bugzilla.redhat.com/show_bug.cgi?id=553850 [ 2 ] Bug #553076 - Apply "registry" logic to pki-ra . . . https://bugzilla.redhat.com/show_bug.cgi?id=553076 -------------------------------------------------------------------------------- ================================================================================ pki-symkey-1.3.2-4.el5 (FEDORA-EPEL-2010-0156) Symmetric Key JNI Package -------------------------------------------------------------------------------- Update Information: The Dogtag PKI Symmetric Key Java Native Interface -------------------------------------------------------------------------------- References: [ 1 ] Bug #557632 - Re-Review Request: pki-symkey - rename from symkey https://bugzilla.redhat.com/show_bug.cgi?id=557632 -------------------------------------------------------------------------------- ================================================================================ pootle-2.0.1-5.el5 (FEDORA-EPEL-2010-0077) Localization and translation management web application -------------------------------------------------------------------------------- Update Information: Pootle is web application for managing distributed or crowdsourced translation. It's features include:: * Translation of Gettext PO and XLIFF files. * Submitting to remote version control systems (VCS). * Managing groups of translators * Online webbased or offline translation * Quality checks -------------------------------------------------------------------------------- ================================================================================ puppet-0.25.4-1.el5 (FEDORA-EPEL-2010-0154) A network tool for managing many disparate systems -------------------------------------------------------------------------------- Update Information: The update from 0.24.x to 0.25.x brings many, many changes and improvements to puppet. The upstream release notes cover them in detail: http://reductivelabs.com/trac/puppet/wiki/ReleaseNotes Of note is that 0.25.x clients do not work with 0.24.x masters, so it is important to update the master before or at the same time as clients. -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 29 2010 Todd Zullinger - 0.25.4-1 - Update to 0.25.4 * Tue Jan 19 2010 Todd Zullinger - 0.25.3-2 - Apply upstream patch to fix cron resources (upstream #2845) * Mon Jan 11 2010 Todd Zullinger - 0.25.3-1 - Update to 0.25.3 * Tue Jan 5 2010 Todd Zullinger - 0.25.2-1.1 - Replace %define with %global for macros * Tue Jan 5 2010 Todd Zullinger - 0.25.2-1 - Update to 0.25.2 - Fixes CVE-2010-0156, tmpfile security issue (#502881) - Install auth.conf, puppetqd manpage, and queuing examples/docs * Wed Nov 25 2009 Jeroen van Meeuwen - 0.25.1-1 - New upstream version * Tue Oct 27 2009 Todd Zullinger - 0.25.1-0.3 - Update to 0.25.1 - Include the pi program and man page (R.I.Pienaar) * Sat Oct 17 2009 Todd Zullinger - 0.25.1-0.2.rc2 - Update to 0.25.1rc2 * Tue Sep 22 2009 Todd Zullinger - 0.25.1-0.1.rc1 - Update to 0.25.1rc1 - Move puppetca to puppet package, it has uses on client systems - Drop redundant %doc from manpage %file listings * Fri Sep 4 2009 Todd Zullinger - 0.25.0-1 - Update to 0.25.0 - Fix permissions on /var/log/puppet (#495096) - Install emacs mode and vim syntax files (#491437) - Install ext/ directory in %{_datadir}/puppet (/usr/share/puppet) -------------------------------------------------------------------------------- References: [ 1 ] Bug #502881 - CVE-2010-0156 puppet: several insecure tempfile creation issues https://bugzilla.redhat.com/show_bug.cgi?id=502881 -------------------------------------------------------------------------------- ================================================================================ qhull-2003.1-8.el5 (FEDORA-EPEL-2010-0167) General dimension convex hull programs -------------------------------------------------------------------------------- Update Information: Apply upstream qh_genhash patch. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 1 2010 Orion Poplawski - 2003.1-8 - Apply upstream's qh_gethash patch -------------------------------------------------------------------------------- ================================================================================ report-0.7-1.el5 (FEDORA-EPEL-2010-0161) Incident reporting library -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 28 2010 Gavin Romig-Koch 0.7-1 - upgrade to 0.7 - correct the Requires: for config-RHEL - improve localcopy plugin * Mon Jan 4 2010 Gavin Romig-Koch 0.6-1 - Add suffix to files in '/etc/report.d/' - Create RHEL-template which doesn't depend on a separate python-bugzilla - Correct bugs in report::report template loading which caused the same template to be loaded multiple times, and the wrong templates to be used - Correct a open file leak - Merge the fastback command into report - Rename fastback to report-sendfile - Correct button response bugs in GTKIO -------------------------------------------------------------------------------- ================================================================================ rubygem-icalendar-1.1.0-3.el5 (FEDORA-EPEL-2010-0160) A ruby implementation of the iCalendar specification (RFC-2445) -------------------------------------------------------------------------------- Update Information: Implements the iCalendar specification (RFC-2445) in Ruby. This allows for the generation and parsing of .ics files, which are used by a variety of calendaring applications. -------------------------------------------------------------------------------- ================================================================================ rubygem-rake-compiler-0.6.0-1.el5 (FEDORA-EPEL-2010-0172) Rake-based Ruby C Extension task generator -------------------------------------------------------------------------------- Update Information: rake-compiler aims to help Gem developers while dealing with Ruby C extensions, simplifiying the code and reducing the duplication. It follows *convention over configuration* and set an standarized structure to build and package C extensions in your gems. This is the result of expriences dealing with several Gems that required native extensions across platforms and different user configurations where details like portability and clarity of code were lacking. -------------------------------------------------------------------------------- ================================================================================ sipp-3.1-9.svn586.el5 (FEDORA-EPEL-2010-0162) SIP test tool / traffic generator -------------------------------------------------------------------------------- Update Information: Changelog: * Fri Jan 29 2010 Peter Lemenkov 3.1-9.svn586 - Fix for RHBZ #559620 - Reorganized patches. -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 29 2010 Peter Lemenkov 3.1-9.svn586 - Fix for RHBZ #559620 - Reorganized patches. * Mon Jan 25 2010 Peter Lemenkov 3.1-8.svn586 - Update to svn ver. 586 (fixes lots of small but nasty issues) - Removed patch1, patch3 * Fri Aug 21 2009 Tomas Mraz - 3.1-7 - rebuilt with new openssl * Sun Jul 26 2009 Fedora Release Engineering - 3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #559620 - authorization is broken in SIP scenarios https://bugzilla.redhat.com/show_bug.cgi?id=559620 -------------------------------------------------------------------------------- ================================================================================ socat-1.7.1.2-1.el5 (FEDORA-EPEL-2010-0171) Bidirectional data relay between two data channels ('netcat++') -------------------------------------------------------------------------------- Update Information: Updated to 1.7.1.2 -------------------------------------------------------------------------------- References: [ 1 ] Bug #513720 - Please build latest socat for EPEL 4 and 5 https://bugzilla.redhat.com/show_bug.cgi?id=513720 -------------------------------------------------------------------------------- ================================================================================ ssldump-0.9-0.1.b3.el5 (FEDORA-EPEL-2010-0155) An SSLv3/TLS network protocol analyzer -------------------------------------------------------------------------------- Update Information: This program is an SSLv3/TLS network protocol analyzer. It identifies TCP connections on the chosen network interface and attempts to interpret them as SSLv3/TLS traffic. When ssldump identifies SSLv3/TLS traffic, ssldump decodes the records and displays them in a textual form to stdout. And if provided with the appropriate keying material, ssldump will also decrypt the connections and display the application data traffic. This program is based on tcpdump, a network monitoring and data acquisition tool. -------------------------------------------------------------------------------- References: [ 1 ] Bug #557995 - Review Request: ssldump - An SSLv3/TLS network protocol analyzer https://bugzilla.redhat.com/show_bug.cgi?id=557995 -------------------------------------------------------------------------------- ================================================================================ stonevpn-0.4.5-1.el5 (FEDORA-EPEL-2010-0169) Easy OpenVPN certificate and configuration management -------------------------------------------------------------------------------- Update Information: * Added: manpages for stonevpn (1) and stonevpn.conf (5) * Added: option for custom expiration date of certificate * Fixed: crash when reading an incorrectly written index.txt -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 2 2010 L.S. Keijser - 0.4.5-1 - new version from upstream -------------------------------------------------------------------------------- ================================================================================ superiotool-0-0.21.20100120svn4931.el5 (FEDORA-EPEL-2010-0101) Simple program for detecting Super I/O on your mainboard -------------------------------------------------------------------------------- Update Information: %changelog * Wed Jan 20 2010 Peter Lemenkov 0-0.21.20100120svn4931 - Fixed svn URL. - svn ver. 4931. - Add detection and dump support for the Winbond WPCD376I. - Add detection support for the SMSC FDC37M602. -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 20 2010 Peter Lemenkov 0-0.21.20100120svn4931 - Fixed svn URL. - svn ver. 4931. - Add detection and dump support for the Winbond WPCD376I. - Add detection support for the SMSC FDC37M602. -------------------------------------------------------------------------------- ================================================================================ urg-0.8.7-2.el5 (FEDORA-EPEL-2010-0157) Library to access Hokuyo URG laser range finders -------------------------------------------------------------------------------- Update Information: New package -------------------------------------------------------------------------------- References: [ 1 ] Bug #560322 - Review Request: urg - Library to access Hokuyo URG laser range finders https://bugzilla.redhat.com/show_bug.cgi?id=560322 -------------------------------------------------------------------------------- ================================================================================ wordpress-mu-2.9.1.1-1.el5 (FEDORA-EPEL-2010-0173) WordPress-MU multi-user blogging software -------------------------------------------------------------------------------- Update Information: Accumulated minor bug fixes, and enhanced image editing functionality that allows users to scale, crop, rotate, and flip images within the wordpress UI. To enable the optional image editing functionality, you will need to also install the 'php-gd' package. -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 29 2010 Bret McMillan - 2.9.1.1-1 - collected bug fixes and enhancements from wordpress 2.9.x merged into wpmu 2.9.1 - Plugins options fix: http://trac.mu.wordpress.org/ticket/1193 - wp_getUserBlogs fix: http://trac.mu.wordpress.org/ticket/1195 -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Feb 4 20:44:19 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 04 Feb 2010 20:44:19 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100204204728.778A510FC1D@bastion2.fedora.phx.redhat.com> The following builds have been pushed to Fedora EPEL 5 updates-testing dkim-milter-2.8.3-4.el5 perl-Regexp-Assemble-0.34-3.el5 pki-tps-1.3.0-7.el5 Details about builds: ================================================================================ dkim-milter-2.8.3-4.el5 (FEDORA-EPEL-2010-0175) DomainKeys Identified Mail sender authentication sendmail milter -------------------------------------------------------------------------------- Update Information: require just /usr/sbin/sendmail as we work with postfix as well as with sendmail -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 2 2010 Jim Radford - 2.8.3-4 - require merely /usr/sbin/sendmail as we work with postfix as well as with sendmail -------------------------------------------------------------------------------- References: [ 1 ] Bug #561041 - dkim-milter depends on "sendmail" directly (but postfix works too) https://bugzilla.redhat.com/show_bug.cgi?id=561041 -------------------------------------------------------------------------------- ================================================================================ perl-Regexp-Assemble-0.34-3.el5 (FEDORA-EPEL-2010-0177) Assemble multiple Regular Expressions into a single RE -------------------------------------------------------------------------------- References: [ 1 ] Bug #533733 - Can we have perl-Regexp-Assemble for EPEL - EL5 https://bugzilla.redhat.com/show_bug.cgi?id=533733 -------------------------------------------------------------------------------- ================================================================================ pki-tps-1.3.0-7.el5 (FEDORA-EPEL-2010-0178) Dogtag Certificate System - Token Processing System -------------------------------------------------------------------------------- Update Information: The Dogtag PKI Token Processing System -------------------------------------------------------------------------------- References: [ 1 ] Bug #553852 - Review Request: pki-tps - The Dogtag PKI System Token Processing System https://bugzilla.redhat.com/show_bug.cgi?id=553852 -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Feb 4 20:44:19 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 04 Feb 2010 20:44:19 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100204204728.6D3C310FCAB@bastion2.fedora.phx.redhat.com> The following builds have been pushed to Fedora EPEL 4 updates-testing viewvc-1.1.3-1.el4 Details about builds: ================================================================================ viewvc-1.1.3-1.el4 (FEDORA-EPEL-2010-0176) Browser interface for CVS and SVN version control repositories -------------------------------------------------------------------------------- Update Information: Please note that this is a new branch of viewvc. The package has been split into two packages, one (viewvc-httpd) containing only the Apache configuration file in order to run under mod_python. It is possible to run viewvc as CGI under other types of web servers. WARNING: If you've been running viewvc-1.0.x under Apache, installation of this package will cause you old configuration to stop working. You will have to install viewvc-httpd and manually adjust configuration to get it working again. -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 2 2010 Bojan Smojver - 1.1.3-1 - bump up to 1.1.3 - patch upstream issue #445 -------------------------------------------------------------------------------- From kevin at scrye.com Sat Feb 6 20:29:59 2010 From: kevin at scrye.com (Kevin Fenzi) Date: Sat, 6 Feb 2010 13:29:59 -0700 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> Message-ID: <20100206132959.773d8099@ohm.scrye.com> On Mon, 1 Feb 2010 13:51:17 -0700 Stephen John Smoogen wrote: > Ok there are a class of packages we are running into which I would > consider dead-end packages. The upstream usually makes changes between > major releases which make former releases non-functional without some > work (or in some cases LOTs of work). I think we should look at these > packages as not falling under standard packaging as it becomes a pain > in the ass to deal with on an enterprise packaging standpoint. > > Pulling up something I brought up a long time ago, I would like us to > figure out ways to deal with this.] As Bernard Johnson pointed out we > need to work on a naming convention for these applications to deal > with the fact that well, people rely on them, and their update policy > is a lot of the time crap. > > So taking Bernards and some stuff we talked about a year or two back.. > lets see if we can do the following: ...snip... I have been pondering on this as well, and I wonder if another better approach might be: - Add another repo called "slipstream" or "bleeding" or "incompatibeupdates" or some other catchy name. - Make new versions for the packages that fall into this issue in that repo. ie, mediawiki, rdiff-backup, moin, nagios-3, etc. - For the case of packages where the old version works and still is supported, let it stay in the normal epel/testing repo in addition. For things that are not supported/broken/have known security issues, remove them from the epel/testing repo. - Push updates to the bleeding repo as needed. The expectation for that repo would be: We will try and avoid incompatible upgrades, but that may be impossible, so you should watch every update from this repo and test it in your env. Packages in the bleeding repo may well be newer than ones in the stable repo. You should EITHER use the stable repo only, or the bleeding+stable. I know another repo will be a big pain, but I think this would help us communicate to our users when something is a web app that is not really stable at all and updates rapidly and incompatibly. I think another repo (disabled by default) would communicate this better than 'nagios3' or 'mediawiki-foo' in the "stable" repo. Thoughts? kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From wolfy at nobugconsulting.ro Sun Feb 7 00:20:24 2010 From: wolfy at nobugconsulting.ro (Manuel Wolfshant) Date: Sun, 07 Feb 2010 02:20:24 +0200 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <20100206132959.773d8099@ohm.scrye.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <20100206132959.773d8099@ohm.scrye.com> Message-ID: <4B6E0748.3090604@nobugconsulting.ro> On 02/06/2010 10:29 PM, Kevin Fenzi wrote: > On Mon, 1 Feb 2010 13:51:17 -0700 > Stephen John Smoogen wrote: > > >> Ok there are a class of packages we are running into which I would >> consider dead-end packages. The upstream usually makes changes between >> major releases which make former releases non-functional without some >> work (or in some cases LOTs of work). I think we should look at these >> packages as not falling under standard packaging as it becomes a pain >> in the ass to deal with on an enterprise packaging standpoint. >> >> Pulling up something I brought up a long time ago, I would like us to >> figure out ways to deal with this.] As Bernard Johnson pointed out we >> need to work on a naming convention for these applications to deal >> with the fact that well, people rely on them, and their update policy >> is a lot of the time crap. >> >> So taking Bernards and some stuff we talked about a year or two back.. >> lets see if we can do the following: >> > > ...snip... > > I have been pondering on this as well, and I wonder if another better > approach might be: > > - Add another repo called "slipstream" or "bleeding" or > "incompatibeupdates" or some other catchy name. > > - Make new versions for the packages that fall into this issue in that > repo. ie, mediawiki, rdiff-backup, moin, nagios-3, etc. > > - For the case of packages where the old version works and still is > supported, let it stay in the normal epel/testing repo in addition. > For things that are not supported/broken/have known security issues, > remove them from the epel/testing repo. > > - Push updates to the bleeding repo as needed. The expectation for that > repo would be: We will try and avoid incompatible upgrades, but that > may be impossible, so you should watch every update from this repo > and test it in your env. Packages in the bleeding repo may well be > newer than ones in the stable repo. You should EITHER use the stable > repo only, or the bleeding+stable. > > I know another repo will be a big pain, but I think this would help us > communicate to our users when something is a web app that is not really > stable at all and updates rapidly and incompatibly. I think another > repo (disabled by default) would communicate this better than 'nagios3' > or 'mediawiki-foo' in the "stable" repo. > 100% agree with you. But I am very much afraid that we do not have the resources. From felix.schwarz at oss.schwarz.eu Sun Feb 7 18:56:52 2010 From: felix.schwarz at oss.schwarz.eu (Felix Schwarz) Date: Sun, 07 Feb 2010 19:56:52 +0100 Subject: Upgrade hack for bacula in EPEL5 Message-ID: <4B6F0CF4.1070600@oss.schwarz.eu> Hi, == summary == The current bacula package in EPEL is faulty. I built an upgrade hack so that we don't require manual intervention by sysadmins. In order to get it right this time, an rigorous review is desirable. == background == The bacula package (storage+director) in EPEL5 which is shipped since September 2007 contains a nasty bug in the %post/%postun scriptlets. If the package is ever updated, a symlink will be missing and bacula will not start anymore. This can be fixed e.g. by a manual install/uninstall of the bacula package. This error was present in Fedora but was fixed there a long time ago. == current situation == We can not update the bacula package (e.g. for security reasons) without breaking a lot of installs. == plan for attack == The old package will remove the symlink generated by alternatives during %postun unconditionally (also during upgrade). Therefore we replace the symlink in the new package with a copy of the real file, alternatives won't touch it and the user is happy. After some time when everyone ("almost everyone") upgraded, we ship another update which reverts this ugly hack. == current implementation == I have a series of spec file patches which implement the fix: http://www.felix-schwarz.name/files/misc/2010/bacula_upgrade_hack/ Also I built some test scripts which check some install/uninstall/upgrade procedures. I wrote at least some lines how to use them in 'how_to_test.txt'. Scratch builds: http://koji.fedoraproject.org/koji/taskinfo?taskID=1964332 http://koji.fedoraproject.org/koji/taskinfo?taskID=1964343 http://koji.fedoraproject.org/koji/taskinfo?taskID=1964372 == roadmap == I would like to gather as many reviews as possible on that issue: - Is this issue worth tackling? - Is my plan of action sane? - Any other issues? 1) Wait for reviews+suggestions (1-2 weeks) 2) Commit/build (assuming that the plan is approved) 3) Push a new bacula to testing (2 months) 4) Push bacula to stable 5) Revert upgrade hack [ ] done fs From a.badger at gmail.com Mon Feb 8 17:36:54 2010 From: a.badger at gmail.com (Toshio Kuratomi) Date: Mon, 8 Feb 2010 12:36:54 -0500 Subject: Upgrade hack for bacula in EPEL5 In-Reply-To: <4B6F0CF4.1070600@oss.schwarz.eu> References: <4B6F0CF4.1070600@oss.schwarz.eu> Message-ID: <20100208173654.GX13119@unaka.lan> On Sun, Feb 07, 2010 at 07:56:52PM +0100, Felix Schwarz wrote: > == current situation == > We can not update the bacula package (e.g. for security reasons) > without breaking a lot of installs. > > == plan for attack == > The old package will remove the symlink generated by alternatives > during %postun unconditionally (also during upgrade). Therefore we > replace the symlink in the new package with a copy of the real file, > alternatives won't touch it and the user is happy. > > After some time when everyone ("almost everyone") upgraded, we ship > another update which reverts this ugly hack. > Most likely, we would want the %postun hack to remain for the lifetime of EPEL-5 (not sure if you want to carry over into EL-6 as well). Other than that, this looks sane. > == current implementation == > I have a series of spec file patches which implement the fix: > http://www.felix-schwarz.name/files/misc/2010/bacula_upgrade_hack/ > > Also I built some test scripts which check some > install/uninstall/upgrade procedures. I wrote at least some lines how > to use them in 'how_to_test.txt'. > The tar files there are giving me permission denied but the approach sounds like it's both worth doing and that you've got a plan that works as well as anything dealing with replacing symlinks can. -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From alain.portal at free.fr Mon Feb 8 17:37:19 2010 From: alain.portal at free.fr (Alain Portal) Date: Mon, 8 Feb 2010 18:37:19 +0100 Subject: piklab failed to build in koji Message-ID: <201002081837.20067.alain.portal@free.fr> Hi, As I'll plan to request the EPEL-5 branch for piklab, I tried to build in koji. But the built failed ans I don't unerstand why. Can somebody help me? http://koji.fedoraproject.org/koji/taskinfo?taskID=1967477 Regards, Alain -- Les pages de manuel Linux en fran?ais http://manpagesfr.free.fr -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From aaron.knister at gmail.com Mon Feb 8 17:51:40 2010 From: aaron.knister at gmail.com (Aaron Knister) Date: Mon, 08 Feb 2010 12:51:40 -0500 Subject: piklab failed to build in koji In-Reply-To: <201002081837.20067.alain.portal@free.fr> References: <201002081837.20067.alain.portal@free.fr> Message-ID: <4B704F2C.8030605@gmail.com> Just a guess here- Looking at root.log towards the bottom there's this: DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG util.py:256: piklab warning: user alain does not exist - using root DEBUG util.py:256: warning: group alain does not exist - using root DEBUG util.py:256: ################################################## DEBUG util.py:256: error: unpacking of archive failed on file /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: cpio: MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1 I don't know how/why that would occur On 2/8/10 12:37 PM, Alain Portal wrote: > Hi, > > As I'll plan to request the EPEL-5 branch for piklab, I tried to build in > koji. > But the built failed ans I don't unerstand why. > Can somebody help me? > http://koji.fedoraproject.org/koji/taskinfo?taskID=1967477 > > Regards, > Alain > > > > _______________________________________________ > epel-devel-list mailing list > epel-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/epel-devel-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul at city-fan.org Mon Feb 8 18:08:45 2010 From: paul at city-fan.org (Paul Howarth) Date: Mon, 8 Feb 2010 18:08:45 +0000 Subject: piklab failed to build in koji In-Reply-To: <4B704F2C.8030605@gmail.com> References: <201002081837.20067.alain.portal@free.fr> <4B704F2C.8030605@gmail.com> Message-ID: <20100208180845.7d3536f2@city-fan.org> On Mon, 08 Feb 2010 12:51:40 -0500 Aaron Knister wrote: > Just a guess here- > > Looking at root.log towards the bottom there's this: > > DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', > '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG > util.py:256: piklab warning: user alain does > not exist - using root DEBUG util.py:256: warning: group alain does > not exist - using root DEBUG util.py:256: > ################################################## DEBUG > util.py:256: error: unpacking of archive failed on > file /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: > cpio: MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1 > > I don't know how/why that would occur It was probably an srpm-scratch-build with the SRPM created for a recent Fedora (i.e. with stronger SHA signatures) rather than using an SRPM built in the EL-5 branch, which would have had appropriate signatures for an EL-5 build. Paul. From alain.portal at free.fr Mon Feb 8 18:19:29 2010 From: alain.portal at free.fr (Alain Portal) Date: Mon, 8 Feb 2010 19:19:29 +0100 Subject: piklab failed to build in koji In-Reply-To: <4B704F2C.8030605@gmail.com> References: <201002081837.20067.alain.portal@free.fr> <4B704F2C.8030605@gmail.com> Message-ID: <201002081919.30040.alain.portal@free.fr> Le lundi 08 f?vrier 2010 18:51:40, Aaron Knister a ?crit : > Just a guess here- > > Looking at root.log towards the bottom there's this: > > DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', > '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG > util.py:256: piklab warning: user alain does not > exist - using root DEBUG util.py:256: warning: group alain does not exist > - using root DEBUG util.py:256: > ################################################## DEBUG util.py:256: > error: unpacking of archive failed on file > /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: cpio: > MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1 > > I don't know how/why that would occur As me... -- Les pages de manuel Linux en fran?ais http://manpagesfr.free.fr -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From alain.portal at free.fr Mon Feb 8 18:29:53 2010 From: alain.portal at free.fr (Alain Portal) Date: Mon, 8 Feb 2010 19:29:53 +0100 Subject: piklab failed to build in koji In-Reply-To: <20100208180845.7d3536f2@city-fan.org> References: <201002081837.20067.alain.portal@free.fr> <4B704F2C.8030605@gmail.com> <20100208180845.7d3536f2@city-fan.org> Message-ID: <201002081929.53290.alain.portal@free.fr> Le lundi 08 f?vrier 2010 19:08:45, Paul Howarth a ?crit : > It was probably an srpm-scratch-build with the SRPM created for a > recent Fedora (i.e. with stronger SHA signatures) rather than using an > SRPM built in the EL-5 branch, which would have had appropriate > signatures for an EL-5 build. SRPM was built on F12. Unfortunately, I haven't yet enough machine to install an EL-5 like OS. -- Les pages de manuel Linux en fran?ais http://manpagesfr.free.fr -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From dan at danny.cz Mon Feb 8 18:30:27 2010 From: dan at danny.cz (Dan =?ISO-8859-1?Q?Hor=E1k?=) Date: Mon, 08 Feb 2010 19:30:27 +0100 Subject: piklab failed to build in koji In-Reply-To: <201002081919.30040.alain.portal@free.fr> References: <201002081837.20067.alain.portal@free.fr> <4B704F2C.8030605@gmail.com> <201002081919.30040.alain.portal@free.fr> Message-ID: <1265653827.2644.37.camel@eagle.danny.cz> Alain Portal p??e v Po 08. 02. 2010 v 19:19 +0100: > Le lundi 08 f?vrier 2010 18:51:40, Aaron Knister a ?crit : > > Just a guess here- > > > > Looking at root.log towards the bottom there's this: > > > > DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', > > '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG > > util.py:256: piklab warning: user alain does not > > exist - using root DEBUG util.py:256: warning: group alain does not exist > > - using root DEBUG util.py:256: > > ################################################## DEBUG util.py:256: > > error: unpacking of archive failed on file > > /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: cpio: > > MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1 > > > > I don't know how/why that would occur > > As me... If you are creating the srpms with rpmbuild and not with "make srpm" in checkout directory from CVS and you are running Fedora 12+, then you must use rpmbuild-md5 for EL packages. Dan From felix.schwarz at oss.schwarz.eu Mon Feb 8 18:45:29 2010 From: felix.schwarz at oss.schwarz.eu (Felix Schwarz) Date: Mon, 08 Feb 2010 19:45:29 +0100 Subject: Upgrade hack for bacula in EPEL5 In-Reply-To: <20100208173654.GX13119@unaka.lan> References: <4B6F0CF4.1070600@oss.schwarz.eu> <20100208173654.GX13119@unaka.lan> Message-ID: <4B705BC9.9080009@oss.schwarz.eu> Am 08.02.2010 18:36, schrieb Toshio Kuratomi: > The tar files there are giving me permission denied [x] fixed I think I forgot to mention one limitation of the upgrade hack: bacula has several database backends - however these are not pluggable (e.g. dlopen/so file). Therefore we have packages like bacula-directory-sqlite and bacula-director-mysql. Currently you can have both installed in parallel but use just one of them (that's where the alternatives come into play). With the upgrade hack, the different db specific packages will conflict with each other. If a user has such a configuration he can not upgrade without removing one of the packages before. fs From felix.schwarz at schwarz.eu Mon Feb 8 18:43:21 2010 From: felix.schwarz at schwarz.eu (Felix Schwarz) Date: Mon, 08 Feb 2010 19:43:21 +0100 Subject: Upgrade hack for bacula in EPEL5 In-Reply-To: <20100208173654.GX13119@unaka.lan> References: <4B6F0CF4.1070600@oss.schwarz.eu> <20100208173654.GX13119@unaka.lan> Message-ID: <4B705B49.6060600@schwarz.eu> Am 08.02.2010 18:36, schrieb Toshio Kuratomi: > The tar files there are giving me permission denied [x] fixed I think I forgot to mention one limitation of the upgrade hack: bacula has several database backends - however these are not pluggable (e.g. dlopen/so file). Therefore we have packages like bacula-directory-sqlite and bacula-director-mysql. Currently you can have both installed in parallel but use just one of them (that's where the alternatives come into play). With the upgrade hack, the different db specific packages will conflict with each other. If a user has such a configuration he can not upgrade without removing one of the packages before. fs From alain.portal at free.fr Mon Feb 8 19:23:48 2010 From: alain.portal at free.fr (Alain Portal) Date: Mon, 8 Feb 2010 20:23:48 +0100 Subject: piklab failed to build in koji In-Reply-To: <1265653827.2644.37.camel@eagle.danny.cz> References: <201002081837.20067.alain.portal@free.fr> <201002081919.30040.alain.portal@free.fr> <1265653827.2644.37.camel@eagle.danny.cz> Message-ID: <201002082023.49042.alain.portal@free.fr> Le lundi 08 f?vrier 2010 19:30:27, Dan Hor?k a ?crit : > If you are creating the srpms with rpmbuild and not with "make srpm" in > checkout directory from CVS and you are running Fedora 12+, then you > must use rpmbuild-md5 for EL packages. Works fine, thanks! Alain -- Les pages de manuel Linux en fran?ais http://manpagesfr.free.fr -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From dennis at ausil.us Mon Feb 8 19:35:04 2010 From: dennis at ausil.us (Dennis Gilmore) Date: Mon, 8 Feb 2010 13:35:04 -0600 Subject: piklab failed to build in koji In-Reply-To: <1265653827.2644.37.camel@eagle.danny.cz> References: <201002081837.20067.alain.portal@free.fr> <201002081919.30040.alain.portal@free.fr> <1265653827.2644.37.camel@eagle.danny.cz> Message-ID: <201002081335.12848.dennis@ausil.us> On Monday 08 February 2010 12:30:27 pm Dan Hor?k wrote: > Alain Portal p??e v Po 08. 02. 2010 v 19:19 +0100: > > Le lundi 08 f?vrier 2010 18:51:40, Aaron Knister a ?crit : > > > Just a guess here- > > > > > > Looking at root.log towards the bottom there's this: > > > > > > DEBUG util.py:280: Executing command: ['rpm', '-Uvh', '--nodeps', > > > > > > '/builddir/build/originals/piklab-0.15.3-5.fc12.src.rpm'] DEBUG > > > util.py:256: piklab warning: user alain does not > > > exist - using root DEBUG util.py:256: warning: group alain does not > > > exist - using root DEBUG util.py:256: > > > ################################################## DEBUG util.py:256: > > > error: unpacking of archive failed on file > > > /builddir/build/SOURCES/piklab-0.12.1.x-desktop-fr.patch;4b6edb42: > > > cpio: MD5 sum mismatch DEBUG util.py:319: Child returncode was: 1 > > > > > > I don't know how/why that would occur > > > > As me... > > If you are creating the srpms with rpmbuild and not with "make srpm" in > checkout directory from CVS and you are running Fedora 12+, then you > must use rpmbuild-md5 for EL packages. you must use it for all SRPM creation intened for EL from a active fedora branch. in the EL branches we call rpmbuild with the right definitions. we do not make the same defines in the fedora branches. you can do make srpm. then copy and past the command it runs and change rpmbuild to rpmbuild-md5 Dennis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From kevin at tummy.com Mon Feb 8 23:05:41 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Mon, 8 Feb 2010 16:05:41 -0700 Subject: Upgrade hack for bacula in EPEL5 In-Reply-To: <4B705BC9.9080009@oss.schwarz.eu> References: <4B6F0CF4.1070600@oss.schwarz.eu> <20100208173654.GX13119@unaka.lan> <4B705BC9.9080009@oss.schwarz.eu> Message-ID: <20100208160541.6f97e208@ohm.scrye.com> On Mon, 08 Feb 2010 19:45:29 +0100 Felix Schwarz wrote: > Am 08.02.2010 18:36, schrieb Toshio Kuratomi: > > The tar files there are giving me permission denied > > [x] fixed > > I think I forgot to mention one limitation of the upgrade hack: > bacula has several database backends - however these are not > pluggable (e.g. dlopen/so file). Therefore we have packages like > bacula-directory-sqlite and bacula-director-mysql. Currently you can > have both installed in parallel but use just one of them (that's > where the alternatives come into play). > > With the upgrade hack, the different db specific packages will > conflict with each other. If a user has such a configuration he can > not upgrade without removing one of the packages before. That sounds like something to note to epel-announce when the package is pushed out to stable. (ie, why it's happening and what to do to get it working again). The hack seems fine to me... but I also think it should just stay around in EPEL5 after it lands. You can get rid of it for RHEL6. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From smooge at gmail.com Mon Feb 8 23:26:18 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Mon, 8 Feb 2010 16:26:18 -0700 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <20100206132959.773d8099@ohm.scrye.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <20100206132959.773d8099@ohm.scrye.com> Message-ID: <80d7e4091002081526h6ec27398sd69cf2b73d608d0b@mail.gmail.com> On Sat, Feb 6, 2010 at 1:29 PM, Kevin Fenzi wrote: > On Mon, 1 Feb 2010 13:51:17 -0700 > Stephen John Smoogen wrote: > >> Ok there are ?a class of packages we are running into which I would >> consider dead-end packages. The upstream usually makes changes between >> major releases which make former releases non-functional without some >> work (or in some cases LOTs of work). I think we should look at these >> packages as not falling under standard packaging as it becomes a pain >> in the ass to deal with on an enterprise packaging standpoint. >> >> Pulling up something I brought up a long time ago, I would like us to >> figure out ways to deal with this.] As Bernard Johnson pointed out we >> need to work on a naming convention for these applications to deal >> with the fact that well, people rely on them, and their update policy >> is a lot of the time crap. >> >> So taking Bernards and some stuff we talked about a year or two back.. >> lets see if we can do the following: > > ...snip... > > I have been pondering on this as well, and I wonder if another better > approach might be: > > - Add another repo called "slipstream" or "bleeding" or > ?"incompatibeupdates" or some other catchy name. > > - Make new versions for the packages that fall into this issue in that > ?repo. ie, mediawiki, rdiff-backup, moin, nagios-3, etc. > > - For the case of packages where the old version works and still is > ?supported, let it stay in the normal epel/testing repo in addition. > ?For things that are not supported/broken/have known security issues, > ?remove them from the epel/testing repo. > > - Push updates to the bleeding repo as needed. The expectation for that > ?repo would be: We will try and avoid incompatible upgrades, but that > ?may be impossible, so you should watch every update from this repo > ?and test it in your env. Packages in the bleeding repo may well be > ?newer than ones in the stable repo. You should EITHER use the stable > ?repo only, or the bleeding+stable. > > I know another repo will be a big pain, but I think this would help us > communicate to our users when something is a web app that is not really > stable at all and updates rapidly and incompatibly. I think another > repo (disabled by default) would communicate this better than 'nagios3' > or 'mediawiki-foo' in the "stable" repo. > > Thoughts? I think it has a nugget to work on so I am not against this.. What goes into stable? I can see slipstream getting all the packages because its easier to break things.. but I don't see much reason to put stuff into stable. > kevin > > _______________________________________________ > epel-devel-list mailing list > epel-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/epel-devel-list > > -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From updates at fedoraproject.org Tue Feb 9 04:00:16 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 09 Feb 2010 04:00:16 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100209040343.75A3C110277@bastion2.fedora.phx.redhat.com> The following builds have been pushed to Fedora EPEL 4 updates-testing flashrom-0.9.1-2.svn893.el4 mpich2-1.2.1-3.el4 Details about builds: ================================================================================ flashrom-0.9.1-2.svn893.el4 (FEDORA-EPEL-2010-0184) Simple program for reading/writing BIOS chips content -------------------------------------------------------------------------------- Update Information: Updated to svn rev. 893 (lots of new hardware added) -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Peter Lemenkov 0.9.1-2.svn893 - Updated to latest svn ver. 893 - ST M29W512B chip - Tekram P6Pro-A5 board - Fixed GIGABYTE GA-7ZM board - SST39SF512 chip - Fixed SyncMOS S29C51004T chip - Intel NM10 chipset - Fixed A25L40PU and A2540PT chip - Spansion S25FL008A chip - MSI 651M-L board - Several Eon EN25Bxx{T,B} chips - Fixed Sharp LHF00L04 chip - VIA VT8233A chipset - MSI K8N Neo4-F board - Intel Poulsbo chipset - ECS K7S6A board - ASRock M3A790GXH/128M board - Asus M2V-MX board - Shuttle AK31 board - Fixed MSI KT4V board - Asus P4B266LM board - Asrock P4i65GV board - Intel 3400 series / 5 series chipset - W25x32 and W25x64 chips - Sanyo LF25FW203A chip (sometimes labeled as 25FW203T) - Shuttle FN25 (SN25P) board - EPoX EP-8RDA3+ board - ASUS P5ND2-SLI Deluxe board - nVidia nForce 4 chipset - VIA VT82C596 chipset - Wyse Winterm S50 board - Dell S1850 board - Dr. Kaiser PC-Waechter PCI devices -------------------------------------------------------------------------------- ================================================================================ mpich2-1.2.1-3.el4 (FEDORA-EPEL-2010-0195) A high-performance implementation of MPI -------------------------------------------------------------------------------- Update Information: Replace the use of a macro not available in RHEL4's rpm -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 4 2010 Deji Akingunola - 1.2.1-3 - Replace __isa_bits macro in the post-script (macros not in RHEL5 rpm). -------------------------------------------------------------------------------- From updates at fedoraproject.org Tue Feb 9 04:00:16 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 09 Feb 2010 04:00:16 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100209040343.8349C1103D3@bastion2.fedora.phx.redhat.com> The following builds have been pushed to Fedora EPEL 5 updates-testing dnssec-conf-1.21-7.el5 flashrom-0.9.1-2.svn893.el5 garmindev-0.3.3-1.el5 gitweb-caching-1.6.5.2-6.cda981c9.el5 mozilla-noscript-1.9.9.45-1.el5 mpich2-1.2.1-3.el5 perl-Pod-PseudoPod-0.15-1.el5 perl-SVG-2.36-2.el5 perl-WWW-Curl-4.11-1.el5.1 php-pear-Auth-SASL-1.0.4-1.el5 qwt-5.1.2-0.el5 qwt-doc-5.1.2-1.el5 udis86-1.7-3.el5 webattery-1.2-6.el5 zarafa-6.30.10-1.el5 Details about builds: ================================================================================ dnssec-conf-1.21-7.el5 (FEDORA-EPEL-2010-0186) DNSSEC and DLV configuration and priming tool -------------------------------------------------------------------------------- Update Information: Package contained expired trust anchors for RIPE's reverse zones, causing significant traffic from bind servers repeatedly trying to obtain non-existing DNSKEY's See https://lists.isc.org/pipermail/bind- users/2010-February/078726.html -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 5 2010 Paul Wouters - 1.21-7 - Bump tag * Fri Feb 5 2010 Paul Wouters - 1.21-6 - Do not ship (expired!) DNSSEC trust anchors for in-addr.arpa zones. Rely on the DLV and (from July 2010 onwards) the signed root - Use trigger to recreate an updated named.dnssec.keys and restart nameservers -------------------------------------------------------------------------------- ================================================================================ flashrom-0.9.1-2.svn893.el5 (FEDORA-EPEL-2010-0189) Simple program for reading/writing BIOS chips content -------------------------------------------------------------------------------- Update Information: Updated to svn rev. 893 (lots of new hardware added) -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Peter Lemenkov 0.9.1-2.svn893 - Updated to latest svn ver. 893 - ST M29W512B chip - Tekram P6Pro-A5 board - Fixed GIGABYTE GA-7ZM board - SST39SF512 chip - Fixed SyncMOS S29C51004T chip - Intel NM10 chipset - Fixed A25L40PU and A2540PT chip - Spansion S25FL008A chip - MSI 651M-L board - Several Eon EN25Bxx{T,B} chips - Fixed Sharp LHF00L04 chip - VIA VT8233A chipset - MSI K8N Neo4-F board - Intel Poulsbo chipset - ECS K7S6A board - ASRock M3A790GXH/128M board - Asus M2V-MX board - Shuttle AK31 board - Fixed MSI KT4V board - Asus P4B266LM board - Asrock P4i65GV board - Intel 3400 series / 5 series chipset - W25x32 and W25x64 chips - Sanyo LF25FW203A chip (sometimes labeled as 25FW203T) - Shuttle FN25 (SN25P) board - EPoX EP-8RDA3+ board - ASUS P5ND2-SLI Deluxe board - nVidia nForce 4 chipset - VIA VT82C596 chipset - Wyse Winterm S50 board - Dell S1850 board - Dr. Kaiser PC-Waechter PCI devices -------------------------------------------------------------------------------- ================================================================================ garmindev-0.3.3-1.el5 (FEDORA-EPEL-2010-0190) Drivers for communication with Garmin GPS devices -------------------------------------------------------------------------------- Update Information: added support GPSMap60C -------------------------------------------------------------------------------- ChangeLog: * Sat Feb 6 2010 Dan Hor?k 0.3.3-1 - update to version 0.3.3 * Tue Jan 26 2010 Dan Hor?k 0.3.2-1 - update to version 0.3.2 -------------------------------------------------------------------------------- ================================================================================ gitweb-caching-1.6.5.2-6.cda981c9.el5 (FEDORA-EPEL-2010-0193) Simple web interface to git repositories w/ caching support -------------------------------------------------------------------------------- Update Information: Initial inclusion -------------------------------------------------------------------------------- ================================================================================ mozilla-noscript-1.9.9.45-1.el5 (FEDORA-EPEL-2010-0183) Javascript whitelist extension for Mozilla Firefox -------------------------------------------------------------------------------- Update Information: Changes since 1.9.9.39: [+] new feature, [x] bug fix, [-] removed feature, [=] repackaging or cosmetic change v 1.9.9.45 ========================================================================== x Enhanced compatibility with Paypal encrypted buttons x Fixed some anti-popunder surrogate incompatibilities v 1.9.9.44 ========================================================================== x Fixed allowing a Flash object causing a page reload sometimes (thanks al9_x for reporting) x Script Surrogate to work around Facebook's "noscript" cookie x Fixed minor incompatibilities caused by the anti-popunder surrogate v 1.9.9.43 ========================================================================== x Fixed broken popup issue on some sites (thanks John for reporting) x Fixed ghost sites in context menus on about:blank after a complex frame structure with redirects has been shown in the same tab (thanks simpleton for reporting) x Fixed XSS false positive on certain nested URL patterns (thanks NoRelationToNed for reporting) v 1.9.9.42 ========================================================================== + ClearClick: more efficient code paths specific to Fx 3.6 and above x Fixed zoom-related ClearClick false positives on Fx 3.6 and above x Fixed fonts being reported as "unknown" type in Blocked Objects menu v 1.9.9.41 ========================================================================== + Fix for newline-based double-reflection InjectionChecker bypass (thanks Sirdarckcat for reporting) x Surrogate scripts from local files: surrogate's replacement is treated as a file:// URL and resolved against current browser profile if it starts with "file://", "./" or "../" (thanks Richard Stallman, Johan Euphrosine and Sam Imtiaz) v 1.9.9.40 ========================================================================== x Improved bookmarklet compatibility -------------------------------------------------------------------------------- ChangeLog: * Sun Feb 7 2010 Thomas Spura - 1.9.9.45-1 - update to new version * Sat Jan 23 2010 Thomas Spura - 1.9.9.39-1 - update to new version -------------------------------------------------------------------------------- ================================================================================ mpich2-1.2.1-3.el5 (FEDORA-EPEL-2010-0182) A high-performance implementation of MPI -------------------------------------------------------------------------------- Update Information: Replace the use of a macro not available in RHEL5's rpm -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 4 2010 Deji Akingunola - 1.2.1-3 - Replace __isa_bits macro in the post-script (macros not in RHEL5 rpm). -------------------------------------------------------------------------------- ================================================================================ perl-Pod-PseudoPod-0.15-1.el5 (FEDORA-EPEL-2010-0188) Framework for extending the POD tags for book manuscripts -------------------------------------------------------------------------------- Update Information: initial package for this brunch for the PseudoPod Framework Perl-Module -------------------------------------------------------------------------------- ================================================================================ perl-SVG-2.36-2.el5 (FEDORA-EPEL-2010-0181) An extension to generate stand-alone or inline SGV -------------------------------------------------------------------------------- Update Information: A Perl extension to generate stand-alone or inline SVG (scaleable vector graphics) images using the W3C SVG XML recommendation -------------------------------------------------------------------------------- ================================================================================ perl-WWW-Curl-4.11-1.el5.1 (FEDORA-EPEL-2010-0192) Perl extension interface for libcurl -------------------------------------------------------------------------------- Update Information: First EL5 build. -------------------------------------------------------------------------------- ================================================================================ php-pear-Auth-SASL-1.0.4-1.el5 (FEDORA-EPEL-2010-0179) Abstraction of various SASL mechanism responses -------------------------------------------------------------------------------- Update Information: Upstream Changelog: QA release * Fix bug #16624: open_basedir restriction warning in DigestMD5.php [till] -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Remi Collet 1.0.4-1 - update to 1.0.4 -------------------------------------------------------------------------------- ================================================================================ qwt-5.1.2-0.el5 (FEDORA-EPEL-2010-0187) Qt Widgets for Technical Applications -------------------------------------------------------------------------------- Update Information: Update to 5.1.2 -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 5 2010 Frank B?ttner - 5.2.0-1 - update to 5.1.2 -------------------------------------------------------------------------------- References: [ 1 ] Bug #503158 - New version released (5.1.2) https://bugzilla.redhat.com/show_bug.cgi?id=503158 -------------------------------------------------------------------------------- ================================================================================ qwt-doc-5.1.2-1.el5 (FEDORA-EPEL-2010-0180) Documentation of qwt -------------------------------------------------------------------------------- Update Information: update to 5.1.2 -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 5 2010 Frank B?ttner References: <200905261408.17072.opensource@till.name> <200906022138.59564.till.maas@till.name> <200906030727.10274.dennis@ausil.us> <200906040954.12129.opensource@till.name> <20100117082302.GD18314@genius.kawo2.rwth-aachen.de> <20100117083959.GE18314@genius.kawo2.rwth-aachen.de> <20100118103207.6fd317c8@ohm.scrye.com> <20100118185920.GG14135@genius.kawo2.rwth-aachen.de> <20100118123543.450828b7@ohm.scrye.com> <20100118200549.GJ14135@genius.kawo2.rwth-aachen.de> Message-ID: <20100209124040.GB3112@genius.kawo2.rwth-aachen.de> On Mon, Jan 18, 2010 at 09:05:49PM +0100, Till Maas wrote: > On Mon, Jan 18, 2010 at 12:35:43PM -0700, Kevin Fenzi wrote: > > On Mon, 18 Jan 2010 19:59:20 +0100 > > Till Maas wrote: > > > > > > The mock config can be changed to not use this repo that only provides > > > unsigned RPMs: > > > http://buildsys.fedoraproject.org/buildgroups/rhel5/i386/ > > > > > > Then one can a lot easier enable gpgcheck in the mock config. > > > Currently it involves downloading and auditing the rpms in above repo > > > and mirror it locally. > > > > Perhaps we could just sign those packages? > > (Possibly with a different key)? > > I don't think that it would be easier, but if it is done, then please > with the same key to kind of ensure that it is stored carefully. > Here is btw the discussion from 2007 about the same issue but for > Fedora: > > http://lists.fedoraproject.org/pipermail/devel/2007-June/104640.html Another three weeks have passed without any progress, so I will create a review request for buildsys-macros. Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From updates at fedoraproject.org Thu Feb 11 01:32:31 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 11 Feb 2010 01:32:31 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100211013231.3978F10FAC6@bastion2.fedora.phx.redhat.com> The following builds have been pushed to Fedora EPEL 5 updates-testing dnssec-conf-1.21-8.el5 dspam-3.9.0-5.el5 perl-Apache-DBI-1.08-1.el5 perl-GD-SVG-0.33-1.el5 perl-SVG-2.49-1.el5 piklab-0.15.3-5.el5.2 python-turbojson-1.2.1-9.el5 Details about builds: ================================================================================ dnssec-conf-1.21-8.el5 (FEDORA-EPEL-2010-0199) DNSSEC and DLV configuration and priming tool -------------------------------------------------------------------------------- Update Information: fix on previous update of dnssec-conf to remove old RIPE trust anchors in a fedora-style location keyfile if present. Note: A similar failure as on Fedora does not happen on EL-5, as the EL-5 bind is too old for proper DNSSEC processing, and the bind package does not depend on dnssec-conf. -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 9 2010 Paul Wouters - 1.21-8 - Also remove the RIPE trust anchors from the named.dnssec.keys if the file lives in /etc * Fri Feb 5 2010 Paul Wouters - 1.21-7 - Bump tag * Fri Feb 5 2010 Paul Wouters - 1.21-6 - Do not ship (expired!) DNSSEC trust anchors for in-addr.arpa zones. Rely on the DLV and (from July 2010 onwards) the signed root - Use trigger to recreate an updated named.dnssec.keys and restart nameservers -------------------------------------------------------------------------------- References: [ 1 ] Bug #563232 - Update to dnssec-conf-1.21-7.fc12.noarch causes named to quit https://bugzilla.redhat.com/show_bug.cgi?id=563232 -------------------------------------------------------------------------------- ================================================================================ dspam-3.9.0-5.el5 (FEDORA-EPEL-2010-0204) A library and Mail Delivery Agent for Bayesian SPAM filtering -------------------------------------------------------------------------------- Update Information: fix cron file issue -------------------------------------------------------------------------------- ================================================================================ perl-Apache-DBI-1.08-1.el5 (FEDORA-EPEL-2010-0203) Persistent database connections with Apache/mod_perl -------------------------------------------------------------------------------- Update Information: Upstream changes: 1.08 February 3rd, 2010 - Fix bug to allow DBI in startup.pl etc again Bug report from Adam Prime, patch from Lubomir Rintel https://rt.cpan.org/Public/Bug/Display.html?id=36346 -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 9 2010 Remi Collet 1.08-1 - update to 1.08 (bugfix) -------------------------------------------------------------------------------- ================================================================================ perl-GD-SVG-0.33-1.el5 (FEDORA-EPEL-2010-0200) GD::SVG enables SVG output from scripts written using GD -------------------------------------------------------------------------------- Update Information: GD::SVG seamlessly enables the scalable vector graphics (SVG) output from scripts written using GD. It accomplishes this by translating GD functions into SVG functions. -------------------------------------------------------------------------------- ================================================================================ perl-SVG-2.49-1.el5 (FEDORA-EPEL-2010-0202) An extension to generate stand-alone or inline SGV -------------------------------------------------------------------------------- Update Information: A Perl extension to generate stand-alone or inline SVG (scaleable vector graphics) images using the W3C SVG XML recommendation -------------------------------------------------------------------------------- ================================================================================ piklab-0.15.3-5.el5.2 (FEDORA-EPEL-2010-0198) Development environment for applications based on PIC & dsPIC microcontrollers -------------------------------------------------------------------------------- ================================================================================ python-turbojson-1.2.1-9.el5 (FEDORA-EPEL-2010-0197) Python template plugin that supports json -------------------------------------------------------------------------------- Update Information: Fixes bug where returning SQLAlchemy ProxyResults or ProxyRow were not recognized. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Toshio Kuratomi - 1.2.1-9 - Add patch to fix SA RowProxy and ResultProxy - Update BR for setuptools and defining python_sitelib - Trim changelog * Sun Jul 26 2009 Fedora Release Engineering - 1.2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Feb 11 01:32:31 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 11 Feb 2010 01:32:31 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100211013231.3572210F972@bastion2.fedora.phx.redhat.com> The following builds have been pushed to Fedora EPEL 4 updates-testing perl-Apache-DBI-1.08-1.el4 Details about builds: ================================================================================ perl-Apache-DBI-1.08-1.el4 (FEDORA-EPEL-2010-0201) Persistent database connections with Apache/mod_perl -------------------------------------------------------------------------------- Update Information: Upstream changes: 1.08 February 3rd, 2010 - Fix bug to allow DBI in startup.pl etc again Bug report from Adam Prime, patch from Lubomir Rintel https://rt.cpan.org/Public/Bug/Display.html?id=36346 -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 9 2010 Remi Collet 1.08-1 - update to 1.08 (bugfix) -------------------------------------------------------------------------------- From smooge at gmail.com Thu Feb 11 19:38:14 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Thu, 11 Feb 2010 12:38:14 -0700 Subject: Call for Topics: Meeting for 2100 UTC 2009-02-11 Message-ID: <80d7e4091002111138s19b2cc50sace948aa1c391036@mail.gmail.com> Here's the topic list for tomorrows EPEL meeting, which will take place at 21:00 UTC in #fedora-meeting on irc.freenode.net. - Status update on action items - smooge: Blocking packages already in RHEL - Fuse for 5.4 status - RHEL 5.5 - Dead packages.. need for no frozen rawhide? - Open Floor If there is something else that folks would like to discuss, please followup to this email or mention it in the Open Floor section of the meeting at the end. Hope to see everyone there! https://www.google.com/calendar/event?action=TEMPLATE&tmeid=b29oNTU4amZtaDdlYTExajVucGo2ZmJwNzQgc21vb2dlQG0&tmsrc=smooge%40gmail.com -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From cmadams at hiwaay.net Thu Feb 11 19:47:34 2010 From: cmadams at hiwaay.net (Chris Adams) Date: Thu, 11 Feb 2010 13:47:34 -0600 Subject: Call for Topics: Meeting for 2100 UTC 2009-02-11 In-Reply-To: <80d7e4091002111138s19b2cc50sace948aa1c391036@mail.gmail.com> References: <80d7e4091002111138s19b2cc50sace948aa1c391036@mail.gmail.com> Message-ID: <20100211194734.GE1180655@hiwaay.net> Once upon a time, Stephen John Smoogen said: > Here's the topic list for tomorrows EPEL meeting, which will take > place at 21:00 UTC in #fedora-meeting on irc.freenode.net. > > - Status update on action items > - smooge: Blocking packages already in RHEL > - Fuse for 5.4 status > - RHEL 5.5 > - Dead packages.. need for no frozen rawhide? > - Open Floor > > If there is something else that folks would like to discuss, please > followup to this email or mention it in the Open Floor section of the > meeting at the end. Hope to see everyone there! Is there any prospect for checking dependencies in EPEL packages before pushing them to the repo, or at least a regular report (like the Fedora report that somebody runs)? Somebody just pointed out over on the RHEL 5 list that vpnc now depends on upstart, which isn't even available for RHEL (either from RH or in EPEL). It would be nice if such packages didn't make the repo, but at least finding them after the fact and reporting would be a start. -- Chris Adams Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. From kevin at tummy.com Thu Feb 11 20:36:23 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Thu, 11 Feb 2010 13:36:23 -0700 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <80d7e4091002081526h6ec27398sd69cf2b73d608d0b@mail.gmail.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <20100206132959.773d8099@ohm.scrye.com> <80d7e4091002081526h6ec27398sd69cf2b73d608d0b@mail.gmail.com> Message-ID: <20100211133623.4089aefd@ohm.scrye.com> On Mon, 8 Feb 2010 16:26:18 -0700 Stephen John Smoogen wrote: > > I think it has a nugget to work on so I am not against this.. > What goes into stable? I can see slipstream getting all the packages > because its easier to break things.. but I don't see much reason to > put stuff into stable. Well, we would need to be strict I think for what can go into the slipstream repo, and also it should be disabled by default in epel-release, so only those that enable it would see those packages. I would think maintainers would like to have their packages in testing/stable to reach the widest audience, and only use slipstream if there was no other choice. I agree it would be more work to have another repo, possibly more than we have people to work on at this point, but I think thats the best solution if we can pull it off. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From kevin at tummy.com Thu Feb 11 20:38:27 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Thu, 11 Feb 2010 13:38:27 -0700 Subject: RFE: add buildsys-build to comps, add buildsys macros to epel-release In-Reply-To: <20100209124040.GB3112@genius.kawo2.rwth-aachen.de> References: <200905261408.17072.opensource@till.name> <200906022138.59564.till.maas@till.name> <200906030727.10274.dennis@ausil.us> <200906040954.12129.opensource@till.name> <20100117082302.GD18314@genius.kawo2.rwth-aachen.de> <20100117083959.GE18314@genius.kawo2.rwth-aachen.de> <20100118103207.6fd317c8@ohm.scrye.com> <20100118185920.GG14135@genius.kawo2.rwth-aachen.de> <20100118123543.450828b7@ohm.scrye.com> <20100118200549.GJ14135@genius.kawo2.rwth-aachen.de> <20100209124040.GB3112@genius.kawo2.rwth-aachen.de> Message-ID: <20100211133827.48c465b7@ohm.scrye.com> On Tue, 09 Feb 2010 13:40:40 +0100 Till Maas wrote: > Another three weeks have passed without any progress, so I will > create a review request for buildsys-macros. Can you not simply pull buildsys-macros into a local repo and sign it there? I'm not opposed to signing it, but Dennis is. You will need to convince him before it happens I'm afraid. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From kevin at tummy.com Thu Feb 11 20:40:50 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Thu, 11 Feb 2010 13:40:50 -0700 Subject: Call for Topics: Meeting for 2100 UTC 2009-02-11 In-Reply-To: <20100211194734.GE1180655@hiwaay.net> References: <80d7e4091002111138s19b2cc50sace948aa1c391036@mail.gmail.com> <20100211194734.GE1180655@hiwaay.net> Message-ID: <20100211134050.31aeb53e@ohm.scrye.com> On Thu, 11 Feb 2010 13:47:34 -0600 Chris Adams wrote: > Is there any prospect for checking dependencies in EPEL packages > before pushing them to the repo, or at least a regular report (like > the Fedora report that somebody runs)? > > Somebody just pointed out over on the RHEL 5 list that vpnc now > depends on upstart, which isn't even available for RHEL (either from > RH or in EPEL). It would be nice if such packages didn't make the > repo, but at least finding them after the fact and reporting would be > a start. Well, we have tried to do this in the past, but no one has really followed through to get it all working with minimal false positives. It has to run inside fedora infrastructure in order to see the RHEL repos we use (Or if it runs outside that, it uses centos, which has a different set of packages in some cases... ie, no ppc). If someone is willing to take the lead on getting it running, that would be great. I will be happy to help them. Also, there is some move on the auto-qa to have bodhi do dep checks, if we could use this same setup for EPEL then it might be able to happen at update submission time. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From opensource at till.name Thu Feb 11 23:08:59 2010 From: opensource at till.name (Till Maas) Date: Fri, 12 Feb 2010 00:08:59 +0100 Subject: RFE: add buildsys-build to comps, add buildsys macros to epel-release In-Reply-To: <20100211133827.48c465b7@ohm.scrye.com> References: <200906030727.10274.dennis@ausil.us> <200906040954.12129.opensource@till.name> <20100117082302.GD18314@genius.kawo2.rwth-aachen.de> <20100117083959.GE18314@genius.kawo2.rwth-aachen.de> <20100118103207.6fd317c8@ohm.scrye.com> <20100118185920.GG14135@genius.kawo2.rwth-aachen.de> <20100118123543.450828b7@ohm.scrye.com> <20100118200549.GJ14135@genius.kawo2.rwth-aachen.de> <20100209124040.GB3112@genius.kawo2.rwth-aachen.de> <20100211133827.48c465b7@ohm.scrye.com> Message-ID: <20100211230859.GC17701@genius.kawo2.rwth-aachen.de> On Thu, Feb 11, 2010 at 01:38:27PM -0700, Kevin Fenzi wrote: > On Tue, 09 Feb 2010 13:40:40 +0100 > Till Maas wrote: > > > Another three weeks have passed without any progress, so I will > > create a review request for buildsys-macros. > > Can you not simply pull buildsys-macros into a local repo and sign it > there? I could also just maintain all my packages only in a local repo, but this is not what a FOSS community is about. > I'm not opposed to signing it, but Dennis is. You will need to convince > him before it happens I'm afraid. This seems to be impossible, as he seems to ignore me, e.g. he did not answer any of my mails here except the first one, even though I addressed his concerns and his only reaction on IRC that I am aware of, is that he will close my review request without any further explanatory statement. But on the other hand, he did not even close it after I pointed him to it. Nevertheless, I am now trying to directly persuade the assignee of the redhat-release component to give me a statement of whether this will ever changed or not in RHEL, or maybe it will even be changed, which I somehow doubt, as it was not even changed for a stable Fedora release. Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From smooge at gmail.com Fri Feb 12 00:05:52 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Thu, 11 Feb 2010 17:05:52 -0700 Subject: Self-depracating packages was moin/mediawiki/etc [Need buildsys and rpm/yum eyes on this please] In-Reply-To: <20100211133623.4089aefd@ohm.scrye.com> References: <80d7e4091002011251h222d3c36g5269a9071a927c16@mail.gmail.com> <20100206132959.773d8099@ohm.scrye.com> <80d7e4091002081526h6ec27398sd69cf2b73d608d0b@mail.gmail.com> <20100211133623.4089aefd@ohm.scrye.com> Message-ID: <80d7e4091002111605p484ccb0dhb1a2af7b10eb0be4@mail.gmail.com> On Thu, Feb 11, 2010 at 1:36 PM, Kevin Fenzi wrote: > On Mon, 8 Feb 2010 16:26:18 -0700 > Stephen John Smoogen wrote: > >> >> I think it has a nugget to work on so I am not against this.. >> What goes into stable? I can see slipstream getting all the packages >> because its easier to break things.. but I don't see much reason to >> put stuff into stable. > > Well, we would need to be strict I think for what can go into the > slipstream repo, and also it should be disabled by default in > epel-release, so only those that enable it would see those packages. > > I would think maintainers would like to have their packages in > testing/stable to reach the widest audience, and only use slipstream if > there was no other choice. > > I agree it would be more work to have another repo, possibly more than > we have people to work on at this point, but I think thats the best > solution if we can pull it off. > Ok here is my crazy ass idea that probably not possible but an idea EPEL Slipstream (4,5,6) -> Fedora Rawhide EPEL Testing -> Fedora Branch for testing EPEL Stable -> Fedora Release EPEL Updates -> Fedora Release Updates Stable branched out of Slipstream every RHEL beta time into EPEL-testing Stuff is 'tested/branched' into Stable at RHEL release time Updates that meet requirements go into epel-updates. An EPEL-X.Y branch is kept for 2 RHEL minor releases (X.Y) or 18 months. so we would 'branch' to EPEL-5.5 and (sometime soon EPEL-4.9? ) stuff is 'tested' (optimistically) and put into EPEL-5.5 stable when RHEL-5.5 stable is done. Updates to packages are pushed into EPEL-updates 5.5 and after 5.7 comes out is 'archived' off to someplace. and yes this would be a big amount of infrastructure changes that people would need to help with. (so probably not too workable). -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From opensource at till.name Fri Feb 12 09:44:11 2010 From: opensource at till.name (Till Maas) Date: Fri, 12 Feb 2010 10:44:11 +0100 Subject: RFE: add buildsys-build to comps, add buildsys macros to epel-release In-Reply-To: <20100211230859.GC17701@genius.kawo2.rwth-aachen.de> References: <200906040954.12129.opensource@till.name> <20100117082302.GD18314@genius.kawo2.rwth-aachen.de> <20100117083959.GE18314@genius.kawo2.rwth-aachen.de> <20100118103207.6fd317c8@ohm.scrye.com> <20100118185920.GG14135@genius.kawo2.rwth-aachen.de> <20100118123543.450828b7@ohm.scrye.com> <20100118200549.GJ14135@genius.kawo2.rwth-aachen.de> <20100209124040.GB3112@genius.kawo2.rwth-aachen.de> <20100211133827.48c465b7@ohm.scrye.com> <20100211230859.GC17701@genius.kawo2.rwth-aachen.de> Message-ID: <20100212094411.GH17701@genius.kawo2.rwth-aachen.de> On Fri, Feb 12, 2010 at 12:08:59AM +0100, Till Maas wrote: > Nevertheless, I am now trying to directly persuade the assignee of the > redhat-release component to give me a statement of whether this will > ever changed or not in RHEL, or maybe it will even be changed, which I > somehow doubt, as it was not even changed for a stable Fedora release. So I got confirmation that RHEL won't provide these macros: https://bugzilla.redhat.com/show_bug.cgi?id=481023 https://bugzilla.redhat.com/show_bug.cgi?id=564188 Therefore just adding a buildsys-macros to EPEL seems to be the best option to fix this. People who do not want to use EPEL can then still use the groups repository instead of EPEL, because both can happily co-exist. Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From drees76 at gmail.com Fri Feb 12 20:48:27 2010 From: drees76 at gmail.com (David Rees) Date: Fri, 12 Feb 2010 12:48:27 -0800 Subject: xz branch for EL-4 Message-ID: <72dbd3151002121248r27248201j99d9970681bce7d@mail.gmail.com> I see that xz is available for EL-5, but not for EL-4. Would it be possible to branch xz for EL-4 as well? It would be useful to have that utility available there as well. I did try downloading the el.5 source rpm, but it has a dependency on xz which keeps me from trying to build it there. FWIW, the upstream source did compile OK on an EL-4 machine I have. Thanks! Dave From wdierkes at 5dollarwhitebox.org Fri Feb 12 22:49:08 2010 From: wdierkes at 5dollarwhitebox.org (BJ Dierkes) Date: Fri, 12 Feb 2010 16:49:08 -0600 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 Message-ID: Minutes: http://meetbot.fedoraproject.org/fedora-meeting/2010-02-12/fedora-meeting.2010-02-12-20.59.html Minutes (text): http://meetbot.fedoraproject.org/fedora-meeting/2010-02-12/fedora-meeting.2010-02-12-20.59.txt Log: http://meetbot.fedoraproject.org/fedora-meeting/2010-02-12/fedora-meeting.2010-02-12-20.59.log.html --- derks From a.badger at gmail.com Fri Feb 12 23:35:06 2010 From: a.badger at gmail.com (Toshio Kuratomi) Date: Fri, 12 Feb 2010 18:35:06 -0500 Subject: xz branch for EL-4 In-Reply-To: <72dbd3151002121248r27248201j99d9970681bce7d@mail.gmail.com> References: <72dbd3151002121248r27248201j99d9970681bce7d@mail.gmail.com> Message-ID: <20100212233439.GG5440@unaka.lan> On Fri, Feb 12, 2010 at 12:48:27PM -0800, David Rees wrote: > I see that xz is available for EL-5, but not for EL-4. Would it be > possible to branch xz for EL-4 as well? > > It would be useful to have that utility available there as well. I > did try downloading the el.5 source rpm, but it has a dependency on xz > which keeps me from trying to build it there. > > FWIW, the upstream source did compile OK on an EL-4 machine I have. > Are you a Fedora packager? I'm the EL-5 package maintainer for xz and I'd be happy to have you maintain it in EL-4. I don't have any EL-4 boxes so I'm not too motivated to do so myself but I have absolutely no objection with someone else doing it. PS: The xz source is distributed as both tar.gz and tar.xz. We're using the xz compressed tarball which is why you can't build the rpm directly. For bootstrapping into EL-4, you can first build a release with the tar.gz tarball and then build the next release with tar.xz. -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From drees76 at gmail.com Sat Feb 13 01:24:18 2010 From: drees76 at gmail.com (David Rees) Date: Fri, 12 Feb 2010 17:24:18 -0800 Subject: xz branch for EL-4 In-Reply-To: <20100212233439.GG5440@unaka.lan> References: <72dbd3151002121248r27248201j99d9970681bce7d@mail.gmail.com> <20100212233439.GG5440@unaka.lan> Message-ID: <72dbd3151002121724m3667e1e1s7611da977fa1a427@mail.gmail.com> On Fri, Feb 12, 2010 at 3:35 PM, Toshio Kuratomi wrote: > On Fri, Feb 12, 2010 at 12:48:27PM -0800, David Rees wrote: >> I see that xz is available for EL-5, but not for EL-4. ?Would it be >> possible to branch xz for EL-4 as well? >> >> It would be useful to have that utility available there as well. ?I >> did try downloading the el.5 source rpm, but it has a dependency on xz >> which keeps me from trying to build it there. >> >> FWIW, the upstream source did compile OK on an EL-4 machine I have. > > Are you a Fedora packager? Unfortunately, no, I'm not. > I'm the EL-5 package maintainer for xz and I'd > be happy to have you maintain it in EL-4. ?I don't have any EL-4 boxes so > I'm not too motivated to do so myself but I have absolutely no objection > with someone else doing it. Well, I was hoping that this branch would be next to no trouble for you, but otherwise, I'll read the docs to see what it takes to become a packager. Although with just me having just a handful of machines still running EL-4 it may be easier to just build from source although it would give me the opportunity to package other RPMs in the future... > PS: The xz source is distributed as both tar.gz and tar.xz. ?We're using the > xz compressed tarball which is why you can't build the rpm directly. ?For > bootstrapping into EL-4, you can first build a release with the tar.gz > tarball and then build the next release with tar.xz. Yes, I figured as much. Thanks for the tip. Sure I can't talk you into branching xz for EL-4? :-) Thanks! Dave From a.badger at gmail.com Sat Feb 13 01:45:15 2010 From: a.badger at gmail.com (Toshio Kuratomi) Date: Fri, 12 Feb 2010 20:45:15 -0500 Subject: xz branch for EL-4 In-Reply-To: <72dbd3151002121724m3667e1e1s7611da977fa1a427@mail.gmail.com> References: <72dbd3151002121248r27248201j99d9970681bce7d@mail.gmail.com> <20100212233439.GG5440@unaka.lan> <72dbd3151002121724m3667e1e1s7611da977fa1a427@mail.gmail.com> Message-ID: <20100213014515.GI5440@unaka.lan> On Fri, Feb 12, 2010 at 05:24:18PM -0800, David Rees wrote: > On Fri, Feb 12, 2010 at 3:35 PM, Toshio Kuratomi wrote: > > > I'm the EL-5 package maintainer for xz and I'd > > be happy to have you maintain it in EL-4. ?I don't have any EL-4 boxes so > > I'm not too motivated to do so myself but I have absolutely no objection > > with someone else doing it. > > Well, I was hoping that this branch would be next to no trouble for > you, but otherwise, I'll read the docs to see what it takes to become > a packager. Although with just me having just a handful of machines > still running EL-4 it may be easier to just build from source although > it would give me the opportunity to package other RPMs in the > future... > > > PS: The xz source is distributed as both tar.gz and tar.xz. ?We're using the > > xz compressed tarball which is why you can't build the rpm directly. ?For > > bootstrapping into EL-4, you can first build a release with the tar.gz > > tarball and then build the next release with tar.xz. > > Yes, I figured as much. Thanks for the tip. Sure I can't talk you > into branching xz for EL-4? :-) > Nope, but I'll be happy to act as your sponsor! You can start learning about packaging rpms by looking at the srpm and I'll walk you through the two building steps to change the EL-5 package to use a tar.gz tarball, and then change it back to tar.xz afterwards. If you're on IRC.freenode.net, I can help you in real-time (although not so much in the next two weeks -- I'll mostly be away at pycon those weeks). If you're interested, let me know. -Toshio -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From drees76 at gmail.com Sat Feb 13 01:58:35 2010 From: drees76 at gmail.com (David Rees) Date: Fri, 12 Feb 2010 17:58:35 -0800 Subject: xz branch for EL-4 In-Reply-To: <20100213014515.GI5440@unaka.lan> References: <72dbd3151002121248r27248201j99d9970681bce7d@mail.gmail.com> <20100212233439.GG5440@unaka.lan> <72dbd3151002121724m3667e1e1s7611da977fa1a427@mail.gmail.com> <20100213014515.GI5440@unaka.lan> Message-ID: <72dbd3151002121758g710d601h7592204af1aaf8d2@mail.gmail.com> On Fri, Feb 12, 2010 at 5:45 PM, Toshio Kuratomi wrote: > On Fri, Feb 12, 2010 at 05:24:18PM -0800, David Rees wrote: >> Yes, I figured as much. ?Thanks for the tip. ?Sure I can't talk you >> into branching xz for EL-4? :-) > > Nope, but I'll be happy to act as your sponsor! ?You can start learning > about packaging rpms by looking at the srpm and I'll walk you through the > two building steps to change the EL-5 package to use a tar.gz tarball, and > then change it back to tar.xz afterwards. > > If you're on IRC.freenode.net, I can help you in real-time (although not so > much in the next two weeks -- I'll mostly be away at pycon those weeks). > > If you're interested, let me know. I've done a bit of packaging on my own systems so I have a bit of knowledge about building / maintaining RPMs - should I just go ahead and build a .spec and .src.rpm with the .gz src and submit a Package Review Request and let you know so you can sponsor me? Or do I just need to build the .gz version to bootstrap my EL-4 system and then verify that that .xz version builds afterwards and submit that? How do the build systems handle that chicken and egg problem? -Dave From opensource at till.name Tue Feb 16 12:19:20 2010 From: opensource at till.name (Till Maas) Date: Tue, 16 Feb 2010 13:19:20 +0100 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: References: Message-ID: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> On Fri, Feb 12, 2010 at 04:49:08PM -0600, BJ Dierkes wrote: > Log: http://meetbot.fedoraproject.org/fedora-meeting/2010-02-12/fedora-meeting.2010-02-12-20.59.log.html From the log: 21:19:15 so that engineers inside Red Hat understand they need to be working with EPEL as an upstream 21:19:27 that's great 21:19:52 The unanimous response I got from the folks I talked to was, "Yup, we're doing that now, and will keep doing so" This seems not to have worked for "python-setuptools", because when it was added to RHEL, an older version that the on in EPEL was used. Also the RHEL package does not provide "python-setuptools-devel". A related ignored bug report is: https://bugzilla.redhat.com/show_bug.cgi?id=460631 For this package, it EPEL land it does not look better, as the CVS does not contain a dead.package: http://cvs.fedoraproject.org/viewvc/rpms/python-setuptools/EL-5/ Also there seems to be no trace about the whole situation. Also it seems that more or less any documentation regarding EPEL is not maintained, e.g. https://fedoraproject.org/wiki/EPEL contains a log of stale content: Latest report on https://fedoraproject.org/wiki/EPEL/Reports is from 2008, week 17 Also the "Getting a Fedora package in EPEL"[0] procedure is not in sync with what CVS admins require, as they might require a confirmation that a maintainer has been asked: https://bugzilla.redhat.com/show_bug.cgi?id=243716#c15 But this is not what the procedure describes. Regards Till [0] https://fedoraproject.org/wiki/Getting_a_Fedora_package_in_EPEL -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From pertusus at free.fr Tue Feb 16 13:11:13 2010 From: pertusus at free.fr (Patrice Dumas) Date: Tue, 16 Feb 2010 14:11:13 +0100 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> Message-ID: <20100216131113.GE16719@free.fr> On Tue, Feb 16, 2010 at 01:19:20PM +0100, Till Maas wrote: > On Fri, Feb 12, 2010 at 04:49:08PM -0600, BJ Dierkes wrote: > > 21:19:27 that's great > 21:19:52 The unanimous response I got from the folks I > talked to was, "Yup, we're doing that now, and will keep doing so" I could never get in touch with the openmotif maintainer to do something consistent between fedora/RHEL/EPEL for motif based software (like consistent virtual provides). After some attemps I gave up, but it was when I was more active in Fedora/EPEL so some time ago, maybe things have changed since then. > Also there seems to be no trace about the whole situation. Also it seems > that more or less any documentation regarding EPEL is not maintained, > e.g. https://fedoraproject.org/wiki/EPEL contains a log of stale > content: > > Latest report on https://fedoraproject.org/wiki/EPEL/Reports is from > 2008, week 17 Apart from Reports are there specific parts that are out of date? I tried to review the whole EPEL wiki in the end of 2008, I don't think that there were much changes afterwards, except from switching to bodhi and koji, and I just checked that this has been rightly taken into account. In fact the 'moving' parts of the EPEL wiki have always been late (like report meetings, schedule and things like that) but the remaining should be ok now. The FAQ is marked to be needing love, but, honestly I can't see serious issues. > Also the "Getting a Fedora package in EPEL"[0] procedure is not in sync > with what CVS admins require, as they might require a confirmation that > a maintainer has been asked: > https://bugzilla.redhat.com/show_bug.cgi?id=243716#c15 > But this is not what the procedure describes. It is not clear that the problem here is with the documented guidelines. Have these guidelines changed? Or are the CVS admins having claims they shouldn't have? I'd lean to the second, though I may have missed a guideline change. -- Pat From pertusus at free.fr Tue Feb 16 13:23:32 2010 From: pertusus at free.fr (Patrice Dumas) Date: Tue, 16 Feb 2010 14:23:32 +0100 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> Message-ID: <20100216132332.GF16719@free.fr> On Tue, Feb 16, 2010 at 01:19:20PM +0100, Till Maas wrote: > > Also there seems to be no trace about the whole situation. Also it seems > that more or less any documentation regarding EPEL is not maintained, One thing that was not completly done, as far as I can tell is the renaming of pages, though they were proposed: https://www.redhat.com/archives/epel-devel-list/2008-October/msg00124.html and I answered https://www.redhat.com/archives/epel-devel-list/2008-November/msg00008.html I think basically everything was ready, but some pages don't seem to have been renamed. -- Pat From kevin at scrye.com Tue Feb 16 21:29:48 2010 From: kevin at scrye.com (Kevin Fenzi) Date: Tue, 16 Feb 2010 14:29:48 -0700 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> Message-ID: <20100216142948.42acbfe1@ohm.scrye.com> On Tue, 16 Feb 2010 13:19:20 +0100 Till Maas wrote: > On Fri, Feb 12, 2010 at 04:49:08PM -0600, BJ Dierkes wrote: > > > Log: > > http://meetbot.fedoraproject.org/fedora-meeting/2010-02-12/fedora-meeting.2010-02-12-20.59.log.html > > From the log: > 21:19:15 so that engineers inside Red Hat understand they > need to be working with EPEL as an upstream > 21:19:27 that's great > 21:19:52 The unanimous response I got from the folks I > talked to was, "Yup, we're doing that now, and will keep doing so" > > This seems not to have worked for "python-setuptools", because when it > was added to RHEL, an older version that the on in EPEL was used. Also > the RHEL package does not provide "python-setuptools-devel". A related > ignored bug report is: > https://bugzilla.redhat.com/show_bug.cgi?id=460631 > > For this package, it EPEL land it does not look better, as the CVS > does not contain a dead.package: > http://cvs.fedoraproject.org/viewvc/rpms/python-setuptools/EL-5/ Perhaps we can get stickster to communicate that back to RHEL folks. Or give us some more direct way of doing so. I will ask him to comment on this thread. > Also there seems to be no trace about the whole situation. Also it > seems that more or less any documentation regarding EPEL is not > maintained, e.g. https://fedoraproject.org/wiki/EPEL contains a log > of stale content: > > Latest report on https://fedoraproject.org/wiki/EPEL/Reports is from > 2008, week 17 I can clean that up. Thanks for bringing it to my attention. We no longer do regular reports. > Also the "Getting a Fedora package in EPEL"[0] procedure is not in > sync with what CVS admins require, as they might require a > confirmation that a maintainer has been asked: > https://bugzilla.redhat.com/show_bug.cgi?id=243716#c15 > But this is not what the procedure describes. > > [0] https://fedoraproject.org/wiki/Getting_a_Fedora_package_in_EPEL I can add clarification there. Basically he was just asking: "have you talked to the Fedora maintainer about maintaining this in EPEL". The answer could just have been "yes, I have". kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From opensource at till.name Wed Feb 17 12:44:20 2010 From: opensource at till.name (Till Maas) Date: Wed, 17 Feb 2010 13:44:20 +0100 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100216131113.GE16719@free.fr> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216131113.GE16719@free.fr> Message-ID: <20100217124420.GC7927@genius.kawo2.rwth-aachen.de> On Tue, Feb 16, 2010 at 02:11:13PM +0100, Patrice Dumas wrote: > On Tue, Feb 16, 2010 at 01:19:20PM +0100, Till Maas wrote: > > On Fri, Feb 12, 2010 at 04:49:08PM -0600, BJ Dierkes wrote: > > > > 21:19:27 that's great > > 21:19:52 The unanimous response I got from the folks I > > talked to was, "Yup, we're doing that now, and will keep doing so" > > I could never get in touch with the openmotif maintainer to do something > consistent between fedora/RHEL/EPEL for motif based software (like > consistent virtual provides). After some attemps I gave up, but it was > when I was more active in Fedora/EPEL so some time ago, maybe things > have changed since then. > > > Also there seems to be no trace about the whole situation. Also it seems > > that more or less any documentation regarding EPEL is not maintained, > > e.g. https://fedoraproject.org/wiki/EPEL contains a log of stale > > content: > > > > Latest report on https://fedoraproject.org/wiki/EPEL/Reports is from > > 2008, week 17 > > Apart from Reports are there specific parts that are out of date? I > tried to review the whole EPEL wiki in the end of 2008, I don't think > that there were much changes afterwards, except from switching to bodhi > and koji, and I just checked that this has been rightly taken into > account. > > In fact the 'moving' parts of the EPEL wiki have always been late > (like report meetings, schedule and things like that) but the remaining > should be ok now. The FAQ is marked to be needing love, but, honestly > I can't see serious issues. Without having Reports or links to Meeting summaries from Meetbot, it is very hard to know what has changed. I noticed that there seems to be no information about what happened to python-setuptools in EPEL or what would happen the next time a package is imported in RHEL, that existed in EPEL. Or for which other packages this already happened. Also there was this discussion on the list and meetings about what exactly the package set in RHEL is, that EPEL does not conflict with, but there seems to be no real answer to this in the wiki, too. E.g. the FAQ only says to browse the SRPMS, but it's only some of the SRPMS: https://fedoraproject.org/wiki/EPEL/FAQ#How_can_I_know_which_packages_are_part_of_RHEL.3F The policy says this: https://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies | EPEL packages must never conflict with packages in RHEL Base (Including | Advanced Platform). This might be the actual policy, but it still does not says which packages this includes and when I asked on this mailing list, even someone more experienced than me did not really know. Btw. this FAQ entry also contains some broken wiki syntax: https://fedoraproject.org/wiki/EPEL/FAQ#What_is_the_policy_on_updates_for_packages_in_EPEL.3F Then as you already mentioned, the Schedule probably only contains outdated content: https://fedoraproject.org/wiki/EPEL/Schedule > > Also the "Getting a Fedora package in EPEL"[0] procedure is not in sync > > with what CVS admins require, as they might require a confirmation that > > a maintainer has been asked: > > https://bugzilla.redhat.com/show_bug.cgi?id=243716#c15 > > But this is not what the procedure describes. > > It is not clear that the problem here is with the documented guidelines. > Have these guidelines changed? Or are the CVS admins having claims they > shouldn't have? I'd lean to the second, though I may have missed a guideline > change. I don't know, I only experienced that both conflicted. Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From opensource at till.name Wed Feb 17 12:54:20 2010 From: opensource at till.name (Till Maas) Date: Wed, 17 Feb 2010 13:54:20 +0100 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100216142948.42acbfe1@ohm.scrye.com> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216142948.42acbfe1@ohm.scrye.com> Message-ID: <20100217125420.GD7927@genius.kawo2.rwth-aachen.de> On Tue, Feb 16, 2010 at 02:29:48PM -0700, Kevin Fenzi wrote: > On Tue, 16 Feb 2010 13:19:20 +0100 > Till Maas wrote: > > Also the "Getting a Fedora package in EPEL"[0] procedure is not in > > sync with what CVS admins require, as they might require a > > confirmation that a maintainer has been asked: > > https://bugzilla.redhat.com/show_bug.cgi?id=243716#c15 > > But this is not what the procedure describes. > > > > [0] https://fedoraproject.org/wiki/Getting_a_Fedora_package_in_EPEL > > I can add clarification there. Basically he was just asking: "have you > talked to the Fedora maintainer about maintaining this in EPEL". > > The answer could just have been "yes, I have". Are you sure? Because I believe I told him in IRC that the gitolite maintainer asked the perl-Text-Markdown maintainer via e-mail, because the gitolite maintainer wrote this in https://bugzilla.redhat.com/show_bug.cgi?id=548324#c20, which I referred to in https://bugzilla.redhat.com/show_bug.cgi?id=243716#c11 Also on IRC the CVS admin said something that the perl-Text-Markdown maintainer required that he acked all EL branch requests, before they would be performed. Hey also used this in https://bugzilla.redhat.com/show_bug.cgi?id=243716#c12 Nevertheless, if there was only some miscommunication and it still will be enough to just ask the maintainer and mention this on a branch request to get the branch for EPEL done, then everything is fine. Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From opensource at till.name Wed Feb 17 13:15:44 2010 From: opensource at till.name (Till Maas) Date: Wed, 17 Feb 2010 14:15:44 +0100 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100216131113.GE16719@free.fr> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216131113.GE16719@free.fr> Message-ID: <20100217131544.GE7927@genius.kawo2.rwth-aachen.de> On Tue, Feb 16, 2010 at 02:11:13PM +0100, Patrice Dumas wrote: > Apart from Reports are there specific parts that are out of date? I > tried to review the whole EPEL wiki in the end of 2008, I don't think > that there were much changes afterwards, except from switching to bodhi > and koji, and I just checked that this has been rightly taken into > account. I forgot something: I believe the epel component in the rel-eng trac and the use cases are also not mentioned in the wiki. Regards Till From updates at fedoraproject.org Wed Feb 17 17:00:45 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Wed, 17 Feb 2010 17:00:45 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100217170045.5375110FEE7@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 5 updates-testing cobbler-2.0.3-1.el5 erlang-esasl-0.1-4.el5 globus-duct-control-2.1-1.el5 kobo-0.2.1-1.el5 libvmime07-0.7.1-2.el5 mailgraph-1.14-6.el5 mlmmj-1.2.17-1.el5 moreutils-0.38-1.el5 perl-Cache-FastMmap-1.34-5.el5 pki-ca-1.3.2-1.el5 pki-common-1.3.2-1.el5 pymilia-0.3.0-4.el5 python-argparse-1.0.1-1.el5.1 report-0.8-1.el5 rxtx-2.2-0.1.20100211.el5 supybot-fedora-0.2.8-1.el5 syck-0.55-10.el5 torque-2.3.10-1.el5 vpnc-0.5.3-8.el5 webacula-3.5-1.el5 zarafa-webaccess-6.30.10-1.el5 Details about builds: ================================================================================ cobbler-2.0.3-1.el5 (FEDORA-EPEL-2010-0217) Boot server configurator -------------------------------------------------------------------------------- Update Information: New Cobbler release. -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 11 2010 Scott Henson - 2.0.3-1 - Upstream changes (see CHANGELOG) * Mon Nov 23 2009 John Eckersberg - 2.0.2-1 - Upstream changes (see CHANGELOG) * Tue Sep 15 2009 Michael DeHaan - 2.0.0-1 - First release with unified spec files -------------------------------------------------------------------------------- ================================================================================ erlang-esasl-0.1-4.el5 (FEDORA-EPEL-2010-0223) Simple Authentication and Security Layer (SASL) support for Erlang -------------------------------------------------------------------------------- Update Information: %changelog * Tue Feb 16 2010 Peter Lemenkov 0.1-4 - Added two accidentally missing libraries - Removed unneeded file ( eldap_expr.beam ) * Mon Feb 15 2010 Peter Lemenkov 0.1-3 - Fixed issues, found during review. -------------------------------------------------------------------------------- References: [ 1 ] Bug #556489 - Review Request: erlang-esasl - Simple Authentication and Security Layer (SASL) support for Erlang https://bugzilla.redhat.com/show_bug.cgi?id=556489 -------------------------------------------------------------------------------- ================================================================================ globus-duct-control-2.1-1.el5 (FEDORA-EPEL-2010-0224) Globus Toolkit - Globus Duct Control -------------------------------------------------------------------------------- Update Information: The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. The globus-duct-control package contains: Globus Duct Control -------------------------------------------------------------------------------- ================================================================================ kobo-0.2.1-1.el5 (FEDORA-EPEL-2010-0214) Python modules for tools development -------------------------------------------------------------------------------- Update Information: Several bugfixes. kobo.rpmlib moved to a subpackage. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 15 2010 Daniel Mach - 0.2.1-1 - Split rpmlib to a subpackage. - Add missing "compare_nvr" to __all__. (Daniel Mach) - Remove duplicate subtask removal in Task.wait(). (Tomas Kopecek) - Parent task didn't wake up even if all child tasks were finished. (Tomas Kopecek) - Change 'make log' to use C locales and automatically fill name and email from GIT. (Daniel Mach) - Fix spawn_subtask argument. (cherry picked from commit 374a4165c16d6b34fa486a38525753969e549415) (Tomas Kopecek) - Fix XML-RPC method registration. (original patch by Xuqing Kuang) (Daniel Mach) - Convert rpm.labelCompare's arguments to string to prevent segfaulting. Add compare_nvr tests. (Tomas Kopecek) - Add Task.get_time_display() to get time spent in task in human readable form. (Daniel Mach) - Use koji.get_sigpacket_key_id() to read sigkey id from a rpm header. (Daniel Mach) -------------------------------------------------------------------------------- ================================================================================ libvmime07-0.7.1-2.el5 (FEDORA-EPEL-2010-0227) A powerful C++ class library for working with MIME/Internet messages -------------------------------------------------------------------------------- Update Information: - Added a patch with include for sigset_t definition (#565148) - Updated a patch to fix end of headers detection at last header -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #565148 - FTBFS libvmime07-0.7.1-1.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=565148 -------------------------------------------------------------------------------- ================================================================================ mailgraph-1.14-6.el5 (FEDORA-EPEL-2010-0219) A RRDtool frontend for Mail statistics -------------------------------------------------------------------------------- Update Information: - Mailgraph does not include mailgraph.css (bz #561375) -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 3 2010 Bernard Johnson - 1.14-6 - Mailgraph does not include mailgraph.css (bz #561375) * Sat Jul 25 2009 Fedora Release Engineering - 1.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Sep 30 2008 Bernard Johnson - 1.14-3 - fix patch fuzz * Thu Mar 6 2008 Tom "spot" Callaway - 1.14-2 Rebuild for new perl -------------------------------------------------------------------------------- References: [ 1 ] Bug #561375 - Mailgraph does not include mailgraph.css https://bugzilla.redhat.com/show_bug.cgi?id=561375 -------------------------------------------------------------------------------- ================================================================================ mlmmj-1.2.17-1.el5 (FEDORA-EPEL-2010-0210) Mailserver-independent ezmlm-like mailing list manager -------------------------------------------------------------------------------- Update Information: The following changes have been made since 1.2.16: o Added ifmodsendonlymodmoderate tunable o Replaced class.FastTemplate.php with class.rFastTemplate.php in contrib/web/php-admin (Christoph Thiel) o Added information about digest and nomail to listhelp (Robin H. Johnson) o Fixed bug in mlmmj-maintd which caused loss of archive files in some requeue cases (Robin H. Johnson) o Added README.postfix (Jeremy Hinegardner, Andreas Schneider) o Added support for digest and nomail to +list (Christoph Wilke) o Caseinsensitive string compare for owner addr when +list is invoked. Spotted by Pavel Kolar. o Added contrib/web/php-moderation (Thomas Goirand) -------------------------------------------------------------------------------- ChangeLog: * Sat Feb 13 2010 Michael Fleming - 1.2.17-1 - 1.2.17 (many fixes and improvements) - Resync with Fedora's version * Sat Jul 25 2009 Fedora Release Engineering - 1.2.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.2.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Dec 29 2008 Michael Fleming 1.2.16-1 - New upstream release. - New URL * Tue Apr 8 2008 Michael Fleming 1.2.15-3 - Fix Requires (bz# 438079) * Tue Feb 19 2008 Fedora Release Engineering - 1.2.15-2 - Autorebuild for GCC 4.3 -------------------------------------------------------------------------------- ================================================================================ moreutils-0.38-1.el5 (FEDORA-EPEL-2010-0220) Additional unix utilities -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 10 2010 Marc Bradshaw 0.38-1.el5 - new upstream version moreutils 0.38 released with these changes - * Description improvements. Closes: #549450 (Thanks, Justin B Rye) - * parallel: Allow running independent commands, like parallel -j3 -- ls df "echo hi" - * ifdata: Add FreeBSD kernel support, although some of the more esoteric interface options are not currently supported in FreeBSD. - * parallel: Define WEXITED to allow building on FreeBSD kernel. - * Thanks Enrico Tassi for the FreeBSD kernel support, which should be enough to get moreutils built on Debian kFreeBSD. Closes: #562609 -------------------------------------------------------------------------------- ================================================================================ perl-Cache-FastMmap-1.34-5.el5 (FEDORA-EPEL-2010-0208) Uses an mmap'ed file to act as a shared memory interprocess cache -------------------------------------------------------------------------------- References: [ 1 ] Bug #462253 - Review Request: perl-Cache-FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache https://bugzilla.redhat.com/show_bug.cgi?id=462253 -------------------------------------------------------------------------------- ================================================================================ pki-ca-1.3.2-1.el5 (FEDORA-EPEL-2010-0212) Dogtag Certificate System - Certificate Authority -------------------------------------------------------------------------------- Update Information: updates for IPA certificate profile needs CRL distribution extension -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 10 2010 Andrew Wnuk 1.3.2-1 - Bugzilla Bug #516632 - CS Incorrectly Issuing Multiple Certificates from the Same Request - Bugzilla Bug #563742 - IPA certificate profile needs CRL distribution extension. * Mon Feb 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) * Fri Jan 15 2010 Kevin Wright 1.3.0-8 - removed BuildRequires dogtag-pki-ca-ui -------------------------------------------------------------------------------- ================================================================================ pki-common-1.3.2-1.el5 (FEDORA-EPEL-2010-0215) Dogtag Certificate System - PKI Common Framework -------------------------------------------------------------------------------- Update Information: updates for IPA certificate profile needs CRL distribution extension -------------------------------------------------------------------------------- ================================================================================ pymilia-0.3.0-4.el5 (FEDORA-EPEL-2010-0225) Python wrappers for milia -------------------------------------------------------------------------------- Update Information: Python wrappers of milia, cosmological calculator -------------------------------------------------------------------------------- ================================================================================ python-argparse-1.0.1-1.el5.1 (FEDORA-EPEL-2010-0221) Optparse inspired command line parser for Python -------------------------------------------------------------------------------- Update Information: Initial EPEL-5 build -------------------------------------------------------------------------------- ================================================================================ report-0.8-1.el5 (FEDORA-EPEL-2010-0213) Incident reporting library -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 11 2010 Gavin Romig-Koch 0.8-1 - upgrade to 0.8 - add examples/IOtest.py - add report/io/NewtIO - have all GTK dialogs open in the center of the screen - consistantly return True/False/None from io.functions and report - add Provides: report-config-default * Thu Jan 28 2010 Gavin Romig-Koch 0.7-1 - upgrade to 0.7 - correct the Requires: for config-RHEL - improve localcopy plugin * Mon Jan 4 2010 Gavin Romig-Koch 0.6-1 - Add suffix to files in '/etc/report.d/' - Create RHEL-template which doesn't depend on a separate python-bugzilla - Correct bugs in report::report template loading which caused the same template to be loaded multiple times, and the wrong templates to be used - Correct a open file leak - Merge the fastback command into report - Rename fastback to report-sendfile - Correct button response bugs in GTKIO -------------------------------------------------------------------------------- ================================================================================ rxtx-2.2-0.1.20100211.el5 (FEDORA-EPEL-2010-0228) Parallel communication for the Java Development Toolkit -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 11 2010 Levente Farkas - 2.2-0.1.20100211 - update to the latest cvs to fix #555219 * Wed Aug 12 2009 Ville Skytt? - 2.1-0.8.7r2 - Use upstream gzipped tarball instead of zip. * Sun Jul 26 2009 Fedora Release Engineering - 2.1-0.7.7r2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Jun 2 2009 Dan Horak - 2.1-0.6.7r2 - add s390/s390x to ExcludeArch * Wed Feb 25 2009 Fedora Release Engineering - 2.1-0.5.7r2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Mon Feb 16 2009 Levente Farkas - 2.1-0.4.7r2 - bump release number * Fri Feb 13 2009 Levente Farkas - 2.1-0.3.7r2 - fix new libtool compile bug -------------------------------------------------------------------------------- ================================================================================ supybot-fedora-0.2.8-1.el5 (FEDORA-EPEL-2010-0231) Plugin for Supybot to interact with Fedora services -------------------------------------------------------------------------------- Update Information: Adds a new mirroradmins command to get the FAS name of mirror admins via IRC. -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 12 2010 Jon Stanley - 0.2.8-1 - New upstream 0.2.8 * Tue Jan 26 2010 Ian Weller - 0.2.7-1 - New upstream 0.2.7 -------------------------------------------------------------------------------- ================================================================================ syck-0.55-10.el5 (FEDORA-EPEL-2010-0207) YAML for C, Python, and PHP -------------------------------------------------------------------------------- Update Information: syck submitted to EL-5 as a new package -------------------------------------------------------------------------------- References: [ 1 ] Bug #165686 - Review Request: Syck - YAML for Ruby, Python, PHP and OCaml https://bugzilla.redhat.com/show_bug.cgi?id=165686 -------------------------------------------------------------------------------- ================================================================================ torque-2.3.10-1.el5 (FEDORA-EPEL-2010-0209) Tera-scale Open-source Resource and QUEue manager -------------------------------------------------------------------------------- Update Information: New Upstream fixes various bugs. * b - Fixed a bug in run_pelog (src/resmom/prolog.c) where epilogue.user was given the argument list for prologue scripts and not epilogue scripts. Ticket 6296. * b - Fixed pbs_mom's default restart behavior. On a restart the MOM is suppose to terminate jobs that were in a running state while the MOM was up and report them to the batch server where the job will be reset to a queued state. But it should not try and kill any of the running processes that were associated with the job. Prior to this fix the MOM would try and kill running processes associated with any running jobs. * b - Made changes to source files and configure.ac to enable TORQUE to compile on Solaris5 platform with gcc-warnings enabled. Currently TORQUE must be compiled with the --disable-gui option because X11 support on Solaris is not working with the current TORQUE build scripts. * e - added qmgr server attribute job_start_timeout, specifies timeout to be used for sending job to mom. If not set, tcp_timeout is used. -------------------------------------------------------------------------------- References: [ 1 ] Bug #479672 - Branch Torque to EPEL https://bugzilla.redhat.com/show_bug.cgi?id=479672 -------------------------------------------------------------------------------- ================================================================================ vpnc-0.5.3-8.el5 (FEDORA-EPEL-2010-0232) IPSec VPN client compatible with Cisco equipment -------------------------------------------------------------------------------- Update Information: Fix upstart dep and some other cleanups -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 11 2010 Huzaifa Sidhpurwala - 0.5.3-8 - Remove deps from upstart and other cleanups - Version bump -------------------------------------------------------------------------------- References: [ 1 ] Bug #563194 - upstart is needed by package vpnc-0.5.3-6.el5.i386 (epel) https://bugzilla.redhat.com/show_bug.cgi?id=563194 -------------------------------------------------------------------------------- ================================================================================ webacula-3.5-1.el5 (FEDORA-EPEL-2010-0222) Web interface of a Bacula backup system -------------------------------------------------------------------------------- Update Information: Webacula - Web Bacula - web interface of a Bacula backup system. Supports the run Job, restore all files or selected files, restore the most recent backup for a client, restore backup for a client before a specified time, mount/umount Storages, show scheduled, running and terminated Jobs and more. Supported languages: English, French, German, Italian, Portuguese Brazil, Russian. -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 16 2010 Yuri Timofeev 3.5-1 - Version 3.5 * Wed Dec 9 2009 Yuri Timofeev 3.4.1-1 - Version 3.4.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #545471 - Missing Requires: dejavu-lgc-sans-mono-fonts https://bugzilla.redhat.com/show_bug.cgi?id=545471 -------------------------------------------------------------------------------- ================================================================================ zarafa-webaccess-6.30.10-1.el5 (FEDORA-EPEL-2010-0206) Zarafa Webaccess featuring a 'Look & Feel' similar to Outlook -------------------------------------------------------------------------------- Update Information: Zarafa Webaccess features the familiar Outlook 'Look & Feel' interface and you can keep using the features in Outlook that have always allowed you to work efficiently. View your e-mail, calendar and contacts via a web browser. And opening your colleagues calendar or sending a meeting request is only a piece of cake. The Zarafa Webaccess is using the ajax technology to give a more interactive feeling to the users. -------------------------------------------------------------------------------- References: [ 1 ] Bug #498195 - Review Request: zarafa-webaccess - Zarafa Webaccess featuring a 'Look & Feel' similar to Outlook https://bugzilla.redhat.com/show_bug.cgi?id=498195 -------------------------------------------------------------------------------- From updates at fedoraproject.org Wed Feb 17 17:00:45 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Wed, 17 Feb 2010 17:00:45 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100217170045.308BA10FEE5@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 4 updates-testing cobbler-2.0.3-1.el4 globus-duct-control-2.1-1.el4 libvmime07-0.7.1-2.el4 mlmmj-1.2.17-1.el4 moreutils-0.38-1.el4 perl-Cache-FastMmap-1.34-5.el4 torque-2.3.10-1.el4 Details about builds: ================================================================================ cobbler-2.0.3-1.el4 (FEDORA-EPEL-2010-0205) Boot server configurator -------------------------------------------------------------------------------- Update Information: New Cobbler release. -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 11 2010 Scott Henson - 2.0.3-1 - Upstream changes (see CHANGELOG) * Mon Nov 23 2009 John Eckersberg - 2.0.2-1 - Upstream changes (see CHANGELOG) * Tue Sep 15 2009 Michael DeHaan - 2.0.0-1 - First release with unified spec files -------------------------------------------------------------------------------- ================================================================================ globus-duct-control-2.1-1.el4 (FEDORA-EPEL-2010-0226) Globus Toolkit - Globus Duct Control -------------------------------------------------------------------------------- Update Information: The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. The globus-duct-control package contains: Globus Duct Control -------------------------------------------------------------------------------- References: [ 1 ] Bug #516524 - Review Request: globus-duct-control - Globus Toolkit - Globus Duct Control https://bugzilla.redhat.com/show_bug.cgi?id=516524 -------------------------------------------------------------------------------- ================================================================================ libvmime07-0.7.1-2.el4 (FEDORA-EPEL-2010-0229) A powerful C++ class library for working with MIME/Internet messages -------------------------------------------------------------------------------- Update Information: - Added a patch with include for sigset_t definition (#565148) - Updated a patch to fix end of headers detection at last header -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #565148 - FTBFS libvmime07-0.7.1-1.fc12 https://bugzilla.redhat.com/show_bug.cgi?id=565148 -------------------------------------------------------------------------------- ================================================================================ mlmmj-1.2.17-1.el4 (FEDORA-EPEL-2010-0218) Mailserver-independent ezmlm-like mailing list manager -------------------------------------------------------------------------------- ================================================================================ moreutils-0.38-1.el4 (FEDORA-EPEL-2010-0211) Additional unix utilities -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 10 2010 Marc Bradshaw 0.38-1.el4 - new upstream version moreutils 0.38 released with these changes - * Description improvements. Closes: #549450 (Thanks, Justin B Rye) - * parallel: Allow running independent commands, like parallel -j3 -- ls df "echo hi" - * ifdata: Add FreeBSD kernel support, although some of the more esoteric interface options are not currently supported in FreeBSD. - * parallel: Define WEXITED to allow building on FreeBSD kernel. - * Thanks Enrico Tassi for the FreeBSD kernel support, which should be enough to get moreutils built on Debian kFreeBSD. Closes: #562609 -------------------------------------------------------------------------------- ================================================================================ perl-Cache-FastMmap-1.34-5.el4 (FEDORA-EPEL-2010-0233) Uses an mmap'ed file to act as a shared memory interprocess cache -------------------------------------------------------------------------------- References: [ 1 ] Bug #462253 - Review Request: perl-Cache-FastMmap - Uses an mmap'ed file to act as a shared memory interprocess cache https://bugzilla.redhat.com/show_bug.cgi?id=462253 -------------------------------------------------------------------------------- ================================================================================ torque-2.3.10-1.el4 (FEDORA-EPEL-2010-0230) Tera-scale Open-source Resource and QUEue manager -------------------------------------------------------------------------------- Update Information: New Upstream fixes various bugs. * b - Fixed a bug in run_pelog (src/resmom/prolog.c) where epilogue.user was given the argument list for prologue scripts and not epilogue scripts. Ticket 6296. * b - Fixed pbs_mom's default restart behavior. On a restart the MOM is suppose to terminate jobs that were in a running state while the MOM was up and report them to the batch server where the job will be reset to a queued state. But it should not try and kill any of the running processes that were associated with the job. Prior to this fix the MOM would try and kill running processes associated with any running jobs. * b - Made changes to source files and configure.ac to enable TORQUE to compile on Solaris5 platform with gcc-warnings enabled. Currently TORQUE must be compiled with the --disable-gui option because X11 support on Solaris is not working with the current TORQUE build scripts. * e - added qmgr server attribute job_start_timeout, specifies timeout to be used for sending job to mom. If not set, tcp_timeout is used. -------------------------------------------------------------------------------- References: [ 1 ] Bug #479672 - Branch Torque to EPEL https://bugzilla.redhat.com/show_bug.cgi?id=479672 -------------------------------------------------------------------------------- From maxamillion at fedoraproject.org Wed Feb 17 20:55:53 2010 From: maxamillion at fedoraproject.org (Adam Miller) Date: Wed, 17 Feb 2010 14:55:53 -0600 Subject: Maven2 for EPEL .... round 1 Message-ID: Hi all, I've been working on maven2 for a little while to get it working on EL5 and it works on 32-bit but I'm still having hurdles with 64-bit because of some Java awesomeness (notice the invisible sarcasm tags on that). I thought I'd go ahead and drop a line to the EPEL community and see if anyone else has any interest in joining in the fun, all help is more than welcomed. Feel free to make snide remarks as well ;) https://fedoraproject.org/wiki/MavenEPEL -AdamM -- http://maxamillion.googlepages.com --------------------------------------------------------- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments From updates at fedoraproject.org Thu Feb 18 07:34:20 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 18 Feb 2010 07:34:20 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100218073420.B90E710F8CD@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 4 updates-testing globus-authz-0.7-2.el4 globus-authz-callout-error-0.4-2.el4 globus-callout-0.7-6.el4 globus-common-11.2-1.el4 globus-core-5.15-8.el4 globus-ftp-client-5.2-1.el4 globus-ftp-control-2.11-1.el4 globus-gass-cache-5.4-2.el4 globus-gass-cache-program-2.8-1.el4 globus-gass-copy-5.3-1.el4 globus-gass-server-ez-2.5-2.el4 globus-gass-transfer-4.3-1.el4 globus-gatekeeper-5.3-1.el4 globus-gfork-0.2-4.el4 globus-gram-client-9.1-1.el4 globus-gram-job-manager-callout-error-0.2-2.el4 globus-gram-job-manager-scripts-2.4-1.el4 globus-gram-protocol-9.3-1.el4 globus-gridftp-server-3.19-1.el4 globus-gridftp-server-control-0.40-1.el4 globus-gsi-callback-2.5-1.el4 globus-gsi-cert-utils-6.4-1.el4 globus-gsi-credential-3.2-1.el4 globus-gsi-openssl-error-0.14-6.el4 globus-gsi-proxy-core-4.3-1.el4 globus-gsi-proxy-ssl-2.0-1.el4 globus-gsi-sysconfig-3.0-1.el4 globus-gss-assist-5.5-1.el4 globus-gssapi-error-2.5-5.el4 globus-gssapi-gsi-7.0-2.el4 globus-io-6.3-4.el4 globus-openssl-4.0-1.el4 globus-openssl-module-1.1-1.el4 globus-proxy-utils-3.5-1.el4 globus-rls-client-5.2-1.el4 globus-rls-server-4.9-1.el4 globus-rsl-7.1-1.el4 globus-rsl-assist-2.1-4.el4 globus-scheduler-event-generator-2.1-2.el4 globus-usage-1.1-1.el4 globus-xio-2.8-2.el4 globus-xio-gsi-driver-0.6-4.el4 globus-xio-pipe-driver-0.1-1.el4 globus-xio-popen-driver-0.7-1.el4 nginx-0.6.39-4.el4 python-dmidecode-3.10.11-1.el4 Details about builds: ================================================================================ globus-authz-0.7-2.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus authz library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-authz-callout-error-0.4-2.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus authz error library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-callout-0.7-6.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus Callout Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 0.7-6 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-common-11.2-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Common Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Mattias Ellert - 11.2-1 - Update to Globus Toolkit 5.0.0 * Fri Dec 4 2009 Stepan Kasal - 10.2-9 - rebuild against perl 5.10.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-core-5.15-8.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus Core -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Mattias Ellert - 5.15-8 - Update to Globus Toolkit 5.0.0 * Mon Dec 7 2009 Mattias Ellert - 5.15-7 - rebuild against perl 5.10.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-ftp-client-5.2-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GridFTP Client Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 5.2-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-ftp-control-2.11-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GridFTP Control Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 2.11-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-cache-5.4-2.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus Gass Cache -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-cache-program-2.8-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Tools to manipulate local and remote GASS caches -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-copy-5.3-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus Gass Copy -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 5.3-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 4.14-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-server-ez-2.5-2.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus Gass Server_ez -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-transfer-4.3-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus Gass Transfer -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 4.3-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gatekeeper-5.3-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus Gatekeeper -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gfork-0.2-4.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GFork -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 0.2-4 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gram-client-9.1-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GRAM Client Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gram-job-manager-callout-error-0.2-2.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GRAM Jobmanager Callout Errors -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gram-job-manager-scripts-2.4-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GRAM Job ManagerScripts -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gram-protocol-9.3-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GRAM Protocol Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gridftp-server-3.19-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GridFTP Server -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 3.19-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gridftp-server-control-0.40-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GridFTP Server Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-callback-2.5-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GSI Callback Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 2.5-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 1.10-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-cert-utils-6.4-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GSI Cert Utils Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 6.4-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 5.5-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-credential-3.2-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GSI Credential Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 3.2-1 - Upate to Globus Toolkit 5.0.0 * Sat Aug 22 2009 Tomas Mraz - 2.2-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-openssl-error-0.14-6.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus OpenSSL Error Handling -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Mattias Ellert - 0.14-6 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 0.14-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-proxy-core-4.3-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GSI Proxy Core Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 4.3-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 3.4-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-proxy-ssl-2.0-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GSI Proxy SSL Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 2.0-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Mattias Ellert - 1.5-6 - Fix for new openssl - ASN1_METHOD no longer supported * Fri Aug 21 2009 Tomas Mraz - 1.5-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-sysconfig-3.0-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GSI System Config Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 3.0-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 2.2-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gss-assist-5.5-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GSSAPI Assist library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 5.5-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gssapi-error-2.5-5.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GSSAPI Error Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 2.5-5 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gssapi-gsi-7.0-2.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - GSSAPI library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Mattias Ellert - 7.0-2 - Update openssl 1.0.0 patch based on RIC-29 branch in upstream CVS * Fri Jan 22 2010 Mattias Ellert - 7.0-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 5.9-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-io-6.3-4.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - uniform I/O interface -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 6.3-4 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-openssl-4.0-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Openssl Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Mattias Ellert - 4.0-1 - Update to Globus Toolkit 5.0-0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-openssl-module-1.1-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus OpenSSL Module Wrapper -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 1.1-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 0.6-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-proxy-utils-3.5-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus GSI Proxy Utility Programs -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 3.5-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 2.5-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-rls-client-5.2-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Replica Location Service Client -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 5.2-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 5.1-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-rls-server-4.9-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Replica Location Service Server -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 4.9-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 4.7-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-rsl-7.1-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Resource Specification Language Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 7.1-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-rsl-assist-2.1-4.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - RSL Manipulation Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 2.1-4 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-scheduler-event-generator-2.1-2.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Scheduler Event Generator -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-usage-1.1-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Usage Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 1.1-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-xio-2.8-2.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus XIO Framework -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 2.8-2 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-xio-gsi-driver-0.6-4.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus XIO GSI Driver -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 0.6-4 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-xio-pipe-driver-0.1-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus Pipe Driver -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-xio-popen-driver-0.7-1.el4 (FEDORA-EPEL-2010-0238) Globus Toolkit - Globus XIO Pipe Open Driver -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 0.7-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ nginx-0.6.39-4.el4 (FEDORA-EPEL-2010-0237) Robust, small and high performance http and reverse proxy server -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 15 2010 Jeremy Hinegardner - 0.6.39-4 - change directory ownership of log dir to root:root * Mon Feb 15 2010 Jeremy Hinegardner - 0.6.39-3 - fix bug #554914 -------------------------------------------------------------------------------- References: [ 1 ] Bug #554914 - restarting nginx via /etc/init.d/nginx script fails https://bugzilla.redhat.com/show_bug.cgi?id=554914 -------------------------------------------------------------------------------- ================================================================================ python-dmidecode-3.10.11-1.el4 (FEDORA-EPEL-2010-0240) Python module to access DMI data -------------------------------------------------------------------------------- Update Information: This update enhances the logging behaviour of python-dmidecode. Two new functions are now made available to catch warnings and process them inside the the application, instead of printing them automatically to stderr/stdout. If these warnings are not processed, they will be reported automatically when dmidecode is unloaded from the application. The new functions are get_warnings() and clear_warnings(). -------------------------------------------------------------------------------- From updates at fedoraproject.org Thu Feb 18 07:34:21 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 18 Feb 2010 07:34:21 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100218073421.2336C10F8F9@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 5 updates-testing bodhi-0.7.0-2.el5 dogtag-pki-console-ui-1.3.1-1.el5 globus-authz-0.7-2.el5 globus-authz-callout-error-0.4-2.el5 globus-callout-0.7-6.el5 globus-common-11.2-1.el5 globus-core-5.15-8.el5 globus-ftp-client-5.2-1.el5 globus-ftp-control-2.11-1.el5 globus-gass-cache-5.4-2.el5 globus-gass-cache-program-2.8-1.el5 globus-gass-copy-5.3-1.el5 globus-gass-server-ez-2.5-2.el5 globus-gass-transfer-4.3-1.el5 globus-gatekeeper-5.3-1.el5 globus-gfork-0.2-4.el5 globus-gram-client-9.1-1.el5 globus-gram-job-manager-callout-error-0.2-2.el5 globus-gram-job-manager-scripts-2.4-1.el5 globus-gram-protocol-9.3-1.el5 globus-gridftp-server-3.19-1.el5 globus-gridftp-server-control-0.40-1.el5 globus-gsi-callback-2.5-1.el5 globus-gsi-cert-utils-6.4-1.el5 globus-gsi-credential-3.2-1.el5 globus-gsi-openssl-error-0.14-6.el5 globus-gsi-proxy-core-4.3-1.el5 globus-gsi-proxy-ssl-2.0-1.el5 globus-gsi-sysconfig-3.0-1.el5 globus-gss-assist-5.5-1.el5 globus-gssapi-error-2.5-5.el5 globus-gssapi-gsi-7.0-2.el5 globus-io-6.3-4.el5 globus-openssl-4.0-1.el5 globus-openssl-module-1.1-1.el5 globus-proxy-utils-3.5-1.el5 globus-rls-client-5.2-1.el5 globus-rls-server-4.9-1.el5 globus-rsl-7.1-1.el5 globus-rsl-assist-2.1-4.el5 globus-scheduler-event-generator-2.1-2.el5 globus-usage-1.1-1.el5 globus-xio-2.8-2.el5 globus-xio-gsi-driver-0.6-4.el5 globus-xio-pipe-driver-0.1-1.el5 globus-xio-popen-driver-0.7-1.el5 gstreamer-java-1.3-3.el5 nginx-0.6.39-4.el5 openjpeg-1.3-6.el5.1 openscada-0.6.4.1-9.el5 perl-HTML-Entities-Numbered-0.04-2.el5 pki-console-1.3.1-1.el5 pki-java-tools-1.3.1-1.el5 pki-kra-1.3.1-1.el5 pki-ocsp-1.3.1-1.el5 pki-silent-1.3.2-1.el5 pki-tks-1.3.1-1.el5 Details about builds: ================================================================================ bodhi-0.7.0-2.el5 (FEDORA-EPEL-2010-0250) A modular framework that facilitates publishing software updates -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 16 2010 Luke Macken - 0.7.0-2 - Add the F13 updates-testing mash configuration * Mon Jan 18 2010 Luke Macken - 0.7.0-1 - 0.7.0 release, prepping for the F13 release - Critical Path & No Frozen Rawhide proposals implemented - Many other bugfixes, enhancements, and optimizations * Fri Nov 6 2009 Luke Macken - 0.6.12-1 - 0.6.12, for F12 * Sat Sep 19 2009 Luke Macken - 0.6.11-1 - 0.6.11 * Fri Sep 18 2009 Luke Macken - 0.6.10-1 - 0.6.10 * Thu Sep 17 2009 Luke Macken - 0.6.9-2 - More CSRF tweaks * Thu Sep 17 2009 Luke Macken - 0.6.9-1 - 0.6.9 * Mon Sep 14 2009 Luke Macken - 0.6.8-1 - 0.6.8 * Wed Sep 9 2009 Luke Macken - 0.6.7-1 - 0.6.7 * Wed Sep 9 2009 Luke Macken - 0.6.6-1 - 0.6.6 * Wed Sep 9 2009 Luke Macken - 0.6.5-1 - 0.6.5 * Fri Aug 14 2009 Luke Macken - 0.6.4-1 - 0.6.4 * Thu Aug 13 2009 Luke Macken - 0.6.3-1 - 0.6.3 * Fri Jul 10 2009 Luke Macken - 0.6.2-1 - 0.6.2 * Thu Jul 9 2009 Luke Macken - 0.6.1-1 - 0.6.1 * Thu Jul 9 2009 Luke Macken - 0.6.0-1 - 0.6.0 final * Mon Jul 6 2009 Luke Macken - 0.6.0-0.7.beta - beta7 * Mon Jul 6 2009 Luke Macken - 0.6.0-0.6.beta - beta6 * Mon Jul 6 2009 Luke Macken - 0.6.0-0.5.beta - beta5, with EPEL mash configs * Fri Jul 3 2009 Luke Macken - 0.6.0-0.4.beta - beta4 * Fri Jul 3 2009 Luke Macken - 0.6.0-0.3.beta - beta3 * Fri Jul 3 2009 Luke Macken - 0.6.0-0.2.beta - beta2 - Make our Bugzilla cookie file configurable * Thu Jul 2 2009 Luke Macken - 0.6.0-0.1.beta - 0.6.0 beta * Mon Jun 22 2009 Luke Macken - 0.5.27-01 - Latest upstream release to bring in fixed mash config files. * Fri Jun 12 2009 Luke Macken - 0.5.26-1 - Latest upstream release with a variety of fixes and pkgdb-0.4 support. * Tue May 12 2009 Luke Macken - 0.5.25-1 - Latest upstream bugfix release to work around some TG 1.0.8 brokenness, and make our masher a bit more robust. * Tue May 12 2009 Luke Macken - 0.5.24-1 - 0.5.24 bugfix release * Thu May 7 2009 Luke Macken - 0.5.23-1 - Add mash configs for F11, with deltarpm support. * Thu Apr 30 2009 Luke Macken - 0.5.22-1 - Remove pagination patch, as Fedora Infrastructure is now TG 1.0.8 * Thu Apr 30 2009 Luke Macken - 0.5.21-1 - Update to TG 1.0.8 API (fixes a @paginate issue) -------------------------------------------------------------------------------- ================================================================================ dogtag-pki-console-ui-1.3.1-1.el5 (FEDORA-EPEL-2010-0241) Dogtag Certificate System - PKI Console User Interface -------------------------------------------------------------------------------- Update Information: Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) -------------------------------------------------------------------------------- References: [ 1 ] Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) https://bugzilla.redhat.com/show_bug.cgi?id=562986 -------------------------------------------------------------------------------- ================================================================================ globus-authz-0.7-2.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus authz library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-authz-callout-error-0.4-2.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus authz error library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-callout-0.7-6.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus Callout Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 0.7-6 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-common-11.2-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Common Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Mattias Ellert - 11.2-1 - Update to Globus Toolkit 5.0.0 * Fri Dec 4 2009 Stepan Kasal - 10.2-9 - rebuild against perl 5.10.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-core-5.15-8.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus Core -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Mattias Ellert - 5.15-8 - Update to Globus Toolkit 5.0.0 * Mon Dec 7 2009 Mattias Ellert - 5.15-7 - rebuild against perl 5.10.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-ftp-client-5.2-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GridFTP Client Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 5.2-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-ftp-control-2.11-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GridFTP Control Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 2.11-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-cache-5.4-2.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus Gass Cache -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-cache-program-2.8-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Tools to manipulate local and remote GASS caches -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-copy-5.3-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus Gass Copy -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 5.3-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 4.14-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-server-ez-2.5-2.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus Gass Server_ez -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gass-transfer-4.3-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus Gass Transfer -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 4.3-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gatekeeper-5.3-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus Gatekeeper -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gfork-0.2-4.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GFork -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 0.2-4 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gram-client-9.1-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GRAM Client Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gram-job-manager-callout-error-0.2-2.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GRAM Jobmanager Callout Errors -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gram-job-manager-scripts-2.4-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GRAM Job ManagerScripts -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gram-protocol-9.3-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GRAM Protocol Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gridftp-server-3.19-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GridFTP Server -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 3.19-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gridftp-server-control-0.40-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GridFTP Server Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-callback-2.5-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GSI Callback Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 2.5-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 1.10-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-cert-utils-6.4-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GSI Cert Utils Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 6.4-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 5.5-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-credential-3.2-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GSI Credential Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 3.2-1 - Upate to Globus Toolkit 5.0.0 * Sat Aug 22 2009 Tomas Mraz - 2.2-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-openssl-error-0.14-6.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus OpenSSL Error Handling -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Mattias Ellert - 0.14-6 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 0.14-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-proxy-core-4.3-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GSI Proxy Core Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 4.3-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 3.4-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-proxy-ssl-2.0-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GSI Proxy SSL Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 2.0-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Mattias Ellert - 1.5-6 - Fix for new openssl - ASN1_METHOD no longer supported * Fri Aug 21 2009 Tomas Mraz - 1.5-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gsi-sysconfig-3.0-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GSI System Config Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 3.0-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 2.2-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gss-assist-5.5-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GSSAPI Assist library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 5.5-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gssapi-error-2.5-5.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GSSAPI Error Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 2.5-5 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-gssapi-gsi-7.0-2.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - GSSAPI library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Mattias Ellert - 7.0-2 - Update openssl 1.0.0 patch based on RIC-29 branch in upstream CVS * Fri Jan 22 2010 Mattias Ellert - 7.0-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 5.9-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-io-6.3-4.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - uniform I/O interface -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 6.3-4 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-openssl-4.0-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Openssl Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Thu Jan 21 2010 Mattias Ellert - 4.0-1 - Update to Globus Toolkit 5.0-0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-openssl-module-1.1-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus OpenSSL Module Wrapper -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 1.1-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 0.6-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-proxy-utils-3.5-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus GSI Proxy Utility Programs -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 3.5-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 2.5-4 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-rls-client-5.2-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Replica Location Service Client -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 5.2-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 5.1-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-rls-server-4.9-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Replica Location Service Server -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 4.9-1 - Update to Globus Toolkit 5.0.0 * Fri Aug 21 2009 Tomas Mraz - 4.7-5 - rebuilt with new openssl -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-rsl-7.1-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Resource Specification Language Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 7.1-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-rsl-assist-2.1-4.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - RSL Manipulation Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 2.1-4 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-scheduler-event-generator-2.1-2.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Scheduler Event Generator -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-usage-1.1-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Usage Library -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 1.1-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-xio-2.8-2.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus XIO Framework -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Fri Jan 22 2010 Mattias Ellert - 2.8-2 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-xio-gsi-driver-0.6-4.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus XIO GSI Driver -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 0.6-4 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-xio-pipe-driver-0.1-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus Pipe Driver -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ globus-xio-popen-driver-0.7-1.el5 (FEDORA-EPEL-2010-0247) Globus Toolkit - Globus XIO Pipe Open Driver -------------------------------------------------------------------------------- Update Information: Globus Toolkit release 5.0.0 Most components of GT5 are incremental updates (numerous bug fixes and new features) over their GT4 counter-parts (e.g. GridFTP, RLS). GRAM has been vastly improved by returning to the pre-ws GRAM2 code base and making substantial backward-compatible improvements. Details about each component are available in the release notes. http://www.globus.org/toolkit/docs/5.0/5.0.0/rn/ -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 23 2010 Mattias Ellert - 0.7-1 - Update to Globus Toolkit 5.0.0 -------------------------------------------------------------------------------- References: [ 1 ] Bug #563821 - Review Request: globus-xio-pipe-driver - Globus Toolkit - Globus Pipe Driver https://bugzilla.redhat.com/show_bug.cgi?id=563821 -------------------------------------------------------------------------------- ================================================================================ gstreamer-java-1.3-3.el5 (FEDORA-EPEL-2010-0246) Java interface to the gstreamer framework -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 16 2010 Levente Farkas - 1.3-3 - fix XOverlay on windows -------------------------------------------------------------------------------- ================================================================================ nginx-0.6.39-4.el5 (FEDORA-EPEL-2010-0244) Robust, small and high performance http and reverse proxy server -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 15 2010 Jeremy Hinegardner - 0.6.39-4 - change directory ownership of log dir to root:root * Mon Feb 15 2010 Jeremy Hinegardner - 0.6.39-3 - fix bug #554914 -------------------------------------------------------------------------------- References: [ 1 ] Bug #554914 - restarting nginx via /etc/init.d/nginx script fails https://bugzilla.redhat.com/show_bug.cgi?id=554914 -------------------------------------------------------------------------------- ================================================================================ openjpeg-1.3-6.el5.1 (FEDORA-EPEL-2010-0245) OpenJPEG command line tools -------------------------------------------------------------------------------- Update Information: EPEL version of OpenJPEG. -------------------------------------------------------------------------------- ================================================================================ openscada-0.6.4.1-9.el5 (FEDORA-EPEL-2010-0243) Open SCADA system project -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 17 2010 Aleksey Popkov - 0.6.4.1-9 - Fixed of dependencies in Obsoletes directives - Change of Source0 url path. * Sat Jan 30 2010 Aleksey Popkov - 0.6.4.1-8 - Fixed of dependencies. * Fri Jan 29 2010 Aleksey Popkov - 0.6.4.1-7 - Added of obsoletes and provides directives. * Fri Jan 29 2010 Aleksey Popkov - 0.6.4.1-6 - Fixed of dependencies. * Tue Jan 26 2010 Aleksey Popkov - 0.6.4.1-5 - Fixed of dependencies. * Tue Jan 26 2010 Aleksey Popkov - 0.6.4.1-4 - The macros doc is edited. * Sat Jan 9 2010 Aleksey Popkov - 0.6.4-3 - Fixed of libpath in the oscada_demo.xml. -------------------------------------------------------------------------------- ================================================================================ perl-HTML-Entities-Numbered-0.04-2.el5 (FEDORA-EPEL-2010-0236) Conversion of numbered HTML entities -------------------------------------------------------------------------------- Update Information: Initial release. -------------------------------------------------------------------------------- References: [ 1 ] Bug #561761 - Review Request: perl-HTML-Entities-Numbered - Conversion of numbered HTML entities https://bugzilla.redhat.com/show_bug.cgi?id=561761 -------------------------------------------------------------------------------- ================================================================================ pki-console-1.3.1-1.el5 (FEDORA-EPEL-2010-0239) Dogtag Certificate System - PKI Console -------------------------------------------------------------------------------- Update Information: Supply convenience symlink(s) for backwards compatibility -------------------------------------------------------------------------------- References: [ 1 ] Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) https://bugzilla.redhat.com/show_bug.cgi?id=562986 -------------------------------------------------------------------------------- ================================================================================ pki-java-tools-1.3.1-1.el5 (FEDORA-EPEL-2010-0234) Dogtag Certificate System - PKI Java-Based Tools -------------------------------------------------------------------------------- Update Information: Supply convenience symlink(s) for backwards compatibility -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) -------------------------------------------------------------------------------- References: [ 1 ] Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) https://bugzilla.redhat.com/show_bug.cgi?id=562986 -------------------------------------------------------------------------------- ================================================================================ pki-kra-1.3.1-1.el5 (FEDORA-EPEL-2010-0242) Dogtag Certificate System - Data Recovery Manager -------------------------------------------------------------------------------- Update Information: Supply convenience symlink(s) for backwards compatibility -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) -------------------------------------------------------------------------------- References: [ 1 ] Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) https://bugzilla.redhat.com/show_bug.cgi?id=562986 -------------------------------------------------------------------------------- ================================================================================ pki-ocsp-1.3.1-1.el5 (FEDORA-EPEL-2010-0248) Dogtag Certificate System - Online Certificate Status Protocol Manager -------------------------------------------------------------------------------- Update Information: Supply convenience symlink(s) for backwards compatibility -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) -------------------------------------------------------------------------------- References: [ 1 ] Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) https://bugzilla.redhat.com/show_bug.cgi?id=562986 -------------------------------------------------------------------------------- ================================================================================ pki-silent-1.3.2-1.el5 (FEDORA-EPEL-2010-0249) Dogtag Certificate System - Silent Installer -------------------------------------------------------------------------------- Update Information: Supply convenience symlink(s) for backwards compatibility -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 8 2010 Matthew Harmsen 1.3.2-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) * Mon Jan 25 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #558670 - Update pki-silent templates to work with pki component registries -------------------------------------------------------------------------------- References: [ 1 ] Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) https://bugzilla.redhat.com/show_bug.cgi?id=562986 -------------------------------------------------------------------------------- ================================================================================ pki-tks-1.3.1-1.el5 (FEDORA-EPEL-2010-0235) Dogtag Certificate System - Token Key Service -------------------------------------------------------------------------------- Update Information: Supply convenience symlink(s) for backwards compatibility -------------------------------------------------------------------------------- References: [ 1 ] Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) https://bugzilla.redhat.com/show_bug.cgi?id=562986 [ 2 ] Bug #553075 - Apply "registry" logic to pki-tks . . . https://bugzilla.redhat.com/show_bug.cgi?id=553075 -------------------------------------------------------------------------------- From kevin at tummy.com Thu Feb 18 21:37:08 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Thu, 18 Feb 2010 14:37:08 -0700 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100217124420.GC7927@genius.kawo2.rwth-aachen.de> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216131113.GE16719@free.fr> <20100217124420.GC7927@genius.kawo2.rwth-aachen.de> Message-ID: <20100218143708.2147a4aa@ohm.scrye.com> On Wed, 17 Feb 2010 13:44:20 +0100 Till Maas wrote: > Without having Reports or links to Meeting summaries from Meetbot, it > is very hard to know what has changed. I personally don't have time to generate any reports, and the old scripts that Thorsten used are likely not going to work against koji/bodhi. Would you be interested in generating a new weekly report? The meeting summaries are posted to this list, as well as being on the meetbot site. > I noticed that there seems to > be no information about what happened to python-setuptools in EPEL or > what would happen the next time a package is imported in RHEL, that > existed in EPEL. Or for which other packages this already happened. My understanding is that RHEL would import the most recent package from EPEL and we would block it. Sadly this has not happened correctly in the past. > Also there was this discussion on the list and meetings about what > exactly the package set in RHEL is, that EPEL does not conflict with, > but there seems to be no real answer to this in the wiki, too. > > E.g. the FAQ only says to browse the SRPMS, but it's only some of the > SRPMS: > https://fedoraproject.org/wiki/EPEL/FAQ#How_can_I_know_which_packages_are_part_of_RHEL.3F > > The policy says this: > https://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies > | EPEL packages must never conflict with packages in RHEL Base > (Including | Advanced Platform). > > This might be the actual policy, but it still does not says which > packages this includes and when I asked on this mailing list, even > someone more experienced than me did not really know. I have added clarification on this. This is basically anything in the server or workstation for RHEL5, and anything in base RHEL4. This would be ftp.redhat.com:/pub/redhat/linux/enterprise/4/en/os and ftp.redhat.com:/pub/redhat/linux/enterprise/5Client and ftp.redhat.com:/pub/redhat/linux/enterprise/5Server. > Btw. this FAQ entry also contains some broken wiki syntax: > https://fedoraproject.org/wiki/EPEL/FAQ#What_is_the_policy_on_updates_for_packages_in_EPEL.3F It's a wiki. Can you not fix such things when you see them? ;) I just removed that broken include and pointed to the real doc. > Then as you already mentioned, the Schedule probably only contains > outdated content: > https://fedoraproject.org/wiki/EPEL/Schedule Cleaned up. > I don't know, I only experienced that both conflicted. Added some more wording. Any help cleaning up wiki pages is very welcome. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From kevin at tummy.com Thu Feb 18 21:37:27 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Thu, 18 Feb 2010 14:37:27 -0700 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100217131544.GE7927@genius.kawo2.rwth-aachen.de> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216131113.GE16719@free.fr> <20100217131544.GE7927@genius.kawo2.rwth-aachen.de> Message-ID: <20100218143727.534a364d@ohm.scrye.com> On Wed, 17 Feb 2010 14:15:44 +0100 Till Maas wrote: > On Tue, Feb 16, 2010 at 02:11:13PM +0100, Patrice Dumas wrote: > > > Apart from Reports are there specific parts that are out of date? I > > tried to review the whole EPEL wiki in the end of 2008, I don't > > think that there were much changes afterwards, except from > > switching to bodhi and koji, and I just checked that this has been > > rightly taken into account. > > I forgot something: I believe the epel component in the rel-eng trac > and the use cases are also not mentioned in the wiki. Added a note about this to the faq. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From kevin at tummy.com Thu Feb 18 21:38:33 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Thu, 18 Feb 2010 14:38:33 -0700 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100216132332.GF16719@free.fr> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216132332.GF16719@free.fr> Message-ID: <20100218143833.6bc18b2c@ohm.scrye.com> On Tue, 16 Feb 2010 14:23:32 +0100 Patrice Dumas wrote: > I think basically everything was ready, but some pages don't seem to > have been renamed. Who was going to do this? You or Karsten? Can you go ahead and do it? or I can ask Karsten to do so. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From pertusus at free.fr Thu Feb 18 22:10:53 2010 From: pertusus at free.fr (Patrice Dumas) Date: Thu, 18 Feb 2010 23:10:53 +0100 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100218143833.6bc18b2c@ohm.scrye.com> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216132332.GF16719@free.fr> <20100218143833.6bc18b2c@ohm.scrye.com> Message-ID: <20100218221053.GE1806@free.fr> On Thu, Feb 18, 2010 at 02:38:33PM -0700, Kevin Fenzi wrote: > On Tue, 16 Feb 2010 14:23:32 +0100 > Patrice Dumas wrote: > > > I think basically everything was ready, but some pages don't seem to > > have been renamed. > > Who was going to do this? You or Karsten? It was Karsten, I think, since, unless I am wrong it was part of a change more global, and, although I am guessing, maybe they fixed the links automatically when renaming pages, and used some scripting to avoid the tedious task of doing everything by hand in the wiki. -- Pat From updates at fedoraproject.org Thu Feb 18 22:20:14 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Thu, 18 Feb 2010 22:20:14 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100218222014.DE33C10FA83@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 5 updates-testing collectl-3.4.0-1.el5 pki-ocsp-1.3.1-2.el5 Details about builds: ================================================================================ collectl-3.4.0-1.el5 (FEDORA-EPEL-2010-0251) An utility to collect various linux performance data -------------------------------------------------------------------------------- Update Information: update to 3.4.0 -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 17 2010 Dan Hor?k 3.4.0-1 - upgrade to upstream version 3.4.0 - updated directory layout to match upstream -------------------------------------------------------------------------------- ================================================================================ pki-ocsp-1.3.1-2.el5 (FEDORA-EPEL-2010-0252) Dogtag Certificate System - Online Certificate Status Protocol Manager -------------------------------------------------------------------------------- Update Information: Add 'pki-console' as a runtime dependency -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 16 2010 Matthew Harmsen 1.3.1-2 - Bugzilla Bug #566059 - Add 'pki-console' as a runtime dependency for CA, KRA, OCSP, and TKS . . . * Mon Feb 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) -------------------------------------------------------------------------------- References: [ 1 ] Bug #566059 - Add 'pki-console' as a runtime dependency for CA, KRA, OCSP, and TKS . . . https://bugzilla.redhat.com/show_bug.cgi?id=566059 -------------------------------------------------------------------------------- From ndp at opendap.org Fri Feb 19 02:08:57 2010 From: ndp at opendap.org (Nathan Potter) Date: Thu, 18 Feb 2010 18:08:57 -0800 Subject: EPEL and Java Projects. Message-ID: <4842C290-1634-4187-9724-74EB6CD3C60B@opendap.org> Greetings, My group is looking at bringing our project into EPEL. Among the reasons for doing so is to provide our users with ABI stability. The project is a web service application that is built from a C++ coded back-end that is driven by user requests through a java servlet. The way that C and C++ projects are brought into fedora and along into EPEL seems pretty clearly documented, as are the ABI stability benefits that are part of EPEL design goals. However I am seeing almost no discussion about the java side of the equation. Can you point me to any specific documents or guidelines that would help me get educated on what the issues are with bringing a java project into EPEL? IS there any discussion of ABI stability with regards to Java? Or is API stability the only real issue for java? I did find this page: http://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies Where I learned that EPEL projects must follow the Fedora Packaging and Maintenance Guidelines, and which led me to this: http://fedoraproject.org/wiki/Packaging/Guidelines Which led me to this: http://fedoraproject.org/wiki/Packaging:Java Where the details of including an ant project are discussed. However my core questions about ABI vs API stability vis-a-vis EPEL remain unanswered. Additionally, the page on packaging java provides examples of "Specfile Templates". Is there also a resource to which you may direct me where I can learn about the format and role of the Specfiles in the RPM process? Any help you could offer me in this regard would be most appreciated. Thanks, Nathan = = = Nathan Potter ndp at opendap.org OPeNDAP, Inc. +1.541.231.3317 From smooge at gmail.com Sat Feb 20 00:26:10 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Fri, 19 Feb 2010 17:26:10 -0700 Subject: EPEL and Java Projects. In-Reply-To: <4842C290-1634-4187-9724-74EB6CD3C60B@opendap.org> References: <4842C290-1634-4187-9724-74EB6CD3C60B@opendap.org> Message-ID: <80d7e4091002191626q519475cfp33effdda27455aec@mail.gmail.com> Hi James.. I have mulled over this a bit. my answers are inline. On Thu, Feb 18, 2010 at 7:08 PM, Nathan Potter wrote: > > > > Greetings, > > My group is looking at bringing our project into EPEL. Among the reasons for > doing so is to provide our users with ABI stability. The project is a web > service application that is built from a C++ coded back-end that is driven > by user requests through a java servlet. The way that C and C++ projects are > brought into fedora and along into EPEL seems pretty clearly documented, as > are the ABI stability benefits that are part of EPEL design goals. > > However I am seeing almost no discussion about the java side of the > equation. > > Can you point me to any specific documents or guidelines that would help me > get educated on what the issues are with bringing a java project into EPEL? > IS there any discussion of ABI stability with regards to Java? Or is API > stability the only real issue for java? To be honest, we are going to have to work hand in hand on this. Some software has gotten in and some has not but why has not been documented as well as it should be. The steps for getting software into EPEL would be that it first must get into Fedora (even if it is only built for EPEL). This means the software must be licensed appropriately and that it and all its subcomponents meet Fedora's packaging requirements. The biggest hurdle for Java software is where a project requires a specific API version of some library and just bundles it into its own self. These things need to be unbundled and kept seperate so that security/bug fixes do not get missed. I would start by joining the Java list and going over what you have and how it would be best put together. https://admin.fedoraproject.org/mailman/listinfo/java-devel > I did find this page: > > ? ?http://fedoraproject.org/wiki/EPEL/GuidelinesAndPolicies > > Where I learned that EPEL projects must follow the Fedora Packaging and > Maintenance Guidelines, and which led me to this: > > ? ?http://fedoraproject.org/wiki/Packaging/Guidelines > > Which led me to this: > > ? ?http://fedoraproject.org/wiki/Packaging:Java > > Where the details of including an ant project are discussed. However my core > questions about ABI vs API stability vis-a-vis EPEL remain unanswered. > > Additionally, the page on packaging java provides examples of "Specfile > Templates". Is there also a resource to which you may direct me where I can > learn about the format and role of the Specfiles in the RPM process? > > > > Any help you could offer me in this regard would be most appreciated. > > > Thanks, > > > Nathan > > = = = > Nathan Potter ? ? ? ? ? ? ? ? ? ? ? ?ndp at opendap.org > OPeNDAP, Inc. ? ? ? ? ? ? ? ? ? ? ? ?+1.541.231.3317 > > > > > _______________________________________________ > epel-devel-list mailing list > epel-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/epel-devel-list > -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From opensource at till.name Mon Feb 22 11:32:26 2010 From: opensource at till.name (Till Maas) Date: Mon, 22 Feb 2010 12:32:26 +0100 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100218143708.2147a4aa@ohm.scrye.com> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216131113.GE16719@free.fr> <20100217124420.GC7927@genius.kawo2.rwth-aachen.de> <20100218143708.2147a4aa@ohm.scrye.com> Message-ID: <20100222113226.GA3731@genius.kawo2.rwth-aachen.de> On Thu, Feb 18, 2010 at 02:37:08PM -0700, Kevin Fenzi wrote: > On Wed, 17 Feb 2010 13:44:20 +0100 > Till Maas wrote: > > > Without having Reports or links to Meeting summaries from Meetbot, it > > is very hard to know what has changed. > > I personally don't have time to generate any reports, and the old > scripts that Thorsten used are likely not going to work against > koji/bodhi. > > Would you be interested in generating a new weekly report? I am not really interested in the package statistics, so no. > The meeting summaries are posted to this list, as well as being on the > meetbot site. But I am interested in an easy access to the Meetbot logs. Is this the meetbot site you are talking about: http://meetbot.fedoraproject.org/ ? AFAICS there is no easy way to get all EPEL meetbot summaries from there. Or in other words, the only way seems to be to go through all summaries from all groups. > > I noticed that there seems to > > be no information about what happened to python-setuptools in EPEL or > > what would happen the next time a package is imported in RHEL, that > > existed in EPEL. Or for which other packages this already happened. > > My understanding is that RHEL would import the most recent package from > EPEL and we would block it. Sadly this has not happened correctly in > the past. Ok, this would not cause any issues afaics. > > Btw. this FAQ entry also contains some broken wiki syntax: > > https://fedoraproject.org/wiki/EPEL/FAQ#What_is_the_policy_on_updates_for_packages_in_EPEL.3F > > It's a wiki. Can you not fix such things when you see them? ;) > I just removed that broken include and pointed to the real doc. I would have fixed it, if was something I do already know how to fix it. I did not assume that it should be just removed. > > Then as you already mentioned, the Schedule probably only contains > > outdated content: > > https://fedoraproject.org/wiki/EPEL/Schedule > > Cleaned up. I just looked at it and found two issues: I guess this is not used anymore? Or is it somehow managed using meetbot? | feel free to add your nick to the list of nicks in the "meeting ping" Also the topic changes are done using "/topic" instead of "#topic". I never used meetbot, so maybe it matters, maybe it does not: | /topic EPEL SIG Meeting | Status Reports | Revive them? There is also a link to this page: https://fedoraproject.org/wiki/EPEL/Tasks/Misc I guess it can be moved to the archive namespace and requested for deletion? Or even all pages in https://fedoraproject.org/wiki/Category:EPELTasksOpen except for https://fedoraproject.org/wiki/EPEL/Tasks/NextTestingStableMove unless this is documented somewhere else. > > I don't know, I only experienced that both conflicted. > > Added some more wording. > > Any help cleaning up wiki pages is very welcome. If I know that something is wrong and I know what is right instead, I happily fix this in the wiki. But if I do not know the details, I typically do not edit it to avoid making it worse. IMHO it would be nice to have some easy way to create patches for the wiki, send them to somebody that has the knowledge, so that he can just verify the changes and apply them. Then the work can still be shared, but this is more dreaming then reality. Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From updates at fedoraproject.org Mon Feb 22 22:40:47 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Mon, 22 Feb 2010 22:40:47 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100222224047.9AE0010F9C8@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 4 updates-testing haproxy-1.3.23-1.el4 libisofs-0.6.28-1.el4 moreutils-0.38-1.el4 myproxy-5.0-1.el4 ocsinventory-1.3.1-1.el4 perl-Crypt-OpenSSL-X509-0.7-6.el4 perl-Unicode-String-2.09-7.el4 proftpd-1.3.2d-1.el4 Details about builds: ================================================================================ haproxy-1.3.23-1.el4 (FEDORA-EPEL-2010-2279) HA-Proxy is a TCP/HTTP reverse proxy for high availability environments -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Jeremy Hinegardner - 1.3.23-1 - update to 1.3.23 -------------------------------------------------------------------------------- ================================================================================ libisofs-0.6.28-1.el4 (FEDORA-EPEL-2010-2290) Library to create ISO 9660 disk images -------------------------------------------------------------------------------- Update Information: Libisofs is a library to create an ISO-9660 filesystem and supports extensions like RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing you to modify an ISO image or multisession disc, including file addition or removal, change of file names and attributes etc. It supports the extension AAIP which allows to store ACLs and xattr in ISO-9660 filesystems as well. As it is linked with zlib, it supports zisofs compression, too. -------------------------------------------------------------------------------- ================================================================================ moreutils-0.38-1.el4 (FEDORA-EPEL-2010-0211) Additional unix utilities -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 10 2010 Marc Bradshaw 0.38-1.el4 - new upstream version moreutils 0.38 released with these changes - * Description improvements. Closes: #549450 (Thanks, Justin B Rye) - * parallel: Allow running independent commands, like parallel -j3 -- ls df "echo hi" - * ifdata: Add FreeBSD kernel support, although some of the more esoteric interface options are not currently supported in FreeBSD. - * parallel: Define WEXITED to allow building on FreeBSD kernel. - * Thanks Enrico Tassi for the FreeBSD kernel support, which should be enough to get moreutils built on Debian kFreeBSD. Closes: #562609 -------------------------------------------------------------------------------- ================================================================================ myproxy-5.0-1.el4 (FEDORA-EPEL-2010-2301) Manage X.509 Public Key Infrastructure (PKI) security credentials -------------------------------------------------------------------------------- Update Information: - in myproxy-server, atomically update credential files and avoid unnecessary file copies; NOTE API CHANGE: myproxy_creds_store() now moves file to the repository, rather than copying it - add myproxy-server.config request_size_limit parameter to control myproxy-server network limits, and fix network limit handling to apply only to myproxy-server (not clients), so clients can handle large X509_CERT_DIR contents (http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6889) - include extendedKeyUsage=clientAuth in EECs by default per GFD.125 - add myproxy-logon /myproxy-get-trustroots -b option to allow bootstrapping CA trust even when X509_CERT_DIR exists (http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6886) - myproxy-logon -T / myproxy-get-trustroots fixes/improvements: - when cleaning bad CRLs, also remove any CRLs we can't parse - when recovering from CRL errors, allow anonymous authentication on second attempt, just like first attempt - when bootstrapping, restrict CA trust to only the one certificate subject needed, rather than a wildcard -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 19 2010 Steve Traylen - 5.0-1 - New upstream version 5.0 -------------------------------------------------------------------------------- ================================================================================ ocsinventory-1.3.1-1.el4 (FEDORA-EPEL-2010-2281) Open Computer and Software Inventory Next Generation -------------------------------------------------------------------------------- Update Information: New upstream version 1.3 (no changelog available) -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Remi Collet 1.3.1-1 - update to new version - improved patch for schema * Sun Feb 7 2010 Remi Collet 1.3-1 - update to new version - add a patch to improve schema check (when install / upgrade needed) -------------------------------------------------------------------------------- ================================================================================ perl-Crypt-OpenSSL-X509-0.7-6.el4 (FEDORA-EPEL-2010-2295) Perl interface to OpenSSL for X509 -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- ================================================================================ perl-Unicode-String-2.09-7.el4 (FEDORA-EPEL-2010-2299) Perl modules to handle various Unicode issues -------------------------------------------------------------------------------- Update Information: This package has documentation recoded in UTF-8 and properly depends on a version of perl that searches for modules where this module is installed. -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Paul Howarth 2.09-7 - license is same as perl - carefully convert documentation to UTF-8 encoding - add :MODULE_COMPAT_* dependency -------------------------------------------------------------------------------- ================================================================================ proftpd-1.3.2d-1.el4 (FEDORA-EPEL-2010-2293) Flexible, stable and highly-configurable FTP server -------------------------------------------------------------------------------- Update Information: This update addresses CVE-2009-3555 (SSL/TLS renegotiation vulnerability), mitigating the problem by refusing all client-initiated SSL/TLS session renegotiations. This update to the latest maintenance release also fixes a number of bugs recorded in the proftpd bug tracker: * SSL/TLS renegotiation vulnerability (CVE-2009-3555, bug 3324) * Failed database transaction can cause mod_quotatab to loop (bug 3228) * Segfault in mod_wrap (bug 3332) * sections can have problems (bug 3337) * mod_wrap2 segfaults when a valid user retries the USER command (bug 3341) * modauthfile handles 'getgroups' request incorrectly (bug 3347) * Segfault caused by scrubbing zero- length portion of memory (bug 3350) * Lack of PID protection in ScoreboardFile (bug 3370) * Crash when retrying a failed login with mod_radius being used (bug 3372) * RADIUS authentication broken on 64-bit platforms (bug 3381) * SIGHUP eventually causes certain DSO modules to segfault (bug 3387) Finally, the behaviour of the MLSD FTP command (used in many modern FTP clients to list directories) is fixed for the case when the FTP server's configuration disallows its usage (using a clause) in some but not all places (#544002). -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 15 2010 Paul Howarth 1.3.2d-1 - Update to 1.3.2d, addressing the following issues: - mod_tls doesn't compile with pre-0.9.7 openssl (bug 3358) - Lack of PID protection in ScoreboardFile (bug 3370) - Crash when retrying a failed login with mod_radius being used (bug 3372) - RADIUS authentication broken on 64-bit platforms (bug 3381) - SIGHUP eventually causes certain DSO modules to segfault (bug 3387) * Thu Dec 10 2009 Paul Howarth 1.3.2c-1 - Update to 1.3.2c, addressing the following issues: - SSL/TLS renegotiation vulnerability (CVE-2009-3555, bug 3324) - Failed database transaction can cause mod_quotatab to loop (bug 3228) - Segfault in mod_wrap (bug 3332) - sections can have problems (bug 3337) - mod_wrap2 segfaults when a valid user retries the USER command (bug 3341) - mod_auth_file handles 'getgroups' request incorrectly (bug 3347) - Segfault caused by scrubbing zero-length portion of memory (bug 3350) - Drop upstreamed segfault patch * Thu Dec 10 2009 Paul Howarth 1.3.2b-3 - Add patch for upstream bug 3350 - segfault on auth failures * Wed Dec 9 2009 Paul Howarth 1.3.2b-2 - Reduce the mod_facts patch to the single commit addressing the issue with directory names with glob characters (#521634), avoiding introducing a further problem with (#544002) -------------------------------------------------------------------------------- References: [ 1 ] Bug #533125 - CVE-2009-3555 TLS: MITM attacks via session renegotiation https://bugzilla.redhat.com/show_bug.cgi?id=533125 -------------------------------------------------------------------------------- From updates at fedoraproject.org Mon Feb 22 22:40:47 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Mon, 22 Feb 2010 22:40:47 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100222224047.C31DA10F9B7@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 5 updates-testing GMT-4.5.2-1.el5 GMT-coastlines-2.0.2-1 RackTables-0.17.9-1.el5 gmime-2.2.25-1.el5 haproxy-1.3.23-1.el5 jai-imageio-core-1.2-0.4.20100217cvs.el5 libisofs-0.6.28-1.el5 mock-1.0.5-1.el5 moreutils-0.38-1.el5 myproxy-5.0-1.el5 ocsinventory-1.3.1-1.el5 openscada-0.6.4.1-9.el5 perl-Crypt-OpenSSL-X509-0.4-3.el5 perl-GD-SVG-0.33-1.el5 perl-SVG-2.49-1.el5 perl-String-Escape-2010.002-3.el5 perl-Unicode-String-2.09-7.el5 pigz-2.1.5-3.el5 pki-ca-1.3.2-2.el5 pki-kra-1.3.1-2.el5 pki-ra-1.3.0-6.el5 pki-tks-1.3.1-2.el5 pki-tps-1.3.0-8.el5 proftpd-1.3.2d-1.el5 repoview-0.6.5-1.el5 rubygem-rest-client-1.3.1-5.el5 stonevpn-0.4.6-3.el5 tryton-1.0.8-1.el5 trytond-1.0.8-1.el5 znc-0.080-1.el5 Details about builds: ================================================================================ GMT-4.5.2-1.el5 (FEDORA-EPEL-2010-2297) Generic Mapping Tools -------------------------------------------------------------------------------- Update Information: Major update to the GMT package. Details of changes can be found here: http://gmt.soest.hawaii.edu/gmt/doc/gmt/html/GMT_Docs/node9.html. Compatibility issues should be minimal, known issues are here: http://gmt.soest.hawaii.edu/gmt/gmt_arrrghh.html -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Orion Poplawski 4.5.2-1 - Update to 4.5.2 -------------------------------------------------------------------------------- ================================================================================ GMT-coastlines-2.0.2-1 (FEDORA-EPEL-2010-2297) Coastline data for GMT -------------------------------------------------------------------------------- Update Information: Major update to the GMT package. Details of changes can be found here: http://gmt.soest.hawaii.edu/gmt/doc/gmt/html/GMT_Docs/node9.html. Compatibility issues should be minimal, known issues are here: http://gmt.soest.hawaii.edu/gmt/gmt_arrrghh.html -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Orion Poplawski 2.0.2-1 - Update to 2.0.2 -------------------------------------------------------------------------------- ================================================================================ RackTables-0.17.9-1.el5 (FEDORA-EPEL-2010-2285) A datacenter asset management system -------------------------------------------------------------------------------- Update Information: Rebase to v0.17.9 -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 22 2010 - 0.17.9-1 - Rebase to v0.17.8 -------------------------------------------------------------------------------- ================================================================================ gmime-2.2.25-1.el5 (FEDORA-EPEL-2010-2278) Library for creating and parsing MIME messages -------------------------------------------------------------------------------- Update Information: Too many fixes to name. Please see changes file in http://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.2/. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 15 2010 Bernard Johnson - 2.2.25-1 - v 2.2.25 (bz #565559) - patch to remove SSIZE_T since it's only available in autoconf - patch to fix buffer overflow -------------------------------------------------------------------------------- References: [ 1 ] Bug #565559 - Update gmime to minimum version of 2.2.10 https://bugzilla.redhat.com/show_bug.cgi?id=565559 -------------------------------------------------------------------------------- ================================================================================ haproxy-1.3.23-1.el5 (FEDORA-EPEL-2010-2280) HA-Proxy is a TCP/HTTP reverse proxy for high availability environments -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Jeremy Hinegardner - 1.3.23-1 - update to 1.3.23 -------------------------------------------------------------------------------- ================================================================================ jai-imageio-core-1.2-0.4.20100217cvs.el5 (FEDORA-EPEL-2010-2298) Core Java Advanced Imaging Image I/O Tools API -------------------------------------------------------------------------------- Update Information: This package contains a CVS snapshot of jai-imageio-core from https://jai- imageio.dev.java.net/. Because of copyright issues, some functionality has been removed for packaging: * JAI Image I/O Operations * JPEG 2000 support * codecLib (C implementation of plugins for JPEG, PNG, and TIFF) Everything else should work, including java.nio based ImageIO streams, and ImageIO readers/writers for: * BMP * GIF * PCX * PNM * "Raw" (not digital camera RAW) * TIFF (some formats unavailable because of missing codecLib) * PCX * WBMP -------------------------------------------------------------------------------- ================================================================================ libisofs-0.6.28-1.el5 (FEDORA-EPEL-2010-2304) Library to create ISO 9660 disk images -------------------------------------------------------------------------------- Update Information: Libisofs is a library to create an ISO-9660 filesystem and supports extensions like RockRidge or Joliet. It is also a full featured ISO-9660 editor, allowing you to modify an ISO image or multisession disc, including file addition or removal, change of file names and attributes etc. It supports the extension AAIP which allows to store ACLs and xattr in ISO-9660 filesystems as well. As it is linked with zlib, it supports zisofs compression, too. -------------------------------------------------------------------------------- ================================================================================ mock-1.0.5-1.el5 (FEDORA-EPEL-2010-2289) Builds packages inside chroots -------------------------------------------------------------------------------- Update Information: added Fedora 13 configs and bugfix for BZ# 495734 -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 17 2010 Clark Williams - 1.0.5-1 - from Jesse Keating : - fixed 'useradd' option conflict with EPEL (-N vs -n) - added Fedora 13 configs * Wed Feb 10 2010 Clark Williams - 1.0.4-1 - added patch from Seth Vidal to automatically run createrepo on generated rpms * Mon Jan 18 2010 Clark Williams - 1.0.3-1 - add logic for handling --unpriv with --shell (BZ# 522505) -------------------------------------------------------------------------------- References: [ 1 ] Bug #495734 - useradd '-n' obsolete option https://bugzilla.redhat.com/show_bug.cgi?id=495734 -------------------------------------------------------------------------------- ================================================================================ moreutils-0.38-1.el5 (FEDORA-EPEL-2010-0220) Additional unix utilities -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 10 2010 Marc Bradshaw 0.38-1.el5 - new upstream version moreutils 0.38 released with these changes - * Description improvements. Closes: #549450 (Thanks, Justin B Rye) - * parallel: Allow running independent commands, like parallel -j3 -- ls df "echo hi" - * ifdata: Add FreeBSD kernel support, although some of the more esoteric interface options are not currently supported in FreeBSD. - * parallel: Define WEXITED to allow building on FreeBSD kernel. - * Thanks Enrico Tassi for the FreeBSD kernel support, which should be enough to get moreutils built on Debian kFreeBSD. Closes: #562609 -------------------------------------------------------------------------------- ================================================================================ myproxy-5.0-1.el5 (FEDORA-EPEL-2010-2276) Manage X.509 Public Key Infrastructure (PKI) security credentials -------------------------------------------------------------------------------- Update Information: - in myproxy-server, atomically update credential files and avoid unnecessary file copies; NOTE API CHANGE: myproxy_creds_store() now moves file to the repository, rather than copying it - add myproxy-server.config request_size_limit parameter to control myproxy-server network limits, and fix network limit handling to apply only to myproxy-server (not clients), so clients can handle large X509_CERT_DIR contents (http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6889) - include extendedKeyUsage=clientAuth in EECs by default per GFD.125 - add myproxy-logon /myproxy-get-trustroots -b option to allow bootstrapping CA trust even when X509_CERT_DIR exists (http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6886) - myproxy-logon -T / myproxy-get-trustroots fixes/improvements: - when cleaning bad CRLs, also remove any CRLs we can't parse - when recovering from CRL errors, allow anonymous authentication on second attempt, just like first attempt - when bootstrapping, restrict CA trust to only the one certificate subject needed, rather than a wildcard -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 19 2010 Steve Traylen - 5.0-1 - New upstream version 5.0 -------------------------------------------------------------------------------- ================================================================================ ocsinventory-1.3.1-1.el5 (FEDORA-EPEL-2010-2303) Open Computer and Software Inventory Next Generation -------------------------------------------------------------------------------- Update Information: New upstream version 1.3 (no changelog available) -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Remi Collet 1.3.1-1 - update to new version - improved patch for schema * Sun Feb 7 2010 Remi Collet 1.3-1 - update to new version - add a patch to improve schema check (when install / upgrade needed) -------------------------------------------------------------------------------- ================================================================================ openscada-0.6.4.1-9.el5 (FEDORA-EPEL-2010-0243) Open SCADA system project -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 17 2010 Aleksey Popkov - 0.6.4.1-9 - Fixed of dependencies in Obsoletes directives - Change of Source0 url path. * Sat Jan 30 2010 Aleksey Popkov - 0.6.4.1-8 - Fixed of dependencies. * Fri Jan 29 2010 Aleksey Popkov - 0.6.4.1-7 - Added of obsoletes and provides directives. * Fri Jan 29 2010 Aleksey Popkov - 0.6.4.1-6 - Fixed of dependencies. * Tue Jan 26 2010 Aleksey Popkov - 0.6.4.1-5 - Fixed of dependencies. * Tue Jan 26 2010 Aleksey Popkov - 0.6.4.1-4 - The macros doc is edited. * Sat Jan 9 2010 Aleksey Popkov - 0.6.4-3 - Fixed of libpath in the oscada_demo.xml. -------------------------------------------------------------------------------- ================================================================================ perl-Crypt-OpenSSL-X509-0.4-3.el5 (FEDORA-EPEL-2010-2288) Perl interface to OpenSSL for X509 -------------------------------------------------------------------------------- Update Information: A perl interface to the openssl X509 library -------------------------------------------------------------------------------- ================================================================================ perl-GD-SVG-0.33-1.el5 (FEDORA-EPEL-2010-0200) GD::SVG enables SVG output from scripts written using GD -------------------------------------------------------------------------------- Update Information: GD::SVG seamlessly enables the scalable vector graphics (SVG) output from scripts written using GD. It accomplishes this by translating GD functions into SVG functions. -------------------------------------------------------------------------------- ================================================================================ perl-SVG-2.49-1.el5 (FEDORA-EPEL-2010-0202) An extension to generate stand-alone or inline SGV -------------------------------------------------------------------------------- Update Information: A Perl extension to generate stand-alone or inline SVG (scaleable vector graphics) images using the W3C SVG XML recommendation -------------------------------------------------------------------------------- ================================================================================ perl-String-Escape-2010.002-3.el5 (FEDORA-EPEL-2010-2292) String::Escape Perl module -------------------------------------------------------------------------------- Update Information: First release. -------------------------------------------------------------------------------- References: [ 1 ] Bug #561086 - Review Request: perl-String-Escape - String::Escape Perl module https://bugzilla.redhat.com/show_bug.cgi?id=561086 -------------------------------------------------------------------------------- ================================================================================ perl-Unicode-String-2.09-7.el5 (FEDORA-EPEL-2010-2282) Perl modules to handle various Unicode issues -------------------------------------------------------------------------------- Update Information: This package has documentation recoded in UTF-8 and properly depends on a version of perl that searches for modules where this module is installed. -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Paul Howarth 2.09-7 - license is same as perl - carefully convert documentation to UTF-8 encoding - add :MODULE_COMPAT_* dependency -------------------------------------------------------------------------------- ================================================================================ pigz-2.1.5-3.el5 (FEDORA-EPEL-2010-2300) Parallel implementation of gzip -------------------------------------------------------------------------------- Update Information: pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. -------------------------------------------------------------------------------- ================================================================================ pki-ca-1.3.2-2.el5 (FEDORA-EPEL-2010-2291) Dogtag Certificate System - Certificate Authority -------------------------------------------------------------------------------- Update Information: Add 'pki-console' as a runtime dependency -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 16 2010 Matthew Harmsen 1.3.2-2 - Bugzilla Bug #566059 - Add 'pki-console' as a runtime dependency for CA, KRA, OCSP, and TKS . . . * Wed Feb 10 2010 Andrew Wnuk 1.3.2-1 - Bugzilla Bug #516632 - CS Incorrectly Issuing Multiple Certificates from the Same Request - Bugzilla Bug #563742 - IPA certificate profile needs CRL distribution extension. * Mon Feb 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) * Fri Jan 15 2010 Kevin Wright 1.3.0-8 - removed BuildRequires dogtag-pki-ca-ui -------------------------------------------------------------------------------- References: [ 1 ] Bug #566059 - Add 'pki-console' as a runtime dependency for CA, KRA, OCSP, and TKS . . . https://bugzilla.redhat.com/show_bug.cgi?id=566059 -------------------------------------------------------------------------------- ================================================================================ pki-kra-1.3.1-2.el5 (FEDORA-EPEL-2010-2287) Dogtag Certificate System - Data Recovery Manager -------------------------------------------------------------------------------- Update Information: Add 'pki-console' as a runtime dependency -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 16 2010 Matthew Harmsen 1.3.1-2 - Bugzilla Bug #566059 - Add 'pki-console' as a runtime dependency for CA, KRA, OCSP, and TKS . . . * Mon Feb 8 2010 Matthew Harmsen 1.3.1-1 - Bugzilla Bug #562986 - Supply convenience symlink(s) for backwards compatibility (rename jar files as appropriate) -------------------------------------------------------------------------------- References: [ 1 ] Bug #566059 - Add 'pki-console' as a runtime dependency for CA, KRA, OCSP, and TKS . . . https://bugzilla.redhat.com/show_bug.cgi?id=566059 -------------------------------------------------------------------------------- ================================================================================ pki-ra-1.3.0-6.el5 (FEDORA-EPEL-2010-2296) Dogtag Certificate System - Registration Authority -------------------------------------------------------------------------------- Update Information: Add 'pki-native-tools' as a runtime dependency -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 16 2010 Matthew Harmsen 1.3.0-6 - Bugzilla Bug #566060 - Add 'pki-native-tools' as a runtime dependency for RA, and TPS . . . -------------------------------------------------------------------------------- References: [ 1 ] Bug #566060 - Add 'pki-native-tools' as a runtime dependency for RA, and TPS . . . https://bugzilla.redhat.com/show_bug.cgi?id=566060 -------------------------------------------------------------------------------- ================================================================================ pki-tks-1.3.1-2.el5 (FEDORA-EPEL-2010-2284) Dogtag Certificate System - Token Key Service -------------------------------------------------------------------------------- Update Information: Add 'pki-console' as a runtime dependency -------------------------------------------------------------------------------- References: [ 1 ] Bug #566059 - Add 'pki-console' as a runtime dependency for CA, KRA, OCSP, and TKS . . . https://bugzilla.redhat.com/show_bug.cgi?id=566059 -------------------------------------------------------------------------------- ================================================================================ pki-tps-1.3.0-8.el5 (FEDORA-EPEL-2010-2302) Dogtag Certificate System - Token Processing System -------------------------------------------------------------------------------- Update Information: Add 'pki-native-tools' as a runtime dependency -------------------------------------------------------------------------------- ChangeLog: * Tue Feb 16 2010 Matthew Harmsen 1.3.0-8 - Bugzilla Bug #566060 - Add 'pki-native-tools' as a runtime dependency for RA, and TPS . . . -------------------------------------------------------------------------------- References: [ 1 ] Bug #566060 - Add 'pki-native-tools' as a runtime dependency for RA, and TPS . . . https://bugzilla.redhat.com/show_bug.cgi?id=566060 -------------------------------------------------------------------------------- ================================================================================ proftpd-1.3.2d-1.el5 (FEDORA-EPEL-2010-2274) Flexible, stable and highly-configurable FTP server -------------------------------------------------------------------------------- Update Information: This update addresses CVE-2009-3555 (SSL/TLS renegotiation vulnerability), mitigating the problem by refusing all client-initiated SSL/TLS session renegotiations. This update to the latest maintenance release also fixes a number of bugs recorded in the proftpd bug tracker: * SSL/TLS renegotiation vulnerability (CVE-2009-3555, bug 3324) * Failed database transaction can cause mod_quotatab to loop (bug 3228) * Segfault in mod_wrap (bug 3332) * sections can have problems (bug 3337) * mod_wrap2 segfaults when a valid user retries the USER command (bug 3341) * modauthfile handles 'getgroups' request incorrectly (bug 3347) * Segfault caused by scrubbing zero- length portion of memory (bug 3350) * Lack of PID protection in ScoreboardFile (bug 3370) * Crash when retrying a failed login with mod_radius being used (bug 3372) * RADIUS authentication broken on 64-bit platforms (bug 3381) * SIGHUP eventually causes certain DSO modules to segfault (bug 3387) Finally, the behaviour of the MLSD FTP command (used in many modern FTP clients to list directories) is fixed for the case when the FTP server's configuration disallows its usage (using a clause) in some but not all places (#544002). -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 15 2010 Paul Howarth 1.3.2d-1 - Update to 1.3.2d, addressing the following issues: - mod_tls doesn't compile with pre-0.9.7 openssl (bug 3358) - Lack of PID protection in ScoreboardFile (bug 3370) - Crash when retrying a failed login with mod_radius being used (bug 3372) - RADIUS authentication broken on 64-bit platforms (bug 3381) - SIGHUP eventually causes certain DSO modules to segfault (bug 3387) * Thu Dec 10 2009 Paul Howarth 1.3.2c-1 - Update to 1.3.2c, addressing the following issues: - SSL/TLS renegotiation vulnerability (CVE-2009-3555, bug 3324) - Failed database transaction can cause mod_quotatab to loop (bug 3228) - Segfault in mod_wrap (bug 3332) - sections can have problems (bug 3337) - mod_wrap2 segfaults when a valid user retries the USER command (bug 3341) - mod_auth_file handles 'getgroups' request incorrectly (bug 3347) - Segfault caused by scrubbing zero-length portion of memory (bug 3350) - Drop upstreamed segfault patch * Thu Dec 10 2009 Paul Howarth 1.3.2b-3 - Add patch for upstream bug 3350 - segfault on auth failures * Wed Dec 9 2009 Paul Howarth 1.3.2b-2 - Reduce the mod_facts patch to the single commit addressing the issue with directory names with glob characters (#521634), avoiding introducing a further problem with (#544002) -------------------------------------------------------------------------------- References: [ 1 ] Bug #533125 - CVE-2009-3555 TLS: MITM attacks via session renegotiation https://bugzilla.redhat.com/show_bug.cgi?id=533125 -------------------------------------------------------------------------------- ================================================================================ repoview-0.6.5-1.el5 (FEDORA-EPEL-2010-2277) Creates a set of static HTML pages in a yum repository -------------------------------------------------------------------------------- Update Information: Bugfixes and spec file fixes. -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 19 2010 Konstantin Ryabitsev - 0.6.5-1 - Require python-hashlib (rhbz #566723) - Upstream 0.6.5 (minor bugfixes) -------------------------------------------------------------------------------- References: [ 1 ] Bug #566789 - Lastest packages list not reporting latest versions https://bugzilla.redhat.com/show_bug.cgi?id=566789 [ 2 ] Bug #566723 - repoview misses requirement for python-hashlib https://bugzilla.redhat.com/show_bug.cgi?id=566723 -------------------------------------------------------------------------------- ================================================================================ rubygem-rest-client-1.3.1-5.el5 (FEDORA-EPEL-2010-2286) Simple REST client for Ruby -------------------------------------------------------------------------------- Update Information: A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra microframework style of specifying actions: get, put, post, delete. -------------------------------------------------------------------------------- References: [ 1 ] Bug #565811 - Review Request: rubygem-rest-client - Simple REST client for Ruby https://bugzilla.redhat.com/show_bug.cgi?id=565811 -------------------------------------------------------------------------------- ================================================================================ stonevpn-0.4.6-3.el5 (FEDORA-EPEL-2010-2283) Easy OpenVPN certificate and configuration management -------------------------------------------------------------------------------- Update Information: * Fixed: crash when trying to parse an empty CRL file * Fixed: indexdb wasn't closed after writing to it * Added: now prompts twice for password to verify -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 19 2010 L.S. Keijser - 0.4.6-3 - source file wasn't updated * Fri Feb 19 2010 L.S. Keijser - 0.4.6-2 - removed egg-info in files section * Fri Feb 19 2010 L.S. Keijser - 0.4.6-1 - new version from upstream * Wed Feb 3 2010 L.S. Keijser - 0.4.5-2 - typo in branch tag in files section -------------------------------------------------------------------------------- ================================================================================ tryton-1.0.8-1.el5 (FEDORA-EPEL-2010-2294) Client for the Tryton application framework -------------------------------------------------------------------------------- Update Information: update to new upstream bugfix release -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 22 2010 Dan Hor?k 1.0.8-1 - update to upstream version 1.0.8 -------------------------------------------------------------------------------- ================================================================================ trytond-1.0.8-1.el5 (FEDORA-EPEL-2010-2294) Server for the Tryton application framework -------------------------------------------------------------------------------- Update Information: update to new upstream bugfix release -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 22 2010 Dan Hor?k 1.0.8-1 - update to upstream version 1.0.8 -------------------------------------------------------------------------------- ================================================================================ znc-0.080-1.el5 (FEDORA-EPEL-2010-2275) An advanced IRC bouncer -------------------------------------------------------------------------------- Update Information: Upgrade to znc 0.080 -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 18 2010 Nick Bebout - 0.080-1 - Update to znc 0.080 -------------------------------------------------------------------------------- From updates at fedoraproject.org Tue Feb 23 23:05:37 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 23 Feb 2010 23:05:37 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100223230537.C0FAB10FA9C@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 4 updates-testing globus-gram-client-tools-7.3-1.el4 Details about builds: ================================================================================ globus-gram-client-tools-7.3-1.el4 (FEDORA-EPEL-2010-2307) Globus Toolkit - Job Management Tools (globusrun) -------------------------------------------------------------------------------- Update Information: The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. The globus-gram-client-tools package contains: Job Management Tools (globusrun) -------------------------------------------------------------------------------- References: [ 1 ] Bug #516528 - Review Request: globus-gram-client-tools - Globus Toolkit - Job Management Tools (globusrun) https://bugzilla.redhat.com/show_bug.cgi?id=516528 -------------------------------------------------------------------------------- From updates at fedoraproject.org Tue Feb 23 23:05:37 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Tue, 23 Feb 2010 23:05:37 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100223230537.C4D1110FA24@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 5 updates-testing globus-gram-client-tools-7.3-1.el5 python-matplotlib-0.99.1.2-1.el5 python-virtualenv-1.4.3-2.el5 Details about builds: ================================================================================ globus-gram-client-tools-7.3-1.el5 (FEDORA-EPEL-2010-2306) Globus Toolkit - Job Management Tools (globusrun) -------------------------------------------------------------------------------- Update Information: The Globus Toolkit is an open source software toolkit used for building Grid systems and applications. It is being developed by the Globus Alliance and many others all over the world. A growing number of projects and companies are using the Globus Toolkit to unlock the potential of grids for their cause. The globus-gram-client-tools package contains: Job Management Tools (globusrun) -------------------------------------------------------------------------------- References: [ 1 ] Bug #516528 - Review Request: globus-gram-client-tools - Globus Toolkit - Job Management Tools (globusrun) https://bugzilla.redhat.com/show_bug.cgi?id=516528 -------------------------------------------------------------------------------- ================================================================================ python-matplotlib-0.99.1.2-1.el5 (FEDORA-EPEL-2010-2308) Python plotting library -------------------------------------------------------------------------------- Update Information: New features: - mplot3d Reinier Heeres has ported John Porter?s mplot3d over to the new matplotlib transformations framework, and it is now available as a toolkit mpl_toolkits.mplot3d (which now comes standard with all mpl installs). - axes grid toolkit Jae-Joon Lee has added a new toolkit to ease displaying multiple images in matplotlib, as well as some support for curvilinear grids to support the world coordinate system. The toolkit is included standard with all new mpl installs. - Axis spine placement Andrew Straw has added the ability to place ?axis spines? ? the lines that denote the data limits ? in various arbitrary locations. No longer are your axis lines constrained to be a simple rectangle around the figure ? you can turn on or off left, bottom, right and top, as well as ?detach? the spine to offset it away from the data. -------------------------------------------------------------------------------- ChangeLog: * Mon Feb 22 2010 Orion Poplawski - 0.99.1.2 - Update to 0.99.1.2 -------------------------------------------------------------------------------- References: [ 1 ] Bug #523517 - Please update matplotlib to 0.99.0 https://bugzilla.redhat.com/show_bug.cgi?id=523517 -------------------------------------------------------------------------------- ================================================================================ python-virtualenv-1.4.3-2.el5 (FEDORA-EPEL-2010-2305) Tool to create isolated Python environments -------------------------------------------------------------------------------- Update Information: Remove the non-existent python-setuptools-devel requirement -------------------------------------------------------------------------------- From updates at fedoraproject.org Wed Feb 24 17:35:42 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Wed, 24 Feb 2010 17:35:42 +0000 Subject: Fedora EPEL 5 updates-testing report Message-ID: <20100224173542.7530F10FAD4@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 5 updates-testing dogtag-pki-1.3.0-1.el5 fetch-crl-2.8.1-4.el5 jss-4.2.6-6.el5 libtalloc-2.0.1-1.el5 libtdb-1.2.0-1.el5 openscada-0.6.4.1-9.el5 zarafa-6.30.10-2.el5 Details about builds: ================================================================================ dogtag-pki-1.3.0-1.el5 (FEDORA-EPEL-2010-2315) Dogtag Public Key Infrastructure (PKI) Suite -------------------------------------------------------------------------------- Update Information: dogtag-pki - Meta-package for Dogtag PKI Suite -------------------------------------------------------------------------------- References: [ 1 ] Bug #566342 - Review Request: dogtag-pki - Meta-package for Dogtag PKI Suite https://bugzilla.redhat.com/show_bug.cgi?id=566342 -------------------------------------------------------------------------------- ================================================================================ fetch-crl-2.8.1-4.el5 (FEDORA-EPEL-2010-2310) Downloads Certificate Revocation Lists -------------------------------------------------------------------------------- Update Information: First version of fetch-crl to download CRLs. -------------------------------------------------------------------------------- References: [ 1 ] Bug #564143 - Review Request: fetch-crl - Downloads Certificate Revocation Lists https://bugzilla.redhat.com/show_bug.cgi?id=564143 -------------------------------------------------------------------------------- ================================================================================ jss-4.2.6-6.el5 (FEDORA-EPEL-2010-2311) Java Security Services (JSS) -------------------------------------------------------------------------------- Update Information: jss 4.2.6 is needed by dogtag-pki this update pulls brings it in and brings the packaging in compliance with fedora packaging guidelines -------------------------------------------------------------------------------- ChangeLog: * Wed Jan 13 2010 Rob Crittenden 4.2.6-6 - Need to explicitly catch UnsatisfiedLinkError exception for System.load() * Thu Jan 7 2010 Rob Crittenden 4.2.6-5 - Move location of libjss4.so to subdirectory and use System.load() to load it instead of System.loadLibrary() for Fedora packaging compliance (#533304) * Fri Jul 31 2009 Rob Crittenden 4.2.6-4 - Support ECC POP on the server (#224688) - Server Sockets are hard coded to IPV4 (#469456) - Set NSS dependency >= 3.12.3.99 * Fri Jul 24 2009 Fedora Release Engineering - 4.2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Jun 5 2009 Rob Crittenden 4.2.6-2 - Include patch to fix missing @param so javadocs will build * Fri Jun 5 2009 Rob Crittenden 4.2.6-1 - Update to 4.2.6 - Include patch to add jss interface to PK11_GenerateKeyPairWithOpFlags() - Add javadocs subpackage * Wed Feb 25 2009 Fedora Release Engineering - 4.2.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Aug 5 2008 Tom "spot" Callaway - 4.2.5-3 - fix license tag * Tue Feb 19 2008 Fedora Release Engineering - 4.2.5-2 - Autorebuild for GCC 4.3 * Fri Aug 3 2007 Rob Crittenden 4.2.5-1 - update to 4.2.5 -------------------------------------------------------------------------------- ================================================================================ libtalloc-2.0.1-1.el5 (FEDORA-EPEL-2010-2314) The talloc library -------------------------------------------------------------------------------- Update Information: Release libtalloc for EPEL5 -------------------------------------------------------------------------------- References: [ 1 ] Bug #499469 - Review Request: libtalloc - spin off of samba4 package https://bugzilla.redhat.com/show_bug.cgi?id=499469 -------------------------------------------------------------------------------- ================================================================================ libtdb-1.2.0-1.el5 (FEDORA-EPEL-2010-2313) The tdb library -------------------------------------------------------------------------------- Update Information: Release libtdb for EPEL5 -------------------------------------------------------------------------------- References: [ 1 ] Bug #499491 - Review Request: libtdb - spin off of samba4 package https://bugzilla.redhat.com/show_bug.cgi?id=499491 -------------------------------------------------------------------------------- ================================================================================ openscada-0.6.4.1-9.el5 (FEDORA-EPEL-2010-0243) Open SCADA system project -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 17 2010 Aleksey Popkov - 0.6.4.1-9 - Fixed of dependencies in Obsoletes directives - Change of Source0 url path. * Sat Jan 30 2010 Aleksey Popkov - 0.6.4.1-8 - Fixed of dependencies. * Fri Jan 29 2010 Aleksey Popkov - 0.6.4.1-7 - Added of obsoletes and provides directives. * Fri Jan 29 2010 Aleksey Popkov - 0.6.4.1-6 - Fixed of dependencies. * Tue Jan 26 2010 Aleksey Popkov - 0.6.4.1-5 - Fixed of dependencies. * Tue Jan 26 2010 Aleksey Popkov - 0.6.4.1-4 - The macros doc is edited. * Sat Jan 9 2010 Aleksey Popkov - 0.6.4-3 - Fixed of libpath in the oscada_demo.xml. -------------------------------------------------------------------------------- ================================================================================ zarafa-6.30.10-2.el5 (FEDORA-EPEL-2010-2312) Zarafa Outlook Sharing and Open Source Collaboration -------------------------------------------------------------------------------- Update Information: - Backported a patch from trunk to avoid the crash of zarafa-server when creating new user with db or unix plugin (#564282, #567262) - Backported another patch from trunk to avoid the crash of httpd caused by PHP mapi.so during the logon in the webaccess (#564129) -------------------------------------------------------------------------------- References: [ 1 ] Bug #564282 - SIGPIPE error in zarafa-server with UNIX authentication https://bugzilla.redhat.com/show_bug.cgi?id=564282 [ 2 ] Bug #567262 - SIGSEGV error in zarafa-server with DB authentication https://bugzilla.redhat.com/show_bug.cgi?id=567262 [ 3 ] Bug #564129 - Usage of zarafa-webaccess causes segmentation fault of httpd (via php-mapi) https://bugzilla.redhat.com/show_bug.cgi?id=564129 -------------------------------------------------------------------------------- From updates at fedoraproject.org Wed Feb 24 17:35:42 2010 From: updates at fedoraproject.org (updates at fedoraproject.org) Date: Wed, 24 Feb 2010 17:35:42 +0000 Subject: Fedora EPEL 4 updates-testing report Message-ID: <20100224173542.70D6510F9E1@bastion02.phx2.fedoraproject.org> The following builds have been pushed to Fedora EPEL 4 updates-testing fetch-crl-2.8.1-4.el4 Details about builds: ================================================================================ fetch-crl-2.8.1-4.el4 (FEDORA-EPEL-2010-2309) Downloads Certificate Revocation Lists -------------------------------------------------------------------------------- Update Information: First version of fetch-crl to download CRLs. -------------------------------------------------------------------------------- References: [ 1 ] Bug #564143 - Review Request: fetch-crl - Downloads Certificate Revocation Lists https://bugzilla.redhat.com/show_bug.cgi?id=564143 -------------------------------------------------------------------------------- From wdierkes at 5dollarwhitebox.org Wed Feb 24 18:36:31 2010 From: wdierkes at 5dollarwhitebox.org (BJ Dierkes) Date: Wed, 24 Feb 2010 12:36:31 -0600 Subject: Incompatible upgrade - Is this workaround ok? (mysql-mmm) Message-ID: <5554C7A8-0CE4-454C-A4AB-538217E8A395@5dollarwhitebox.org> Hello all, I maintain Multi-Master Replication Manager for MySQL in both Fedora and EPEL. With changes from 2.0.11 -> 2.1.0 there was an incompatible change in that the daemon scripts were renamed: mmmd_agent -> mmm_agentd mmmd_mon -> mmm_mond Upgrades obviously break because the INIT scripts and configuration files reference the path to the files. Would a sufficient work-around be a symlink to the old path, or would that not be kosher for any reason? Thank you for your feedback. --- derks From smooge at gmail.com Wed Feb 24 23:31:09 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Wed, 24 Feb 2010 16:31:09 -0700 Subject: RPM Differences between RHEL-5.4 and RHEL-5.5beta Message-ID: <80d7e4091002241531n27e9c3c7xef452210bb414dc0@mail.gmail.com> Downloaded client and server x86_64 DVD's for 5.4 and 5.5beta. Got a list of package names and made a difference list. I am downloading the src dvd's to do a better 'blocking' list but at the moment here is a list of changes between 5.4 and 5.5beta Items removed from 5.5beta that were in 5.4: pfmon Items added from 5.5beta that were NOT in 5.4 apr-util-mysql celt051 celt051-devel e4fsprogs-devel e4fsprogs-libs etherboot-pxes etherboot-roms etherboot-roms-kvm etherboot-zroms etherboot-zroms-kvm freeradius2 freeradius2-krb5 freeradius2-ldap freeradius2-mysql freeradius2-perl freeradius2-postgresql freeradius2-python freeradius2-unixODBC freeradius2-utils gpxe-roms-qemu gsl gsl-devel gsl-static iasl kmod-kvm kvm kvm-qemu-img kvm-tools libipathverbs libipathverbs-static libsmbclient libsmbclient-devel libtalloc libtalloc-devel libtdb libtdb-devel log4cpp log4cpp-devel log4cpp-docs mcelog openoffice.org-ure postgresql84 postgresql84-contrib postgresql84-devel postgresql84-docs postgresql84-libs postgresql84-plperl postgresql84-plpython postgresql84-pltcl postgresql84-python postgresql84-server postgresql84-tcl postgresql84-test python-dmidecode qcairo qcairo-devel qffmpeg-devel qffmpeg-libs qpixman qpixman-devel qspice qspice-libs qspice-libs-devel rsyslog-gnutls rsyslog-gssapi rsyslog-pgsql samba3x samba3x-client samba3x-common samba3x-doc samba3x-domainjoin-gui samba3x-swat samba3x-winbind samba3x-winbind-devel sblim-sfcb sblim-sfcc sblim-sfcc-devel sblim-smis-hba tdb-tools tunctl valgrind-devel xz xz-devel xz-libs xz-lzma-compat Now for the ODD things.. some stuff were moved from RHEL 5.4 client to 5.5 server? apmd gnu-efi gpart ibmasm ibmasm-xinput kernel-PAE kernel-PAE-devel xorg-x11-drv-apm xorg-x11-drv-ark xorg-x11-drv-chips xorg-x11-drv-cyrix xorg-x11-drv-glint xorg-x11-drv-i128 xorg-x11-drv-i740 xorg-x11-drv-neomagic xorg-x11-drv-nsc xorg-x11-drv-rendition xorg-x11-drv-tseng xorg-x11-drv-v4l and vice versa... libpfm libpfm-devel Hope this helps people. -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From rayvd at bludgeon.org Wed Feb 24 23:35:24 2010 From: rayvd at bludgeon.org (Ray Van Dolson) Date: Wed, 24 Feb 2010 15:35:24 -0800 Subject: RPM Differences between RHEL-5.4 and RHEL-5.5beta In-Reply-To: <80d7e4091002241531n27e9c3c7xef452210bb414dc0@mail.gmail.com> References: <80d7e4091002241531n27e9c3c7xef452210bb414dc0@mail.gmail.com> Message-ID: <20100224233523.GA4230@bludgeon.org> On Wed, Feb 24, 2010 at 04:31:09PM -0700, Stephen John Smoogen wrote: > samba3x > samba3x-client > samba3x-common > samba3x-doc > samba3x-domainjoin-gui > samba3x-swat > samba3x-winbind > samba3x-winbind-devel Hmm, I'm currently using these via the Supplemental channels w/ 5.4. Just to confirm, these are now in Base? Thanks for the list. Ray From smooge at gmail.com Wed Feb 24 23:55:52 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Wed, 24 Feb 2010 16:55:52 -0700 Subject: RPM Differences between RHEL-5.4 and RHEL-5.5beta In-Reply-To: <20100224233523.GA4230@bludgeon.org> References: <80d7e4091002241531n27e9c3c7xef452210bb414dc0@mail.gmail.com> <20100224233523.GA4230@bludgeon.org> Message-ID: <80d7e4091002241555s4087b86co75c9fd0533a00b4@mail.gmail.com> On Wed, Feb 24, 2010 at 4:35 PM, Ray Van Dolson wrote: > On Wed, Feb 24, 2010 at 04:31:09PM -0700, Stephen John Smoogen wrote: >> samba3x >> samba3x-client >> samba3x-common >> samba3x-doc >> samba3x-domainjoin-gui >> samba3x-swat >> samba3x-winbind >> samba3x-winbind-devel > > Hmm, I'm currently using these via the Supplemental channels w/ 5.4. > Just to confirm, these are now in Base? > > Thanks for the list. They are in the main Client directory on the DVD. Whether that is just to test Supplemental or not I am not sure.. but I am going to assume that they are in Base. -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From smooge at gmail.com Thu Feb 25 03:26:07 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Wed, 24 Feb 2010 20:26:07 -0700 Subject: Incompatible upgrade - Is this workaround ok? (mysql-mmm) In-Reply-To: <5554C7A8-0CE4-454C-A4AB-538217E8A395@5dollarwhitebox.org> References: <5554C7A8-0CE4-454C-A4AB-538217E8A395@5dollarwhitebox.org> Message-ID: <80d7e4091002241926v1df908e7m66c218745d730fc7@mail.gmail.com> On Wed, Feb 24, 2010 at 11:36 AM, BJ Dierkes wrote: > Hello all, > > I maintain Multi-Master Replication Manager for MySQL in both Fedora and EPEL. ?With changes from 2.0.11 -> 2.1.0 there was an incompatible change in that the daemon scripts were renamed: > > mmmd_agent -> mmm_agentd > mmmd_mon -> mmm_mond > I think this will need someone from Fedora packaging to comment versus EPEL (as that would have precedence.) My un-educated opinion is that there would not be a problem with symlinks if its for files. [Symlinks for directories I think causes RPM heartburn somewhere but thats a vague recollection.] > Upgrades obviously break because the INIT scripts and configuration files reference the path to the files. ?Would a sufficient work-around be a symlink to the old path, or would that not be kosher for any reason? > > Thank you for your feedback. > > --- > derks > > > > -- > devel mailing list > devel at lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/devel > -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From djuran at redhat.com Thu Feb 25 13:20:08 2010 From: djuran at redhat.com (David Juran) Date: Thu, 25 Feb 2010 15:20:08 +0200 Subject: qemu-img in EPEL overrides kvm-qemu-img in RHEL Message-ID: <1267104009.3376.22.camel@localhost.localdomain> Hello. Back again to the discussion about EPEL packages that override their RHEL counterparts... RHEL5 contains kvm-qemu-img-83-105.el5_4.22 that provides qemu-img = 0.9.1.kvm.83 EPEL however provides qemu-img-0.10.5-1.el5.2 so after installing e.g. python-virtinst from RHEL which requires qemu-img, the user will end up with qemu-img from EPEL and not kvm-qemu-img. -- David Juran Sr. Consultant Red Hat +358-504-146348 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From opensource at till.name Thu Feb 25 22:57:48 2010 From: opensource at till.name (Till Maas) Date: Thu, 25 Feb 2010 23:57:48 +0100 Subject: May I perform buildroot overrides for EPEL? Message-ID: <20100225225748.GB20442@genius.kawo2.rwth-aachen.de> Hiyas, for a few days I have given permission to perform buildroot overrides. There was now a request for a buildroot override in all branches including EPEL. Therefore I wonder whether I should do these, too, or just ask to create a new ticket for EPEL? Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From smooge at gmail.com Thu Feb 25 23:29:59 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Thu, 25 Feb 2010 16:29:59 -0700 Subject: SRPM Differences between RHEL-5.0 and RHEL-5.5beta Message-ID: <80d7e4091002251529y57503d6btdfc876ff7e35c1da@mail.gmail.com> Ok here is a difference between SRPMS between 5.0 and 5.5beta (and in between). Let me know how I could make this more useful for people :). Added: -------------------------------------------------- RHEL-5.0 -> RHEL-5.5b -------------------------------------------------- blktrace celt051 cmirror cmirror-kmod compat-libcom_err cpufreq-utils crash-spu-commands crypto-utils ctdb dapl dnsmasq dstat e4fsprogs ecryptfs-utils edac-utils etherboot fcoe-utils fipscheck freeipmi freeradius2 fuse gcc44 gnupg2 gpxe gsl gtk-vnc hmaccalc iasl ibmasm-xinput ibsim infiniband-diags isns-utils java-1.6.0-openjdk ktune kvm libassuan libcmpiutil libcxgb3 libehca liberation-fonts libhbaapi libhbalinux libibcm libibcommon libibmad libibumad libibverbs libipathverbs libksba libmlx4 libmthca libnes libpciaccess librdmacm libsdp libsmi libspe2 libvirt-cim log4cpp meanwhile mozldap mpi-selector mpitests mstflint mvapich mvapich2 nedit newt-perl nfs4-acl-tools nspluginwrapper ofed-docs opensm openswan pdksh perftest perl-Config-General perl-Mozilla-LDAP perl-Sys-Virt perl-TimeDate pexpect pidgin pinentry postgresql84 pth python-dmidecode python-iniparse python-setuptools qcairo qffmpeg qlvnictools qperf qpixman qspice rds-tools rsyslog samba3x scsi-target-utils setroubleshoot-plugins sgpio srptools svrcore system-config-netboot tpm-tools trousers tunctl tvflash udftools virt-viewer wacomexpresskeys watchdog wdaemon xorg-x11-drv-qxl xorg-x11-xdm xulrunner xz yum-updatesd yum-utils -------------------------------------------------- RHEL-5.0 -> RHEL-5.1 -------------------------------------------------- cpufreq-utils crypto-utils dnsmasq edac-utils gfs2-kmod ibmasm-xinput liberation-fonts meanwhile mozldap newt-perl nfs4-acl-tools perl-Mozilla-LDAP perl-TimeDate pidgin scsi-target-utils svrcore watchdog yum-utils -------------------------------------------------- RHEL-5.1 -> RHEL-5.2 -------------------------------------------------- dapl dstat ecryptfs-utils freeipmi gtk-vnc ibsim infiniband-diags isns-utils libcxgb3 libehca libibcm libibcommon libibmad libibumad libibverbs libipathverbs libmlx4 libmthca libnes librdmacm libsdp libsmi mpi-selector mstflint nspluginwrapper ofed-docs opensm openswan perftest pexpect python-iniparse python-setuptools qlvnictools qperf rsyslog setroubleshoot-plugins srptools system-config-netboot tpm-tools trousers tvflash udftools virt-viewer wdaemon xulrunner yum-updatesd -------------------------------------------------- RHEL-5.2 -> RHEL-5.3 -------------------------------------------------- cmirror cmirror-kmod compat-libcom_err crash-spu-commands e4fsprogs fipscheck gcc43 java-1.6.0-openjdk ktune libcmpiutil libspe2 libvirt-cim mpitests mvapich mvapich2 nedit openib-mstflint openib-perftest openib-tvflash perl-Config-General sgpio wacomexpresskeys -------------------------------------------------- RHEL-5.3 -> RHEL-5.4 -------------------------------------------------- blktrace celt051 etherboot fcoe-utils fuse gcc44 gnupg2 hmaccalc iasl kvm libassuan libhbaapi libhbalinux libksba libpciaccess log4cpp pdksh perl-Sys-Virt pinentry pth qcairo qffmpeg qpixman qspice rds-tools xorg-x11-drv-qxl xorg-x11-xdm -------------------------------------------------- RHEL-5.4 -> RHEL-5.5b -------------------------------------------------- ctdb freeradius2 gpxe gsl postgresql84 python-dmidecode samba3x tunctl xz Removed: -------------------------------------------------- RHEL-5.0 -> RHEL-5.5b -------------------------------------------------- cachefilesd frysk gaim pump sysreport -------------------------------------------------- RHEL-5.0 -> RHEL-5.1 -------------------------------------------------- gaim pump -------------------------------------------------- RHEL-5.1 -> RHEL-5.2 -------------------------------------------------- (nothing) -------------------------------------------------- RHEL-5.2 -> RHEL-5.3 -------------------------------------------------- cachefilesd frysk gfs2-kmod sysreport -------------------------------------------------- RHEL-5.3 -> RHEL-5.4 -------------------------------------------------- gcc43 openib-mstflint openib-perftest openib-tvflash -------------------------------------------------- RHEL-5.4 -> RHEL-5.5b -------------------------------------------------- (nothing) -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From kevin at tummy.com Fri Feb 26 03:16:14 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Thu, 25 Feb 2010 20:16:14 -0700 Subject: Meeting summary/notes from today's EPEL meeting 2010-02-12 In-Reply-To: <20100222113226.GA3731@genius.kawo2.rwth-aachen.de> References: <20100216121920.GA20455@genius.kawo2.rwth-aachen.de> <20100216131113.GE16719@free.fr> <20100217124420.GC7927@genius.kawo2.rwth-aachen.de> <20100218143708.2147a4aa@ohm.scrye.com> <20100222113226.GA3731@genius.kawo2.rwth-aachen.de> Message-ID: <20100225201614.4dd32388@ohm.scrye.com> On Mon, 22 Feb 2010 12:32:26 +0100 Till Maas wrote: > I am not really interested in the package statistics, so no. ok > > The meeting summaries are posted to this list, as well as being on > > the meetbot site. > > But I am interested in an easy access to the Meetbot logs. Is this the > meetbot site you are talking about: > http://meetbot.fedoraproject.org/ ? Yes. > AFAICS there is no easy way to get all EPEL meetbot summaries from > there. Or in other words, the only way seems to be to go through all > summaries from all groups. Well, the meeting is prefixed with 'epel' so it should be good to pick it out. I agree there should be a better way to search or download all the meeting's from a particular group. There is ongoing work to setup a search engine for all fedora resources. > I just looked at it and found two issues: > I guess this is not used anymore? Or is it somehow managed using > meetbot? > | feel free to add your nick to the list of nicks in the "meeting > ping" Yeah, it's not used anymore. I guess we could just remove that. > Also the topic changes are done using "/topic" instead of "#topic". I > never used meetbot, so maybe it matters, maybe it does not: > | /topic EPEL SIG Meeting | Status Reports | Revive them? Yeah, should be #topic for meetbot. > There is also a link to this page: > https://fedoraproject.org/wiki/EPEL/Tasks/Misc > I guess it can be moved to the archive namespace and requested for > deletion? Or even all pages in > https://fedoraproject.org/wiki/Category:EPELTasksOpen except for > https://fedoraproject.org/wiki/EPEL/Tasks/NextTestingStableMove unless > this is documented somewhere else. yes. I think they can be deleted/archives. > If I know that something is wrong and I know what is right instead, I > happily fix this in the wiki. But if I do not know the details, I > typically do not edit it to avoid making it worse. IMHO it would be > nice to have some easy way to create patches for the wiki, send them > to somebody that has the knowledge, so that he can just verify the > changes and apply them. Then the work can still be shared, but this > is more dreaming then reality. Yeah, that would be nice for sure. If you have questions, feel free to ping me on irc and I will be happy to answer as time permits and then you can update the wiki. ;) kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From smooge at gmail.com Fri Feb 26 04:29:58 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Thu, 25 Feb 2010 21:29:58 -0700 Subject: qemu-img in EPEL overrides kvm-qemu-img in RHEL In-Reply-To: <1267104009.3376.22.camel@localhost.localdomain> References: <1267104009.3376.22.camel@localhost.localdomain> Message-ID: <80d7e4091002252029x44e5a156obaef6ad4a5d81c56@mail.gmail.com> On Thu, Feb 25, 2010 at 6:20 AM, David Juran wrote: > Hello. > > Back again to the discussion about EPEL packages that override their > RHEL counterparts... Thanks for reminding this. Oi this is going to cause some pain. I have been doing just source name conflicts/overrides and not provide overrides. Am hoping to get something together this wekend to catch these. > RHEL5 contains kvm-qemu-img-83-105.el5_4.22 that provides > qemu-img = 0.9.1.kvm.83 > > EPEL however provides qemu-img-0.10.5-1.el5.2 so after installing e.g. > python-virtinst from RHEL which requires qemu-img, the user will end up > with qemu-img from EPEL and not kvm-qemu-img. > > -- > David Juran > Sr. Consultant > Red Hat > +358-504-146348 > > _______________________________________________ > epel-devel-list mailing list > epel-devel-list at redhat.com > https://www.redhat.com/mailman/listinfo/epel-devel-list > > -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From opensource at till.name Fri Feb 26 16:53:53 2010 From: opensource at till.name (Till Maas) Date: Fri, 26 Feb 2010 17:53:53 +0100 Subject: SRPM Differences between RHEL-5.0 and RHEL-5.5beta In-Reply-To: <80d7e4091002251529y57503d6btdfc876ff7e35c1da@mail.gmail.com> References: <80d7e4091002251529y57503d6btdfc876ff7e35c1da@mail.gmail.com> Message-ID: <20100226165353.GC1159@genius.kawo2.rwth-aachen.de> On Thu, Feb 25, 2010 at 04:29:59PM -0700, Stephen John Smoogen wrote: > Ok here is a difference between SRPMS between 5.0 and 5.5beta (and in > between). Let me know how I could make this more useful for people :). Maybe it would also help to include full EVR, but what might help even more is to have access to the complete repodata of RHEL, i.e. everything from the repos except the RPMs, but maybe the RPM headers. Then one could write a script to compare all Provides in RHEL with all Provides in EPEL to find conflicts. Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From kevin at scrye.com Fri Feb 26 17:11:31 2010 From: kevin at scrye.com (Kevin Fenzi) Date: Fri, 26 Feb 2010 10:11:31 -0700 Subject: Incompatible upgrade - Is this workaround ok? (mysql-mmm) In-Reply-To: <5554C7A8-0CE4-454C-A4AB-538217E8A395@5dollarwhitebox.org> References: <5554C7A8-0CE4-454C-A4AB-538217E8A395@5dollarwhitebox.org> Message-ID: <20100226101131.3ef805b3@ohm.scrye.com> On Wed, 24 Feb 2010 12:36:31 -0600 BJ Dierkes wrote: > Hello all, > > I maintain Multi-Master Replication Manager for MySQL in both Fedora > and EPEL. With changes from 2.0.11 -> 2.1.0 there was an > incompatible change in that the daemon scripts were renamed: > > mmmd_agent -> mmm_agentd > mmmd_mon -> mmm_mond > > > Upgrades obviously break because the INIT scripts and configuration > files reference the path to the files. Would a sufficient > work-around be a symlink to the old path, or would that not be kosher > for any reason? > > Thank you for your feedback. Well, I would suggest if you can get it setup so it continues to work as expected on upgrade it should be fine. If thats a symlink or whatever it should be ok. Perhaps make and test a version, then post the spec diff for comment/feedback if you like? kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From kevin at scrye.com Fri Feb 26 17:14:06 2010 From: kevin at scrye.com (Kevin Fenzi) Date: Fri, 26 Feb 2010 10:14:06 -0700 Subject: May I perform buildroot overrides for EPEL? In-Reply-To: <20100225225748.GB20442@genius.kawo2.rwth-aachen.de> References: <20100225225748.GB20442@genius.kawo2.rwth-aachen.de> Message-ID: <20100226101406.604196a4@ohm.scrye.com> On Thu, 25 Feb 2010 23:57:48 +0100 Till Maas wrote: > Hiyas, > > for a few days I have given permission to perform buildroot overrides. > There was now a request for a buildroot override in all branches > including EPEL. Therefore I wonder whether I should do these, too, or > just ask to create a new ticket for EPEL? I would say it would be fine for you to do them as long as you know what you're doing. ;) Ie, the tags are named slightly differently in epel. We have: dist-5E-epel-testing-candidate -> newly built dist-5E-epel-testing -> in testing dist-5E-epel -> in stable dist-5E-epel-override -> temp override for builds. We also usually keep the ticket open after making the request so the submitter can tell us when they don't need it anymore, and we can untag the override. :) If you would like to start doing them I have no objections. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From opensource at till.name Fri Feb 26 17:47:42 2010 From: opensource at till.name (Till Maas) Date: Fri, 26 Feb 2010 18:47:42 +0100 Subject: May I perform buildroot overrides for EPEL? In-Reply-To: <20100226101406.604196a4@ohm.scrye.com> References: <20100225225748.GB20442@genius.kawo2.rwth-aachen.de> <20100226101406.604196a4@ohm.scrye.com> Message-ID: <20100226174742.GD1159@genius.kawo2.rwth-aachen.de> On Fri, Feb 26, 2010 at 10:14:06AM -0700, Kevin Fenzi wrote: > We also usually keep the ticket open after making the request so the > submitter can tell us when they don't need it anymore, and we can untag > the override. :) This is how it usually happens for Fedora, too. The workflow is not completely documented, except for how to check whether a request is sane: https://fedoraproject.org/wiki/Buildroot_override_SOP A big / problematic difference is, that in EPEL the owner / state of the tickets are not changed if someone processes then. Therefore it seems not possible to query trac for unhandled trac requests. For Fedora there is a nice RSS feed for all unhandled koji issues. But there seems to be no way to get one for all tickets that do not have any comments. > If you would like to start doing them I have no objections. So in case there will be another ticket for both Fedora and EPEL, does there need to be a seperate ticket in the EPEL component to track it or can I just track it in the Fedora ticket? Regards Till -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: From dennis at ausil.us Fri Feb 26 21:04:36 2010 From: dennis at ausil.us (Dennis Gilmore) Date: Fri, 26 Feb 2010 15:04:36 -0600 Subject: May I perform buildroot overrides for EPEL? In-Reply-To: <20100226174742.GD1159@genius.kawo2.rwth-aachen.de> References: <20100225225748.GB20442@genius.kawo2.rwth-aachen.de> <20100226101406.604196a4@ohm.scrye.com> <20100226174742.GD1159@genius.kawo2.rwth-aachen.de> Message-ID: <201002261505.14229.dennis@ausil.us> On Friday 26 February 2010 11:47:42 am Till Maas wrote: > On Fri, Feb 26, 2010 at 10:14:06AM -0700, Kevin Fenzi wrote: > > We also usually keep the ticket open after making the request so the > > submitter can tell us when they don't need it anymore, and we can untag > > the override. :) > > This is how it usually happens for Fedora, too. The workflow is not > completely documented, except for how to check whether a request is > sane: > https://fedoraproject.org/wiki/Buildroot_override_SOP > > A big / problematic difference is, that in EPEL the owner / state of the > tickets are not changed if someone processes then. Therefore it seems > not possible to query trac for unhandled trac requests. For Fedora there > is a nice RSS feed for all unhandled koji issues. But there seems to be > no way to get one for all tickets that do not have any comments. > > > If you would like to start doing them I have no objections. > > So in case there will be another ticket for both Fedora and EPEL, does > there need to be a seperate ticket in the EPEL component to track it or > can I just track it in the Fedora ticket? > > Regards > Till One big difference we have is that we use a koji group to grant permissions and you don't need to force the tagging operations. I have added you to the epel- override group. Dennis -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part. URL: From smooge at gmail.com Sat Feb 27 02:52:57 2010 From: smooge at gmail.com (Stephen John Smoogen) Date: Fri, 26 Feb 2010 19:52:57 -0700 Subject: qemu-img in EPEL overrides kvm-qemu-img in RHEL In-Reply-To: <80d7e4091002252029x44e5a156obaef6ad4a5d81c56@mail.gmail.com> References: <1267104009.3376.22.camel@localhost.localdomain> <80d7e4091002252029x44e5a156obaef6ad4a5d81c56@mail.gmail.com> Message-ID: <80d7e4091002261852x6c64ff98mebcadcc4dd09790f@mail.gmail.com> On Thu, Feb 25, 2010 at 9:29 PM, Stephen John Smoogen wrote: > On Thu, Feb 25, 2010 at 6:20 AM, David Juran wrote: >> Hello. >> >> Back again to the discussion about EPEL packages that override their >> RHEL counterparts... > > Thanks for reminding this. Oi this is going to cause some pain. I have > been doing just source name conflicts/overrides and not provide > overrides. Am hoping to get something together this wekend to catch > these. > Ok one issue I found is that this package does not seem to be on the DVD's I was using to test for incompatibilities (it also turns out that this is x86_64 only which I hadn't looked at stupid me). Thankfully CentOS does have them on the DVD's so I have switched to using them for the tests. The script I am using needs a lot of tweaking still things like ImageMagick and GraphicsMagick both provide vicar.so but not in conflicting ways. -- Stephen J Smoogen. Ah, but a man's reach should exceed his grasp. Or what's a heaven for? -- Robert Browning From cmadams at hiwaay.net Sat Feb 27 04:47:30 2010 From: cmadams at hiwaay.net (Chris Adams) Date: Fri, 26 Feb 2010 22:47:30 -0600 Subject: qemu-img in EPEL overrides kvm-qemu-img in RHEL In-Reply-To: <80d7e4091002261852x6c64ff98mebcadcc4dd09790f@mail.gmail.com> References: <1267104009.3376.22.camel@localhost.localdomain> <80d7e4091002252029x44e5a156obaef6ad4a5d81c56@mail.gmail.com> <80d7e4091002261852x6c64ff98mebcadcc4dd09790f@mail.gmail.com> Message-ID: <20100227044730.GA1440749@hiwaay.net> Once upon a time, Stephen John Smoogen said: > The script I am using needs a lot of > tweaking still things like ImageMagick and GraphicsMagick both provide > vicar.so but not in conflicting ways. Well, if something requires vicar.so those two package conflict in that you may pull in the wrong (or at least unexpected) one. That gets back to a flaw in the way requires and depends are auto-determined; private .so files get "promoted" to public for RPM dependencies. -- Chris Adams Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble. From cwfox at us.fujitsu.com Sat Feb 27 01:34:16 2010 From: cwfox at us.fujitsu.com (Camron W. Fox) Date: Fri, 26 Feb 2010 15:34:16 -1000 Subject: rkhunter doesn't remove suspscan tmp files in /dev/shm Message-ID: <4B887698.9020200@us.fujitsu.com> Alle, We have installed rkhunter (V1.3.6-2) from EPEL on our RHEL 5.4 machines and it appears that it does not remove the /dev/shm/suspscan.* files it uses for the SUSPSCAN test, thus triggering a warning for said test. AFAIK, this was a known bug that was supposed to be have been fixed in V1.3.1. Best Regards, Camron -- Camron W. Fox Hilo Office High Performance Computing Group Fujitsu Management Services of America, Inc. E-mail: cwfox at us.fujitsu.com From kevin at tummy.com Sun Feb 28 04:11:14 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Sat, 27 Feb 2010 21:11:14 -0700 Subject: May I perform buildroot overrides for EPEL? In-Reply-To: <20100226174742.GD1159@genius.kawo2.rwth-aachen.de> References: <20100225225748.GB20442@genius.kawo2.rwth-aachen.de> <20100226101406.604196a4@ohm.scrye.com> <20100226174742.GD1159@genius.kawo2.rwth-aachen.de> Message-ID: <20100227211114.40b14b2a@ohm.scrye.com> On Fri, 26 Feb 2010 18:47:42 +0100 Till Maas wrote: > On Fri, Feb 26, 2010 at 10:14:06AM -0700, Kevin Fenzi wrote: > A big / problematic difference is, that in EPEL the owner / state of > the tickets are not changed if someone processes then. Therefore it > seems not possible to query trac for unhandled trac requests. For > Fedora there is a nice RSS feed for all unhandled koji issues. But > there seems to be no way to get one for all tickets that do not have > any comments. I suppose we could start reassigning them too... the downside there is that if the person who did the tag is busy/gone, further requests or issues in the ticket may be unnoticed by active taggers that could be handling it. > > If you would like to start doing them I have no objections. > > So in case there will be another ticket for both Fedora and EPEL, does > there need to be a seperate ticket in the EPEL component to track it > or can I just track it in the Fedora ticket? I would think just one ticket would be fine. The fewer tickets the better IMHO. kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: From kevin at tummy.com Sun Feb 28 04:43:55 2010 From: kevin at tummy.com (Kevin Fenzi) Date: Sat, 27 Feb 2010 21:43:55 -0700 Subject: rkhunter doesn't remove suspscan tmp files in /dev/shm In-Reply-To: <4B887698.9020200@us.fujitsu.com> References: <4B887698.9020200@us.fujitsu.com> Message-ID: <20100227214355.0ac9f09f@ohm.scrye.com> On Fri, 26 Feb 2010 15:34:16 -1000 "Camron W. Fox" wrote: > Alle, > > We have installed rkhunter (V1.3.6-2) from EPEL on our RHEL > 5.4 machines and it appears that it does not remove > the /dev/shm/suspscan.* files it uses for the SUSPSCAN test, thus > triggering a warning for said test. AFAIK, this was a known bug that > was supposed to be have been fixed in V1.3.1. It's best to file issues in bugzilla so you know the maintainer gets them. In this case, I happen to read this list and maintain rkhunter, so I can look into it. Are you sure the files are new? 'rpm -q rhunter' returns what? I can't duplcate this hear. I run it daily on a 5.4 machine and it's never showing an issue. Just ran it again and it doesn't leave anything in /dev/shm here. Perhaps you have an old config file? > Best Regards, > Camron kevin -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: