diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-01-12 23:46:18 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-01-12 23:46:18 +0100 |
commit | 52b22cea95a1ba506ee633c1610bf241817ab529 (patch) | |
tree | bf7cc32b2e7b0a9e2f4f1835e20e6eada2a5e88e /debian/changelog | |
parent | e3d26885659348e897774ea6f08f296f4b900781 (diff) |
* methods/https.cc:
- fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 61b551cc9..81f741d03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,8 +22,10 @@ apt (0.8.11+wheezy) unstable; urgency=low are real files to avoid endless loops if not (Closes: #604401) * apt-pkg/contrib/weakptr.h: - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6 + * methods/https.cc: + - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled - -- David Kalnischkies <kalnischkies@gmail.com> Wed, 12 Jan 2011 17:14:14 +0100 + -- David Kalnischkies <kalnischkies@gmail.com> Wed, 12 Jan 2011 23:46:08 +0100 apt (0.8.10) unstable; urgency=low |