Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CE4C77A1B1 for ; Tue, 26 Jul 2016 20:33:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4AA4E85F7D; Tue, 26 Jul 2016 20:33:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D056385F7C for ; Tue, 26 Jul 2016 20:33:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id BaDu6wX41faE for ; Tue, 26 Jul 2016 20:33:36 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 01D0A85EC6 for ; Tue, 26 Jul 2016 20:33:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F11ABFBB5; Tue, 26 Jul 2016 20:33:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469565215208990" MIME-Version: 1.0 Date: Tue, 26 Jul 2016 20:33:35 +0000 From: "Alexander Nasonov" Subject: CVS commit: pkgsrc/security/scanssh To: pkgsrc-changes@NetBSD.org Reply-To: alnsn@netbsd.org X-Mailer: log_accum Message-Id: <20160726203335.F11ABFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1469565215208990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: alnsn Date: Tue Jul 26 20:33:35 UTC 2016 Modified Files: pkgsrc/security/scanssh: Makefile distinfo Added Files: pkgsrc/security/scanssh/patches: patch-Makefile.in Log Message: Fix PKGSRC_MKPIE=yes build. Add LICENSE. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/scanssh/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/scanssh/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/security/scanssh/patches/patch-Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469565215208990 Content-Disposition: inline Content-Length: 2429 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/scanssh/Makefile diff -u pkgsrc/security/scanssh/Makefile:1.36 pkgsrc/security/scanssh/Makefile:1.37 --- pkgsrc/security/scanssh/Makefile:1.36 Sat Mar 5 11:29:26 2016 +++ pkgsrc/security/scanssh/Makefile Tue Jul 26 20:33:35 2016 @@ -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 @@ MASTER_SITES= http://monkey.org/~provos/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://monkey.org/~provos/scanssh/ COMMENT= SSH remote version scanner +LICENSE= original-bsd GNU_CONFIGURE= YES USE_BUILTIN.libevent= NO Index: pkgsrc/security/scanssh/distinfo diff -u pkgsrc/security/scanssh/distinfo:1.8 pkgsrc/security/scanssh/distinfo:1.9 --- pkgsrc/security/scanssh/distinfo:1.8 Wed Nov 4 01:18:08 2015 +++ pkgsrc/security/scanssh/distinfo Tue Jul 26 20:33:35 2016 @@ -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 Added files: Index: pkgsrc/security/scanssh/patches/patch-Makefile.in diff -u /dev/null pkgsrc/security/scanssh/patches/patch-Makefile.in:1.1 --- /dev/null Tue Jul 26 20:33:35 2016 +++ pkgsrc/security/scanssh/patches/patch-Makefile.in Tue Jul 26 20:33:35 2016 @@ -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@ + --_----------=_1469565215208990--