swift (1.7.6) * Better tempauth storage URL guessing * Added --top option to swift-recon -d * Allow optional, temporary healthcheck failure * keystoneauth middleware now supports cross-tenant ACLs * Add dispersion report flags to limit reports * Add config option to turn eventlet debug on/off * Added override option for swift-init's KILL_WAIT * Added oldest and most recent replication pass to swift-recon * Fixed 500 error response when GETing a many-segment manifest * Memcached keys now use a delta timeout when possible * Refactor DiskFile to hide temp file names and exts * Remove IP-based container-sync ACLs from auth middlewares * Fixed bug in deleting memcached account info data * Fixed lazy-listing of object manifest segments * Fixed bug where a ? in the object name caused an error * Swift now returns 406 if it can't satisfy Accept * Fix infinite recursion bug in obejct replicator * Swift will now reject names with NULL characters * Fixed object-auditor logging to use a minimum of unix sockets * Various other minor bug fixes and improvements Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of databases/py-swift, Please note that PR ports/175624 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/175624 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Responsible Changed From-To: freebsd-python->culot I'll take it.
State Changed From-To: feedback->open Maintainer approved.
----- Forwarded message from Gea-Suan Lin <gslin@gslin.org> ----- Date: Thu, 7 Feb 2013 11:25:21 +0800 From: Gea-Suan Lin <gslin@gslin.org> To: culot@FreeBSD.org Cc: gslin@gslin.org, freebsd-python@FreeBSD.org Subject: Re: ports/175624: databases/py-swift: update to 1.7.6 User-Agent: Mutt/1.5.21 (2010-09-15) Thanks, please commit it. -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" ----- End forwarded message -----
Author: culot Date: Thu Feb 7 08:51:52 2013 New Revision: 311818 URL: http://svnweb.freebsd.org/changeset/ports/311818 Log: - Update to 1.7.6 Changes: https://github.com/openstack/swift/blob/master/CHANGELOG PR: ports/175624 Submitted by: trociny@ Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Modified: head/databases/py-swift/Makefile head/databases/py-swift/distinfo head/databases/py-swift/pkg-plist Modified: head/databases/py-swift/Makefile ============================================================================== --- head/databases/py-swift/Makefile Thu Feb 7 08:34:25 2013 (r311817) +++ head/databases/py-swift/Makefile Thu Feb 7 08:51:52 2013 (r311818) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= swift -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= databases python -MASTER_SITES= http://launchpadlibrarian.net/122943753/ +MASTER_SITES= http://launchpadlibrarian.net/129305476/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gslin@gslin.org Modified: head/databases/py-swift/distinfo ============================================================================== --- head/databases/py-swift/distinfo Thu Feb 7 08:34:25 2013 (r311817) +++ head/databases/py-swift/distinfo Thu Feb 7 08:51:52 2013 (r311818) @@ -1,2 +1,2 @@ -SHA256 (swift-1.7.5.tar.gz) = 86e335adb57da9e1c6a55a9b716047e5c304f9b27b7adfa04e24926fedeb184d -SIZE (swift-1.7.5.tar.gz) = 494230 +SHA256 (swift-1.7.6.tar.gz) = cf108786ecd0fbf1d2b7e422824d78210e17e93ec4a85c2be01c611092f95c14 +SIZE (swift-1.7.6.tar.gz) = 503775 Modified: head/databases/py-swift/pkg-plist ============================================================================== --- head/databases/py-swift/pkg-plist Thu Feb 7 08:34:25 2013 (r311817) +++ head/databases/py-swift/pkg-plist Thu Feb 7 08:51:52 2013 (r311818) @@ -4,6 +4,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-account-audit %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-account-auditor %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/swift-account-reaper _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!