Browse Source

updated 4 packages

libpsl-0.21.5-1

openssl-3.1.6-1

pcre2-10.44-1

php-composer-2.7.7-1
Tomohiro "Tomo-p" KATO 9 months ago
parent
commit
1a665d90d7

+ 5 - 2
lib/libp/libpsl/libpsl-vl.spec

@@ -1,6 +1,6 @@
 Name:           libpsl
-Version:        0.21.1
-Release:        2%{?_dist_release}
+Version:        0.21.5
+Release:        1%{?_dist_release}
 Summary:        C library for the Publix Suffix List
 Group:          system
 Vendor:         Project Vine
@@ -162,6 +162,9 @@ make check || cat $(find . -name test-suite.log)
 
 
 %changelog
+* Mon Jun 10 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.21.5-1
+- new upstream release.
+
 * Fri Nov 18 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.21.1-2
 - rebuilt with current environment.
 

+ 9 - 7
o/openssl/openssl-vl.spec

@@ -23,7 +23,7 @@ print(string.sub(hash, 0, 16))
 
 Summary: Secure Sockets Layer Toolkit
 Name: openssl
-Version: 3.1.4
+Version: 3.1.6
 Release: 1%{_dist_release}
 Group: system,security
 Vendor: Project Vine
@@ -32,9 +32,6 @@ Packager: daisuke, iwamoto
 
 License: BSDish
 URL: https://www.openssl.org/
-# We have to remove certain patented algorithms from the openssl source
-# tarball with the hobble-openssl script which is included below.
-# The original openssl upstream tarball cannot be shipped in the .src.rpm.
 Source: https://www.openssl.org/source/openssl-%{version}.tar.gz
 Source2: Makefile.certificate
 Source6: make-dummy-cert
@@ -157,7 +154,7 @@ Patch114: 0114-FIPS-enforce-EMS-support.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: perl, sed
-BuildRequires: zlib-devel, krb5-devel
+BuildRequires: pkgconfig(zlib), krb5-devel
 BuildRequires: lksctp-tools-devel
 
 Requires: mktemp
@@ -251,8 +248,7 @@ supported by OpenSSL.
 
 
 %prep
-%setup -q -n %{name}-%{version}
-%autopatch -p1
+%autosetup -n %{name}-%{version} -p1
 
 
 %build 
@@ -505,6 +501,12 @@ install -m644 %{SOURCE9} \
 
 
 %changelog
+* Mon Jun 10 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.6-1
+- new upstream release.
+
+* Wed Jan 31 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.5-1
+- new upstream release.
+
 * Wed Oct 25 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.4-1
 - new upstream release.
 

+ 11 - 2
p/pcre2/pcre2-vl.spec

@@ -3,7 +3,7 @@
 Summary: Perl-compatible regular expression library
 Summary(ja): Perl 互換の正規表現ライブラリ
 Name: pcre2
-Version: 10.42
+Version: 10.44
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -15,9 +15,11 @@ URL: https://www.pcre.org/
 Source0: https://github.com/PhilipHazel/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.bz2
 # Upstream thinks RPATH is good idea.
 Patch0: pcre2-10.31-multilib.patch
+# https://github.com/PCRE2Project/pcre2/commit/57906628d7babd27c01eb1c085d3e0cdd512189a
+Patch100: 57906628d7babd27c01eb1c085d3e0cdd512189a.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: zlib-devel
+BuildRequires: pkgconfig(zlib)
 BuildRequires: bzip2-devel
 BuildRequires: libedit-devel
 # New libtool to get rid of rpath
@@ -73,6 +75,7 @@ Development files (Headers, libraries for static linking, etc) for %{name}.
 %setup -q
 # Get rid of rpath
 %patch0 -p1 -b .multilib
+%patch100 -p1 -b .bugfix
 # Because of rpath patch
 libtoolize --copy --force && autoreconf -vif
 # One contributor's name is non-UTF-8
@@ -151,6 +154,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 10 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.44-1
+- new upstream release.
+
+* Sat Feb 17 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.43-1
+- new upstream release.
+
 * Tue Dec 13 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.42-1
 - new upstream release.
 

+ 4 - 1
p/php-composer/php-composer-vl.spec

@@ -1,6 +1,6 @@
 Name: php-composer
 Summary: A tool for dependency management in PHP
-Version: 2.6.5
+Version: 2.7.7
 Release: 1%{?_dist_release}
 Group: programming
 Vendor: Project Vine
@@ -44,6 +44,9 @@ install -m755 %{SOURCE1} %{buildroot}%{_bindir}/composer
 
 
 %changelog
+* Tue Jun 11 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.7-1
+- new upstream release.
+
 * Fri Oct 06 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.5-1
 - new upstream release.