Browse Source

updated 4 packages

dovecot-2.3.10-1

libsodium-1.0.18-1

screen-4.8.0-1

wireshark-3.2.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12327 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
208fa55090

+ 8 - 4
d/dovecot/dovecot-vl.spec

@@ -1,7 +1,7 @@
 Summary: Dovecot Secure imap server
 Summary: Dovecot Secure imap server
 Summary(ja): Dovecot セキュア IMAP サーバ
 Summary(ja): Dovecot セキュア IMAP サーバ
 Name: dovecot
 Name: dovecot
-Version: 2.3.9.3
+Version: 2.3.10
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2 and BSD with advertising
 License: MIT and LGPLv2 and BSD with advertising
@@ -14,7 +14,7 @@ Group: System Environment/Daemons
 
 
 # pigeonhole
 # pigeonhole
 %define build_pigeonhole 1
 %define build_pigeonhole 1
-%define pigeonholever 0.5.9
+%define pigeonholever 0.5.10
 
 
 # pop before smtp (drac)
 # pop before smtp (drac)
 %define build_drac 0
 %define build_drac 0
@@ -25,7 +25,7 @@ URL: http://www.dovecot.org/
 Source:  https://dovecot.org/releases/%{shortver}/%{name}-%{version}.tar.gz
 Source:  https://dovecot.org/releases/%{shortver}/%{name}-%{version}.tar.gz
 Source1: dovecot.init
 Source1: dovecot.init
 Source2: dovecot.pam
 Source2: dovecot.pam
-Source8: https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-%{pigeonholever}.tar.gz
+Source8: https://pigeonhole.dovecot.org/releases/%{shortver}/dovecot-%{shortver}-pigeonhole-%{pigeonholever}.tar.gz
 Source9: dovecot.sysconfig
 Source9: dovecot.sysconfig
 Source10: dovecot.tmpfilesd
 Source10: dovecot.tmpfilesd
 
 
@@ -405,8 +405,8 @@ make check
 # %{_sbindir}/dovecotpw
 # %{_sbindir}/dovecotpw
 %{_bindir}/doveadm
 %{_bindir}/doveadm
 %{_bindir}/doveconf
 %{_bindir}/doveconf
+%{_bindir}/dovecot-sysreport
 %{_bindir}/dsync
 %{_bindir}/dsync
-
 %attr(0755,root,dovecot) %dir /var/run/dovecot
 %attr(0755,root,dovecot) %dir /var/run/dovecot
 %attr(0750,root,dovenull) %dir /var/run/dovecot/login
 %attr(0750,root,dovenull) %dir /var/run/dovecot/login
 # %attr(0755,root,dovecot) %{_libexecdir}/%{name}/mkcert.sh
 # %attr(0755,root,dovecot) %{_libexecdir}/%{name}/mkcert.sh
@@ -492,6 +492,10 @@ make check
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Sat Mar 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.10-1
+- new upstream release.
+- updated pigeonhole to 0.5.10.
+
 * Wed Feb 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.9.3-1
 * Wed Feb 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.9.3-1
 - new upstream release.
 - new upstream release.
 
 

+ 11 - 9
lib/libs/libsodium/libsodium-vl.spec

@@ -1,15 +1,12 @@
-%define ver 1.0.12
-%define rel 1
-
 Summary: a modern and easy-to-use crypto library
 Summary: a modern and easy-to-use crypto library
 Summary(ja): モダンで手軽に使える暗号化ライブラリー
 Summary(ja): モダンで手軽に使える暗号化ライブラリー
 Name: libsodium
 Name: libsodium
-Version: %{ver}
-Release: %{rel}%{?_dist_release}
-Source0: %{name}-%{version}.tar.gz
-License: ISC
+Version: 1.0.18
+Release: 1%{?_dist_release}
 Group: System Environment/Libraries
 Group: System Environment/Libraries
+License: ISC
 URL: https://github.com/jedisct1/libsodium
 URL: https://github.com/jedisct1/libsodium
+Source0: https://github.com/jedisct1/libsodium/releases/download/%{version}-RELEASE/%{name}-%{version}.tar.gz
 
 
 #BuildRequires: 
 #BuildRequires: 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -72,12 +69,14 @@ make check
 
 
 %files
 %files
 %defattr(-,root,root)
 %defattr(-,root,root)
-%doc LICENSE AUTHORS ChangeLog THANKS README.*
+%license LICENSE
+%doc AUTHORS ChangeLog THANKS README.*
 %{_libdir}/libsodium.so.*
 %{_libdir}/libsodium.so.*
 
 
 %files devel
 %files devel
 %defattr(-,root,root)
 %defattr(-,root,root)
-%doc LICENSE AUTHORS ChangeLog THANKS README.*
+%license LICENSE
+%doc AUTHORS ChangeLog THANKS README.*
 %{_libdir}/pkgconfig/libsodium.pc
 %{_libdir}/pkgconfig/libsodium.pc
 %{_libdir}/libsodium.so
 %{_libdir}/libsodium.so
 %{_includedir}/sodium.h
 %{_includedir}/sodium.h
@@ -85,5 +84,8 @@ make check
 
 
 
 
 %changelog
 %changelog
+* Sat Mar 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.0.18-1
+- new upstream release.
+
 * Mon Jun  5 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.12-1
 * Mon Jun  5 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.0.12-1
 - initial build for Vine Linux
 - initial build for Vine Linux

+ 16 - 10
s/screen/screen-vl.spec

