~ruther/guix-local

ecb232bd — Leo Famulari 8 years ago
gnu: isc-dhcp: Update bundled bind to 9.9.10-P2 [fixes CVE-2017-{3142,3143}].

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P2.
faa1369e — Leo Famulari 8 years ago
gnu: bind: Update to 9.11.1-P2 [fixes CVE-2017-{3142,3143}].

* gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P2.
0ac04232 — Arun Isaac 8 years ago
gnu: Add jo.

* gnu/packages/web.scm (jo): New variable.
c97979d6 — Oleg Pykhalov 8 years ago
gnu: Add emacs-org-edit-latex.

* gnu/packages/emacs.scm (emacs-org-edit-latex): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
3a4d5df2 — Ricardo Wurmus 8 years ago
gnu: itpp: Use texlive-tiny and ghostscript.

* gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with
texlive-tiny; add ghostscript.
612a387f — Ricardo Wurmus 8 years ago
gnu: gnuplot: Use texlive-tiny.

* gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal
with texlive-tiny.
a023ec6e — Ricardo Wurmus 8 years ago
gnu: giac-xcas: Use texlive-tiny.

* gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with
texlive-tiny.
a8b0948b — Ricardo Wurmus 8 years ago
gnu: pari-gp: Use texlive-tiny.

* gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-minimal
with texlive-tiny.
84889519 — Ricardo Wurmus 8 years ago
gnu: po4a: Use texlive-tiny.

* gnu/packages/gettext.scm (po4a)[native-inputs]: Replace texlive-minimal with
texlive-tiny.
87941d1d — Ludovic Courtès 8 years ago
system: Use "@" to refer to the 'shadow' package.

Reported by Mark H Weaver
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00349.html>.

* gnu/system.scm (%base-packages): Use '@' for shadow.  This fixes an
error on Guile 2.0 where 'shadow' alone resolves to the (gnu system
shadow) module.
588b2257 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.11.8.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.8.
(%linux-libre-hash): Update hash.
426187d2 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.35.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.35.
5d7f9c15 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.75.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.75.
5a1b5dcc — Mark H Weaver 8 years ago
gnu: linux-libre@4.1: Update to 4.1.42 [mitigates CVE-2017-1000364].

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.42.
79bfa638 — Ludovic Courtès 8 years ago
maint: Disk image size is automatically guessed.

* Makefile.am (GUIXSD_VM_IMAGE_SIZE): Remove.
(release): Remove --image-size argument from 'guix system disk-image'
command.
a2278922 — Ludovic Courtès 8 years ago
vm: Use 'fold2' from (guix combinators).

* gnu/build/vm.scm: Use (guix combinators).
(fold2): Remove.
a8ac4f08 — Ludovic Courtès 8 years ago
vm: Estimate the disk size by default.

* gnu/build/vm.scm (estimated-partition-size): New procedure.
* gnu/system/vm.scm (expression->derivation-in-linux-vm):
Change #:disk-image-size default to 'guess.
[builder]: When DISK-IMAGE-SIZE is 'guess, use
'estimated-partition-size' and compute and estimate of the image size.
(qemu-image): Likewise.
* guix/build/store-copy.scm (file-size, closure-size): New procedures.
* guix/scripts/system.scm (%default-options): Change 'image-size' to
'guess.
* doc/guix.texi (Building the Installation Image): Remove '--image-size'
flag from example.
(Invoking guix system): Document the image size estimate.
a2cf57e7 — Ludovic Courtès 8 years ago
vm: Display the disk and partition sizes.

* gnu/build/vm.scm (load-in-linux-vm): Add 'format' call when
MAKE-DISK-IMAGE? is true.
(initialize-partition-table): Show the size of the partitions being
created.
6efb98ed — Ludovic Courtès 8 years ago
vm: Fix 'load-in-linux-vm' docstring.

* gnu/build/vm.scm (load-in-linux-vm): Change default value of
  #:disk-image-size.  Update docstring to note that DISK-IMAGE-SIZE is
  in bytes.
1d97fd8c — Ludovic Courtès 8 years ago
build: Remove check for broken (srfi srfi-37).

This was for Guile < 2.0.9 and we've been requiring 2.0.9+ for some time
already.

* configure.ac: Remove 'GUIX_CHECK_SRFI_37' use and 'INSTALL_SRFI_37'
conditional.
* Makefile.am: Remove code in "if INSTALL_SRFI_37".
(EXTRA_DIST): Remove srfi/srfi-37.scm.in.
* srfi/srfi-37.scm.in: Remove.
* m4/guix.m4 (GUIX_CHECK_SRFI_37): Remove.
Next