pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/arp-scan



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Feb  2 10:33:15 UTC 2018

Modified Files:
        pkgsrc/net/arp-scan: distinfo
Added Files:
        pkgsrc/net/arp-scan/patches: patch-configure

Log Message:
arp-scan: Leave pkgsrc to handle security features.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/arp-scan/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/net/arp-scan/patches/patch-configure

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

Modified files:

Index: pkgsrc/net/arp-scan/distinfo
diff -u pkgsrc/net/arp-scan/distinfo:1.4 pkgsrc/net/arp-scan/distinfo:1.5
--- pkgsrc/net/arp-scan/distinfo:1.4    Wed Nov  4 00:34:53 2015
+++ pkgsrc/net/arp-scan/distinfo        Fri Feb  2 10:33:15 2018
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2015/11/04 00:34:53 agc Exp $
+$NetBSD: distinfo,v 1.5 2018/02/02 10:33:15 jperkin Exp $
 
 SHA1 (arp-scan-1.9.tar.gz) = 6bf698572b21242778df9d2019fd386b2a21a135
 RMD160 (arp-scan-1.9.tar.gz) = 1c6dabae9ff665ec540b144e8c6613debedfc822
 SHA512 (arp-scan-1.9.tar.gz) = 5061ac82d1acad3dd5dab998e4e2d2d9d2dbf436a2839ee1f68dd2997278df7e77f5dda7e54bdb13c9200d7a714b8d82737c041cec8438571d1d14c9d7f936ac
 Size (arp-scan-1.9.tar.gz) = 488442 bytes
+SHA1 (patch-configure) = fb274b5716a234164700b6e7ba1d663b48fbbec3
 SHA1 (patch-link-bpf.c) = 4dd7d4bddb96d58be645d9538892082023956e22

Added files:

Index: pkgsrc/net/arp-scan/patches/patch-configure
diff -u /dev/null pkgsrc/net/arp-scan/patches/patch-configure:1.3
--- /dev/null   Fri Feb  2 10:33:16 2018
+++ pkgsrc/net/arp-scan/patches/patch-configure Fri Feb  2 10:33:15 2018
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.3 2018/02/02 10:33:15 jperkin Exp $
+
+Leave pkgsrc to handle security features.
+
+--- configure.orig     2013-07-24 09:05:11.000000000 +0000
++++ configure
+@@ -3830,7 +3830,7 @@ else
+ fi
+ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+     echo $ssp_cc
+-    if test "X$ssp_cc" = "Xno"; then
++    if true; then
+       CFLAGS="$ssp_old_cflags"
+     else
+ 



Home | Main Index | Thread Index | Old Index