[SECURITY] Fedora 20 Update: python-rhsm-1.13.6-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Fri Nov 7 02:36:51 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-13781
2014-10-28 05:17:34
--------------------------------------------------------------------------------

Name        : python-rhsm
Product     : Fedora 20
Version     : 1.13.6
Release     : 1.fc20
URL         : http://fedorahosted.org/candlepin
Summary     : A Python library to communicate with a Red Hat Unified Entitlement Platform
Description :
A small library for communicating with the REST interface of a Red Hat Unified
Entitlement Platform. This interface is used for the management of system
entitlements, certificates, and access to content.

--------------------------------------------------------------------------------
Update Information:

New features: 
- Send list of compliance reasons on dbus
- Added client-side support for --matches on the list command.

Security:
- 1153375: Support TLSv1.2 and v1.1 by default. (CVE-2014-3566)

Bug fixes:
- 1120772: Don't traceback on missing /ostree/repo 
- 1094747: add appdata metdata file
- 1122107: Clarify registration --consumerid option in manpage.
- 1151925: Improved filtered listing output when results are empty.
- 990183: Add a manpage for rhsm.conf

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

* Thu Oct 23 2014 Alex Wood <awood at redhat.com> 1.13.6-1
- 1153375: Support TLSv1.2 and v1.1 by default. (alikins at redhat.com)
- Set CA PEM files permissions to 644. (awood at redhat.com)
* Thu Oct 16 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 1.13.5-1
- Renamed the "containstext" parameter to "matches." (crog at redhat.com)
* Thu Oct 16 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 1.13.4-1
- Added support for contains_text to UEPConnection.getPoolsList
  (crog at redhat.com)
* Fri Oct  3 2014 Alex Wood <awood at redhat.com> 1.13.3-1
- Make more use of setup.py. (alikins at redhat.com)
* Sun Sep  7 2014 Alex Wood <awood at redhat.com> 1.13.2-1
- Remove a 2.6ism that slipped in. (awood at redhat.com)
* Thu Sep  4 2014 Alex Wood <awood at redhat.com> 1.13.1-1
- version bump (jesusr at redhat.com)
* Fri Jul 25 2014 jesus m. rodriguez <jesusr at redhat.com> 1.12.5-1
- 1120431: Support for complex path matching. (bkearney at redhat.com)
* Thu Jul  3 2014 jesus m. rodriguez <jesusr at redhat.com> 1.12.4-1
- Add required bz flags to tito releasers. (dgoodwin at redhat.com)
- Remove pyqver verbose flag. (alikins at redhat.com)
- Use tox.ini to setup pep8 for 'make stylish' (alikins at redhat.com)
- Update pyqver setup. Set min version of 2.7. (alikins at redhat.com)
- Add libcrypto to list of libs to link to. (bcourt at redhat.com)
* Mon Jun 16 2014 Michael Stead <mstead at redhat.com> 1.12.3-1
- Add 6.6/7.1 release targets. (dgoodwin at redhat.com)
- Add a key_path() to EntitlementCertificate (alikins at redhat.com)
* Tue Jun 10 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 1.12.2-1
- Detect when operating in container mode and load host system's config.
  (dgoodwin at redhat.com)
- Convert doc strings to sphinx/restructuredtext (alikins at redhat.com)
- Add setup for using sphinx for docs. (alikins at redhat.com)
* Thu Jun  5 2014 jesus m. rodriguez <jesusr at redhat.com> 1.12.1-1
- bump version to 1.12 (jesusr at redhat.com)
- Add connection method to get available releases (mstead at redhat.com)
* Mon May 26 2014 Devan Goodwin <dgoodwin at rm-rf.ca> 1.11.5-1
- 1090350: fix time drift detection (ckozak at redhat.com)
- 1096676: Use simplejson on RHEL 5. (dgoodwin at redhat.com)
- 1094492: Alternate Subject needs different type that allows more characters.
  (wpoteat at redhat.com)
* Mon Apr 28 2014 ckozak <ckozak at redhat.com> 1.11.4-1
* Thu Apr 10 2014 Alex Wood <awood at redhat.com> 1.11.3-1
- Specifically check for brand_name/brand_type="" (alikins at redhat.com)
- Support new apis for guests and hypervisors (ckozak at redhat.com)
* Thu Mar 20 2014 Alex Wood <awood at redhat.com> 1.11.2-1
- Add attributes for brand_name (alikins at redhat.com)
* Thu Feb 27 2014 Alex Wood <awood at redhat.com> 1.11.1-1
- rev version to 1.11.1 (ckozak at redhat.com)
- removed rhel7 releaser (ckozak at redhat.com)
* Mon Feb  3 2014 ckozak <ckozak at redhat.com> 1.10.12-1
- Add request_certs option to getEntitlementList() call (vitty at redhat.com)
* Wed Jan 22 2014 ckozak <ckozak at redhat.com> 1.10.11-1
- Fedora 18 is at end of life. (awood at redhat.com)
* Mon Jan  6 2014 ckozak <ckozak at redhat.com> 1.10.10-1
- make sure server supports guestId data (ckozak at redhat.com)
* Tue Dec 17 2013 ckozak <ckozak at redhat.com> 1.10.9-1
- Removing entitlement cert and key from getEntitlementList (ckozak at redhat.com)
- respect http(s)_proxy env variable for proxy information (jesusr at redhat.com)
* Wed Nov 27 2013 jesus m. rodriguez <jmrodri at gmail.com> 1.10.8-1
- Add the method to retrieve all the subscriptions for an owner (wpoteat at redhat.com)
* Thu Nov 14 2013 ckozak <ckozak at redhat.com> 1.10.7-1
- getOwnerInfo introduced (vitty at redhat.com)
* Thu Nov  7 2013 ckozak <ckozak at redhat.com> 1.10.6-1
- Fix a crash that occurs when rhsm.conf is missing (ckozak at redhat.com)
- Correct implementation of __eq__ for Content objects. (awood at redhat.com)
- Log ca_dir and loaded ca pems on one line. (alikins at redhat.com)
- Add default full_refresh_on_yum option. (awood at redhat.com)
- Send empty JSON list when deleting all overrides. (awood at redhat.com)
- Add __hash__ method to Content classes. (awood at redhat.com)
- Add method to get all content overrides for a consumer (mstead at redhat.com)
- Add methods to set and delete content overrides. (awood at redhat.com)
- 1008808: json ValueErrors have no .msg attribute (alikins at redhat.com)
* Fri Oct 25 2013 ckozak <ckozak at redhat.com> 1.10.5-1
- 1006748: replace simplejson with 'ourjson' (alikins at redhat.com)
- Log the new requestUuid from candlepin if it is present in the response.
  (dgoodwin at redhat.com)
* Fri Oct 25 2013 ckozak <ckozak at redhat.com>
- 1006748: replace simplejson with 'ourjson' (alikins at redhat.com)
- Log the new requestUuid from candlepin if it is present in the response.
  (dgoodwin at redhat.com)
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update python-rhsm' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list