~ruther/guix-local

96b714f5 — David Craven 9 years ago
gnu: Add syslinux.

* gnu/packages/grub.scm (syslinux): New variable.
3f73aa1a — David Craven 9 years ago
gnu: Use 'license:' prefix in (gnu packages grub).

* gnu/packages/grub.scm (grub): Add prefix.
29da1573 — Kei Kebreau 9 years ago
gnu: wxmaxima: Update to 16.12.2.

* gnu/packages/maths.scm (wxmaxima): Update to 16.12.2.
50b8a527 — Ludovic Courtès 9 years ago
gnu: bash: Add graft for patch #7 [fixes CVE-2017-5932].

* gnu/packages/bash.scm (bash)[replacement]: New field.
(bash-minimal): Likewise.
(url-fetch/reset-patch-level): New procedure.
(bash/fixed): New variable.
afd53233 — Ludovic Courtès 9 years ago
gnu: bash: Update patch URL to 4.4.

* gnu/packages/bash.scm (patch-url): Change "43" to "44".
d0d87849 — Marius Bakke 9 years ago
gnu: webkitgtk: Update to 2.14.4 [security fixes].

Fixes CVE-2017-{2350,2354,2355,2356,2362,2363,2364,2365,2366,2369,2371,2373}.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.4.
5c2af899 — Marius Bakke 9 years ago
gnu: lvm2: Update to 2.02.168.

* gnu/packages/linux.scm (lvm2): Update to 2.02.168.
65e862d1 — Danny Milosavljevic 9 years ago
gnu: Add dub-build-system.

* guix/build-system/dub.scm: New file.
* guix/build/dub-build-system.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi: Add section for dub-build-system.
55330714 — Danny Milosavljevic 9 years ago
gnu: rdmd: Update to 2.073.0.

* gnu/packages/ldc.scm (rdmd): Remove local variable "commit".
  [version]: Modify.
  [source]: Modify.
01ceca26 — Clément Lassieur 9 years ago
build: Add build-aux/ar-lib to .gitignore.

* .gitignore: Add entry for the above file which is created by './bootstrap'.

Signed-off-by: David Craven <david@craven.ch>
82de2655 — David Craven 9 years ago
gnu: git: Add GIT_EXEC_PATH search-path-specification.

Enables git plugins to be found when in they're in the system profile.

* gnu/packages/version-control.scm (git)[native-search-paths]: Add
  GIT_EXEC_PATH.  Remove git wrapper and outdated comment.
72524ae8 — David Craven 9 years ago
system: install: Add gptfdisk to installation os.

* gnu/system/install.scm (installation-os)[packages]: Add gptfdisk.
6c4f7022 — David Craven 9 years ago
gnu: Add gnome-disk-utility.

* gnu/packages/gnome.scm (gnome-disk-utility): New variable.
7b83b695 — David Craven 9 years ago
gnu: Add appstream-glib.

* gnu/packages/glib.scm (appstream-glib): New variable.
53ff5495 — David Craven 9 years ago
gnu: Add git-crypt.

* gnu/packages/version-control.scm (git-crypt): New variable.
f23052a6 — David Craven 9 years ago
gnu: mutter: Update to HEAD.

* gnu/packages/gnome.scm (mutter): Update to HEAD.
  [native-inputs]: Add autoconf, automake and libtool.
  [arguments]: Add autoreconf phase.
fa73a7c1 — Ben Woodcroft 9 years ago
gnu: rustc: Add native-search-paths.

* gnu/packages/rust.scm (rust)[native-search-paths]: New field.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
836cbd9f — Danny Milosavljevic 9 years ago
gnu: ldc: Update to 1.1.0.

* gnu/packages/ldc.scm (ldc-1.1.0-beta6): Rename to...
  (ldc): ... this.
  [version]: Modify.
  [source]: Modify.
  (ldc-beta): Modify.
beffaf9a — Danny Milosavljevic 9 years ago
gnu: ldc: Rename ldc 0.17.2 to ldc-bootstrap.

* gnu/packages/ldc.scm (ldc): Rename to...
  (ldc-bootstrap): ... this.
  (ldc-1.1.0-beta6): Replace ldc by ldc-bootstrap.
  [native-inputs]: Replace ldc by ldc-bootstrap.
1a82ba66 — Kei Kebreau 9 years ago
gnu: ntfs-3g: Fix CVE-2017-0358.

* gnu/packages/linux.scm (ntfs-3g)[source]: Add patch.
* gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Next