1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Update to 0.10.2

Trac 0.10.2 is a bug fix release and fixes few bugs introduced in the
0.10.1 release. A brief summary of major changes:

* Fixes deadlock when using authz_file config option (#3996).
* Makes the CSRF code play nice with the XmlRpcPlugin (#4122).
* Fixes Timeline breakage after svn commit when using sqlite (#4120).

The complete list of closed tickets can be found here:

http://trac.edgewall.org/query?status=closed&milestone=0.10.2

PR:		ports/105505
Submitted by:	Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
This commit is contained in:
Cheng-Lung Sung 2006-11-14 07:10:00 +00:00
parent 7a3035cb3e
commit 1e6d4fb8ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177214
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= trac
PORTVERSION= 0.10.1
PORTVERSION= 0.10.2
CATEGORIES= www devel python
MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \
ftp://ftp.edgewall.com/pub/trac/

View File

@ -1,3 +1,3 @@
MD5 (trac-0.10.1.tar.gz) = 55e10547c92cf39d64ab7ae4040c238d
SHA256 (trac-0.10.1.tar.gz) = a5528c5e5ca865842628ad5fc6984df774d61b72e13db34a525496e3136c87c7
SIZE (trac-0.10.1.tar.gz) = 439941
MD5 (trac-0.10.2.tar.gz) = 18df3bb6c9699297c6f41a5a1a448ff9
SHA256 (trac-0.10.2.tar.gz) = 09286ad24ffcd4f1bdd0d0cb534217728043645d605ac6711a192bebc622408a
SIZE (trac-0.10.2.tar.gz) = 440277