Browse Source

updated 11 packages

harfbuzz-8.2.2-2

icu-74.1-1

inih-57-1

php74-7.4.33-4

php81-8.1.25-2

php82-8.2.12-2

postfix-3.8.2-3

rspamd-3.7.3-2

userspace-rcu-0.14.0-1

xfsdump-3.1.12-1

xfsprogs-6.5.0-1
Tomohiro "Tomo-p" KATO 5 months ago
parent
commit
2640b42640

+ 20 - 2
h/harfbuzz/harfbuzz-vl.spec

@@ -2,8 +2,8 @@
 
 Summary:	Text shaping library
 Name:		harfbuzz
-Version:	7.3.0
-Release:	1%{?_dist_release}
+Version:	8.2.2
+Release:	2%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -153,6 +153,24 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.2-2
+- rebuilt with icu-74.
+
+* Wed Oct 18 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.2-1
+- new upstream release.
+
+* Wed Sep 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.1-1
+- new upstream release.
+
+* Sat Sep 09 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.0-1
+- new upstream release.
+
+* Wed Jul 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.1-1
+- new upstream release.
+
+* Mon Jul 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.0-1
+- new upstream release.
+
 * Wed May 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.3.0-1
 - new upstream release.
 

+ 4 - 1
i/icu/icu-vl.spec

@@ -3,7 +3,7 @@
 Summary:        International Components for Unicode
 Summary(ja):    ユニコード用国際化コンポーネント
 Name:           icu
-Version:        72.1
+Version:        74.1
 Release:        1%{?_dist_release}
 Group:          programming
 Vendor:         Project Vine
@@ -167,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 74.1-1
+- updated to 74.1.
+
 * Wed Oct 19 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 72.1-1
 - updated to 72.1.
 

+ 4 - 1
i/inih/inih-vl.spec

@@ -1,7 +1,7 @@
 Name:		inih
 Summary:	Simple INI file parser library
 Summary(ja):	シンプルなINIファイル解析ライブラリ
-Version:	53
+Version:	57
 Release:	1%{?_dist_release}
 Group:		system
 Vendor:		Project Vine
@@ -62,6 +62,9 @@ embedded systems.
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 57-1
+- new upstream release.
+
 * Thu Apr 08 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 53-1
 - initial build for Vine Linux.
 - new upstream release.

+ 26 - 2
p/php74/php74-vl.spec

@@ -38,7 +38,7 @@ Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
 Version: 7.4.33
-Release: 1%{_dist_release}%{?with_systemd:.systemd}
+Release: 4%{_dist_release}%{?with_systemd:.systemd}
 Group: programming
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -71,7 +71,13 @@ Patch33: php-5.2.4-phpincludedir.patch
 #Patch100: php55-htmlspecialchars-compat53.patch
 
 # security fix
-#Patch1000: php-5.3.7-bug55439.patch
+Patch200: php-bug81740.patch
+Patch201: php-bug81744.patch
+Patch202: php-bug81746.patch
+Patch203: php-cve-2023-0662.patch
+Patch204: php-cve-2023-3247.patch
+Patch205: php-cve-2023-3823.patch
+Patch206: php-cve-2023-3824.patch
 
 #bugfix
 #Patch2000: fix319823.patch
@@ -441,6 +447,15 @@ on each request.
 
 %patch2000 -p1 -b .openssl3
 
+# security patches
+%patch -P200 -p1 -b .bug81740
+%patch -P201 -p1 -b .bug81744
+%patch -P202 -p1 -b .bug81746
+%patch -P203 -p1 -b .cve0662
+%patch -P204 -p1 -b .cve3247
+%patch -P205 -p1 -b .cve3823
+%patch -P206 -p1 -b .cve3824
+
 # Prevent %%doc confusion over LICENSE files
 cp Zend/LICENSE Zend/ZEND_LICENSE
 #cp Zend/ChangeLog Zend/ZEND_ChangeLog
@@ -928,6 +943,15 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.33-4
+- rebuilt with icu-74.
+
+* Wed Aug 23 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.33-3
+- imported security patches from remi.
+
+* Mon Jul 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.33-2
+- imported security patches from remi.
+
 * Thu Nov 03 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.33-1
 - new upstream release.
 

+ 23 - 2
p/php81/php81-vl.spec

@@ -37,8 +37,8 @@
 Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 8.1.19
-Release: 1%{_dist_release}%{?with_systemd:.systemd}
+Version: 8.1.25
+Release: 2%{_dist_release}%{?with_systemd:.systemd}
 Group: programming
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -899,6 +899,27 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.25-2
+- rebuilt with icu-74.
+
+* Fri Oct 27 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.25-1
+- new upstream release.
+
+* Fri Sep 29 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.24-1
+- new upstream release.
+
+* Fri Sep 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.23-1
+- new upstream release.
+
+* Fri Aug 04 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.22-1
+- new upstream release.
+
+* Fri Jul 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.21-1
+- new upstream release.
+
+* Fri Jun 09 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.20-1
+- new upstream release.
+
 * Fri May 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.1.19-1
 - new upstream release.
 

+ 23 - 2
p/php82/php82-vl.spec

