Date: Monday, September 28, 2015 @ 12:58:17
  Author: fyan
Revision: 142066

upgpkg: tcpflow 1.4.5-1

Modified:
  tcpflow/trunk/PKGBUILD
Deleted:
  tcpflow/trunk/FS41697.patch

---------------+
 FS41697.patch |   11 -----------
 PKGBUILD      |   16 ++++++----------
 2 files changed, 6 insertions(+), 21 deletions(-)

Deleted: FS41697.patch
===================================================================
--- FS41697.patch       2015-09-28 10:51:48 UTC (rev 142065)
+++ FS41697.patch       2015-09-28 10:58:17 UTC (rev 142066)
@@ -1,11 +0,0 @@
---- a/src/tcpip.cpp
-+++ b/src/tcpip.cpp
-@@ -262,7 +262,7 @@ void tcpip::print_packet(const u_char *d
-     else if(demux.opt.output_strip_nonprint){
-       for(const u_char *cc = data;cc<data+length;cc++){
-           if(isprint(*cc) || (*cc=='\n') || (*cc=='\r')){
--              written += fputc(*cc,stdout);
-+              written += (fputc(*cc,stdout)!=EOF);
-           }
-       }
-     }

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-09-28 10:51:48 UTC (rev 142065)
+++ PKGBUILD    2015-09-28 10:58:17 UTC (rev 142066)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
 # Contributor: Chris Brannon <[email protected]>
 # Contributor: Jeff Mickey <[email protected]>
 
 pkgname=tcpflow
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
 pkgdesc="Captures data transmitted as part of TCP connections then stores the 
data conveniently"
 arch=('i686' 'x86_64')
-url="http://afflib.org/software/tcpflow";
+url="https://github.com/simsong/tcpflow";
 license=('GPL')
 depends=('libpcap' 'cairo')
 makedepends=('git' 'boost')
@@ -15,13 +15,11 @@
 source=("git+https://github.com/simsong/$pkgname.git#tag=$pkgname-$pkgver";
         'git+https://github.com/simsong/be13_api.git'
         'git+https://github.com/simsong/dfxml.git'
-        'git+https://github.com/joyent/http-parser.git'
-        'FS41697.patch')
+        'git+https://github.com/joyent/http-parser.git')
 md5sums=('SKIP'
          'SKIP'
          'SKIP'
-         'SKIP'
-         'b4e66e456beffe28414e55fee913a84c')
+         'SKIP')
 
 prepare() {
   cd $pkgname
@@ -30,8 +28,6 @@
   git config submodule."src/dfxml".url "$srcdir/dfxml"
   git config submodule."src/http-parser".url "$srcdir/http-parser"
   git submodule update
-
-  patch -p1 -i ../FS41697.patch
 }
 
 build() {

Reply via email to