No https support in gitlib2

Bug #1595565 reported by Match
24
This bug affects 4 people
Affects Status Importance Assigned to Milestone
libgit2 (Debian)
Fix Released
Unknown
libgit2 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

The libgit2-24 package doesn't seem to be compiled with https/TLS support.

>$ apt-get install libgit2-24 pygit2
>$ python -c "import pygit2; print(bool(pygit2.features & pygit2.GIT_FEATURE_HTTPS))"
False

If I manually install libgit2 and pygit2 following the quick install instructions* then it works

>$ python -c "import pygit2; print(bool(pygit2.features & pygit2.GIT_FEATURE_HTTPS))"
True

* (http://www.pygit2.org/install.html#requirements)

OS/Software info:

Description: Ubuntu 16.04 LTS
Release: 16.04

libgit2-24:
  Installed: 0.24.1-2
  Candidate: 0.24.1-2
  Version table:
     0.24.1-2 500
        500 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

python-pygit2:
  Installed: 0.24.0-0ubuntu2
  Candidate: 0.24.0-0ubuntu2
  Version table:
     0.24.0-0ubuntu2 500
        500 http://gb.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

Revision history for this message
Lenard Fudala (lfudala) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in libgit2 (Ubuntu):
status: New → Confirmed
Revision history for this message
Tim White (timwhite88) wrote :
Changed in libgit2 (Debian):
status: Unknown → Confirmed
Changed in libgit2 (Debian):
status: Confirmed → Fix Released
Utkarsh Gupta (utkarsh)
Changed in libgit2 (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.