Index: Makefile
===================================================================
--- Makefile (revision 35)
+++ Makefile (revision 36)
@@ -15,7 +15,7 @@
url = $(DOWNLOAD_SERVER)/sources/GNU/glibc
-versions = 2.37
+versions = 2.39
pkgname = glibc
suffix = tar.xz
@@ -23,14 +23,13 @@
tarballs = $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(versions)))
sha1s = $(addsuffix .sha1sum, $(tarballs))
-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.39-reenable-DT-HASH.patch
+patches += $(CURDIR)/patches/glibc-2.39-en_US-no-am-pm.patch
+patches += $(CURDIR)/patches/glibc-2.39-i18n.patch
+patches += $(CURDIR)/patches/glibc-2.39-locale-no-archive.patch
+patches += $(CURDIR)/patches/glibc-2.39-malloc-hooks.patch
+patches += $(CURDIR)/patches/glibc-2.39-ppc64-interpreter.patch
+patches += $(CURDIR)/patches/glibc-2.39-x86_64-interpreter.patch
.NOTPARALLEL: $(patches)
@@ -65,14 +64,13 @@
$(patches): $(sha1s)
@echo -e "\n======= Create Patches =======\n" ; \
- ( 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.39-reenable-DT-HASH-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.39-en_US-no-am-pm-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.39-i18n-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.39-locale-no-archive-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.39-malloc-hooks-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.39-ppc64-interpreter-patch ; ./create.patch.sh ) ; \
+ ( cd create-2.39-x86_64-interpreter-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: