public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glibc] f43: Auto-sync with upstream branch release/2.42/master
@ 2026-06-03 5:26
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-06-03 5:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glibc
Branch : f43
Commit : 059600760cc4cbc9241979e4b2c60e5ab6a9181a
Author : Frédéric Bérat <fberat@redhat.com>
Date : 2026-06-02T14:43:48+02:00
Stats : +10/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/glibc/c/059600760cc4cbc9241979e4b2c60e5ab6a9181a?branch=f43
Log:
Auto-sync with upstream branch release/2.42/master
Upstream commit: 6cebb0b80fd783e442a8ad27c3f52cde52a9cac7
- stdio-common: Allow partially-filled %mc buffers [BZ #12701] (DJ Delorie)
- stdio-common: Reject insufficient character data in scanf [BZ #12701] (Maciej W. Rozycki)
- support: Implement 'xfmemopen' for seamless 'fmemopen' use (Maciej W. Rozycki)
---
diff --git a/glibc.spec b/glibc.spec
index d36ec39..6a6b6c3 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,4 +1,4 @@
-%global glibcsrcdir glibc-2.42-67-g4ebd33dd77
+%global glibcsrcdir glibc-2.42-70-g6cebb0b80f
%global glibcversion 2.42
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
@@ -152,7 +152,7 @@ Version: %{glibcversion}
# - It allows using the Release number without the %%dist tag in the dependency
# generator to make the generated requires interchangeable between Rawhide
# and ELN (.elnYY < .fcXX).
-%global baserelease 13
+%global baserelease 14
Release: %{baserelease}%{?dist}
# Licenses:
@@ -2392,6 +2392,13 @@ update_gconv_modules_cache ()
%endif
%changelog
+* Tue Jun 02 2026 Frédéric Bérat <fberat@redhat.com> - 2.42-14
+- Auto-sync with upstream branch release/2.42/master,
+ commit 6cebb0b80fd783e442a8ad27c3f52cde52a9cac7:
+- stdio-common: Allow partially-filled %mc buffers [BZ #12701] (DJ Delorie)
+- stdio-common: Reject insufficient character data in scanf [BZ #12701] (Maciej W. Rozycki)
+- support: Implement 'xfmemopen' for seamless 'fmemopen' use (Maciej W. Rozycki)
+
* Tue May 12 2026 Frédéric Bérat <fberat@redhat.com> - 2.42-13
- Auto-sync with upstream branch release/2.42/master,
commit 4ebd33dd77eabe8d4c45232bed4b42a31d2f9edc:
diff --git a/sources b/sources
index f24759f..59459ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glibc-2.42-67-g4ebd33dd77.tar.xz) = d21e1329e6e733dcee0bcb77470b84bb782d9a362a3f12b3e79dd262a1a647192e9b5536469c0238e3c670530df1bd7c5f8b6de4b97d10e03ea138838352757d
+SHA512 (glibc-2.42-70-g6cebb0b80f.tar.xz) = bfdc032dae5193773a768762c616b231b96c1d6cdd75f79add6ae601d212c06d075c662e68a3208a0b36e247576b02842ca8e0ba040089088a66696202fb1fcb
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/glibc] f43: Auto-sync with upstream branch release/2.42/master
@ 2026-06-04 15:26
0 siblings, 0 replies; 2+ messages in thread
From: @ 2026-06-04 15:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glibc
Branch : f43
Commit : 78b3e2cb99c3028d42e02f442f439adcb9bc42d9
Author : Frédéric Bérat <fberat@redhat.com>
Date : 2026-06-04T07:57:06+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glibc/c/78b3e2cb99c3028d42e02f442f439adcb9bc42d9?branch=f43
Log:
Auto-sync with upstream branch release/2.42/master
Upstream commit: 6cebb0b80fd783e442a8ad27c3f52cde52a9cac7
- stdio-common: Allow partially-filled %mc buffers [BZ #12701] (DJ Delorie)
- stdio-common: Reject insufficient character data in scanf [BZ #12701] (Maciej W. Rozycki)
- support: Implement 'xfmemopen' for seamless 'fmemopen' use (Maciej W. Rozycki)
---
diff --git a/glibc.spec b/glibc.spec
index 6a6b6c3..d3b39bf 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -2392,13 +2392,17 @@ update_gconv_modules_cache ()
%endif
%changelog
-* Tue Jun 02 2026 Frédéric Bérat <fberat@redhat.com> - 2.42-14
+* Thu Jun 04 2026 Frédéric Bérat <fberat@redhat.com> - 2.42-14
- Auto-sync with upstream branch release/2.42/master,
commit 6cebb0b80fd783e442a8ad27c3f52cde52a9cac7:
- stdio-common: Allow partially-filled %mc buffers [BZ #12701] (DJ Delorie)
- stdio-common: Reject insufficient character data in scanf [BZ #12701] (Maciej W. Rozycki)
- support: Implement 'xfmemopen' for seamless 'fmemopen' use (Maciej W. Rozycki)
+- stdio-common: Allow partially-filled %mc buffers [BZ #12701] (DJ Delorie)
+- stdio-common: Reject insufficient character data in scanf [BZ #12701] (Maciej W. Rozycki)
+- support: Implement 'xfmemopen' for seamless 'fmemopen' use (Maciej W. Rozycki)
+
* Tue May 12 2026 Frédéric Bérat <fberat@redhat.com> - 2.42-13
- Auto-sync with upstream branch release/2.42/master,
commit 4ebd33dd77eabe8d4c45232bed4b42a31d2f9edc:
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-04 15:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 5:26 [rpms/glibc] f43: Auto-sync with upstream branch release/2.42/master
2026-06-04 15:26
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox