summaryrefslogtreecommitdiff
path: root/config/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2020-10-01 16:56:49 -0400
committerFrank Ch. Eigler <fche@redhat.com>2020-10-08 11:08:12 -0400
commit94708e9646017a7ef1c819df3b71bb1ddf8300fc (patch)
tree5de1371d37fddbc0ade91d403b175b42d74306fb /config/ChangeLog
parent759ee34bd265bf2aa54fab3158c6a498b26cc649 (diff)
downloadelfutils-94708e9646017a7ef1c819df3b71bb1ddf8300fc.tar.gz
PR25461: add /etc/profile.d files for default $DEBUGINFOD_URLS
To give distros a simple knob to let their userbase enjoy debuginfod services, we add a --enable-debuginfod-urls[=URLS] to the configury. This propagates to $DEBUGINFOD_URLS environment variable settings in /etc/profile.d/debuginfod.{sh,csh} files. The default is nothing. If simply enabled, the current prototype public server is used. If enabled with parameters, the builder/distro can specify a default URL search path of their own. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'config/ChangeLog')
-rw-r--r--config/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index c8e4fcd4..9c31925f 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,11 @@
+2020-10-01 Frank Ch. Eigler <fche@redhat.com>
+
+ PR25461
+ * profile.sh.in, profile.csh.in: New files for /etc/profiles.d
+ to define $DEBUGINFOD_URLS.
+ * elfutils.spec.in: Configure with --enable-debuginfod-urls.
+ * Makefile.am: Install them.
+
2020-09-18 Mark Wielaard <mark@klomp.org>
* elfutils.spec.in: Add BuildRequires for libzstd-devel and zstd.