Commit graph

14 commits

Author SHA1 Message Date
John Kehayias
b41eb6e047
gnu: libxml2: Update to 2.14.6; deprecate python-libxml2.
Python bindings for libxml2 are now built as part of libxml2; remove all
python-libxml2 inputs for libxml2 (nearly all already had libxml2) and
deprecate the package.  This was done manually using

git grep python-libxml2 gnu/packages

to find affected packages and then check all their input fields.

With the update to libxml2, we can remove all the libxml2-next* variants.
This change was automated with:

git grep -rl libxml2-next | xargs sed -i 's/\(libxml2-next\|libxml2-next-for-grafting\)/libxml2/g'

* gnu/packages/xml.scm (libxml2): Update to 2.14.6.
[arguments]<#:phases>: Add configure-python phase (from python-libxml2).
[native-inputs]: Add pkg-config and python-minimal.
(libxml2-next, libxml2-next/fixed, libxml2-next-for-grafting): Remove.
(python-libxml2): Deprecate in favor of libxml2.

Change-Id: I2976f2fde086e9bc345d661edbdc125abbb7a753
2025-09-29 17:05:31 +09:00
Nicolas Graves
5bd5624982
gnu: packages: Avoid libxml2@2.9 propagation.
libxml2@2.9 has CVEs, we don't want it in user profiles.

* gnu/packages/augeas.scm (augeas)
* gnu/packages/bioinformatics.scm (libsbml)
* gnu/packages/elf.scm (libabigail)
* gnu/packages/freedesktop.scm (telepathy-logger)
* gnu/packages/glib.scm (libaccounts-glib)
* gnu/packages/gtk.scm (gtksourceview)
* gnu/packages/image-processing.scm (vips)
* gnu/packages/mate.scm (libmateweather)
* gnu/packages/messaging.scm (libgnt)
* gnu/packages/virtualization.scm (libvirt-glib)
* gnu/packages/vpn.scm (openconnect)
* gnu/packages/xml.scm (xmlsec)
[propagated-inputs]: Replace libxml2 by libxml2-next.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-09-04 11:13:05 +02:00
Artyom V. Poptsov
8b80a84d70
gnu: python-augeas: Fix build.
* gnu/packages/augeas.scm (python-augeas): Fix build.
[native-inputs]: Add python-setuptools and python-wheel.  Sort alphabetically.

Change-Id: I4b8d31a3e673e9be6e6dd741cf32c6e016858b21
2025-01-01 14:50:51 +03:00
Artyom V. Poptsov
8f0b5e35f3
gnu: Add python-augeas.
* gnu/packages/python-xyz.scm (python-augeas): New variable.

Change-Id: I46d409debfbc358f0ff27c505fba089ceab4e195
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-05-22 21:31:52 +01:00
Artyom V. Poptsov
ee86a504e9
gnu: augeas: Update to 1.14.1.
* gnu/packages/augeas.scm (augeas): Update to 1.14.1.
  [source]: Use tarballs from GitHub.
  [inputs]: Change to "native-inputs".  Add readline.

Change-Id: I9ca46b8a50d11c75ff6d816f2f15e1f005877244
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-05-22 21:31:52 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Tobias Geerinckx-Rice
9fcd4ef30b
gnu: augeas: Use HTTPS home page.
* gnu/packages/augeas.scm (augeas)[home-page]: Use HTTPS.
2020-04-16 19:42:20 +02:00
Tobias Geerinckx-Rice
53b655727e
gnu: augeas: Update to 1.12.0.
* gnu/packages/augeas.scm (augeas): Update to 1.12.0.
2020-04-16 19:42:20 +02:00
Efraim Flashner
8658b81b1a
gnu: augeas: Update to 1.11.0.
* gnu/packages/augeas.scm (augeas): Update to 1.11.0.
[source]: Remove snippet.
2018-10-09 11:01:53 +03:00
Ricardo Wurmus
e035589482
gnu: augeas: Update to 1.10.1.
* gnu/packages/augeas.scm (augeas): Update to 1.10.1.
2018-02-15 17:17:19 +01:00
Eric Bavier
acc2dab7f2
gnu: Disable gnulib's test-lock test in packages.
* gnu/packages/base.scm (findutils)[source]: Disable test-lock.
* gnu/packages/gettext.scm (gettext-minimal)[source]: Ditto.
* gnu/packages/libidn.scm (libidn)[source]: Ditto.
* gnu/packages/libunistring.scm (libunistring)[source]: Ditto.
* gnu/packages/augeas.scm (augeas)[source]: Ditto.
* gnu/packages/gsasl.scm (gsasl)[source]: Ditto.
* gnu/packages/patches/findutils-gnulib-multi-core.patch,
gnu/packages/patches/gettext-gnulib-multi-core.patch,
gnu/packages/patches/gettext-multi-core.patch,
gnu/packages/patches/libunistring-gnulib-multi-core.patch: Delete patches.
* gnu/local.mk (DIST_PATCH_DATA): Remove them.
2017-11-06 17:32:42 -06:00
Efraim Flashner
bd2e321061
gnu: augeas: Update to 1.8.1. Fixes CVE-2017-7555.
* gnu/packages/augeas.scm (augeas): Update to 1.8.1.
2017-08-21 16:02:23 +03:00
Ricardo Wurmus
2337067778
gnu: augeas: Update to 1.8.0.
* gnu/packages/augeas.scm (augeas): Update to 1.8.0.
2017-05-06 11:19:45 +02:00
Ricardo Wurmus
469d6589e3 gnu: Add Augeas.
* gnu/packages/augeas.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2016-02-16 14:41:25 +01:00