From 696a4a0bf8e7682ef5bcd34a9229325ba69a841c Mon Sep 17 00:00:00 2001 From: Sergey Simonchik Date: Thu, 27 Sep 2018 22:56:07 +0300 Subject: [PATCH] update pty4j to 0.8.4 and downgrade purejavacomm dependency to 0.0.11.1 Fixes hanging on Linux when reading pty and exception when reading pty on Mac (https://ea.jetbrains.com/browser/ea_problems/126926). https://github.com/JetBrains/pty4j/pull/63 https://github.com/JetBrains/pty4j/pull/61 --- .idea/libraries/pty4j.xml | 6 +++--- .idea/libraries/purejavacomm.xml | 6 +++--- .../intellij/build/CommunityLibraryLicenses.groovy | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.idea/libraries/pty4j.xml b/.idea/libraries/pty4j.xml index 7c6d05555673..b47e771e3700 100644 --- a/.idea/libraries/pty4j.xml +++ b/.idea/libraries/pty4j.xml @@ -1,12 +1,12 @@ - + - + - + \ No newline at end of file diff --git a/.idea/libraries/purejavacomm.xml b/.idea/libraries/purejavacomm.xml index a7291b63e48e..07752feef813 100644 --- a/.idea/libraries/purejavacomm.xml +++ b/.idea/libraries/purejavacomm.xml @@ -1,12 +1,12 @@ - + - + - + \ No newline at end of file diff --git a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy index ec0920180d1f..a205c6b315ca 100644 --- a/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy +++ b/platform/build-scripts/groovy/org/jetbrains/intellij/build/CommunityLibraryLicenses.groovy @@ -374,9 +374,9 @@ class CommunityLibraryLicenses { new LibraryLicense(name: "Proxy Vole", libraryName: "proxy-vole", version: "1.0.5", license: "Apache 2.0", url: "https://github.com/MarkusBernhardt/proxy-vole", licenseUrl: "https://github.com/MarkusBernhardt/proxy-vole/blob/master/LICENSE.md"), - new LibraryLicense(name: "pty4j", libraryName: "pty4j", version: "0.7.9", license: "Eclipse Public License v1.0", + new LibraryLicense(name: "pty4j", libraryName: "pty4j", version: "0.8.4", license: "Eclipse Public License v1.0", url: "https://github.com/JetBrains/pty4j"), - new LibraryLicense(name: "PureJavaComm", libraryName: "purejavacomm", version: "1.0.2.RELEASE", license: "BSD", + new LibraryLicense(name: "PureJavaComm", libraryName: "purejavacomm", version: "0.0.11.1", license: "BSD", url: "https://github.com/nyholku/purejavacomm"), new LibraryLicense(name: "pycodestyle.py", attachedTo: "intellij.python.helpers", version: "2.3.1", license: "MIT", url: "http://pycodestyle.readthedocs.io/"),