diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2018-01-25 09:54:34 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2018-01-25 09:54:34 +0000 |
commit | ef734478ff524c4ff1d5c8f3781061bc5a42b3eb (patch) | |
tree | 12679be7bc6fd3ac79036d84dd657507a75a2cc5 | |
parent | Update Standards-Version to 4.1.3 (diff) | |
download | w3m-ef734478ff524c4ff1d5c8f3781061bc5a42b3eb.tar.gz w3m-ef734478ff524c4ff1d5c8f3781061bc5a42b3eb.zip |
Debian release 0.5.3-36debian/0.5.3-36
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index afb72c9..f32defe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +w3m (0.5.3-36) unstable; urgency=medium + + * Update 020_debian.patch to v0.5.3+git20180125. + - Fix stack overflow with malformed text [CVE-2018-6196] + - Fix null deref with malformed text [CVE-2018-6197] + - Fix /tmp file races only when ~/.w3m is unwritable [CVE-2018-6198] + (closes: #888097) + - Suppress error messages when ~/.w3m is unwritable (closes: #871425) + - Extend ssl_forbid_method to disable TLSv1.1 (closes: #874218) + - Typo fix in --help message (closes: #878106) + * Drop 030_fix_spelling_error.patch (merged in 020_debian.patch) + * Don't use deprecated autotools-dev tools + * Migrate from anonscm.debian.org to salsa.debian.org + * Update debian/copyright + * Update Standards-Version to 4.1.3 + + -- Tatsuya Kinoshita <tats@debian.org> Thu, 25 Jan 2018 18:53:30 +0900 + w3m (0.5.3-35) unstable; urgency=medium [ HIGUCHI Daisuke (VDR dai) ] |