aboutsummaryrefslogtreecommitdiff
path: root/build-aux/update-NEWS.scm
diff options
context:
space:
mode:
authorMartin Becze <mjbecze@riseup.net>2020-11-05 07:59:43 -0600
committerChristopher Baines <mail@cbaines.net>2020-11-17 21:38:42 +0000
commit6925c7ec26423389b252a4cea2428547bcd49dc7 (patch)
tree9ad8dc870a251279992174018ff422f0487009dd /build-aux/update-NEWS.scm
parent8a594487700ddd2d6c293cc5e302ce74f3f56b70 (diff)
downloadguix-6925c7ec26423389b252a4cea2428547bcd49dc7.tar.gz
guix-6925c7ec26423389b252a4cea2428547bcd49dc7.zip
gnu: jsoncpp: Update to 1.9.4
* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.4. * gnu/packages/patches/jsoncpp-fix-inverted-case.patch: Removed old patch. * gnu/local.mk (dist_patch_DATA): Remove old patch. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'build-aux/update-NEWS.scm')
0 files changed, 0 insertions, 0 deletions
g file" error message. * nix/libutil/hash.cc (hashFile): Likewise. * nix/libutil/util.cc (readFile, writeFile): Likewise. Ludovic Courtès 2021-11-19daemon: Micro-optimize 'deletePath'....'remove' calls 'unlink' first and falls back to 'rmdir' upon EISDIR. This change gets rid of the 'unlink' call for every directory being removed. * nix/libutil/util.cc (_deletePath): Call 'unlink' or 'rmdir' depending on 'st.st_mode', rather than call 'remove'. Ludovic Courtès