Path to this page:
./
devel/cvsps,
Generates patchset information from a CVS repository
Branch: pkgsrc-2016Q2,
Version: 2.1nb4,
Package name: cvsps-2.1nb4,
Maintainer: schmonzCVSps is a program for generating 'patchset' information from a
CVS repository. A patchset in this case is defined as a set of
changes made to a collection of files, and all committed at the
same time (using a single 'cvs commit' command). This information
is valuable to seeing the big picture of the evolution of a cvs
project. While cvs tracks revision information, it is often difficult
to see what changes were committed 'atomically' to the repository.
Master sites:
SHA1: a53a62b121e7b86e07a393bcb8aa4f0492a747c4
RMD160: a3063f638fbf1136761549658432d5842e4a766f
Filesize: 60.189 KB
Version history: (Expand)
- (2016-07-28) Updated to version: cvsps-2.1nb4
- (2016-07-07) Package has been reborn
- (2016-07-06) Package added to pkgsrc.se, version cvsps-2.1nb3 (created)
CVS history: (Expand)
2016-07-28 14:56:35 by S.P.Zeidler | Files touched by this commit (3) |
Log message:
Pullup ticket #5074 - requested by christos
devel/cvsps: security patch
Revisions pulled up:
- devel/cvsps/Makefile 1.27
- devel/cvsps/distinfo 1.14
- devel/cvsps/patches/patch-ag 1.2
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: christos
Date: Mon Jul 25 05:10:03 UTC 2016
Modified Files:
pkgsrc/devel/cvsps: Makefile distinfo
pkgsrc/devel/cvsps/patches: patch-ag
Log message:
Fix buffer overflow on long lines
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/cvsps/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/cvsps/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/cvsps/patches/patch-ag
|