Browse Source

updated 5 packages

audit-3.1.2-1

libmodsecurity-3.0.10-1

mariadb-10.11.5-1

nano-7.2-1

procps-4.0.3-1
Tomohiro "Tomo-p" KATO 5 months ago
parent
commit
c1df5a6b1c

+ 5 - 4
a/audit/audit-vl.spec

@@ -5,8 +5,8 @@
 
 Summary: User space tools for kernel auditing
 Name: audit
-Version: 3.1.1
-Release: 2%{?_dist_release}%{?with_systemd:.systemd}
+Version: 3.1.2
+Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 License: GPLv2+
 Group: system,admin-tools
 Distribution: Vine Linux
@@ -204,8 +204,6 @@ cd $cur
 %if %{with systemd}
 rm -rf %{buildroot}%{_libexecdir}/initscripts
 rm -f %{buildroot}%{_libexecdir}/audit-functions
-mkdir -p %{buildroot}%{_unitdir}
-mv %{buildroot}/usr/lib/systemd/system/auditd.service %{buildroot}%{_unitdir}/
 %endif
 
 
@@ -397,6 +395,9 @@ fi
 
 
 %changelog
+* Tue Aug 08 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.2-1
+- new upstream release.
+
 * Wed May 03 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.1-2
 - imported Patch2 from rawhide.
 

+ 4 - 1
lib/libm/libmodsecurity/libmodsecurity-vl.spec

@@ -1,6 +1,6 @@
 Summary:        A library that loads/interprets rules written in the ModSecurity SecRules
 Name:           libmodsecurity
-Version:        3.0.9
+Version:        3.0.10
 Release:        1%{?_dist_release}
 Group:          security
 Vendor:         Project Vine
@@ -97,6 +97,9 @@ applications that use %{name}.
 
 
 %changelog
+* Wed Jul 26 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.10-1
+- new upstream release.
+
 * Thu Apr 13 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 3.0.9-1
 - new upstream release.
 

+ 32 - 5
m/mariadb/mariadb-vl.spec

@@ -24,10 +24,10 @@
 
 %define _unpackaged_files_terminate_build 1
 
-%define mariadb_version		10.6.12
-%define mariadb_base_version	10.6
-%define mroonga_version		12.12
-%define groonga_version		12.1.2
+%define mariadb_version		10.11.5
+%define mariadb_base_version	10.11
+%define mroonga_version		13.05
+%define groonga_version		13.0.5
 %define client_version		18
 
 %define galera_api_version	26.4
@@ -184,6 +184,16 @@ Requires:	galera(%{galera_api_version})
  This package contains the files for MariaDB Galera Cluster.
 
 
+%package lz4
+Summary: lz4 compression plugin for MariaDB
+Version: %{mariadb_version}
+Group: servers
+Requires: %{name}-server = %{version}-%{release}
+
+%description lz4
+This package contains the lz4 compression plugin for MariaDB.
+
+
 %package client
 Summary: MariaDB - Client
 Version: %{mariadb_version}
@@ -688,6 +698,7 @@ fi
 /%{_lib}/security/pam_user_map.so
 %exclude %{_libdir}/mysql/plugin/ha_connect.so
 %exclude %{_libdir}/mysql/plugin/ha_mroonga.so
+%exclude %{_libdir}/mysql/plugin/provider_lz4.so
 %exclude %{_datadir}/mysql/mroonga
 #exclude %{_datadir}/mysql/systemd/use_galera_new_cluster.conf
 %attr(0750,mysql,mysql) %dir %{logfiledir}
@@ -696,7 +707,7 @@ fi
 %config(noreplace) %{_sysconfdir}/my.cnf.d/server.cnf
 %config(noreplace) %{_sysconfdir}/my.cnf.d/spider.cnf
 %config(noreplace) %{_sysconfdir}/security/user_map.conf
