diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-06-11 20:44:34 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-06-11 20:44:34 +0000 |
commit | ba50b420f758f5b2f16819eda12ef7cb56a53afe (patch) | |
tree | efabb7529415648c98c379ea8ce71871cc2a2bd9 /net-p2p/libtorrent-rasterbar/files/patch-libressl | |
parent | Add USES+=iconv to fix linker issues on FreeBSD 10 amd64 poudriere jail. (diff) |
- Update libtorrent-rasterbar to 1.0.4
- Update qbittorrent 3.2.0
- Use Github masterisite for qbittorrent
- Remove STRIP option, it's the default, and can be inhibited with
the DEBUG option
- Pet some portlint warnings
PR: 200108
Submitted by: yuri at rawbw.com
Diffstat (limited to 'net-p2p/libtorrent-rasterbar/files/patch-libressl')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/files/patch-libressl | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-p2p/libtorrent-rasterbar/files/patch-libressl b/net-p2p/libtorrent-rasterbar/files/patch-libressl deleted file mode 100644 index 88072dd79414..000000000000 --- a/net-p2p/libtorrent-rasterbar/files/patch-libressl +++ /dev/null @@ -1,38 +0,0 @@ ---- src/torrent.cpp (revision 10629) -+++ src/torrent.cpp (revision 10630) -@@ -82,6 +82,7 @@ - #ifdef TORRENT_USE_OPENSSL - #include "libtorrent/ssl_stream.hpp" - #include <boost/asio/ssl/context.hpp> -+#include <openssl/rand.h> - #if BOOST_VERSION >= 104700 - #include <boost/asio/ssl/verify_context.hpp> - #endif // BOOST_VERSION -Index: src/peer_connection.cpp -=================================================================== ---- src/peer_connection.cpp (revision 10629) -+++ src/peer_connection.cpp (revision 10630) -@@ -65,6 +65,10 @@ - #include <set> - #endif - -+#ifdef TORRENT_USE_OPENSSL -+#include <openssl/rand.h> -+#endif -+ - //#define TORRENT_CORRUPT_DATA - - using boost::shared_ptr; -Index: src/session_impl.cpp -=================================================================== ---- src/session_impl.cpp (revision 10629) -+++ src/session_impl.cpp (revision 10630) -@@ -149,6 +149,7 @@ - #ifdef TORRENT_USE_OPENSSL - - #include <openssl/crypto.h> -+#include <openssl/rand.h> - - namespace - { - |