--- mhash-0.9.9.9/src/hmac_test.c 2020-08-20 14:53:06.628995733 -0500 +++ mhash-0.9.9.9/src/hmac_test.c 2020-08-20 14:53:39.424885862 -0500 @@ -72,8 +72,6 @@ return(MUTILS_INVALID_RESULT); } - mutils_free(tmp); - /* Test No 2 */ mutils_memset(tmp, 0, sizeof(tmp)); --- mhash-0.9.9.9/src/keygen_test.c 2020-08-20 14:53:12.940974589 -0500 +++ mhash-0.9.9.9/src/keygen_test.c 2020-08-20 14:53:59.736817812 -0500 @@ -94,8 +94,6 @@ return(MUTILS_INVALID_RESULT); } - mutils_free(tmp); - passlen = sizeof(PASSWORD2); password = (mutils_word8 *) mutils_malloc(passlen + 1); mutils_strncpy(password, (mutils_word8 *) PASSWORD2, passlen); 3bad19da20cb034ca2bc245c2b48cf00'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/time-travel-manifest.scm
AgeCommit message (Expand)Author
2024-03-10time-travel-manifest: Uncomment all the past releases....This reverts a4c35c607cfd7d6b0bad90cfcc46188d489e1754. * etc/time-travel-manifest.scm (%release-commits): Uncomment all the revisions. Change-Id: I6abdb760cbcf06597d843cabc5fd973ee916dc77 Ludovic Courtès
2023-09-09time-travel-manifest: Comment out versions older than 1.3.0 for now....* etc/time-travel-manifest.scm (%release-commits): Comment out revisions older than 1.3.0. Ludovic Courtès
2023-09-09time-travel-manifest: Add 1.4.0....* etc/time-travel-manifest.scm (%release-commits): Add 1.4.0. Ludovic Courtès
2022-08-17time-travel-manifest: Use a separate cache per system....* etc/time-travel-manifest.scm (<guix-instance-compiler>): Use a separate cache per system so that parallel system evaluations do no step on each other's toes. Mathieu Othacehe
2022-07-10time-travel-manifest: Use a separate Git checkout cache....* etc/time-travel-manifest.scm (guix-instance-compiler): Parameterize %REPOSITORY-CACHE-DIRECTORY. Ludovic Courtès
2022-07-08etc: Add 'time-travel-manifest.scm'....This manifest makes it easy to test travels from the current revision back to the revision of a past Guix release. Suggested by zimoun <zimon.toutoune@gmail.com>. * etc/time-travel-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès