At the same time the reference text is adjusted. I found it confusing for
link to the `Top' to be labeled `Introduction'. So let us just link to the
`Introduction', it is probably what the author intended.
* doc/htmlxref.cnf (stow): Add both mono and node versions.
* doc/guix.texi (Essential Home Services): Link to `Introduction' node of GNU
Stow's manual.
Change-Id: Ib82d2eecfb655694a0af73e1aec9fcd68c3994e3
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
The write-file-hooks is deprecated since Emacs 22.1, so switch to the
suggested replacement.
* doc/htmlxref.cnf (add-hook): Use 'write-file-functions.
Change-Id: Ia652ace9a5b5ffb971999372348fa4133f909a4e
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
The substituted path in smtpd.h was not used due to an #ifndef. The correct
place to patch it seems to be mk/pathnames. This sadly triggers a bootstrap,
so we need to add autoconf and automake to the native-inputs.
* gnu/packages/mail.scm (opensmtpd)[arguments]<#:phases>
{'patch-test-FHS-file-names}: Patch in mk/pathnames instead.
[native-inputs]: Add autoconf and automake.
Change-Id: I1d569b8aaae839d6fd4871ccb97c116e6930f1c9
Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu/packages/radio.scm (jtdx)[native-inputs]: Only add
ruby-asciidoctor on supported systems.
[arguments]: When building without ruby-asciidoctor add a configure-flag
to skip building the documentation.
Change-Id: Ie167c703ac92743b201573d1a883ae2ff6ccd879
* gnu/packages/games.scm (open-adventure)[arguments]: Adjust or remove
some phases when building without ruby-asciidoctor.
[native-inputs]: Only add ruby-asciidoctor on supported systems.
Change-Id: I573a488721557442769f4e8b9e68ea1e70d4fbf0
* gnu/packages/ntp.scm (chrony)[arguments]: Add a phase to enable
building without ruby-asciidoctor.
[native-inputs]: Only add ruby-asciidoctor on supported systems.
Change-Id: I812cea438cb8c2b1f74d7674baa70b9159151c8f
* gnu/packages/backup.scm (btrbk)[arguments]: Add some phases to enable
building without ruby-asciidoctor.
[native-inputs]: Only add ruby-asciidoctor on supported systems.
Change-Id: I86b5b1b307d3a226cae0231d85519ebb96a29f8c
The version string does not seem like an upgrade, but it is. hdf-java used to
be released separately up to version 3.3.2. It is now part of the hdf5
sources.
* gnu/packages/maths.scm (hdf-java): Update to 1.10.9.
[source]: Fetch hdf5 sources from git.
[arguments]: Adjust configure flags; add phase 'unbundle; remove phase
'build-examples.
[native-inputs]: Drop labels.
[inputs]: Replace hdf5-1.8 with hdf5; drop labels.
Change-Id: I30ef41aa9255d6d4eb49f5382a6fe5a62080e6fa
* gnu/packages/fpga.scm (nvc)[source]: Use git-file-name. Remove .git to fix
the redirection.
[arguments]: Use G-expressions.
Change-Id: I44115f13503ae5b3f82cc50cb2fc31168ea3a714
* gnu/packages/compton.scm (picom)[native-inputs]: Only add
ruby-asciidoctor on supported systems.
[arguments]: Only build the documentation when ruby-asciidoctor is in
the native-inputs.
Change-Id: Id0940df578a0620c2efe474c27bd3abd7a4d2d9c
* gnu/packages/text-editors.scm (parinfer-rust-emacs)[arguments]: Remove
the package input labels from the cargo-inputs.
Change-Id: I38649bb638c7e7b8970cec9489dbae6d9e1afb84
New upstream release. Some minor tweaks needed, like switching from gzip to
pigz, updating icu4c, and ensuring it builds with the correct Rust version.
CVE-2025-0237: WebChannel APIs susceptible to confused deputy attack
CVE-2025-0238: Use-after-free when breaking lines in text
CVE-2025-0239: Alt-Svc ALPN validation failure when redirected
CVE-2025-0240: Compartment mismatch when parsing JavaScript JSON
module
CVE-2025-0241: Memory corruption when using JavaScript Text
Segmentation
CVE-2025-0242: Memory safety bugs fixed in Firefox 134, Thunderbird
134, Firefox ESR 115.19, Firefox ESR 128.6, Thunderbird
115.19, and Thunderbird 128.6
CVE-2025-0243: Memory safety bugs fixed in Firefox 134, Thunderbird
134, Firefox ESR 128.6, and Thunderbird 128.6
CVE-2025-0244: Address bar spoofing using an invalid protocol scheme
on Firefox for Android
CVE-2025-0245: Lock screen setting bypass in Firefox Focus for Android
CVE-2025-0246: Address bar spoofing using an invalid protocol scheme
on Firefox for Android
CVE-2025-0247: Memory safety bugs fixed in Firefox 134 and Thunderbird
134
* gnu/packages/librewolf.scm (librewolf): Update to 134.0.1-1.
Change-Id: I027bf6f1541b0e7bec9116b2d6b39ab606813b23
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
* gnu/packages/librewolf.scm (make-librewolf-source): Take l10n package as an
arg.
Change-Id: I3c405edc07edb54e27afee16325c93a83d37ad79
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>