diff -urN foswiki-1.1.3/Makefile foswiki-1.1.4/Makefile --- foswiki-1.1.3/Makefile 2012-01-02 03:34:59.000000000 -0800 +++ foswiki-1.1.4/Makefile 2012-03-24 22:44:47.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= foswiki -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= www MASTER_SITES= SF DISTNAME= Foswiki-${PORTVERSION} diff -urN foswiki-1.1.3/distinfo foswiki-1.1.4/distinfo --- foswiki-1.1.3/distinfo 2011-04-19 03:08:02.000000000 -0700 +++ foswiki-1.1.4/distinfo 2012-03-24 23:10:02.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (foswiki/Foswiki-1.1.3.tgz) = 76d81d10765fefb0e17872482b778fab446d6e357a62ba87aba6eb36d4398b7d -SIZE (foswiki/Foswiki-1.1.3.tgz) = 13263991 +SHA256 (foswiki/Foswiki-1.1.4.tgz) = a67b5041c49a06fd445e9a55ab374ea006e40e37620acc4697524f1767a27a5a +SIZE (foswiki/Foswiki-1.1.4.tgz) = 14948922 diff -urN foswiki-1.1.3/files/patch-Register.pm foswiki-1.1.4/files/patch-Register.pm --- foswiki-1.1.3/files/patch-Register.pm 1969-12-31 16:00:00.000000000 -0800 +++ foswiki-1.1.4/files/patch-Register.pm 2012-03-25 11:21:30.000000000 -0700 @@ -0,0 +1,12 @@ +--- lib/Foswiki/UI/Register.pm.orig 2012-03-25 11:18:23.000000000 -0700 ++++ lib/Foswiki/UI/Register.pm 2012-03-25 11:19:45.000000000 -0700 +@@ -1563,6 +1563,9 @@ + # It is the responsibility of the implementation code to untaint + # these data before they are used in dangerous ways. + # DO NOT UNTAINT THESE DATA HERE! ++ unless ( $name =~ m/^(?:wikiname|name|loginname|username|password|confirm)$/i ) { ++ $value =~ s/([<>%'"])/'&#'.ord($1).';'/ge; ++ } + $data->{$name} = $value; + push( + @{ $data->{form} },