Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2018 13:01:22 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459412 - head/security/vuxml
Message-ID:  <201801191301.w0JD1MwV099606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Fri Jan 19 13:01:22 2018
New Revision: 459412
URL: https://svnweb.freebsd.org/changeset/ports/459412

Log:
  Document phpbb3 issues
  
  Approved by:	tz (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13983

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jan 19 13:00:41 2018	(r459411)
+++ head/security/vuxml/vuln.xml	Fri Jan 19 13:01:22 2018	(r459412)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="8e89a89a-fd15-11e7-bdf6-00e04c1ea73d">
+    <topic>phpbb3 -- multiple issues</topic>
+    <affects>
+      <package>
+	<name>phpbb3</name>
+	<range><lt>3.2.2</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>phpbb developers reports:</p>
+	<blockquote cite="https://wiki.phpbb.com/Release_Highlights/3.2.2">;
+	  <p>Password updater working with PostgreSQL - The cron for updating legacy password hashes was running invalid queries on PostgreSQL.</p>
+	  <p>Deleting orphaned attachments w/ large number of orphaned attachments - Orphaned attachment deletion was improved to be able to delete them when a large number of orphaned attachments exist.</p>
+	  <p>Multiple bugfixes for retrieving image size - Multiple issues with retrieving the image size of JPEGs and temporary files were resolved.</p>
+	  <p>Issues with updating from phpBB 3.0.6 - Inconsistencies in the way parent modules were treated caused issues with updating from older phpBB 3.0 versions.</p>
+	  <p>Forum / topic icon blurriness - Fixed issues with forum and topic icons looking blurry on some browsers.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://wiki.phpbb.com/Release_Highlights/3.2.2</url>;
+    </references>
+    <dates>
+      <discovery>2018-01-07</discovery>
+      <entry>2018-01-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e3445736-fd01-11e7-ac58-b499baebfeaf">
     <topic>MySQL -- multiple vulnerabilities</topic>
     <affects>



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