Age | Commit message (Expand) | Author |
2021-10-05 | gnu: php: Patch failing test case....Fixes a failing test case in PHP (Zend/tests/bug74093.phpt). See
<https://github.com/php/php-src/pull/7555/files> for upstream status.
* gnu/packages/php.scm (php)[source]: Add patch.
* gnu/packages/patches/php-bug-74093-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Ryan Sundberg via Guix-patches via |
2021-10-05 | gnu: libstatgrab: Omit static library....* gnu/packages/lxqt.scm (libstatgrab)[arguments]: Add "--disable-static"
to the #:configure-flags.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: libstatgrab: Update to 0.92.1....* gnu/packages/lxqt.scm (libstatgrab): Update to 0.92.1.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: emacs-magit: Update to 3.3.0....* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 3.3.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Alexandr Vityazev |
2021-10-05 | gnu: emacs-magit-annex: Update to 1.8.1....* gnu/packages/emacs-xyz.scm (emacs-magit-annex): Update to 1.8.1.
| Nicolas Goaziou |
2021-10-05 | gnu: emacs-smart-mode-line: Update to 2.14....* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.14.
| Nicolas Goaziou |
2021-10-05 | gnu: emacs-notmuch-maildir: Update to 0.2.1....* gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): Update to 0.2.1.
| Nicolas Goaziou |
2021-10-05 | gnu: emacs-counsel-projectile: Update to 0.3.2....* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.2.
| Nicolas Goaziou |
2021-10-05 | gnu: nvme-cli: Update to 1.15....* gnu/packages/linux.scm (nvme-cli): Update to 1.15.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: rng-tools: Update to 6.14....* gnu/packages/linux.scm (rng-tools): Update to 6.14.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: libseccomp: Update to 2.5.2....* gnu/packages/linux.scm (libseccomp): Update to 2.5.2.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: bridge-utils: Update to 1.7.1....* gnu/packages/linux.scm (bridge-utils): Update to 1.7.1.
[source]: Update URL.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: bridge-utils: Remove obsolete phases....* gnu/packages/linux.scm (bridge-utils)[arguments]: Remove all custom phases.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: crawl: Update to 0.27.1....* gnu/packages/games.scm (crawl): Update to 0.27.1.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: fcft: Update to 2.4.5....* gnu/packages/fontutils.scm (fcft): Update to 2.4.5.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: sameboy: Update to 0.14.5....* gnu/packages/emulators.scm (sameboy): Update to 0.14.5.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: dosbox-staging: Update to 0.77.1....* gnu/packages/emulators.scm (dosbox-staging): Update to 0.77.1.
[build-system]: Switch to Meson.
[arguments]: Remove all old #:configure-flags. Disable unit_tests and mt32emu.
[native-inputs]: Remove autoconf & automake.
[inputs]: Add mesa.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: wireguard-tools: Fix doc installation....* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Add missing out.
| Tobias Geerinckx-Rice |
2021-10-05 | gnu: Add rbldnsd....* gnu/packages/dns.scm (rbldnsd): New public variable.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: diffoscope: Update to 186....* gnu/packages/diffoscope.scm (diffoscope): Update to 186.
[source]: Add patch.
[arguments]: Add a new 'fix-failing-tests phase.
Don't explicitly return #t from phases.
* gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: memcached: Update to 1.6.12....* gnu/packages/databases.scm (memcached): Update to 1.6.12.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: sparse: Update to 0.6.4....* gnu/packages/c.scm (sparse): Update to 0.6.4.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: acpica: Update to 20210930....* gnu/packages/admin.scm (acpica): Update to 20210930.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: nmap: Update to 7.92....* gnu/packages/admin.scm (nmap): Update to 7.92.
[source, arguments]: Don't explicitly return #t from snippet & phases.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: stress: Update to 1.0.4....* gnu/packages/admin.scm (stress): Update to 1.0.4.
[native-inputs]: Add autoconf & automake.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: kicad: Update to 5.1.10....* gnu/packages/engineering.scm (kicad, kicad-i18n, kicad-doc, kicad-symbols)
(kicad-footprints, kicad-packages3d, kicad-templates): Update to 5.1.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Peter Polidoro |
2021-10-04 | gnu: Add python-fitsio....* gnu/packages/astronomy.scm (python-fitsio): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Konrad Hinsen |
2021-10-04 | gnu: Add mjpg-streamer....* gnu/packages/video.scm: (mjpg-streamer): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| phodina |
2021-10-04 | gnu: ncompress: Cross-compile....* gnu/packages/compression.scm (ncompress)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: ncompress: Update to 5.0....* gnu/packages/compression.scm (ncompress): Update to 5.0.
| Tobias Geerinckx-Rice |
2021-10-04 | Revert "gnu: openssh: Remove empty /var/empty."...Oh, hello, you must be new here:
$ git show ba912479e8481d69b699ce348b35d5d70f0c9367
That silly person really ought to have added a comment to the code,
shouldn't they? This reverts similar changes made in commit
ec7bcdc35af17021a9dfd73ef49750d0ad82b989, and adds one.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: guix: Update to 1.3.0-8.5fec148....* gnu/packages/package-management.scm (guix): Update to 1.3.0-8.5fec148.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: brasero: Embed growisofs from dvd+rw-tools input....* gnu/packages/gnome.scm (brasero)[arguments]: Rename the
'embed-growisofs phase to 'embed-growisofs-reference. Get its
growisofs file name from the dvd+rw-tools input, not WHICH.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: brasero: Update to 3.12.3....* gnu/packages/gnome.scm (brasero): Update to 3.12.3.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: gpsd: Update to 3.23.1....* gnu/packages/gps.scm (gpsd): Update to 3.23.1.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: haveged: Don't build the static library....* gnu/packages/linux.scm (haveged)[arguments]: Add "--disable-static" to
the #:configure-flags.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: haveged: Update to 1.9.15....* gnu/packages/linux.scm (haveged): Update to 1.9.15.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: feh: Update to 3.7.2....* gnu/packages/image-viewers.scm (feh): Update to 3.7.2.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: squid: Update to 4.16....* gnu/packages/networking.scm (squid): Update to 4.16.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: notmuch: Update to 0.33.2....* gnu/packages/mail.scm (notmuch): Update to 0.33.2.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: btrfs-progs: Update to 5.14.1....* gnu/packages/linux.scm (btrfs-progs): Update to 5.14.1.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: ndisc6: Update to 1.0.5....* gnu/packages/networking.scm (ndisc6): Update to 1.0.5.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: pv: Update to 1.6.20....* gnu/packages/pv.scm (pv): Update to 1.6.20.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: cifs-utils: Use @acronym{} in description....* gnu/packages/samba.scm (cifs-utils)[description]: Substitute Texinfo
@acronym{} for @dfn{}.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: pv: Slightly expand description....* gnu/packages/pv.scm (pv)[description]: Use @acronym{} mark-up and
mention the total data amount, progress bar, and other features from the
man page.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: libcacard: Update to 2.8.1....* gnu/packages/spice.scm (libcacard): Update to 2.8.1.
[source]: Remove patch.
* gnu/packages/patches/libcacard-unknown-variable.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: cifs-utils: Fix support for dropping capabilities....* gnu/packages/samba.scm (cifs-utils)[arguments]: Add a new
'trigger-bootstrap phase.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: cifs-utils: Update to 6.14....* gnu/packages/samba.scm (cifs-utils): Update to 6.14.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: cifs-utils: Build & install man pages....* gnu/packages/samba.scm (cifs-utils)[arguments]: Add "--enable-man"
to #:configure-flags. Remove useless 'create-man8dir phase. Add a new
'install-man-pages phase to do just that.
[native-inputs]: Add python-docutils.
| Tobias Geerinckx-Rice |
2021-10-04 | gnu: openssh: Remove empty /var/empty....* gnu/packages/ssh.scm (openssh)[arguments]: Delete /var/empty after
‘make install’. Make the rest less repetitive—no functional changes.
| Tobias Geerinckx-Rice |