diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-17 21:34:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-17 21:34:42 +0000 |
commit | ecf37caff985ebb12603630564984a78deee182e (patch) | |
tree | 24b69cfe3086cafda802c104d07655333f43465b /debian | |
parent | 43be4c519e809f223f4440591848031f37355b3e (diff) | |
download | ikiwiki-ecf37caff985ebb12603630564984a78deee182e.tar ikiwiki-ecf37caff985ebb12603630564984a78deee182e.tar.gz |
* Avoid potential syslog format string issue, although only older versions
of perl are vulnerable and it is not known to really be exploitable from
ikiwiki.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2c7ded1fa..ee88086ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,11 @@ ikiwiki (1.43) UNRELEASED; urgency=low * Add a prettydate plugin that formats dates in a more readable fashion. (I had to get a pretty date somehow today..) * Updated Czech translation. + * Avoid potential syslog format string issue, although only older versions + of perl are vulnerable and it is not known to really be exploitable from + ikiwiki. - -- Joey Hess <joeyh@debian.org> Sat, 17 Feb 2007 14:02:32 -0500 + -- Joey Hess <joeyh@debian.org> Sat, 17 Feb 2007 16:32:35 -0500 ikiwiki (1.42) unstable; urgency=low |