Browse Source

updated 11 packages

dnsmasq-2.84-1

firefox-78.7.0-1

kernel-5.4.93-1

libmaxminddb-1.5.0-1

nsd-4.3.5-1

openldap-2.4.57-1

python-pillow-8.1.0-1

rust-1.49.0-1

samba-4.13.4-1

sudo-1.9.5p2-1

thunderbird-78.7.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12521 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
91bd317dbc

+ 4 - 1
d/dnsmasq/dnsmasq-vl.spec

@@ -1,7 +1,7 @@
 %bcond_with systemd
 %bcond_with systemd
 
 
 Name:           dnsmasq
 Name:           dnsmasq
-Version:        2.82
+Version:        2.84
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:        A lightweight DHCP/caching DNS server
 Summary:        A lightweight DHCP/caching DNS server
 Summary(ja):    軽量 DHCP/DNSキャッシュサーバ
 Summary(ja):    軽量 DHCP/DNSキャッシュサーバ
@@ -212,6 +212,9 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Thu Jan 28 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.84-1
+- new upstream release.
+
 * Tue Sep 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.82-1
 * Tue Sep 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.82-1
 - new upstream release.
 - new upstream release.
 
 

+ 8 - 2
f/firefox/firefox-vl.spec

@@ -1,8 +1,8 @@
 %bcond_with clang
 %bcond_with clang
 
 
 # do not include minor version number in MOZILLA_FIVE_HOME
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 78.6
-%global geckomajor 78.6
+%global ffmajor 78.7
+%global geckomajor 78.7
 %global ffminor 0
 %global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
 %define ffdir %{_libdir}/firefox
@@ -578,6 +578,12 @@ fi
 #---------------------------------------------------------------------
 #---------------------------------------------------------------------
 
 
 %changelog
 %changelog
+* Wed Jan 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.7.0-1
+- updated to 78.7.0.
+
+* Tue Jan 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.1-1
+- updated to 78.6.1.
+
 * Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.0-1
 * Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.0-1
 - updated to 78.6.0.
 - updated to 78.6.0.
 
 

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

