virtualbox 5.1.0 version bump

This commit is contained in:
poyraz76
2016-07-14 17:52:23 +03:00
parent 00e37c43ea
commit 989922d9db
2 changed files with 18 additions and 3 deletions
@@ -6,7 +6,7 @@ serviceDefault = "on"
serviceDesc = _({"en": "VirtualBox",
"tr": "VirtualBox"})
serviceConf = "virtualbox"
PIDFILE = "/run/cups/virtualbox.pid"
@synchronized
def start():
@@ -15,4 +15,19 @@ def start():
os.system("/sbin/modprobe vboxsf")
os.system("/sbin/modprobe vboxdrv")
os.system("/sbin/modprobe VBoxService -f ")
@synchronized
def reload():
if os.path.exists(PIDFILE):
os.kill(int(open(PIDFILE, "r").read().strip()), 1)
@synchronized
def stop():
stopService(pidfile=PIDFILE, donotify=True)
if os.path.isfile(PIDFILE): os.unlink(PIDFILE)
def status():
return isServiceRunning(pidfile=PIDFILE)
+2 -2
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>A powerful virtualization program</Summary>
<Description>VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. This is the Open Source Edition which lacks USB support and some other things.</Description>
<Archive sha1sum="89c0f3756fa274f2570f90f90946c3bc95a82db7" type="tarbz2">http://download.virtualbox.org/virtualbox/5.1.0_RC1/VirtualBox-5.1.0_RC1.tar.bz2</Archive>
<Archive sha1sum="6cbce8f912dfbf215ebe1f7875694608a7a666c4" type="tarbz2">http://download.virtualbox.org/virtualbox/5.1.0/VirtualBox-5.1.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>dev86</Dependency>
<Dependency>cdrkit</Dependency>
@@ -148,7 +148,7 @@
<History>
<Update release="4">
<Date>2016-07-17</Date>
<Version>5.1.0_rc1</Version>
<Version>5.1.0</Version>
<Comment>Version Bump</Comment>
<Name>Ergün Salman</Name>
<Email>poyraz76@pisilinux.org</Email>