Browse Source

updated 6 packages

bash-5.2.15-1

byacc-2.0.20221229-1

exiv2-0.27.6-1

nano-7.1-1

strongswan-5.9.9-1

unbound-1.17.1-1
Tomohiro "Tomo-p" KATO 11 months ago
parent
commit
943934ee9a

+ 17 - 5
b/bash/bash-vl.spec

@@ -1,5 +1,5 @@
 %define bashversion 5.2
-%define patchlevel 2
+%define patchlevel 15
 
 Summary:      The GNU Bourne Again shell (bash).
 Summary(ja):  GNU Bourne Again シェル (bash).
@@ -18,6 +18,19 @@ Source10:     bashrc-vine
 # Official upstream patches
 Patch1: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-001
 Patch2: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-002
+Patch3: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-003
+Patch4: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-004
+Patch5: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-005
+Patch6: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-006
+Patch7: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-007
+Patch8: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-008
+Patch9: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-009
+Patch10: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-010
+Patch11: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-011
+Patch12: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-012
+Patch13: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-013
+Patch14: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-014
+Patch15: https://ftp.gnu.org/gnu/bash/bash-%{bashversion}-patches/bash52-015
 
 # We don't want to add '/etc:/usr/etc' in standard utils path.
 Patch101: bash-2.03-paths.patch
@@ -83,10 +96,6 @@ Patch127: bash-4.4-no-loadable-builtins.patch
 # This option is undocumented in upstream and is documented by this patch
 Patch128: bash-5.0-syslog-history.patch
 
-# 2133097 - bash fails to handle nested expansions
-# This patch should be removed with next rebase
-Patch129: bash-5.2-nested-expansion.patch
-
 Buildroot:    %{_tmppath}/%{name}-%{version}-root
 BuildRequires: texinfo, bison, ncurses-devel, autoconf, gettext
 Obsoletes:    bash <= 1.14.7
@@ -274,6 +283,9 @@ f:close()
 
 
 %changelog
+* Thu Jan 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.15-1
+- updated to 5.2 patch level 15.
+
 * Sun Nov 06 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.2-1
 - updated to 5.2 patch level 2.
 

+ 11 - 5
b/byacc/byacc-vl.spec

@@ -1,18 +1,18 @@
-%define byaccdate 20200330
+%define byaccdate 20221229
 
 Summary:	A public domain Yacc parser generator.
 Summary(ja):	パブリックドメイン yacc 構文解析器生成プログラム
 Name:		byacc
-Version:	1.9
-Release: 	28%{?_dist_release}
-Group:		Development/Tools
+Version:	2.0.%{byaccdate}
+Release: 	1%{?_dist_release}
+Group:		programming
 Vendor:		Project Vine
 Distribution:	Vine Linux
 
 License:	public domain
 # The source is taken from FreeBSD's CVS as of Thu Sep 28 2000
 URL:		https://invisible-island.net/byacc/byacc.html
-Source:		ftp://invisible-island.net/byacc/byacc-%{byaccdate}.tgz
+Source:		https://invisible-island.net/archives/byacc/byacc-%{byaccdate}.tgz
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
 
 %description
@@ -30,6 +30,9 @@ byacc (Berkeley Yacc) はパブリックドメインの LALR 構文解析器生
 必要があるでしょう.
 
 
+%debug_package
+
+
 %prep
 %setup -q -n byacc-%{byaccdate}
 
@@ -70,6 +73,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Feb 03 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.20221229-1
+- new upstream release.
+
 * Sun Jul 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9-28
 - updated tarball from CVS.
 

+ 7 - 4
e/exiv2/exiv2-vl.spec

@@ -3,15 +3,15 @@
 Name: exiv2
 Summary: Exif and IPTC metadata manipulation library
 Summary(ja): Exif, IPTC メタデータ操作ライブラリ
-Version: 0.27.5
+Version: 0.27.6
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
 License: GPLv2
-URL: https://www.exiv2.org/
-Source0: https://www.exiv2.org/builds/exiv2-%{version}-Source.tar.gz
+URL: https://exiv2.org/
+Source0: https://github.com/Exiv2/exiv2/archive/refs/tags/v%{version}.tar.gz#/exiv2-%{version}.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: cmake
@@ -78,7 +78,7 @@ exiv2 用ヘッダファイル,ライブラリ,開発用ドキュメント
 
 
 %prep
-%setup -q -n %{name}-%{version}-Source
+%setup -q
 
 
 %build
@@ -135,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jan 19 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.27.6-1
+- new upstream release.
+
 * Sat Oct 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.27.5-1
 - new upstream release.
 

+ 4 - 1
n/nano/nano-vl.spec

@@ -1,6 +1,6 @@
 Name: nano
 Summary: Pico editor clone with enhancements
-Version: 6.0
+Version: 7.1
 Release: 1%{?_dist_release}
 Group: accesories
 Vendor: Project Vine
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jan 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.1-1
+- new upstream release.
+
 * Fri Dec 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0-1
 - new upstream release.
 

+ 4 - 1
s/strongswan/strongswan-vl.spec

@@ -6,7 +6,7 @@
 #%%define prerelease dr1
 
 Name:           strongswan
-Version:        5.9.8
+Version:        5.9.9
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:        An OpenSource IPsec-based VPN and TNC solution
 Summary(ja):    オープンソースのIPsec VPN/TNCソリューション
@@ -345,6 +345,9 @@ fi
 
 
 %changelog
+* Sat Feb 04 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.9.9-1
+- new upstream release.
+
 * Thu Nov 03 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 5.9.8-1
 - new upstream release.
 

+ 4 - 1
u/unbound/unbound-vl.spec

@@ -11,7 +11,7 @@
 
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.17.0
+Version: 1.17.1
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Distribution: Vine Linux
@@ -362,6 +362,9 @@ fi
 
 
 %changelog
+* Thu Jan 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.17.1-1
+- updated to 1.17.1.
+
 * Thu Oct 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.17.0-1
 - updated to 1.17.0.