-%config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mysql
+%config(noreplace,missingok) %{_sysconfdir}/logrotate.d/mariadb
 %if %{with systemd}
 %{_bindir}/mariadb-service-convert
 %{_unitdir}/*.service
@@ -745,6 +756,11 @@ fi
 %{_datadir}/mysql/systemd/use_galera_new_cluster.conf
 %endif
 
+%files lz4
+%{_libdir}/mysql/plugin/provider_lz4.so
+%dir %{_sysconfdir}/my.cnf.d
+%{_sysconfdir}/my.cnf.d/provider_lz4.cnf
+
 %files client
 %defattr(-, root, root)
 %{!?_licensedir:%global license %%doc}
@@ -859,6 +875,17 @@ fi
 
 
 %changelog
+* Tue Aug 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.5-1
+- new upstream release.
+- updated patch1000.
+
+* Wed Aug 02 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.4-2
+- updated patch1000.
+
+* Wed Jun 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.11.4-1
+- new upstream release.
+- updated patch1000.
+
 * Tue Feb 07 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 10.6.12-1
 - new upstream release.
 - updated patch1000.

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

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

+ 15 - 11
p/procps/procps-vl.spec

@@ -6,8 +6,8 @@
 Summary: System and process monitoring utilities.
 Summary(ja): システムやプロセスのモニタリングユーティリティ
 Name: procps
-Version: 3.3.17
-Release: 2%{?_dist_release}%{?with_systemd:.systemd}
+Version: 4.0.3
+Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -17,9 +17,10 @@ License: GPL
 Url: https://gitlab.com/procps-ng/procps
 # alternative: http://sourceforge.net/projects/procps-ng/
 Source: https://downloads.sourceforge.net/project/procps-ng/Production/%{origname}-%{version}.tar.xz
-Patch1: pwait-to-pidwait.patch
+Patch1: sysctl-nameonly-shows-value.patch
+
 # Vine source/patches
-Source10: procps-ng-3.3.10-ja.po
+Source10: procps-ng-4.0.3-ja.po
 Patch100: pidof-same-ns.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -75,7 +76,7 @@ System and process monitoring utilities development headers
 
 
 %prep
-%setup -q
+%setup -q -n procps-ng-%{version}
 %patch1 -p1
 
 # vine
@@ -133,7 +134,7 @@ ln -sf ..%{_bindir}/ps %{buildroot}%{_sysbindir}/ps
 mkdir -p %{buildroot}%{_syssbindir}
 ln -sf ..%{_bindir}/pidof %{buildroot}%{_syssbindir}/pidof
 
-rm -f %{buildroot}/%{_libdir}/libprocps.la
+rm -f %{buildroot}/%{_libdir}/libproc2.la
 rm -rf %{buildroot}/unwanted
 
 # these are created by make, yet empty. This causes rpmbuild errors.
@@ -162,7 +163,7 @@ fi
 %defattr(-,root,root,-)
 %license COPYING COPYING.LIB
 %doc AUTHORS NEWS
-%{_libdir}/libprocps.so.*
+%{_libdir}/libproc2.so.*
 %{_bindir}/*
 %{_sysbindir}/*
 %{_syssbindir}/*
@@ -175,19 +176,22 @@ fi
 %files devel
 %defattr(-,root,root,-)
 %license COPYING COPYING.LIB
-%{_libdir}/libprocps.so
-%{_libdir}/pkgconfig/libprocps.pc
-%{_includedir}/proc
+%{_libdir}/libproc2.so
+%{_libdir}/pkgconfig/libproc2.pc
+%{_includedir}/libproc2
 
 
 %changelog
+* Tue Aug 08 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.3-1
+- new upstream release.
+
 * Tue Nov 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.17-2
 - added Patch100: limited namespace in pidof.
 
 * Fri Oct 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.3.17-1
 - new upstream release.
 - dropped ldconfig scriptlets.
-- enabled pidof
+- enabled pidof.
 - imported Patch1 from rawhide.
 - enabled pwait as pidwait.