1
0
forked from pool/virtualbox

Accepting request 876243 from home:mgerstner:branches:Virtualization

- update-extpack.sh: explicitly use https:// protocol for authenticity. The
  http:// URL is currently redirected to https:// but don't rely on this.

OBS-URL: https://build.opensuse.org/request/show/876243
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=592
This commit is contained in:
Larry Finger 2021-03-02 17:30:32 +00:00 committed by Git OBS Bridge
parent 0eb057075c
commit afc8c56a4f
2 changed files with 7 additions and 1 deletions

View File

@ -54,7 +54,7 @@ fi
# A new version of extpack is needed - switch to directory that can be written, and download it
pushd ~ > /dev/null 2>&1
$WGET http://download.virtualbox.org/virtualbox/$VBOX_VERSION/$VBOX_EXT > /dev/null 2>&1
$WGET https://download.virtualbox.org/virtualbox/$VBOX_VERSION/$VBOX_EXT > /dev/null 2>&1
# Now install it
echo Y | $VBOXMANAGE extpack install --replace $VBOX_EXT > /dev/null 2>&1

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 1 14:01:26 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
- update-extpack.sh: explicitly use https:// protocol for authenticity. The
http:// URL is currently redirected to https:// but don't rely on this.
-------------------------------------------------------------------
Thu Feb 4 18:47:09 UTC 2021 - Larry Finger <Larry.Finger@gmail.com>