summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-06-30 02:02:41 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-06-30 02:43:38 (EDT)
commitb6626e0e23ee817383e29fc1f2428bca169a20db (patch)
tree2436d6eec82fea14bbf5cfdebace88ad4760a5bf /NEWS
parent5742acad2cbdc7811dfd5f97d41f901efe714a1d (diff)
ob-buildopk: Don't chown data
This partially reverts commit 483800ef9ecf5ce98c0f6894e222bf08a68bb617.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6a1231f..8533dbc 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,13 @@ Utilities:
directories.
- ob-gencontrol qualifies names in "Package" fields.
- ob-buildopk and ob-genchanges qualify names in "*.opk" file names.
+ * ob-buildopk no longer sets the owner and group of all data files to
+ 0:0, as done since version 4.1.0. This is not expected to change
+ file owners or groups in any ProteanOS packages at this time,
+ because:
+ - oh-fixperms (used in most packages) also sets owners and groups
+ - "build" makefile "install" targets are run with (fake) superuser
+ privileges.
libopkbuild: