public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] NEWS: Update temporary files ignored by ldconfig
@ 2024-01-15 14:44 Florian Weimer
  2024-01-16 17:37 ` Adhemerval Zanella Netto
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2024-01-15 14:44 UTC (permalink / raw)
  To: libc-alpha; +Cc: Guillem Jover

Fixes commit 2aa0974d2573441bffd596b07bff8698b1f2f18c ("elf: ldconfig
should skip temporary files created by package managers") and
commit cfb5a97a93ea656e3b2263e42142a4032986d9ba ("ldconfig: Fixes for
skipping temporary files.").

Reported-by: Guillem Jover <guillem@debian.org>

---
 NEWS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 83ae627f47..1da3a6e6ee 100644
--- a/NEWS
+++ b/NEWS
@@ -58,8 +58,8 @@ Major new features:
 Deprecated and removed features, and other changes affecting compatibility:
 
 * The ldconfig program now skips file names containing ';' or ending in
-  ".tmp", to avoid examining temporary files created by the RPM and dpkg
-  package managers.
+  ".dpkg.tmp" or ".dpkg.new", to avoid examining temporary files created
+  by the RPM and dpkg package managers.
 
 * libcrypt has been removed from the GNU C Library.  The configure
   options "--enable-crypt" and "--enable-nss-crypt" are no longer

base-commit: 064c708c78cc2a6b5802dce73108fc0c1c6bfc80


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] NEWS: Update temporary files ignored by ldconfig
  2024-01-15 14:44 [PATCH] NEWS: Update temporary files ignored by ldconfig Florian Weimer
@ 2024-01-16 17:37 ` Adhemerval Zanella Netto
  0 siblings, 0 replies; 2+ messages in thread
From: Adhemerval Zanella Netto @ 2024-01-16 17:37 UTC (permalink / raw)
  To: Florian Weimer, libc-alpha; +Cc: Guillem Jover



On 15/01/24 11:44, Florian Weimer wrote:
> Fixes commit 2aa0974d2573441bffd596b07bff8698b1f2f18c ("elf: ldconfig
> should skip temporary files created by package managers") and
> commit cfb5a97a93ea656e3b2263e42142a4032986d9ba ("ldconfig: Fixes for
> skipping temporary files.").
> 
> Reported-by: Guillem Jover <guillem@debian.org>

LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

> 
> ---
>  NEWS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 83ae627f47..1da3a6e6ee 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -58,8 +58,8 @@ Major new features:
>  Deprecated and removed features, and other changes affecting compatibility:
>  
>  * The ldconfig program now skips file names containing ';' or ending in
> -  ".tmp", to avoid examining temporary files created by the RPM and dpkg
> -  package managers.
> +  ".dpkg.tmp" or ".dpkg.new", to avoid examining temporary files created
> +  by the RPM and dpkg package managers.
>  
>  * libcrypt has been removed from the GNU C Library.  The configure
>    options "--enable-crypt" and "--enable-nss-crypt" are no longer
> 
> base-commit: 064c708c78cc2a6b5802dce73108fc0c1c6bfc80
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-16 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 14:44 [PATCH] NEWS: Update temporary files ignored by ldconfig Florian Weimer
2024-01-16 17:37 ` Adhemerval Zanella Netto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).