summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update mailmap.Leo Famulari2021-07-27
| | | | * .mailmap: Add entry for Christine Lemmer-Webber.
* gnu: linux-libre 4.4: Update to 4.4.281.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.281. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.280.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.280. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.244.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.244. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.204.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.204. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.141.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.141. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.59.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.59. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.13.11.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.11. (linux-libre-5.13-pristine-source): Update hash.
* gnu: OpenSSL 1.0.2: Hide this package.Leo Famulari2021-07-27
| | | | * gnu/packages/tls.scm (openssl-1.0): Wrap in 'hidden-package'.
* gnu: adb: Make compatible with OpenSSL 1.1.Giovanni Biscuolo2021-07-27
| | | | | | | | | | OpenSSL version 1.1 brought some API changes which broke the build here, fix that by accessing rsa->n (and e) directly, using RSA_get0_key instead. * gnu/packages/patches/adb-libssl_11-compatibility.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/android.scm (android-platform-system-core)[origin]: Use it. (adb)[inputs]: Replace openssl-1.0 with openssl.
* gnu: Remove tlsdate.Leo Famulari2021-07-27
| | | | | | | As discussed in <https://bugs.gnu.org/46602>, tlsdate does not support a current release of OpenSSL. * gnu/packages/ntp.scm (tlsdate): Remove variable.
* gnu: Remove psyclpc.Leo Famulari2021-07-27
| | | | | | | As discussed in <https://bugs.gnu.org/46602>, psyclpc does not support a current release of OpenSSL. * gnu/packages/messaging.scm (psyclpc): Remove variable.
* gnu: Remove eschalot.Leo Famulari2021-07-27
| | | | | | | As discussed in <https://bugs.gnu.org/46602>, eschalot does not support a current release of OpenSSL. * gnu/packages/crypto.scm (eschalot): Remove variable.
* gnu: Remove cadaver.Leo Famulari2021-07-27
| | | | | | | As discussed in <https://bugs.gnu.org/46602>, cadaver does not support a current release of OpenSSL. * gnu/packages/web.scm (cadaver): Remove variable.
* gnu: Remove pidentd.Leo Famulari2021-07-27
| | | | | | | | As discussed in <https://bugs.gnu.org/46602>, pidentd does not support a current release of OpenSSL, and there does not seem to be any activity upstream to improve that. * gnu/packages/networking.scm (pidentd): Remove variable.
* gnu: Remove dillo.Leo Famulari2021-07-27
| | | | | | | | As discussed in <https://bugs.gnu.org/46602>, Dillo does not include a supported implementation of TLS / HTTPS, and there does not seem to be any activity upstream to improve that. * gnu/packages/web-browsers.scm (dillo): Remove variable.
* gnu: Syncthing: Update to 1.16.1.Leo Famulari2021-07-27
| | | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.16.1. [arguments]: Adjust the custom install phase to upstream changes.
* Revert "gnu: syncthing: Prepare for cross-compiling."Leo Famulari2021-07-27
| | | | | | | | This commit broke splitting the package into multiple outputs. See <https://bugs.gnu.org/50071>. This reverts commit b33f5d7ff0627424a06fd0416761cd81c350e20a.
* Update copyright/name notices for Christine Lemmer-Webber.Christopher Lemmer Webber2021-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber. * gnu/build/image.scm: Likewise. * gnu/build/vm.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/assembly.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/backup.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/finance.scm: Likewise. * gnu/packages/gnupg.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/haskell-xyz.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/sphinx.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/networking.scm: Likewise. * gnu/system/vm.scm: Likewise.
* gnu: gnuradio: Don't include QtWebKit in the dependency graph.Leo Famulari2021-07-27
| | | | | * gnu/packages/radio.scm (gnuradio)[inputs]: Replace python-pyqt with python-pyqt-without-qtwebkit.
* doc: Fix typo.Ricardo Wurmus2021-08-15
| | | | | | * doc/guix-cookbook.texi (GUIX_PACKAGE_PATH): Fix typo in file name. Reported-by: breathein on IRC.
* gnu: exiv2: Enable tests.Efraim Flashner2021-08-15
| | | | | | * gnu/packages/image.scm (exiv2)[arguments]: Don't skip tests. Add test-target, configure-flags to enable tests. [native-inputs]: Add googletest, python.
* gnu: exiv2: Update to 0.27.4.Efraim Flashner2021-08-15
| | | | * gnu/packages/image.scm (exiv2): Update to 0.27.4.
* gnu: ddcci-driver-linux: Update to 0.3.4.Brice Waegeneire2021-08-15
| | | | * gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.3.4.
* import: gem: Fix typo.Brice Waegeneire2021-08-15
| | | | * guix/scripts/import/gem.scm (%options): Fix typo.
* gnu: Add emacs-ahg.Xinglu Chen2021-08-15
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ahg): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: wob: Update to 0.12.Nicolas Goaziou2021-08-15
| | | | * gnu/packages/xdisorg.scm (wob): Update to 0.12.
* gnu: emacs-editorconfig: Update to 0.8.2.Nicolas Goaziou2021-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.2.
* gnu: emacs-map: Update to 3.1.Nicolas Goaziou2021-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.1.
* gnu: emacs-auctex: Update to 13.0.13.Nicolas Goaziou2021-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.13.
* gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-5.b8167e6.Leo Famulari2021-07-27
| | | | | | | | | Fixes the build with linux-libre 5.12. Reported by philipper905 on #guix. * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-5.b8167e6.
* gnu: linux-libre 4.19: Update to 4.19.203.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.203. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.140.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.140. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.58.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.58. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.13.10.Leo Famulari2021-07-27
| | | | | * gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.10. (linux-libre-5.13-pristine-source): Update hash.
* gnu: electrum: Add Ledger support.Danny Milosavljevic2021-08-14
| | | | | * gnu/packages/finance.scm (electrum)[inputs]: Add python-hidapi, python-ledgerblue, python-btchip-python.
* gnu: Add python-btchip-python.Danny Milosavljevic2021-08-14
| | | | * gnu/packages/finance.scm (python-btchip-python): New variable.
* gnu: linux-libre: Add perf probe support.Mathieu Othacehe2021-08-14
| | | | | | | | | | * gnu/packages/aux-files/linux-libre/5.10-i686.conf: Enable CONFIG_UPROBE_EVENTS option. * gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Ditto. * gnu/packages/aux-files/linux-libre/5.13-i686.conf: Ditto. * gnu/packages/aux-files/linux-libre/5.13-x86_64.conf: Ditto. * gnu/packages/aux-files/linux-libre/5.4-i686.conf: Ditto. * gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Ditto.
* gnu: Add gnss-sdr.Guillaume Le Vaillant2021-08-14
| | | | * gnu/packages/radio.scm (gnss-sdr): New variable.
* gnu: icecat: Add WebAuthn support.Brice Waegeneire2021-08-13
| | | | | * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add eudev. [phases]: Add eudev to the wrapper.
* gnu: re2c: Update to 2.2.Sergei Trofimovich2021-08-13
| | | | | | | * gnu/packages/re2c.scm (re2c): Update to 2.2. [native-inputs]: Add python. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: opendht: Update to 2.3.0.Maxim Cournoyer2021-08-13
| | | | * gnu/packages/networking.scm (opendht): Update to 2.3.0.
* gnu: Add emacs-placeholder.Xinglu Chen2021-08-13
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-placeholder): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-epithet.Xinglu Chen2021-08-13
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-epithet): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-filladapt.Xinglu Chen2021-08-13
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-filladapt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-projectile: Update to 2.5.0.Nicolas Goaziou2021-08-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.5.0.
* gnu: emacs-geiser: Update to 0.17.Nicolas Goaziou2021-08-13
| | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.17. [arguments]<#:phases>: Fix a typo prior to generating the documentation.
* gnu: pigx-rnaseq: Update to 0.0.19.Ricardo Wurmus2021-08-13
| | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.19.
* gnu: emacs-find-file-in-project: Update to 6.1.1.Nicolas Goaziou2021-08-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.1.1.
* gnu: emacs-crux: Update to 0.4.0.Nicolas Goaziou2021-08-13
| | | | * gnu/packages/emacs-xyz.scm (emacs-crux): Update to 0.4.0.