Преглед изворни кода

updated 5 packages

c-ares-1.31.0-1

createrepo_c-1.1.3-1

cups-2.4.10-1

logwatch-7.10-1

rkhunter-1.4.6-3
Tomohiro "Tomo-p" KATO пре 9 месеци
родитељ
комит
0c392d58c3

+ 39 - 11
c/c-ares/c-ares-vl.spec

@@ -2,7 +2,7 @@
 
 Summary: A library that performs asynchronous DNS operations
 Name: c-ares
-Version: 1.21.0
+Version: 1.31.0
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
@@ -10,10 +10,7 @@ Distribution: Vine Linux
 
 License: MIT
 URL: https://c-ares.org/
-Source0: https://c-ares.org/download/%{name}-%{version}.tar.gz
-# The license can be obtained at http://c-ares.haxx.se/license.html
-Source1: LICENSE
-Patch0: 0001-Use-RPM-compiler-options.patch
+Source0: https://github.com/c-ares/c-ares/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Patch1: c-ares-1.10.0-multilib.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -65,17 +62,14 @@ compile applications or shared objects that use c-ares.
 
 %prep
 %setup -q
-%patch0 -p1 -b .optflags
 #%patch1 -p1 -b .multilib
 
-cp %{SOURCE1} .
-f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
-
 
 %build
 autoreconf -if
 %configure --enable-shared --disable-static \
-           --disable-dependency-tracking
+           --disable-dependency-tracking \
+           --disable-tests
 %{__make} %{?_smp_mflags}
 
 
@@ -92,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-, root, root)
 %license LICENSE*
