Browse Source

updated 7 packages

c-ares-1.19.1-1

cpio-2.14-1

curl-8.1.1-1

kernel-6.1.30-1

lua-5.4.6-1

sqlite3-3.42.0-1

vim-9.0.1561-1
Tomohiro "Tomo-p" KATO 11 months ago
parent
commit
c89b7591a6
7 changed files with 131 additions and 63 deletions
  1. 7 1
      c/c-ares/c-ares-vl.spec
  2. 7 22
      c/cpio/cpio-vl.spec
  3. 19 1
      c/curl/curl-vl.spec
  4. 59 28
      k/kernel/kernel-vl.spec
  5. 6 3
      l/lua/lua-vl.spec
  6. 10 4
      s/sqlite3/sqlite3-vl.spec
  7. 23 4
      v/vim/vim-vl.spec

+ 7 - 1
c/c-ares/c-ares-vl.spec

@@ -2,7 +2,7 @@
 
 Summary: A library that performs asynchronous DNS operations
 Name: c-ares
-Version: 1.18.1
+Version: 1.19.1
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -121,6 +121,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon May 22 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.19.1-1
+- updated to 1.19.1.
+
+* Sun Jan 29 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.19.0-1
+- updated to 1.19.0.
+
 * Wed Oct 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.18.1-1
 - updated to 1.18.1.
 

+ 7 - 22
c/cpio/cpio-vl.spec

@@ -6,8 +6,8 @@
 Summary: A GNU archiving program.
 Summary(ja): GNU アーカイブプログラム
 Name: cpio
-Version: 2.13
-Release: 2%{?_dist_release}
+Version: 2.14
+Release: 1%{?_dist_release}
 Group: system,accessories
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -45,22 +45,11 @@ Patch7: cpio-2.10-longnames-split.patch
 # Cpio does Sum32 checksum, not CRC (downstream)
 Patch8: cpio-2.11-crc-fips-nit.patch
 
-# Fix multiple definition of `program_name'
-Patch9: cpio-2.13-mutiple-definition.patch
-
-# Revert fix for CVE-2015-1197 (#1797163)
-# reverts upstream commit 45b0ee2b4
-Patch10: cpio-2.13-revert-CVE-2015-1197-fix.patch
-
 # Extract: retain times for symlinks
 # downstream patch (#1486364)
 # https://www.mail-archive.com/bug-cpio@gnu.org/msg00605.html
 Patch11: cpio-2.11-retain-symlink-times.patch
 
-# Properly drop priviledges for remote command
-# http://git.savannah.gnu.org/cgit/paxutils.git/commit/?id=d247e3c2809a37b6d0c3067251d96bb7f12555e7
-Patch12: cpio-2.13-reset-gid-uid.patch
-
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: texinfo autoconf gettext
 Requires(post): /sbin/install-info
