mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6404] [MERGED] build: improve reliability/portability of date command usage #6000
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#6000
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6404
Author: @kmk3
Created: 7/11/2024
Status: ✅ Merged
Merged: 7/20/2024
Merged by: @kmk3
Base:
master← Head:build-man-fix-date📝 Commits (1)
ca2d752build: improve reliability/portability of date command usage📊 Changes
1 file changed (+9 additions, -2 deletions)
View changed files
📝
src/man/mkman.sh(+9 -2)📄 Description
Changes:
dateinvocations-dinstead of--date=-rand then to no argumentSome
dateimplementations only support BSD-rinstead of GNU-d/--date=and others may not support any of them since neither option isin POSIX.
For example, if zoneinfo is installed by chromebrew on ChromeOS, it
provides a date program that only supports
-rand overrides the systemone (which supports
-d) [1]:Environment: zoneinfo 2024a on ChromeOS M125.
Note: The changes are based on what is suggested by
reproducible-builds.org [2].
Relates to #193.
Fixes #6403.
[1] https://github.com/netblue30/firejail/issues/6403#issue-2402292506
[2] https://reproducible-builds.org/docs/source-date-epoch/
Reported-by: @Zopolis4
Cc: @reinerh (from #193)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.