Received: by mail.netbsd.org (Postfix, from userid 605) id 2029384DF3; Sat, 19 May 2018 09:14:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9714E84DEA for ; Sat, 19 May 2018 09:14:25 +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 k03XiKGSmU8U for ; Sat, 19 May 2018 09:14:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DF79784DE7 for ; Sat, 19 May 2018 09:14:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D53E2FBEC; Sat, 19 May 2018 09:14:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_152672126428210" MIME-Version: 1.0 Date: Sat, 19 May 2018 09:14:24 +0000 From: "S.P.Zeidler" Subject: CVS commit: [pkgsrc-2018Q1] pkgsrc/www/apachetop To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20180519091424.D53E2FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_152672126428210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Sat May 19 09:14:24 UTC 2018 Modified Files: pkgsrc/www/apachetop [pkgsrc-2018Q1]: Makefile distinfo Removed Files: pkgsrc/www/apachetop/patches [pkgsrc-2018Q1]: patch-aa Log Message: Pullup ticket #5758 - requested by bsiegert www/apachetop: security update Revisions pulled up: - www/apachetop/Makefile 1.21 - www/apachetop/distinfo 1.6 - www/apachetop/patches/patch-aa deleted ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wen Date: Tue May 8 08:17:36 UTC 2018 Modified Files: pkgsrc/www/apachetop: Makefile distinfo Removed Files: pkgsrc/www/apachetop/patches: patch-aa Log Message: Update to 0.18.4 Add LICENSE Update HOMEPAGE Upstream changes: v0.18.4 (12th April, 2018) * fix for clang6 * add better build instructions to INSTALL * add option (-v) to show version * fix minor mem leak (8 bytes per apachetop invocation) v0.17.4 (25th April, 2017) * create config.nice when running ./configure * fix error: extra qualification on member (when using adns) * fix compiler warnings * fix a potential buffer overflow v0.15.6 (10th June, 2015) * allow other time/date formats in Apache log * use sys/param.h for MAXPATHLEN * fix deprecated auto tools macros * fix compiler warnings * use silent compile rules * updated man page * change version to 0.YY.M of new release v0.12.6 (27th October, 2005) * fixed security issue which described at CVE-2005-2660 To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/apachetop/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/apachetop/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/www/apachetop/patches/patch-aa To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.8.1 pkgsrc/www/apachetop/Makefile cvs rdiff -u -r1.5 -r1.5.22.1 pkgsrc/www/apachetop/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/www/apachetop/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_152672126428210 Content-Disposition: inline Content-Length: 2208 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/apachetop/Makefile diff -u pkgsrc/www/apachetop/Makefile:1.20 pkgsrc/www/apachetop/Makefile:1.20.8.1 --- pkgsrc/www/apachetop/Makefile:1.20 Tue Aug 1 16:47:45 2017 +++ pkgsrc/www/apachetop/Makefile Sat May 19 09:14:24 2018 @@ -1,18 +1,23 @@ -# $NetBSD: Makefile,v 1.20 2017/08/01 16:47:45 wiz Exp $ +# $NetBSD: Makefile,v 1.20.8.1 2018/05/19 09:14:24 spz Exp $ # -DISTNAME= apachetop-0.12.5 -PKGREVISION= 4 +DISTNAME= apachetop-0.18.4 CATEGORIES= sysutils www -MASTER_SITES= ${MASTER_SITE_FREEBSD} +MASTER_SITES= ${MASTER_SITE_GITHUB:=tessus/apachetop/archive/} +DISTFILES= 0.18.4.zip MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://spork.qfe3.net/apachetop/ +HOMEPAGE= https://github.com/tessus/apachetop COMMENT= Real time apache log display +LICENSE= modified-bsd GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-logfile=${VARBASE}/log/httpd/access_log USE_LANGUAGES= c c++ +USE_TOOLS+= autoconf automake + +pre-configure: + (cd ${WRKSRC}; ./autogen.sh) .include "../../mk/curses.buildlink3.mk" .include "../../mk/readline.buildlink3.mk" Index: pkgsrc/www/apachetop/distinfo diff -u pkgsrc/www/apachetop/distinfo:1.5 pkgsrc/www/apachetop/distinfo:1.5.22.1 --- pkgsrc/www/apachetop/distinfo:1.5 Wed Nov 4 02:46:50 2015 +++ pkgsrc/www/apachetop/distinfo Sat May 19 09:14:24 2018 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/11/04 02:46:50 agc Exp $ +$NetBSD: distinfo,v 1.5.22.1 2018/05/19 09:14:24 spz Exp $ -SHA1 (apachetop-0.12.5.tar.gz) = b41d3c68478e3cd378988834f32ce9a33975c67e -RMD160 (apachetop-0.12.5.tar.gz) = a46fb8e850d6d98ce38aaa97fb2ea62553091ded -SHA512 (apachetop-0.12.5.tar.gz) = 9a81aed697b81e619d68b940f1c6718fce8d5c5dd8eb401eb93aaf1846f9a12c9660cdc50a2dd7b3c7ae79494b8d70c8e79262383a5abd19a66870515ec6dbf0 -Size (apachetop-0.12.5.tar.gz) = 126967 bytes -SHA1 (patch-aa) = eae05f08dc87ba367256d632e8b95d186955e4dc +SHA1 (0.18.4.zip) = 911b6a9bac7d320ee1f2dc3e4a8f8afd34a97fd4 +RMD160 (0.18.4.zip) = 09f5ed68c0584d5e20deae4bf1b1831e965cb671 +SHA512 (0.18.4.zip) = 91d5cadbe5a7ffc1bdd4999e5986ab55ad770caf6f2d19811b322d9e5af42b7f40a16d4b05c05c9d1d59ac80392ca90ba03dddb2a69e08d2d8243f9ef58158b7 +Size (0.18.4.zip) = 55053 bytes --_----------=_152672126428210--