summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/wireshark/wireshark.SlackBuild4
-rw-r--r--network/wireshark/wireshark.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/network/wireshark/wireshark.SlackBuild b/network/wireshark/wireshark.SlackBuild
index 07cc4c9ea2..9d91add979 100644
--- a/network/wireshark/wireshark.SlackBuild
+++ b/network/wireshark/wireshark.SlackBuild
@@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wireshark
-VERSION=${VERSION:-1.2.6}
+VERSION=${VERSION:-1.2.7}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -91,7 +91,7 @@ make install DESTDIR=$PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
- xargs strip --strip-unneeded 2> /dev/null
+ xargs strip --strip-unneeded 2> /dev/null || true
)
( cd $PKG/usr/man
diff --git a/network/wireshark/wireshark.info b/network/wireshark/wireshark.info
index 84c10b2253..6481ffb9d1 100644
--- a/network/wireshark/wireshark.info
+++ b/network/wireshark/wireshark.info
@@ -1,8 +1,8 @@
PRGNAM="wireshark"
-VERSION="1.2.6"
+VERSION="1.2.7"
HOMEPAGE="http://www.wireshark.org/"
-DOWNLOAD="http://www.wireshark.org/download/src/wireshark-1.2.6.tar.bz2"
-MD5SUM="f3e0917ed393366bbf96c53b58cb0931"
+DOWNLOAD="http://www.wireshark.org/download/src/wireshark-1.2.7.tar.bz2"
+MD5SUM="cff6b18aa47a7e3eb973efe62c676b50"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michiel van Wessem"