summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-03gnu: libmatemixer: Update to 1.22.0....* gnu/packages/mate.scm (libmatemixer): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-03gnu: mate-settings-daemon: Update to 1.22.0....* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-03gnu: mate-session-manager: Update to 1.22.0....* gnu/packages/mate.scm (mate-session-manager): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-03gnu: mate-terminal: Update to 1.22.0...* gnu/packages/mate.scm (mate-terminal): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-03gnu: libmatewether: Update to 1.22.0....* gnu/packages/mate.scm (libmatewether): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-03gnu: mate-desktop: Update to 1.22.2....* gnu/packages/mate.scm (mate-desktop): Update to 1.22.0. [inputs]: Add iso-codes. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-03gnu: mate-themes: Update to 3.22.19....* gnu/packages/mate.scm (mate-themes): Update to 3.22.19. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-03gnu: mate-icon-theme: Update to 1.22.0....* gnu/packages/mate.scm (mate-icon-theme): Update to 1.20.3. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-03gnu: mate-common: Update to 1.22.0....* gnu/packages/mate.scm (mate-common): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> guy fleury iteriteka
2019-04-02gnu: Add brlaser....* gnu/packages/printers.scm (brlaser): New variable. Ricardo Wurmus
2019-04-02gnu: wxmaxima: Update to 19.03.1....* gnu/packages/maths.scm (wxmaxima): Update to 19.03.1. Kei Kebreau
2019-04-02gnu: livemedia-utils: Update to 2019.03.06....* gnu/packages/video.scm (livemedia-utils): Update to 2019-03-06. [source]: Remove snippet. Leo Famulari
2019-04-02gnu: Syncthing: Update to 1.1.1....* gnu/packages/syncthing.scm (syncthing): Update to 1.1.1. Leo Famulari
2019-04-02gnu: Go standard crypto library: Update to 0.0.0-3.b7391e9 [security fixes]....Fixes a vulnerability in 'golang.org/x/crypto/salsa20' where, if more than 256 GiB of keystream is generated, or if the counter otherwise grows greater than 32 bits, the amd64 implementation will first generate incorrect output, and then cycle back to previously generated keystream. https://go.googlesource.com/crypto/+/b7391e95e576cacdcdd422573063bc057239113d * gnu/packages/golang.scm (go-golang-org-x-crypto-bcrypt, go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2, go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20, go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish, go-golang-org-x-crypto-xtea, go-golang-org-x-crypto-ed25519, go-golang-org-x-crypto-ripemd160, go-golang-org-x-crypto-blake2s, go-golang-org-x-crypto-sha3, go-golang-org-x-crypto-ssh-terminal): Update to 0.0.0-3.b7391e9. (go-golang-org-x-crypto-blake2s)[propagated-inputs]: Add go-golang-org-x-sys-cpu. (go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2, go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20, go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish, go-golang-org-x-crypto-xtea, go-golang-org-x-crypto-ssh-terminal): Inherit from go-golang-org-x-crypto-bcrypt. Leo Famulari
2019-04-02gnu: Add go-golang-org-x-sys-cpu....* gnu/packages/golang.scm (go-golang-org-x-sys-cpu): New variable. Leo Famulari
2019-04-02environment: '-C' creates namespaces where the user is not root....* guix/scripts/environment.scm (launch-environment/container): Add UID and GID. Use them in PASSWD and GROUPS. Pass them as #:guest-uid and #:guest-gid to 'call-with-container'. * tests/guix-environment-container.sh: Test the inner UID. In '--user' test, replace hard-coded 0 with 1000. * doc/guix.texi (Invoking guix environment): Adjust accordingly. Ludovic Courtès
2019-04-02linux-container: Make the guest UID and GID a parameter....* gnu/build/linux-container.scm (initialize-user-namespace): Add #:guest-uid and #:guest-gid parameters and honor them. (run-container): Likewise. (call-with-container): Likewise. * tests/containers.scm ("call-with-container, user namespace, guest UID/GID"): New test. Ludovic Courtès
2019-04-02nls: Update 'de' translation of the manual.Ludovic Courtès
2019-04-02gnu: pigx-scrnaseq: Use older loompy....* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace python-loompy with python-loompy-for-pigx-scrnaseq. Ricardo Wurmus
2019-04-02gnu: Add python-loompy-for-pigx-scrnaseq....* gnu/packages/bioinformatics.scm (python-loompy-for-pigx-scrnaseq): New variable. Ricardo Wurmus
2019-04-02gnu: pigx-chipseq: Update to 0.0.40....* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.40. Ricardo Wurmus
2019-04-02gnu: python-scanpy: Add python-louvain to inputs....* gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Sort inputs and add python-louvain. [arguments]: Do not delete test that depends on louvain. Ricardo Wurmus
2019-04-02gnu: Add python-louvain....* gnu/packages/graph.scm (python-louvain): New variable. Ricardo Wurmus
2019-04-02gnu: faudio: Update to 19.04....* gnu/packages/audio.scm (faudio): Update to 19.04. Rutger Helling
2019-04-02gnu: Add emacs-evil-numbers....* gnu/packages/emacs-xyz.scm (emacs-evil-numbers): New variable. Clément Lassieur
2019-04-01gnu: gnome-shell: Add dependency on libgnomekbd....This fixes the "Show keyboard layout" button in the keyboard layout switcher. * gnu/packages/gnome.scm (gnome-shell)[arguments]: In 'record-absolute-file-names' phase, record file name of 'gkbd-keyboard-display'. [inputs]: Add LIBGNOMEKBD. Ludovic Courtès
2019-04-01gnu: gnome-shell: Store absolute file name of 'ibus-daemon'....* gnu/packages/gnome.scm (gnome-shell)[arguments]: Add 'record-absolute-file-names' phase. Ludovic Courtès
2019-04-01gnu: go-github-com-burntsushi-toml: Update to 0.3.1....* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Update to 0.3.1. Leo Famulari
2019-04-01gnu: Add mlucas....* gnu/packages/maths.scm (mlucas): New variable. Arun Isaac
2019-04-01gnu: flatpak: Update to 1.2.4 [fixes CVE-2019-10063]....* gnu/packages/package-management.scm (flatpak): Update to 1.2.4 [fixes CVE-2019-10063]. Rutger Helling
2019-04-01gnu: openmw: Update to 0.45.0....* gnu/packages/game-development.scm (openmw): Update to 0.45.0. Rutger Helling
2019-03-31gnu: emacs-zones: silence byte-compiler....* gnu/packages/patches/emacs-zones-called-interactively.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Leung
2019-03-31gnu: gpodder: Build reproducibly....* gnu/packages/gpodder.scm (gpodder)[arguments]: Add 'do-not-run-msgmerge' phase before 'install'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois
2019-03-31services: slim-configuration: Adapt exported getter methods....Commit 554b8607396785dcde6eb391f75f98a07ec582fd introduces changes to the slim-configuration record without updating the exported methods. * gnu/services/xorg.scm: Export slim-configuration-xorg and slim-configuration-sessreg. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tim Gesthuizen
2019-03-31doc: Document 'gdm-service-type'....* doc/guix.texi (X Window): Document 'gdm-service-type' and 'gdm-configuration'. Take description of '.desktop' files from the 'slim-service-type' description. * gnu/services/xorg.scm (gdm-service): Remove outdated comment. Ludovic Courtès
2019-03-31gnu: ungoogled-chromium: Update to 73.0.3683.86-0.4c7fb6d [security fixes]....The update to Chromium 73 includes more than 60 security fixes. See the release announcement for more information: <https://chromereleases.googleblog.com/2019/03/stable-channel-update-for-desktop_12.html>. * gnu/packages/chromium.scm (%preserved-third-party-files): Drop "net/third_party/http2" and "net/third_party/spdy". Add "v8/src/third_party/siphash". (%chromium-version): Update to 73.0.3683.86. (%ungoogled-revision): Update to 4c7fb6d1a86602999f30b58ef8b331b2115c5ad8. (%debian-revision): New variable. (ungoogled-chromium-source): Add an origin for Debians packaging scripts. Adjust for Ungoogled refactoring and add a procedure for applying Debian patches. Replace unneeded LET* for LET and reindent. (ungoogled-chromium)[arguments]: Remove one obsolete substitution, add two others. Marius Bakke
2019-03-31gnu: ungoogled-chromium: Enable VA-API on x86_64-linux only....* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Conditionally add "use_vaapi" to #:configure-flags. Marius Bakke
2019-03-31gnu: SDDM: Update to 0.18.1....* gnu/packages/display-managers.scm (sddm): Update to 0.18.1. Marius Bakke
2019-03-31gnu: mbedtls-apache: Update to 2.16.1....* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.1. Marius Bakke
2019-03-31gnu: pcsc-lite: Update to 1.8.25....* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.25. Marius Bakke
2019-03-31gnu: python-markdown: Update to 3.1....* gnu/packages/python-xyz.scm (python-markdown): Update to 3.1. Marius Bakke
2019-03-31gnu: ffmpeg@3.4: Update to 3.4.6....* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.6. Marius Bakke
2019-03-31gnu: elogind: Update to 241.2....* gnu/packages/freedesktop.scm (elogind): Update to 241.2. Marius Bakke
2019-03-31gnu: whois: Update to 5.4.2....* gnu/packages/networking.scm (whois): Update to 5.4.2. Marius Bakke
2019-03-31gnu: libssh2: Update to 1.8.2....* gnu/packages/ssh.scm (libssh2): Update to 1.8.2. Marius Bakke
2019-03-31gnu: GnuPG: Update to 2.2.15....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.15. Marius Bakke
2019-03-31gnu: leveldb: Update to 1.21....* gnu/packages/databases.scm (leveldb): Update to 1.21. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Adjust accordingly. Marius Bakke
2019-03-31gnu: leveldb: Don't use unstable tarball....* gnu/packages/databases.scm (leveldb)[source]: Use GIT-FETCH. Marius Bakke
2019-03-31services: Open vSwitch: Provide a default configuration....* gnu/services/networking.scm (openvswitch-service-type): Provide OPENVSWITCH-CONFIGURATION as a default value. * gnu/tests/networking.scm (%openvswitch-os): Don't configure the service. Marius Bakke
2019-03-31gnu: rust: Update to 1.32.0....* gnu/packages/rust.scm (rust): Rename to... (rust-1.31): ...this. (rust): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Ivan Petkov