wok rev 12563

Up wireshark (1.6.7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 18:48:15 2012 +0200 (2012-04-28)
parents bf822c13792c
children 9358cad090a0
files linux/stuff/bootloader.sh linux/stuff/linux-header.u webkit-r/receipt wireshark/receipt
line diff
     1.1 --- a/linux/stuff/bootloader.sh	Sat Apr 28 18:23:39 2012 +0200
     1.2 +++ b/linux/stuff/bootloader.sh	Sat Apr 28 18:48:15 2012 +0200
     1.3 @@ -116,7 +116,7 @@
     1.4  	bs=/tmp/bs$$
     1.5  
     1.6  	# Get and patch boot sector
     1.7 -	# See http://hg.slitaz.org/wok/file/66e38bd6a132/linux/stuff/linux-header.u
     1.8 +	# See http://hg.slitaz.org/wok/raw-file/66e38bd6a132/linux/stuff/linux-header.u
     1.9  	[ -n "$DEBUG" ] && echo "Read bootsector..." 1>&2
    1.10  	ddq if=$KERNEL bs=512 count=1 of=$bs
    1.11  
     2.1 --- a/linux/stuff/linux-header.u	Sat Apr 28 18:23:39 2012 +0200
     2.2 +++ b/linux/stuff/linux-header.u	Sat Apr 28 18:48:15 2012 +0200
     2.3 @@ -21,7 +21,7 @@
     2.4   #ifndef SVGA_MODE
     2.5   #define SVGA_MODE ASK_VGA
     2.6   #endif
     2.7 -@@ -45,48 +51,366 @@
     2.8 +@@ -45,48 +51,362 @@
     2.9   
    2.10   	.global bootsect_start
    2.11   bootsect_start:
    2.12 @@ -370,10 +370,6 @@
    2.13  +        jmp	read_sectorslp
    2.14  +
    2.15  +putcdot:
    2.16 -+# REMOVE ME START
    2.17 -+# pushw	%ss
    2.18 -+# popw	%es
    2.19 -+# REMOVE ME STOP
    2.20  +	movb	$0x2e+3, %al 		# loading... message 2e = .
    2.21  +putclf:
    2.22  +	subb	$3, %al
     3.1 --- a/webkit-r/receipt	Sat Apr 28 18:23:39 2012 +0200
     3.2 +++ b/webkit-r/receipt	Sat Apr 28 18:48:15 2012 +0200
     3.3 @@ -11,7 +11,8 @@
     3.4           xorg-libXdamage gcc-lib-base"
     3.5  BUILD_DEPENDS="icu icu-dev gperf libxslt-dev glib-dev autoconf automake \
     3.6                 sqlite-dev libtool m4 bison flex curl-dev gtk-doc libsoup-dev \
     3.7 -               gst-plugins-base-dev gstreamer-dev util-linux-uuid-dev"
     3.8 +               gst-plugins-base-dev gstreamer-dev util-linux-uuid-dev \
     3.9 +               jpeg-dev libjpeg"
    3.10  MAINTAINER="pankso@slitaz.org"
    3.11  TARBALL="WebKit-r${VERSION}.tar.bz2"
    3.12  WEB_SITE="http://webkit.org/"
     4.1 --- a/wireshark/receipt	Sat Apr 28 18:23:39 2012 +0200
     4.2 +++ b/wireshark/receipt	Sat Apr 28 18:48:15 2012 +0200
     4.3 @@ -1,13 +1,13 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="wireshark"
     4.7 -VERSION="1.6.5"
     4.8 +VERSION="1.6.7"
     4.9  CATEGORY="network"
    4.10  SHORT_DESC="Wireshark is an award-winning network protocol analyzer."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.13  WEB_SITE="http://www.wireshark.org/"
    4.14 -WGET_URL="http://media-2.cacetech.com/wireshark/src/$TARBALL"
    4.15 +WGET_URL="http://wiresharkdownloads.riverbed.com/wireshark/src/$TARBALL"
    4.16  TAGS="network analyzer"
    4.17  
    4.18  DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr \