Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2013 09:25:16 +0200 (CEST)
From:      mohawk <mohawk@bsdsx.fr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177986: [Maintainer update] www/mohawk 2.0.2
Message-ID:  <201304200725.r3K7PGoc071598@mx2.bsdsx.fr>
Resent-Message-ID: <201304200730.r3K7U1ku050855@freefall.freebsd.org>

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

>Number:         177986
>Category:       ports
>Synopsis:       [Maintainer update] www/mohawk 2.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 20 07:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     mohawk
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD mx2.bsdsx.fr 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


>Description:
fix authentication.template (add dirlist)
rename check_restrict_from to in_restrict_froms 
add get_clean_uri (some path start with multi slashes, thx bapt@) 
don't use evhttp_request_get_evhttp_uri in do_dir, do_file_details, do_location 
don't check length of path 
remove unnecessary variables in *lookup functions 
fix memory leak 
rename path to fs_path in do_dir 
use path_decoded in auth_lookup and cgi_map_lookup 
bump version
>How-To-Repeat:
	
>Fix:


--- mohawk_2.0.2.patch begins here ---
diff -ruN mohawk.orig/Makefile mohawk/Makefile
--- mohawk.orig/Makefile	2013-04-20 01:41:47.000000000 +0200
+++ mohawk/Makefile	2013-04-20 01:42:24.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mohawk
-PORTVERSION=	2.0.1
+PORTVERSION=	2.0.2
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://fossil.etoilebsd.net/mohawk/tarball/ \
 		http://fossil.bsdsx.fr/mohawk/tarball/
diff -ruN mohawk.orig/distinfo mohawk/distinfo
--- mohawk.orig/distinfo	2013-04-20 01:41:47.000000000 +0200
+++ mohawk/distinfo	2013-04-20 07:28:30.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (mohawk-2.0.1.tar.gz?uuid=2.0.1) = 8215b59d6297a4eb48c9213aa8583d6ec66961423f48448477fe4370b2f8d9d1
-SIZE (mohawk-2.0.1.tar.gz?uuid=2.0.1) = 46479
+SHA256 (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 8fa238a99cb5565d4eb84c0cb583e437484cecb1d0b673f0c0ed2d77c37963cb
+SIZE (mohawk-2.0.2.tar.gz?uuid=2.0.2) = 34244
--- mohawk_2.0.2.patch ends here ---


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



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