aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-23 21:51:46 +0000
committerng0 <ng0@n0.is>2019-10-23 21:51:46 +0000
commit4993eac25ce2737fc45aec08f21226f523405804 (patch)
treea32a054c36102aa712a17b9b27be14b72fa8557b /ChangeLog
parent0c13e270c31ef2896d56eb3d53ac7a5714ea1e58 (diff)
downloadgnunet-4993eac25ce2737fc45aec08f21226f523405804.tar.gz
gnunet-4993eac25ce2737fc45aec08f21226f523405804.zip
remove never working setuid helper code from the build-system.
refer to the Changelog for a longer reason. In conclusion, this is what people expect, this is what Package Managers patch away for portability, and we can't use install(1) for this because it's not a portable tool.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e835da236..8c24a7e5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
1Wed Oct 23 00:00:00 UTC 2019
2 Remove setuid helpers. They never worked as intended. The
3 fixed version is not portable and the defacto good way to
4 handle this which is most portable is to let package managers
5 handle this (as they do right now, the good ones), and let
6 people handle this who read the documentation.
7 This commit removes what would be patched out by the majority
8 of package managers, which is setuid handling in Makefiles.
9 It is very likely that no one will notice this code is gone.
10 -ng0
11
1Thu Oct 17 00:00:00 UTC 2019 12Thu Oct 17 00:00:00 UTC 2019
2 Added support for doas, use it in some places conditionally 13 Added support for doas, use it in some places conditionally
3 if sudo is not present. Fixed sudo detection. -ng0 14 if sudo is not present. Fixed sudo detection. -ng0