Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2013 10:01:56 GMT
From:      Mikolaj Golub <trociny@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175624: databases/py-swift: update to 1.7.6
Message-ID:  <201301271001.r0RA1ufS081179@red.freebsd.org>
Resent-Message-ID: <201301271010.r0RAA0aV097716@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175624
>Category:       ports
>Synopsis:       databases/py-swift: update to 1.7.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 27 10:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mikolaj Golub
>Release:        
>Organization:
>Environment:
>Description:
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
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: databases/py-swift/distinfo
===================================================================
--- databases/py-swift/distinfo	(revision 311047)
+++ databases/py-swift/distinfo	(working copy)
@@ -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
Index: databases/py-swift/pkg-plist
===================================================================
--- databases/py-swift/pkg-plist	(revision 311047)
+++ databases/py-swift/pkg-plist	(working copy)
@@ -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
Index: databases/py-swift/Makefile
===================================================================
--- databases/py-swift/Makefile	(revision 311047)
+++ databases/py-swift/Makefile	(working copy)
@@ -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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301271001.r0RA1ufS081179>