summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* system: Make service procedures non-monadic.Ludovic Courtès2015-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/services/avahi.scm (configuration-file): Use 'plain-file' instead of 'text-file'. (avahi-service): Turn into a regular procedure that returns a <service>. * gnu/services/base.scm (root-file-system-service, file-system-service, user-unmount-service, user-processes-service, host-name-service, console-keymap-service, console-font-service, mingetty-service, nscd.conf-file, nscd-service): Likewise. (%default-syslog.conf): New variable. (syslog-service): Use it. Turn into a regular procedure. (guix-service, udev-rules-union, kvm-udev-rule, udev-service, device-mapping-service, swap-service): Likewise. * gnu/services/databases.scm (%default-postgres-hba, %default-postgres-ident): Use 'plain-file' instead of 'text-file'. (%default-postgres-config): Use 'mixed-text-file' instead of 'text-file*'. (postgresql-service): Use 'program-file' instead of 'gexp->script'. Turn into a regular procedure. * gnu/services/desktop.scm (dbus-configuration-directory): Use 'computed-file' instead of 'gexp->derivation'. (upower-configuration-file, geoclue-configuration-file, elogind-configuration-file): Use 'plain-file' instead of 'text-file'. (dbus-service, upower-service, colord-service, geoclue-service, polkit-service, elogind-service): Turn into regular procedures. (%desktop-services): Remove use of 'mlet' when iterating on %BASE-SERVICES. * gnu/services/lirc.scm (lirc-service): Turn into a regular procedure. * gnu/services/networking.scm (static-networking-service, dhcp-client-service, ntp-service, tor-service, bitlbee-service, wicd-service): Likewise. * gnu/services/ssh.scm (lsh-service): Likewise. * gnu/services/web.scm (nginx-service): Likewise. * gnu/services/xorg.scm (xorg-configuration-file): Use 'mixed-text-file' instead of 'text-file*'. (xorg-start-command, slim-service): Turn into regular procedures. (xinitrc): Use 'program-file' instead of 'gexp->script'. * gnu/system/install.scm (cow-store-service, configuration-template-service): Turn into regular procedures. * gnu/system.scm (other-file-system-services, device-mapping-services, swap-services, essential-services, operating-system-services, user-shells, operating-system-accounts): Remove now unnecessary 'mlet' and turn into regular procedures. (operating-system-etc-directory, operating-system-activation-script, operating-system-boot-script): Adjust accordingly. * doc/guix.texi (Base Services, Networking Services, X Window, Desktop Services, Database Services, Web Services, Various Services, Name Service Switch): Adjust accordingly.
* services: 'mingetty-service' no longer takes monadic values.Ludovic Courtès2015-10-10
| | | | | | | | | | | | | * gnu/services/base.scm (mingetty-service): Change default value of #:motd from a monadic value to a <plain-file>. Assume MOTD to be a file-like object. Assume LOGIN-PROGRAM is a gexp or #f. (%base-services): Use 'plain-file' instead of 'text-file' for motd. * gnu/system/linux.scm (unix-pam-service): Update docstring to mention that MOTD is a file-like object. * doc/guix.texi (Base Services): Adjust 'mingetty-service' documentation accordingly. * gnu/system/install.scm (installation-services): Adjust accordingly. (log-to-info): Use 'program-file' instead of 'gexp->script'.
* build: container: Fix call-with-clean-exit.David Thompson2015-10-10
| | | | | | | | Before, call-with-clean-exit would *always* return an exit code of 1. * gnu/build/linux-container.scm (call-with-clean-exit): Exit with status code of 0 if thunk does not throw an exception. * tests/containers.scm: Add test.
* gnu: Add python-bandit.Cyril Roelandt2015-10-10
| | | | * gnu/packages/openstack.scm (python-bandit, python2-bandit): New variables.
* gnu: Update python-fixturesCyril Roelandt2015-10-10
| | | | | | | | | * gnu/packages/python.scm (python-fixtures): Update. * gnu/packages/python.scm (python-fixtures-0.3.16, python2-fixtures-0.3.16, python-pbr-0.11, python2-pbr-0.11): New variables. * gnu/packages/python.scm (python-testrepository): Use python-fxitures-0.3.16 instead of python-fixtures in the inputs.
* gnu: Add python-pip.Cyril Roelandt2015-10-10
| | | | * gnu/packages/python.scm (python-pip, python2-pip): New variables.
* gnu: libunwind: Add fix for CVE-2015-3239.Mark H Weaver2015-10-08
| | | | | | * gnu/packages/patches/libunwind-CVE-2015-3239.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/libunwind.scm (libunwind)[source]: Add patch.
* gnu: libwmf: Add fixes for several security flaws.Mark H Weaver2015-10-08
| | | | | | | | | | | | | | | | | * gnu/packages/patches/libwmf-CAN-2004-0941.patch, gnu/packages/patches/libwmf-CVE-2007-0455.patch, gnu/packages/patches/libwmf-CVE-2007-2756.patch, gnu/packages/patches/libwmf-CVE-2007-3472.patch, gnu/packages/patches/libwmf-CVE-2007-3473.patch, gnu/packages/patches/libwmf-CVE-2007-3477.patch, gnu/packages/patches/libwmf-CVE-2009-3546.patch: New files. * gnu/packages/patches/libwmf-CVE-2015-0848+4588+4695+4696.patch: Delete file. Replace with ... * gnu/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch, gnu/packages/patches/libwmf-CVE-2015-4695.patch, gnu/packages/patches/libwmf-CVE-2015-4696.patch: ... these new files. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (libwmf)[source]: Adjust set of patches.
* gnu: unzip: Add various fixes.Mark H Weaver2015-10-08
| | | | | | | | | | | | | * gnu/packages/patches/unzip-increase-size-of-cfactorstr.patch: Delete file. Replace with ... * gnu/packages/patches/unzip-overflow-long-fsize.patch: ... this new file. * gnu/packages/patches/unzip-attribs-overflow.patch, gnu/packages/patches/unzip-fix-overflows-and-infloop.patch, gnu/packages/patches/unzip-format-secure.patch: New files. * gnu/packages/patches/unzip-CVE-2014-9636.patch: Replace contents with fixed patch from Fedora. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/zip.scm (unzip)[source]: Adjust list of patches.
* gnu: wpa-supplicant: Update to 2.5.Mark H Weaver2015-10-08
| | | | | | | | | | | | | | | * gnu/packages/patches/wpa-supplicant-2015-2-fix.patch, gnu/packages/patches/wpa-supplicant-2015-3-fix.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt1.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt2.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt3.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt4.patch, gnu/packages/patches/wpa-supplicant-2015-4-fix-pt5.patch, gnu/packages/patches/wpa-supplicant-2015-5-fix.patch, gnu/packages/patches/wpa-supplicant-CVE-2015-1863.patch: Delete files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.5. Remove patches.
* gnu: python-h5py: Fix path to hdf5 library.Ricardo Wurmus2015-10-08
| | | | | * gnu/packages/python.scm (python-h5py)[arguments]: Add "fix-hdf5-paths" phase.
* gnu: python-h5py, python2-h5py: Correct inputs.Ricardo Wurmus2015-10-08
| | | | | | | | * gnu/packages/python.scm (python-h5py) [inputs]: Remove python-cython and python-numpy. [propagated-inputs]: New field. [native-inputs]: Drop python-setuptools and add python-cython. (python2-h5py): Replace "inputs" with "propagated-inputs".
* gnu: Add python-joblib.Ricardo Wurmus2015-10-08
| | | | | * gnu/packages/python.scm (python-joblib, python2-joblib): New variables.
* Correct "Revert "gnu: camlp4: Remove extra input.""Efraim Flashner2015-10-08
| | | | This corrects a typo in 0d1c0660d7b446188b36f19d0dd79d8f97bd4360.
* Revert "gnu: camlp4: Remove extra input."Efraim Flashner2015-10-08
| | | | This reverts commit d04efa0fff908de0f8822a27582b4b1c3dcae553.
* gnu: webkitgtk-2.4: Fix potential code execution vulnerability.Mark H Weaver2015-10-07
| | | | | | * gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/webkit.scm (webkitgtk-2.4)[source]: Add patch.
* gnu: libvpx: Set size limit to avoid CVE-2015-1258.Mark H Weaver2015-10-07
| | | | | * gnu/packages/video.scm (libvpx)[arguments]: Add "--size-limit" argument to configure.
* gnu: openjpeg-2.x: Add fix for CVE-2015-6581.Mark H Weaver2015-10-07
| | | | | | * gnu/packages/patches/openjpeg-CVE-2015-6581.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch.
* gnu: camlp4: Remove extra input.Efraim Flashner2015-10-07
| | | | | * gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml" entry from native-inputs.
* gnu: gprolog: Remove armhf from supported architectures.Efraim Flashner2015-10-07
| | | | | * gnu/packages/gprolog.scm (gprolog)[supported-systems]: Remove armhf-linux from the list of supported systems.
* gnu: mosh: Update to 1.2.5.Efraim Flashner2015-10-07
| | | | * gnu/packages/ssh.scm (mosh): Update to 1.2.5.
* gnu: enlightenment: Update to 0.19.12.Efraim Flashner2015-10-07
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.12.
* gnu: Add r-htmlwidgets.Ricardo Wurmus2015-10-07
| | | | * gnu/packages/web.scm (r-htmlwidgets): New variable.
* gnu: Add r-htmltools.Ricardo Wurmus2015-10-07
| | | | * gnu/packages/web.scm (r-htmltools): New variable.
* gnu: ibus-libpinyin: Add GTK+ and Glib inputs.Ricardo Wurmus2015-10-07
| | | | | * gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+. [native-inputs]: Add glib:bin.
* gnu: imagemagick: Hard-code delegate paths.Eric Bavier2015-10-06
| | | | | | | | If --with-frozenpaths is given, then configure will retain absolute paths discovered for delegate programs, otherwise they are discarded. * gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add '--with-frozenpaths' to #:configure-flags.
* gnu: elementary: Update to 1.15.2.Efraim Flashner2015-10-06
| | | | * gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
* gnu: efl: Update to 1.15.2.Efraim Flashner2015-10-06
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
* gnu: libbluray: Remove java as native-input.Efraim Flashner2015-10-06
| | | | | | | * gnu/packages/video.scm (libbluray)[inputs]: Remove "ant" and "icedtea" as native-inputs. [arguments]: Remove environmental variable "JAVA_HOME". Add configure flag to disable java.
* gnu: libdvdcss: Update to 1.3.99.Efraim Flashner2015-10-06
| | | | * gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
* gnu: libbluray: Upgrade to 0.9.1.Efraim Flashner2015-10-06
| | | | | | * gnu/packages/video.scm (libbluray): Upgrade to 0.9.1. [inputs]: Add "ant" and "icedtea7" to native-inputs. [arguments]: Set environment variable "JAVA_HOME".
* gnu: wine: Update to 1.7.52, add more inputs.宋文武2015-10-05
| | | | | * gnu/packages/wine.scm (wine): Update to 1.7.52. [inputs]: Add cups, glu and openal.
* gnu: feh: Update to 2.14.宋文武2015-10-05
| | | | * gnu/packages/feh.scm (feh): Update to 2.14.
* gnu: calibre: Update to 2.40.0.Andreas Enge2015-10-04
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.40.0.
* gnu: qt: Remove bundled copy of sqlite.Andreas Enge2015-10-04
| | | | | | | * gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled copy of sqlite. Partially fixes <http://bugs.gnu.org/21288>.
* gnu: qt: Compile with system harfbuzz.Andreas Enge2015-10-04
| | | | | | | | * gnu/packages/qt.scm (qt)[source]: Add a snippet to remove one of the two bundled copies of harfbuzz. [arguments]: Pass a configure flag to use harfbuzz from the system. Partially fixes <http://bugs.gnu.org/21288>.
* gnu: qt: Remove the sources of qtwebengine.Andreas Enge2015-10-04
| | | | | | | | | | | | * gnu/packages/qt.scm (qt)[source]: Add snippet to remove the qtwebengine code, which was already not built anymore, and drop one patch used previously only for qtwebengine. [arguments]: Drop the configuration flag "-skip qtwebengine", since deleted modules cannot be skipped. * gnu/packages/patches/qt5-runpath.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. Partially fixes <http://bugs.gnu.org/21288>.
* gnu: Add autobuild.Mathieu Lirzin2015-10-04
| | | | * gnu/packages/autotools.scm (autobuild): New variable.
* gnu: linux-libre: Update to 4.2.3.Mark H Weaver2015-10-04
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.2.3.
* gnu: rtorrent: Update to 0.9.6.Alex Kost2015-10-04
| | | | | * gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.6. [source]: Use new URL.
* gnu: libtorrent: Update to 0.13.6.Alex Kost2015-10-04
| | | | | | | * gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.6. [source]: Use new URL. [native-inputs]: Uncomment "cppunit" (for tests). [argument]: Remove (to enable tests).
* gnu: libtorrent, rtorrent: Update home pages.Alex Kost2015-10-04
| | | | | * gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'. (rtorrent): Likewise.
* gnu: lirc: Update to 0.9.3.Alex Kost2015-10-04
| | | | | * gnu/packages/lirc.scm (lirc): Update to 0.9.3. [native-inputs]: Add "libxslt".
* gnu: qt-4: Disable webkit build.Andreas Enge2015-10-04
| | | | | | | | | | * gnu/packages/qt.scm (qt-4)[source]: Add snippet to remove the webkit code and drop one patch used previously for webkit. [arguments]: Add configure flag to disable building the webkit module. * gnu/packages/patches/qt4-tests.patch: Delete file. * gnu-system.am (dist_patch_DATA): Unregister patch. Partially fixes <http://bugs.gnu.org/21288>.
* gnu: libqtxdg: Fix download location.Andreas Enge2015-10-03
| | | | * gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
* gnu: liblxqt: Fix download location.Andreas Enge2015-10-03
| | | | | * gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location. [description]: Fix typo.
* gnu: Add lxqt-session.Andreas Enge2015-10-03
| | | | * gnu/packages/lxqt.scm (lxqt-session): New variable.
* gnu: Add lxqt-common.Andreas Enge2015-10-03
| | | | * gnu/packages/lxqt.scm (lxqt-common): New variable.
* gnu: liblxqt: Fix download location.Andreas Enge2015-10-03
| | | | | * gnu/packages/lxqt.scm (liblxqt)[source]: Use the .tar.xz release exclusively; drop the alternative URI for .tar.gz and correct the hash.
* gnu: Add file-roller.David Thompson2015-10-03
| | | | * gnu/packages/gnome.scm (file-roller): New variable.