Always provide the same date and time in 'Py_GetBuildInfo'. This is the information shown at the REPL and in 'sys.version'. We cannot pass it in CPPFLAGS due to whitespace in the DATE string. --- a/Modules/getbuildinfo.c +++ b/Modules/getbuildinfo.c @@ -4,6 +4,10 @@ #include #endif +/* Deterministic date and time. */ +#define DATE "Jan 1 1970" +#define TIME "00:00:01" + #ifndef DATE #ifdef __DATE__ #define DATE __DATE__ it logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/zip.scm
AgeCommit message (Expand)Author
2016-12-29gnu: perl-zip: Update to 1.59....Tobias Geerinckx-Rice
2016-09-28gnu: zip: Use 'modify-phases'....Tobias Geerinckx-Rice
2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost
2015-10-23gnu: unzip: Reorganize security fixes for improved clarity....Mark H Weaver
2015-10-08gnu: unzip: Add various fixes....Mark H Weaver
2015-07-15gnu: unzip: Fix CVE-2014-9636 and some other bugs....Mark H Weaver
2015-03-14gnu: Update packages to use 'non-copyleft' instead of 'bsd-style'....Ludovic Courtès
2014-12-30gnu: Import (gnu packages) into (gnu packages zip)....Mark H Weaver
2014-12-30gnu: unzip: Add fixes for CVE-2014-{8139,8140,8141}....Mark H Weaver
2014-10-26gnu: Some cleanup based on lint checkers....Eric Bavier
2014-10-11gnu: Add perl-zip....John Darrington
2014-09-23Use #:prefix instead of #:renamer with 'symbol-prefix-proc'....Mark H Weaver
2014-04-02gnu: zip: Improve build process and install man pages in share/man....Mark H Weaver
2014-03-20gnu: unzip: Install man pages in share/man....Mark H Weaver
2013-12-15gnu: Move numerous "inputs" which should be "native-inputs"....John Darrington