vagrant: update to 2.4.7.

This commit is contained in:
Andrea Brancaleoni 2025-07-11 02:31:24 +02:00
parent edab52e545
commit 2e7bdebc13
No known key found for this signature in database
2 changed files with 2 additions and 20 deletions

View file

@ -1,15 +0,0 @@
--- /bin/vagrant 2022-08-06 00:16:44.000000000 +0200
+++ /bin/vagrant 2022-08-23 09:50:50.613805575 +0200
@@ -221,11 +221,6 @@
end
end
- if !Vagrant.in_installer? && !Vagrant.very_quiet?
- # If we're not in the installer, warn.
- env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
- end
-
# Acceptable experimental flag values include:
#
# Unset - Disables experimental features

View file

@ -1,6 +1,6 @@
# Template file for 'vagrant'
pkgname=vagrant
version=2.4.3
version=2.4.7
revision=1
archs="i686 x86_64*"
build_style=gemspec
@ -11,7 +11,7 @@ license="BUSL-1.1"
homepage="https://www.vagrantup.com/"
changelog="https://raw.githubusercontent.com/hashicorp/vagrant/main/CHANGELOG.md"
distfiles="https://github.com/hashicorp/vagrant/archive/v${version}.tar.gz"
checksum=65059d4825799412fc5d49cebc2170240164fadc37d2ada54531d1f77a9e6762
checksum=417e5f1a2ec7064d94f857a4a6c394ef938fa3acbbfcba106c5d7bd63c5f0efb
nocross=yes
repository=nonfree
@ -56,7 +56,4 @@ do_install() {
find ${DESTDIR} -type d -name doc -print0|xargs -0 rm -rf --
find ${DESTDIR} -type d -name ports -print0|xargs -0 rm -rf --
rm -r ${DESTDIR}/usr/lib/vagrant/cache
# XXX: work around bad permissions
chmod -R go-wx ${DESTDIR}/usr/lib/vagrant/gems/google-protobuf-*/lib/google
}