- 07 Sep, 2019 2 commits
-
-
Clint Adams authored
Do not call update-mime in maintainer scripts See merge request debian/debianutils!2
-
Sven Joachim authored
There has been a trigger for that since mime-support 3.52-1, released in February 2012.
-
- 06 Sep, 2019 3 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
Closes: #719692
-
- 17 Jul, 2019 2 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
- 11 Jul, 2019 2 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
- 21 Jan, 2019 2 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
- 01 Oct, 2018 1 commit
-
-
Ondřej Nový authored
-
- 15 May, 2018 8 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
- 06 Jan, 2018 2 commits
-
-
Clint Adams authored
Use mkstemps(3) instead of tempnam(3). See merge request debian/debianutils!1
-
Andrej Shadura authored
tempnam(3) is insecure, not recommended to be used, marked as obsolete in POSIX.1-2008. In fact, pseudo(1) fakeroot replacement for OpenEmbedded, blocks the use of tempnam(3) and tmpnam(3) hardcoding them to return ENOMEM. Reimplement tempfile using mkstemps(3), performing directory selection according to tempfile's manual page. Update the manpage accordingly.
-
- 30 Dec, 2017 3 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
- 10 Nov, 2017 2 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
- 07 Aug, 2017 1 commit
-
-
Clint Adams authored
-
- 02 Apr, 2017 4 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
- 17 Nov, 2016 4 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
- 29 Jun, 2016 4 commits
-
-
Clint Adams authored
-
Clint Adams authored
-
Clint Adams authored
-
In the case of usr merged systems we want the shells to also be listed with their real paths, eg. /usr/bin/bash, in addition to their specified path in /etc/shells (While at it also fix mixed tab/spaces indentation of help texts and trailing whitespace.) The mixture of dirname/realpath/basename is to avoid expanding the filename, only the directory part of the path. This is to avoid /bin/sh being expanded to /usr/bin/dash rather than /usr/bin/sh. Maybe we want to add both in such a case? Closes: #817168
-