The following Fedora EPEL 5 Security updates need testing:
 Age  URL
 398  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5630/bugzilla-3.2.10-5.el5
 293  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6608/Django-1.1.4-2.el5
  98  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-0366/openconnect-4.08-1.el5
  32  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-5517/git-1.8.2.1-1.el5
  10  
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2013-5799/python-virtualenv-1.9.1-1.el5


The following builds have been pushed to Fedora EPEL 5 updates-testing

    cobbler-2.4.0-beta6.el5
    drupal7-features-2.0-0.3.beta2.el5
    drupal7-strongarm-2.0-0.7.rc1.el5
    fpaste-0.3.7.1-8.el5.1
    fpaste-0.3.7.1-8.el5.2
    openvpn-2.3.1-3.el5
    qucs-0.0.15-6.el5
    transifex-client-0.9-1.el5

Details about builds:


================================================================================
 cobbler-2.4.0-beta6.el5 (FEDORA-EPEL-2013-5949)
 Boot server configurator
--------------------------------------------------------------------------------
Update Information:

New upstream release
New upstream release
New upstream release
New upstream release
New release
--------------------------------------------------------------------------------
ChangeLog:

* Fri May 24 2013 James Cammarata <[email protected]> 2.4.0-beta6
- New BETA release - 2.4.0 beta6
* Mon Apr 22 2013 James Cammarata <[email protected]> 2.4.0-beta5
- A few bugfixes and rebuilding the RPM because of a goof
  ([email protected])
* Wed Apr  3 2013 James Cammarata <[email protected]> 2.4.0-beta4
- 2.4.0-beta4 release
* Wed Dec 12 2012 James Cammarata <[email protected]> 2.4.0-beta3
- New release 2.4.0-beta3
* Thu Oct 11 2012 James Cammarata <[email protected]> 2.4.0-beta2
- Modified spec version/release to be 2.4.0-beta2 ([email protected])
- fixing up a bad commit merge ([email protected])
* Thu Oct 11 2012 James Cammarata <[email protected]> 2.4.0-beta1
- Beta Release 1 of 2.4.0
- BUGFIX - Issue #329 - Systems no longer allow an add with an image for a
  parent ([email protected])
- BUGFIX - Issue #327 - revert 5afcff7 and fix in a more sane way
  ([email protected])
- Removed some duplicates created by reapplying a patch ([email protected])
- BUGFIX - Issue #267 - old python-virtinst does not support --boot
  ([email protected])
- Revise install_post_puppet.py to use newer puppet syntax
  ([email protected])
- Get rid of deprecated Puppet syntax so that cobbler works with Puppet 3.0
  ([email protected])
- Added ubuntu to dist check for named.conf location
  ([email protected])
- Expanded automatic determination of tftpboot path, isc dhcp and bind service
  names and config files based on distro. ([email protected])
- Make the service name for DHCP and DNS restarts configurable for better
  portable between distros. ([email protected])
- Serial based on formatted date and revision number ([email protected])
- Correct undefined variable name ([email protected])
- fix merge Issue #252 BUGFIX and #262 ([email protected])
- Add check for valid driver_type before executing qemu-img ([email protected])
- fix mistake remove import. ([email protected])
- move exec method to utils.py, and catch unexpected exception.
  ([email protected])
- not check driver type on create method. ([email protected])
- BUGFIX - Issue #305 - Incorrect Kickstart file when gPXE enabled
  ([email protected])
- BUGFIX - Issue #304 - Cobbler does not store values correctly for ksmeta
  Objects were getting flattened improperly, so it was losing escapes/quoting
  for values with spaces ([email protected])
- add vmdk and raw file create support. ([email protected])
- BUGFIX - Issue #267 - old python-virtinst does not support --boot
  ([email protected])
- Modified spec version/release to be 2.4.0-beta-1 ([email protected])
- Initial commit for mysql backend support ([email protected])
- BUGFIX - Issue #277 - move webroot to /srv/www for debian/ubuntu
  ([email protected])
