aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: glib: Build with Elfutils instead of libelf.Marius Bakke2022-07-23
| | | | * gnu/packages/glib.scm (glib)[inputs]: Change from LIBELF to ELFUTILS.
* gnu: GCC: Build with Elfutils instead of libelf.Marius Bakke2022-07-23
| | | | * gnu/packages/gcc.scm (gcc-4.7)[inputs]: Change from LIBELF to ELFUTILS.
* gnu: elfutils: Explicitly depend on xz.Marius Bakke2022-07-23
| | | | * gnu/packages/elf.scm (elfutils)[inputs]: Add XZ.
* gnu: elfutils: Update to 0.187.Marius Bakke2022-07-23
| | | | * gnu/packages/elf.scm (elfutils): Update to 0.187.
* gnu: cyrus-sasl: Do not propagate Kerberos.Marius Bakke2022-07-23
| | | | | | * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[propagated-inputs]: Move MIT-KRB5 ... [inputs]: ... here. * gnu/packages/openldap.scm (openldap)[arguments]: Don't add krb5 linker arguments.
* gnu: cyrus-sasl: Fix indentation.Marius Bakke2022-07-23
| | | | * gnu/packages/cyrus-sasl.scm (cyrus-sasl): Reindent.
* gnu: cyrus-sasl: Update to 2.1.28.Marius Bakke2022-07-23
| | | | | | | | | | | * gnu/packages/cyrus-sasl.scm (cyrus-sasl): Update to 2.1.28. [source](uri): Use new download location. [source](patches): Remove. [native-inputs]: Remove. [arguments]: Remove #:phases. Use G-expression. * gnu/packages/patches/cyrus-sasl-CVE-2019-19906.patch, gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: GnuPG: Use G-expression.Marius Bakke2022-07-23
| | | | | * gnu/packages/gnupg.scm (gnupg)[arguments]: Convert to gexp. Remove input label usage, and simplify regular expression.
* gnu: GnuPG: Update to 2.2.36.Marius Bakke2022-07-23
| | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.2.36.
* gnu: libpaper: Update to 1.2.2.Marius Bakke2022-07-23
| | | | | | | | | * gnu/packages/ghostscript.scm (libpaper): Update to 1.2.2. [source](patches): Remove. * gnu/packages/patches/libpaper-free-systempapername.patch, gnu/packages/patches/libpaper-free-xdg-config-home.patch, gnu/packages/patches/libpaper-invalid-paperspecs.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: libtool: Don't reference bash by label.Marius Bakke2022-07-23
| | | | | * gnu/packages/autotools.scm (libtool)[arguments]: Use SEARCH-INPUT-FILE instead of label.
* gnu: make-autoconf-wrapper: Remove input labels.Marius Bakke2022-07-23
| | | | | * gnu/packages/autotools.scm (make-autoconf-wrapper)[inputs]: Remove labels. [arguments]: Use G-expression and SEARCH-INPUT-FILE.
* gnu: autoconf: Remove input labels.Marius Bakke2022-07-23
| | | | | * gnu/packages/autotools.scm (autoconf-2.69)[inputs]: Remove labels. [arguments]: Use G-expression. Use SEARCH-INPUT-FILE instead of labels.
* gnu: automake: Remove input labels.Marius Bakke2022-07-23
| | | | | | * gnu/packages/autotools.scm (automake)[native-inputs, inputs]: Remove labels. [arguments]: Use G-expression. Use SEARCH-INPUT-FILE instead of labels. Remove trailing #t's while at it.
* gnu: automake: Update to 1.16.5.Marius Bakke2022-07-23
| | | | | * gnu/packages/autotools.scm (automake): Update to 1.16.5. (automake-1.16.5): Remove variable.
* gnu: SQLite: Update to 3.39.1.Marius Bakke2022-07-23
| | | | | * gnu/packages/sqlite.scm (sqlite): Update to 3.39.1. (sqlite-next): Remove variable.
* gnu: git-minimal: Do not attempt to install info manual.Marius Bakke2022-07-22
| | | | | | | This is a follow-up to commit 245ddc255a51c576ddad8fab6222cde1c3da21ab. * gnu/packages/version-control.scm (git-minimal)[arguments]: Remove install-info-manual phase.
* gnu: OpenSSL: Incorporate grafted changes.Marius Bakke2022-07-22
| | | | | | * gnu/packages/tls.scm (openssl): Update to 1.1.1q. [replacement]: Remove. (openssl/fixed): Remove variable.
* gnu: cURL: Incorporate grafted changes.Marius Bakke2022-07-22
| | | | | | | | * gnu/packages/curl.scm (curl): Update to 7.84.0. [replacement]: Remove. [source](patches): Add "curl-easy-lock.patch". [arguments]: Add phase to reduce test requirements. (curl-7.84.0): Remove variable.
* Merge branch 'staging' into core-updatesMarius Bakke2022-07-22
|\
| * Merge branch 'master' into stagingMarius Bakke2022-07-21
| |\
| | * ffmpeg-jami: Re-enable matroska muxer.Maxim Cournoyer2022-07-21
| | | | | | | | | | | | | | | | | | | | | Disabled by mistake in 1ed66d1461d18c97894381bace428b982980d597. * gnu/packages/jami.scm (%ffmpeg-default-configure-flags): Un-comment '--enable-muxer=matroska'.
| | * gnu: asio: Update to 1.22.2.Maxim Cournoyer2022-07-21
| | | | | | | | | | | | * gnu/packages/networking.scm (asio): Update to 1.22.2.
| | * gnu: opendht: Enable tests.Maxim Cournoyer2022-07-21
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: New phase. {check}: New phase override. [propagated-inputs]: Re-indent comments.
| | * gnu: opendht: Update to 2.4.9.Maxim Cournoyer2022-07-21
| | | | | | | | | | | | * gnu/packages/networking.scm (opendht): Update to 2.4.9.
| | * gnu: qpwgraph: Update to 0.3.4.Maxim Cournoyer2022-07-21
| | | | | | | | | | | | * gnu/packages/audio.scm (qpwgraph): Update to 0.3.4.
| | * gnu: gwl: Update to 0.5.0.Ricardo Wurmus2022-07-21
| | | | | | | | | | | | | | | * gnu/packages/package-management.scm (gwl): Update to 0.5.0. [arguments]: Disable integration tests.
| | * gnu: guile-hall: Update to 0.4.1.Taiju HIGASHI2022-07-21
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-hall): Update to 0.4.1.
| | * gnu: guile-config: Update to 0.5.1.Taiju HIGASHI2022-07-21
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-config): Update to 0.5.1.
| | * gnu: ungoogled-chromium: Update to 103.0.5060.134-1.Marius Bakke2022-07-20
| | | | | | | | | | | | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 103.0.5060.134. (%ungoogled-origin, ungoogled-chromium): Update hashes.
| | * gnu: modifying make-chromium-extension to rely on node-crx3.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | | | | * gnu/build/chromium-extension.scm (make-crx): Lift Xorg and Chromium dependencies, rely on node-crx3 instead. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: Add node-crx3.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-crx3): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: Add node-minimist.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-minimist): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: Add node-pbf.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-pbf): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: Add node-ieee754.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-ieee754): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: Add node-resolve-protobuf-schema.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-resolve-protobuf-schema): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: Add node-protocol-buffers-schema.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-protocol-buffers-schema): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: Add node-yazl.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-yazl): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: Add node-buffer-crc32.Nicolas Graves2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/node-xyz.scm (node-buffer-crc32): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
| | * gnu: fossil: Update to 2.18.Marius Bakke2022-07-20
| | | | | | | | | | | | | | | * gnu/packages/version-control.scm (fossil): Update to 2.18. [source](snippet): Add substitution to fix SQLite compatibility.
| | * gnu: SQLite: Update to 3.39.1.Marius Bakke2022-07-20
| | | | | | | | | | | | * gnu/packages/sqlite.scm (sqlite-next): Update to 3.39.1.
| | * gnu: fossil: Add 'release-monitoring-url' property.Marius Bakke2022-07-20
| | | | | | | | | | | | * gnu/packages/version-control.scm (fossil)[properties]: New field.
| | * gnu: smb4k: Update to 3.1.3.Marius Bakke2022-07-20
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-utils.scm (smb4k): Update to 3.1.3. [source](uri): Remove /download part. [source](file-name): Remove. [inputs]: Add KDNSSD.
| | * gnu: diffoscope: Only build with fpc on supported architectures.Efraim Flashner2022-07-20
| | | | | | | | | | | | | | | * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Only add fpc on x86_64-linux or i686-linux.
| | * gnu: guile-irc: Update to 0.3.0-1.7d08ce6.Ricardo Wurmus2022-07-20
| | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-irc): Update to 0.3.0-1.7d08ce6. [native-inputs]: Add pkg-config.
| | * gnu: emacs-eldoc: Update to 1.13.0.Nicolas Goaziou2022-07-20
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eldoc): Update to 1.13.0.
| | * gnu: emacs-org-jira: Update to 4.3.3.Nicolas Goaziou2022-07-20
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.3.3.
| | * gnu: emacs-org-modern: Update to 0.4.jgart via Guix-patches via2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: Add emacs-soothe-theme.Adam Kandur2022-07-20
| | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-soothe-theme): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| | * gnu: slang: Update code style.Tobias Geerinckx-Rice2022-07-17
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/slang.scm (slang)[source]: Turn the snippet into a G-expression and remove the trailing #t. [arguments]: Use G-expressions. Use 'fix-configure-script phase from most.