Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5DC6584EA0 for ; Fri, 22 Dec 2023 18:12:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id q7rKQILf3NzE for ; Fri, 22 Dec 2023 18:12:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA32E84CFA for ; Fri, 22 Dec 2023 18:12:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A368AFA42; Fri, 22 Dec 2023 18:12:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703268721299860" MIME-Version: 1.0 Date: Fri, 22 Dec 2023 18:12:01 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/security/honeyd To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231222181201.A368AFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703268721299860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Fri Dec 22 18:12:01 UTC 2023 Modified Files: pkgsrc/security/honeyd: Makefile Log Message: update homepage and master site To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/security/honeyd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703268721299860 Content-Disposition: inline Content-Length: 783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/honeyd/Makefile diff -u pkgsrc/security/honeyd/Makefile:1.83 pkgsrc/security/honeyd/Makefile:1.84 --- pkgsrc/security/honeyd/Makefile:1.83 Tue Nov 14 14:02:48 2023 +++ pkgsrc/security/honeyd/Makefile Fri Dec 22 18:12:01 2023 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.83 2023/11/14 14:02:48 wiz Exp $ +# $NetBSD: Makefile,v 1.84 2023/12/22 18:12:01 zafer Exp $ # DISTNAME= honeyd-1.5c PKGREVISION= 11 CATEGORIES= security net -MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ +MASTER_SITES= https://www.honeyd.org/uploads/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.honeyd.org/ +HOMEPAGE= https://www.honeyd.org/ COMMENT= Small daemon that creates virtual hosts on a network LICENSE= gnu-gpl-v2 # or later --_----------=_1703268721299860--