Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601930 - =app-emulation/vagrant-1.9.1 version bump
Summary: =app-emulation/vagrant-1.9.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-07 19:14 UTC by Alex Turbov
Modified: 2016-12-22 09:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Remove inappropriate patches, add a new one. (vagrant-1.8.7-to-1.9.1.patch,1.12 KB, patch)
2016-12-07 19:16 UTC, Alex Turbov
Details | Diff
A patch to workaround the problem I've faced (vagrant-1.9.0-do-not-use-ssh-compression-8076.patch,316 bytes, patch)
2016-12-07 19:18 UTC, Alex Turbov
Details | Diff
Template to render an executable (vagrant.in,1.52 KB, text/plain)
2016-12-07 19:18 UTC, Alex Turbov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Turbov 2016-12-07 19:14:36 UTC
A new release has been rolled out https://github.com/mitchellh/vagrant/releases.
Going to attach a diff...

Reproducible: Always
Comment 1 Alex Turbov 2016-12-07 19:16:58 UTC
Created attachment 455442 [details, diff]
Remove inappropriate patches, add a new one.

Also I've added a code to generate vagrant binary, from ${FILESDIR}/vagrant.in, to reduce maintenance action on further version bumps.
Comment 2 Alex Turbov 2016-12-07 19:18:15 UTC
Created attachment 455444 [details, diff]
A patch to workaround the problem I've faced

The upstream bug is here: https://github.com/mitchellh/vagrant/issues/8076
Comment 3 Alex Turbov 2016-12-07 19:18:53 UTC
Created attachment 455446 [details]
Template to render an executable
Comment 4 Tomáš Mózes 2016-12-21 11:41:23 UTC
https://github.com/gentoo/gentoo/pull/3201
Comment 5 Patrice Clement gentoo-dev 2016-12-22 09:35:16 UTC
commit 426344635861bb968335ccdb0d7a4f3ea1f4b101 (HEAD)
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: Wed Dec 21 12:38:36 2016 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Thu Dec 22 10:28:29 2016 +0100

app-emulation/vagrant: version bump to 1.9.1.

Gentoo-Bug: https://bugs.gentoo.org/601930

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3201

app-emulation/vagrant/Manifest             |  1 +
app-emulation/vagrant/files/vagrant-1.9.1  | 45 ++++++++++++++++
app-emulation/vagrant/vagrant-1.9.1.ebuild | 84 ++++++++++++++++++++++++++++++
3 files changed, 130 insertions(+)
create mode 100644 app-emulation/vagrant/files/vagrant-1.9.1
create mode 100644 app-emulation/vagrant/vagrant-1.9.1.ebuild

Merged, thanks\!