@@ -138,15 +127,6 @@ make check || {
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-/sbin/install-info %{_infodir}/cpio.info.gz %{_infodir}/dir
-
-%preun
-if [ $1 = 0 ]; then
-    /sbin/install-info --delete %{_infodir}/cpio.info.gz %{_infodir}/dir
-fi
-
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %license COPYING
@@ -157,6 +137,11 @@ fi
 
 
 %changelog
+* Sat May 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.14-1
+- updated to 2.14.
+- dropped install-info scriptlets.
+- dropped Patch9, 10 and 12: fixed in upstream.
+
 * Tue Aug 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.13-2
 - imported Patch11 and 12 from rawhide.
 

+ 19 - 1
c/curl/curl-vl.spec

@@ -3,7 +3,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
-Version: 7.86.0
+Version: 8.1.1
 Release: 1%{?_dist_release}
 Group: internet
 Vendor: Project Vine
@@ -187,6 +187,24 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 23 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.1-1
+- new upstream release.
+
+* Wed May 17 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.0-1
+- new upstream release.
+
+* Tue Mar 21 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.1-1
+- new upstream release.
+
+* Mon Feb 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.88.1-1
+- new upstream release.
+
+* Wed Feb 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.88.0-1
+- new upstream release.
+
+* Wed Dec 21 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.87.0-1
+- new upstream release.
+
 * Thu Oct 27 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.86.0-1
 - new upstream release.
 

+ 59 - 28
k/kernel/kernel-vl.spec

@@ -39,10 +39,11 @@
 # that the kernel isn't the stock distribution kernel, for example by
 # adding some text to the end of the version number.
 #
-%define sublevel 10
-%define patchlevel 158
-%define kversion 5.%{sublevel}
-%define rpmversion 5.%{sublevel}.%{patchlevel}
+%define majorver 6
+%define sublevel 1
+%define patchlevel 30
+%define kversion %{majorver}.%{sublevel}
+%define rpmversion %{majorver}.%{sublevel}.%{patchlevel}
 %define release 1%{?_dist_release}%{?with_systemd:.systemd}
 
 %define make_target bzImage
@@ -236,7 +237,7 @@ BuildRequires: libcap-devel
 BuildRequires: zlib-devel binutils-devel
 BuildRequires: glibc-static
 
-Source0: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-%{kversion}.tar.xz
+Source0: https://cdn.kernel.org/pub/linux/kernel/v%{majorver}.x/linux-%{kversion}.tar.xz
 Source10: COPYING.modules
 Source11: genkey
 Source21: kernel-%{kversion}-i686.config
@@ -255,8 +256,7 @@ Source100: logo_vine_clut224.ppm
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 %if %{patchlevel}
-Patch1: https://mirrors.edge.kernel.org/pub/linux/kernel/v5.x/patch-%{kversion}.%{patchlevel}.xz
-# Patch2: patch-4.14.14-rc1.xz
+Patch1: https://mirrors.edge.kernel.org/pub/linux/kernel/v%{majorver}.x/patch-%{kversion}.%{patchlevel}.xz
 %endif
 
 # Misc bits.
@@ -267,9 +267,6 @@ Patch1890: linux-2.6.35-mmc-sdhci-update.patch
 
 Patch1900: linux-2.6.35-quirk-lenovo-itpm.patch
 
-# IDE
-Patch2010: linux-3.2-ide-piix-prefer-ata_piix.patch
-
 # SCSI
 Patch2301: linux-2.6.23-VMWare5-fix-LSI_emulation.patch
 
@@ -281,13 +278,6 @@ Patch2301: linux-2.6.23-VMWare5-fix-LSI_emulation.patch
 Patch10000: linux-5.10-LINUX_COMPILER-LANG_C.patch
 Patch10010: linux-5.4_tmon_Makefile.patch
 
-# https://github.com/gregkh/linux/commit/a45b3d6926231c3d024ea0de4f7bd967f83709ee
-Patch10020: libbfd1.patch
-# https://github.com/gregkh/linux/commit/600b7b26c07a070d0153daa76b3806c1e52c9e00
-Patch10021: libbfd2.patch
-# https://github.com/gregkh/linux/commit/cfd59ca91467056bb2c36907b2fa67b8e1af9952
-Patch10022: libbfd3.patch
-
 # Security fix patches
 
 # END OF PATCH DEFINITIONS
@@ -547,10 +537,6 @@ cd linux-%{kversion}
 # 
 %patch1770 -p1
 
-# IDE
-# prefer ata_piix driver on ICH4+ chipset instead of IDE/piix
-%patch2010 -p1
-
 # 3w-9xxx update (2.26.02.008)
 %patch2301 -p1
 
@@ -563,14 +549,8 @@ cd linux-%{kversion}
 
 %patch10010 -p1 
 
-# for binutils-2.39
-%patch10020 -p1 
-%patch10021 -p1 
-%patch10022 -p1 
-
 # security fix
 
-
 #
 # misc small stuff to make things compile or otherwise improve performance
 #
@@ -661,7 +641,7 @@ BuildKernel() {
       echo NO NEW CONFIG OPTION FOUND.
     fi
     rm -f .newoptions
-    
+
     make -s ARCH=$Arch olddefconfig > /dev/null
     # This ensures build-ids are unique to allow parallel debuginfo
     perl -p -i -e "s/^CONFIG_BUILD_SALT.*/CONFIG_BUILD_SALT=\"%{KVERREL}${KVERREL_SUFFIX}\"/" .config
@@ -1151,6 +1131,7 @@ fi
 %defattr(-,root,root)
 %dir %{_prefix}/src/linux-%{kversion}
 %{_prefix}/src/linux-%{kversion}/*
+%{_prefix}/src/linux-%{kversion}/.rustfmt.toml
 %endif
 
 # only some architecture builds need kernel-doc
@@ -1206,6 +1187,56 @@ fi
 
 
 %changelog
+* Thu May 25 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.30-1
+- updated to 6.1.30.
+
+* Fri May 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.28-1
+- updated to 6.1.28.
+
+* Wed Apr 26 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.26-1
+- updated to 6.1.26.
+
+* Fri Apr 14 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.24-1
+- updated to 6.1.24.
+
+* Thu Mar 30 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.22-1
+- updated to 6.1.22.
+
+* Fri Mar 17 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.20-1
+- updated to 6.1.20.
+
+* Sun Mar 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.18-1
+- updated to 6.1.18.
+
+* Sat Mar 11 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.17-1
+- updated to 6.1.17.
+
+* Fri Mar 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.16-1
+- updated to 6.1.16.
+
+* Sat Feb 25 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.14-1
+- updated to 6.1.14.
+
+* Mon Feb 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.12-1
+- updated to 6.1.12.
+- dropped Patch210: legacy IDE is dropped in upstream.
+- dropped Patch10020-10022: fixed in upstream.
+
+* Thu Feb 16 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.168-1
+- updated to 5.10.166.
+
+* Wed Feb 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.166-1
+- updated to 5.10.166.
+
+* Thu Jan 19 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.164-1
+- updated to 5.10.164.
+
+* Fri Jan 13 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.162-1
+- updated to 5.10.162.
+
+* Mon Dec 19 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.160-1
+- updated to 5.10.160.
+
 * Thu Dec 08 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.10.158-1
 - updated to 5.10.158.
 

+ 6 - 3
l/lua/lua-vl.spec

@@ -1,5 +1,5 @@
 # No tests yet for 5.3.5
-%global test_version 5.4.4
+%global test_version 5.4.6
 # If you are incrementing major_version, enable bootstrapping and adjust accordingly.
 # Version should be the latest prior build. If you don't do this, RPM will break and
 # everything will grind to a halt.
@@ -13,7 +13,7 @@
 Summary:        Lua is a powerful, light-weight programming language designed for extending applications.
 Summary(ja):    アプリケーション拡張向けに設計された強力かつ軽量なプログラミング言語
 Name:           lua
-Version:        5.4.4
+Version:        5.4.6
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -40,7 +40,7 @@ Patch3:         %{name}-5.2.2-configure-linux.patch
 Patch4:         %{name}-5.3.0-configure-compat-module.patch
 %if 0%{?bootstrap}
 Patch5:         %{name}-5.3.0-autotoolize.patch
-Patch6:		%{name}-5.3.5-luac-shared-link-fix.patch
+Patch6:         %{name}-5.3.5-luac-shared-link-fix.patch
 %endif
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
@@ -250,6 +250,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue May 16 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.6-1
+- new upstream release.
+
 * Fri Jan 28 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.4-1
 - new upstream release.
 - dropped Patch19: fixed in upstream.

+ 10 - 4
s/sqlite3/sqlite3-vl.spec

@@ -5,10 +5,10 @@
 
 %define with_check %{?_with_check:1}%{!?_with_check:0}
 
-%define year 2022
-%define realver 3390200
-%define docver 3390200
-%define rpmver 3.39.2
+%define year 2023
+%define realver 3420000
+%define docver 3420000
+%define rpmver 3.42.0
 
 Summary: SQLite is a C library that implements an embeddable SQL database engine
 Summary(ja): SQLite は組み込み型SQLデータベースエンジンを実装するCライブラリです。
@@ -243,6 +243,12 @@ install -D -m0644 tool/lempar.c $RPM_BUILD_ROOT/%{_datadir}/lemon/lempar.c
 
 
 %changelog
+* Thu May 18 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.42.0-1
+- new upstream release.
+
+* Fri Dec 30 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.40.1-1
+- new upstream release.
+
 * Thu Aug 11 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.39.2-1
 - new upstream release.
 

+ 23 - 4
v/vim/vim-vl.spec

@@ -2,8 +2,8 @@
 
 # version, patch version
 %define vimversion	9.0
-%define vimsrcpversion	0978
-%define vimpversion	0978
+%define vimsrcpversion	1561
+%define vimpversion	%{vimsrcpversion}
 
 %define vimsubdir	vim%(echo %{vimversion} | sed -e's/\\.//')
 #define vimdir		%{vimsubdir}
@@ -64,7 +64,6 @@ Patch2003:      vim-8.0-specsyntax.patch
 # nothing
 Patch2010: xxd-locale.patch
 
-Patch3007: vim-7.4-fstabsyntax.patch
 Patch3010: vim-7.3-manpage-typo-668894-675480.patch
 Patch3011: vim-manpagefixes-948566.patch
 Patch3013: vim-7.4-globalsyntax.patch
@@ -357,7 +356,6 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 # nothing
 %patch2010 -p1
 
-%patch3007 -p1 -b .fstabsyntax
 %patch3010 -p1
 %patch3011 -p1
 %patch3013 -p1
@@ -787,6 +785,27 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue May 16 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1561-1
+- new upstream release.
+
+* Tue May 09 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1528-1
+- new upstream release.
+
+* Wed Mar 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1403-1
+- new upstream release.
+
+* Thu Mar 09 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1395-1
+- new upstream release.
+
+* Wed Feb 08 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1291-1
+- new upstream release.
+
+* Sat Jan 21 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1224-1
+- new upstream release.
+
+* Thu Jan 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.1182-1
+- new upstream release.
+
 * Thu Dec 01 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.0978-1
 - new upstream release.