gnu: gnome-text-editor: Build with cmake-minimal. * gnu/packages/gnome.scm (gnome-text-editor)[native-inputs]: Replace cmake with cmake-minimal. Change-Id: I3e23fb390896ab9f1fb3be36789fbe84df04ae36
gnu: gnome-meta-core-utilities: Add eog unconditionally. eog was removed because it required librsvg built with rust, but gnome-shell also requires the same librsvg already, so there was no reason to limit the architectures eog was installed on. * gnu/packages/gnome.scm (gnome-meta-core-utilities)[propagated-inputs]: Add eog unconditionally. Change-Id: I333d1a712b1d04409f3deccc90aa5adb2a4fac1b
gnu: gssdp: Enable building on more architectures. * gnu/packages/gnome.scm (gssdp)[arguments]: Adjust configure-flags to only build the manpages when pandoc is an input. [native-inputs]: Only add pandoc when on architectures where it is supported. Change-Id: I6e69833295fc19b311cdaf977b3b5cc7abc01589
gnu: Add specification-ipld. * gnu/packages/specifications.scm (specification-ipld): New variable. Change-Id: Ib36d0cdb4a6d20da789ba20830945c8a7d223b69
gnu: kubo: Remove propagated package. * gnu/packages/ipfs.scm (kubo) [inputs]: Remove go-golang-org-x-text. Add annotation for indirect inputs where they are needed for. Change-Id: I90eb26ab5d386a70f3581030ef4b3f9b35e05e88
gnu: abseil-cpp: Fix linking on riscv64-linux. * gnu/packages/cpp.scm (abseil-cpp)[arguments]: When building for riscv64-linux adjust the configure-flags to link with latomic. Change-Id: I12099d1a99b54f20f7ddbba2fbd495379a05476b
gnu: wireshark: Update to 4.2.5 [security fixes]. Fixes CVE-2024-4853, CVE-2024-4854, CVE-2024-4855. * gnu/packages/networking.scm (wireshark): Update to 4.2.5. Change-Id: I1f60714bbea05a44d78f420404af5044d344fd12 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: dcmtk: Update to 3.6.8. [security-fixes] This fixes CVE-2022-43272. * gnu/packages/image-processing.scm (dcmtk): Update to 3.6.8. Change-Id: I4e0203219280a2571267f566cdfc8c2a9ea3fd18 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: podman: Update to 5.0.3 [security fixes]. This fixes CVE-2024-3727. * gnu/packages/containers.scm (podman): Update to 5.0.3. Change-Id: Iefe98746c993830ef12c49733b8407b10305d065 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: buildah: Update to 1.35.4 [security fixes]. This fixes CVE-2024-3727 and CVE-2024-28180. * gnu/packages/containers.scm (buildah): Update to 1.35.4. Change-Id: I5ee2b4591b39ee85d7236aedda7a2508df8e0e48 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: skopeo: Update to 1.15.1 [security fixes]. This fixes CVE-2024-3727. * gnu/packages/virtualization.scm (skopeo): Update to 1.15.1. Change-Id: Icebb6f50e7317bce9ff106d71ad30dcfa6665666 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: bvi: Update to 1.4.2. * gnu/packages/hexedit.scm (bvi): Update to 1.4.2. Change-Id: I9ac29adb8707f6daf61f397778a1f94b94f808ae Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: passt: Update to 2024_05_10.7288448. * gnu/packages/containers.scm (passt): Update to 2024_05_10.7288448. Change-Id: Ic7b1e3423ad18c0ce0f06ce111f3dfdab04e860f Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: Add pkcs11-helper. * gnu/packages/security-token.scm (pkcs11-helper): New variable. Change-Id: Ib17e0cf209a6fe797d0c797829ba91091b719028 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
gnu: kubo: Unbundle go-github-com-quic-go-quic-go. * gnu/packages/ipfs.scm (kubo): Unbundle go-github-com-quic-go-quic-go. [inputs]: Remove go-github-com-francoispqt-gojay and go-github-com-gogo-protobuf; add go-github-com-quic-go-quic-go. Change-Id: I4838bfed195b5e094f68ef73333ce9c7c7c7566e
gnu: Remove go-github-com-lucas-clemente-quic-go. * gnu/packages/golang-web.scm (go-github-com-lucas-clemente-quic-go): Delete variable. Change-Id: Iac5dfdf15badb1de74323040267f814cdf7cd0f9
gnu: go-github-com-quic-go-quic-go: Enable tests. * gnu/packages/golang-web.scm (go-github-com-quic-go-quic-go): Enable tests. [arguments] <#:phases>: Add 'remove-failing-tests. Use custom 'check phase. [propagated-inputs]: Remove go-github-com-cheekybits-genny, go-github-com-golang-protobuf-proto, go-github-com-marten-seemann-chacha20, and go-github-com-quic-go-qtls-go1-20; add go-github-com-francoispqt-gojay. [native-inputs]: Add go-ginkgo, go-github-com-onsi-ginkgo-v2, go-go-uber-org-mock, and go-golang-org-x-time. Change-Id: I8bc03cbe1e9766188157e621f4d7f9e3a7f6adeb
gnu: go-github-com-syndtr-goleveldb-leveldb: Move to golang-xyz. * gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ib457abe33612b371c33985c6b3b0e9372221e37d
gnu: go-github-com-syndtr-goleveldb-leveldb: Use go-1.21. * gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb) [arguments] <#:go>: Swap to go-1.21. Change-Id: I6ecbfb8d2cbf29dc177536345fb1caa5001f35df
gnu: Add go-ginkgo. * gnu/packages/golang-check.scm (go-ginkgo): New variable. Change-Id: I5c56c87a75c383ec159cee4e7eaa7808bfdcd1f7