summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* finalise changelog for 1.20151215-2 uploaddebian/1.20151215-2archive/debian/1.20151215-2Sean Whitton2020-01-01
|
* standardise & update d/copyrightSean Whitton2020-01-01
|
* Rules-Requires-Root: noSean Whitton2020-01-01
|
* Drop debian/gbp.confSean Whitton2020-01-01
|
* std-ver 4.4.1Sean Whitton2020-01-01
|
* adopt package & use https in URIsSean Whitton2020-01-01
|
* Merge remote-tracking branch 'dgit/dgit/sid'Sean Whitton2020-01-01
|\
| * Commit Debian 3.0 (quilt) metadatadebian/1.20151215-1.2archive/debian/1.20151215-1.2Sean Whitton2018-07-22
| | | | | | | | [dgit (5.10~bpo9+1) quilt-fixup]
| * changelog for NMUSean Whitton2018-07-22
| |
| * patch duplicate Arbitrary instance out of Utility/QuickCheck.hsSean Whitton2018-07-22
| |
| * Commit Debian 3.0 (quilt) metadatadebian/1.20151215-1.1archive/debian/1.20151215-1.1Sean Whitton2017-07-25
| | | | | | | | [dgit (3.12) quilt-fixup]
| * changelog for NMUSean Whitton2017-07-25
| |
| * patch Common.hs to avoid duplicate import errorsSean Whitton2017-07-25
| |
| * split out module to work around badly named symbol in directory-1.2.6.2Joey Hess2017-07-25
| | | | | | | | | | | | | | Sadly my bug report about this is not going to get fixed it seems, so I have to drag around a whole added module file just to deal with it. https://github.com/haskell/directory/issues/52
| * Fix build with QuickCheck 2.8.2Joey Hess2017-07-25
| | | | | | | | It added some instances I had also implemented.
| * Record git-repair (1.20151215-1) in archive suite sidRichard Hartmann2015-12-15
| |\
| | * git-repair (1.20151215-1) unstable; urgency=mediumRichard Hartmann2015-12-15
| | |\ | | | | | | | | | | | | | | | | | | | | * Package 1.20151215-1 [dgit import unpatched git-repair 1.20151215-1]
| | | * Import git-repair_1.20151215-1.debian.tar.xzRichard Hartmann2015-12-15
| | | | | | | | | | | | [dgit import tarball git-repair 1.20151215-1 git-repair_1.20151215-1.debian.tar.xz]
| | * Import git-repair_1.20151215.orig.tar.xzJoey Hess2015-12-15
| | | | | | | | [dgit import orig git-repair_1.20151215.orig.tar.xz]
* | Package 1.20151215-1debian/1.20151215-1Richard Hartmann2015-12-16
| |
* | Merge tag '1.20151215' into debianRichard Hartmann2015-12-16
|\ \ | | | | | | | | | tagging package git-repair version 1.20151215
| * | add lintian override for rpath stuff1.20151215Joey Hess2015-12-15
| | |
| * | prep releaseJoey Hess2015-12-15
| | |
| * | merge from git-annexJoey Hess2015-12-15
| | |
| * | improve temp dir securityJoey Hess2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://bugs.debian.org/807341 * Fix insecure temporary permissions. Repair clones the git repository to a temp directory which is made using the user's umask. Thus, it might expose a git repo that is otherwise locked down. * Fix potential denial of service attack when creating temp dirs. Since withTmpDir used easily predictable temporary directory names, an attacker could create foo.0, foo.1, etc and as long as it managed to keep ahead of it, could prevent it from ever returning. I'd rate this as a low utility DOS attack. Most attackers in a position to do this could just fill up the disk /tmp is on to prevent anything from writing temp files. And few parts of git-annex use withTmpDir anyway, so DOS potential is quite low. Examined all callers of withTmpDir and satisfied myself that switching to mkdtmp and so getting a mode 700 temp dir wouldn't break any of them.
| * | merge hardneing flags and lintian rpath ignore from git-annexJoey Hess2015-08-19
| | |
| * | typoJoey Hess2015-06-09
| | |
| * | disable ghc 7.10's obnoxious warning about tabs for indentationJoey Hess2015-05-10
| | |
| * | Merge from git-annex.Joey Hess2015-04-29
| | |
* | | Package 1.20150106-2Richard Hartmann2015-08-20
| | |
* | | debian/control: Fix typoRichard Hartmann2015-08-20
| | |
* | | Package 1.20150106-1debian/1.20150106-1Richard Hartmann2015-08-20
|/ / | | | | | | | | | | | | | | * Update deps * Take over maintainership * Switch to non-native 3.0 (quilt) * Introduce gbp.conf * Bump Standards-Version to 3.9.6
* | prep release1.20150106Joey Hess2015-01-06
| |
* | Merge from git-annex.Joey Hess2015-01-06
| |
* | Fix build with process 1.2.1.0.Joey Hess2015-01-04
| |
* | Debian package is now maintained by Gergely Nagy.Joey Hess2014-11-11
| |
* | merge from git-annexJoey Hess2014-11-10
| |
* | add rss feed for new versions etcJoey Hess2014-11-10
|/
* prepdebian/1.201410271.20141027Joey Hess2014-10-27
|
* Merge Build/ from git-annex, including removing a use of deprecated System.Cmd.Joey Hess2014-10-27
|
* Adjust cabal file to support network-uri split.Joey Hess2014-10-27
|
* setenv for windowsdebian/1.201410261.20141026Joey Hess2014-10-26
|
* prep releaseJoey Hess2014-10-26
|
* whitespaceJoey Hess2014-10-12
|
* Merge from git-annex.Joey Hess2014-10-12
| | | | Includes changing to new exceptions library, and some whitespace fixes.
* bump cabal version for range expressionJoey Hess2014-09-14
|
* update to make tarballs cabal still acceptsJoey Hess2014-09-14
|
* prepdebian/1.201409141.20140914Joey Hess2014-09-14
|
* Update to build with optparse-applicative 0.10. Closes: #761552Joey Hess2014-09-14
|
* prep releasedebian/1.201408151.20140815Joey Hess2014-08-15
|