# HG changeset patch # User Pascal Bellard # Date 1455009772 -3600 # Node ID 5797509d0229d09e58be9361da80efffea1a2217 # Parent 46cd05f762afb7b5d1097c95a74a974550462557 Up aespipe (v2.4d) diff -r 46cd05f762af -r 5797509d0229 aespipe/receipt --- a/aespipe/receipt Tue Feb 09 00:13:07 2016 +0200 +++ b/aespipe/receipt Tue Feb 09 10:22:52 2016 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="aespipe" -VERSION="v2.4c" +VERSION="v2.4d" CATEGORY="utilities" SHORT_DESC="AES encrypting or decrypting pipe." MAINTAINER="pascal.bellard@slitaz.org" diff -r 46cd05f762af -r 5797509d0229 ipxe/stuff/lkrnprefix.S --- a/ipxe/stuff/lkrnprefix.S Tue Feb 09 00:13:07 2016 +0200 +++ b/ipxe/stuff/lkrnprefix.S Tue Feb 09 10:22:52 2016 +0100 @@ -389,8 +389,8 @@ #endif # NOTE : support 256 cylinders max incb %ch # next cylinder + movb $0,%dh # first head read_first_sectors: - movb $0,%dh # first head bdendlp: jmp read_sectorslp diff -r 46cd05f762af -r 5797509d0229 memtest/stuff/bootloader.S --- a/memtest/stuff/bootloader.S Tue Feb 09 00:13:07 2016 +0200 +++ b/memtest/stuff/bootloader.S Tue Feb 09 10:22:52 2016 +0100 @@ -375,8 +375,8 @@ #endif # NOTE : support 256 cylinders max incb %ch # next cylinder + movb $0,%dh # first head read_first_sectors: - movb $0,%dh # first head bdendlp: jmp read_sectorslp