~ubuntu-branches/ubuntu/utopic/gitolite3/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): David Bremner
  • Date: 2014-01-04 07:30:51 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140104073051-xtwigapsar262q4r
Tags: 3.5.3.1-1
* New upstream release
* This release removes world+group read permissions from
  ~gitolite3/repositories, and world+group read+execute permissions from
  ~gitolite3/repositories/{gitolite-admin,testing}. This corrects a
  local information leak present in (at least) version 3.5.2-1 (see
  CVE-2013-7203)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Gerfried Fuchs <rhonda@debian.org>
5
5
Uploaders: David Bremner <bremner@debian.org>
6
 
Build-Depends: quilt
 
6
Build-Depends: quilt, debhelper
7
7
Build-Depends-Indep: po-debconf
8
8
Standards-Version: 3.9.3
9
9
Homepage: http://github.com/sitaramc/gitolite
12
12
 
13
13
Package: gitolite3
14
14
Architecture: all
15
 
Depends: git (>= 1:1.7.0.4) | git-core (>= 1:1.6.2), perl (>= 5.6.0-16),
 
15
Depends: ${misc:Depends}, git (>= 1:1.7.0.4) | git-core (>= 1:1.6.2), perl (>= 5.6.0-16),
16
16
 openssh-server, debconf (>= 0.5) | debconf-2.0, adduser
17
17
Suggests: git-daemon-run, gitweb
18
18
Description: SSH-based gatekeeper for git repositories (version 3)