[csw-devel] SF.net SVN: gar:[19127] csw/mgar/pkg/tcpdump/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Aug 30 17:10:16 CEST 2012


Revision: 19127
          http://gar.svn.sourceforge.net/gar/?rev=19127&view=rev
Author:   dmichelsen
Date:     2012-08-30 15:10:16 +0000 (Thu, 30 Aug 2012)
Log Message:
-----------
tcpdump/trunk: Update to 4.3.0

Modified Paths:
--------------
    csw/mgar/pkg/tcpdump/trunk/Makefile
    csw/mgar/pkg/tcpdump/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/tcpdump/trunk/files/0001-Use-expr-instead-of-bashism.patch

Modified: csw/mgar/pkg/tcpdump/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tcpdump/trunk/Makefile	2012-08-30 15:06:02 UTC (rev 19126)
+++ csw/mgar/pkg/tcpdump/trunk/Makefile	2012-08-30 15:10:16 UTC (rev 19127)
@@ -1,5 +1,5 @@
 NAME = tcpdump
-VERSION = 4.2.1
+VERSION = 4.3.0
 CATEGORIES = utils
 GARTYPE = v2
 
@@ -10,9 +10,8 @@
 MASTER_SITES = http://www.tcpdump.org/release/ 
 DISTFILES  = $(DISTNAME).tar.gz
 
-# Use patch until this is fixed:
-#   https://sourceforge.net/tracker/?func=detail&aid=3494835&group_id=53066&atid=469573
-PATCHFILES += 0001-Use-expr-instead-of-bashism.patch
+# For OpenSSL 1.0.0
+PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
 
 VENDOR_URL = http://www.tcpdump.org/
 

Modified: csw/mgar/pkg/tcpdump/trunk/checksums
===================================================================
--- csw/mgar/pkg/tcpdump/trunk/checksums	2012-08-30 15:06:02 UTC (rev 19126)
+++ csw/mgar/pkg/tcpdump/trunk/checksums	2012-08-30 15:10:16 UTC (rev 19127)
@@ -1 +1 @@
-c202878c6db054767b52651041b9e60e  tcpdump-4.2.1.tar.gz
+a3fe4d30ac85ff5467c889ff46b7e1e8  tcpdump-4.3.0.tar.gz

Deleted: csw/mgar/pkg/tcpdump/trunk/files/0001-Use-expr-instead-of-bashism.patch
===================================================================
--- csw/mgar/pkg/tcpdump/trunk/files/0001-Use-expr-instead-of-bashism.patch	2012-08-30 15:06:02 UTC (rev 19126)
+++ csw/mgar/pkg/tcpdump/trunk/files/0001-Use-expr-instead-of-bashism.patch	2012-08-30 15:10:16 UTC (rev 19127)
@@ -1,43 +0,0 @@
-From bb471680f4e946d252f480d0ca9ce485048cac7f Mon Sep 17 00:00:00 2001
-From: Dagobert Michelsen <dam at opencsw.org>
-Date: Sun, 26 Feb 2012 22:42:53 +0100
-Subject: [PATCH] Use expr instead of bashism
-
----
- tests/TESTrun.sh |    8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/tests/TESTrun.sh b/tests/TESTrun.sh
-index 656974d..1f5fee0 100755
---- a/tests/TESTrun.sh
-+++ b/tests/TESTrun.sh
-@@ -14,10 +14,10 @@ do
-   then
-       echo $i: passed.
-       rm -f DIFF/$i.result
--      passed=$(($passed + 1))
-+      passed=`expr $passed + 1`
-   else
-       echo $i: failed.
--      failed=$(($failed + 1))
-+      failed=`expr $failed + 1`
-   fi          
- done 
- 
-@@ -36,11 +36,11 @@ do
-   then
-       echo $name: passed.
-       rm -f DIFF/$output.diff
--      passed=$(($passed + 1))
-+      passed=`expr passed + 1`
-       echo $passed >.passed
-   else
-       echo $name: failed.
--      failed=$(($failed + 1))
-+      failed=`expr $failed + 1`
-       echo $failed >.failed
-   fi
- done 
--- 
-1.7.9
-

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list