Hello community, here is the log from the commit of package mosh for openSUSE:Factory checked in at 2012-08-10 19:02:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mosh (Old) and /work/SRC/openSUSE:Factory/.mosh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mosh", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/mosh/mosh.changes 2012-06-25 11:50:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mosh.new/mosh.changes 2012-08-10 19:02:27.000000000 +0200 @@ -1,0 +2,31 @@ +Tue Jul 31 19:57:00 UTC 2012 - [email protected] + +- adding mosh service for SuSEfirewall2.d + +------------------------------------------------------------------- +Thu Jun 21 12:49:00 UTC 2012 - [email protected] + +- Update to v1.2.2 + * Version 1.2.2 released. + - Remove warning on out-of-order/duplicated datagrams + - Add "experimental" prediction mode + * Version 1.2.1 released. + - Improve performance on lossy links. + - New diagnostic message when link is dead in only one direction. + - Use less CPU when link is down. (Keegan McAllister) + - Use much less CPU when application or mosh-server sends + large repeat counts (resolves CVE-2012-2385, reported by + Timo Juhani Lindfors). + - Use less memory when mosh-server is malicious. + - Fix vttest regression re: wrapping and tabs. + - Enable roundtrip verifier of terminal emulator correctness + when verbose. + - Remove skalibs as a dependency. (Keegan McAllister) + - Remove use of poll() and OS X poll workaround. (Keegan McAllister) + - Include bash_completion file. (ejeffrey) + - Include UFW firewall profile. (Fumihito YOSHIDA) + - Warning on out-of-order/duplicated datagrams (or failed nonce increment). + - Clearer error message on invalid port number. + - Cleanups to quit scenario when firewalled. + +------------------------------------------------------------------- Old: ---- mosh-1.2.tar.gz New: ---- mosh-1.2.2.tar.bz2 mosh.SuSEfirewall ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mosh.spec ++++++ --- /var/tmp/diff_new_pack.lrw3Ww/_old 2012-08-10 19:02:31.000000000 +0200 +++ /var/tmp/diff_new_pack.lrw3Ww/_new 2012-08-10 19:02:31.000000000 +0200 @@ -1,6 +1,7 @@ # # spec file for package mosh # +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Flavio Castelli. # # All modifications and additions to the file contributed by third parties @@ -16,20 +17,18 @@ # - Name: mosh -Version: 1.2 -Release: 1 +Version: 1.2.2 +Release: 0 Summary: The mobile shell -Group: Productivity/Networking/SSH License: GPL-3.0+ +Group: Productivity/Networking/SSH Url: http://mosh.mit.edu/ -AutoReqProv: on +BuildRequires: gcc-c++ BuildRequires: ncurses-devel -BuildRequires: zlib-devel +BuildRequires: pkg-config BuildRequires: protobuf-devel BuildRequires: zlib-devel -BuildRequires: gcc-c++ pkg-config %if %suse_version >= 1140 BuildRequires: utempter-devel %else @@ -38,9 +37,14 @@ Requires: perl-IO-Tty -Source: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 +Source1: %{name}.SuSEfirewall BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1020 +%define with_susefirewall_config 1 +%endif + %description Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user @@ -58,6 +62,10 @@ %install make install DESTDIR=%{buildroot} +# copy susefirewall config file +%if 0%{?with_susefirewall_config} +%{__install} -D -m 0644 %{S:1} %{buildroot}/etc/sysconfig/SuSEfirewall2.d/services/mosh +%endif %clean rm -rf %{buildroot} @@ -67,6 +75,9 @@ %doc %{_mandir}/man1/mosh.1.* %doc %{_mandir}/man1/mosh-client.1.* %doc %{_mandir}/man1/mosh-server.1.* +%if 0%{?with_susefirewall_config} +%config(noreplace) /etc/sysconfig/SuSEfirewall2.d/services/mosh +%endif %{_bindir}/mosh %{_bindir}/mosh-client %{_bindir}/mosh-server ++++++ mosh.SuSEfirewall ++++++ ## Name: Mosh Server UDP ports ## Description: Opens UDP ports for the Mosh Server # space separated list of allowed UDP ports UDP="60000:61000" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
