Radix cross Linux 3pp sources

RcL sources – is a tree of Third Party and Radix source tarballs

423 Commits   0 Branches   0 Tags
author: kx <kx@radix.pro> 2024-09-04 15:28:09 +0300 committer: kx <kx@radix.pro> 2024-09-04 15:28:09 +0300 commit: 3f81dafcda9b82277d0cb685509e735d5af6e505 parent: 0d72832f1cce49901091a542c154f81b83b6a015
Commit Summary:
GNU: bump versions
Diffstat:
20 files changed, 120 insertions, 22 deletions
diff --git a/GNU/a2ps/Makefile b/GNU/a2ps/Makefile
index ae22195..3f54e3c 100644
--- a/GNU/a2ps/Makefile
+++ b/GNU/a2ps/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/a2ps
 
-versions    = 4.14 4.15 4.15.5
+versions    = 4.14 4.15 4.15.5 4.15.6
 
 pkgname     = a2ps
 suffix      = tar.gz
diff --git a/GNU/automake/Makefile b/GNU/automake/Makefile
index 2a8cee9..d27e8b0 100644
--- a/GNU/automake/Makefile
+++ b/GNU/automake/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/automake
 
-versions    = 1.11.5 1.12.6 1.14 1.15 1.16 1.16.1 1.16.3 1.16.4 1.16.5
+versions    = 1.11.5 1.12.6 1.14 1.15 1.16 1.16.1 1.16.3 1.16.4 1.16.5 1.17
 
 pkgname     = automake
 suffix      = tar.xz
diff --git a/GNU/binutils/Makefile b/GNU/binutils/Makefile
index 73f1071..a3ff84c 100644
--- a/GNU/binutils/Makefile
+++ b/GNU/binutils/Makefile
@@ -11,7 +11,7 @@ url         = https://ftp.gnu.org/gnu/binutils
 
 versions    = 2.28.1 2.29 2.29.1
 versions   += 2.30 2.31 2.31.1 2.32 2.33.1 2.34 2.35 2.35.1 2.36 2.36.1 2.37 2.38 2.39
-versions   += 2.40 2.42
+versions   += 2.40 2.42 2.43 2.43.1
 
 pkgname     = binutils
 suffix      = tar.xz
diff --git a/GNU/coreutils/Makefile b/GNU/coreutils/Makefile
index 947de85..1d2fa73 100644
--- a/GNU/coreutils/Makefile
+++ b/GNU/coreutils/Makefile
@@ -11,7 +11,7 @@
 url         = https://ftp.gnu.org/gnu/coreutils
 
 versions    = 8.21 8.22 8.31 8.32
-versions   += 9.0 9.1 9.2 9.4
+versions   += 9.0 9.1 9.2 9.4 9.5
 
 pkgname     = coreutils
 suffix      = tar.xz
diff --git a/GNU/ed/Makefile b/GNU/ed/Makefile
index ec41f0b..c6fd78a 100644
--- a/GNU/ed/Makefile
+++ b/GNU/ed/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/ed
 
-versions    = 1.15 1.16 1.17 1.18 1.19 1.20
+versions    = 1.15 1.16 1.17 1.18 1.19 1.20 1.20.2
 
 pkgname     = ed
 suffix      = tar.xz
diff --git a/GNU/findutils/Makefile b/GNU/findutils/Makefile
index aa588d3..1d3611d 100644
--- a/GNU/findutils/Makefile
+++ b/GNU/findutils/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/findutils
 
-versions    = 4.7.0 4.8.0 4.9.0
+versions    = 4.7.0 4.8.0 4.9.0 4.10.0
 
 pkgname     = findutils
 suffix      = tar.xz
diff --git a/GNU/gdb/Makefile b/GNU/gdb/Makefile
index 8b236ed..9aa239b 100644
--- a/GNU/gdb/Makefile
+++ b/GNU/gdb/Makefile
@@ -10,7 +10,7 @@
 url         = https://ftp.gnu.org/gnu/gdb
 
 versions    = 7.9 7.10.1 7.11 8.0 8.1.1 8.2 8.2.1 8.3 8.3.1 9.1 9.2 10.1 10.2 11.1 11.2 12.1 13.1 13.2
-versions   += 14.1
+versions   += 14.1 14.2 15.1
 
 pkgname     = gdb
 suffix      = tar.xz
diff --git a/GNU/gdbm/Makefile b/GNU/gdbm/Makefile
index dfb5fb3..5c7256c 100644
--- a/GNU/gdbm/Makefile
+++ b/GNU/gdbm/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/gdbm
 
-versions    = 1.11 1.18 1.18.1 1.19 1.21 1.22 1.23
+versions    = 1.11 1.18 1.18.1 1.19 1.21 1.22 1.23 1.24
 
 pkgname     = gdbm
 suffix      = tar.gz