- FEATURE - adding 'zonetype' variable for DNS zone rendering ([email protected])
- BUGFIX - Issue #278 - cobbler import fails for ubuntu images due to rsync
  args ([email protected])
- BUGFIX - Issue #285 - update cobbler man page for incorrect options
  ([email protected])
- BUGFIX - Issue #241 - adding distro with blank name via XMLRPC should not
  work ([email protected])
- BUGFIX - Issue #272 - allow anamon to log entries when building systems based
  on profiles (no corresponding system record) ([email protected])
- BUGFIX - Issue #252 - fuzzy match on lvs name returns a false match
  preventing LV creation ([email protected])
- BUGFIX - Issue #287 - patch to allow templar to work without a config, which
  was breaking the tftpd.py script ([email protected])
- add qcow2 driver type ([email protected])
- fix koan qemu-machine-type param test. ([email protected])
- Only cosmetic cleanup - removed commands that were commented out, added
  spaces for more clear code ([email protected])
- Modified sample.seed to make use kickstart_start and kickstart_done snippets
  for debian. As a result the following cobbler features work for debian:   -
  prevent net boot looping   - cobbler status reflects debian installations   -
  preseed file is downloaded a nd saved on the installed system as
  /var/log/cobbler.seed Also made download_config_files_deb snippet, make use
  of late_command New post_run_deb snippet allows to execute post installation
  script. ([email protected])
- Some changes for testing ([email protected])
- Minor fix for urlparse on older pythons (>2.5) ([email protected])
- FEATURE - Issue #253 - Use PEERDNS=no for DHCP interfaces when name servers
  are specified ([email protected])
- install-tree for debian/ubuntu modified to take tree= from meta data. http,
  ftp and nfs remote tree locations supported ([email protected])
- add support of custom logical volume name ([email protected])
- Partial revert of 87acfc8b, and a minor change to bring the koan extra-args
  inline with the PXE args ([email protected])
- New default preseed, and a few minor changes to make ubuntu auto install work
  better ([email protected])
- Add support for qemu machine type to emulate (option --qemu-machine-type).
  ([email protected])
- Modern x86 kernels have 2048 char limit and this is needed to support
  configurations with kickstart+NIC kernel params. Otherwise koan refuses to
  accept the param list. ([email protected])
- Allow koan's -S option to work for SuSE breed. Also remove -S for breed=None,
  as I assume "Red Hat" is not a sane assumption for all Distros without a
  breed. ([email protected])
- Only add a udev net rule for an interface if the MAC is set. This fixes
  behaviour whereby a dummy udev rule at eth0 forces the first NIC to get eth1
  post-install. ([email protected])
- Make the domainname setting be the full eth0 DNS Name, minus the first dotted
  part (and not the FQDN). ([email protected])
- BUGFIX - Issue #252 - fuzzy match on lvs name returns a false match
  preventing LV creation ([email protected])
- Added back in the filesystem loader. ([email protected])
- BUGFIX - Issue #247 - Reposync does not work from the web interface
  ([email protected])
- BUGFIX - Issue #246 - CentOS 5.x install fence_tools to /sbin/
  ([email protected])
- Fix post_report trigger typo ([email protected])
- Some fixes for koan running with an old virt-install ([email protected])
- Define pxe_menu_items variable when creating PXE files for systems
  ([email protected])
- Refactor PXE and GRUB menu item creation into a separate function
  ([email protected])
- django 1.4 and later have deprecated the old TEMPLATE_LOADERS and replaced
  them with a new app_directories.Loader ([email protected])
- Add support for UEFI boot to the subnet, but not for defined systems yet.
  ([email protected])
- Fix redhat import whitelist for Fedora 17 ([email protected])
- Fix unittest on the case of haven't virt-install libs. ([email protected])
- os_version for debian should be similar to ubunty for virt-install to work
  changed tree in app.py so that I can use debian mirror different from cobbler
  server ([email protected])
- fedora 17 changed the output of ifconfig command. This will make IFNAME set
  in snippets again ([email protected])
