Package: sslsniff / 0.8-4.2

Metadata

Package Version Patches format
sslsniff 0.8-4.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix compatibility with boost 1.48.patch | (download)

SSLConnectionManager.cpp | 6 3 + 3 - 0 !
http/HttpConnectionManager.cpp | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

---
02 fix compatibility with gcc49.patch | (download)

SSLConnectionManager.cpp | 20 10 + 10 - 0 !
1 file changed, 10 insertions(+), 10 deletions(-)

 fix failure to build with gcc 4.9
 gcc-4.9 doesn't like the conflict between two variables named
 "error", so rename one of them to avoid the conflict.