Re: Nightly build #339 for cordova has succeeded!

2017-05-09 Thread Shazron
We are also publishing these nightlies now: cordova-common cordova-fetch cordova-create Consequently, the cordova-cli nightly will use nightlies of all its dependent libraries (includes the above): https://libraries.io/npm/cordova https://libraries.io/npm/cordova-lib Thus from

Nightly build #339 for cordova has succeeded!

2017-05-09 Thread Apache Jenkins Server
Nightly build #339 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/339/consoleFull - Jenkins for Apache Cordova

[VOTE] Tools release (attempt 2)

2017-05-09 Thread Steven Gill
Please review and vote on this Tools Release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-12769 Tools have been published to dist/dev:https://dist.apache.org/repos/dist/dev/cordova/CB-12769/ The packages were

[GitHub] cordova-lib pull request #553: CB-12773: fixed incorrect plugin version fetc...

2017-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/553 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: [Vote] Tools Release

2017-05-09 Thread Steven Gill
This vote has failed! I'll send a new one out shortly On Mon, May 8, 2017 at 3:34 PM, Steven Gill wrote: > Please review and vote on this Tools Release > by replying to this email (and keep discussion on the DISCUSS thread) > > Release issue:

Re: [DISCUSS] cordova 7.0.1 release

2017-05-09 Thread Steven Gill
I'm going to stop the vote and restart it after I include https://github.com/apache/cordova-lib/pull/553. I think it is pretty important this gets released. On Thu, May 4, 2017 at 7:42 PM, Steven Gill wrote: > No time to celebrate here :P > > Need to do a

[GitHub] cordova-lib issue #553: CB-12773: fixed incorrect plugin version fetching is...

2017-05-09 Thread codecov-io
Github user codecov-io commented on the issue: https://github.com/apache/cordova-lib/pull/553 # [Codecov](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr=h1) Report > Merging [#553](https://codecov.io/gh/apache/cordova-lib/pull/553?src=pr=desc) into

[GitHub] cordova-lib pull request #553: CB-12773: fixed incorrect plugin version fetc...

2017-05-09 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-lib/pull/553 CB-12773: fixed incorrect plugin version fetching issue ### Platforms affected ### What does this PR do? ### What testing has been done on this change?

[GitHub] cordova-plugin-geolocation pull request #87: Update CDVLocation.m

2017-05-09 Thread shazron
Github user shazron commented on a diff in the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/87#discussion_r115553911 --- Diff: src/ios/CDVLocation.m --- @@ -94,61 +94,62 @@ - (BOOL)isLocationServicesEnabled -

[GitHub] cordova-lib issue #542: CB-12663: Install latest version of plugin in case o...

2017-05-09 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/542 Thanks Nikita! I'll make the same changes and commit it now! On Tue, May 9, 2017 at 3:22 PM, Nikita Matrosov wrote: > @stevengill

[GitHub] cordova-lib issue #542: CB-12663: Install latest version of plugin in case o...

2017-05-09 Thread matrosov-nikita
Github user matrosov-nikita commented on the issue: https://github.com/apache/cordova-lib/pull/542 @stevengill, I think we should use version from `cordova-lib/package.json` rather than package.json from the application. Quick fix:

CVE-2016-6799: Internal system information leak

2017-05-09 Thread Simon MacDonald
CVE-2016-6799: Internal system information leak Severity: High Vendor: The Apache Software Foundation Versions Affected: Cordova Android (5.2.2 and below) Description: The application calls methods of the Log class. Messages passed to these methods (Log.v(), Log.d(), Log.i(), Log.w(), and

[GitHub] cordova-lib issue #542: CB-12663: Install latest version of plugin in case o...

2017-05-09 Thread stevengill
Github user stevengill commented on the issue: https://github.com/apache/cordova-lib/pull/542 I created a new issue for this. https://issues.apache.org/jira/browse/CB-12773 On Tue, May 9, 2017 at 4:39 AM, uk-taniyama wrote: > I got