Index: Makefile
===================================================================
--- Makefile (.../2.36/Makefile) (revision 34)
+++ Makefile (.../2.37/Makefile) (revision 35)
@@ -7,22 +7,22 @@
url = $(DOWNLOAD_SERVER)/sources/GNU/glibc
-versions = 2.36
+versions = 2.37
tarballs = $(addsuffix .tar.xz, $(addprefix glibc-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-patches = $(CURDIR)/patches/glibc-2.36-b3736d1a3c-2.36.1.patch
-patches += $(CURDIR)/patches/glibc-2.36-reenable-DT-HASH.patch
-patches += $(CURDIR)/patches/glibc-2.36-en_US-no-am-pm.patch
-patches += $(CURDIR)/patches/glibc-2.36-i18n.patch
-patches += $(CURDIR)/patches/glibc-2.36-locale-no-archive.patch
-patches += $(CURDIR)/patches/glibc-2.36-malloc-hooks.patch
-patches += $(CURDIR)/patches/glibc-2.36-ppc64-interpreter.patch
-patches += $(CURDIR)/patches/glibc-2.36-x86_64-interpreter.patch
-patches += $(CURDIR)/patches/glibc-2.36-zonefile.patch
-patches += $(CURDIR)/patches/glibc-2.36-zoneinfo.patch
+patches = $(CURDIR)/patches/glibc-2.37-CVE-2023-25139.patch
+patches += $(CURDIR)/patches/glibc-2.37-reenable-DT-HASH.patch
+patches += $(CURDIR)/patches/glibc-2.37-en_US-no-am-pm.patch
+patches += $(CURDIR)/patches/glibc-2.37-i18n.patch
+patches += $(CURDIR)/patches/glibc-2.37-locale-no-archive.patch
+patches += $(CURDIR)/patches/glibc-2.37-malloc-hooks.patch
+patches += $(CURDIR)/patches/glibc-2.37-ppc64-interpreter.patch
+patches += $(CURDIR)/patches/glibc-2.37-x86_64-interpreter.patch
+patches += $(CURDIR)/patches/glibc-2.37-zonefile.patch
+patches += $(CURDIR)/patches/glibc-2.37-zoneinfo.patch
.NOTPARALLEL: $(patches)
@@ -57,16 +57,16 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( cd create-2.36-b3736d1a3c-2.36.1-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-reenable-DT-HASH-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-en_US-no-am-pm-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-i18n-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-locale-no-archive-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-malloc-hooks-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-ppc64-interpreter-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-x86_64-interpreter-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-zonefile-patch ; ./create.patch.sh ) ; \
- ( cd create-2.36-zoneinfo-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-CVE-2023-25139-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-reenable-DT-HASH-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-en_US-no-am-pm-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-i18n-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-locale-no-archive-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-malloc-hooks-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-ppc64-interpreter-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-x86_64-interpreter-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-zonefile-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.37-zoneinfo-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: