summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2023-04-21services: postgresql: Add the 'postgresql' Shepherd service name.Ludovic Courtès
* gnu/services/databases.scm (postgresql-shepherd-service): Add 'postgresql' to 'provision'.
2023-04-21gnu: freerdp: Update to 2.2.0 [security fixes].Maxim Cournoyer
This fixes CVE-2022-39316, CVE-2022-39317, CVE-2022-39318, CVE-2022-39319, CVE-2022-39320, CVE-2022-41877, CVE-2022-39347, CVE-2022-39282, CVE-2022-39283, CVE-2021-41159 and CVE-2021-41160. * gnu/packages/rdesktop.scm (freerdp): Update to 2.2.0. [arguments]: Use gexps. Do not set DOCBOOKXSL_DIR in #:configureflags.
2023-04-21services: syslog: Log auth.info to /var/log/secure in default configuration.Maxim Cournoyer
This causes authentication failures such as those generated by SSH brute force attacks to appear in /var/log/secure, which is picked up by tools such as fail2ban. * gnu/services/base.scm (%default-syslog.conf): Add a auth.info selector for the /var/log/secure log. Series-to: 62802@debbugs.gnu.org
2023-04-21services/syslog: Strip leading white space indent in syslog.conf.Maxim Cournoyer
This is a cosmetic change. * gnu/services/base.scm (%default-syslog.conf): Add a comment referencing the documentation. Strip the extraneous leading trailing white space indent.
2023-04-21services: syslog: Add a reload action.Maxim Cournoyer
* gnu/services/base.scm (syslog-service-type) [actions]: Add a reload action. * doc/guix.texi (Base Services): Document it.
2023-04-21services: syslog: Move configuration to /etc/syslog.conf.Maxim Cournoyer
Having the configuration live at a static location makes it possible to hot-reload it. * gnu/services/base.scm (syslog.conf): New variable. (syslog-etc, syslog-shepherd-service): New procedures. (syslog-service-type): Rewrite using the above new variable and procedures, extending etc-service-type with its configuration file.
2023-04-21gnu: bppsuite: Update to 2.4.1.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (bppsuite): Update to 2.4.1. [source]: Remove the commit and use the release version. Changed to the github repo. [arguments]: Remove the disabled parallel-build. [inputs]: Use list. [home-page]: Changed to github page.
2023-04-21gnu: bpp-popgen: Update to 2.4.1.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (bpp-popgen): Update to 2.4.1. [source]: Remove the commit and use the release version. Changed to the github repo. [arguments]: Remove the disabled parallel-build. [home-page]: Changed to new host Université Claude-Bernard Lyon 1.
2023-04-21gnu: Add maffilter.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (maffilter): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-04-21gnu: Add bpp-phyl-omics.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (bpp-phyl-omics): New variable.
2023-04-21gnu: Add bpp-seq-omics.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (bpp-seq-omics): New variable.
2023-04-21gnu: bpp-phyl: Update to 2.4.1.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (bpp-phyl): Update to 2.4.1. [source]: Remove the commit and use the release version. Changed to the github repo. [arguments]: Remove the disabled parallel-build and out-of-source. [home-page]: Changed to new host Université Claude-Bernard Lyon 1. [synopsis]: Use proper capitalization.
2023-04-21gnu: bpp-seq: Update to 2.4.1.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (bpp-seq): Update to 2.4.1. [source]: Remove the commit and use the release version. Changed to the github repo. [arguments]: Remove the disabled parallel-build and out-of-source. [home-page]: Changed to new host Université Claude-Bernard Lyon 1.
2023-04-21gnu: bpp-core: Update to 2.4.1.Mădălin Ionel Patrașcu
* gnu/packages/bioinformatics.scm (bpp-core): Update to 2.4.1. [source]: Remove the commit and use the release version. Changed to the github stored sources. [arguments]: Remove the disabled parallel-build. [home-page]: Changed to new host Université Claude-Bernard Lyon 1.
2023-04-21gnu: luakit: Further improve style.Nicolas Goaziou
This is a followup to d3bc56da0475bc643ccb065483c53c6d28cf8e39. * gnu/packages/web-browsers.scm (luakit)[arguments]<#:phases>: Remove unnecessary INPUTS key. [inputs]: Sort alphabetically.
2023-04-21gnu: luakit: Improve package style.Nicolas Goaziou
* gnu/packages/web-browsers.scm (luakit)[arguments]<#:tests?>: Properly disable tests instead of deleting CHECK phase. <#:make-flags, #:phases>: Use G-expressions. Remove trailing #T. <#:test-targes>: Add it, for the record. [inputs]: Remove labels.
2023-04-21gnu: Add alienblaster.Yovan Naumovski
* gnu/packages/games.scm (alienblaster): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: Add clog.Antero Mejr
* gnu/packages/parallel.scm (clog): New variable. * gnu/packages/patches/clog-fix-shared-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: a2ps: Update to 4.15.4Andy Tai
* gnu/packages/pretty-print.scm (a2ps): Update to 4.15.4 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: kakoune: update to 2022.10.31.Eidvilas Markevičius
* gnu/packages/text-editors.scm (kakoune): Update to 2022.10.31. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: terminator: Update to 2.1.3Andy Tai
* gnu/packages/gnome.scm (terminator): Update to 2.1.3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: wlr-randr: Update to 0.3.0.kiasoc5
* gnu/packages/wm.scm (wlr-randr): Update to 0.3.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: mpdevil: Update to 1.10.2.kiasoc5
* gnu/packages/mpd.scm (mpdevil): Update to 1.10.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: icewm: Update to 3.3.3.Andy Tai
* gnu/packages/wm.scm (icewm): Update to 3.3.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: python-txtorcon: Fix build.Brendan Tildesley
gnu/packages/python-crypto.scm (python-txtorcon): Fix build failure. [propagated-inputs]: Add PYTHON-PYOPENSSL. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: wireshark: Update to 4.0.5.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 4.0.5.
2023-04-21gnu: komikku: Update to 1.17.0.Liliana Marie Prikler
This fixes a version incompatibility with WebkitGTK. * gnu/packages/gnome.scm (komikku): Update to 1.17.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: luakit: Update to 2.3.3.Raphaël Mélotte
* gnu/packages/web-browsers.scm (luakit): Update to 2.3.3 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-04-21gnu: emacs-no-littering: Update to 1.3.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.3.0. [propagated-inputs]: Add EMACS-COMPAT.
2023-04-21gnu: emacs-embark: Update to 0.22.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.22.1.
2023-04-21gnu: emacs-elfeed-score: Build and install info documentation.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score)[arguments]<#:phases>: Add a phase to build info files. [native-inputs]: Add TEXINFO.
2023-04-21gnu: emacs-elfeed-score: Update to 1.2.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 1.2.5.
2023-04-21gnu: emacs-doom-modeline: Update to 3.4.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.4.0.
2023-04-21gnu: emacs-buttercup: Update to 1.31.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.31.
2023-04-21gnu: emacs-emms: Update to 15.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 15.
2023-04-20gnu: linux-libre 4.14: Update to 4.14.313.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.313. (linux-libre-4.14-pristine-source): Update hash.
2023-04-20gnu: linux-libre 4.19: Update to 4.19.281.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.281. (linux-libre-4.19-pristine-source): Update hash.
2023-04-20gnu: linux-libre 5.4: Update to 5.4.241.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.241. (linux-libre-5.4-pristine-source): Update hash.
2023-04-20gnu: linux-libre 5.10: Update to 5.10.178.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.178. (linux-libre-5.10-pristine-source): Update hash.
2023-04-20gnu: linux-libre 5.15: Update to 5.15.108.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.108. (linux-libre-5.15-pristine-source): Update hash.
2023-04-20gnu: linux-libre 6.1: Update to 6.1.25.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.25. (linux-libre-6.1-pristine-source): Update hash.
2023-04-20gnu: linux-libre: Update to 6.2.12.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.2-version): Update to 6.2.12. (linux-libre-6.2-pristine-source, deblob-scripts-6.2): Update hashes.
2023-04-20gnu: sbcl-quri: Update to 0.7.0.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-quri): Update to 0.7.0.
2023-04-20gnu: Add r-tidygeocoder.Navid Afkhami
* gnu/packages/cran.scm (r-tidygeocoder): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-04-20gnu: poke: Update to 3.1.Andy Tai
* gnu/packages/engineering.scm (poke): Update to 3.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-04-18gnu: borgmatic: Update to 1.7.12.Fabio Natali
* gnu/packages/backup.scm (borgmatic): Update to 1.7.12. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-18gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371].Sharlatan Hellseher
Upstream introduced new versioning model <year>.<release> * gnu/packages/astronomy.scm (stellarium): Update to 23.1. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-18gnu: calcmysky: Update to 0.3.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (calcmysky): Update to 0.3.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-18gnu: gnutls: Extend test timeout on powerpc-linux.Efraim Flashner
* gnu/packages/tls.scm (gnutls)[arguments]: When building for powerpc-linux add a phase to extend the test timeout.
2023-04-18gnu: ultrastar-deluxe: Build with ffmpeg-5.Efraim Flashner
* gnu/packages/games.scm (ultrastar-deluxe)[inputs]: Replace ffmpeg with ffmpeg-5.