FreeBSD Bugzilla – Attachment 119829 Details for
Bug 162505
net-im/libmsn: update to version 4.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libmsn-4.2.patch
libmsn-4.2.patch (text/plain), 1.84 KB, created by
Raphael Kubo da Costa
on 2011-11-12 18:10:05 UTC
(
hide
)
Description:
libmsn-4.2.patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2011-11-12 18:10:05 UTC
Size:
1.84 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/net-im/libmsn/Makefile,v >retrieving revision 1.20 >diff -u -u -r1.20 Makefile >--- Makefile 13 May 2010 12:35:05 -0000 1.20 >+++ Makefile 12 Nov 2011 18:06:46 -0000 >@@ -7,7 +7,7 @@ > # > > PORTNAME= libmsn >-DISTVERSION= 4.1 >+DISTVERSION= 4.2 > CATEGORIES= net-im > MASTER_SITES= SF > >Index: distinfo >=================================================================== >RCS file: /home/pcvs/ports/net-im/libmsn/distinfo,v >retrieving revision 1.10 >diff -u -u -r1.10 distinfo >--- distinfo 20 Mar 2011 12:53:29 -0000 1.10 >+++ distinfo 12 Nov 2011 18:06:46 -0000 >@@ -1,2 +1,2 @@ >-SHA256 (libmsn-4.1.tar.bz2) = ddf1575e26af5760ede1072f6d4e2057a9532118e9bd7692898a60dbe21b6c5c >-SIZE (libmsn-4.1.tar.bz2) = 289614 >+SHA256 (libmsn-4.2.tar.bz2) = 35ff28105fb13283da695d9d697727de7d6b23f5180b555795a69ea289b4fc23 >+SIZE (libmsn-4.2.tar.bz2) = 316610 >Index: files/patch-msntest__msntest.cpp >=================================================================== >RCS file: files/patch-msntest__msntest.cpp >diff -N files/patch-msntest__msntest.cpp >--- files/patch-msntest__msntest.cpp 13 May 2010 12:35:05 -0000 1.1 >+++ /dev/null 1 Jan 1970 00:00:00 -0000 >@@ -1,17 +0,0 @@ >---- msntest/msntest.cpp 2010/01/22 12:45:14 119 >-+++ msntest/msntest.cpp 2010/05/03 19:33:50 120 >-@@ -259,7 +259,13 @@ >- if(mySocketsSsl[i].isSSL && !mySocketsSsl[i].isConnected) >- { >- BIO *bio_socket_new; >-- SSL_METHOD *meth=NULL; >-+ >-+#if OPENSSL_VERSION_NUMBER >= 0x10000000L >-+ const SSL_METHOD *meth=NULL; >-+#else >-+ SSL_METHOD *meth=NULL; >-+#endif >-+ >- meth=SSLv23_client_method(); >- SSLeay_add_ssl_algorithms(); >- mySocketsSsl[i].ctx = SSL_CTX_new(meth);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 162505
: 119829