diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-20 14:17:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-20 14:17:55 +0000 |
commit | 0962765f4a692aa34f2f050de21153dba4e9cf83 (patch) | |
tree | a5dd5817e98c8bb33274464039f0bead5478c118 /net-p2p/ctorrent/files | |
parent | Version bump. Fixes bug #137536 and bug #142024. (diff) | |
download | gentoo-2-0962765f4a692aa34f2f050de21153dba4e9cf83.tar.gz gentoo-2-0962765f4a692aa34f2f050de21153dba4e9cf83.tar.bz2 gentoo-2-0962765f4a692aa34f2f050de21153dba4e9cf83.zip |
Drop old && fix bug 162640 as-needed, thanks to TGL <degrenier at easyconnect dot fr> for the patch and zzam for testing
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-p2p/ctorrent/files')
-rw-r--r-- | net-p2p/ctorrent/files/as-needed.patch | 28 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r2 | 6 |
2 files changed, 28 insertions, 6 deletions
diff --git a/net-p2p/ctorrent/files/as-needed.patch b/net-p2p/ctorrent/files/as-needed.patch new file mode 100644 index 000000000000..cc43be0b68b5 --- /dev/null +++ b/net-p2p/ctorrent/files/as-needed.patch @@ -0,0 +1,28 @@ +--- btcontent.cpp.orig 2007-01-19 00:12:24.000000000 +0100 ++++ btcontent.cpp 2007-01-19 00:12:35.000000000 +0100 +@@ -9,9 +9,9 @@ + #else + #include <unistd.h> + #include <sys/param.h> +-#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) || defined(HAVE_LIBCRYPTO) ++#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) + #include <sha.h> +-#elif defined(HAVE_LIBSSL) ++#elif defined(HAVE_LIBSSL) || defined(HAVE_LIBCRYPTO) + #include <openssl/sha.h> + #endif + #endif +--- btfiles.cpp.orig 2007-01-19 00:17:04.000000000 +0100 ++++ btfiles.cpp 2007-01-19 00:17:18.000000000 +0100 +@@ -8,9 +8,9 @@ + #include <unistd.h> + #include <dirent.h> + #include <sys/param.h> +-#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) || defined(HAVE_LIBCRYPTO) ++#if defined(HAVE_LIBCRYPT) || defined(HAVE_LIBMD) + #include <sha.h> +-#elif defined(HAVE_LIBSSL) ++#elif defined(HAVE_LIBSSL) || defined(HAVE_LIBCRYPTO) + #include <openssl/sha.h> + #endif + #endif diff --git a/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r2 b/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r2 deleted file mode 100644 index b994b3b51366..000000000000 --- a/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 823010ec78215d476537c9eba9381cdd ctorrent-1.3.4.tar.bz2 87333 -RMD160 0cf6a89e8e29a1c3fad087e1c666941c6ecd73b9 ctorrent-1.3.4.tar.bz2 87333 -SHA256 7e2ef5d0656ac23cecd03374d9b00291a55b274c972adfe94d6f41ae3ba60c73 ctorrent-1.3.4.tar.bz2 87333 -MD5 319c7202281a87dc3a9e68f99b50741f patchset-ctorrent-1.3.4-dnh1.diff 74172 -RMD160 b1039a2cf7f9986cdfc23245f9a4407a52257f99 patchset-ctorrent-1.3.4-dnh1.diff 74172 -SHA256 720e3ac7b296e46ccaf9eea569b31f8055029754dbc1bc47660cbdacb59639e9 patchset-ctorrent-1.3.4-dnh1.diff 74172 |