Age | Commit message (Expand) | Author |
2022-06-26 | gnu: readline: Update to 8.1.2....* gnu/packages/readline.scm (%patch-series-8.1): Add patch 2.
| Marius Bakke |
2022-06-26 | gnu: gawk: Use G-expressions and remove labels....* gnu/packages/gawk.scm (gawk)[arguments]: Convert to G-expression. Use
SEARCH-INPUT-FILE instead of label.
| Marius Bakke |
2022-06-26 | gnu: gawk: Update to 5.1.1....* gnu/packages/gawk.scm (gawk): Update to 5.1.1.
[arguments]: Enable previously failing test.
| Marius Bakke |
2022-06-26 | gnu: binutils: Update to 2.38....If this commit gives a deja vu, you are not dreaming; see commit
3e3a37b2bcb1f23011fde8626559f83504177889.
* gnu/packages/base.scm (binutils): Update to 2.38.
[source](patches): Remove obsolete.
[arguments]: Add #:make-flags.
[properties]: New field.
(binutils+documentation): New variable.
(binutils-gold): Inherit from BINUTILS+DOCUMENTATION.
* gnu/packages/make-bootstrap.scm (%binutils-static)[arguments]: Inherit
#:make-flags.
* gnu/packages/patches/binutils-2.37-file-descriptor-leak.patch,
gnu/packages/patches/binutils-CVE-2021-45078.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-06-26 | gnu: isl: Update to 0.24....* gnu/packages/gcc.scm (isl): Update to 0.24.
[source](uri): Use new .xz tarball.
| Marius Bakke |
2022-06-26 | gnu: Remove guile@3.0.7....* gnu/packages/guile.scm (guile-3.0): Merge with ...
(guile-3.0-latest): ... this variable, which is now an alias.
| Marius Bakke |
2022-06-26 | gnu: m4: Fix cross-compilation....* gnu/packages/m4.scm (m4)[arguments]: Look up /bin/sh in NATIVE-INPUTS if
applicable.
| Marius Bakke |
2022-06-26 | gnu: gcc-objc, gcc-objc++: Declare variants for GCC 11 and GCC 12....* gnu/packages/gcc.scm (gcc-objc-11, gcc-objc-12, gcc-objc++-11,
gcc-objc++-12): New variables.
| Marius Bakke |
2022-06-26 | gnu: Add orca-music....* gnu/packages/music.scm (orca-music): New variable.
| Christopher Rodriguez |
2022-06-26 | gnu: Add guile-goblins....* gnu/packages/guile-xyz.scm (guile-goblins): New variable.
| Christine Lemmer-Webber |
2022-06-26 | gnu: Add ruby-bandwidth-iris....* gnu/packages/ruby.scm (ruby-bandwidth-iris): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Stephen Paul Weber |
2022-06-26 | gnu: Add ruby-faraday-middleware....* gnu/packages/ruby.scm (ruby-faraday-middleware): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Stephen Paul Weber |
2022-06-26 | gnu: Add ruby-nori....* gnu/packages/ruby.scm (ruby-nori): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Stephen Paul Weber |
2022-06-26 | gnu: Add ruby-roda....* gnu/packages/ruby.scm (ruby-roda): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| Stephen Paul Weber |
2022-06-26 | gnu: zfs: Update to 2.1.5....* gnu/packages/file-systems.scm (zfs): Update to 2.1.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Brian Cully |
2022-06-26 | gnu: lxd: Update to 4.24....* gnu/packages/virtualization.scm (lxd): Update to 4.24.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Brian Cully |
2022-06-26 | gnu: Add gnome-shell-extension-transparent-window....* gnu/packages/gnome-xyz.scm
(gnome-shell-extension-transparent-window): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-06-26 | gnu: Add gnome-shell-extension-sound-output-device-chooser....* gnu/packages/gnome-xyz.scm
(gnome-shell-extension-sound-output-device-chooser): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-06-26 | gnu: Add gnome-shell-extension-radio....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-radio): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Sughosha |
2022-06-26 | gnu: openssl-3.0: Update to 3.0.4....* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.4.
| Efraim Flashner |
2022-06-26 | gnu: ldc: Work towards building on aarch64-linux....* gnu/packages/dlang.scm (ldc)[arguments]: Adjust configure-flags to not
dynamically compile. Adjust custom 'fix-compiler-rt-library-discovery
phase to add a case for aarch64. Adjust custom'disable-problematic-tests
phase to remove some tests for aarch64-linux.
| Efraim Flashner |
2022-06-26 | gnu: ldc: Update skipped tests on i686-linux....* gnu/packages/dlang.scm (ldc)[arguments]: Adjust custom
'disable-problematic-tests phase to skip fewer tests.
| Efraim Flashner |
2022-06-26 | gnu: Remove unneeded ldc bootstrap packages....* gnu/packages/dlang.scm (ldc-bootstrap-0.17, ldc-bootstrap-1.12,
ldc-bootstrap-1.24): Remove packages.
(ldc-bootstrap-1.27): Rename to ldc-bootstrap. Absorb inherited package
adjustments.
(ldc): Adjust to ldc-bootstrap-1.27 renaming.
| Efraim Flashner |
2022-06-26 | gnu: ldc-bootstrap-1.27: Build with gdmd....* gnu/packages/dlang.scm (ldc-bootstrap-1.27)[native-inputs]: Replace
ldc-bootstrap-1.24 with gdmd.
[supported-systems]: Mark all systems supported.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
| Esther Flashner |
2022-06-26 | gnu: Add gdmd....* gnu/packages/dlang.scm (gdmd): New variable.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
| Esther Flashner |
2022-06-26 | Revert "gnu: ldc-bootstrap-0.17: Add support for aarch64-linux."...This reverts commit 4f6ed3d2f8531ce1b75dc79365ce67587d8cb7e1.
While this does allow building ldc on aarch64, it isn't actually
helpful.
| Efraim Flashner |
2022-06-26 | gnu: gajim-openpgp: Update to 1.4.8....* gnu/packages/messaging.scm (gajim-openpgp)[version]: Update to 1.4.8.
| Raghav Gururajan |
2022-06-26 | gnu: gajim-omemo: Update to 2.8.13....* gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.8.13.
| Raghav Gururajan |
2022-06-26 | gnu: gajim: Update to 1.4.5....* gnu/packages/messaging.scm (gajim)[version]: Update to 1.4.5.
[phases](disable-failing-tests): Remove phase.
(wrap-env): Modify phase.
[inputs]: Add gtksourceview and python-gssapi.
| Raghav Gururajan |
2022-06-26 | gnu: python-nbxmpp: Update to 3.1.0....* gnu/packages/messaging.scm (python-nbxmpp)[version]: Update to 3.1.0.
| Raghav Gururajan |
2022-06-26 | gnu: ninja: Remove input label....* gnu/packages/ninja.scm (ninja)[inputs]: Remove label.
| Marius Bakke |
2022-06-26 | gnu: ninja: Update to 1.11.0....* gnu/packages/ninja.scm (ninja): Update to 1.11.0.
| Marius Bakke |
2022-06-26 | gnu: pciutils: Update to 3.8.0....* gnu/packages/pciutils.scm (pciutils): Update to 3.8.0.
[source](patches): Remove.
[arguments]: Don't apply patch. Add CC in #:make-flags.
| Marius Bakke |
2022-06-26 | gnu: hwdata: Update to 0.360....* gnu/packages/pciutils.scm (hwdata): Update to 0.360.
| Marius Bakke |
2022-06-26 | gnu: libjpeg-turbo: Update to 2.1.3....* gnu/packages/image.scm (libjpeg-turbo): Update to 2.1.3.
| Marius Bakke |
2022-06-26 | gnu: rhash: Update to 1.4.3....* gnu/packages/crypto.scm (rhash): Update to 1.4.3.
| Marius Bakke |
2022-06-26 | gnu: libssh2: Omit static library....* gnu/packages/ssh.scm (libssh2)[arguments]: Add "--disable-static" in
#:configure-flags.
| Marius Bakke |
2022-06-26 | gnu: libssh2: Update to 1.10.0....* gnu/packages/ssh.scm (libssh2): Update to 1.10.0.
[source](patches): Remove.
* gnu/packages/patches/libssh2-CVE-2019-17498.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-06-26 | gnu: jsoncpp: Update to 1.9.5....* gnu/packages/serialization.scm (jsoncpp): Update to 1.9.5.
[source](patches): Remove.
* gnu/packages/patches/jsoncpp-pkg-config-version.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-06-26 | gnu: libarchive: Use G-expressions....* gnu/packages/backup.scm (libarchive)[arguments]: Convert to gexps.
| Marius Bakke |
2022-06-26 | gnu: libarchive: Update to 3.6.1....* gnu/packages/backup.scm (libarchive): Update to 3.6.1.
[arguments]: Enable one test.
| Marius Bakke |
2022-06-26 | gnu: procps: Use G-expressions....* gnu/packages/linux.scm (procps)[arguments]: Convert to gexp.
| Marius Bakke |
2022-06-26 | gnu: procps: Update to 4.0.0....* gnu/packages/linux.scm (procps): Update to 4.0.0.
| Marius Bakke |
2022-06-26 | gnu: dejagnu: Update to 1.6.3....* gnu/packages/dejagnu.scm (dejagnu): Update to 1.6.3.
| Marius Bakke |
2022-06-26 | gnu: nghttp2: Use G-expressions....* gnu/packages/web.scm (nghttp2)[arguments]: Convert to gexp.
| Marius Bakke |
2022-06-26 | gnu: nghttp2: Remove input labels....* gnu/packages/web.scm (nghttp2)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-DIRECTORY.
| Marius Bakke |
2022-06-26 | gnu: nghttp2: Update to 1.48.0....* gnu/packages/web.scm (nghttp2): Update to 1.48.0.
| Marius Bakke |
2022-06-26 | gnu: mit-krb5: Remove label usage....* gnu/packages/kerberos.scm (mit-krb5)[arguments]: Use SEARCH-INPUT-FILE.
| Marius Bakke |
2022-06-26 | gnu: mit-krb5: Update to 1.20....* gnu/packages/kerberos.scm (mit-krb5): Update to 1.20.
| Marius Bakke |
2022-06-26 | gnu: Remove jemalloc@4.5.0....* gnu/packages/jemalloc.scm (jemalloc-4.5.0): Merge with ...
(jemalloc): ... this variable.
[arguments]: Convert to gexp and remove obsolete "--disable-thp" flag.
[inputs]: Add PERL.
| Marius Bakke |