mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #193] [MERGED] Make the build reproducible #3560
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#3560
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/193
Author: @reinerh
Created: 12/16/2015
Status: ✅ Merged
Merged: 12/17/2015
Merged by: @netblue30
Base:
master← Head:master📝 Commits (2)
991a209Sort file lists to make build reproduciblebe116e6Embed deterministic timestamp in manpages📊 Changes
7 files changed (+14 additions, -14 deletions)
View changed files
📝
mkman.sh(+2 -2)📝
src/firejail/Makefile.in(+2 -2)📝
src/firemon/Makefile.in(+2 -2)📝
src/ftee/Makefile.in(+2 -2)📝
src/lib/Makefile.in(+2 -2)📝
src/libtrace/Makefile.in(+2 -2)📝
src/libtracelog/Makefile.in(+2 -2)📄 Description
Firejail is currently not building reproducibly 1.
The order of object files is random while linking. This is easily fixed by sorting the filelists.
A timestamp from the current date is also embedded into manpages.
By making use of the SOURCE_DATE_EPOCH variable [2](when available), the timestamp can
be set to a deterministic one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.