aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: Add a service for Alertmanager.prometheusChristopher Baines2021-07-02
|
* gnu: Add alertmanager.Christopher Baines2021-07-02
| | | | * gnu/packages/monitoring.scm (alertmanager): New variable.
* services: Add a Prometheus service.Christopher Baines2021-07-02
|
* gnu: Add prometheus.Christopher Baines2021-07-02
| | | | * gnu/packages/monitoring.scm (prometheus): New variable.
* gnu: guix-build-coordinator: Update to 0-33.c2f0c5b.Christopher Baines2021-07-02
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-33.c2f0c5b.
* gnu: scintilla: Update to 5.1.0.Nicolas Goaziou2021-07-02
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.1.0.
* gnu: mame: Update to 0.233.Nicolas Goaziou2021-07-02
| | | | * gnu/packages/emulators.scm (mame): Update to 0.233.
* gnu: Add emacs-rmsbolt.Alexandr Vityazev2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-rmsbolt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-multitran: Update to 0.4.11.Alexandr Vityazev2021-07-02
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-multitran): Update to 0.4.11. [description]: Add @url markup. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-saveplace-pdf-view.Andrew Tropin2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: gsequencer: Update to 3.8.13.Vinicius Monego2021-07-02
| | | | | | | | * gnu/packages/music.scm (gsequencer): Update to 3.8.13. [build-system]: Switch to glib-or-gtk-build-system. [arguments]<#:phases>: Don't return #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-link-hint: Update to 0.1-2.ae73db6.Alexandr Vityazev2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to 0.1-2.ae73db6. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ripgrep.Dhruvin Gandhi2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ripgrep): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-rustic.Dhruvin Gandhi via Guix-patches via2021-07-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-rustic): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: alpine: Update to 2.24.2.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/mail.scm (alpine): Update to 2.24.2.
* gnu: phodav: Fix udev rules directory.Tobias Geerinckx-Rice2021-07-02
| | | | | | | | | | | Since commit da7a5e359761b156a632988a19fca0b6b289485a (e)udev is actually found triggering the installation of phodav's udev rules. That's great, except that it uses (e)udev's 'udevdir' pkg-config variable for that, which is of course not writable. * gnu/packages/gnome.scm (phodav)[arguments]: Add a new 'fix-udev-rules-directory phase.
* gnu: vhba-module: Expand description.Tobias Geerinckx-Rice2021-07-02
| | | | | * gnu/packages/linux.scm (vhba-module)[synopsis, description]: Edit & expand.
* gnu: vhba-module: Update to 20210418.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/linux.scm (vhba-module): Update to 20210418.
* gnu: jasper: Update to 2.0.32.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.32.
* gnu: rsibreak: Update to 0.12.14.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/kde-utils.scm (rsibreak): Update to 0.12.14.
* gnu: vsftpd: Properly enable the SSL support.Tobias Geerinckx-Rice2021-07-02
| | | | | | * gnu/packages/ftp.scm (vsftpd)[arguments]: Remove (questionable?) "-lcrypt" from LDFLAGS. #define VSF_BUILD_SSL in a new 'build-SSL phase instead.
* gnu: vsftpd: Edit description.Tobias Geerinckx-Rice2021-07-02
| | | | | | | | Address ‘guix lint’ warnings. Neither tiptoe around the name nor sell anything. * gnu/packages/ftp.scm (vsftpd)[synopsis]: Make useful. [description]: Use its full name and some nice mark-up.
* gnu: vsftpd: Cross-compile.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/ftp.scm (vsftpd)[arguments]: Use CC-FOR-TARGET.
* gnu: vsftpd: Let the build system create directories.Tobias Geerinckx-Rice2021-07-02
| | | | | * gnu/packages/ftp.scm (vsftpd)[arguments]: Pass the "-D" flag to ‘install’. Remove the now redundant 'mkdir phase.
* gnu: vsftpd: Honour upstream make flags.Tobias Geerinckx-Rice2021-07-02
| | | | | * gnu/packages/ftp.scm (vsftpd)[arguments]: Add a new 'append-make-flags phase. Remove our now redundant "-pie" from LDFLAGS.
* gnu: vsftpd: Update to 3.0.4.Tobias Geerinckx-Rice2021-07-02
| | | | | | | | * gnu/packages/ftp.scm (vsftpd): Update to 3.0.4. [source]: Build from the regular upstream tarball again. [arguments]: Add ‘-lcap’ and ‘-lpam’ to LDFLAGS. Remove obsolete custom 'unpack and 'apply-CentOS-patches phases. [native-inputs]: Remove p7zip and cpio.
* gnu: boinc-client, boinc-server: Update to 7.16.17.Tobias Geerinckx-Rice2021-07-02
| | | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.17. (boinc-server): Run the test suite.
* gnu: nmap: Update to 7.91.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/admin.scm (nmap): Update to 7.91.
* gnu: perl-sql-splitstatement: Update to 1.00023.Tobias Geerinckx-Rice2021-07-02
| | | | | * gnu/packages/databases.scm (perl-sql-splitstatement): Update to 1.00023. [native-inputs]: Add perl-test-differences and perl-test-script.
* gnu: perl-db-file: Update to 1.856.Tobias Geerinckx-Rice2021-07-02
| | | | * gnu/packages/databases.scm (perl-db-file): Update to 1.856.
* gnu: po4a: Update to 0.63.EuAndreh via Guix-patches via2021-07-02
| | | | | | * gnu/packages/gettext.scm (po4a): Update to 0.63. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: grub-efi: Only enable the stack protector on x86_64-linux.Christopher Baines2021-07-02
| | | | | | | | | | Follow up to 018f95094153660e3041ec160718f0bda286a3dc, as gcc on aarch64-linux doesn't seem to support -mstack-protector-guard=global. Fixes <https://bugs.gnu.org/49088>. * gnu/packages/bootloaders.scm (grub-efi)[arguments]: Only add "--enable-stack-protector" to #:configure-flags when system is x86_64-linux.
* gnu: libzip: Support Zstandard.Tobias Geerinckx-Rice2021-07-01
| | | | | * gnu/packages/compression.scm (libzip)[native-inputs]: Add pkg-config. [inputs]: Add zstd:lib.
* gnu: libzip: Update to 1.8.0.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/compression.scm (libzip): Update to 1.8.0.
* gnu: fnott: Update to 1.1.0.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/wm.scm (fnott): Update to 1.1.0.
* gnu: fcft: Update to 2.4.1.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/fontutils.scm (fcft): Update to 2.4.1.
* gnu: linux-libre 4.4: Update to 4.4.274.Leo Famulari2021-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.274. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.274.Leo Famulari2021-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.274. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.238.Leo Famulari2021-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.238. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.196.Leo Famulari2021-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.196. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.129.Leo Famulari2021-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.129. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.47.Leo Famulari2021-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.47. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.12.14.Leo Famulari2021-07-01
| | | | | * gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.14. (linux-libre-5.12-pristine-source): Update hash.
* gnu: git-annex: Update to 8.20210630.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210630.
* gnu: libvirt: Support FUSE.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/virtualization.scm (inputs): Add fuse.
* gnu: libvirt: Support extended attributes.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/virtualization.scm (inputs): Add attr.
* gnu: libvirt: Support ACLs.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/virtualization.scm (inputs): Add acl.
* gnu: libvirt: Support ZFS.Tobias Geerinckx-Rice2021-07-01
| | | | * gnu/packages/virtualization.scm (inputs): Add zfs.
* gnu: libvirt: Update to 7.5.0 [fixes CVE-2021-3631].Tobias Geerinckx-Rice2021-07-01
| | | | | | * gnu/packages/virtualization.scm (libvirt): Update to 7.5.0. [arguments]: Add a new 'skip-directory-confusion phase. Remove obsolete 'no-polkit-magic phase.
* gnu: fldigi: Update to 4.1.19.Tobias Geerinckx-Rice2021-07-01
| | | | | * gnu/packages/radio.scm (fldigi): Update to 4.1.19. [inputs]: Add eudev.