Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2019-05-13 14:51:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tor (Old)
 and      /work/SRC/openSUSE:Factory/.tor.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tor"

Mon May 13 14:51:57 2019 rev:72 rq:702484 version:0.4.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/tor/tor.changes  2019-02-26 22:21:33.850083977 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new.5148/tor.changes        2019-05-13 
14:52:02.491015664 +0200
@@ -1,0 +2,17 @@
+Fri May 10 09:46:26 UTC 2019 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- tor 0.4.0.5:
+  * new stable branch, but not a long-term support branch
+  * improvements for power management and bootstrap reporting
+  * preliminary backend support for circuit padding to prevent some
+    kinds of traffic analysis
+  * refactoring for long-term maintainability
+- drop upstreamed tor-0.3.5.8-nonetwork.patch
+
+-------------------------------------------------------------------
+Mon Apr 15 12:24:02 UTC 2019 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Add tor-0.3.5.8-no-ssl-version-warning.patch (boo#1129411)
+- Update tor.tmpfiles to use /run instead of /var/run
+
+-------------------------------------------------------------------

Old:
----
  tor-0.3.5.8-nonetwork.patch
  tor-0.3.5.8.tar.gz
  tor-0.3.5.8.tar.gz.asc

New:
----
  tor-0.3.5.8-no-ssl-version-warning.patch
  tor-0.4.0.5.tar.gz
  tor-0.4.0.5.tar.gz.asc

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

Other differences:
------------------
++++++ tor.spec ++++++
--- /var/tmp/diff_new_pack.7P7uxL/_old  2019-05-13 14:52:03.407017970 +0200
+++ /var/tmp/diff_new_pack.7P7uxL/_new  2019-05-13 14:52:03.411017981 +0200
@@ -20,7 +20,7 @@
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
 Name:           tor
-Version:        0.3.5.8
+Version:        0.4.0.5
 Release:        0
 Summary:        Anonymizing overlay network for TCP (The onion router)
 License:        BSD-3-Clause
@@ -34,7 +34,7 @@
 Source4:        tor.tmpfiles
 Source5:        tor.firewall
 Patch0:         tor-0.2.5.x-logrotate.patch
-Patch1:         tor-0.3.5.8-nonetwork.patch
+Patch2:         tor-0.3.5.8-no-ssl-version-warning.patch
 BuildRequires:  openssl-devel >= 1.0.1
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  pwdutils
@@ -75,7 +75,7 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+%patch2 -p1
 
 %build
 %configure \

++++++ tor-0.3.5.8-no-ssl-version-warning.patch ++++++
https://trac.torproject.org/projects/tor/ticket/30190
commit 3a44597b89e290e76cb20275660896cc5f178c9a
Author: Bernhard M. Wiedemann <bwiedem...@suse.de>
Date:   Mon Apr 15 13:57:24 2019 +0200

    Do not warn about compatible OpenSSL upgrades
    
    When releasing OpenSSL patch-level maintenance updates,
    we do not want to rebuild binaries using it.
    And since they guarantee ABI stability, we do not have to.
    
    Without this patch, warning messages were produced
    that confused users:
    https://bugzilla.opensuse.org/show_bug.cgi?id=1129411
    
    Signed-off-by: Bernhard M. Wiedemann <bwiedem...@suse.de>

diff --git a/src/lib/crypt_ops/crypto_openssl_mgt.c 
b/src/lib/crypt_ops/crypto_openssl_mgt.c
index 60e4ea795..c97815f9a 100644
--- a/src/lib/crypt_ops/crypto_openssl_mgt.c
+++ b/src/lib/crypt_ops/crypto_openssl_mgt.c
@@ -213,6 +213,14 @@ crypto_openssl_early_init(void)
         !strcmp(version_str, OPENSSL_VERSION_TEXT)) {
       log_info(LD_CRYPTO, "OpenSSL version matches version from headers "
                  "(%lx: %s).", version_num, version_str);
+    } else if ((version_num & 0xffff0000) ==
+               (OPENSSL_VERSION_NUMBER & 0xffff0000)) {
+      log_notice(LD_CRYPTO,
+               "We compiled with OpenSSL %lx: %s and we "
+               "are running with OpenSSL %lx: %s. "
+               "These two versions should be binary compatible.",
+               (unsigned long)OPENSSL_VERSION_NUMBER, OPENSSL_VERSION_TEXT,
+               version_num, version_str);
     } else {
       log_warn(LD_CRYPTO, "OpenSSL version from headers does not match the "
                "version we're running with. If you get weird crashes, that "
++++++ tor-0.3.5.8.tar.gz -> tor-0.4.0.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/tor/tor-0.3.5.8.tar.gz 
/work/SRC/openSUSE:Factory/.tor.new.5148/tor-0.4.0.5.tar.gz differ: char 5, 
line 1

++++++ tor.tmpfiles ++++++
--- /var/tmp/diff_new_pack.7P7uxL/_old  2019-05-13 14:52:03.515018243 +0200
+++ /var/tmp/diff_new_pack.7P7uxL/_new  2019-05-13 14:52:03.515018243 +0200
@@ -1 +1 @@
-D /var/run/tor 0755 tor tor -
+D /run/tor 0755 tor tor -


Reply via email to