diff options
author | Mario Preksavec <mario@slackware.hr> | 2014-10-29 19:27:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-01 09:04:01 +0700 |
commit | e0f003a618c158ddd313c319e498ded2fd61d605 (patch) | |
tree | 6ed1db547864b459d3a3954b69a22bf988aa827a /system/xen | |
parent | 01ecae9e1718cd86abb7ae4969b52bfa05ed9a6a (diff) |
system/xen: Updated for version 4.3.3
Diffstat (limited to 'system/xen')
-rw-r--r-- | system/xen/dom0/kernel-xen.sh | 2 | ||||
-rw-r--r-- | system/xen/xen.SlackBuild | 4 | ||||
-rw-r--r-- | system/xen/xen.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/xen/dom0/kernel-xen.sh b/system/xen/dom0/kernel-xen.sh index 9aa58d4a4fce..e60639bf89e8 100644 --- a/system/xen/dom0/kernel-xen.sh +++ b/system/xen/dom0/kernel-xen.sh @@ -6,7 +6,7 @@ # Modified by Mario Preksavec <mario@slackware.hr> KERNEL=${KERNEL:-3.10.17} -XEN=${XEN:-4.3.1} +XEN=${XEN:-4.3.3} BOOTLOADER=${BOOTLOADER:-lilo} ROOTMOD=${ROOTMOD:-ext4} diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index e400293636f2..abb0c177d116 100644 --- a/system/xen/xen.SlackBuild +++ b/system/xen/xen.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xen -VERSION=${VERSION:-4.3.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.3.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/system/xen/xen.info b/system/xen/xen.info index a1f838568d86..d3832f16d240 100644 --- a/system/xen/xen.info +++ b/system/xen/xen.info @@ -1,10 +1,10 @@ PRGNAM="xen" -VERSION="4.3.1" +VERSION="4.3.3" HOMEPAGE="http://www.xen.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" REQUIRES="acpica yajl" -DOWNLOAD_x86_64="http://bits.xensource.com/oss-xen/release/4.3.1/xen-4.3.1.tar.gz \ +DOWNLOAD_x86_64="http://bits.xensource.com/oss-xen/release/4.3.3/xen-4.3.3.tar.gz \ http://xenbits.xen.org/xen-extfiles/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz \ http://xenbits.xen.org/xen-extfiles/lwip-1.3.0.tar.gz \ http://xenbits.xen.org/xen-extfiles/zlib-1.2.3.tar.gz \ @@ -15,7 +15,7 @@ DOWNLOAD_x86_64="http://bits.xensource.com/oss-xen/release/4.3.1/xen-4.3.1.tar.g http://xenbits.xen.org/xen-extfiles/gmp-4.3.2.tar.bz2 \ http://xenbits.xen.org/xen-extfiles/tpm_emulator-0.7.4.tar.gz \ http://mirror.slackware.hr/sources/xen-extfiles/seabios-git-3a28511b46f0c2af5fae1b6ed2b0c19d7913cee3.tar.gz" -MD5SUM_x86_64="7616b8704e1ab89c81f011f0e3703bc8 \ +MD5SUM_x86_64="1b4438a50d8875700ac2c7e1ffbcd91b \ 7496268cebf47d5c9ccb0696e3b26065 \ 36cc57650cffda9a0269493be2a169bb \ debc62758716a169df9f62e6ab2bc634 \ |