- remove edit for now ([email protected])
- Fixed snippets for bonded_bridge_slave and a few other fixes for koan/web GUI
  ([email protected])
- Initial support for bonded_bridge_slave type. TODO: modifying snippets to
  actually make it work... ([email protected])
- The webui_sessions directory belongs only to cobbler-web
  ([email protected])
- RPM: put cobbler*.conf files only in /etc/httpd/conf.d
  ([email protected])
- better fix for pull request #228 ([email protected])
- make rpms failed because the misc/ directory containing the augeas lense
  could not be found. this simple diff fixes that. ([email protected])
- Ubuntu actually requires auto=true in kopts See
  http://serverfault.com/a/144290/39018 ([email protected])
- Whitespace cleanup for the new openvz stuff ([email protected])
- Remove dead code (useless imports) ([email protected])
- BUGFIX extra-args option problems ([email protected])
- FIX koan virt-install tests. ([email protected])
- added debian support to prevent net boot looping ([email protected])
- README.openvz: - added ([email protected])
- scripts/ovz-install: - added support for "services" kickstart option -
  corrected repos and installation source processing ([email protected])
- cobbler.spec, setup.py: - added scripts/ovz-install ([email protected])
- koan/openvzcreate.py, scripts/ovz-install: - changes in copyright notice
  ([email protected])
- koan/app.py: - bug in koan: size of freespace on VG expressed as float with
  comma, but need fload with point ([email protected])
- koan/app.py: - added type "openvz" ([email protected])
- cobbler/collection.py: - openvz containers doesn't need to boot from PXE, so
  we prevent PXE-menu creation for such profiles. ([email protected])
- cobbler/item_profile.py, cobbler/utils.py: - added "openvz" virtualization
  type ([email protected])
- cobbler/item_system.py: - added openvz for virt_type ([email protected])
- [BUGFIX] template errors can hit an exception path that references an
  undefined variable ([email protected])
- If the call to int() fails, inum has no value, thus the reference to inum in
  the except clause causes an UnboundLocalError when it tries to reference
  inum. ([email protected])
- Add new ubuntu (alpha) version to codes.py ([email protected])
- Not all remove current ifcfg- post_install_network_config ([email protected])
- Update systemctl script to resolve some issues ([email protected])
- More spec fixes ([email protected])
- Removing replicate_use_default_rsync_options setting and setting
  replicate_rsync_options to existing rsync default.  Issue #58
  ([email protected])
- Commit for RFE: Expose rsync options during replication.  Issue #58
  ([email protected])
- Yet more HTML/CSS fixes, cleaning up some overly large inputs caused by other
  CSS changes ([email protected])
- More HTML/CSS improvements for new weblayout ([email protected])
- CSS improvements for the tabbed layout ([email protected])
- Fix for settings edit using the new tab format ([email protected])
- Added a cancel button to replace the reset button ([email protected])
- Fix saving of multiselect fields ([email protected])
- Modification to generic_edit template to use tabs for categories plus some
  miscellaneous cleanup ([email protected])
- Adding an example line for redhat imports to the whitelist file
  ([email protected])
- Another minor fix for suse imports - fixing up name when using --available-as
  (already done in other import modules) - allowing multiple arch imports (also
  already done in other imports) ([email protected])
- Some fixups for suse using --available-as ([email protected])
- Fix for import when using --available-as - currently rsyncs full remote tree,
  changing that to only import files in a white list - some modifications to
  import modules to clean some things up and make available-as work better -
  fix in utils.py for path_tail, which was not working right and appending the
  full path ([email protected])
- Run the same sed command on the default distributed config file to ensure
  consistent indentation ([email protected])
- Add setting to enable/disable dynamic settings changes Adding
  cobblersettings.aug to distributed files, since we need a copy that doesn't
  insert tabs Added a "cobbler check" that checks if dynamic settings is
  enabled and prints a sed command to cleanup the settings file spacing/indents
  ([email protected])
- Change cli command "settings" to "setting" to match other commands (which are
  not plurarlized) ([email protected])
- Removing commented-out try/except block in config.py, didn't mean to commit
  this ([email protected])
