Browse Source

updated 5 packages

kernel-6.1.62-1

postgresql-16.0-1

redis-7.2.3-1

traceroute-2.1.3-1

unbound-1.19.0-1
Tomohiro "Tomo-p" KATO 5 months ago
parent
commit
6c4b38ea6a

+ 49 - 1
k/kernel/kernel-vl.spec

@@ -41,7 +41,7 @@
 #
 %define majorver 6
 %define sublevel 1
-%define patchlevel 30
+%define patchlevel 62
 %define kversion %{majorver}.%{sublevel}
 %define rpmversion %{majorver}.%{sublevel}.%{patchlevel}
 %define release 1%{?_dist_release}%{?with_systemd:.systemd}
@@ -1187,6 +1187,54 @@ fi
 
 
 %changelog
+* Thu Nov 09 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.62-1
+- updated to 6.1.62.
+
+* Thu Oct 26 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.60-1
+- updated to 6.1.60.
+
+* Mon Oct 16 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.58-1
+- updated to 6.1.58.
+
+* Sat Oct 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.56-1
+- updated to 6.1.56.
+
+* Tue Sep 19 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.54-1
+- updated to 6.1.54.
+
+* Thu Sep 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.52-1
+- updated to 6.1.52.
+
+* Thu Aug 31 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.50-1
+- updated to 6.1.50.
+
+* Sat Aug 26 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.48-1
+- updated to 6.1.48.
+
+* Thu Aug 17 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.46-1
+- updated to 6.1.46.
+
+* Wed Aug 09 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.44-1
+- updated to 6.1.44.
+
+* Thu Jul 27 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.42-1
+- updated to 6.1.42.
+
+* Mon Jul 24 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.40-1
+- updated to 6.1.40.
+
+* Thu Jul 06 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.38-1
+- updated to 6.1.38.
+
+* Wed Jun 28 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.36-1
+- updated to 6.1.36.
+
+* Wed Jun 14 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.34-1
+- updated to 6.1.34.
+
+* Mon Jun 05 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.32-1
+- updated to 6.1.32.
+
 * Thu May 25 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.1.30-1
 - updated to 6.1.30.
 

+ 10 - 5
p/postgresql/postgresql-vl.spec

@@ -15,7 +15,7 @@
 Summary: PostgreSQL client programs
 Summary(ja): PostgreSQL のクライアントプログラム群
 Name: postgresql
-Version: 15.3
+Version: 16.0
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: office
 Vendor: Project Vine
@@ -51,6 +51,7 @@ Source6: README.rpm-dist
 Source15: postgresql-bashprofile
 Source1000: postgresql.service
 Source1001: postgresql.tmpfiles.d
+Patch1: llvm17.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: perl build-essential
@@ -529,10 +530,10 @@ rm -f %{buildroot}%{_mandir}/man1/ecpg.*
 
 %pre server
 groupadd -g 26 -o -r postgres >/dev/null 2>&1 || :
-useradd -M -n -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
+useradd -M -N -g postgres -o -r -d /var/lib/pgsql -s /bin/bash \
 	-c "PostgreSQL Server" -u 26 postgres >/dev/null 2>&1 || :
 touch /var/log/pgsql
-chown postgres.postgres /var/log/pgsql
+chown postgres:postgres /var/log/pgsql
 chmod 0700 /var/log/pgsql
 
 
@@ -739,7 +740,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/pg_waldump
 %{_bindir}/pgbench
 %{_bindir}/postgres
-%{_bindir}/postmaster
 %{_mandir}/man1/initdb.*
 %{_mandir}/man1/pg_amcheck.*
 %{_mandir}/man1/pg_archivecleanup.*
@@ -759,7 +759,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/pg_waldump.*
 %{_mandir}/man1/pgbench.*
 %{_mandir}/man1/postgres.*
-%{_mandir}/man1/postmaster.*
 %dir %{_libdir}/postgresql
 %{_libdir}/postgresql/*_and_*.so
 %{_libdir}/postgresql/dict_snowball.so
@@ -842,6 +841,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 16.0-1
+- new upstream release.
+
+* Fri Aug 11 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.4-1
+- new upstream release.
+
 * Fri May 12 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 15.3-1
 - new upstream release.
 

+ 18 - 2
r/redis/redis-vl.spec

@@ -6,7 +6,7 @@
 # Commit IDs for the (unversioned) redis-doc repository
 # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
 #global doc_commit 4f1da37c03daa943f2cf3cd5fda8dbd1bf1f22d7
-%global doc_commit c7880ba85fd67cb09110a4be790da47d4a6cec80
+%global doc_commit 1df0c2f4ab16f72c227fc227edb172e0fac96870
 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
 
 # %%{rpmmacrodir} not usable on EL-6
@@ -18,7 +18,7 @@
 %endif
 
 Name:             redis
-Version:          7.0.11
+Version:          7.2.3
 Release:          1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:          A persistent in-memory key-value database
 Summary(ja):      永続化可能なキー・バリュー型インメモリデータベース
@@ -39,6 +39,7 @@ Source6:          %{name}-shutdown
 Source7:          %{name}-limit-systemd
 Source8:          %{name}-limit-init
 Source9:          macros.%{name}
+# https://github.com/redis/redis-doc/commits/master
 Source10:         https://github.com/redis/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz
 
 # To refresh patches:
@@ -308,6 +309,21 @@ fi
 
 
 %changelog
+* Wed Nov 01 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.2.3-1
+- new upstream release.
+
+* Wed Oct 18 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.2.2-1
+- new upstream release.
+
+* Thu Sep 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.2.1-1
+- new upstream release.
+
+* Wed Aug 16 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.2.0-1
+- new upstream release.
+
+* Mon Jul 10 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.12-1
+- new upstream release.
+
 * Mon Apr 17 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.11-1
 - new upstream release.
 

+ 22 - 9
t/traceroute/traceroute-vl.spec

@@ -1,19 +1,19 @@
 Summary: Traces the route taken by packets over a TCP/IP network.
 Summary(ja): TCP/IPネットワーク上でパケットがたどる経路をトレースするツール
 Name: traceroute
-Version: 2.1.0
-Release: 1%{?_dist_release}
 Epoch: 1
+Version: 2.1.3
+Release: 1%{?_dist_release}
+Group: network
+Vendor: Project Vine
+Distribution: Vine Linux
+
 License: GPL
-Group: Applications/Internet
-URL:  http://traceroute.sourceforge.net
-Source0: http://dl.sourceforge.net/traceroute/traceroute-%{version}.tar.gz
+URL:  https://traceroute.sourceforge.net
+Source0: https://downloads.sourceforge.net/traceroute/traceroute-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Conflicts: iputils <= 20020927-13vl2
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 The traceroute utility displays the route used by IP packets on their
 way to a specified network (or Internet) host.  Traceroute displays
@@ -25,12 +25,18 @@ show you where the trouble is coming from along the route.
 Install traceroute if you need a tool for diagnosing network connectivity
 problems.
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=""
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -47,16 +53,23 @@ pushd $RPM_BUILD_ROOT%{_mandir}/man8
 ln -s traceroute.8 traceroute6.8
 popd
 
+
 %clean
 rm -rf %{buildroot}
 
+
 %files
 %defattr(-,root,root)
-%doc COPYING README TODO CREDITS
+%license COPYING
+%doc README TODO CREDITS
 /bin/*
 %{_mandir}/man?/*
 
+
 %changelog
+* Thu Nov 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:2.1.3-1
+- new upstream release.
+
 * Thu Feb 22 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1:2.1.0-1
 - updated to 2.1.0.
 

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

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