diff --git a/GNU/glibc/Makefile b/GNU/glibc/Makefile
index 779280d..33836c9 100644
--- a/GNU/glibc/Makefile
+++ b/GNU/glibc/Makefile
@@ -10,6 +10,7 @@
 url         = https://ftp.gnu.org/gnu/glibc
 
 versions    = 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.30 2.31 2.32 2.33 2.34 2.35 2.36 2.37 2.39
+versions   += 2.40
 
 pkgname     = glibc
 suffix      = tar.xz
diff --git a/GNU/grub/Makefile b/GNU/grub/Makefile
index 62f76f6..171e159 100644
--- a/GNU/grub/Makefile
+++ b/GNU/grub/Makefile
@@ -28,6 +28,7 @@ revisions  = 2a2e10c1b39672de3d5da037a50d5c371f49b40d:2.04
 revisions += 837fe48deb89b31710904de4e9c7dda258490e1c:2.05.1
 revisions += c0e647eb0e2bd09315612446cb4d90f7f75cb44c:2.05.2
 revisions += ae94b97be2b81b625d6af6654d3ed79078b50ff6:2.06
+revisions += 5ca9db22e8ed0dbebb2aec53722972de0680a463:2.12
 
 git_repo   = .git_clone
 suffix     = tar.xz
diff --git a/GNU/guile/Makefile b/GNU/guile/Makefile
index 65fed3d..9d24b28 100644
--- a/GNU/guile/Makefile
+++ b/GNU/guile/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/guile
 
-versions    = 2.0.9 2.0.11 2.2.6 3.0.4 3.0.5 3.0.7 3.0.8 3.0.9
+versions    = 2.0.9 2.0.11 2.2.6 3.0.4 3.0.5 3.0.7 3.0.8 3.0.9 3.0.10
 
 pkgname     = guile
 suffix      = tar.xz
diff --git a/GNU/less/Makefile b/GNU/less/Makefile
index 09f074d..1a7a528 100644
--- a/GNU/less/Makefile
+++ b/GNU/less/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/less
 
-versions    = 443 451 530 563 590 608 643
+versions    = 443 451 530 563 590 608 643 661
 
 pkgname     = less
 suffix      = tar.gz
diff --git a/GNU/libcdio-paranoia/Makefile b/GNU/libcdio-paranoia/Makefile
index ce50395..b00628f 100644
--- a/GNU/libcdio-paranoia/Makefile
+++ b/GNU/libcdio-paranoia/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/pub/gnu/libcdio
 
-versions    = 10.2.2.0.1
+versions    = 10.2.2.0.1 10.2.2.0.2
 
 pkgname     = libcdio-paranoia
 suffix      = tar.bz2
diff --git a/GNU/libunistring/Makefile b/GNU/libunistring/Makefile
index d137eef..e5c17bc 100644
--- a/GNU/libunistring/Makefile
+++ b/GNU/libunistring/Makefile
@@ -11,7 +11,7 @@
 url         = https://ftp.gnu.org/gnu/libunistring
 
 versions    = 0.9.4 0.9.5 0.9.6 0.9.10
-versions   += 1.0 1.1
+versions   += 1.0 1.1 1.2
 
 pkgname     = libunistring
 suffix      = tar.xz
diff --git a/GNU/mtools/Makefile b/GNU/mtools/Makefile
index a59b766..80f7286 100644
--- a/GNU/mtools/Makefile
+++ b/GNU/mtools/Makefile
@@ -11,7 +11,7 @@
 
 url         = https://ftp.gnu.org/gnu/mtools
 
-versions    = 4.0.18 4.0.26 4.0.35 4.0.41 4.0.43
+versions    = 4.0.18 4.0.26 4.0.35 4.0.41 4.0.43 4.0.44
 
 pkgname     = mtools
 suffix      = tar.xz
diff --git a/GNU/ncurses/6.4/Makefile b/GNU/ncurses/6.4/Makefile
index 9554a7a..0a09fb7 100644
--- a/GNU/ncurses/6.4/Makefile
+++ b/GNU/ncurses/6.4/Makefile
@@ -20,8 +20,15 @@ suffix      = tar.gz
 tarballs    = $(addprefix $(downloads)/, $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(version))))
 sha1s       = $(addsuffix .sha1sum, $(tarballs))
 
