gnu: postgresql: Update to 9.5.2. [fixes CVE-2016-2193, CVE-2016-3065] * gnu/packages/databases.scm (postgresql): Update to 9.5.2.
gnu: Add r-ztable. * gnu/packages/statistics.scm (r-ztable): New variable.
gnu: Add jq. * gnu/packages/web.scm: (jq): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
gnu: Add oniguruma. * gnu/packages/textutils.scm (oniguruma): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
gnu: fontforge: Build fonts bit-reproducibly. * gnu/packages/fontutils.scm (fontforge)[source](snippet): Modify tottf.c. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
gnu: move miscfiles into gnu-doc.scm * gnu/packages/miscfiles.scm: Remove file. * gnu-sytem.am: Remove it. * gnu/packages/gnu-doc.scm (miscfiles): Move here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add gnu-standards. * gnu/packages/gnu-doc.scm: New file. * gnu-system.am: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
cvs: Disable compression. Reported by Jan Nieuwenhuizen <janneke@gnu.org>. * guix/build/cvs.scm (cvs-fetch): Use -z0.
cvs: Allow checkouts when /tmp is a different device. * guix/build/cvs.scm (cvs-fetch): Use 'copy-recursively' instead of 'rename-file'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
gnu: font-gnu-freefont-ttf: Update to 20120503 and build from source. * gnu/packages/fonts.scm (font-gnu-freefont-ttf): Update to 20120503. [arguments]: Build from source. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
profiles: Use the right 'package-name->name+version'. * guix/profiles.scm: Use 'package-name->name+version' from (guix build utils). Fixes 'find-among-store-items' in 'gtk-icon-themes'.
gnu: gnupg-2.0: Update to 2.0.30. * gnu/packages/gnupg.scm (gnupg-2.0): Update to 2.0.30.
ant-build-system: Keep jar manifest. * guix/build/ant-build-system.scm (default-build.xml): Generate default manifest. (strip-jar-timestamps): Repack jar archive with zip.
build-system/ant: Add zip. * guix/build-system/ant.scm (default-zip): New variable. (lower): Add zip to native inputs.
build-system/r: Support "substitutable?" flag. * guix/build-system/r.scm (r-build): Support the "substitutable?" flag.
gnu: Add nmap. * gnu/packages/admin.scm (nmap): New variable. Co-authored-by: Leo Famulari <leo@famulari.name>
licenses: Add the nmap license. * guix/licenses.scm (nmap): New variable.
import: Add Hackage updater. * guix/import/hackage.scm (guix-package->hackage-name, hackage-package?) (latest-release): New procedures. (%hackage-updater): New variable. * guix/scripts/refresh.scm (%updaters): Add it. * doc/guix.texi (Invoking guix refresh): Mention it.
import: hackage: Silence download output. * guix/import/hackage.scm (hackage-fetch): Use http-fetch to avoid progress output from url-fetch.
import: hackage: Factorize url synthesis. * guix/import/hackage.scm (hackage-source-url, hackage-cabal-url): New procedures. (hackage-fetch, hackage-module->sexp): Use them.