svn commit: r500209 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod

Christoph Moench-Tegeder cmt at FreeBSD.org
Sat Apr 27 13:13:26 UTC 2019


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}
 


More information about the svn-ports-head mailing list