diff options
author | brix <brix@FreeBSD.org> | 2008-05-31 18:13:13 +0800 |
---|---|---|
committer | brix <brix@FreeBSD.org> | 2008-05-31 18:13:13 +0800 |
commit | 4caa08102c1b617569ce7f16d5d0ebcb5a782aa9 (patch) | |
tree | 08e1acb8f8c24fabb57f13fe8e94d44cbf395a17 /www/ikiwiki/Makefile | |
parent | 1e59332716600a7a27a4bfeb271f3f44486e1e60 (diff) | |
download | freebsd-ports-gnome-4caa08102c1b617569ce7f16d5d0ebcb5a782aa9.tar.gz freebsd-ports-gnome-4caa08102c1b617569ce7f16d5d0ebcb5a782aa9.tar.zst freebsd-ports-gnome-4caa08102c1b617569ce7f16d5d0ebcb5a782aa9.zip |
Fix empty password security hole, which affects wikis with both
password and OpenID login enabled.
Submitted by: Joey Hess <joeyh at debian.org> (IkiWiki author)
Approved by: erwin (mentor, implicit)
Security: http://www.vuxml.org/freebsd/09066828-2ef1-11dd-a0d8-0016d325a0ed.html
Diffstat (limited to 'www/ikiwiki/Makefile')
-rw-r--r-- | www/ikiwiki/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/ikiwiki/Makefile b/www/ikiwiki/Makefile index 822bf1fb42ec..5715157fc9d7 100644 --- a/www/ikiwiki/Makefile +++ b/www/ikiwiki/Makefile @@ -6,6 +6,7 @@ PORTNAME= ikiwiki PORTVERSION= 2.47 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -51,6 +52,7 @@ PLIST_SUB= W3M="@comment " .endif post-patch: + @${RM} ${WRKSRC}/IkiWiki/Plugin/passwordauth.pm.orig @${REINPLACE_CMD} -e "s|/usr/bin/markdown|${LOCALBASE}/bin/markdown|" \ ${WRKSRC}/IkiWiki/Plugin/mdwn.pm @${RM} ${WRKSRC}/IkiWiki/Plugin/mdwn.pm.bak |