- Fixed/improved CLI reporting for settings ([email protected])
- Added support for validating setting type when saving Also fixed up the
  augeas stuff to save lists and hashes correctly ([email protected])
- Fix for incorrect redirect when login times out when looking at a setting
  edit ([email protected])
- Dynamic settings edit support for the web GUI ([email protected])
- Added ability to write settings file via augeas ([email protected])
- Initial support for modifying settings live Changed settings do not survive a
  reboot and revert to what's in /etc/cobbler/settings TODO:  * report --name
  show a single setting  * validate settings based on type (string, list, bool,
  etc.)  * web support for editing  * persisting settings after change
  ([email protected])
- Branch for 2.4.0, updated spec and setup.py ([email protected])
--------------------------------------------------------------------------------


================================================================================
 drupal7-features-2.0-0.3.beta2.el5 (FEDORA-EPEL-2013-5939)
 Provides feature management for Drupal
--------------------------------------------------------------------------------
Update Information:

README.txt in module directory for UI help
--------------------------------------------------------------------------------
ChangeLog:

* Sat May 25 2013 Shawn Iwinski <[email protected]> - 2.0-0.3.beta2
- README.txt in module directory for UI help (BZ 966932)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #966932 - README.txt should be kept in module directory
        https://bugzilla.redhat.com/show_bug.cgi?id=966932
--------------------------------------------------------------------------------


================================================================================
 drupal7-strongarm-2.0-0.7.rc1.el5 (FEDORA-EPEL-2013-5967)
 Strongarm gives a way to override the default variable values
--------------------------------------------------------------------------------
Update Information:

README.txt in module directory for UI help
--------------------------------------------------------------------------------
ChangeLog:

* Sat May 25 2013 Shawn Iwinski <[email protected]> - 2.0-0.7.rc1
- README.txt in module directory for UI help (BZ 966933)
* Wed Feb 13 2013 Fedora Release Engineering <[email protected]> 
- 2.0-0.6.rc1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jul 18 2012 Fedora Release Engineering <[email protected]> 
- 2.0-0.5.rc1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #966933 - README.txt should be kept in module directory
        https://bugzilla.redhat.com/show_bug.cgi?id=966933
--------------------------------------------------------------------------------


================================================================================
 fpaste-0.3.7.1-8.el5.1 (FEDORA-EPEL-2013-5971)
 A simple tool for pasting info onto sticky notes instances
--------------------------------------------------------------------------------
Update Information:

This update sync the new improvements with fedora release of fpaste client, 
details:

 * The server instance now supports shortened URLs.
 * The client now provides an option for private pastes (-P)
 * Private pastes are enabled by default.
 * The client provides both the complete and shortened URLs
 * The client now includes an option to enable users to paste to other sticky 
note instances (-U)
 * Please read the help text for more information (-h)
--------------------------------------------------------------------------------
ChangeLog:

