From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EF1A138334 for ; Thu, 8 Aug 2019 07:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7989BE0805; Thu, 8 Aug 2019 07:21:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F252E0805 for ; Thu, 8 Aug 2019 07:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7EBD349601 for ; Thu, 8 Aug 2019 07:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1343173C for ; Thu, 8 Aug 2019 07:21:54 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1565248908.38b2e8b50442fbce04415a9654cf7c66a62a125c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/crystal/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-network-sandbox.patch dev-lang/crystal/files/crystal-0.25.0-verbose.patch dev-lang/crystal/files/crystal-0.26.0-gentoo-tests-network-sandbox-2.patch X-VCS-Directories: dev-lang/crystal/files/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 38b2e8b50442fbce04415a9654cf7c66a62a125c X-VCS-Branch: master Date: Thu, 8 Aug 2019 07:21:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00a71a2f-492c-4147-91d8-190a0df8dca1 X-Archives-Hash: 76e221ca8bf68a9335bf24947144a36b commit: 38b2e8b50442fbce04415a9654cf7c66a62a125c Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Aug 6 16:40:37 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 8 07:21:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b2e8b5 dev-lang/crystal: remove unused patches Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12623 Signed-off-by: Sergei Trofimovich gentoo.org> ...ystal-0.24.2-gentoo-tests-network-sandbox.patch | 33 ---------------------- .../crystal/files/crystal-0.25.0-verbose.patch | 9 ------ ...tal-0.26.0-gentoo-tests-network-sandbox-2.patch | 23 --------------- 3 files changed, 65 deletions(-) diff --git a/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-network-sandbox.patch b/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-network-sandbox.patch deleted file mode 100644 index 12565c1d839..00000000000 --- a/dev-lang/crystal/files/crystal-0.24.2-gentoo-tests-network-sandbox.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff --git a/spec/std/socket_spec.cr b/spec/std/socket_spec.cr -index 0caa51a..f21b3b3 100644 ---- a/spec/std/socket_spec.cr -+++ b/spec/std/socket_spec.cr -@@ -537,13 +537,15 @@ describe TCPSocket do - end - end - -- it "fails when host doesn't exist" do -+ # gentoo's FEATURES=network-sandbox blocks DNS -+ pending "fails when host doesn't exist" do - expect_raises(Socket::Error, /No address/i) do - TCPSocket.new("doesnotexist.example.org.", 12345) - end - end - -- it "fails (rather than segfault on darwin) when host doesn't exist and port is 0" do -+ # gentoo's FEATURES=network-sandbox blocks DNS -+ pending "fails (rather than segfault on darwin) when host doesn't exist and port is 0" do - expect_raises(Socket::Error, /No address/i) do - TCPSocket.new("doesnotexist.example.org.", 0) - end -@@ -634,7 +636,9 @@ describe UDPSocket do - client.close - end - -- it "broadcasts messages" do -+ # gentoo's FEATURES=network-sandbox blocks external network: -+ # connect: Network is unreachable -+ pending "broadcasts messages" do - port = free_udp_socket_port - - client = UDPSocket.new(Socket::Family::INET) diff --git a/dev-lang/crystal/files/crystal-0.25.0-verbose.patch b/dev-lang/crystal/files/crystal-0.25.0-verbose.patch deleted file mode 100644 index c26e12335e6..00000000000 --- a/dev-lang/crystal/files/crystal-0.25.0-verbose.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff --git a/Makefile b/Makefile -index 63a9687..995299f 100644 ---- a/Makefile -+++ b/Makefile -@@ -29,3 +29,3 @@ SOURCES := $(shell find src -name '*.cr') - SPEC_SOURCES := $(shell find spec -name '*.cr') --override FLAGS += $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(static),--static )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" ) -+override FLAGS += $(if $(release),--release )$(if $(stats),--stats )$(if $(progress),--progress )$(if $(threads),--threads $(threads) )$(if $(debug),-d )$(if $(static),--static )$(if $(LDFLAGS),--link-flags="$(LDFLAGS)" )$(if $(verbose),--verbose ) - SPEC_FLAGS := $(if $(verbose),-v )$(if $(junit_output),--junit_output $(junit_output) ) diff --git a/dev-lang/crystal/files/crystal-0.26.0-gentoo-tests-network-sandbox-2.patch b/dev-lang/crystal/files/crystal-0.26.0-gentoo-tests-network-sandbox-2.patch deleted file mode 100644 index bfe23f9ade8..00000000000 --- a/dev-lang/crystal/files/crystal-0.26.0-gentoo-tests-network-sandbox-2.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/spec/std/http/server/server_spec.cr -+++ b/spec/std/http/server/server_spec.cr -@@ -381,7 +381,9 @@ module HTTP - end - - describe "#bind_ssl" do -- it "binds SSL server context" do -+ # gentoo's FEATURES=network-sandbox blocks external network: -+ # connect: Connection timed out (Errno) -+ pending "binds SSL server context" do - server = Server.new do |context| - context.response.puts "Test Server (#{context.request.headers["Host"]?})" - context.response.close ---- a/spec/std/http/web_socket_spec.cr -+++ b/spec/std/http/web_socket_spec.cr -@@ -335,4 +335,6 @@ describe HTTP::WebSocket do - end - -- it "negotiates over HTTPS correctly" do -+ # gentoo's FEATURES=network-sandbox blocks external network: -+ # connect: Connection timed out (Errno) -+ pending "negotiates over HTTPS correctly" do - address_chan = Channel(Socket::IPAddress).new