[Pkg-privacy-commits] [ricochet-im] branch master updated (a114874 -> 2899bbb)

Ximin Luo infinity0 at debian.org
Thu Oct 13 15:22:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a change to branch master
in repository ricochet-im.

      from  a114874   Release 1.1.2-1 to Debian unstable
       new  bcd34d4   Add debian/gbp.conf
       new  3789ad4   New upstream version 1.1.3
       new  7f6e1df   Merge tag 'upstream/1.1.3'
       new  8609865   Update d/changelog
       new  2899bbb   No longer using ASan, see http://www.openwall.com/lists/oss-security/2016/02/17/9

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 BUILDING.md                                        |   9 ++
 contrib/ricochet-seccomp-amd64.policy              |   3 +
 debian/changelog                                   |   6 ++
 debian/control                                     |   1 -
 debian/gbp.conf                                    |   3 +
 hardened.pri                                       |   3 +-
 ricochet.pro                                       |   4 +-
 src/core/ContactUser.cpp                           |   2 +-
 src/core/UserIdentity.cpp                          |  94 +++++++++++------
 src/core/UserIdentity.h                            |   1 +
 src/main.cpp                                       |  18 +++-
 .../{SetConfCommand.cpp => AddOnionCommand.cpp}    |  87 ++++++++--------
 src/tor/{SetConfCommand.h => AddOnionCommand.h}    |  29 +++---
 src/tor/HiddenService.cpp                          |  95 +++++++++--------
 src/tor/HiddenService.h                            |  27 +++--
 src/tor/TorControl.cpp                             | 113 +++++++++++++++++----
 src/tor/TorControl.h                               |   7 ++
 src/tor/TorManager.cpp                             |  42 ++++++--
 src/ui/LinkedText.cpp                              |   2 +-
 src/ui/qml/ContactIDField.qml                      |   1 +
 src/ui/qml/NetworkSetupWizard.qml                  |   9 --
 src/ui/qml/TorConfigurationPage.qml                |  13 +--
 src/ui/qml/TorPreferences.qml                      |   1 +
 src/utils/CryptoKey.cpp                            |  51 +++++++++-
 src/utils/CryptoKey.h                              |   3 +-
 src/utils/Settings.cpp                             |   2 +-
 tests/tests.pro                                    |   2 +-
 .../{cryptokey => tst_cryptokey}/tst_cryptokey.cpp |  27 ++++-
 .../{cryptokey => tst_cryptokey}/tst_cryptokey.pro |   2 +-
 translation/ricochet_da.ts                         |  44 ++++----
 30 files changed, 468 insertions(+), 233 deletions(-)
 create mode 100644 debian/gbp.conf
 copy src/tor/{SetConfCommand.cpp => AddOnionCommand.cpp} (53%)
 copy src/tor/{SetConfCommand.h => AddOnionCommand.h} (78%)
 rename tests/{cryptokey => tst_cryptokey}/tst_cryptokey.cpp (87%)
 rename tests/{cryptokey => tst_cryptokey}/tst_cryptokey.pro (97%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/ricochet-im.git



More information about the Pkg-privacy-commits mailing list