ports/90048: Update port: www/trac to 0.9.2
Rui Lopes
rui at ruilopes.com
Tue Dec 6 20:50:05 UTC 2005
>Number: 90048
>Category: ports
>Synopsis: Update port: www/trac to 0.9.2
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 06 20:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Rui Lopes
>Release: FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
>Description:
Update www/trac to 0.9.2.
This release fixes SQL injection related problems (see http://secunia.com/product/5260/).
Thanks to Marcus Alves Grando for the heads up.
>How-To-Repeat:
>Fix:
--- update_trac_from_0.9_to_0.9.2.patch begins here ---
diff -ruN trac.orig/Makefile trac/Makefile
--- trac.orig/Makefile Fri Nov 4 22:54:14 2005
+++ trac/Makefile Tue Dec 6 20:27:39 2005
@@ -6,7 +6,7 @@
#
PORTNAME= trac
-PORTVERSION= 0.9
+PORTVERSION= 0.9.2
CATEGORIES= www devel python
MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \
ftp://ftp.edgewall.com/pub/trac/
@@ -34,6 +34,7 @@
's,.*share/nls/.+$$,,g \
;s, at dirrm share/man(/.*)?$$,,g \
;s,${PYTHON_SITELIBDIR:S,^${PYTHONBASE}/,,},%%PYTHON_SITELIBDIR%%,g \
+ ;s,share/trac,%%DATADIR%%,g \
;s, at dirrm (%%PYTHON_SITELIBDIR%%|${PYTHON_LIBDIR:S,${PYTHONBASE}/,,})$$,,g \
' | ${TR} -s '\n') > temp-pkg-plist
diff -ruN trac.orig/distinfo trac/distinfo
--- trac.orig/distinfo Fri Nov 4 22:54:14 2005
+++ trac/distinfo Tue Dec 6 20:21:28 2005
@@ -1,2 +1,3 @@
-MD5 (trac-0.9.tar.gz) = 0d90ea5114b2a2c5285ea2a474da9fdf
-SIZE (trac-0.9.tar.gz) = 333250
+MD5 (trac-0.9.2.tar.gz) = 39e3af9e72a4aaa3b0217461638d9c03
+SHA256 (trac-0.9.2.tar.gz) = 140c6e54db60023a9633a30267fc0ea88d289e72be4eb1e3988e3a4b0e268e4b
+SIZE (trac-0.9.2.tar.gz) = 332266
--- update_trac_from_0.9_to_0.9.2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list