FreeBSD Bugzilla – Attachment 145980 Details for
Bug 192805
net-p2p/uhub: Update to version 0.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
net-p2p_uhub.diff
net-p2p_uhub.diff (text/plain), 2.06 KB, created by
tkato432
on 2014-08-18 18:41:04 UTC
(
hide
)
Description:
net-p2p_uhub.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2014-08-18 18:41:04 UTC
Size:
2.06 KB
patch
obsolete
>diff -urN /usr/ports/net-p2p/uhub/Makefile net-p2p/uhub/Makefile >--- /usr/ports/net-p2p/uhub/Makefile 2014-07-31 00:38:45.000000000 +0900 >+++ net-p2p/uhub/Makefile 2014-09-19 00:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/net-p2p/uhub/Makefile 363487 2014-07-30 15:32:51Z wg $ > > PORTNAME= uhub >-PORTVERSION= 0.4.1 >+PORTVERSION= 0.5.0 > DISTVERSIONSUFFIX= -src > CATEGORIES= net-p2p > MASTER_SITES= http://www.extatic.org/downloads/uhub/ >diff -urN /usr/ports/net-p2p/uhub/distinfo net-p2p/uhub/distinfo >--- /usr/ports/net-p2p/uhub/distinfo 2014-07-31 00:38:45.000000000 +0900 >+++ net-p2p/uhub/distinfo 2014-09-19 00:00:00.000000000 +0900 >@@ -1,2 +1,2 @@ >-SHA256 (uhub-0.4.1-src.tar.gz) = c2985e4136b2c8e43ddfe10f28545162e94a8ec93d107dd7254478edc79a2eee >-SIZE (uhub-0.4.1-src.tar.gz) = 203394 >+SHA256 (uhub-0.5.0-src.tar.gz) = e649a3a3b462f5202b7ac815cf87ac9a1848dc3ec4af908bd097f913783c0e55 >+SIZE (uhub-0.5.0-src.tar.gz) = 217092 >diff -urN /usr/ports/net-p2p/uhub/files/patch-src__network__openssl.c net-p2p/uhub/files/patch-src__network__openssl.c >--- /usr/ports/net-p2p/uhub/files/patch-src__network__openssl.c 1970-01-01 09:00:00.000000000 +0900 >+++ net-p2p/uhub/files/patch-src__network__openssl.c 2014-09-19 00:00:00.000000000 +0900 >@@ -0,0 +1,15 @@ >+--- src/network/openssl.c.orig >++++ src/network/openssl.c >+@@ -106,10 +106,12 @@ >+ >+ if (!strcmp(tls_version, "1.0")) >+ return TLSv1_method(); >++#if OPENSSL_VERSION_NUMBER >= 0x1000100fL >+ if (!strcmp(tls_version, "1.1")) >+ return TLSv1_1_method(); >+ if (!strcmp(tls_version, "1.2")) >+ return TLSv1_2_method(); >++#endif >+ >+ LOG_ERROR("Unable to recognize tls_version."); >+ return 0; >diff -urN /usr/ports/net-p2p/uhub/pkg-plist net-p2p/uhub/pkg-plist >--- /usr/ports/net-p2p/uhub/pkg-plist 2014-07-31 00:38:45.000000000 +0900 >+++ net-p2p/uhub/pkg-plist 2014-09-19 00:00:00.000000000 +0900 >@@ -11,6 +11,7 @@ > lib/uhub/mod_auth_simple.so > %%SQLITE%%lib/uhub/mod_auth_sqlite.so > lib/uhub/mod_chat_history.so >+%%SQLITE%%lib/uhub/mod_chat_history_sqlite.so > lib/uhub/mod_chat_only.so > lib/uhub/mod_example.so > lib/uhub/mod_logging.so
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 192805
: 145980