pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/scapy



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Mar 24 19:44:49 UTC 2019

Modified Files:
        pkgsrc/net/scapy: distinfo
        pkgsrc/net/scapy/patches: patch-af

Log Message:
scapy: improve a portability patch for the test suite


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/scapy/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/scapy/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/scapy/distinfo
diff -u pkgsrc/net/scapy/distinfo:1.8 pkgsrc/net/scapy/distinfo:1.9
--- pkgsrc/net/scapy/distinfo:1.8       Mon May  9 11:07:51 2016
+++ pkgsrc/net/scapy/distinfo   Sun Mar 24 19:44:48 2019
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2016/05/09 11:07:51 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/03/24 19:44:48 gutteridge Exp $
 
 SHA1 (scapy-2.3.2.tar.gz) = 30ee94f6490371dc60544206d286ae4881987151
 RMD160 (scapy-2.3.2.tar.gz) = f217e70d0806dfcc1ed1961a74f9de437c2b8bdd
@@ -8,4 +8,4 @@ SHA1 (patch-aa) = 28357773231c1a55fffbe2
 SHA1 (patch-ab) = 12f7c4d0ae505d357692c05de658e393a0526ba1
 SHA1 (patch-ac) = d8ad1882d9b31e65dc3f7636e4caac9377805daf
 SHA1 (patch-ad) = f3647e471ba1168e054a5160d47fb0870243fb4b
-SHA1 (patch-af) = a5bec775992df06d89c296bd6d889ea13d586ead
+SHA1 (patch-af) = 3f570e78c6a30361a015b9f0e1cb5990166b49cf

Index: pkgsrc/net/scapy/patches/patch-af
diff -u pkgsrc/net/scapy/patches/patch-af:1.3 pkgsrc/net/scapy/patches/patch-af:1.4
--- pkgsrc/net/scapy/patches/patch-af:1.3       Mon May  9 11:07:51 2016
+++ pkgsrc/net/scapy/patches/patch-af   Sun Mar 24 19:44:49 2019
@@ -1,9 +1,10 @@
-$NetBSD: patch-af,v 1.3 2016/05/09 11:07:51 adam Exp $
+$NetBSD: patch-af,v 1.4 2019/03/24 19:44:49 gutteridge Exp $
 
 --- test/run_tests.orig        2016-01-15 13:10:59.000000000 +0000
 +++ test/run_tests
 @@ -1,8 +1,8 @@
- #! /bin/bash
+-#! /bin/bash
++#! /bin/sh
  DIR=$(dirname $0)/..
 -if [ "$*" == "" ]
 +if [ "$*" = "" ]



Home | Main Index | Thread Index | Old Index