Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] backporting and building?
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Sun, 7 Jun 2020 14:44:40 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=bR0goSj8nw6jM6vgnt7sM+af3JI//vkG0rFqrRmIja4=; b=VFRWq3N9y2+rAvN0+4paDPi0hE0t+KpaEFalXbtrTBQLcPuwxIYSVt/OEp4erTnaXwczJ5pGlONh1t0N91pFD72Z1+DFHQorUMlMT8I1dA1lPMVIQYzA8aV3Tx91hxOvvxpTwz/+Rbx/k9xSPfcrpvoIdBZGcC/6yGHhxCHusnn8ARz5GKzZ/lAsfjV74+iLdnh0rWUfByd12Zis21r+iO6XZUKUewlGdlDvs5ChMxkIxztRycA1IrYnwknakIORfkDBOjVmvAs8WIrl7fBWI8NID9jMNjQ5EBgg2Ls1Jz8oPa+KTRgtuBkwDbYS3FUFQSol2bmuEFeaEOVL1cPQqg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=U5jQYW13oI9vv5gZXzbtsN+PY+ztpbl6UDOoyGDtre+fftH4Iy2UGr1AgBUBzWwUR/EP+fBgou4QnG24afT3KS5YvCUrHm8fRJnX9bOqVoljcNkm8RoZGwzMrgX4sFhNtjBi5t3msC+uAKn44na8QBxsP/TKR8vX/yBiDeLMzyd6fS98edYmMcVqWjiLg/6KM5eG3cMGMK+iD4l/FJ9KXCZxZ7Gq4kLoAacUiaqJxRGfXRQXr++7bBMJmquP/L9YNTezD/o2MY29MmR+7pXA1WH21Tpk7KjiHWTTNvHZtz9DwmvGAEfrC9PhaMW0PKkkS93cqsamBvJmG4tunpEJ8g==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • Ironport-sdr: 0LCBE5Q/gFLpCL+hfF+234C5RDgc68LducLPRDuaF3rxI7Zg6xoy1RgeNgnbyEgX+fQuH9IXUO /ZTsGJnvyaPw==
  • Ironport-sdr: IeGkYKRGFH4+R7/HZDOjT3e9U0OUFD6Jrlj/NZXypzE/myHQrKTVghp/9IqIbsnqpV8C/GMVNI A4lN8/Oxv1NQ==
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWPNoslEp+mXOgnk+sehRYZy58kg==
  • Thread-topic: [platform-dev] backporting and building?
  • User-agent: Microsoft-MacOutlook/16.37.20051002

Hi Dani-

 

Thanks for responding.

Yes, updating to Ant 1.10.8 mitigates https://nvd.nist.gov/vuln/detail/CVE-2020-1945, which is what I need to do.

 

Tony Homer

 

From: <platform-dev-bounces@xxxxxxxxxxx> on behalf of Daniel Megert <daniel_megert@xxxxxxxxxx>
Reply-To: "Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
Date: Sunday, June 7, 2020 at 1:23 AM
To: "Eclipse platform general developers list." <platform-dev@xxxxxxxxxxx>
Subject: Re: [platform-dev] backporting and building?

 

Hi Tony

That commit only changes the Ant version in a test class. Is this really what you want to backport?

Dani



From:        "Homer, Tony" <tony.homer@xxxxxxxxx>
To:        "platform-dev@xxxxxxxxxxx" <platform-dev@xxxxxxxxxxx>
Date:        06.06.2020 22:51
Subject:        [EXTERNAL] [platform-dev] backporting and building?
Sent by:        platform-dev-bounces@xxxxxxxxxxx


 

I have an RCP product that is currently building against 4.15 and due to release timing I cannot update to 4.16 until after the current release cycle.

 

I’d like to backport this fix to 4.15:

https://git.eclipse.org/c/platform/eclipse.platform.git/commit/?id=4a27c8ad20b921af8df9731037aa756d70d6875f

 

Applying the patch is no problem, but I’ve never built platform before.

I’m not sure if I need to check out all the repos or can just checkout one of them.

I’m not sure what build command to use.

 

I looked for instructions, but there are none listed on the developer resources page:

https://projects.eclipse.org/projects/eclipse.platform/developer

 

I also looked at ci and it helped with the build command, but I couldn’t work out what I need to do to setup my environment:

https://ci.eclipse.org/linuxtools/job/linuxtools-master/142/console

 

Is there a doc that explains which repos to checkout and what build command to use?

 

Thanks!

Tony Homer_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev




Back to the top