Upgrade sysutils/py-keyring to 0.9.2. https://redports.org/buildarchive/20120618204234-37226/ From CHANGES.txt: ----- 0.9.2 ----- * Keyring 0.9.1 introduced a whole different storage format for the CryptedFileKeyring, but this introduced some potential compatibility issues. This release incorporates the security updates but reverts to the INI file format for storage, only encrypting the passwords and leaving the service and usernames in plaintext. Subsequent releases may incorporate a new keyring to implement a whole-file encrypted version. Fixes #64. * The CryptedFileKeyring now requires simplejson for Python 2.5 clients.
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of security/py-keyring, Please note that PR ports/169232 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169232 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->sunpoet I'll take it.
sunpoet 2012-06-19 09:00:36 UTC FreeBSD ports repository Modified files: security/py-keyring Makefile distinfo pkg-plist Log: - Update to 0.9.2 Changes: http://pypi.python.org/pypi/keyring#changes PR: ports/169232 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Revision Changes Path 1.14 +11 -5 ports/security/py-keyring/Makefile 1.12 +2 -2 ports/security/py-keyring/distinfo 1.8 +3 -0 ports/security/py-keyring/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!