diff options
author | wiz <wiz> | 2004-05-22 10:38:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-05-22 10:38:06 +0000 |
commit | 1709fda510c9bce7c852aab890bf18ce6f1c0050 (patch) | |
tree | 4adfd56c3bd56d0ca4881fcf0a63cbb0353744c2 /devel/cvs/Makefile | |
parent | 127f449f8f5ce10244d233e4264f79a6baec22a9 (diff) | |
download | pkgsrc-1709fda510c9bce7c852aab890bf18ce6f1c0050.tar.gz |
Update to 1.11.16:
Changes since 1.11.15:
**********************
SERVER SECURITY FIXES
* A potential buffer overflow vulnerability in the server has been fixed.
Prior to this patch, a malicious client could potentially use carefully
crafted server requests to run arbitrary programs on the CVS server machine.
This addresses the Common Vulnerabilities and Exposures Project's issue
#CAN-2004-0396. Please see <http://www.cve.mitre.org> for more information.
BUG FIXES
* The Microsoft Visual C++ workspace and project files have been repaired and
regenerated with MSVC++ 6.0.
* The cvs.1 man page is now generated automatically from a section of the CVS
Manual.
* Thanks to a report from Mark Andrews at the Internet Systems Consortium, the
:ext: connection method no longer relies on a transparent transport that uses
an argument processor that can handle arbitrary ordering of options and other
arguments when using a username other than the caller's.
* Thanks to Ken Raeburn at MIT, directory deletion, whether via `cvs release'
or empty directory pruning, now works on network shares under Windows XP.
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r-- | devel/cvs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 6d9c717ab2b..f4ad16299e2 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.76 2004/04/15 22:28:36 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2004/05/22 10:38:06 wiz Exp $ # -DISTNAME= cvs-1.11.15 +DISTNAME= cvs-1.11.16 CATEGORIES= devel MASTER_SITES= http://www.cvshome.org/files/19/10/ \ http://ftp.cvshome.org/release/stable/${DISTNAME}/ @@ -25,7 +25,7 @@ BUILD_DEFS+= USE_INET6 empty(MACHINE_PLATFORM:MLinux-*) CONFIGURE_ARGS+= --enable-ipv6 PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= cvs-1.11.15-v6-20040416.diff.gz +PATCHFILES= cvs-1.11.16-v6-20040521.diff.gz PATCH_DIST_STRIP= -p1 .else CONFIGURE_ARGS+= --disable-ipv6 |