Support from Acquia helps fund testing for Drupal Acquia logo

Comments

iMiksu’s picture

Assigned: Unassigned » iMiksu
iMiksu’s picture

Assigned: iMiksu » Unassigned
Status: Active » Needs review
FileSize
42.53 KB
$ composer update doctrine/cache
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing doctrine/cache (v1.3.1)
  - Installing doctrine/cache (v1.4.1)
    Loading from cache

Writing lock file
Generating autoload files
dawehner’s picture

Just in general, we could avoid those updates given that they are not an explicit dependency. In case some other library requires a newer version, it will be updated automatically.
Later then, we could also update right before the release.

chananapeeyush’s picture

@dawehner,
I saw in one of the issue before regarding the updation of a vendor library which was dependent on the other third party vendor library and composer was not showing its latest version during composer update.
Exact similar issue here https://www.drupal.org/node/2488960#comment-9924124
Is it something else that was missed ? Thanks!

cilefen’s picture

Status: Needs review » Needs work
Issue tags: +Needs reroll
edysmp’s picture

Status: Needs work » Needs review
Issue tags: -Needs reroll
FileSize
36.97 KB
daffie’s picture

Status: Needs review » Reviewed & tested by the community

Looks good to me.

webchick’s picture

Status: Reviewed & tested by the community » Needs work
Issue tags: +Needs reroll

This one needs a quick re-roll because the other one went in.

naveenvalecha’s picture

Assigned: Unassigned » naveenvalecha
Status: Needs work » Needs review
FileSize
67.21 KB

Rerolled.

$ composer update doctrine/cache
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing doctrine/cache (v1.3.1)
  - Installing doctrine/cache (v1.4.1)
    Downloading: 100%         

Writing lock file
Generating autoload files
naveenvalecha’s picture

Assigned: naveenvalecha » Unassigned

unassinging to myself.

naveenvalecha’s picture

Issue tags: -Needs reroll
naveenvalecha’s picture

Had some unrelated changes in core/Maintainers.txt. So rerolling this one again.

naveenvalecha’s picture

naveenvalecha’s picture

This is fixed https://www.drupal.org/node/2488960
composer update doctrine/cache

evilfurryone’s picture

Status: Needs review » Reviewed & tested by the community

- Installing doctrine/cache (v1.4.1)
Downloading: 100%

Patch tested and composer installs v1.4.1 of doctrine/cache

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 14: update_doctrine_cache-2493909-14.patch, failed testing.

larowlan’s picture

Priority: Normal » Major
Issue summary: View changes

1.4.2 is out and is a security release http://www.doctrine-project.org/2015/08/31/security_misconfiguration_vul...

Working on re-roll

larowlan’s picture

We need to bump common, annotations and cache - given common relies on the other two, this is a duplicate.
Thanks for your work here, see you in #2105825: Update Doctrine/common Component to 2.5.1 (security) (includes cache/annotations too)