-dates       = 20230107 20230114 20230121 20230128 20230211 20230218 20230225
-dates      += 20230311 20230401
+dates       = 20230107 20230114 20230121 20230128 20230211 20230218 20230225 20230311
+dates      += 20230401 20230408 20230415 20230418 20230423 20230424 20230429 20230506
+dates      += 20230514 20230520 20230527 20230603 20230610 20230615 20230617 20230624
+dates      += 20230625 20230701 20230708 20230715 20230722 20230729 20230805 20230812
+dates      += 20230819 20230826 20230902 20230909 20230917 20230918 20230923 20231001
+dates      += 20231007 20231014 20231016 20231021 20231028 20231104 20231111 20231118
+dates      += 20231121 20231125 20231202 20231209 20231217 20231223 20231230 20240106
+dates      += 20240113 20240120 20240127 20240203 20240210 20240217 20240224 20240302
+dates      += 20240309 20240323 20240330 20240413 20240414 20240420
 
 psuffix     = patch.gz
 patches     = $(addprefix $(downloads)/, $(addsuffix .$(psuffix), $(addprefix $(pkgname)-$(version)-, $(dates))))
@@ -32,7 +39,7 @@ lsuffix     = tar.xz
 latest      = $(pkgname)-$(version)-$(date).$(lsuffix)
 lsha1s      = $(addsuffix .sha1sum, $(latest))
 
-all: $(tarballs) $(patches) $(latest) $(sha1s) $(psha1s) $(lsha1s)
+all: $(tarballs) $(sha1s) $(patches) $(psha1s) $(latest) $(lsha1s)
 
 .PHONY: downloads_clean
 
@@ -65,7 +72,7 @@ $(psha1s): %.$(psuffix).sha1sum : %.$(psuffix)
 	  sha1sum --binary $$tarball > $$tarball.sha1sum ; \
 	done
 
-$(latest): $(tarballs) $(patches)
+$(latest): $(sha1s) $(psha1s)
 	@echo -e "\n======= Create patched $(latest) tarball =======\n"
 	@for tarball in $(pkgname)-$(version).$(suffix) ; do \
 	   ( cd $(downloads) ; \
@@ -73,21 +80,26 @@ $(latest): $(tarballs) $(patches)
 	     ( cd $(pkgname)-$(version) ; \
 	       patches="$(addsuffix .$(psuffix), $(addprefix ../$(pkgname)-$(version)-, $(dates)))" ; \
 	       for patch in `echo $${patches} | sort` ; do \
+	         echo "" ; \
+	         echo "#" ; \
+	         echo "# apply: $$patch" ; \
+	         echo "#" ; \
 	         zcat $$patch | patch -p1 ; \
 	       done ; \
 	     ) ; \
 	     mv $(pkgname)-$(version) $(pkgname)-$(version)-$(date) ; \
-	     tar cJf $(latest) $(pkgname)-$(version) ; \
+	     tar -cJf $(latest) $(pkgname)-$(version)-$(date) ; \
 	     mv $(latest) .. ; \
 	     rm -rf $(pkgname)-$(version)-$(date) ; \
 	   ) ; \
 	 done
+	@rm -rf $(downloads)
 
 $(lsha1s): %.$(lsuffix).sha1sum : %.$(lsuffix)
 	@for tarball in $< ; do \
 	  echo -e "\n======= Calculation the '$$tarball' sha1sum =======\n" ; \
 	  sha1sum --binary $$tarball > $$tarball.sha1sum ; \
-	done
+	 done
 
 downloads_clean:
 	@rm -rf $(downloads) *.$(lsuffix) *.sha1sum
