aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2023-10-12gnu: go-github-com-godbus-dbus: Update to 5.1.0Nguyễn Gia Phong
gnu/packages/golang.scm (go-github-com-godbus-dbus): Update to 5.1.0. Signed-off-by: Nguyễn Gia Phong <mcsinyx@disroot.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-12gnu: ripgrep: Prepare for cross-compiling.Efraim Flashner
* gnu/packages/rust-apps.scm (ripgrep) [native-inputs]: Move pcre2 ... [inputs]: ... to here.
2023-10-12gnu: stfl: Fix cross-compiling.Efraim Flashner
* gnu/packages/ncurses.scm (stfl)[native-inputs]: Add ncurses.
2023-10-12gnu: Add r-complexupset.Navid Afkhami
* gnu/packages/cran.scm (r-complexupset): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-10-12gnu: glibc: Fix CVE-2023-4911.Liliana Marie Prikler
* gnu/packages/patches/glibc-2.35-CVE-2023-4911.patch: New file. * gnu/local.mk: Register it here. * gnu/packages/base.scm (glibc/fixed): New variable. (glibc): Use it as replacement.
2023-10-11gnu: curl/fixed: Fix version.John Kehayias
This is a followup to d6d706a58b8159748d3a46fa97cae18850487c8a. The version string is set separately to have the same length as curl for grafting and was forgotten in the previous commit. * gnu/packages/curl.scm (curl/fixed)[version]: Set to "8.4.0a" to match actual version and length needed for grafting.
2023-10-11gnu: curl/fixed: Update to 8.4.0 [security fixes].John Kehayias
Fixes CVE-2023-38545 and CVE-2023-38546. See <https://curl.se/docs/CVE-2023-38545.html> and <https://curl.se/docs/CVE-2023-38546.html> for details. * gnu/packages/curl.scm (curl/fixed): Update to 8.4.0.
2023-10-11gnu: libcue: Update to 2.3.0 [security fixes].Leo Nikkilä
Fixes CVE-2023-43641, see <https://github.blog/2023-10-09-coordinated-disclosure-1-click-rce-on-gnome-cve-2023-43641/> for details. * gnu/packages/cdrom.scm (libcue): Update to 2.3.0. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2023-10-11gnu: python-pyte: Update to 0.8.1.Stefan Reichör
* gnu/packages/terminals.scm (python-pyte): Update to 0.8.1. Co-authored-by: jgart <jgart@dismail.de>
2023-10-11gnu: python-pyvirtualdisplay: Update to 3.0.jgart
* gnu/packages/python-xyz.scm (python-pyvirtualdisplay): Update to 3.0.
2023-10-11gnu: Remove python-google-api-core-1 and its dependency python-google-auth-1Pierre-Evariste Dagand
python-google-auth-1 doesn't self-test anymore. The tests depend on `python-mock` (easy to fix) but also on an outdated version of `python-cryptography`. * gnu/packages/python-web.scm (python-google-auth-1) (python-google-api-core-1): Remove. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-11gnu: python-google-api-client: Update to 2.102.0.Pierre-Evariste Dagand
* gnu/packages/python-web.scm (python-google-api-client): Update to 2.102.0 (python-google-auth-httplib2): Update to 0.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-11gnu: Add python-google-auth-oauthlib.Pierre-Evariste Dagand
* gnu/packages/python-web.scm (python-google-auth-oauthlib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-11gnu: Add bliss.David Elsing
* gnu/packages/maths.scm (bliss): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-10-11gnu: Add r-chemmineob.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-chemmineob): New variable.
2023-10-11gnu: indi: Update to 2.0.4.Sharlatan Hellseher
* gnu/packages/astronomy.scm (indi-2.0): New variable. (indi-1.9): New variable. Inherited from indi-2.0. (indi): Set it to use indi-1.9 as default, as Stellarium and PHD2 are still depended on 1.9 and fail with Indi 2.0+. See: https://github.com/Stellarium/stellarium/issues/3038 Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-tweakwcs: Update to 0.8.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-sunpy: Update to 5.0.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-sunpy): Update to 5.0.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-stpipe: Update to 0.5.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stpipe): Update to 0.5.1. [arguments]{test-flags}: Disable on failing test. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-stdatamodels: Update packages style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stdatamodels): Update indentation to improve readability of the package. [description]: Add TexInfo styling bits. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-stdatamodels: Update to 1.8.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.8.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-stcal: Update package style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stcal): Update indentation to improve readability of the package. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-stcal: Update to 1.4.4.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-stcal): Update to 1.4.4. [arguments]{phases}: Add 'build-extensions phase. [native-inputs]: Add python-cython. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-jwst: Update to 1.12.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-jwst): Update to 1.12.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-cdflib: Update to 1.2.1.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-cdflib): Update to 1.2.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-crds: Update to 11.17.6.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-crds): Update to 11.17.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-drizzle: Update package style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-drizzle): Update package style, indent and align regions. [arguments]{test-flags}: Remove them as all tests are passed successfully. [native-inputs]: Remove python-coverage, python-pytest-cov. [description]: Indent region. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-drizzle: Update to 1.14.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-drizzle): Update to 1.14.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-reproject: Update to 0.12.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-reproject): Update to 0.12.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-jplephem: Improve package style.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-jplephem)[build-system]: Shift to pyproject-build-system. [arguments]: Use G-expressions. Simplify 'check phase. [description]: Extend it with more details. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-jplephem: Update to 2.19.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-jplephem): Update to 2.19. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: python-gwcs: Update to 0.19.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.19.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: calceph: Update to 3.5.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (calceph): Update to 3.5.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: stellarium: Update to 23.3.Sharlatan Hellseher
* gnu/packages/astronomy.scm (stellarium): Update to 23.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: siril: Update to 1.2.0.Sharlatan Hellseher
* gnu/packages/astronomy.scm (siril): Update to 1.2.0. [inputs]: Add ffms2, libheif. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: emacs-eat: Update to 0.9.Akib Azmain Turja
* gnu/packages/emacs-xyz.scm (emacs-eat): Update to 0.9. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: emacs-mastodon: Update to 1.0.6.Fabio Natali
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-10-11gnu: guile-proba: Update to 0.3.1.Fabio Natali
* gnu/packages/check.scm (guile-proba): Update to 0.3.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I7cc9708078fee14723eec90e4ce45d2beb3a01d0
2023-10-11gnu: p2pool: Update to 3.7.Guillaume Le Vaillant
* gnu/packages/finance.scm (p2pool): Update to 3.7.
2023-10-11gnu: monero-gui: Update to 0.18.3.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.1.
2023-10-11gnu: monero: Update to 0.18.3.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.18.3.1.
2023-10-11gnu: csmith: Add source file-name.Efraim Flashner
* gnu/packages/linux.scm (csmith)[source]: Add file-name field.
2023-10-11gnu: agda-cubical: Add source file-name.Efraim Flashner
* gnu/packages/agda.scm (agda-cubical)[source]: Add file-name field.
2023-10-11gnu: emacs-chatgpt-shell: Add a source file-name.Efraim Flashner
* gnu/packages/emacs-xyz.scm (emacs-chatgpt-shell)[source]: Add file-name field.
2023-07-23gnu: linux-libre 4.14: Update to 4.14.326.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.326. (linux-libre-4.14-pristine-source): Update hash.
2023-07-23gnu: linux-libre 4.19: Update to 4.19.295.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.295. (linux-libre-4.19-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.4: Update to 5.4.257.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.257. (linux-libre-5.4-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.10: Update to 5.10.197.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.197. (linux-libre-5.10-pristine-source): Update hash.
2023-07-23gnu: linux-libre 5.15: Update to 5.15.134.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.134. (linux-libre-5.15-pristine-source): Update hash.
2023-07-23gnu: linux-libre 6.1: Update to 6.1.56.Leo Famulari
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.56. (linux-libre-6.1-pristine-source): Update hash.