git 1:2.14.1-1ubuntu4 source package in Ubuntu

Changelog

git (1:2.14.1-1ubuntu4) artful; urgency=high

  * SECURITY UPDATE: Git cvsserver OS Command Injection (LP: #1719740)
    - shell-drop-git-cvsserver-support-by-default.diff
    - cvsserver-use-safe_pipe_capture.diff
    - cvsimport-shell-quote-variable-used-in-backticks.diff
    - archimport-use-safe_pipe_capture-for-user-input.diff
    - CVE-2017-14867

 -- Simon Quigley <email address hidden>  Tue, 26 Sep 2017 19:11:26 -0500

Upload details

Uploaded by:
Simon Quigley
Sponsored by:
Marc Deslauriers
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
vcs
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
git_2.14.1.orig.tar.xz 4.6 MiB 6f724c6d0e9e13114ab35db6f67e1b2c1934b641e89366e6a0e37618231f2cc6
git_2.14.1-1ubuntu4.debian.tar.xz 536.9 KiB 0e99c7771e82f1f1500e89304549f23cbd169ab363254f12d3cd9639b91a9832
git_2.14.1-1ubuntu4.dsc 2.9 KiB 90d2356d869494bff03e2111c2f0ea6ab96ddfc25786693f1a02124bbfef05c8

View changes file

Binary packages built by this source

git: fast, scalable, distributed revision control system

 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides the git main components with minimal dependencies.
 Additional functionality, e.g. a graphical user interface and revision
 tree visualizer, tools for interoperating with other VCS's, or a web
 interface, is provided as separate git* packages.

git-all: No summary available for git-all in ubuntu artful.

No description available for git-all in ubuntu artful.

git-core: No summary available for git-core in ubuntu artful.

No description available for git-core in ubuntu artful.

git-cvs: No summary available for git-cvs in ubuntu artful.

No description available for git-cvs in ubuntu artful.

git-daemon-run: No summary available for git-daemon-run in ubuntu artful.

No description available for git-daemon-run in ubuntu artful.

git-daemon-sysvinit: No summary available for git-daemon-sysvinit in ubuntu artful.

No description available for git-daemon-sysvinit in ubuntu artful.

git-dbgsym: debug symbols for git
git-doc: No summary available for git-doc in ubuntu artful.

No description available for git-doc in ubuntu artful.

git-el: No summary available for git-el in ubuntu artful.

No description available for git-el in ubuntu artful.

git-email: No summary available for git-email in ubuntu artful.

No description available for git-email in ubuntu artful.

git-gui: fast, scalable, distributed revision control system (GUI)

 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides the git graphical user interface.
 .
 If aspell is installed, it can check the spelling of commit messages
 as the user types.

git-man: No summary available for git-man in ubuntu artful.

No description available for git-man in ubuntu artful.

git-mediawiki: No summary available for git-mediawiki in ubuntu artful.

No description available for git-mediawiki in ubuntu artful.

git-svn: No summary available for git-svn in ubuntu artful.

No description available for git-svn in ubuntu artful.

gitk: fast, scalable, distributed revision control system (revision tree visualizer)

 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides the gitk program, a tcl/tk revision tree visualizer.

gitweb: fast, scalable, distributed revision control system (web interface)

 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package configures a web interface for browsing git repositories.
 .
 If apache2 is installed, the web interface is automatically made
 available at http://localhost/gitweb. Other servers that support CGI
 or mod_perl are supported through manual configuration.
 .
 If libcgi-fast-perl is installed, gitweb can also be run over FastCGI
 (and served by nginx, for example).