diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-16 14:52:27 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-16 14:52:27 +0000 |
commit | 59c837dc640c2580a6fff0067ceba9679131fce3 (patch) | |
tree | 0cdd91e389dc5786b0d8cdbd09ebb2de88880abd /net | |
parent | 6fd00eec811ac23740fe0350b7d5436c00ab4587 (diff) | |
download | pkgsrc-59c837dc640c2580a6fff0067ceba9679131fce3.tar.gz |
update to 1.6.10
changes:
-security fixes for dissectors: DCP ETSI, XTP, AFP, RTPS2, GSM RLC MAC,
CIP. STUN, EtherCAT Mailbox, CTDB
(CVE-2012-4285, CVE-2012-4288, CVE-2012-4289..4293, CVE-2012-4296,
CVE-2012-4297)
-minor fixes
pkgsrc change: fix build with gnutls3
approved by the maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/wireshark/Makefile | 4 | ||||
-rw-r--r-- | net/wireshark/distinfo | 9 | ||||
-rw-r--r-- | net/wireshark/options.mk | 4 | ||||
-rw-r--r-- | net/wireshark/patches/patch-ca | 50 |
4 files changed, 59 insertions, 8 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 96111f868ce..3b9bffb1463 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.80 2012/07/24 17:24:54 drochner Exp $ +# $NetBSD: Makefile,v 1.81 2012/08/16 14:52:27 drochner Exp $ -DISTNAME= wireshark-1.6.9 +DISTNAME= wireshark-1.6.10 CATEGORIES= net MASTER_SITES= http://www.wireshark.org/download/src/ \ ${MASTER_SITE_SOURCEFORGE:=wireshark/} diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 2844cbaf771..eb4bb945d6d 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.56 2012/07/24 17:24:54 drochner Exp $ +$NetBSD: distinfo,v 1.57 2012/08/16 14:52:27 drochner Exp $ -SHA1 (wireshark-1.6.9.tar.bz2) = 7e86dfc93e38faf907b105c35c76ba3e2f31a8b4 -RMD160 (wireshark-1.6.9.tar.bz2) = 32b91d0c4724ca876d06fc50fdc7f647eb9220d7 -Size (wireshark-1.6.9.tar.bz2) = 22012780 bytes +SHA1 (wireshark-1.6.10.tar.bz2) = a48ce979905d8c8506e9a4e077b6734313d9c9e0 +RMD160 (wireshark-1.6.10.tar.bz2) = fa1dd90784e142eb19c06effe4009682d6ddd0bc +Size (wireshark-1.6.10.tar.bz2) = 22026939 bytes SHA1 (patch-aa) = d0744f069ac2d3a8a43b810e1f958360d99200a9 SHA1 (patch-ab) = 5ae79916603f04c2d362c764d39f0c99728e716c SHA1 (patch-ac) = 4e985520ea4b118aea6fc001f256b5de96de7840 @@ -10,3 +10,4 @@ SHA1 (patch-ae) = 7af195e797f8636a9636d30cdea4ee464fd853df SHA1 (patch-ba) = f2fa69d1254b94c7b6b28d5e056c211a019d1db9 SHA1 (patch-bb) = 0758ca0be8054b8b95bb56a304605e6fea0a8f72 SHA1 (patch-bc) = 052ede4ba58502117fe7b355e22a906ff65b773e +SHA1 (patch-ca) = 08c4ae23739fbec238b02a2d0398b4a157f9c077 diff --git a/net/wireshark/options.mk b/net/wireshark/options.mk index 6a78bca88f4..16905701e91 100644 --- a/net/wireshark/options.mk +++ b/net/wireshark/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.5 2010/06/29 07:45:24 obache Exp $ +# $NetBSD: options.mk,v 1.6 2012/08/16 14:52:27 drochner Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark PKG_SUPPORTED_OPTIONS= gtk2 lua -PKG_SUGGESTED_OPTIONS= gtk2 lua +PKG_SUGGESTED_OPTIONS= gtk2 .include "../../mk/bsd.options.mk" diff --git a/net/wireshark/patches/patch-ca b/net/wireshark/patches/patch-ca new file mode 100644 index 00000000000..2bf74d5d955 --- /dev/null +++ b/net/wireshark/patches/patch-ca @@ -0,0 +1,50 @@ +$NetBSD: patch-ca,v 1.1 2012/08/16 14:52:27 drochner Exp $ + +allow gnutls >= 3 + +--- configure.orig 2012-08-15 15:34:16.000000000 +0000 ++++ configure +@@ -16599,12 +16599,12 @@ if test -n "$LIBGNUTLS_CFLAGS"; then + pkg_cv_LIBGNUTLS_CFLAGS="$LIBGNUTLS_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 1.2.0 gnutls < 3\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "gnutls >= 1.2.0 gnutls < 3") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 1.2.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "gnutls >= 1.2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_LIBGNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 1.2.0 gnutls < 3" 2>/dev/null` ++ pkg_cv_LIBGNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 1.2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -16616,12 +16616,12 @@ if test -n "$LIBGNUTLS_LIBS"; then + pkg_cv_LIBGNUTLS_LIBS="$LIBGNUTLS_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ +- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 1.2.0 gnutls < 3\""; } >&5 +- ($PKG_CONFIG --exists --print-errors "gnutls >= 1.2.0 gnutls < 3") 2>&5 ++ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 1.2.0\""; } >&5 ++ ($PKG_CONFIG --exists --print-errors "gnutls >= 1.2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then +- pkg_cv_LIBGNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 1.2.0 gnutls < 3" 2>/dev/null` ++ pkg_cv_LIBGNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 1.2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes + else + pkg_failed=yes +@@ -16642,9 +16642,9 @@ else + _pkg_short_errors_supported=no + fi + if test $_pkg_short_errors_supported = yes; then +- LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= 1.2.0 gnutls < 3" 2>&1` ++ LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= 1.2.0" 2>&1` + else +- LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= 1.2.0 gnutls < 3" 2>&1` ++ LIBGNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= 1.2.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$LIBGNUTLS_PKG_ERRORS" >&5 |