From owner-svn-ports-head@freebsd.org Fri Sep 9 19:40:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23068BD4A37; Fri, 9 Sep 2016 19:40:52 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 CDA45AFF; Fri, 9 Sep 2016 19:40:51 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u89JepEL036104; Fri, 9 Sep 2016 19:40:51 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u89Jepht036103; Fri, 9 Sep 2016 19:40:51 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201609091940.u89Jepht036103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Fri, 9 Sep 2016 19:40:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421633 - head/net/asterisk13/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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 19:40:52 -0000 Author: brnrd Date: Fri Sep 9 19:40:50 2016 New Revision: 421633 URL: https://svnweb.freebsd.org/changeset/ports/421633 Log: net/asterisk13: Fix broken patch file - Patch was the svn diff to the tree - Convert to a regular patch file PR: 211707 Added: head/net/asterisk13/files/patch-res_res__rtp__asterisk.c - copied, changed from r421632, head/net/asterisk13/files/patch-res-res_rtp_asterisk.c Deleted: head/net/asterisk13/files/patch-res-res_rtp_asterisk.c Copied and modified: head/net/asterisk13/files/patch-res_res__rtp__asterisk.c (from r421632, head/net/asterisk13/files/patch-res-res_rtp_asterisk.c) ============================================================================== --- head/net/asterisk13/files/patch-res-res_rtp_asterisk.c Fri Sep 9 19:31:42 2016 (r421632, copy source) +++ head/net/asterisk13/files/patch-res_res__rtp__asterisk.c Fri Sep 9 19:40:50 2016 (r421633) @@ -1,35 +1,15 @@ -Index: net/asterisk13/files/patch-res_res__rtp__asterisk.c -=================================================================== ---- net/asterisk13/files/patch-res_res__rtp__asterisk.c (revision 0) -+++ net/asterisk13/files/patch-res_res__rtp__asterisk.c (working copy) -@@ -0,0 +1,15 @@ -+$OpenBSD: patch-res_res_rtp_asterisk_c,v 1.1 2016/07/30 21:12:15 sthen Exp $ -+ -+Obtained from OpenBSD cvs -+ -+--- res/res_rtp_asterisk.c.orig 2016-07-21 14:54:02 UTC -++++ res/res_rtp_asterisk.c -+@@ -1357,7 +1357,7 @@ static int ast_rtp_dtls_set_configuratio -+ return 0; -+ } -+ -+-#if OPENSSL_VERSION_NUMBER < 0x10002000L -++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) -+ rtp->ssl_ctx = SSL_CTX_new(DTLSv1_method()); -+ #else -+ rtp->ssl_ctx = SSL_CTX_new(DTLS_method()); +$OpenBSD: patch-res_res_rtp_asterisk_c,v 1.1 2016/07/30 21:12:15 sthen Exp $ -Property changes on: net/asterisk13/files/patch-res_res__rtp__asterisk.c -___________________________________________________________________ -Added: fbsd:nokeywords -## -0,0 +1 ## -+yes -\ No newline at end of property -Added: svn:eol-style -## -0,0 +1 ## -+native -\ No newline at end of property -Added: svn:mime-type -## -0,0 +1 ## -+text/plain -\ No newline at end of property +Obtained from OpenBSD cvs + +--- res/res_rtp_asterisk.c.orig 2016-07-21 14:54:02 UTC ++++ res/res_rtp_asterisk.c +@@ -1357,7 +1357,7 @@ static int ast_rtp_dtls_set_configuratio + return 0; + } + +-#if OPENSSL_VERSION_NUMBER < 0x10002000L ++#if OPENSSL_VERSION_NUMBER < 0x10002000L || defined(LIBRESSL_VERSION_NUMBER) + rtp->ssl_ctx = SSL_CTX_new(DTLSv1_method()); + #else + rtp->ssl_ctx = SSL_CTX_new(DTLS_method());