Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2012 12:22:49 GMT
From:      Dmitry <dmitry2004@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169783: www/trac-accountmanager update to 0.4.11722
Message-ID:  <201207111222.q6BCMnSl052656@red.freebsd.org>
Resent-Message-ID: <201207111230.q6BCU2Sm006581@freefall.freebsd.org>

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

>Number:         169783
>Category:       ports
>Synopsis:       www/trac-accountmanager update to 0.4.11722
>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:   Wed Jul 11 12:30:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry
>Release:        9.0-STABLE
>Organization:
-
>Environment:
FreeBSD *** 9.0-STABLE FreeBSD 9.0-STABLE #0 r238091: ***     root@***:/usr/obj/usr/src/sys/GENERIC_  amd64
>Description:
 resolved issues
 * #4677: Admin based chaining HtDigestStore & HtPasswdStore breaks config
   by adding dedicated options 'htdigest_file' and 'htpasswd_file'
 * #8685: User deletion ordering breaks 'deleted' notification for SessionStore
 * #8791: Obsolete patch needed for authentication against Jira
   by adding sha256/sha512 hash support (needs `passlib` or extended `crypt`)
 * #8990: HtPasswdStore and SessionStore with HtPasswdHashMethod share option
   by adding dedicated options 'db_htpasswd_hash_type' and 'db_htdigest_realm'
 * #9079: PostgreSQL: Database error when creating new user with attributes
 * #9139: SvnServePasswordStore and case sensitivity
 * #9246: InternalError when refresh_passwd = true
 * #9547: Option `persistent_sessions` is not working in `0.4dev-r10747`
 * #10023: SQL Injection in acct_mgr.api.AccountManager.lastseen()
 * #10028: Account delete does not purge user's auth cookie

 new features
 * #9618: HttpAuthStore authentication enhancement
   by allowing a relative URL for `authentication_url` configuration option
 * #9676: Incorporate optional Single-Sign-On functionality
 * #9852: Embed some user information in TracWiki
 * add recursion to option parser for configuration admin page and provide
   available valid values for an `ExtensionOption` like `IPasswordHashMethod`
   by a select field (dropdown box) - or meaningful message on missing options
 * add cleanup page for purging `session_attribute` db table via admin web UI
 * add randomized authentication cookie ID refreshment, average refresh rate
   controlled by new option `cookie_refresh_pct`


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-03-26 20:21:11.000000000 +0500
+++ Makefile	2012-07-11 18:16:54.000000000 +0600
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	accountmanager
-PORTVERSION=	0.3.${REV}
-PORTEPOCH=	1
+PORTVERSION=	0.4.${REV}
 CATEGORIES=	www devel python
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://trac-hacks.org/changeset/${REV}/accountmanagerplugin/trunk?old_path=/&format=zip&filename=
 MASTER_SITE_SUBDIR=	kuriyama
+DIST_SUBDIR=	trac
 PKGNAMEPREFIX=	trac-
 
 MAINTAINER=	kuriyama@FreeBSD.org
@@ -21,12 +21,12 @@
 RUN_DEPENDS=	tracd:${PORTSDIR}/www/trac
 
 FETCH_BEFORE_ARGS=	-o ${DISTFILES}
-REV=			9930
+REV=			11722
 USE_ZIP=		yes
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_PKGNAME=	TracAccountManager
-PYDISTUTILS_PKGVERSION=	0.3dev
+PYDISTUTILS_PKGVERSION=	0.4dev
 WRKSRC=			${WRKDIR}/accountmanagerplugin/trunk
 
 EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}
--- distinfo.orig	2011-03-26 20:21:11.000000000 +0500
+++ distinfo	2012-07-11 18:13:20.000000000 +0600
@@ -1,2 +1,2 @@
-SHA256 (accountmanager-0.3.9930.zip) = 215268a45000682cf6835c86006b777fe506b58a51563bdcfa4315d6af4c4a01
-SIZE (accountmanager-0.3.9930.zip) = 104104
+SHA256 (trac/accountmanager-0.4.11722.zip) = 9f96972730954a827e0e41ce0073efd8dd3b01e0f82da1bf475d6d7a9d2a855a
+SIZE (trac/accountmanager-0.4.11722.zip) = 153428


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



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