From owner-svn-ports-all@FreeBSD.ORG Sat Aug 23 19:07:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06FBB563; Sat, 23 Aug 2014 19:07:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CC4B53326; Sat, 23 Aug 2014 19:07:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7NJ70Ik087802; Sat, 23 Aug 2014 19:07:00 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7NJ70Z0087789; Sat, 23 Aug 2014 19:07:00 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201408231907.s7NJ70Z0087789@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 23 Aug 2014 19:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365775 - in head/net-p2p/uhub: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2014 19:07:01 -0000 Author: wg Date: Sat Aug 23 19:06:59 2014 New Revision: 365775 URL: http://svnweb.freebsd.org/changeset/ports/365775 QAT: https://qat.redports.org/buildarchive/r365775/ Log: net-p2p/uhub: update to 0.5.0 PR: 192805 Submitted by: tkato432 yahoo com Added: head/net-p2p/uhub/files/patch-src__network__openssl.c (contents, props changed) Modified: head/net-p2p/uhub/Makefile head/net-p2p/uhub/distinfo head/net-p2p/uhub/pkg-plist Modified: head/net-p2p/uhub/Makefile ============================================================================== --- head/net-p2p/uhub/Makefile Sat Aug 23 19:02:54 2014 (r365774) +++ head/net-p2p/uhub/Makefile Sat Aug 23 19:06:59 2014 (r365775) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= uhub -PORTVERSION= 0.4.1 +PORTVERSION= 0.5.0 DISTVERSIONSUFFIX= -src CATEGORIES= net-p2p MASTER_SITES= http://www.extatic.org/downloads/uhub/ Modified: head/net-p2p/uhub/distinfo ============================================================================== --- head/net-p2p/uhub/distinfo Sat Aug 23 19:02:54 2014 (r365774) +++ head/net-p2p/uhub/distinfo Sat Aug 23 19:06:59 2014 (r365775) @@ -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 Added: head/net-p2p/uhub/files/patch-src__network__openssl.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/uhub/files/patch-src__network__openssl.c Sat Aug 23 19:06:59 2014 (r365775) @@ -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; Modified: head/net-p2p/uhub/pkg-plist ============================================================================== --- head/net-p2p/uhub/pkg-plist Sat Aug 23 19:02:54 2014 (r365774) +++ head/net-p2p/uhub/pkg-plist Sat Aug 23 19:06:59 2014 (r365775) @@ -11,6 +11,7 @@ bin/uhub 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