Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2019 13:13:25 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500209 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod
Message-ID:  <201904271313.x3RDDP1l045418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Sat Apr 27 13:13:25 2019
New Revision: 500209
URL: https://svnweb.freebsd.org/changeset/ports/500209

Log:
  set VirtualBox MASTER_SITES to download.oracle.com
  
  The SSL certificate of the host does not have download.virtualbox.org
  in it's SubjectAltName anymore (download.virtualbox.org points to the
  same CDN and is the same host as download.oracle.com, and checksums still
  match).
  
  Reported by:	Duncan Young

Modified:
  head/emulators/virtualbox-ose-additions/Makefile
  head/emulators/virtualbox-ose-kmod/Makefile
  head/emulators/virtualbox-ose/Makefile

Modified: head/emulators/virtualbox-ose-additions/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-additions/Makefile	Sat Apr 27 09:56:24 2019	(r500208)
+++ head/emulators/virtualbox-ose-additions/Makefile	Sat Apr 27 13:13:25 2019	(r500209)
@@ -4,7 +4,7 @@
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.2.28
 CATEGORIES=	emulators
-MASTER_SITES=	https://download.virtualbox.org/virtualbox/${PORTVERSION}/
+MASTER_SITES=	https://download.oracle.com/virtualbox/${PORTVERSION}/
 PKGNAMESUFFIX?=	-additions
 DISTNAME=	VirtualBox-${PORTVERSION}
 

Modified: head/emulators/virtualbox-ose-kmod/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-kmod/Makefile	Sat Apr 27 09:56:24 2019	(r500208)
+++ head/emulators/virtualbox-ose-kmod/Makefile	Sat Apr 27 13:13:25 2019	(r500209)
@@ -4,7 +4,7 @@
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.2.28
 CATEGORIES=	emulators
-MASTER_SITES=	https://download.virtualbox.org/virtualbox/${PORTVERSION}/
+MASTER_SITES=	https://download.oracle.com/virtualbox/${PORTVERSION}/
 PKGNAMESUFFIX=	-kmod
 DISTNAME=	VirtualBox-${PORTVERSION}
 

Modified: head/emulators/virtualbox-ose/Makefile
==============================================================================
--- head/emulators/virtualbox-ose/Makefile	Sat Apr 27 09:56:24 2019	(r500208)
+++ head/emulators/virtualbox-ose/Makefile	Sat Apr 27 13:13:25 2019	(r500209)
@@ -4,7 +4,7 @@
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.2.28
 CATEGORIES=	emulators
-MASTER_SITES=	https://download.virtualbox.org/virtualbox/${PORTVERSION}/
+MASTER_SITES=	https://download.oracle.com/virtualbox/${PORTVERSION}/
 DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
 EXTRACT_ONLY=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904271313.x3RDDP1l045418>