Menu

#440 Make reproducible builds of sdcc easier by simplifying version string

None
closed-fixed
None
5
2015-06-24
2015-06-16
No

Make reproducible builds of sdcc easier.
Reproducible builds have become an important issue, e.g. due to man-in-the-middle-attacks on repositories. See https://wiki.debian.org/ReproducibleBuilds/About for more on reproducible builds.
Having a quick look, I noticed one issue that makes building sdcc in a reproducible way hard: The build date goes into the info string for sdcc --version. IMO, it would be best to just remove it; it seems mor confusing than useful to users anyway.

So this is a feature request to remove getBuildDate() from src/SDCCUtil.c.

Philipp

Discussion

  • Diego Herranz

    Diego Herranz - 2015-06-16

    I agree.

    Diego

     
  • Philipp Klaus Krause

    Patch with proposed changes attached.

    Philipp

     
  • Ben Shi

    Ben Shi - 2015-06-19

    So we will apply the patch after 3.5.0?

     
    • Philipp Klaus Krause

      If no one objects, yes.

      Philipp

       
  • Philipp Klaus Krause

    • assigned_to: Philipp Klaus Krause
    • Group: -->
     
  • Philipp Klaus Krause

    Fixed in revision #9259.

    Philipp

     
  • Philipp Klaus Krause

    • status: open --> closed-fixed
     

Log in to post a comment.