diff --git a/GNU/ncurses/6.5/Makefile b/GNU/ncurses/6.5/Makefile
new file mode 100644
index 0000000..6cc2f37
--- /dev/null
+++ b/GNU/ncurses/6.5/Makefile
@@ -0,0 +1,99 @@
+#
+# Project Home:
+# ============
+# https://invisible-island.net/ncurses/announce.html
+#
+# Downloads:
+# =========
+# ftp://invisible-island.net/ncurses/
+# ftp://ftp.gnu.org/pub/gnu/ncurses/
+#
+
+url         = https://invisible-island.net/archives/ncurses
+
+version     = 6.5
+pkgname     = ncurses
+
+downloads   = downloads
+
+suffix      = tar.gz
+tarballs    = $(addprefix $(downloads)/, $(addsuffix .$(suffix), $(addprefix $(pkgname)-, $(version))))
+sha1s       = $(addsuffix .sha1sum, $(tarballs))
+
+dates       = 20240504 20240511 20240518 20240519 20240525 20240601 20240608 20240615
+dates      += 20240622 20240629 20240706 20240713 20240720 20240727 20240810 20240817
+dates      += 20240824 20240831
+
+psuffix     = patch.gz
+patches     = $(addprefix $(downloads)/, $(addsuffix .$(psuffix), $(addprefix $(pkgname)-$(version)-, $(dates))))
+psha1s      = $(addsuffix .sha1sum, $(patches))
+
+date        = $(shell echo $(dates) | tr ' ' '\n' | tail -1)
+lsuffix     = tar.xz
+latest      = $(pkgname)-$(version)-$(date).$(lsuffix)
+lsha1s      = $(addsuffix .sha1sum, $(latest))
+
+all: $(tarballs) $(sha1s) $(patches) $(psha1s) $(latest) $(lsha1s)
+
+.PHONY: downloads_clean
+
+$(tarballs):
+	@echo -e "\n======= Downloading source tarballs =======\n"
+	@mkdir -p $(CURDIR)/downloads
+	@for tarball in $(tarballs) ; do \
+	  tarball=`basename $$tarball` ; \
+	  wget -N $(url)/$$tarball ; \
+	  mv $$tarball $(downloads)/ ; \
+	done
+
+$(sha1s): %.$(suffix).sha1sum : %.$(suffix)
+	@for tarball in $< ; do \
+	  echo -e "\n======= Calculation the '$$tarball' sha1sum =======\n" ; \
+	  sha1sum --binary $$tarball > $$tarball.sha1sum ; \
+	done
+
+$(patches):
+	@echo -e "\n======= Downloading patches for $(pkgname)-$(version) =======\n"
+	@for patch in $(patches) ; do \
+	  patch=`basename $$patch` ; \
+	  wget -N $(url)/$(version)/$$patch ; \
+	  mv $$patch $(downloads)/ ; \
+	done
+
+$(psha1s): %.$(psuffix).sha1sum : %.$(psuffix)
+	@for tarball in $< ; do \
+	  echo -e "\n======= Calculation the '$$tarball' sha1sum =======\n" ; \
+	  sha1sum --binary $$tarball > $$tarball.sha1sum ; \
+	done
+
+$(latest): $(sha1s) $(psha1s)
+	@echo -e "\n======= Create patched $(latest) tarball =======\n"
+	@for tarball in $(pkgname)-$(version).$(suffix) ; do \
+	   ( cd $(downloads) ; \
+	     tar -xzf $$tarball ; \
+	     ( cd $(pkgname)-$(version) ; \
+	       patches="$(addsuffix .$(psuffix), $(addprefix ../$(pkgname)-$(version)-, $(dates)))" ; \
+	       for patch in `echo $${patches} | sort` ; do \
+	         echo "" ; \
+	         echo "#" ; \
+	         echo "# apply: $$patch" ; \
+	         echo "#" ; \
+	         zcat $$patch | patch -p1 ; \
+	       done ; \
+	     ) ; \
+	     mv $(pkgname)-$(version) $(pkgname)-$(version)-$(date) ; \
+	     tar -cJf $(latest) $(pkgname)-$(version)-$(date) ; \
+	     mv $(latest) .. ; \
+	     rm -rf $(pkgname)-$(version)-$(date) ; \
+	   ) ; \
+	 done
+	@rm -rf $(downloads)
+
+$(lsha1s): %.$(lsuffix).sha1sum : %.$(lsuffix)
+	@for tarball in $< ; do \
+	  echo -e "\n======= Calculation the '$$tarball' sha1sum =======\n" ; \
+	  sha1sum --binary $$tarball > $$tarball.sha1sum ; \
+	 done
+
+downloads_clean:
+	@rm -rf $(downloads) *.$(lsuffix) *.sha1sum
diff --git a/GNU/ncurses/Makefile b/GNU/ncurses/Makefile
index 6e00414..543eb58 100644
--- a/GNU/ncurses/Makefile
+++ b/GNU/ncurses/Makefile
@@ -9,7 +9,8 @@ SUBDIRS := 5.9 \
            6.1 \
            6.2 \
            6.3 \
-           6.4
+           6.4 \
+           6.5
 
 
 all-recursive downloads_clean-recursive:
diff --git a/GNU/screen/Makefile b/GNU/screen/Makefile
index 287edd5..ecf6e95 100644
--- a/GNU/screen/Makefile
+++ b/GNU/screen/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/screen
 
-versions    = 4.7.0 4.8.0 4.9.0 4.9.1
+versions    = 4.7.0 4.8.0 4.9.0 4.9.1 5.0.0
 
 pkgname     = screen
 suffix      = tar.gz
diff --git a/GNU/wget/Makefile b/GNU/wget/Makefile
index 7e1bd28..d6efa19 100644
--- a/GNU/wget/Makefile
+++ b/GNU/wget/Makefile
@@ -10,7 +10,7 @@
 
 url         = https://ftp.gnu.org/gnu/wget
 
-versions    = 1.20.3 1.21 1.21.1 1.21.2 1.21.3 1.21.4
+versions    = 1.20.3 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.24.5
 
 pkgname     = wget
 suffix      = tar.xz