Bug 188408 - [Maintainer Update] www/mohawk to 2.0.11
Summary: [Maintainer Update] www/mohawk to 2.0.11
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-09 21:10 UTC by mohawk
Modified: 2014-04-14 14:00 UTC (History)
0 users

See Also:


Attachments
mohawk_2.0.11.diff (1.14 KB, patch)
2014-04-09 21:10 UTC, mohawk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mohawk 2014-04-09 21:10:00 UTC
Fix segfault when receive malformed/unescaped url
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-04-14 08:13:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-14 13:53:54 UTC
Author: culot
Date: Mon Apr 14 12:53:51 2014
New Revision: 351255
URL: http://svnweb.freebsd.org/changeset/ports/351255
QAT: https://qat.redports.org/buildarchive/r351255/

Log:
  - Update to 2.0.11
  
  PR:		ports/188408
  Submitted by:	mohawk@bsdsx.fr (maintainer)

Modified:
  head/www/mohawk/Makefile
  head/www/mohawk/distinfo

Modified: head/www/mohawk/Makefile
==============================================================================
--- head/www/mohawk/Makefile	Mon Apr 14 11:58:29 2014	(r351254)
+++ head/www/mohawk/Makefile	Mon Apr 14 12:53:51 2014	(r351255)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	mohawk
-PORTVERSION=	2.0.10
+PORTVERSION=	2.0.11
 CATEGORIES=	www ipv6
-MASTER_SITES=	http://fossil.etoilebsd.net/mohawk/tarball/ \
-		http://fossil.bsdsx.fr/mohawk/tarball/
+MASTER_SITES=	http://fossil.bsdsx.fr/mohawk/tarball/ \
+		http://fossil.etoilebsd.net/mohawk/tarball/
 DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${PORTVERSION}
 
 MAINTAINER=	mohawk@bsdsx.fr

Modified: head/www/mohawk/distinfo
==============================================================================
--- head/www/mohawk/distinfo	Mon Apr 14 11:58:29 2014	(r351254)
+++ head/www/mohawk/distinfo	Mon Apr 14 12:53:51 2014	(r351255)
@@ -1,2 +1,2 @@
-SHA256 (mohawk-2.0.10.tar.gz?uuid=2.0.10) = 3267309ecd4fb9a40fd56bb00624293dc86ce97c1d4d6a6f38e67df1503b50da
-SIZE (mohawk-2.0.10.tar.gz?uuid=2.0.10) = 37872
+SHA256 (mohawk-2.0.11.tar.gz?uuid=2.0.11) = c08d56cdb3515b93b4d5ae6895f19b3d487237ffb7991d7b8c8f1b520e3499f2
+SIZE (mohawk-2.0.11.tar.gz?uuid=2.0.11) = 37844
_______________________________________________
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"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-04-14 13:54:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!