Commit Graph

12001 Commits (acb31b5dcd008ee7b34d83c8d2170dcdffb3199b)

Author SHA1 Message Date
Ludovic Courtès ffba7d498d mapped-devices: LUKS partitions can be designated by their UUID.
* gnu/system/mapped-devices.scm (device-mapping-service-type): Add
'modules' and 'imported-modules' fields to 'shepherd-service'.
(open-luks-device): Use 'find-partition-by-luks-uuid' to lookup the
partition when SOURCE is a bytevector.
* gnu/system/linux-initrd.scm (base-initrd): Augment 'use-modules'
form.
* doc/guix.texi (Mapped Devices): Give example with a UUID.
2016-04-18 01:24:06 +02:00
Ludovic Courtès 4da8c19e83 mapped-devices: 'mapped-device-service' takes a <mapped-device>.
* gnu/system/mapped-devices.scm (device-mapping-service): Take a
<mapped-device> instead of 3 parameters.
(device-mapping-service-type): Adjust accordingly.
* gnu/system.scm (device-mapping-services): Adjust accordingly.
2016-04-18 01:24:06 +02:00
Ludovic Courtès 1ea507bce2 services: Move 'device-mapping-service' to (gnu system mapped-devices).
* gnu/services/base.scm (device-mapping-service-type)
(device-mapping-service): Move to...
* gnu/system/mapped-devices.scm (device-mapping-service-type):
(device-mapping-service): ... here.  New variables.
2016-04-18 01:24:06 +02:00
Ludovic Courtès 374f14c265 system: Move 'luks-device-mapping' to (gnu system mapped-devices).
* gnu/system.scm (open-luks-device, close-luks-device)
(luks-device-mapping): Move to...
* gnu/system/mapped-devices.scm: ... here.  New file.
2016-04-18 01:24:06 +02:00
Ludovic Courtès 060d62a740 system: Add (gnu system mapped-devices).
* gnu/system/file-systems.scm (<mapped-device>, <mapped-device-type>):
Move to...
* gnu/system/mapped-devices.scm: ... here.  New file.
* gnu/system.scm, gnu/services/base.scm,
gnu/system/linux-initrd.scm: Use it.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu.scm (%public-modules): Add it.
2016-04-18 01:24:06 +02:00
Ricardo Wurmus fac34dfe2a gnu: Add python-pyusb.
* gnu/packages/libusb.scm (python-pyusb, python2-pyusb): New variables.
2016-04-17 21:48:51 +02:00
Leo Famulari d99f6ffb4c gnu: khard: Update to 0.9.0.
* gnu/packages/mail.scm (khard): Update to 0.9.0.
2016-04-17 14:35:11 -04:00
Leo Famulari 9bed9b150d gnu: python-vobject: Update to 0.9.2.
* gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.2.
2016-04-17 14:35:11 -04:00
Leo Famulari 67157996e2 gnu: openssh: Fix CVE-2015-8325.
* gnu/packages/patches/openssh-CVE-2015-8325.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (openssh): Use it.
2016-04-17 13:48:31 -04:00
Ludovic Courtès a7d94b54c7 gnu: Add recordmydesktop.
* gnu/packages/video.scm (recordmydesktop): New variable.
2016-04-17 17:37:20 +02:00
Ludovic Courtès c82c060d91 install: Use 'beta' instead of 'alpha'.
Suggested by Jelle Licht <jlicht@fsfe.org>.

* gnu/system/install.scm (installation-services): Say 'beta' instead of
'alpha' and make the warning less scary.
2016-04-17 17:37:20 +02:00
Ricardo Wurmus 534db46306 gnu: python-pandas: Fix test failures.
* gnu/packages/patches/python-pandas-fix-tslib-test-failure.patch: New
  file.
* gnu-system.am (dist_patch_DATA): Register it.
* gnu/packages/python.scm (python-pandas)[source]: Add patch.
2016-04-17 11:36:25 +02:00
Ricardo Wurmus b711df02fd gnu: icedtea-7: Update to 2.6.5.
* gnu/packages/java.scm (icedtea-7): Update to 2.6.5.
[inputs]: Add libxcomposite.
2016-04-17 11:15:53 +02:00
Alex Kost b3d05f4870 services: 'console-keymap-service' takes multiple files.
* gnu/services/base.scm (console-keymap-service-type): Type procedure
takes a list of files instead of a single file.
(console-keymap-service): Take 'files' as rest arguments.
* doc/guix.texi (Base Services): Improve documentation of
'console-keymap-service'.
2016-04-17 10:33:08 +03:00
Alex Kost a78daf5e2b gnu: kbd: Update to 2.0.3.
* gnu/packages/linux.scm (kbd): Update to 2.0.3.
2016-04-17 10:33:08 +03:00
Alex Kost 5953d2b7c0 gnu: kbd: Use 'modify-phases'.
* gnu/packages/linux.scm (kbd)[arguments]: Use 'modify-phases'.
2016-04-17 10:33:08 +03:00
Ludovic Courtès a1ccefaa12 file-systems: Add 'find-partition-by-luks-uuid'.
* gnu/build/file-systems.scm (%luks-endianness, %luks-header-size): New
macros.
(%luks-magic): New variable.
(sub-bytevector, read-luks-header, luks-header-uuid): New procedures.
(partition-predicate): Add 'read' parameter; wrap it with 'ENOENT-safe'.
Use it instead of 'read-ext2-superblock*'.
(read-ext2-superblock*): Remove.
(partition-label-predicate, partition-uuid-predicate): Pass
'read-ext2-superblock' as the first argument.
(partition-luks-uuid-predicate): New variable.
(find-partition-by-luks-uuid): New procedure.
2016-04-17 01:23:52 +02:00
Ludovic Courtès 2447335625 file-systems: Separate ENOENT catching from ext2 superblock reads.
* gnu/build/file-systems.scm (ENOENT-safe): New procedure.
(read-ext2-superblock*): Rewrite in terms of it.
2016-04-17 01:23:52 +02:00
Ludovic Courtès e9dffec126 doc: Update 'skeletons' field documentation.
* doc/guix.texi (operating-system Reference): Update documentation of
'skeletons' as a followup to e79467f63a.
2016-04-17 01:23:52 +02:00
Ludovic Courtès d5e5924835 doc: Use new PACKAGE@VERSION syntax in example.
* doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION
syntax.
2016-04-17 01:23:52 +02:00
John Darrington f6c8cb996b gnu: Add marst.
* gnu/packages/marst.scm: New file.
* gnu-system.am: Add it.
2016-04-16 18:46:17 +02:00
Manolis Ragkousis 503275e94a gnu: linux: Add case for arm64.
* gnu/packages/linux.scm (system->linux-architecture): Add
  "aarch64".
