Skip to content
Snippets Groups Projects
  • Paul Spooren's avatar
    a7253829
    busybox: show reproducible timestamp · a7253829
    Paul Spooren authored
    
    On login busybox shows a timestamp per default contianing the build
    date. Since the build date isn't reproducible per default this behaviour
    was disabled by default via 34df4d40 "busybox: disable timestamp in
    version".
    
    This commit modifies busybox so that the printed timestamp reproducible
    using SOURCE_DATE_EPOCH and therefore shouldn't be disabled anymore.
    
    Before:
    
        BusyBox v1.33.1 () built-in shell (ash)
    
    After:
    
        BusyBox v1.33.1 (2021-05-13 09:34:34 UTC) built-in shell (ash)
    
    Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
    a7253829
    History
    busybox: show reproducible timestamp
    Paul Spooren authored
    
    On login busybox shows a timestamp per default contianing the build
    date. Since the build date isn't reproducible per default this behaviour
    was disabled by default via 34df4d40 "busybox: disable timestamp in
    version".
    
    This commit modifies busybox so that the printed timestamp reproducible
    using SOURCE_DATE_EPOCH and therefore shouldn't be disabled anymore.
    
    Before:
    
        BusyBox v1.33.1 () built-in shell (ash)
    
    After:
    
        BusyBox v1.33.1 (2021-05-13 09:34:34 UTC) built-in shell (ash)
    
    Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>