@@ -40,7 +40,7 @@ Summary(ja): Linux カーネル (Linux オペレーティングシステムの
 # adding some text to the end of the version number.
 # adding some text to the end of the version number.
 #
 #
 %define sublevel 4
 %define sublevel 4
-%define patchlevel 80
+%define patchlevel 93
 %define kversion 5.%{sublevel}
 %define kversion 5.%{sublevel}
 %define rpmversion 5.%{sublevel}.%{patchlevel}
 %define rpmversion 5.%{sublevel}.%{patchlevel}
 %define release 1%{?_dist_release}%{?with_systemd:.systemd}
 %define release 1%{?_dist_release}%{?with_systemd:.systemd}
@@ -1160,6 +1160,9 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Sat Jan 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.93-1
+- updated to 5.4.93.
+
 * Wed Dec 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.80-1
 * Wed Dec 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.4.80-1
 - updated to 5.4.80.
 - updated to 5.4.80.
 
 

+ 21 - 8
lib/libm/libmaxminddb/libmaxminddb-vl.spec

@@ -1,17 +1,16 @@
 Name:           libmaxminddb
 Name:           libmaxminddb
 Summary:        C library for the MaxMind DB file format
 Summary:        C library for the MaxMind DB file format
-Version:        1.3.2
+Version:        1.5.0
 Release:        1%{?_dist_release}
 Release:        1%{?_dist_release}
-URL:            https://maxmind.github.io/libmaxminddb
-Source0:        https://github.com/maxmind/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+Group:          system
+Vendor:         Project Vine
+Distribution:   Vine Linux
 
 
 # original libmaxminddb code is Apache Licence 2.0
 # original libmaxminddb code is Apache Licence 2.0
 # src/maxminddb-compat-util.h is BSD
 # src/maxminddb-compat-util.h is BSD
 License:        ASL 2.0 and BSD
 License:        ASL 2.0 and BSD
-
-Vendor:         Project Vine
-Distribution:   Vine Linux
-Packager:       tomop
+URL:            https://maxmind.github.io/libmaxminddb
+Source0:        https://github.com/maxmind/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
 
 
 BuildRequires:  gcc
 BuildRequires:  gcc
 BuildRequires:  perl
 BuildRequires:  perl
@@ -19,18 +18,25 @@ BuildRequires:  perl
 %description
 %description
 The package contains libmaxminddb library.
 The package contains libmaxminddb library.
 
 
+
 %package devel
 %package devel
+Summary:        Development header files for libmaxminddb
+Group:          programming
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       pkgconfig
 Requires:       pkgconfig
-Summary:        Development header files for libmaxminddb
 
 
 %description devel
 %description devel
 The package contains development header files for the libmaxminddb library
 The package contains development header files for the libmaxminddb library
 and the mmdblookup utility which allows IP address lookup in a MaxMind DB file.
 and the mmdblookup utility which allows IP address lookup in a MaxMind DB file.
 
 
+
+%debug_package
+
+
 %prep
 %prep
 %setup -q
 %setup -q
 
 
+
 %build
 %build
 %configure --disable-static
 %configure --disable-static
 # remove embeded RPATH
 # remove embeded RPATH
@@ -40,14 +46,17 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make %{?_smp_mflags}
 make %{?_smp_mflags}
 
 
+
 %check
 %check
 # tests are linked dynamically, preload the library as we have removed RPATH
 # tests are linked dynamically, preload the library as we have removed RPATH
 LD_PRELOAD=%{buildroot}%{_libdir}/libmaxminddb.so make check
 LD_PRELOAD=%{buildroot}%{_libdir}/libmaxminddb.so make check
 
 
+
 %install
 %install
 %make_install
 %make_install
 rm -fv %{buildroot}%{_libdir}/*.la
 rm -fv %{buildroot}%{_libdir}/*.la
 
 
+
 %post
 %post
 /sbin/ldconfig
 /sbin/ldconfig
 
 
@@ -70,7 +79,11 @@ rm -fv %{buildroot}%{_libdir}/*.la
 %{_mandir}/man1/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 %{_mandir}/man3/*
 
 
+
 %changelog
 %changelog
+* Tue Jan 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5.0-1
+- new upstream release.
+
 * Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3.2-1
 * Sat Aug 24 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.3.2-1
 - new upstream release.
 - new upstream release.
 - initial build for Vine Linux.
 - initial build for Vine Linux.

+ 4 - 1
n/nsd/nsd-vl.spec

@@ -3,7 +3,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Summary: Fast and lean authoritative DNS Name Server
 Summary(ja): 高速で最小限のAuthoritative専用DNSネームサーバ
 Summary(ja): 高速で最小限のAuthoritative専用DNSネームサーバ
 Name: nsd
 Name: nsd
-Version: 4.3.4
+Version: 4.3.5
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: servers
 Group: servers
 Vendor: Project Vine
 Vendor: Project Vine
@@ -184,6 +184,9 @@ fi
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Tue Jan 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.5-1
+- new upstream release.
+
 * Wed Dec 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.4-1
 * Wed Dec 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.3.4-1
 - new upstream release.
 - new upstream release.
 
 

+ 4 - 1
o/openldap/openldap-vl.spec

@@ -9,7 +9,7 @@
 Summary: The configuration files, libraries and documentation for OpenLDAP.
 Summary: The configuration files, libraries and documentation for OpenLDAP.
 Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
 Summary(ja): OpenLDAP の設定ファイル,ライブラリ,ドキュメント.
 Name: openldap
 Name: openldap
-Version: 2.4.56
+Version: 2.4.57
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: system
 Group: system
 Vendor: Project Vine
 Vendor: Project Vine
@@ -691,6 +691,9 @@ exit 0
 
 
 
 
 %changelog
 %changelog
+* Sat Jan 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.57-1
+- new upstream release.
+
 * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.56-1
 * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.56-1
 - new upstream release.
 - new upstream release.
 
 

+ 8 - 2
p/python-pillow/python-pillow-vl.spec

@@ -8,8 +8,8 @@
 %global with_docs 0
 %global with_docs 0
 
 
 Name:           python-%{srcname}
 Name:           python-%{srcname}
-Version:        7.2.0
-Release:        2%{?_dist_release}
+Version:        8.1.0
+Release:        1%{?_dist_release}
 Summary:        Python image processing library
 Summary:        Python image processing library
 Group:          programming
 Group:          programming
 Vendor:         Project Vine
 Vendor:         Project Vine
@@ -128,6 +128,9 @@ Qt %{srcname} image wrapper.
 %endif
 %endif
 
 
 
 
+%debug_package
+
+
 %prep
 %prep
 %autosetup -p1 -n Pillow-%{version}
 %autosetup -p1 -n Pillow-%{version}
 
 
@@ -205,6 +208,9 @@ popd
 
 
 
 
 %changelog
 %changelog
+* Tue Jan 19 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 8.1.0-1
+- new upstream release.
+
 * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 7.2.0-2
 * Sun Aug 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 7.2.0-2
 - built with python-3.8.
 - built with python-3.8.
 
 

+ 18 - 1
r/rust/rust-vl.spec

@@ -8,7 +8,7 @@
 # Some sub-packages are versioned independently of the rust compiler and runtime itself.
 # Some sub-packages are versioned independently of the rust compiler and runtime itself.
 # Also beware that if any of these are not changed in a version bump, then the release
 # Also beware that if any of these are not changed in a version bump, then the release
 # number should still increase, not be reset to 1!
 # number should still increase, not be reset to 1!
-%global rustc_version 1.48.0
+%global rustc_version 1.49.0
 %global cargo_version %{rustc_version}
 %global cargo_version %{rustc_version}
 %global rustfmt_version %{rustc_version}
 %global rustfmt_version %{rustc_version}
 %global rls_version %{rustc_version}
 %global rls_version %{rustc_version}
@@ -372,6 +372,16 @@ This package contains analysis data files produced with rustc's -Zsave-analysis
 feature for the Rust standard library. The RLS (Rust Language Server) uses this
 feature for the Rust standard library. The RLS (Rust Language Server) uses this
 data to provide information about the Rust standard library.
 data to provide information about the Rust standard library.
 
 
+%package miri
+Summary:        An interpreter for Rust's mid-level intermediate representation
+Group:          programming
+Requires:       rust = %{rustc_version}-%{release}
+
+%description miri
+An experimental interpreter for Rust's mid-level intermediate representation
+(MIR). It can run binaries and test suites of cargo projects and detect certain
+classes of undefined behavior.
+
 
 
 %debug_package
 %debug_package
 
 
@@ -713,8 +723,15 @@ export RUSTFLAGS="$RUSTFLAGS -C linker=ld.lld -C link-arg=-fuse-ld=lld"
 %{_bindir}/rust-analyzer
 %{_bindir}/rust-analyzer
 %{rustlibdir}/%{rust_triple}/analysis/
 %{rustlibdir}/%{rust_triple}/analysis/
 
 
+%files miri
+%{_bindir}/miri
+%{_bindir}/cargo-miri
+
 
 
 %changelog
 %changelog
+* Wed Jan 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.49.0-1
+- new upstream release.
+
 * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.48.0-1
 * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.48.0-1
 - new upstream release.
 - new upstream release.
 
 

+ 9 - 3
s/samba/samba-vl.spec

@@ -1,7 +1,7 @@
 %bcond_with systemd
 %bcond_with systemd
 %bcond_without pidl
 %bcond_without pidl
 
 
-%define samba_version 4.13.3
+%define samba_version 4.13.4
 #define rc_number rc4
 #define rc_number rc4
 %define samba_release 1
 %define samba_release 1
 
 
@@ -1217,7 +1217,7 @@ fi
 %{_libdir}/samba/libsmb-transport-samba4.so
 %{_libdir}/samba/libsmb-transport-samba4.so
 %{_libdir}/samba/libsmbclient-raw-samba4.so
 %{_libdir}/samba/libsmbclient-raw-samba4.so
 %{_libdir}/samba/libsmbd-base-samba4.so
 %{_libdir}/samba/libsmbd-base-samba4.so
-%{_libdir}/samba/libsmbd-conn-samba4.so
+#{_libdir}/samba/libsmbd-conn-samba4.so
 %{_libdir}/samba/libsmbd-shim-samba4.so
 %{_libdir}/samba/libsmbd-shim-samba4.so
 %{_libdir}/samba/libsmbldaphelper-samba4.so
 %{_libdir}/samba/libsmbldaphelper-samba4.so
 %{_libdir}/samba/libsmbpasswdparser-samba4.so
 %{_libdir}/samba/libsmbpasswdparser-samba4.so
@@ -1795,7 +1795,7 @@ fi
 %{_libdir}/samba/libsmb-transport-samba4.so
 %{_libdir}/samba/libsmb-transport-samba4.so
 %{_libdir}/samba/libsmbclient-raw-samba4.so
 %{_libdir}/samba/libsmbclient-raw-samba4.so
 %{_libdir}/samba/libsmbd-base-samba4.so
 %{_libdir}/samba/libsmbd-base-samba4.so
-%{_libdir}/samba/libsmbd-conn-samba4.so
+#{_libdir}/samba/libsmbd-conn-samba4.so
 %{_libdir}/samba/libsmbd-shim-samba4.so
 %{_libdir}/samba/libsmbd-shim-samba4.so
 %{_libdir}/samba/libsmbldaphelper-samba4.so
 %{_libdir}/samba/libsmbldaphelper-samba4.so
 %{_libdir}/samba/libsmbpasswdparser-samba4.so
 %{_libdir}/samba/libsmbpasswdparser-samba4.so
@@ -1830,6 +1830,12 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Tue Jan 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.4-1
+- new upstream release.
+
+* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.3-1
+- new upstream release.
+
 * Fri Dec 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.2-1
 * Fri Dec 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.2-1
 - new upstream release.
 - new upstream release.
 
 

+ 46 - 9
s/sudo/sudo-vl.spec

@@ -1,12 +1,14 @@
 Summary: Allows command execution as root for specified users
 Summary: Allows command execution as root for specified users
 Summary(ja): スーパーユーザ権限でのコマンドの実行
 Summary(ja): スーパーユーザ権限でのコマンドの実行
 Name: sudo
 Name: sudo
-Version: 1.8.31
+Version: 1.9.5p2
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
-License: ISC-style
-Group: Applications/System
-URL: http://www.sudo.ws/sudo/
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
 
 
+License: ISC-style
+URL: https://www.sudo.ws/sudo/
 # master is toooooooooooooooo slow.
 # master is toooooooooooooooo slow.
 Source0: http://www.sudo.ws/sudo/dist/sudo-%{version}.tar.gz
 Source0: http://www.sudo.ws/sudo/dist/sudo-%{version}.tar.gz
 #Source0: http://core.ring.gr.jp/archives/misc/sudo/sudo-%{version}.tar.gz
 #Source0: http://core.ring.gr.jp/archives/misc/sudo/sudo-%{version}.tar.gz
@@ -25,9 +27,6 @@ BuildRequires: automake autoconf libtool
 BuildRequires: libcap-devel
 BuildRequires: libcap-devel
 BuildRequires: zlib-devel
 BuildRequires: zlib-devel
 
 
-Vendor: Project Vine
-Distribution: Vine Linux
-
 %description
 %description
 Sudo (superuser do) allows a system administrator to give certain users 
 Sudo (superuser do) allows a system administrator to give certain users 
 (or groups of users) the ability to run some (or all) commands as root while 
 (or groups of users) the ability to run some (or all) commands as root while 
@@ -38,12 +37,29 @@ it is not a replacement for the shell.
 sudo は、特定のユーザや特定のグループに所属するユーザが、スーパーユーザ権限で
 sudo は、特定のユーザや特定のグループに所属するユーザが、スーパーユーザ権限で
 いくつかのコマンド操作を行うことを許可するためのプログラムです。
 いくつかのコマンド操作を行うことを許可するためのプログラムです。
 
 
+
+%package        logsrvd
+Summary:        High-performance log server for %{name}
+Group:          system,servers
+Requires:       %{name} = %{version}-%{release}
+BuildRequires:  openssl-devel
+
+%description    logsrvd
+%{name}-logsrvd is a high-performance log server that accepts event and
+I/O logs from sudo.
+It can be used to implement centralized logging of sudo logs.
+
+
+%debug_package
+
+
 %prep
 %prep
 %setup -q
 %setup -q
 %patch1 -p1 -b .strip
 %patch1 -p1 -b .strip
 
 
 rm -rf zlib/
 rm -rf zlib/
 
 
+
 %build
 %build
 autoreconf -I m4 -fv --install
 autoreconf -I m4 -fv --install
 
 
@@ -72,6 +88,7 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
   --without-selinux
   --without-selinux
 make %{?_smp_mflags}
 make %{?_smp_mflags}
 
 
+
 %install
 %install
 rm -rf %{buildroot}
 rm -rf %{buildroot}
 mkdir %{buildroot}
 mkdir %{buildroot}
@@ -123,11 +140,17 @@ EOF
 %clean 
 %clean 
 rm -rf %{buildroot}
 rm -rf %{buildroot}
 
 
+
+%post
+/bin/chmod 0440 /etc/sudoers || :
+
+
 %files -f sudo_all.lang
 %files -f sudo_all.lang
 %defattr(-,root,root)
 %defattr(-,root,root)
 %license doc/LICENSE
 %license doc/LICENSE
 %doc docdir/*
 %doc docdir/*
 %doc plugins/sample/sample_plugin.c
 %doc plugins/sample/sample_plugin.c
+%attr(0640,root,root) %config(noreplace) /etc/sudo.conf
 %attr(0440,root,root) %config(noreplace) /etc/sudoers
 %attr(0440,root,root) %config(noreplace) /etc/sudoers
 %attr(0750,root,root) %dir /etc/sudoers.d/
 %attr(0750,root,root) %dir /etc/sudoers.d/
 %config(noreplace) /etc/pam.d/sudo
 %config(noreplace) /etc/pam.d/sudo
@@ -142,9 +165,11 @@ rm -rf %{buildroot}
 %attr(0111,root,root) %{_bindir}/sudoreplay
 %attr(0111,root,root) %{_bindir}/sudoreplay
 %attr(0755,root,root) %{_sbindir}/visudo
 %attr(0755,root,root) %{_sbindir}/visudo
 %dir %{_libexecdir}/sudo
 %dir %{_libexecdir}/sudo
+%attr(0644,root,root) %{_libexecdir}/sudo/audit_json.so
 %attr(0644,root,root) %{_libexecdir}/sudo/sudo_noexec.so
 %attr(0644,root,root) %{_libexecdir}/sudo/sudo_noexec.so
 %attr(0644,root,root) %{_libexecdir}/sudo/sudoers.so
 %attr(0644,root,root) %{_libexecdir}/sudo/sudoers.so
 %attr(0644,root,root) %{_libexecdir}/sudo/group_file.so
 %attr(0644,root,root) %{_libexecdir}/sudo/group_file.so
+%attr(0644,root,root) %{_libexecdir}/sudo/sample_approval.so
 %attr(0644,root,root) %{_libexecdir}/sudo/system_group.so
 %attr(0644,root,root) %{_libexecdir}/sudo/system_group.so
 %attr(0644,root,root) %{_libexecdir}/sudo/libsudo_util.so.?.?.?
 %attr(0644,root,root) %{_libexecdir}/sudo/libsudo_util.so.?.?.?
 %{_libexecdir}/sudo/libsudo_util.so.?
 %{_libexecdir}/sudo/libsudo_util.so.?
@@ -160,11 +185,23 @@ rm -rf %{buildroot}
 %{_includedir}/sudo_plugin.h
 %{_includedir}/sudo_plugin.h
 %{_mandir}/man8/sudo_plugin.8*
 %{_mandir}/man8/sudo_plugin.8*
 
 
+%files logsrvd
+%attr(0640,root,root) %config(noreplace) /etc/sudo_logsrvd.conf
+%attr(0755,root,root) %{_sbindir}/sudo_logsrvd
+%attr(0755,root,root) %{_sbindir}/sudo_sendlog
+%{_mandir}/man5/sudo_logsrv.proto.5.gz
+%{_mandir}/man5/sudo_logsrvd.conf.5.gz
+%{_mandir}/man8/sudo_logsrvd.8.gz
+%{_mandir}/man8/sudo_sendlog.8.gz
 
 
-%post
-/bin/chmod 0440 /etc/sudoers || :
 
 
 %changelog
 %changelog
+* Sat Jan 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.5p2-1
+- updated to 1.9.5p2.
+
+* Fri Jan 15 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.5p1-1
+- updated to 1.9.5p1.
+
 * Tue Feb 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.31-1
 * Tue Feb 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.31-1
 - updated to 1.8.31.
 - updated to 1.8.31.
 
 

+ 7 - 1
t/thunderbird/thunderbird-vl.spec

@@ -28,7 +28,7 @@
 Summary:	Thunderbird Community Edition, Mail/newsgroup client
 Summary:	Thunderbird Community Edition, Mail/newsgroup client
 Summary(ja):	Thunderbirdコミュニティエディション, メール・ニュースクライアント
 Summary(ja):	Thunderbirdコミュニティエディション, メール・ニュースクライアント
 Name:		thunderbird
 Name:		thunderbird
-Version:	78.6.0
+Version:	78.7.0
 Release:	1%{?_dist_release}
 Release:	1%{?_dist_release}
 Group:		internet,communication
 Group:		internet,communication
 Vendor:		Project Vine
 Vendor:		Project Vine
@@ -453,6 +453,12 @@ fi
 #===============================================================================
 #===============================================================================
 
 
 %changelog
 %changelog
+* Wed Jan 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.7.0-1
+- new upstream release.
+
+* Tue Jan 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.1-1
+- new upstream release.
+
 * Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.0-1
 * Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.6.0-1
 - new upstream release.
 - new upstream release.