pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/scanssh Fix PKGSRC_MKPIE=yes build. Add LICENSE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc4ee44a8048
branches: trunk
changeset: 350399:fc4ee44a8048
user: alnsn <alnsn%pkgsrc.org@localhost>
date: Tue Jul 26 20:33:35 2016 +0000
description:
Fix PKGSRC_MKPIE=yes build. Add LICENSE.
diffstat:
security/scanssh/Makefile | 3 ++-
security/scanssh/distinfo | 3 ++-
security/scanssh/patches/patch-Makefile.in | 15 +++++++++++++++
3 files changed, 19 insertions(+), 2 deletions(-)
diffs (49 lines):
diff -r 6aca0a6fcae7 -r fc4ee44a8048 security/scanssh/Makefile
--- a/security/scanssh/Makefile Tue Jul 26 20:07:21 2016 +0000
+++ b/security/scanssh/Makefile Tue Jul 26 20:33:35 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2016/03/05 11:29:26 jperkin Exp $
+# $NetBSD: Makefile,v 1.37 2016/07/26 20:33:35 alnsn Exp $
DISTNAME= scanssh-2.1
PKGREVISION= 15
@@ -8,6 +8,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://monkey.org/~provos/scanssh/
COMMENT= SSH remote version scanner
+LICENSE= original-bsd
GNU_CONFIGURE= YES
USE_BUILTIN.libevent= NO
diff -r 6aca0a6fcae7 -r fc4ee44a8048 security/scanssh/distinfo
--- a/security/scanssh/distinfo Tue Jul 26 20:07:21 2016 +0000
+++ b/security/scanssh/distinfo Tue Jul 26 20:33:35 2016 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.8 2015/11/04 01:18:08 agc Exp $
+$NetBSD: distinfo,v 1.9 2016/07/26 20:33:35 alnsn Exp $
SHA1 (scanssh-2.1.tar.gz) = 69d35bab7fbe3ebc7e2e0dba37b3b1935b3cc194
RMD160 (scanssh-2.1.tar.gz) = c768f6dca5abe0998f0520bc4cb9be506bf038e6
SHA512 (scanssh-2.1.tar.gz) = 1ddff6f8e51735bab28032c8d7cbb641ff0cd19a404a27ab489589ef1e30e3721dd486854eb4fef15368cc53f10c9c2650ffaf7fa7f767dc2202fcc5540ae59c
Size (scanssh-2.1.tar.gz) = 111481 bytes
+SHA1 (patch-Makefile.in) = f180949dd42b76d84d75ec3b1ace94cbdfb90f89
SHA1 (patch-aa) = f5815d6bdf1c44c139f8c34f26f4518304a78d74
diff -r 6aca0a6fcae7 -r fc4ee44a8048 security/scanssh/patches/patch-Makefile.in
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/scanssh/patches/patch-Makefile.in Tue Jul 26 20:33:35 2016 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.in,v 1.1 2016/07/26 20:33:35 alnsn Exp $
+
+Fix PKGSRC_MKPIE=yes build.
+
+--- Makefile.in.orig 2016-07-26 20:26:43.287121839 +0000
++++ Makefile.in
+@@ -79,7 +79,7 @@ bin_PROGRAMS = scanssh
+ scanssh_SOURCES = scanssh.c atomicio.c exclude.c connecter.c xmalloc.c interface.c socks.c http.c telnet.c exclude.h interface.h scanssh.h socks.h xmalloc.h
+
+ scanssh_LDADD = @LIBOBJS@ @PCAPLIB@ @EVENTLIB@ @DNETLIB@
+-CFLAGS = -O2 -Wall -g
++CFLAGS = -fPIC -O2 -Wall -g
+
+ INCLUDES = -I$(top_srcdir)/@DNETCOMPAT@ -I$(top_srcdir)/compat @EVENTINC@ @PCAPINC@ @DNETINC@
+
Home |
Main Index |
Thread Index |
Old Index