From owner-svn-ports-head@freebsd.org Tue Jul 30 23:36:24 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 29CD3AFEF9; Tue, 30 Jul 2019 23:36:24 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B30185E12; Tue, 30 Jul 2019 23:36:24 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D39D220A84; Tue, 30 Jul 2019 23:36:23 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6UNaNdi053219; Tue, 30 Jul 2019 23:36:23 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6UNaN0n053217; Tue, 30 Jul 2019 23:36:23 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201907302336.x6UNaN0n053217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Tue, 30 Jul 2019 23:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507684 - in head/net-p2p/libtorrent: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/net-p2p/libtorrent: . files X-SVN-Commit-Revision: 507684 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0B30185E12 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.97)[-0.972,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 30 Jul 2019 23:36:24 -0000 Author: dbaio Date: Tue Jul 30 23:36:22 2019 New Revision: 507684 URL: https://svnweb.freebsd.org/changeset/ports/507684 Log: net-p2p/libtorrent: Update to 0.13.8 Patches removed were incorporated upstream. Reported by: tj@mrsk.me (email) Deleted: head/net-p2p/libtorrent/files/patch-openssl-1.1.x head/net-p2p/libtorrent/files/patch-socket-issue Modified: head/net-p2p/libtorrent/Makefile head/net-p2p/libtorrent/distinfo head/net-p2p/libtorrent/pkg-plist Modified: head/net-p2p/libtorrent/Makefile ============================================================================== --- head/net-p2p/libtorrent/Makefile Tue Jul 30 23:17:10 2019 (r507683) +++ head/net-p2p/libtorrent/Makefile Tue Jul 30 23:36:22 2019 (r507684) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= libtorrent -PORTVERSION= 0.13.7 -PORTREVISION= 4 +PORTVERSION= 0.13.8 CATEGORIES= net-p2p MASTER_SITES= https://rtorrent.net/downloads/ @@ -13,6 +12,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lang libtool localbase:ldflags pathfix pkgconfig ssl + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug CONFIGURE_ENV= OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" OPENSSL_CFLAGS="-I\ @@ -40,6 +40,6 @@ CONFIGURE_ARGS+=--disable-instrumentation .endif post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtorrent.so.20.0.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtorrent.so.21.0.0 .include Modified: head/net-p2p/libtorrent/distinfo ============================================================================== --- head/net-p2p/libtorrent/distinfo Tue Jul 30 23:17:10 2019 (r507683) +++ head/net-p2p/libtorrent/distinfo Tue Jul 30 23:36:22 2019 (r507684) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529447240 -SHA256 (libtorrent-0.13.7.tar.gz) = c738f60f4d7b6879cd2745fb4310bf24c9287219c1fd619706a9d5499ca7ecc1 -SIZE (libtorrent-0.13.7.tar.gz) = 782854 +TIMESTAMP = 1564447515 +SHA256 (libtorrent-0.13.8.tar.gz) = ed115a28f4ae8cfcd33b94a597c076ca74fd549867a26e4fac9505c27288e983 +SIZE (libtorrent-0.13.8.tar.gz) = 834027 Modified: head/net-p2p/libtorrent/pkg-plist ============================================================================== --- head/net-p2p/libtorrent/pkg-plist Tue Jul 30 23:17:10 2019 (r507683) +++ head/net-p2p/libtorrent/pkg-plist Tue Jul 30 23:36:22 2019 (r507684) @@ -63,6 +63,6 @@ include/torrent/utils/thread_base.h include/torrent/utils/thread_interrupt.h include/torrent/utils/uri_parser.h lib/libtorrent.so -lib/libtorrent.so.20 -lib/libtorrent.so.20.0.0 +lib/libtorrent.so.21 +lib/libtorrent.so.21.0.0 libdata/pkgconfig/libtorrent.pc