| Commit message (Expand) | Author | Age |
* | system: Do not create the home directory of "nobody".•••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".
| Ludovic Courtès | 2016-08-28 |
* | system: Add 'create-home-directory?' field to <user-account>.•••* 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.
| Ludovic Courtès | 2016-08-28 |
* | gnu: kmscon: Add missing licenses.•••* gnu/packages/terminals.scm (kmscon)[license]: Add lgpl2.1+, bsd-2 and gpl2+.
| David Craven | 2016-08-28 |
* | gnu: libtsm: Add missing licenses.•••* gnu/packages/terminals.scm (libtsm)[license]: Add lgpl2.1+, isc and bsd-2.
| David Craven | 2016-08-28 |
* | gnu: python-ipaddress: Update to 1.0.16.•••* gnu/packages/python.scm (python-ipaddress): New variable.
(python2-ipaddress): Use package-with-python2.
| David Craven | 2016-08-28 |
* | gnu: Add python-url.•••* gnu/packages/python.scm (python-url): New variable.
(python2-url): New variable.
| David Craven | 2016-08-28 |
* | gnu: Add python-publicsuffix2.•••* gnu/packages/python.scm (python-publicsuffix2): New variable.
(python2-publicsuffix2): New variable.
| David Craven | 2016-08-28 |
* | gnu: Add python-publicsuffix.•••* gnu/packages/python.scm (python-publicsuffix): New variable.
(python2-publicsuffix): New variable.
| David Craven | 2016-08-28 |
* | gnu: Add python-schematics.•••* gnu/packages/python.scm (python-schematics): New variable.
(python2-schematics): New variable.
| David Craven | 2016-08-28 |
* | gnu: Add python-sh.•••* gnu/packages/python.scm (python-sh): New variable.
(python2-sh): New variable.
| David Craven | 2016-08-28 |
* | gnu: Add python-pymongo.•••* gnu/packages/python.scm (python-pymongo): New variable.
(python2-pymongo): New variable.
| David Craven | 2016-08-28 |
* | gnu: Add python-nltk.•••* gnu/packages/python.scm (python-nltk): New variable.
(python2-nltk): New variable.
| David Craven | 2016-08-28 |
* | gnu: Add python-binaryornot.•••* gnu/packages/python.scm (python-binaryornot): New variable.
(python2-binaryornot): New variable.
| David Craven | 2016-08-28 |
* | gnu: python: Import guix licenses with #:prefix license:.•••* gnu/packages/python.scm (define-module): Add import.
| David Craven | 2016-08-28 |
* | gnu: Add prosody.•••* gnu/packages/messaging.scm (prosody): New variable.
| Ricardo Wurmus | 2016-08-28 |
* | gnu: Add lua5.1-sec.•••* gnu/packages/lua.scm (lua5.1-sec): New variable.
| Ricardo Wurmus | 2016-08-28 |
* | gnu: Add lua5.1-filesystem.•••* gnu/packages/lua.scm (lua5.1-filesystem): New variable.
| Ricardo Wurmus | 2016-08-28 |
* | gnu: Add lua5.1-socket.•••* gnu/packages/lua.scm (lua5.1-socket): New variable.
| Ricardo Wurmus | 2016-08-28 |
* | gnu: Add lua5.1-expat.•••* gnu/packages/lua.scm (lua5.1-expat): New variable.
| Ricardo Wurmus | 2016-08-28 |
* | gnu: lua: Use "license:" prefix.•••* gnu/packages/gstreamer.scm (define-module): Import guix licenses with
"license:" prefix.
| Ricardo Wurmus | 2016-08-28 |
* | gnu: lua: Build with support for dynamic libraries.•••* gnu/packages/lua.scm (lua)[arguments]: Use regular build phase and add
make-flags.
| Ricardo Wurmus | 2016-08-28 |
* | gnu: Add bwm-ng.•••* gnu/packages/networking.scm (bwm-ng): New variable.
| Arun Isaac | 2016-08-28 |
* | gnu: mupdf: Fix CVE-2016-{6265,6525}.•••* 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.
| Leo Famulari | 2016-08-27 |
* | gnu: octave: Update to 4.0.3.•••* gnu/packages/maths.scm (octave): Update to 4.0.3.
[inputs]: Remove unnecessary curl, cyrus-sasl and openssl dependencies.
| Kei Kebreau | 2016-08-27 |
* | gnu: python-gnupg: Fix broken tests.•••* gnu/packages/gnupg.scm (python-gnupg)[arguments]: Fix check phase.
| Ricardo Wurmus | 2016-08-26 |
* | gnu: btrfs-progs: Update to 4.7.1.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.1.
| Tobias Geerinckx-Rice | 2016-08-26 |
* | gnu: enlightenment: Move efl to inputs.•••* gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]:
Move efl from here ...
[inputs]: ... to here.
| Efraim Flashner | 2016-08-26 |
* | gnu: enlightenment: Move gettext to native-inputs.•••* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move gettext
from here ...
[native-inputs]: ... to here.
| Efraim Flashner | 2016-08-26 |
* | gnu: rage: Update to 0.2.0.•••* gnu/packages/enlightenment.scm (rage): Update to 0.2.0.
| Efraim Flashner | 2016-08-26 |
* | gnu: python-efl: Update to 1.18.0.•••* gnu/packages/enlightenment.scm (python-efl): Update to 1.18.0.
| Efraim Flashner | 2016-08-26 |
* | gnu: efl: Update to 1.18.0.•••* gnu/packages/enlightenment.scm (efl): Update to 1.18.0.
[inputs]: Add ghostscript, libraw, libspectre, openjpeg, poppler.
[arguments]: Remove unecessary 'patch-config-files phase, add phase
hardlinking the location of pulseaudio and libsndfile.
* gnu/packages/enlightenment.scm (terminology, enlightenment, rage)
(python-efl)[inputs]: Remove elementary, now provided by efl.
| Efraim Flashner | 2016-08-26 |
* | gnu: btrfs-progs: Update to 4.7.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.
[native-inputs]: Add missing header comment for which.
| Tobias Geerinckx-Rice | 2016-08-26 |
* | gnu: fdupes: Use 'modify-phases'.•••* gnu/packages/admin.scm (fdupes)[arguments]: Use 'modify-phases'.
| Tobias Geerinckx-Rice | 2016-08-26 |
* | gnu: fdupes: Update to 1.6.1.•••* gnu/packages/admin.scm (fdupes): Update to 1.6.1.
[source]: Update 'uri' template, add 'file-name' field.
[arguments]: Set CC in make-flags.
| Tobias Geerinckx-Rice | 2016-08-26 |
* | gnu: Add emacs-ahungry-theme.•••* gnu/packages/emacs.scm (emacs-ahungry-theme): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Alex Vong | 2016-08-26 |
* | gnu: emacs-f: Update to 0.18.2.•••* gnu/packages/emacs.scm (emacs-f): Update to 0.18.2.
| Alex Kost | 2016-08-26 |
* | gnu: emacs-s: Update to 1.11.0.•••* gnu/packages/emacs.scm (emacs-s): Update to 1.11.0.
| Alex Kost | 2016-08-26 |
* | gnu: emacs-dash: Update to 2.13.0.•••* gnu/packages/emacs.scm (emacs-dash): Update to 2.13.0.
| Alex Kost | 2016-08-26 |
* | gnu: magit: Update to 2.8.0.•••* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.8.0.
| Alex Kost | 2016-08-26 |
* | gnu: emacs-with-editor: Update to 2.5.2.•••* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.2.
| Alex Kost | 2016-08-26 |
* | gnu: gnome-screenshot: Update to 3.20.1.•••* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.20.1.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
| Rene Saavedra | 2016-08-25 |
* | gnu: enlightenment: Update to 0.21.2.•••* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.2.
| Efraim Flashner | 2016-08-25 |
* | gnu: ibus: Fix simple engine.•••* gnu/packages/ibus.scm (ibus)[inputs]: Add libx11, setxkbmap, xmodmap.
[arguments]: Add "fix-paths" phase.
| Ricardo Wurmus | 2016-08-25 |
* | gnu: ibus: Generate C from Vala sources.•••* gnu/packages/ibus.scm (ibus)[native-inputs]: Add vala.
[arguments]: Add "delete-generated-files" phase.
| Ricardo Wurmus | 2016-08-25 |
* | gnu: ibus: Use modify-phases syntax.•••* gnu/packages/ibus.scm (ibus)[arguments]: Use modify-phases syntax.
| Ricardo Wurmus | 2016-08-25 |
* | gnu: aria2: Fix bash completion.•••* gnu/packages/bittorrent.scm (aria2)[arguments]: Set bash completion
directory.
| Efraim Flashner | 2016-08-25 |
* | gnu: aria2: Update to 1.26.0.•••* gnu/packages/bittorrent.scm (aria2): Update to 1.26.0.
| Efraim Flashner | 2016-08-25 |
* | gnu: offlineimap: Update to 7.0.6.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.6.
| Efraim Flashner | 2016-08-25 |
* | gnu: webkitgtk: Update to 2.12.4 [fixes CVE-2016-{4590,4591,4622,4624}].•••* gnu/packages/webkit.scm (webkitgtk): Update to 2.12.4.
[source]: Use HTTPS URL.
| Leo Famulari | 2016-08-25 |
* | gnu: linux-libre@4.1: Update to 4.1.31.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.31.
| Mark H Weaver | 2016-08-24 |