@@ -37,8 +37,8 @@
 Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 8.2.6
-Release: 1%{_dist_release}%{?with_systemd:.systemd}
+Version: 8.2.12
+Release: 2%{_dist_release}%{?with_systemd:.systemd}
 Group: programming
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -899,6 +899,27 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.12-2
+- rebuilt with icu-74.
+
+* Fri Oct 27 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.12-1
+- new upstream release.
+
+* Fri Sep 29 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.11-1
+- new upstream release.
+
+* Fri Sep 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.10-1
+- new upstream release.
+
+* Thu Aug 17 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.9-1
+- new upstream release.
+
+* Fri Jul 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.8-1
+- new upstream release.
+
+* Fri Jun 09 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.7-1
+- new upstream release.
+
 * Thu May 11 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2.6-1
 - new upstream release.
 

+ 14 - 2
p/postfix/postfix-vl.spec

@@ -31,8 +31,8 @@
 Summary:        Postfix Mail Transport Agent
 Summary(ja):    Postfix メールトランスポートエージェント
 Name:           postfix
-Version:        3.8.0
-Release:        1%{?_dist_release}%{?with_systemd:.systemd}
+Version:        3.8.2
+Release:        3%{?_dist_release}%{?with_systemd:.systemd}
 Group:          servers
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -583,6 +583,18 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.2-3
+- rebuilt with icu-74.
+
+* Wed Oct 25 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.2-2
+- rebuilt with openssl-3.1.
+
+* Wed Sep 13 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.2-1
+- new upstream release.
+
+* Wed Jun 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.1-1
+- new upstream release.
+
 * Wed Apr 19 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.8.0-1
 - new upstream release.
 

+ 19 - 2
r/rspamd/rspamd-vl.spec

@@ -13,8 +13,8 @@
 
 Summary:        Rapid spam filtering system
 Name:           rspamd
-Version:        3.5
-Release:        1%{?_dist_release}%{?with_systemd:.systemd}
+Version:        3.7.3
+Release:        2%{?_dist_release}%{?with_systemd:.systemd}
 Group:          servers
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -239,6 +239,7 @@ fi
 %dir %{_datadir}/rspamd/lualib/lua_selectors
 %dir %{_datadir}/rspamd/lualib/lua_scanners
 %dir %{_datadir}/rspamd/lualib/plugins
+%dir %{_datadir}/rspamd/lualib/redis_scripts
 %dir %{_datadir}/rspamd/lualib/rspamadm
 %{_datadir}/rspamd/lualib/*.lua
 %{_datadir}/rspamd/lualib/lua_content/*.lua
@@ -247,6 +248,7 @@ fi
 %{_datadir}/rspamd/lualib/lua_selectors/*.lua
 %{_datadir}/rspamd/lualib/lua_scanners/*.lua
 %{_datadir}/rspamd/lualib/plugins/*.lua
+%{_datadir}/rspamd/lualib/redis_scripts/*.lua
 %{_datadir}/rspamd/lualib/rspamadm/*.lua
 %dir %{rspamd_rulesdir}
 %dir %{rspamd_rulesdir}/regexp
@@ -264,6 +266,21 @@ fi
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.3-2
+- rebuilt with icu-74.
+
+* Fri Oct 27 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.3-1
+- new upstream release.
+
+* Fri Oct 27 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.2-1
+- new upstream release.
+
+* Sun Oct 08 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.7.1-1
+- new upstream release.
+
+* Fri Aug 04 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6-1
+- new upstream release.
+
 * Sat Mar 18 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5-1
 - new upstream release.
 - dropped Patch2-4: fixed in upstream.

+ 4 - 1
u/userspace-rcu/userspace-rcu-vl.spec

@@ -1,5 +1,5 @@
 Name:           userspace-rcu
-Version:        0.13.2
+Version:        0.14.0
 Release:        1%{?_dist_release}
 Summary:        RCU (read-copy-update) implementation in user-space
 Group:          system
@@ -87,6 +87,9 @@ make %{_smp_mflags} regtest
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.14.0-1
+- new upstream release.
+
 * Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.13.2-1
 - new upstream release.
 

+ 4 - 1
x/xfsdump/xfsdump-vl.spec

@@ -1,6 +1,6 @@
 Summary: Administrative utilities for the XFS filesystem
 Name: xfsdump
-Version: 3.1.11
+Version: 3.1.12
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -80,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.12-1
+- new upstream release.
+
 * Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.11-1
 - new upstream release.
 

+ 6 - 2
x/xfsprogs/xfsprogs-vl.spec

@@ -1,8 +1,8 @@
 Summary:	Utilities for managing the XFS filesystem
 Summary(ja):	XFS ファイルシステムを管理するためのユーティリティ
 Name:		xfsprogs
-Version:	5.19.0
-Release:	2%{?_dist_release}
+Version:	6.5.0
+Release:	1%{?_dist_release}
 Group:		admin-tools
 Vendor:		Project Vine
 Distribution:	Vine Linux
@@ -120,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.5.0-1
+- new upstream release.
+- built with icu-74.
+
 * Wed Oct 26 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.19.0-2
 - rebuilt with userspace-rcu-0.13.2.