2016-04-16 18:10:36 +03:00
Manolis Ragkousis 19c444f403 gnu: bootstrap: Add the location of ld.so on arm64.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic
  linker for aarch64-linux.
2016-04-16 18:10:31 +03:00
宋文武 95742f717b gnu: dconf-editor: Update to 3.20.0.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 7929f74a99 gnu: gnome-backgrounds: Update to 3.20.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.20.
2016-04-16 11:46:50 +02:00
宋文武 002835010c gnu: baobab: Update to 3.20.0.
* gnu/packages/gnome.scm (baobab): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 32758e9d75 gnu: nautilus: Update to 3.20.0.
* gnu/packages/gnome.scm (nautilus): Update to 3.20.0.
[arguments]: Pass '--disable-selinux' to configure.
2016-04-16 11:46:50 +02:00
宋文武 133e43db80 gnu: gnome-shell: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 0dc31a81f3 gnu: gnome-control-center: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 65815d6c91 gnu: gnome-bluetooth: Update to 3.18.3.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.18.3.
2016-04-16 11:46:50 +02:00
宋文武 98d2bc851e gnu: libgtop: Update to 0.34.0.
* gnu/packages/gnome.scm (libgtop): Update to 0.34.0.
2016-04-16 11:46:50 +02:00
宋文武 09c4438aab gnu: gdm: Update to 3.20.0.
* gnu/packages/gnome.scm (gdm): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 a3ae60e8bf gnu: caribou: Update to 0.4.20.
* gnu/packages/gnome.scm (caribou): Update to 0.4.20.
2016-04-16 11:46:50 +02:00
宋文武 ad1a5e52d1 gnu: evolution-data-server: Update to 3.20.0.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 7d393ab0a5 gnu: gnome-online-accounts: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 9588a03744 gnu: mutter: Update to 3.20.0.
* gnu/packages/gnome.scm (mutter): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 9e8660f514 gnu: zenity: Update to 3.20.0.
* gnu/packages/gnome.scm (zenity): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 ea7dc14c5d gnu: gedit: Update to 3.20.1.
* gnu/packages/gnome.scm (gedit): Update to 3.20.1.
2016-04-16 11:46:50 +02:00
宋文武 069c55fbd7 gnu: gnome-session: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-session): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 350c301ae5 gnu: file-roller: Update to 3.20.0.
* gnu/packages/gnome.scm (file-roller): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 e07573f830 gnu: yelp: Update to 3.20.0.
* gnu/packages/gnome.scm (yelp): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 e479340999 gnu: yelp-xsl: Update to 3.20.0.
* gnu/packages/gnome.scm (yelp-xsl): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 a49433bcaf gnu: epiphany: Update to 3.20.0.
* gnu/packages/gnome.scm (epiphany): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 3aedee7424 gnu: gvfs: Update to 1.28.0.
* gnu/packages/gnome.scm (gvfs): Update to 1.28.0.
2016-04-16 11:46:50 +02:00
宋文武 01f5801ea7 gnu: eog: Update to 3.20.0.
* gnu/packages/gnome.scm (eog): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 bbdae66bf8 gnu: totem: Update to 3.20.0.
* gnu/packages/gnome.scm (totem): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 6dec728d4a gnu: grilo-plugins: Update to 0.2.17.
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.2.17.
2016-04-16 11:46:50 +02:00
宋文武 465edc2e18 gnu: grilo: Update to 0.2.15.
* gnu/packages/gnome.scm (grilo): Update to 0.2.15.
2016-04-16 11:46:50 +02:00
宋文武 57ed8795f3 gnu: gnome-klotski: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.20.0.
2016-04-16 11:46:50 +02:00
宋文武 2eaa2a0c0e gnu: libchamplain: Update to 0.12.13.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.13.
2016-04-16 11:46:50 +02:00