diff options
author | Mario Preksavec <mario@slackware.hr> | 2016-06-26 17:17:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-27 07:54:32 +0700 |
commit | 370708023c63342ef91cefb9f2aa520a75a76bd0 (patch) | |
tree | 0efe27fef778a711d7792455ac171b65c2f4ed66 /system/xen/xen.SlackBuild | |
parent | 02f56b708f8e40ed4a384e22f00eebb074c54a7f (diff) | |
download | slackbuilds-370708023c63342ef91cefb9f2aa520a75a76bd0.tar.gz |
system/xen: Updated for version 4.6.3.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'system/xen/xen.SlackBuild')
-rw-r--r-- | system/xen/xen.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/system/xen/xen.SlackBuild b/system/xen/xen.SlackBuild index eda99df380..54b8d190ad 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.6.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.6.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SEABIOS=${SEABIOS:-1.8.2} @@ -102,7 +102,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Apply Xen Security Advisory patches -for i in $CWD/patches/xsa* ; do +for i in $CWD/xsa/* ; do case $i in *qemut*.patch) patch -d tools/qemu-xen-traditional -p1 <$i ;; *qemu*.patch) patch -d tools/qemu-xen -p1 <$i ;; @@ -129,9 +129,6 @@ cp $CWD/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz \ cp $CWD/{lwip,zlib,newlib,pciutils,grub,gmp,tpm_emulator}-*.tar.?z* \ $CWD/polarssl-*.tgz stubdom -# Fix: custom memory allocation vtable not supported -patch -p1 <$CWD/patches/remove_malloc_tracing.diff - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |