summaryrefslogtreecommitdiff
path: root/community/wireshark
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-11 03:52:51 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-11 03:52:51 +0000
commit345769552026b46d72b7318f1efa6d615ce03ee3 (patch)
tree765f8ab1a83d1b71727938ea97f507fab3a039ff /community/wireshark
parentb7ad9e746ae50cb940e3ea21772049f46f7b2c0f (diff)
Tue Mar 11 03:48:52 UTC 2014
Diffstat (limited to 'community/wireshark')
-rw-r--r--community/wireshark/PKGBUILD11
-rw-r--r--community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch12
2 files changed, 4 insertions, 19 deletions
diff --git a/community/wireshark/PKGBUILD b/community/wireshark/PKGBUILD
index 88ba96f65..fdc385446 100644
--- a/community/wireshark/PKGBUILD
+++ b/community/wireshark/PKGBUILD
@@ -1,26 +1,23 @@
-# $Id: PKGBUILD 106522 2014-03-05 15:19:49Z tredaelli $
+# $Id: PKGBUILD 106919 2014-03-10 11:29:59Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Guillaume ALAUX <guillaume@archlinux.org>
# Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
pkgname=('wireshark-cli' 'wireshark-gtk')
pkgbase=wireshark
-pkgver=1.10.5
-pkgrel=4
+pkgver=1.10.6
+pkgrel=1
arch=('i686' 'x86_64')
license=('GPL2')
makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio'
'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
url='http://www.wireshark.org/'
source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
- wireshark-1.10.3-gtk3.10-compile.patch
wireshark-1.10.5-fix-flow-crash.patch)
-sha256sums=('a02190da9573dd381e7598277a31d0c63b05b2af9fe05ab6b7fc058bbea141f5'
- '45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0'
+sha256sums=('a9de3fd3002d4df0946cfea2f5a33557666e14c7014dbc42d1f78dfe113f6b5d'
'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7ffffeb9bed213fad0fe3ea')
prepare() {
cd ${pkgbase}-${pkgver}
- patch -p1 -i "${srcdir}"/wireshark-1.10.3-gtk3.10-compile.patch
patch -p1 -i "${srcdir}"/wireshark-1.10.5-fix-flow-crash.patch
}
diff --git a/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch b/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch
deleted file mode 100644
index 6dc50646f..000000000
--- a/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- wireshark-1.10.3/configure.ac.orig 2013-11-04 10:39:14.101045626 +0000
-+++ wireshark-1.10.3/configure.ac 2013-11-04 10:39:26.884300664 +0000
-@@ -1388,9 +1388,6 @@
- # Don't use GLIB_CFLAGS
- AM_PATH_GLIB_2_0($GLIB_MIN_VERSION, , AC_MSG_ERROR(GLib $GLIB_MIN_VERSION or later distribution not found.), gthread gmodule)
-
-- CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS"
-- CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS"
-- CPPFLAGS="-DGTK_DISABLE_DEPRECATED $CPPFLAGS"
- CPPFLAGS="-DGTK_DISABLE_SINGLE_INCLUDES $CPPFLAGS"
- if test ! \( $gtk_config_major_version -eq 2 -a $gtk_config_minor_version -lt 20 \) ; then
- # Enable GSEAL when building with GTK > 2.20