summaryrefslogtreecommitdiff
path: root/sha1.h
Commit message (Collapse)AuthorAge
* do not #include ansidecl.h from sha1.h, use system headersMichael Tokarev2018-05-15
| | | | | | | | | | | | | | | | | In 3.2.5 version of mdadm, new sha1 implementation has been included which tries to include ansidecl.h header which is internal to some other project. But this #include isn't really necessary, since this implementation does not actually use any defines from ansidecl.h. So just remove the #include, instead of adding a new external dependency. References: http://www.spinics.net/lists/raid/msg38859.html While at it, unconditionally include system headers like limits.h and stdint.h, since on a Linux system these headers are available, and these contains definitive information about real system types than any guesses. Gbp-Pq: Name sha1-includes.diff
* New upstream release.Dimitri John Ledkov2018-05-15
|
* Drop use-tempnode-not-devnode.patch, not needed anymore.debian/3.4-1Dimitri John Ledkov2016-02-19
| | | | | * Drop use-tempnode-not-devnode.patch, not needed anymore. * Drop use-external-blkid.diff. (Closes: #793631)
* New upstream release.Dimitri John Ledkov2016-02-19
|
* quilty stuffdebian/3.3.4-1Dimitri John Ledkov2015-11-08
|
* New upstream release.Dimitri John Ledkov2015-11-08
|
* mdadm (3.3.2-5) unstable; urgency=mediumMichael Tokarev2014-12-20
* use-tempnode-not-devnode.patch: change udev rules file to use $tempnode which works both on wheezy and jessie udev, instead of $devnode which only works in jessie. At this stage it is better to make rules file compatible with old version instead of adding versioned dependency. Should be removed for jessie+1. (Closes: #770883) * fix Closes: list in previous entry (Closes: #771852) # imported from the archive