Packages built and released for Fedora EPEL testing/5: 1
mock-0.9.7-1.el5
Packages built and released for Fedora EPEL 4: 36
NEW apg-2.3.0b-5.el4 : Automated Password Generator for random password generation NEW certmaster-0.19-1.el4 : Remote certificate distribution framework cobbler-0.8.2-1.el4 NEW dd_rescue-1.14-6.el4 : Fault tolerant "dd" utility for rescuing data from bad media NEW ddrescue-1.8-2.el4 : Data recovery tool trying hard to rescue data in case of read errors eggdrop-1.6.18-16.el4 environment-modules-3.2.6-4.el4 func-0.18-1.el4 NEW glpi-mass-ocs-import-1.1-1.el4 : GLPI Plugin for OCS Massive import NEW glpi-pdf-0.4-1.el4 : GLPI Plugin to print PDF of computers NEW lighttpd-1.4.18-3.el4 : Lightning fast webserver with light system requirements mksh-33-1.el4 NEW ntfsprogs-1.13.1-5.el4.1 : NTFS filesystem libraries and utilities NEW perl-Crypt-DES-2.05-3.el4 : Perl DES encryption module NEW perl-Log-Trivial-0.31-1.el4 : Very simple tool for writing very simple log files NEW perl-Math-MatrixReal-2.03-1.el4 : Manipulate matrix of reals NEW perl-Module-Signature-0.55-2.el4 : CPAN signature management utilities and modules NEW perl-Net-SNMP-5.2.0-1.el4.1 : Object oriented interface to SNMP perl-String-CRC32-1.4-1.el4 perl-Test-Pod-Coverage-1.08-1.el4 NEW perl-Text-Iconv-1.4-1 : Perl interface to iconv() codeset conversion function NEW perl-XML-Generator-DBI-1.00-4.el4 : Generate SAX events from SQL queries NEW perl-XML-SAX-Writer-0.50-4.el4 : SAX2 Writer NEW perl-XML-Simple-2.14-4.el4 : Easy API to maintain XML in Perl perl-XML-XPath-1.13-3.el4 NEW php-pecl-mailparse-2.1.3-1.el4 : PECL package for parsing and working with email messages puppet-0.24.2-1.el4 NEW python-zope-interface-3.0.1-10.el4 : Zope interfaces package remctl-2.11-5.el4 NEW rkhunter-1.3.2-1.el4 : A host-based tool to scan for rootkits, backdoors and local exploits rpmlint-0.82-3.el4 shorewall-4.0.9-1.el4 spr-07.12.01-1.el4 testdisk-6.9-1.el4 NEW tklib-0.4.1-5.el4 : Collection of widgets and other packages for Tk xerces-c-2.7.0-7.el4
Packages built and released for Fedora EPEL testing/4: 1
rrdtool-1.2.27-2.el4
Changes in Fedora EPEL testing/5:
mock-0.9.7-1.el5 ---------------- * Thu Jan 31 2008 Michael Brown mebrown@michaels-house.net - 0.9.7-1 - redo mock.util.do() to use python subprocess module, which should be much more maintainable than our old homegrown code. - Fix exclude= lines once again. Yum fnmatch parser doesnt understand [!x] notation - add --unpriv and --cwd options to run chroot commands without elevated privs and in a specific working directory (under the root). - mount all filesystems when running chroot commands - remove redundant ccache init since we now source /etc/profile.d/ccache.sh
* Wed Jan 16 2008 Clark Williams williams@redhat.com - 0.9.6-1 - renamed configs and put compat symlinks in place - misc cleanups (whitespace fixes, info messages, etc.) - tmpfs plugin fix - split --target and --arch command line arguments - changed from -l to --login on bash invocations - create /dev/full in chroot
* Thu Dec 20 2007 Michael Brown mebrown@michaels-house.net - 0.9.5-1 - really fix file-based BuildRequires
* Wed Dec 19 2007 Michael Brown mebrown@michaels-house.net - 0.9.4-1 - Result dir was not honoring --uniqueext= - make rpmbuild run under a chroot login shell - mock is now noarch due to drop of all binary components - add tmpfs plugin (disabled by default) - slightly more friendly logs.
* Fri Dec 14 2007 Clark Williams williams@redhat.com - 0.9.3-1 - added '--copyin' and '--copyout' modes - added makeChrootPath() method to Root - replaced most ad hock usages of .rootdir with makeChrootPath() - updated man page && added test cases - added 'help' target to Makefile.am
* Thu Dec 13 2007 Michael Brown mebrown@michaels-house.net - 0.9.2-1 - add '--update' mode - fix '--shell' mode
* Tue Dec 11 2007 Michael Brown mebrown@michaels-house.net - 0.9.1-1 - fix 'mock shell' command when passing more than one arg. - add --orphanskill mode which only does orphankill - make 'mock --shell' noninteractive and logged to root.log - fix for file-based BuildRequires - add sparcs to constant list for auto-setarch
* Tue Dec 11 2007 Michael Brown mebrown@michaels-house.net - 0.8.17-1 - fix 'mock shell' command when passing more than one arg. - add --orphanskill mode which only does orphankill - make 'mock --shell' noninteractive and logged to root.log - fix for file-based BuildRequires - add sparcs to constant list for auto-setarch
* Sun Dec 09 2007 Michael Brown mebrown@michaels-house.net - 0.9.0-1 - drop suid helper and use consolehelper instead. - add unshare() call rather than clone(CLONE_NEWNS...)
* Sun Dec 09 2007 Michael Brown mebrown@michaels-house.net - 0.8.16-1 - drop FC6 configs. FC6 no longer supported - add --trace cmdline parameter - make logs slightly less verbose
* Wed Dec 05 2007 Michael Brown mebrown@michaels-house.net - 0.8.15-1 - fix traceback when root cache doesnt exist. - add "--with", "--without", and "--define" cmdline parameters which are passed to rpmbuild (courtesy Todd Zullinger)
* Tue Dec 04 2007 Michael Brown mebrown@michaels-house.net - 0.8.14-1 - fix traceback when cache dir was not found
* Tue Dec 04 2007 Michael Brown mebrown@michaels-house.net - 0.8.13-1 - brown-paper-bag bug where built rpm didnt work due to lack of path substitution in mock.py
* Mon Dec 03 2007 Michael Brown mebrown@michaels-house.net - 0.8.12-1 - fix builds of multiple srpms - fix 'mock install' - use python-decoratortools for better python 2.3 back compat
* Thu Nov 29 2007 Clark Williams williams@redhat.com - 0.8.11-1 - fixes from mebrown: - added back -q and -v flags - print yum output by default - added --offline option - cleaned up uid handling
* Mon Nov 26 2007 Michael Brown mebrown@michaels-house.net - 0.8.10-1 - fix 'shell' command - fix a couple different selinux avc denial messages (didnt affect functionality)
Changes in Fedora EPEL 4:
apg-2.3.0b-5.el4 ---------------- * Tue Mar 04 2008 Stephen John Smoogen smooge@canopus.unm.edu - 2.3.0b-5 - Synced up with EL-5 spec file.
certmaster-0.19-1.el4 --------------------- * Fri Mar 07 2008 Michael DeHaan mdehaan@redhat.com - 0.19-1 - release bump
* Mon Feb 25 2008 Adrian Likins alikins@redhat.com - 0.1-1 - remove certmasterd references
cobbler-0.8.2-1.el4 ------------------- * Fri Mar 07 2008 Michael DeHaan mdehaan@redhat.com - 0.8.2-1 - Upstream changes (see CHANGELOG)
* Wed Feb 20 2008 Michael DeHaan mdehaan@redhat.com - 0.8.1-1 - Upstream changes (see CHANGELOG)
* Fri Feb 15 2008 Michael DeHaan mdehaan@redhat.com - 0.8.0-2 - Fix egg packaging
dd_rescue-1.14-6.el4 -------------------- * Mon Feb 11 2008 Andreas Thienemann andreas@bawue.net - 1.14-1 - Updated to dd_rescue 1.14 and dd_rhelp 0.1.2
ddrescue-1.8-2.el4 ------------------ * Mon Feb 25 2008 Andreas Thienemann athienem@redhat.com - 1.8-2 - Fix info-page installation
* Mon Feb 25 2008 Andreas Thienemann athienem@redhat.com - 1.8-1 - Initial fedora release of GNU ddrescue
eggdrop-1.6.18-16.el4 --------------------- * Mon Feb 25 2008 Robert Scheck robert@fedoraproject.org 1.6.18-16 - Cause the DNS linking against libc rather libdns (#433111)
* Fri Feb 15 2008 Robert Scheck robert@fedoraproject.org 1.6.18-15 - Rebuild for bind 9.5.0
environment-modules-3.2.6-4.el4 ------------------------------- * Wed Mar 05 2008 - Orion Poplawski orion@cora.nwra.com - 3.2.6-4 - Add patch to fix extraneous version path entry properly - Use --with-module-path to point to /etc/modulefiles for local modules, this also fixes bug #436041
func-0.18-1.el4 --------------- * Mon Mar 03 2008 Adrian Likins alikins@redhat.com - 0.18-1 - split off certmaster
glpi-mass-ocs-import-1.1-1.el4 ------------------------------ * Thu Feb 14 2008 Remi Collet Fedora@FamilleCollet.com - 1.1-1 - update to 1.1 (setup bug fixes)
glpi-pdf-0.4-1.el4 ------------------ * Thu Dec 27 2007 Remi Collet Fedora@FamilleCollet.com - 0.4-1 - update to 0.4 finale - Initial RPM for Fedora review
lighttpd-1.4.18-3.el4 --------------------- * Tue Mar 04 2008 Matthias Saou http://freshrpms.net/ 1.4.18-3 - Include patch for CVE-2008-0983 (crash when low on file descriptors). - Include patch for CVE-2008-1111 (cgi source disclosure). - Disable lua on EL4 because the EPEL lua version is too old.
mksh-33-1.el4 ------------- * Mon Mar 03 2008 Robert Scheck robert@fedoraproject.org 33-1 - Upgrade to 33
* Sun Feb 10 2008 Robert Scheck robert@fedoraproject.org 32-2 - Rebuild against gcc 4.3
ntfsprogs-1.13.1-5.el4.1 ------------------------ * Wed Feb 27 2008 Tom "spot" Callaway tcallawa@redhat.com 1.13.1-5.1 - disable crypto bits for EL-4
perl-Crypt-DES-2.05-3.el4 ------------------------- * Mon Aug 28 2006 Steven Pritchard steve@kspei.com 2.05-3 - Fix find option order. - Minor spec cleanup to more closely match cpanspec output.
perl-Log-Trivial-0.31-1.el4 --------------------------- * Fri Feb 22 2008 Orion Poplawski orion@cora.nwra.com 0.31-1 - Specfile autogenerated by cpanspec 1.74.
perl-Math-MatrixReal-2.03-1.el4 ------------------------------- * Wed Feb 20 2008 Patrice Dumas pertusus@free.fr 2.03-1 - Specfile almost autogenerated by cpanspec 1.74.
perl-Module-Signature-0.55-2.el4 -------------------------------- * Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.55-2 - BuildRequire perl(ExtUtils::MakeMaker) and perl(Test::More).
perl-Net-SNMP-5.2.0-1.el4.1 --------------------------- * Tue Oct 16 2007 Tom "spot" Callaway tcallawa@redhat.com - 5.2.0-1.1 - correct license tag - add BR: perl(ExtUtils::MakeMaker)
perl-String-CRC32-1.4-1.el4 --------------------------- * Thu Apr 20 2006 Paul Howarth paul@city-fan.org 1.4-1 - Update to 1.4
perl-Test-Pod-Coverage-1.08-1.el4 --------------------------------- * Thu Jan 26 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-1 - Update to 1.08.
perl-Text-Iconv-1.4-1 --------------------- * Sun Jul 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.4-0.fdr.1 - Update to 1.4, INSTALLDIRS= fixed upstream.
perl-XML-Generator-DBI-1.00-4.el4 --------------------------------- * Sat Jan 12 2008 Xavier Bachelot xavier@bachelot.org - 1.00-4 - Remove '|| :' from %check section.
perl-XML-SAX-Writer-0.50-4.el4 ------------------------------ * Mon Jan 28 2008 Tom "spot" Callaway tcallawa@redhat.com 0.50-4 - rebuild for new perl
perl-XML-Simple-2.14-4.el4 -------------------------- * Mon Feb 18 2008 Robin Norwood rnorwood@redhat.com - 2.14-4 - Fix BuildRequires.
perl-XML-XPath-1.13-3.el4 ------------------------- * Tue Feb 19 2008 Robin Norwood rnorwood@redhat.com - 1.13-3 - Bring in fixes from fedora spec file - Build for EPEL-4
php-pecl-mailparse-2.1.3-1.el4 ------------------------------ * Thu Feb 28 2008 Remi Collet Fedora@FamilleCollet.com 2.1.3-1 - update to 2.1.3 - EPEL specific spec
puppet-0.24.2-1.el4 ------------------- * Wed Mar 05 2008 David Lutterkort dlutter@redhat.com - 0.24.2-1 - New version
python-zope-interface-3.0.1-10.el4 ---------------------------------- * Thu Feb 14 2008 Paul Howarth paul@city-fan.org 3.0.1-10 - rebuild with gcc 4.3.0 for Fedora 9
remctl-2.11-5.el4 ----------------- * Thu Feb 28 2008 Simon Wilkinson simon@sxw.org.uk 2.11-5 - The build process isn't -j safe, so remove smpflags until this can be fixed.
rkhunter-1.3.2-1.el4 -------------------- * Thu Feb 28 2008 Kevin Fenzi kevin@tummy.com - 1.3.2-1 - Update to 1.3.2 - Fix cron script
* Thu Feb 28 2008 Kevin Fenzi kevin@tummy.com - 1.3.0-2 - Use /etc/redhat-release for EPEL and /etc/fedora release for Fedora. - Add conditionals to support EPEL - Fix man page warning.
rpmlint-0.82-3.el4 ------------------ * Mon Mar 03 2008 Manuel Wolfshant <wolfy at fedoraproject.org> - 0.82-3 - Sync with rawhide: -- Sync Fedora license list with Revision 0.69 (Wiki rev 110) (#434690).
shorewall-4.0.9-1.el4 --------------------- * Thu Feb 28 2008 Jonathan G. Underwood jonathan.underwood@gmail.com - 4.0.9-1 - Update to version 4.0.9 - Remove 4.0.8 series patches - Add upstream patch patch-perl-4.0,9-1 (the comma is not a typo)
* Sat Feb 16 2008 Jonathan G. Underwood jonathan.underwood@gmail.com - 4.0.8-3 - Added patch-perl-4.0.8-3.diff and patch-perl-4.0.8-4.diff patches from upstream
spr-07.12.01-1.el4 ------------------ * Mon Feb 18 2008 Wart wart@kobold.org 07.12.01-1 - Upgrade to 07.12.01
testdisk-6.9-1.el4 ------------------ * Thu Feb 14 2008 Christophe Grenier grenier@cgsecurity.org 6.9-1 - Update to latest version
tklib-0.4.1-5.el4 ----------------- * Mon Aug 28 2006 Wart <wart at kobold.org> 0.4.1-5 - Rebuild for FC-6
xerces-c-2.7.0-7.el4 -------------------- * Wed Feb 27 2008 Peter Lemenkov lemenkov@gmail.com 2.7.0-7 - rebuild
Changes in Fedora EPEL testing/4:
rrdtool-1.2.27-2.el4 -------------------- * Sat Mar 15 2008 Jarod Wilson jwilson@redhat.com 1.2.27-2 - Drop php abi stuff, apparently not wired up in el4 - Turn ppc64 php bits back on
epel-devel@lists.fedoraproject.org