Package cvs: Information

    Source package: cvs
    Version: 1.11.23-alt9
    Build time:  Jul 3, 2023, 07:48 PM
    Report package bug
    License: GPLv2+
    Summary: A version control system
    Description: 
    CVS means Concurrent Version System; it is a version control
    system which can record the history of your files (usually,
    but not always, source code).  CVS only stores the differences
    between versions, instead of every version of every file
    you've ever created.  CVS also keeps a log of who, when and
    why changes occurred, among other aspects.
    
    CVS is very helpful for managing releases and controlling
    the concurrent editing of source files among multiple
    authors.  Instead of providing version control for a
    collection of files in a single directory, CVS provides
    version control for a hierarchical collection of
    directories consisting of revision controlled files.
    
    These directories and files can then be combined together
    to form a software release.

    List of rpms provided by this srpm:
    cvs (e2kv6, e2kv5, e2kv4, e2k)
    cvs-contrib (noarch)
    cvs-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    cvs-doc (noarch)
    cvs-pserver (noarch)

    Maintainer: Dmitry V. Levin

    List of contributors:
    Dmitry V. Levin
    Michael Shigorin

      1. makeinfo
      2. groupdel-cvsadmin
      3. zlib-devel

    Last changed


    July 1, 2023 Dmitry V. Levin 1.11.23-alt9
    - cvs history: fixed potential heap write out of bounds.
    July 31, 2022 Dmitry V. Levin 1.11.23-alt8
    - Replaced "egrep" with "grep -E", "fgrep" with "grep -F".
    Oct. 18, 2018 Dmitry V. Levin 1.11.23-alt7
    - Fixed %check.