Age | Commit message (Collapse) | Author |
|
|
|
* gnu/packages/cmake.scm (cmake)[arguments]: Remove phase disabling
libarchive tests.
[home-page]: Use https.
|
|
* gnu/packages/crypto.scm (keyutils)[synopsis]: Fix typo.
|
|
* gnu/packages/patches/cmake-fix-tests.patch: Update file.
|
|
* gnu/packages/linux.scm (linux-pam-1.2): New variable.
* gnu/packages/shishi.scm (shishi)[inputs]: Use linux-pam-1.2.
|
|
* gnu/packages/cups.scm (hplip): Update 3.16.8.
|
|
* gnu/packages/video.scm (ffmpeg): Update to 3.1.3.
|
|
Reported by csanchezdll@gmail.com (Carlos Sánchez de La Lama)
at <https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01641.html>.
* gnu/build/install.scm (directives): Add /var/guix/gcroots/profiles
symlink.
* gnu/tests/base.scm (run-basic-test)["/var/guix/gcroots/profiles is a
valid symlink"]: New test.
|
|
* gnu/tests/base.scm (run-basic-test)["/run/current-system is a GC
root"]: New test.
|
|
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.51.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (ecryptfs-utils): New variable.
|
|
* gnu/packages/crypto.scm (keyutils): New variable.
|
|
* gnu/packages/xorg.scm (xkbcomp-intermediate): Update to 1.3.1.
|
|
* gnu/packages/xorg.scm (libxfixes): Update to 5.0.2.
|
|
* gnu/packages/xorg.scm (xorg-server): Update to 1.18.4.
|
|
* gnu/packages/xorg.scm (xproto): Update to 7.0.29.
|
|
* gnu/packages/xorg.scm (inputproto): Update to 2.3.2.
|
|
* gnu/packages/xorg.scm (videoproto): Update to 2.3.3.
|
|
* gnu/packages/xorg.scm (xf86-input-synaptics): Update to 1.8.99.1.
|
|
* gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.5.0.
[source]: Remove patch.
* gnu/packages/patches/xf86-video-openchrome-glibc-2.20.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.3.
|
|
* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.7.0.
|
|
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.18.
|
|
Fixes <http://bugs.gnu.org/24275>.
Reported by John Darrington <john@darrington.wattle.id.au>.
* gnu/system/shadow.scm (%base-user-accounts):
Add (create-home-directory? #f) for "nobody".
|
|
* gnu/system/shadow.scm (<user-account>)[create-home-directory?]: New
field.
(user-account->gexp): Serialize it.
* gnu/build/activation.scm (activate-users+groups)[activate-user]:
Update 'match-lambda' pattern accordingly. Pass #:create-home? to
'ensure-user'.
(add-user, modify-user, ensure-user): Add #:create-home? parameter and
honor it.
* doc/guix.texi (User Accounts): Document it.
|
|
* gnu/packages/linux.scm (linux-pam)[inputs]: Add cracklib.
|
|
* gnu/packages/linux.scm (linux-pam): Update it.
|
|
* gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and gpl2+.
|
|
* gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2.
|
|
* gnu/packages/python.scm (python-ipaddress): New variable.
(python2-ipaddress): Use package-with-python2.
|
|
* gnu/packages/python.scm (python-url): New variable.
(python2-url): New variable.
|
|
* gnu/packages/python.scm (python-publicsuffix2): New variable.
(python2-publicsuffix2): New variable.
|
|
* gnu/packages/python.scm (python-publicsuffix): New variable.
(python2-publicsuffix): New variable.
|
|
* gnu/packages/python.scm (python-schematics): New variable.
(python2-schematics): New variable.
|
|
* gnu/packages/python.scm (python-sh): New variable.
(python2-sh): New variable.
|
|
* gnu/packages/python.scm (python-pymongo): New variable.
(python2-pymongo): New variable.
|
|
* gnu/packages/python.scm (python-nltk): New variable.
(python2-nltk): New variable.
|
|
* gnu/packages/python.scm (python-binaryornot): New variable.
(python2-binaryornot): New variable.
|
|
* gnu/packages/python.scm (define-module): Add import.
|
|
* gnu/packages/messaging.scm (prosody): New variable.
|
|
* gnu/packages/lua.scm (lua5.1-sec): New variable.
|
|
* gnu/packages/lua.scm (lua5.1-filesystem): New variable.
|
|
* gnu/packages/lua.scm (lua5.1-socket): New variable.
|
|
* gnu/packages/lua.scm (lua5.1-expat): New variable.
|
|
* gnu/packages/gstreamer.scm (define-module): Import guix licenses with
"license:" prefix.
|
|
* gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add
make-flags.
|
|
* gnu/packages/networking.scm (bwm-ng): New variable.
|
|
* gnu/packages/flex.scm (flex)[source]: Add patch.
* gnu/packages/patches/flex-CVE-2016-6354.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/patches/mupdf-CVE-2016-6265.patch,
gnu/packages/patches/mupdf-CVE-2016-6525.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf): Use them.
|
|
* gnu/packages/maths.scm (octave): Update to 4.0.3.
[inputs]: Remove unnecessary curl, cyrus-sasl and openssl dependencies.
|