Package: sslsniff / 0.8+git20111017-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| sslsniff | 0.8+git20111017-1 | 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 ! |
fix-compatibility-with-boost-1.48 =================================================================== |
| 02 fix compatibility with gcc49.patch | (download) |
SSLConnectionManager.cpp |
20 10 + 10 - 0 ! |
fix-compatibility-with-gcc49 |
| Add missing libraries at link time.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
add missing libraries at link time Without this you can get this error: g++ -ggdb -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -lssl -lboost_filesystem -lpthread -lboost_thread -llog4cpp -Wl,-z,relro -o sslsniff SSLConnectionManager.o Destination.o FirefoxUpdater.o Logger.o SessionCache.o SSLBridge.o HTTPSBridge.o sslsniff.o FingerprintManager.o AuthorityCertificateManager.o TargetedCertificateManager.o CertificateManager.o HttpBridge.o HttpConnectionManager.o HttpHeaders.o UpdateManager.o OCSPDenier.o FirefoxAddonUpdater.o /usr/bin/ld: AuthorityCertificateManager.o: undefined reference to symbol 'X509_gmtime_adj@@OPENSSL_1.0.2d' //lib/x86_64-linux-gnu/libcrypto.so.1.0.2: error adding symbols: DSO missing from command line |
| Fix OpenSSL 1.1 FTBFS.patch | (download) |
SessionCache.cpp |
8 5 + 3 - 0 ! |
fix build with openssl 1.1 Those changes are not backwards compatible, the code will not build with OpenSSL 1.0. |
| boost 1.67.patch | (download) |
SSLBridge.cpp |
8 4 + 4 - 0 ! |
fix build with boost 1.67 |
| Fix FTBFS with Boost 1.71.patch | (download) |
RawBridge.hpp |
21 21 + 0 - 0 ! |
fix ftbfs with boost 1.71. |
| fix_FTBFS_boost174.patch | (download) |
RawBridge.hpp |
21 19 + 2 - 0 ! |
fix ftbfs against boost_1.74 |
