Bug 169783 - www/trac-accountmanager update to 0.4.11722
Summary: www/trac-accountmanager update to 0.4.11722
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-11 13:30 UTC by dmitry2004
Modified: 2012-07-22 11:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.28 KB, patch)
2012-07-11 13:30 UTC, dmitry2004
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dmitry2004 2012-07-11 13:30:02 UTC
 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`

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-11 13:30:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2012-07-22 11:07:55 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-22 11:08:07 UTC
Author: kuriyama
Date: Sun Jul 22 10:07:51 2012
New Revision: 301312
URL: http://svn.freebsd.org/changeset/ports/301312

Log:
  - Upgrade to 0.4.11722.
  
  PR:		ports/169783
  Submitted by:	Dmitry <dmitry2004@yandex.ru>

Modified:
  head/www/trac-accountmanager/Makefile
  head/www/trac-accountmanager/distinfo

Modified: head/www/trac-accountmanager/Makefile
==============================================================================
--- head/www/trac-accountmanager/Makefile	Sun Jul 22 09:45:24 2012	(r301311)
+++ head/www/trac-accountmanager/Makefile	Sun Jul 22 10:07:51 2012	(r301312)
@@ -6,13 +6,14 @@
 #
 
 PORTNAME=	accountmanager
-PORTVERSION=	0.3.${REV}
+PORTVERSION=	0.4.${REV}
 PORTEPOCH=	1
 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
 PKGNAMEPREFIX=	trac-
+DIST_SUBDIR=	trac
 
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Account Manager Plugin for trac
@@ -21,12 +22,12 @@ BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${POR
 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}

Modified: head/www/trac-accountmanager/distinfo
==============================================================================
--- head/www/trac-accountmanager/distinfo	Sun Jul 22 09:45:24 2012	(r301311)
+++ head/www/trac-accountmanager/distinfo	Sun Jul 22 10:07:51 2012	(r301312)
@@ -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
\ No newline at end of file
_______________________________________________
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"