[ubuntu/bionic-proposed] git 1:2.15.1-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Fri Dec 8 23:49:13 UTC 2017


git (1:2.15.1-1ubuntu1) bionic; urgency=low

  * Merge from Debian unstable.  LP: #1729075.
  * Remaining changes:
    - debian/control: build against pcre v3 only
    - debian/rules: s390x libpcre3 library has JIT disabled, set
      NO_LIBPCRE1_JIT on that arch to stop the build from failing.
  * Dropped changes, included upstream:
    - debian/patches/git-branch-fix-regressions.patch: Fix branch renaming
      not updating HEADs correctly.
    - SECURITY UPDATE: Git cvsserver OS Command Injection

git (1:2.15.1-1) unstable; urgency=low

  * new upstream point release (see RelNotes/2.15.1.txt).
  * debian/control: Build-Depends-Indep: asciidoc (>= 8.6.10).
  * debian/control: Standards-Version: 4.1.1.1.
  * debian/patches:
    * Normalize-generated-asciidoc-timestamps-...diff: remove; no
      longer needed (thx Anders Kaseorg; see #782294).
    * git-gui-Sort-entries-in-optimized-tclIndex.diff: update to
      upstream version.

git (1:2.15.0-1) unstable; urgency=low

  * new upstream release (see RelNotes/2.15.0.txt).

git (1:2.15.0~rc2-1) unstable; urgency=low

  * new upstream release candidate.

git (1:2.15.0~rc1-1) unstable; urgency=low

  * new upstream release candidate.
  * remove transitional git-core package (thx Holger Levsen;
    closes: #878189).

git (1:2.15.0~rc0-1) unstable; urgency=low

  * new upstream release candidate (see RelNotes/2.15.0.txt).

git (1:2.14.2-1) unstable; urgency=high

  * new upstream point release (see RelNotes/2.14.1.txt).  Among other
    changes, this fixes a remote shell command execution vulnerability
    via CVS protocol:
    - git-shell: drop cvsserver support by default
    - git-cvsserver: harden backtick captures against user input

  Thanks to joernchen of Phenoelit for discovering, reporting, and
  fixing this vulnerability, and to Junio C Hamano and Jeff King for
  the fixes to related issues.

git (1:2.14.1-3) unstable; urgency=low

  * git.README.Debian: remove obsolete instructions about setting up a
    server to handle rsync:// protocol.

git (1:2.14.1-2) unstable; urgency=low

  * debian/control: git-daemon-sysvinit: Priority: optional.
  * debian/control: clarify how to decide between git-daemon-run and
    git-daemon-sysvinit in package descriptions.
  * debian/control: Standards-Version: 4.0.1.0.

Date: Fri, 08 Dec 2017 15:28:09 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/git/1:2.15.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 08 Dec 2017 15:28:09 -0800
Source: git
Binary: git git-man git-doc git-cvs git-svn git-mediawiki git-email git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: source
Version: 1:2.15.1-1ubuntu1
Distribution: bionic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description:
 git        - fast, scalable, distributed revision control system
 git-all    - fast, scalable, distributed revision control system (all subpacka
 git-cvs    - fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system (git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system (git-daemon s
 git-doc    - fast, scalable, distributed revision control system (documentatio
 git-el     - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui    - fast, scalable, distributed revision control system (GUI)
 git-man    - fast, scalable, distributed revision control system (manual pages
 git-mediawiki - fast, scalable, distributed revision control system (MediaWiki re
 git-svn    - fast, scalable, distributed revision control system (svn interope
 gitk       - fast, scalable, distributed revision control system (revision tre
 gitweb     - fast, scalable, distributed revision control system (web interfac
Closes: 878189
Launchpad-Bugs-Fixed: 1729075
Changes:
 git (1:2.15.1-1ubuntu1) bionic; urgency=low
 .
   * Merge from Debian unstable.  LP: #1729075.
   * Remaining changes:
     - debian/control: build against pcre v3 only
     - debian/rules: s390x libpcre3 library has JIT disabled, set
       NO_LIBPCRE1_JIT on that arch to stop the build from failing.
   * Dropped changes, included upstream:
     - debian/patches/git-branch-fix-regressions.patch: Fix branch renaming
       not updating HEADs correctly.
     - SECURITY UPDATE: Git cvsserver OS Command Injection
 .
 git (1:2.15.1-1) unstable; urgency=low
 .
   * new upstream point release (see RelNotes/2.15.1.txt).
   * debian/control: Build-Depends-Indep: asciidoc (>= 8.6.10).
   * debian/control: Standards-Version: 4.1.1.1.
   * debian/patches:
     * Normalize-generated-asciidoc-timestamps-...diff: remove; no
       longer needed (thx Anders Kaseorg; see #782294).
     * git-gui-Sort-entries-in-optimized-tclIndex.diff: update to
       upstream version.
 .
 git (1:2.15.0-1) unstable; urgency=low
 .
   * new upstream release (see RelNotes/2.15.0.txt).
 .
 git (1:2.15.0~rc2-1) unstable; urgency=low
 .
   * new upstream release candidate.
 .
 git (1:2.15.0~rc1-1) unstable; urgency=low
 .
   * new upstream release candidate.
   * remove transitional git-core package (thx Holger Levsen;
     closes: #878189).
 .
 git (1:2.15.0~rc0-1) unstable; urgency=low
 .
   * new upstream release candidate (see RelNotes/2.15.0.txt).
 .
 git (1:2.14.2-1) unstable; urgency=high
 .
   * new upstream point release (see RelNotes/2.14.1.txt).  Among other
     changes, this fixes a remote shell command execution vulnerability
     via CVS protocol:
     - git-shell: drop cvsserver support by default
     - git-cvsserver: harden backtick captures against user input
 .
   Thanks to joernchen of Phenoelit for discovering, reporting, and
   fixing this vulnerability, and to Junio C Hamano and Jeff King for
   the fixes to related issues.
 .
 git (1:2.14.1-3) unstable; urgency=low
 .
   * git.README.Debian: remove obsolete instructions about setting up a
     server to handle rsync:// protocol.
 .
 git (1:2.14.1-2) unstable; urgency=low
 .
   * debian/control: git-daemon-sysvinit: Priority: optional.
   * debian/control: clarify how to decide between git-daemon-run and
     git-daemon-sysvinit in package descriptions.
   * debian/control: Standards-Version: 4.0.1.0.
Checksums-Sha1:
 46f0d4a152b72ed7dca628858148e1178872548b 2921 git_2.15.1-1ubuntu1.dsc
 0ff2d0c64621f92e15759b2ca07838858bef8ff0 4894768 git_2.15.1.orig.tar.xz
 26e43190fb6a28d90f27802d463b38f1b79a1e3e 555428 git_2.15.1-1ubuntu1.debian.tar.xz
 9e30e3c81b0734fb90ebde7b2cf55e94b7493883 7849 git_2.15.1-1ubuntu1_source.buildinfo
Checksums-Sha256:
 551a32cdb56b953398436437449aca626f9389daf824f284613e29bd01087617 2921 git_2.15.1-1ubuntu1.dsc
 999c90fd7d45066992cdb87dda35bdff6dfc1d01496118ea718dfb866da4045c 4894768 git_2.15.1.orig.tar.xz
 a29552838050f6015b35eb92363f4d8203224c9f3619b6f2c380a0bdff82b3c1 555428 git_2.15.1-1ubuntu1.debian.tar.xz
 2ba556f152f0d9cbf56a122d624f59cebc699b4c30e68fd453bf4a45f9d174cc 7849 git_2.15.1-1ubuntu1_source.buildinfo
Files:
 a49d78c6078a6046bff9a4723389c678 2921 vcs optional git_2.15.1-1ubuntu1.dsc
 48f7904c4401864751de7d52949f5de5 4894768 vcs optional git_2.15.1.orig.tar.xz
 82e70bb88ed7732c01efca6bf750a0f5 555428 vcs optional git_2.15.1-1ubuntu1.debian.tar.xz
 6753c06e3dd2ff50d7b2ea6524fdd928 7849 vcs optional git_2.15.1-1ubuntu1_source.buildinfo
Original-Maintainer: Gerrit Pape <pape at smarden.org>

-----BEGIN PGP SIGNATURE-----

iQI3BAEBCgAhBQJaKySQGhxzdGV2ZS5sYW5nYXNla0B1YnVudHUuY29tAAoJEFaN
MPMhshM9Pd8P/jrpnkSzwVxMvmFnQAWABGCbHcZ6dIFr+ppqhgM+LbXiIm/si9T9
npd9A3eUJXyY43UI/npWnDBeaZMl6qrCPb3iN30nh0SREPXtaoXoy4Ptom+Z3Cgu
s1D2m2Z2t0215HO/mn1Z/fnPBdDuRoVvy46cAvfa3pJdg6LaPbupObTcITQAOySQ
VdVp418HfcR4KBQN7xpz8LIFDA+87cqOcAusnqG8eLEziSiNvgO/haTZ2EN4daXC
re1FRgcVmVV/Hz0/32V1gsWWJ2O1W0BQDvODxgoYQa7iL387DBBbpl0+DSC+jBBI
3I4FZ6XQaGoNpLiCsLXaXwDfHdlG65oZjWj/5e4EoFWW+/m2TN/CXJEMy/+RJbck
K8M5RwifVknaI27vEjsUDcsfOOa4QQ+iRtXOl0hqILjluzWap+8M/eFhlRpMQAVD
1+hvbhrw4tgxX4EeODO6oqdGzTtUCXHikC1dwU1gSKHe5V9Y3BT0zkJqQmNlHawT
bmLStBvp0OLWbY+LEX2W3D8tSvH4ritEFUa/D0OXonuWua/xkG5QU5hvb6LS8gED
2DbaErHfl1WRBJoeaWg61vH4Ismct1wfpHYx7cSCws622OVxzhpyTCb9HHnSHAMx
L+94Cw4cJEVtTPunFeY6yzKYeDW8MDTT3nZrO70BHKrzg+f9biveigJh
=X5Nn
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list