From owner-cvs-ports Fri Sep 20 22:12:30 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA28491 for cvs-ports-outgoing; Fri, 20 Sep 1996 22:12:30 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA28349; Fri, 20 Sep 1996 22:12:12 -0700 (PDT) Date: Fri, 20 Sep 1996 22:12:12 -0700 (PDT) From: Peter Wemm Message-Id: <199609210512.WAA28349@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/net/rdist6/patches patch-ad patch-af ports/net/rdist6 Makefile ports/net/rdist6/files md5 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/20 22:12:11 Modified: net/rdist6 Makefile net/rdist6/files md5 net/rdist6/patches patch-ad Removed: net/rdist6/patches patch-af Log: Update to rdist-6.1.3. The only major thing changed seems to be two buffer overflow problems, which shouldn't be an issue since it's not setuid. While here, do not hardcode /usr/local, use $(PREFIX). Do not patch the install target so that 'make install' does the man pages, add install.man to the ${INSTALL_TARGET} variable so that both "install" and "install.man" are done. This reduces the diff to the base source a little, but has the same overall effect. Revision Changes Path 1.7 +5 -3 ports/net/rdist6/Makefile 1.3 +1 -1 ports/net/rdist6/files/md5 1.4 +3 -3 ports/net/rdist6/patches/patch-ad