[prev in list] [next in list] [prev in thread] [next in thread] 

List:       opensuse-commit
Subject:    commit dropbear for openSUSE:Factory
From:       root () hilbert ! suse ! de (h_root)
Date:       2014-07-31 19:50:55
Message-ID: 20140731195055.55D10AE051 () hilbert ! suse ! de
[Download RAW message or body]

Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory checked in \
at 2014-07-31 21:50:34 \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing \
/work/SRC/openSUSE:Factory/dropbear (Old)  and      \
/work/SRC/openSUSE:Factory/.dropbear.new (New) \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dropbear"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes	2014-02-22 \
                18:09:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes	2014-07-31 \
21:50:52.000000000 +0200 @@ -1,0 +2,25 @@
+Mon Jul 28 09:40:02 UTC 2014 - thardeck@suse.com
+
+- removed obsolete gpg soure code verifcation workaround
+- added missing systemd entries for dropbear-keygen.service
+- updated to upstream version 2014.64
+  * Fix compiling with ECDSA and DSS disabled
+  * Don't exit abruptly if too many outgoing packets are queued for writev(). Patch
+    thanks to Ronny Meeus
+  * The -K keepalive option now behaves more like OpenSSH's "ServerAliveInterval".
+    If no response is received after 3 keepalives then the session is terminated. \
This +    will close connections faster than waiting for a TCP timeout.
+  * Rework TCP priority setting. New settings are
+    if (connecting || ptys || x11) tos = LOWDELAY
+    else if (tcp_forwards) tos = 0
+    else tos = BULK
+    Thanks to Catalin Patulea for the suggestion.
+  * Improve handling of many concurrent new TCP forwarded connections, should now
+    be able to handle as many as MAX_CHANNELS. Thanks to Eduardo Silva for reporting
+    and investigating it.
+  * Make sure that exit messages from the client are printed, regression in 2013.57
+  * Use monotonic clock where available, timeouts won't be affected by system time
+    changes
+  * Add -V for version
+
+-------------------------------------------------------------------

Old:
----
  dropbear-2014.63.tar.bz2

New:
----
  dropbear-2014.64.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dropbear.spec ++++++
--- /var/tmp/diff_new_pack.eMOA0h/_old	2014-07-31 21:50:54.000000000 +0200
+++ /var/tmp/diff_new_pack.eMOA0h/_new	2014-07-31 21:50:54.000000000 +0200
@@ -21,7 +21,7 @@
 %endif
 
 Name:           dropbear
-Version:        2014.63
+Version:        2014.64
 Release:        0
 Summary:        A relatively small SSH 2 server and client
 License:        MIT
@@ -40,10 +40,9 @@
 BuildRequires:  gpg-offline
 %endif
 %if 0%{?using_systemd}
-BuildRequires:  systemd
+%{?systemd_requires}
 %else
 Requires(pre): %insserv_prereq
-%{?systemd_requires}
 %endif
 Requires(pre):	%fillup_prereq
 
@@ -54,12 +53,7 @@
 
 %prep
 %if 0%{?suse_version} >= 1230
-#gpg_verify doesn't work because of dropbear's sha1sum structure
-gpg-offline -f "%{SOURCE2}" --verify "%{SOURCE1}"
-pushd %{_sourcedir}
-  grep %{name}-%{version}.tar.bz2 %{SOURCE1} > sha1sum
-  sha1sum -c sha1sum
-popd
+  %{?gpg_verify:  %gpg_verify "%{SOURCE1}"}
 %endif
 %setup -q
 
@@ -76,6 +70,7 @@
 	install -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
 	install -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/%{name}-keygen.service
   ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
+  ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}-keygen
 %else
   install -D -m0755 %{SOURCE6} "%{buildroot}%{_initrddir}/%{name}"
   ln -sf ../../%{_initrddir}/%{name} "%{buildroot}%{_sbindir}/rc%{name}"
@@ -84,12 +79,14 @@
 %pre
 %if 0%{?using_systemd}
   %service_add_pre %{name}.service
+  %service_add_pre %{name}-keygen.service
 %endif
 
 %post
 %if 0%{?using_systemd}
   %fillup_only
   %service_add_post %{name}.service
+  %service_add_post %{name}-keygen.service
 %else
   %{fillup_and_insserv %{name}}
 %endif
@@ -97,6 +94,7 @@
 %preun
 %if 0%{?using_systemd}
   %service_del_preun %{name}.service
+  %service_del_preun %{name}-keygen.service
 %else
   %stop_on_removal %{name}
 %endif
@@ -104,6 +102,7 @@
 %postun
 %if 0%{?using_systemd}
   %service_del_postun %{name}.service
+  %service_del_postun %{name}-keygen.service
 %else
   %restart_on_update %{name}
   %insserv_cleanup
@@ -119,6 +118,7 @@
 %if 0%{?using_systemd}
 	%{_unitdir}/%{name}.service
 	%{_unitdir}/dropbear-keygen.service
+  %{_sbindir}/rcdropbear-keygen
 %else
   %{_initrddir}/%{name}
 %endif

++++++ SHA1SUM.asc ++++++
--- /var/tmp/diff_new_pack.eMOA0h/_old	2014-07-31 21:50:54.000000000 +0200
+++ /var/tmp/diff_new_pack.eMOA0h/_new	2014-07-31 21:50:54.000000000 +0200
@@ -1,13 +1,13 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-a99b392e6ed99706b3eb787a75b95651775ca893  CHANGES
-1d0abb6c46206a2c95b26a6f454844855f585403  dropbear-2013.62.tar.bz2
+f88f705e143224974a4c2f1e7faee56a11114918  CHANGES
 63bbb967feb1df8bc1a7cb7d96925ed653960078  dropbear-2014.63.tar.bz2
+54e3738a4335a8dbb1e4acb29316b07f3a1fa354  dropbear-2014.64.tar.bz2
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.13 (Darwin)
 
-iEYEARECAAYFAlMEuzkACgkQjPn4sExkf7xLXACg1OOvq8Nw4nc4qJ4ycGS/PKcD
-pvwAn3rTkHcCDTc0hGqCDO3Cqlq7wO4S
-=420e
+iEYEARECAAYFAlPVFogACgkQjPn4sExkf7zPzQCfSNrgesfXcO8EkY1OpBM9XcyI
+2YgAn0xEhRS0xkFtNHWvc8vTNWuQr+MO
+=/Tcr
 -----END PGP SIGNATURE-----

++++++ dropbear-2014.63.tar.bz2 -> dropbear-2014.64.tar.bz2 ++++++
++++ 1731 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org
For additional commands, e-mail: opensuse-commit+help@opensuse.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic