diff options
author | grant <grant@pkgsrc.org> | 2004-06-10 10:06:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-10 10:06:43 +0000 |
commit | 30980e582dae171dab9c7478e55eb0c824620da7 (patch) | |
tree | a9af1f4eafe04e3af5947f663c6032894960d710 /devel/cvs | |
parent | 6e287dc7e1094a4cf9b48d07e18a2e800a6823fc (diff) | |
download | pkgsrc-30980e582dae171dab9c7478e55eb0c824620da7.tar.gz |
Updated cvs to 1.11.17.
changes since 1.11.16:
SERVER SECURITY FIXES
* Thanks to Stefan Esser & Sebastian Krahmer, several potential security
problems have been fixed. The ones which were considered dangerous enough
to catalogue were assigned issue numbers CAN-2004-0416, CAN-2004-0417, &
CAN-2004-0418 by the Common Vulnerabilities and Exposures Project. Please
see <http://www.cve.mitre.org> for more information.
* A potential buffer overflow vulnerability in the server has been fixed.
This addresses the Common Vulnerabilities and Exposures Project's issue
#CAN-2004-0414. Please see <http://www.cve.mitre.org> for more information.
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/Makefile | 12 | ||||
-rw-r--r-- | devel/cvs/distinfo | 10 |
2 files changed, 12 insertions, 10 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index f4ad16299e2..c8d9d5f595d 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.77 2004/05/22 10:38:06 wiz Exp $ +# $NetBSD: Makefile,v 1.78 2004/06/10 10:06:43 grant Exp $ # -DISTNAME= cvs-1.11.16 +DISTNAME= cvs-1.11.17 CATEGORIES= devel -MASTER_SITES= http://www.cvshome.org/files/19/10/ \ - http://ftp.cvshome.org/release/stable/${DISTNAME}/ +# (SSL) download URL according to http://www.cvshome.org/ is +# https://ccvs.cvshome.org/files/documents/19/191/cvs-1.11.17.tar.bz2 +MASTER_SITES= http://musthave.sunbase.org/progs/ccvs/${DISTNAME}/ \ + ${MASTER_SITE_BACKUP} EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org @@ -25,7 +27,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.16-v6-20040521.diff.gz +PATCHFILES= cvs-1.11.17-v6-20040610.diff.gz PATCH_DIST_STRIP= -p1 .else CONFIGURE_ARGS+= --disable-ipv6 diff --git a/devel/cvs/distinfo b/devel/cvs/distinfo index 2279c934a29..68041743c91 100644 --- a/devel/cvs/distinfo +++ b/devel/cvs/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.20 2004/05/22 10:38:06 wiz Exp $ +$NetBSD: distinfo,v 1.21 2004/06/10 10:06:44 grant Exp $ -SHA1 (cvs-1.11.16.tar.bz2) = 4039da2b3e7570a26760fdc389c7eb97e86fd22e -Size (cvs-1.11.16.tar.bz2) = 2268160 bytes -SHA1 (cvs-1.11.16-v6-20040521.diff.gz) = 80eba2b51111d6019b898210f9ff140d207b7c91 -Size (cvs-1.11.16-v6-20040521.diff.gz) = 12823 bytes +SHA1 (cvs-1.11.17.tar.bz2) = d64282e744424ec7c5f92b66e78e5a6fded90ff9 +Size (cvs-1.11.17.tar.bz2) = 2343366 bytes +SHA1 (cvs-1.11.17-v6-20040610.diff.gz) = 2e26d569ea2c5a9379b4d7544c09597fddc346e6 +Size (cvs-1.11.17-v6-20040610.diff.gz) = 12807 bytes SHA1 (patch-aa) = 54f4e33a268bb9f65ed7b832a32de83abdc9f9e1 SHA1 (patch-ab) = dc38ec5a77905f754d707fe2bfb76475c6fd537f SHA1 (patch-ac) = c2142c0fab9603bf8d605fa53957d50bb0b40b3d |