Browse Source

updated 3 packages

lz4-1.9.3-2

postfix-3.6.1-1

redis-6.2.4-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
a992c8383f
3 changed files with 15 additions and 5 deletions
  1. 6 2
      l/lz4/lz4-vl.spec
  2. 4 1
      p/postfix/postfix-vl.spec
  3. 5 2
      r/redis/redis-vl.spec

+ 6 - 2
l/lz4/lz4-vl.spec

@@ -1,7 +1,7 @@
 Name:           lz4
 Summary:        Extremely fast compression algorithm
 Version:        1.9.3
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Group:          accessories
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -10,6 +10,7 @@ Packager:       tomop
 License:        GPLv2+ and BSD
 URL:            https://lz4.github.io/lz4/
 Source0:        https://github.com/Cyan4973/lz4/archive/v%{version}/%{name}-%{version}.tar.gz
+Patch1000:      CVE-2021-3520.patch
 
 %description
 LZ4 is an extremely fast loss-less compression algorithm, providing compression
@@ -47,7 +48,7 @@ contains static libraries for static linking of applications.
 
 
 %prep
-%autosetup
+%autosetup -p1
 echo '#!/bin/sh' > ./configure
 chmod +x ./configure
 
@@ -99,6 +100,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 14 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.3-2
+- imported Patch1000 from upstream to fix CVE-2021-3520.
+
 * Wed Feb 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.3-1
 - new upstream release.
 

+ 4 - 1
p/postfix/postfix-vl.spec

@@ -31,7 +31,7 @@
 Summary:        Postfix Mail Transport Agent
 Summary(ja):    Postfix メールトランスポートエージェント
 Name:           postfix
-Version:        3.6.0
+Version:        3.6.1
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Group:          servers
 Vendor:         Project Vine
@@ -563,6 +563,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.1-1
+- new upstream release.
+
 * Mon May 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.0-1
 - new upstream release.
 

+ 5 - 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 af4e30177017ba5db4c6d06786b6afb6eb03012d
+%global doc_commit 9fe1f36dd716ea982b8917f2bdb70ec4bfc3219b
 %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:          6.2.3
+Version:          6.2.4
 Release:          1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:          A persistent in-memory key-value database
 Summary(ja):      永続化可能なキー・バリュー型インメモリデータベース
@@ -304,6 +304,9 @@ fi
 
 
 %changelog
+* Tue Jun 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2.4-1
+- new upstream release.
+
 * Tue May 18 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.2.3-1
 - new upstream release.