From 6fc5d8f48beda69049dc9161a6c2d80f982113a3 Mon Sep 17 00:00:00 2001 From: Hippie Hacker Date: Sun, 17 Mar 2013 15:54:33 -0700 Subject: [PATCH] new 4.2.10 release of virtualbox --- el6_1_x86_64_4_2_10.json | 15 +++++++++++++++ extensionpack_4_2_10.json | 15 +++++++++++++++ guestadditions_4_2_10_iso.json | 15 +++++++++++++++ osx_4_2_10.json | 19 +++++++++++++++++++ ubuntu_precise_x86_64_4_2_10_iso.json | 15 +++++++++++++++ ubuntu_quantal_x86_64_4_2_10_iso.json | 15 +++++++++++++++ windows_4_2_10.json | 21 +++++++++++++++++++++ 7 files changed, 115 insertions(+) create mode 100644 el6_1_x86_64_4_2_10.json create mode 100644 extensionpack_4_2_10.json create mode 100644 guestadditions_4_2_10_iso.json create mode 100644 osx_4_2_10.json create mode 100644 ubuntu_precise_x86_64_4_2_10_iso.json create mode 100644 ubuntu_quantal_x86_64_4_2_10_iso.json create mode 100644 windows_4_2_10.json diff --git a/el6_1_x86_64_4_2_10.json b/el6_1_x86_64_4_2_10.json new file mode 100644 index 0000000..d94b0b9 --- /dev/null +++ b/el6_1_x86_64_4_2_10.json @@ -0,0 +1,15 @@ +{ + "id": "el6_1_x86_64_4_2_10", + "source": "http://dlc.sun.com.edgesuite.net/virtualbox/4.2.10/VirtualBox-4.2-4.2.10_84104_el6-1.x86_64.rpm", + "filename": "VirtualBox-4.2-4.2.10_84104_el6-1.x86_64.rpm", + "arch": "x86_64", + "checksum": "7a1913ec1fc45c8a589485b14e6331fecb4638e7ef64d7f09f06f65853bf15c0", + "version": "4.2.10", + "semantic_version": "4.2.10", + "os": { + "el": [ + "6" + ] + }, + "desc": "VirtualBox" +} \ No newline at end of file diff --git a/extensionpack_4_2_10.json b/extensionpack_4_2_10.json new file mode 100644 index 0000000..130b655 --- /dev/null +++ b/extensionpack_4_2_10.json @@ -0,0 +1,15 @@ +{ + "id": "extensionpack_4_2_10", + "source": "http://dlc.sun.com.edgesuite.net/virtualbox/4.2.10/Oracle_VM_VirtualBox_Extension_Pack-4.2.10.vbox-extpack", + "filename": "Oracle_VM_VirtualBox_Extension_Pack-4.2.10.vbox-extpack", + "arch": [ + "i686", + "x86_64" + ], + "checksum": "3c28ada50fe524aa646e9dae2a31a64133d39e5e33055b8d05ab56bb4aff59e5", + "version": "4.2.10", + "semantic_version": "4.2.10", + "os": { + }, + "desc": "VirtualBox Extension Pack" +} \ No newline at end of file diff --git a/guestadditions_4_2_10_iso.json b/guestadditions_4_2_10_iso.json new file mode 100644 index 0000000..4407e82 --- /dev/null +++ b/guestadditions_4_2_10_iso.json @@ -0,0 +1,15 @@ +{ + "id": "guestadditions_4_2_10_iso", + "source": "http://dlc.sun.com.edgesuite.net/virtualbox/4.2.10/VBoxGuestAdditions_4.2.10.iso", + "filename": "VBoxGuestAdditions_4.2.10.iso", + "arch": [ + "i686", + "x86_64" + ], + "checksum": "0494b0f802b3972cd7188b2079e340a29c5aa81abc05937be95706de2fe8d468", + "version": "4.2.10", + "semantic_version": "4.2.10", + "os": { + }, + "desc": "VirtualBox Guest Additions ISO" +} \ No newline at end of file diff --git a/osx_4_2_10.json b/osx_4_2_10.json new file mode 100644 index 0000000..43ac43f --- /dev/null +++ b/osx_4_2_10.json @@ -0,0 +1,19 @@ +{ + "id": "osx_4_2_10", + "source": "http://dlc.sun.com.edgesuite.net/virtualbox/4.2.10/VirtualBox-4.2.10-84104-OSX.dmg", + "filename": "VirtualBox-4.2.10-84104-OSX.dmg", + "arch": [ + "i686", + "x86_64" + ], + "checksum": "1c53a4b14c91189f162e841145cc38316957be49a63431286ca901746818fc04", + "version": "4.2.10", + "semantic_version": "4.2.10", + "os": { + "mac_os_x": [ + "10.7", + "10.8" + ] + }, + "desc": "VirtualBox" +} \ No newline at end of file diff --git a/ubuntu_precise_x86_64_4_2_10_iso.json b/ubuntu_precise_x86_64_4_2_10_iso.json new file mode 100644 index 0000000..d81d437 --- /dev/null +++ b/ubuntu_precise_x86_64_4_2_10_iso.json @@ -0,0 +1,15 @@ +{ + "id": "ubuntu_precise_x86_64_4_2_10_iso", + "source": "http://dlc.sun.com.edgesuite.net/virtualbox/4.2.10/virtualbox-4.2_4.2.10-84104~Ubuntu~precise_amd64.deb", + "filename": "virtualbox-4.2_4.2.10-84104~Ubuntu~precise_amd64.deb", + "arch": "x86_64", + "checksum": "ef6f536f948497ae07fd1b917ea9dfcaf47b2489cb5923c733fc19203941646b", + "version": "4.2.10", + "semantic_version": "4.2.10", + "os": { + "ubuntu": [ + "12.04" + ] + }, + "desc": "VirtualBox" +} \ No newline at end of file diff --git a/ubuntu_quantal_x86_64_4_2_10_iso.json b/ubuntu_quantal_x86_64_4_2_10_iso.json new file mode 100644 index 0000000..ed61e01 --- /dev/null +++ b/ubuntu_quantal_x86_64_4_2_10_iso.json @@ -0,0 +1,15 @@ +{ + "id": "ubuntu_quantal_x86_64_4_2_10_iso", + "source": "http://dlc.sun.com.edgesuite.net/virtualbox/4.2.10/virtualbox-4.2_4.2.10-84104~Ubuntu~quantal_amd64.deb", + "filename": "virtualbox-4.2_4.2.10-84104~Ubuntu~quantal_amd64.deb", + "arch": "x86_64", + "checksum": "ddd2dbcae86284be2cf537ebba10443faa85af1de816e4d9b9b6c94c21ccb1e4", + "version": "4.2.10", + "semantic_version": "4.2.10", + "os": { + "ubuntu": [ + "12.10" + ] + }, + "desc": "VirtualBox" +} \ No newline at end of file diff --git a/windows_4_2_10.json b/windows_4_2_10.json new file mode 100644 index 0000000..cac572b --- /dev/null +++ b/windows_4_2_10.json @@ -0,0 +1,21 @@ +{ + "id": "windows_4_2_10", + "source": "http://dlc.sun.com.edgesuite.net/virtualbox/4.2.10/VirtualBox-4.2.10-84104-Win.exe", + "filename": "VirtualBox-4.2.10-84104-Win.exe", + "arch": [ + "i686", + "x86_64" + ], + "checksum": "0b40e09fe16eea9d903cac1baec34c01934eb38a9c4a0d175506303b6123a7f4", + "version": "4.2.10", + "semantic_version": "4.2.10", + "os": { + "windows": [ + "2008r2", + "2012", + "7", + "8" + ] + }, + "desc": "VirtualBox" +} \ No newline at end of file