-%doc AUTHORS README.md README.cares CHANGES NEWS RELEASE-NOTES
+%doc AUTHORS README.md RELEASE-NOTES.md
 %{_libdir}/*.so.*
 
 %files devel
@@ -100,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/ares.h
 %{_includedir}/ares_build.h
 %{_includedir}/ares_dns.h
+%{_includedir}/ares_dns_record.h
 %{_includedir}/ares_nameser.h
 %{_includedir}/ares_rules.h
 %{_includedir}/ares_version.h
@@ -121,6 +116,39 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 18 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.31.0-1
+- updated to 1.30.0.
+
+* Sun Jun 09 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.30.0-1
+- updated to 1.30.0.
+
+* Sat May 25 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.29.0-1
+- updated to 1.29.0.
+
+* Fri Apr 05 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.28.1-1
+- updated to 1.28.1.
+
+* Tue Feb 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.27.0-1
+- updated to 1.27.0.
+
+* Sat Jan 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.26.0-1
+- updated to 1.26.0.
+
+* Fri Jan 05 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.25.0-1
+- updated to 1.25.0.
+
+* Mon Dec 18 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.24.0-1
+- updated to 1.24.0.
+
+* Thu Nov 30 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.23.0-1
+- updated to 1.23.0.
+
+* Mon Nov 20 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.22.1-1
+- updated to 1.22.1.
+
+* Wed Nov 15 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.22.0-1
+- updated to 1.22.0.
+
 * Fri Oct 27 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.21.0-1
 - updated to 1.21.0.
 

+ 14 - 2
c/createrepo_c/createrepo_c-vl.spec

@@ -9,7 +9,7 @@
 
 Summary:        Creates a common metadata repository
 Name:           createrepo_c
-Version:        1.0.2
+Version:        1.1.3
 Release:        1%{?_dist_release}
 Group:          admin-tools
 Vendor:         Project Vine
@@ -32,7 +32,7 @@ BuildRequires:  openssl-devel
 BuildRequires:  rpm-devel >= 4.8.0-28
 BuildRequires:  sqlite3-devel
 BuildRequires:  xz-devel
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(zlib)
 Requires:       %{name}-libs =  %{version}-%{release}
 BuildRequires:  bash-completion
 %if %{with drpm}
@@ -152,6 +152,18 @@ make -C %{_vpath_builddir} tests
 
 
 %changelog
+* Wed Jun 19 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.3-1
+- new upstream release.
+
+* Mon Jun 03 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.2-1
+- new upstream release.
+
+* Thu May 09 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.1-1
+- new upstream release.
+
+* Sat Jan 27 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.3-1
+- new upstream release.
+
 * Fri Nov 03 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.0.2-1
 - new upstream release.
 

+ 9 - 6
c/cups/cups-vl.spec

@@ -9,7 +9,7 @@
 
 Summary: Common Unix Printing System
 Name: cups
-Version: 2.4.7
+Version: 2.4.10
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Vendor: Project Vine
@@ -91,9 +91,7 @@ Patch100: cups-lspp.patch
 %endif
 
 #### UPSTREAM PATCHES (starts with 1000) ####
-# https://github.com/OpenPrinting/cups/pull/742
-# 2218124 - The command "cancel -x <job>" does not remove job files
-Patch1001: 0001-Use-purge-job-instead-of-purge-jobs-when-canceling-a.patch
+# none
 
 BuildRoot: %{_tmppath}/%{name}-root
 Requires: %{name}-libs = %{version}-%{release}
@@ -319,8 +317,7 @@ additional printer drivers, and other CUPS services.
 %patch -P 13 -p1 -b .dymo-deviceid
 
 # UPSTREAM PATCHES
-# 2218124 - The command "cancel -x <job>" does not remove job files
-%patch -P 1001 -p1 -b .purge-job
+# none
 
 %if %{?lspp}0
 # LSPP support.
@@ -822,6 +819,12 @@ rm -f %{_libdir}/cups/backend/smb
 
 
 %changelog
+* Tue Jun 18 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.10-1
+- new upstream release.
+
+* Wed Jun 12 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.9-1
+- new upstream release.
+
 * Tue Oct 03 2023 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.7-1
 - new upstream release.
 - dropped to support 32bit drivers.

+ 5 - 4
l/logwatch/logwatch-vl.spec

@@ -1,16 +1,15 @@
 Summary: A log file analysis program
 Summary(ja): ログファイル分析プログラム
 Name: logwatch
-Version: 7.5.6
+Version: 7.10
 Release: 1%{?_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
 
 License: MIT
-URL: http://www.logwatch.org/
+URL: https://sourceforge.net/projects/logwatch/
 Source: https://downloads.sourceforge.net/project/logwatch/logwatch-%{version}/logwatch-%{version}.tar.gz
-Patch0: 0001-Added-support-for-UNCHECKED-ENCRYPTED.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: noarch
@@ -32,7 +31,6 @@ Logwatch はカスタマイズやプラグイン拡張ができるログ監視
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -161,6 +159,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jun 18 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.10-1
+- new upstream release.
+
 * Sun Oct 24 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.5.6-1
 - new upstream release.
 

+ 6 - 1
r/rkhunter/rkhunter-vl.spec

@@ -1,7 +1,7 @@
 Name:           rkhunter
 Summary:        A host-based tool to scan for rootkits, backdoors and local exploits
 Version:        1.4.6
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Group:          admin-tools,security
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -16,6 +16,8 @@ Patch0:         rkhunter-1.4.6-vineconfig.patch
 Patch1:         rkhunter-1.4.6-drop-libkeyutils-check.patch
 # have ssh checks use the sshd.d directoy config files too.
 Patch2:         rkhunter-1.4.6-ssh.d.patch
+# Fix grep/egrep changes
+Patch3:         rkhunter-1.4.6-grep.patch
 
 BuildArch:      noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -104,6 +106,9 @@ EOF
 
 
 %changelog
+* Wed Jun 19 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.6-3
+- imported Patch3 from rawhide to support grep >= 3.8.
+
 * Wed Mar 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.6-2
 - imported Patch1 and 2 from rawhide.