* Fri May 24 2013 Athmane Madjoudj <[email protected]> 0.3.7.1-8.1
- Adapt the spec for EL5.
* Wed Apr 17 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-8
- Correct url patch
- Update summary
* Wed Apr 17 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-7
- Multiple patchs
- URL shortner
- Private option
- Default private on
- Option to use another pastebin
- Rectified summary
* Fri Mar  1 2013 Athmane Madjoudj <[email protected]> 0.3.7.1-6
- Add a patch to make private url default and use expire option.
* Fri Feb  1 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-5
- Update patch to point to fedora fpaste production environment
* Fri Oct 19 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-4
- Patch: remove smolt data
- Patch: point to fedora staging sticky notes server
- THIS UPDATE DOES NOT GO TO STABLE. TESTING ONLY.
- Will go to stable when the fedora sticky notes moves to production
* Thu Jul 19 2012 Fedora Release Engineering <[email protected]> 
- 0.3.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan  6 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.7.1-2
- spec bump for gcc 4.7 rebuild
* Sun Oct 16 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.7.1-1
- update to new upstream release
- drop dependency on xsel (#743311)
* Wed Aug 24 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.7-1
- Update to latest upstream release
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #967138 - Needs version bump
        https://bugzilla.redhat.com/show_bug.cgi?id=967138
--------------------------------------------------------------------------------


================================================================================
 fpaste-0.3.7.1-8.el5.2 (FEDORA-EPEL-2013-5972)
 A simple tool for pasting info onto sticky notes instances
--------------------------------------------------------------------------------
Update Information:

Fix fpaste to use python26 instead of python 2.4 (defaut in el5). Add python2.6 
and dep.
--------------------------------------------------------------------------------
ChangeLog:

* Sat May 25 2013 Athmane Madjoudj <[email protected]> 0.3.7.1-8.2
- Add python26 as dep
- Fix fpaste to use python26 instead of python 2.4 (defaut in el5)
* Fri May 24 2013 Athmane Madjoudj <[email protected]> 0.3.7.1-8.1
- Adapt the spec for EL5.
* Wed Apr 17 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-8
- Correct url patch
- Update summary
* Wed Apr 17 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-7
- Multiple patchs
- URL shortner
- Private option
- Default private on
- Option to use another pastebin
- Rectified summary
* Fri Mar  1 2013 Athmane Madjoudj <[email protected]> 0.3.7.1-6
- Add a patch to make private url default and use expire option.
* Fri Feb  1 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-5
- Update patch to point to fedora fpaste production environment
* Fri Oct 19 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-4
- Patch: remove smolt data
- Patch: point to fedora staging sticky notes server
- THIS UPDATE DOES NOT GO TO STABLE. TESTING ONLY.
- Will go to stable when the fedora sticky notes moves to production
* Thu Jul 19 2012 Fedora Release Engineering <[email protected]> 
- 0.3.7.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan  6 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.7.1-2
- spec bump for gcc 4.7 rebuild
* Sun Oct 16 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.7.1-1
- update to new upstream release
- drop dependency on xsel (#743311)
* Wed Aug 24 2011 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.7-1
- Update to latest upstream release
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #967138 - Needs version bump
        https://bugzilla.redhat.com/show_bug.cgi?id=967138
--------------------------------------------------------------------------------


================================================================================
 openvpn-2.3.1-3.el5 (FEDORA-EPEL-2013-5955)
 A full-featured SSL VPN solution
--------------------------------------------------------------------------------
Update Information:

Add compat symlinks for old plugin locations.
Re-enable plugins.
Restore man page.
Enable pkcs11.

Re-enable plugins.
Restore man page.
Enable pkcs11.

--------------------------------------------------------------------------------
ChangeLog:

* Fri May 24 2013 Jon Ciesla <[email protected]> 2.3.1-3
- Symlink to old plugin locations.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #966373 - After update, the pam auth module .so-file is missing. 
Configurations using pam auth fails after upgrade
        https://bugzilla.redhat.com/show_bug.cgi?id=966373
  [ 2 ] Bug #966425 - Missing man page in openvpn-2.3.1-1.el6.x86_64
        https://bugzilla.redhat.com/show_bug.cgi?id=966425
--------------------------------------------------------------------------------


================================================================================
 qucs-0.0.15-6.el5 (FEDORA-EPEL-2013-5958)
 Circuit simulator
--------------------------------------------------------------------------------
Update Information:

Missing Requires: electronics-menu
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #949269 - Missing Requires: electronics-menu
        https://bugzilla.redhat.com/show_bug.cgi?id=949269
--------------------------------------------------------------------------------


================================================================================
 transifex-client-0.9-1.el5 (FEDORA-EPEL-2013-5968)
 Command line tool for Transifex translation management
--------------------------------------------------------------------------------
Update Information:

Command line tool for Transifex translation management
--------------------------------------------------------------------------------
ChangeLog:

* Fri May 24 2013 Luis Bazan <[email protected]> - 0.9-1
- New Upstream Version
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #967015 - transifex-client-0.9 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=967015
--------------------------------------------------------------------------------

_______________________________________________
epel-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/epel-devel

Reply via email to