From a64dcff88c5d9236a2e8753bbe2c77b698fe1bf4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 28 Oct 2012 14:45:16 +0100 Subject: [PATCH] tcpdump: bump addon version Signed-off-by: Stephan Raue --- .../networking/analyzer/tcpdump/changelog.txt | 3 +++ .../addons/networking/analyzer/tcpdump/meta | 23 ++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/packages/addons/networking/analyzer/tcpdump/changelog.txt b/packages/addons/networking/analyzer/tcpdump/changelog.txt index cefd0d52af..18432df6cf 100644 --- a/packages/addons/networking/analyzer/tcpdump/changelog.txt +++ b/packages/addons/networking/analyzer/tcpdump/changelog.txt @@ -1,3 +1,6 @@ +3.0.1 +- bump addon version + 2.1.3 - updated to tcpdump-4.3.0 - updated to libpcap-1.3.0 diff --git a/packages/addons/networking/analyzer/tcpdump/meta b/packages/addons/networking/analyzer/tcpdump/meta index a6cfe628e0..d26a9ba446 100644 --- a/packages/addons/networking/analyzer/tcpdump/meta +++ b/packages/addons/networking/analyzer/tcpdump/meta @@ -1,6 +1,27 @@ +################################################################################ +# This file is part of OpenELEC - http://www.openelec.tv +# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) +# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com) +# +# This Program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This Program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with OpenELEC.tv; see the file COPYING. If not, write to +# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. +# http://www.gnu.org/copyleft/gpl.html +################################################################################ + PKG_NAME="tcpdump" PKG_VERSION="4.3.0" -PKG_REV="3" +PKG_REV="1" PKG_SITE="http://www.tcpdump.org/" PKG_URL="http://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz" PKG_DEPENDS=""