@@ -1,11 +1,11 @@
-Summary: A screen manager that supports multiple logins on one terminal.
-Summary(ja): スクリーンマネージャ - 一つの端末で多重ログイン
-Name: screen
-Version: 4.6.2
-Release: 1%{?_dist_release}
-License: GPLv2+
-Group: Applications/System
-Source0: ftp://ftp.uni-erlangen.de/pub/utilities/screen/screen-%{version}.tar.gz
+Summary:        A screen manager that supports multiple logins on one terminal.
+Summary(ja):    スクリーンマネージャ - 一つの端末で多重ログイン
+Name:           screen
+Version:        4.8.0
+Release:        1%{?_dist_release}
+License:        GPLv2+
+Group:          Applications/System
+Source0:        https://ftp.gnu.org/gnu/screen/screen-%{version}.tar.gz
 Source1:        screen.pam
 Source1:        screen.pam
 
 
 Patch1:         screen-4.3.1-libs.patch
 Patch1:         screen-4.3.1-libs.patch
@@ -13,6 +13,7 @@ Patch2:         screen-4.3.1-screenrc.patch
 Patch3:         screen-E3.patch
 Patch3:         screen-E3.patch
 Patch4:         screen-4.3.1-suppress_remap.patch
 Patch4:         screen-4.3.1-suppress_remap.patch
 Patch5:         screen-4.3.1-crypt.patch
 Patch5:         screen-4.3.1-crypt.patch
+Patch6:         screen-4.8.0-expand-d_xtermosc.patch
 
 
 Requires: ncurses
 Requires: ncurses
 Requires(post,preun): /sbin/install-info
 Requires(post,preun): /sbin/install-info
@@ -45,7 +46,7 @@ support multiple logins on one terminal.
 %autosetup -p1
 %autosetup -p1
 
 
 %build
 %build
-autoconf
+autoreconf -vfi
 
 
 %configure \
 %configure \
 	--enable-pam \
 	--enable-pam \
@@ -110,7 +111,8 @@ fi
 
 
 %files
 %files
 %defattr(-,root,root)
 %defattr(-,root,root)
-%doc COPYING NEWS* README doc/FAQ TODO doc/README.DOTSCREEN terminfo
+%license COPYING
+%doc NEWS* README doc/FAQ TODO doc/README.DOTSCREEN terminfo
 #%attr(755,root,root) %{_bindir}/screen
 #%attr(755,root,root) %{_bindir}/screen
 %{_bindir}/screen
 %{_bindir}/screen
 %{_mandir}/man1/screen.*
 %{_mandir}/man1/screen.*
@@ -122,6 +124,10 @@ fi
 
 
 
 
 %changelog
 %changelog
+* Thu Feb 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.8.0-1
+- update to 4.8.0.
+- re-imported patches from rawhide.
+
 * Fri Apr 20 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.6.2-1
 * Fri Apr 20 2018 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.6.2-1
 - update to 4.6.2
 - update to 4.6.2
 - change License
 - change License

+ 7 - 2
w/wireshark/wireshark-vl.spec

@@ -4,7 +4,7 @@
 Summary: 	Network traffic analyzer
 Summary: 	Network traffic analyzer
 Summary(ja):    ネットワークトラフィック解析プログラム
 Summary(ja):    ネットワークトラフィック解析プログラム
 Name: 		wireshark
 Name: 		wireshark
-Version:	3.0.6
+Version:	3.2.2
 Release: 	1%{_dist_release}
 Release: 	1%{_dist_release}
 License: 	GPLv2
 License: 	GPLv2
 Group: 		Applications/System
 Group: 		Applications/System
@@ -260,12 +260,13 @@ getent group usbmon >/dev/null || groupadd -r usbmon
 %{_datadir}/%{name}/cfilters
 %{_datadir}/%{name}/cfilters
 %{_datadir}/%{name}/colorfilters
 %{_datadir}/%{name}/colorfilters
 %{_datadir}/%{name}/console.lua
 %{_datadir}/%{name}/console.lua
+%{_datadir}/%{name}/dfilter_macros
 %{_datadir}/%{name}/dfilters
 %{_datadir}/%{name}/dfilters
 %{_datadir}/%{name}/diameter
 %{_datadir}/%{name}/diameter
 %{_datadir}/%{name}/dtd_gen.lua
 %{_datadir}/%{name}/dtd_gen.lua
 %{_datadir}/%{name}/dtds
 %{_datadir}/%{name}/dtds
 %{_datadir}/%{name}/enterprises.tsv
 %{_datadir}/%{name}/enterprises.tsv
-%{_datadir}/%{name}/help
+#{_datadir}/%{name}/help
 %{_datadir}/%{name}/manuf
 %{_datadir}/%{name}/manuf
 %{_datadir}/%{name}/pdml2html.xsl
 %{_datadir}/%{name}/pdml2html.xsl
 %{_datadir}/%{name}/profiles
 %{_datadir}/%{name}/profiles
@@ -286,6 +287,10 @@ getent group usbmon >/dev/null || groupadd -r usbmon
 %{_libdir}/pkgconfig/%{name}.pc
 %{_libdir}/pkgconfig/%{name}.pc
 
 
 %changelog
 %changelog
+* Sat Mar 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.2-1
+- new upstream release.
+- updated patches.
+
 * Sat Nov 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.6-1
 * Sat Nov 02 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.6-1
 - new upstream release.
 - new upstream release.
 - added a subpackage "wireshark-cli".
 - added a subpackage "wireshark-cli".