# HG changeset patch # User Pascal Bellard # Date 1448111715 -3600 # Node ID 994ab4549367db15f2a4bcd1db4ba5f99d0c1b52 # Parent 2e6da34596fe8a5f6d12c6a3a1afeb35e73530e1 Up wireshark (2.0.0) diff -r 2e6da34596fe -r 994ab4549367 busybox/receipt --- a/busybox/receipt Thu Nov 19 19:15:23 2015 -0200 +++ b/busybox/receipt Sat Nov 21 14:15:15 2015 +0100 @@ -125,7 +125,8 @@ cp -a $src/_install/* $fs [ -e $fs/sbin/ip ] && ln -s busybox $fs/bin/ip rm -f $fs/bin/bbconfig $fs/usr/bin/ar - mkdir -p $fs/etc/init.d $fs/var/spool/cron/crontabs $fs/var/spool/lpd + mkdir -p $fs/etc/init.d $fs/var/spool/cron/crontabs $fs/var/spool/lpd \ + $fs/var/lib/misc # Busybox config files. for f in busybox.conf dnsd.conf udhcpd.conf inetd.conf httpd.conf \ diff -r 2e6da34596fe -r 994ab4549367 wireshark/receipt --- a/wireshark/receipt Thu Nov 19 19:15:23 2015 -0200 +++ b/wireshark/receipt Sat Nov 21 14:15:15 2015 +0100 @@ -1,20 +1,20 @@ # SliTaz package receipt. PACKAGE="wireshark" -VERSION="1.10.11" +VERSION="2.0.0" CATEGORY="network" SHORT_DESC="Wireshark is an award-winning network protocol analyzer." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.wireshark.org/" -WGET_URL="http://wiresharkdownloads.riverbed.com/wireshark/src/$TARBALL" +WGET_URL="https://1.eu.dl.wireshark.org/src/$TARBALL" TAGS="network analyzer" DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr \ libgcrypt portaudio libpcap libkrb5" BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk+-dev \ -libgcrypt-dev flex libtasn1-dev bison perl" +libgcrypt-dev flex libtasn1-dev bison perl wget" # Rules to configure and make the package. compile_rules() @@ -23,6 +23,9 @@ --prefix=/usr \ --mandir=/usr/share/man \ --enable-setuid-install \ + --with-qt=no \ + --with-gtk2=yes \ + --with-gtk3=no \ $CONFIGURE_ARGS sed -i 's/mozilla/browser/' config.h make $MAKEFLAGS &&