| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | services: guix: Allocate build user UIDs in the system range.•••Until now we were allocating the UIDs of build users above 30000, which
is in "normal" user UID range. This static allocation was unnecessary,
so this change lets the system allocate UIDs in the system range (below
1000).
* gnu/services/base.scm (guix-build-accounts): Remove #:first-uid, and
remove 'uid' field from 'user-account'.
| Ludovic Courtès | 2019-03-10 | 1 | -4/+2 |
* | gnu: gnome-shell: Avoid top-level reference to inkscape.•••Fixes <https://bugs.gnu.org/34806>.
Reported by Marius Bakke <mbakke@fastmail.com>.
* gnu/packages/gnome.scm (gnome-shell)[source](snippet): Remove
reference to INKSCAPE. Instead, simply copy the SVG file to
data/theme.
[arguments]: Add 'convert-logo-to-png' phase.
[native-inputs]: Add INKSCAPE.
| Ludovic Courtès | 2019-03-10 | 1 | -5/+10 |
* | gnu: ansible: Update to 2.7.8 [fixes CVE-2019-3828].•••* gnu/packages/admin.scm (ansible): Update to 2.7.8.
| Tobias Geerinckx-Rice | 2019-03-10 | 1 | -3/+2 |
* | gnu: pugixml: Build as shared library.•••* gnu/packages/patches/pugixml-versioned-libdir.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/xml.scm (pugixml)[source](patches): New field.
[arguments]: Instruct the build system to create a shared rather than static
library.
[native-inputs]: Add PKG-CONFIG.
| Marius Bakke | 2019-03-10 | 3 | -3/+67 |
* | gnu: FileZilla: Update to 3.41.1.•••* gnu/packages/ftp.scm (filezilla): Update to 3.41.1.
| Marius Bakke | 2019-03-10 | 1 | -2/+2 |
* | gnu: pugixml is a regular input.•••* gnu/packages/emulators.scm (mame)[native-inputs]: Move PUGIXML ...
[inputs]: ... here.
* gnu/packages/ftp.scm (filezilla)[native-inputs, inputs]: Likewise.
| Marius Bakke | 2019-03-10 | 2 | -2/+2 |
* | services: zabbix-front-end: Show location in messages.•••* gnu/services/monitoring.scm (zabbix-front-end-config): Show location in
messages.
| Oleg Pykhalov | 2019-03-10 | 1 | -24/+33 |
* | services: configuration: Add '%location'.•••* gnu/services/configuration.scm (define-configuration): Add '%location'.
| Oleg Pykhalov | 2019-03-10 | 1 | -0/+5 |
* | gnu: xfd: Update to 1.1.3.•••* gnu/packages/xorg.scm (xfd): Update to 1.1.3.
| Marius Bakke | 2019-03-10 | 1 | -2/+2 |
* | gnu: xprop: Update to 1.2.4.•••* gnu/packages/xorg.scm (xprop): Update to 1.2.4.
| Marius Bakke | 2019-03-10 | 1 | -2/+2 |
* | gnu: notmuch: Update to 0.28.3.•••* gnu/packages/mail.scm (notmuch): Update to 0.28.3.
| Marius Bakke | 2019-03-10 | 1 | -2/+2 |
* | gnu: xapian: Update to 1.4.11.•••* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.11.
| Marius Bakke | 2019-03-10 | 1 | -3/+3 |
* | gnu: libmspack: Update to 0.10.1.•••* gnu/packages/compression.scm (libmspack): Update to 0.10.1.
| Marius Bakke | 2019-03-10 | 1 | -2/+2 |
* | gnu: python-dask: Update to 1.1.4.•••* gnu/packages/python-xyz.scm (python-dask): Update to 1.1.4.
| Marius Bakke | 2019-03-10 | 1 | -2/+2 |
* | gnu: elogind: Update to 239.4.•••* gnu/packages/freedesktop.scm (elogind): Update to 239.4.
| Marius Bakke | 2019-03-10 | 1 | -2/+2 |
* | gnu: Import (gnu packages image) in (gnu packages scanner).•••This is a follow-up to commit 10bd2889d267df479f79f43471d3c2dd17da345a.
* gnu/packages/scanner.scm: #:use-module (gnu packages image).
| Tobias Geerinckx-Rice | 2019-03-10 | 1 | -0/+1 |
* | gnu: sane-backends: Support PNG scanimage output.•••* gnu/packages/scanner.scm (sane-backends)[inputs]: Add libpng.
| Tobias Geerinckx-Rice | 2019-03-10 | 1 | -0/+1 |
* | gnu: Add btanks.•••* gnu/packages/games.scm (btanks): New variable.
| Ricardo Wurmus | 2019-03-10 | 1 | -1/+85 |
* | gnu: Add libsmpeg-with-sdl1.•••* gnu/packages/video.scm (libsmpeg-with-sdl1): New variable.
(libsmpeg)[version]: Change to 0.4.5-401.
| Ricardo Wurmus | 2019-03-10 | 1 | -2/+19 |
* | gnu: Add 4dtris.•••* gnu/packages/games.scm (4dtris): New variable.
| Ricardo Wurmus | 2019-03-10 | 1 | -0/+47 |
* | gnu: Add slingshot.•••* gnu/packages/games.scm (slingshot): New variable.
| Ricardo Wurmus | 2019-03-10 | 1 | -0/+27 |
* | gnu: scons: Update to 3.0.4.•••* gnu/packages/python-xyz.scm (scons): Update to 3.0.4.
[arguments]: Remove second instance of "imp.load_module" (bug 34236).
| Ricardo Wurmus | 2019-03-10 | 1 | -2/+5 |
* | gnu: Add opensmtpd-next.•••* gnu/packages/mail.scm (opensmtpd-next): New public variable.
| Tobias Geerinckx-Rice | 2019-03-10 | 1 | -0/+75 |
* | gnu: ibus: Update Unicode data to 12.0.0.•••* gnu/packages/ibus.scm (ibus)[native-inputs]: Use versioned URLs for
Unicode data and update hashes.
| Tobias Geerinckx-Rice | 2019-03-10 | 1 | -4/+6 |
* | gnu: hyperledger-fabric: Fix description, set supported system and parallel b...•••* gnu/packages/hyperledger.scm (hyperledger-fabric)[description]: Rephrase
into something less marketing-ish.
[arguments]: Build with multiple jobs.
[supported-systems]: Support x86_64-linux only.
| Pierre Neidhardt | 2019-03-09 | 1 | -4/+8 |
* | gnu: Add openfst.•••* gnu/packages/machine-learning.scm (openfst): New variable.
| Ricardo Wurmus | 2019-03-09 | 1 | -1/+19 |
* | gnu: Add hyperledger-fabric.•••* gnu/local.mk (hyperledger): New variable.
| Pierre Neidhardt | 2019-03-09 | 2 | -0/+90 |
* | gnu: lynis: Update to 2.7.2.•••* gnu/packages/admin.scm (lynis): Update to 2.7.2.
| Tobias Geerinckx-Rice | 2019-03-09 | 1 | -3/+2 |
* | gnu: youtube-viewer: Update to "3.5.4.•••* gnu/packages/video.scm (youtube-viewer): Update to "3.5.4.
| Tobias Geerinckx-Rice | 2019-03-09 | 1 | -2/+2 |
* | gnu: dovecot: Avoid unnecessary patching.•••* gnu/packages/mail.scm (dovecot)[arguments]: Replace ‘pre-configure’
patching with custom ‘make install sysconfdir=…’.
| Tobias Geerinckx-Rice | 2019-03-09 | 1 | -9/+6 |
* | gnu: dovecot: Indent arguments.•••* gnu/packages/mail.scm (dovecot)[arguments]: C-M-q and tuck left.
| Tobias Geerinckx-Rice | 2019-03-09 | 1 | -26/+23 |
* | gnu: i3lock-color: Update to 2.12.c.•••* gnu/packages/wm.scm (i3lock-color): Update to 2.12.c.
[inputs]: Add xcb-util-xrm.
| Tobias Geerinckx-Rice | 2019-03-09 | 1 | -3/+4 |
* | gnu: i3lock-color: Don't use unstable tarball.•••* gnu/packages/wm.scm (i3lock-color)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2019-03-09 | 1 | -7/+7 |
* | gnu: i3lock-fancy: Don't use unstable tarball.•••* gnu/packages/wm.scm (i3lock-fancy)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice | 2019-03-09 | 1 | -7/+7 |
* | activation: Shared system home directories are now 555 and root-owned.•••Fixes <https://bugs.gnu.org/34788>.
Reported by Jack Hill <jackhill@jackhill.us>.
Regression introduced by the combination of
8bb76f3d44c1f5ffec8011819494db306a51d801 and
0ae735bcc8ff7fdc89d67b492bdee9091ee19e86: /var/empty would be 700 and
owned by one of the system accounts (thus inaccessible to others), and
/var/run/dbus would be 700 as well, thereby preventing D-Bus clients
from connecting to the daemon.
* gnu/build/activation.scm (duplicates): New procedure.
(activate-users+groups)[system-accounts]: New variable.
Use it. Make shared system account home directories #o555 and
root-owned.
* gnu/services/dbus.scm (dbus-activation): Make /var/run/dbus #o755.
* gnu/tests/base.scm (run-basic-test): Test the ownership and
permissions of /var/empty.
| Ludovic Courtès | 2019-03-08 | 3 | -7/+46 |
* | gnu: Add java-eclipse-jdt-compiler-apt.•••* gnu/packages/java.scm (java-eclipse-jdt-compiler-apt): New variable.
| Ricardo Wurmus | 2019-03-08 | 1 | -0/+27 |
* | gnu: blast+: Update to 2.7.1.•••* gnu/packages/bioinformatics.scm (blast+): Update to 2.7.1.
[inputs]: Add lmdb.
[source]: Remove obsolete patch.
* gnu/package/patches/blast+-fix-makefile.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Ricardo Wurmus | 2019-03-08 | 3 | -19/+3 |
* | gnu: Add texlive-latex-pdfx.•••* gnu/packages/tex.scm (texlive-latex-pdfx): New variable.
| Ricardo Wurmus | 2019-03-08 | 1 | -0/+52 |
* | gnu: Add texlive-latex-xmpincl.•••* gnu/packages/tex.scm (texlive-latex-xmpincl): New variable.
| Ricardo Wurmus | 2019-03-08 | 1 | -0/+22 |
* | gnu: Add translate2geda.•••* gnu/packages/engineering.scm (translate2geda): New variable.
| Ricardo Wurmus | 2019-03-08 | 1 | -0/+47 |
* | gnu: Add rkrlv2.•••* gnu/packages/music.scm (rkrlv2): New variable.
| Ricardo Wurmus | 2019-03-08 | 1 | -0/+30 |
* | gnu: fc-host-tools: Update to 10.•••* gnu/packages/embedded.scm (fc-host-tools): Update to 10.
[arguments]<:make-flags>: Change INSTBIN to INSTALL_PREFIX.
| Danny Milosavljevic | 2019-03-08 | 1 | -3/+3 |
* | gnu: crawl: Find all the included headers.•••* gnu/packages/games.scm (crawl)[arguments]: Add a custom phase to
change the path for some headers.
| Efraim Flashner | 2019-03-08 | 1 | -0/+5 |
* | gnu: crawl: Don't assume system architecture.•••This allows crawl to build on non-Intel architectures.
* gnu/packages/games.scm (crawl)[arguments]: Add a custom phase to
remove x86* specific CFLAGS.
| Efraim Flashner | 2019-03-08 | 1 | -0/+5 |
* | gnu: crawl: Build with python3-wrapper.•••* gnu/packages/games.scm (crawl)[native-inputs replace python with
python-wrapper.
[arguments]: Remove custom 'patch-python phase.
| Efraim Flashner | 2019-03-08 | 1 | -6/+1 |
* | gnu: u-boot: Remove openssl input.•••Fixes <https://bugs.gnu.org/34717>.
* gnu/packages/bootloaders (u-boot): Remove openssl from native-inputs.
(u-boot-tools): Disable FIT_SIGNATURES in tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vagrant Cascadian | 2019-03-08 | 1 | -2/+6 |
* | gnu: flatpak: Add more dependencies.•••* gnu/packages/package-management.scm (flatpak)[propagated-inputs]: Add
"glib-networking", "gnupg" and "gsettings-desktop-schemas".
| Rutger Helling | 2019-03-08 | 1 | -0/+4 |
* | gnu: r-genelendatabase: Update to 1.18.0.•••* gnu/packages/bioconductor.scm (r-genelendatabase): Update to 1.18.0.
| Ricardo Wurmus | 2019-03-08 | 1 | -2/+2 |
* | gnu: r-mzr: Update to 2.16.2.•••* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.16.2.
[inputs]: Replace "boost" with "boost-for-mysql".
| Ricardo Wurmus | 2019-03-08 | 1 | -3/+4 |
* | gnu: r-gviz: Update to 1.26.5.•••* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.26.5.
| Ricardo Wurmus | 2019-03-08 | 1 | -2/+2 |