1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
cgit (1.1+git2.10.2-3+deb9u1) stretch-security; urgency=high
* Non-maintainer upload by the Security Team.
* clone: fix directory traversal (CVE-2018-14912) (Closes: #905382)
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 04 Aug 2018 12:27:48 +0200
cgit (1.1+git2.10.2-3) unstable; urgency=medium
* Build-depend on asciidoc-base | asciidoc.
Thanks to Joseph Herlant (Closes: #850306)
* Capitalise Lua in package description
* Remove /var/cache/cgit on purge
-- Peter Colberg <peter@colberg.org> Fri, 06 Jan 2017 00:08:21 -0500
cgit (1.1+git2.10.2-2) unstable; urgency=medium
* Link with -ldl on GNU Hurd
-- Peter Colberg <peter@colberg.org> Fri, 25 Nov 2016 16:02:33 -0500
cgit (1.1+git2.10.2-1) unstable; urgency=medium
* New upstream release
* Drop patches applied upstream
* Add myself to debian/copyright
* Fix crash when using path limit
* Explicitly build-depend on zlib1g-dev
* Bump debhelper compat level to 10
* Drop redundant dh --parallel
* Always fall back to text lexer for syntax highlighting.
Thanks to Daniel Reichelt for the patch (Closes: #784621)
-- Peter Colberg <peter@colberg.org> Thu, 24 Nov 2016 23:37:45 -0500
cgit (1.0+git2.8.3-3) unstable; urgency=medium
* Build depend on strace on Linux only
* Remove unneeded build dependency on git
* Remove unused lintian override for dh-apache2
* Add debian/clean for generated files
-- Peter Colberg <peter@colberg.org> Sun, 26 Jun 2016 14:03:46 -0400
cgit (1.0+git2.8.3-2) unstable; urgency=medium
* Build depend on strace for access validation tests
* Enable parallel build
* Remove unused dependency on ${python:Depends}
* Suggest python3 instead of recommending python
* Suggest python3-pygments | highlight for syntax highlighting
* Suggest python3-docutils for rst2html
* Suggest python3-markdown for md2html
* Use python3 in md2html
* Fix FTBFS on GNU/kFreeBSD by linking with -ldl
-- Peter Colberg <peter@colberg.org> Sun, 19 Jun 2016 18:59:57 -0400
cgit (1.0+git2.8.3-1) unstable; urgency=medium
* New upstream release
- Uses internally Git 2.8.3, which fixes CVE-2016-2315 (Closes: #827405)
* Update patch headers to conform to DEP-3
* Set Maintainer to Debian Cgit Packaging Team (Closes: #826764)
* Add myself to Uploaders
* Update Homepage to https
* Add Vcs-Git and Vcs-Browser
* Bump Standards-Version to 3.9.8
* Update debian/copyright
* Enable verbose compilation
* Re-enable hardening flags
* Revise debian/rules
* Fix spelling
* Add debian/watch
* Add debian/gbp.conf
* Add get-orig-source target to pack orig tarball
-- Peter Colberg <peter@colberg.org> Wed, 15 Jun 2016 15:18:24 -0400
cgit (0.12.0.git2.7.0-1) unstable; urgency=medium
* [df708b9] Bump standards version
* [657c544] don't use pedantic
* New upstream version 0.12.0 with git 2.7.0
* [61fed05] Remove unused patch
-- Alexander Wirt <formorer@debian.org> Tue, 01 Mar 2016 14:10:45 +0100
cgit (0.11.2.git2.3.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
* CVE-2016-1899: Reflected XSS and header injection in mimetype query
string (Closes: #812411)
* CVE-2016-1900: Stored cross site scripting and header injection in
filename parameter (Closes: #812411)
* CVE-2016-1901: Integer overflow resulting in buffer overflow
(Closes: #812411)
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 27 Jan 2016 20:54:12 +0100
cgit (0.11.2.git2.3.2-1) unstable; urgency=medium
* [dc391b5] Imported Upstream version 0.11.2.git2.3.2 (Closes: #781299)
* [8a696dd] Refresh patches
* [3da8866] Bump standards version
* [5352316] Use debians rst2html and hilight 3.x (Closes: #765806)
* [c885b1a] ship cache directory (Closes: #784608)
-- Alexander Wirt <formorer@debian.org> Tue, 11 Aug 2015 10:24:03 +0200
cgit (0.10.2.git2.0.1-3) unstable; urgency=medium
* Initial upload
-- Alexander Wirt <formorer@debian.org> Thu, 28 Aug 2014 16:26:24 -0700
cgit (0.10.2.git2.0.1-2) unstable; urgency=medium
[ Nicolas Dandrimont ]
* [4b59a82] Return a 404 status code when a repo doesn't exist
* [4ea393e] Add missing b-d for tests
-- Alexander Wirt <formorer@debian.org> Fri, 01 Aug 2014 06:58:39 +0200
cgit (0.10.2.git2.0.1-1) unstable; urgency=low
* Initial packaging.
-- Alexander Wirt <formorer@debian.org> Fri, 01 Aug 2014 06:58:19 +0200
|