Merge lp:~thomas-voss/trust-store/fix-1452341 into lp:trust-store

Proposed by Thomas Voß
Status: Superseded
Proposed branch: lp:~thomas-voss/trust-store/fix-1452341
Merge into: lp:trust-store
Diff against target: 305 lines (+17/-183)
7 files modified
CMakeLists.txt (+2/-3)
debian/changelog (+6/-0)
debian/control (+5/-11)
debian/libtrust-store1.symbols (+0/-162)
debian/rules (+1/-6)
src/core/trust/mir/agent.cpp (+1/-1)
src/core/trust/mir/prompt_main.cpp (+2/-0)
To merge this branch: bzr merge lp:~thomas-voss/trust-store/fix-1452341
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Marcus Tomlinson (community) Approve
PS Jenkins bot continuous-integration Approve
Pete Woods (community) Approve
Review via email: mp+265629@code.launchpad.net

This proposal has been superseded by a proposal from 2015-08-31.

Commit message

Bump major revision to account for toolchain update.

Description of the change

Bump major revision to account for toolchain update.

To post a comment you must log in.
Revision history for this message
Pete Woods (pete-woods) wrote :

Looks reasonable to me. Good luck getting the symbols removal though, though.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

Very OCD I know:

86 Description: Test files for libtrust-store1

"libtrust-store2" now

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

Top approving again to mark rev.108 as approved.

review: Approve
Revision history for this message
Michael Vogt (mvo) wrote :

Looks good to me.

review: Approve

Unmerged revisions

108. By Thomas Voß

Fix package name in description.

107. By Thomas Voß

Fix minor compilation issues.
Account for major version bump and rename .install file.

106. By Thomas Voß

Bump major revision to account for toolchain update. Fixes LP:#1452341

105. By Launchpad Translations on behalf of phablet-team

Launchpad automatic translations update.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-09-19 19:51:37 +0000
+++ CMakeLists.txt 2015-07-23 08:28:52 +0000
@@ -43,12 +43,11 @@
43 )43 )
44endif()44endif()
4545
46pkg_check_modules(GFLAGS libgflags REQUIRED)
47pkg_check_modules(GLOG libglog REQUIRED)46pkg_check_modules(GLOG libglog REQUIRED)
48pkg_check_modules(PROCESS_CPP process-cpp REQUIRED)47pkg_check_modules(PROCESS_CPP process-cpp REQUIRED)
4948
50set(TRUST_STORE_VERSION_MAJOR 1)49set(TRUST_STORE_VERSION_MAJOR 2)
51set(TRUST_STORE_VERSION_MINOR 1)50set(TRUST_STORE_VERSION_MINOR 0)
52set(TRUST_STORE_VERSION_PATCH 0)51set(TRUST_STORE_VERSION_PATCH 0)
5352
54include(CTest)53include(CTest)
5554
=== modified file 'debian/changelog'
--- debian/changelog 2015-02-13 13:54:28 +0000
+++ debian/changelog 2015-07-23 08:28:52 +0000
@@ -1,3 +1,9 @@
1trust-store (2.0.0) wily; urgency=medium
2
3 * Bump major revision to account for toolchain update. Fixes LP:#1452341
4
5 -- Thomas Voß <thomas.voss@canonical.com> Thu, 23 Jul 2015 09:22:15 +0200
6
1trust-store (1.1.0+15.04.20150213-0ubuntu1) vivid; urgency=medium7trust-store (1.1.0+15.04.20150213-0ubuntu1) vivid; urgency=medium
28
3 [ thomas-voss ]9 [ thomas-voss ]
410
=== modified file 'debian/control'
--- debian/control 2014-10-09 18:12:53 +0000
+++ debian/control 2015-07-23 08:28:52 +0000
@@ -6,10 +6,6 @@
6 doxygen,6 doxygen,
7 google-mock,7 google-mock,
8 graphviz,8 graphviz,
9# We rely on C++11 features, and to prevent from ABI breaks
10# in libstdc++ causing us issues, we explicitly select a G++
11# version.
12 g++-4.9,
13 libapparmor-dev,9 libapparmor-dev,
14 libboost-program-options-dev,10 libboost-program-options-dev,
15 libboost-system-dev,11 libboost-system-dev,
@@ -34,7 +30,7 @@
34# upstream branch30# upstream branch
35Vcs-Bzr: lp:trust-store31Vcs-Bzr: lp:trust-store
3632
37Package: libtrust-store133Package: libtrust-store2
38Architecture: any34Architecture: any
39Multi-Arch: same35Multi-Arch: same
40Pre-Depends: ${misc:Pre-Depends},36Pre-Depends: ${misc:Pre-Depends},
@@ -52,7 +48,7 @@
52Multi-Arch: same48Multi-Arch: same
53Pre-Depends: ${misc:Pre-Depends},49Pre-Depends: ${misc:Pre-Depends},
54Recommends: libtrust-store-doc,50Recommends: libtrust-store-doc,
55Depends: libtrust-store1 (= ${binary:Version}),51Depends: libtrust-store2 (= ${binary:Version}),
56 ${misc:Depends},52 ${misc:Depends},
57Description: C++11 library for persisting trust requests - dev files53Description: C++11 library for persisting trust requests - dev files
58 Provides a common implementation of a trust store to be used by trusted54 Provides a common implementation of a trust store to be used by trusted
@@ -64,10 +60,8 @@
64Package: trust-store-bin60Package: trust-store-bin
65Section: devel61Section: devel
66Architecture: any62Architecture: any
67Depends: libtrust-store1 (= ${binary:Version}),63Depends: libtrust-store2 (= ${binary:Version}),
68 ${misc:Depends},64 ${misc:Depends},
69Replaces: libtrust-store1 (<< 1.1.0+14.10.20141008),
70Breaks: libtrust-store1 (<< 1.1.0+14.10.20141008),
71Description: Daemon binaries to be used by services.65Description: Daemon binaries to be used by services.
72 Provides a common implementation of a trust store to be used by trusted66 Provides a common implementation of a trust store to be used by trusted
73 helpers.67 helpers.
@@ -77,10 +71,10 @@
77Package: trust-store-tests71Package: trust-store-tests
78Section: libdevel72Section: libdevel
79Architecture: any73Architecture: any
80Depends: libtrust-store1 (= ${binary:Version}),74Depends: libtrust-store2 (= ${binary:Version}),
81 ${misc:Depends},75 ${misc:Depends},
82Suggests: libtrust-store-dev,76Suggests: libtrust-store-dev,
83Description: Test files for libtrust-store177Description: Test files for libtrust-store2
84 Provides a common implementation of a trust store to be used by trusted78 Provides a common implementation of a trust store to be used by trusted
85 helpers.79 helpers.
86 .80 .
8781
=== removed file 'debian/libtrust-store1.symbols'
--- debian/libtrust-store1.symbols 2014-10-15 18:23:38 +0000
+++ debian/libtrust-store1.symbols 1970-01-01 00:00:00 +0000
@@ -1,162 +0,0 @@
1libtrust-store.so.1 libtrust-store1 #MINVER#
2 (c++)"core::trust::WhiteListingAgent::always_grant_for_unconfined()@Base" 1.1.0+14.10.20141015
3 (c++)"core::trust::WhiteListingAgent::authenticate_request_with_parameters(core::trust::Agent::RequestParameters const&)@Base" 1.1.0+14.10.20141015
4 (c++)"core::trust::WhiteListingAgent::WhiteListingAgent(std::function<bool (core::trust::Agent::RequestParameters const&)>, std::shared_ptr<core::trust::Agent> const&)@Base" 1.1.0+14.10.20141015
5 (c++)"core::trust::WhiteListingAgent::~WhiteListingAgent()@Base" 1.1.0+14.10.20141015
6 (c++)"typeinfo for core::trust::WhiteListingAgent@Base" 1.1.0+14.10.20141015
7 (c++)"typeinfo name for core::trust::WhiteListingAgent@Base" 1.1.0+14.10.20141015
8 (c++)"vtable for core::trust::WhiteListingAgent@Base" 1.1.0+14.10.20141015
9 (c++)"core::trust::i18n::default_text_domain()@Base" 1.1.0+14.10.20141008.1
10 (c++)"core::trust::i18n::service_text_domain()@Base" 1.1.0+14.10.20141008.1
11 (c++)"core::trust::i18n::set_service_text_domain(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.1.0+14.10.20141008.1
12 (c++)"core::trust::i18n::tr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.1.0+14.10.20141008.1
13 (c++)"core::trust::i18n::tr(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.1.0+14.10.20141008.1
14 (c++)"core::trust::CachedAgent::Configuration::~Configuration()@Base" 1.0.0+14.10.20140806.7
15 (c++)"core::trust::CachedAgent::authenticate_request_with_parameters(core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140806.7
16 (c++)"core::trust::CachedAgent::Reporter::report_cached_answer_found(core::trust::Agent::RequestParameters const&, core::trust::Request const&)@Base" 1.0.0+14.10.20140814.1
17 (c++)"core::trust::CachedAgent::Reporter::report_user_prompted_for_trust(core::trust::Agent::RequestParameters const&, core::trust::Request::Answer const&)@Base" 1.0.0+14.10.20140814.1
18 (c++)"core::trust::CachedAgent::CachedAgent(core::trust::CachedAgent::Configuration const&)@Base" 1.0.0+14.10.20140806.7
19 (c++)"core::trust::create_default_store(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 0.0.1+14.10.20140626.1
20 (c++)"core::trust::process_trust_request(core::trust::RequestParameters const&)@Base" 0.0.1+14.10.20140717.8
21 (c++)"core::trust::CachedAgentGlogReporter::report_cached_answer_found(core::trust::Agent::RequestParameters const&, core::trust::Request const&)@Base" 1.0.0+14.10.20140814.1
22 (c++)"core::trust::CachedAgentGlogReporter::report_user_prompted_for_trust(core::trust::Agent::RequestParameters const&, core::trust::Request::Answer const&)@Base" 1.0.0+14.10.20140814.1
23 (c++)"core::trust::CachedAgentGlogReporter::CachedAgentGlogReporter(core::trust::CachedAgentGlogReporter::Configuration const&)@Base" 1.0.0+14.10.20140814.1
24 (c++)"core::trust::CachedAgentGlogReporter::~CachedAgentGlogReporter()@Base" 1.0.0+14.10.20140814.1
25 (c++)"core::trust::AppIdFormattingTrustAgent::authenticate_request_with_parameters(core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140826.1
26 (c++)"core::trust::AppIdFormattingTrustAgent::AppIdFormattingTrustAgent(std::shared_ptr<core::trust::Agent> const&)@Base" 1.0.0+14.10.20140826.1
27 (c++)"core::trust::AppIdFormattingTrustAgent::~AppIdFormattingTrustAgent()@Base" 1.0.0+14.10.20140826.1
28 (c++)"core::trust::expose_store_to_bus_with_name(std::shared_ptr<core::trust::Store> const&, std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 0.0.1+14.10.20140626.1
29 (c++)"core::trust::resolve_store_on_bus_with_name(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 0.0.1+14.10.20140626.1
30 (c++)"core::trust::expose_store_to_session_with_name(std::shared_ptr<core::trust::Store> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 0.0.1+14.10.20140626.1
31 (c++)"core::trust::resolve_store_in_session_with_name(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 0.0.1+14.10.20140626.1
32 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::PromptProviderHelper::InvocationArguments::~InvocationArguments()@Base" 0.0.1+14.10.20140717.8
33 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::PromptProviderHelper::exec_prompt_provider_with_arguments(core::trust::mir::PromptProviderHelper::InvocationArguments const&)@Base" 0.0.1+14.10.20140717.8
34 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::PromptProviderHelper::PromptProviderHelper(core::trust::mir::PromptProviderHelper::CreationArguments const&)@Base" 0.0.1+14.10.20140717.8
35 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::ConnectionVirtualTable::create_prompt_session_sync(core::trust::TaggedInteger<core::trust::tag::Pid, int>, void (*)(MirPromptSession*, MirPromptSessionState, void*), void*)@Base" 1.0.0+14.10.20140806.7
36 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::ConnectionVirtualTable::ConnectionVirtualTable()@Base" 1.0.0+14.10.20141001
37 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::ConnectionVirtualTable::ConnectionVirtualTable(MirConnection*)@Base" 0.0.1+14.10.20140717.8
38 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::PromptSessionVirtualTable::release_sync()@Base" 0.0.1+14.10.20140717.8
39 (c++|arch=amd64 arm64)"core::trust::mir::PromptSessionVirtualTable::mir_client_fd_callback(MirPromptSession*, unsigned long, int const*, void*)@Base" 1.0.0+14.10.20140806.7
40 (c++|arch=i386 armhf)"core::trust::mir::PromptSessionVirtualTable::mir_client_fd_callback(MirPromptSession*, unsigned int, int const*, void*)@Base" 1.0.0+14.10.20140806.7
41 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::PromptSessionVirtualTable::new_fd_for_prompt_provider()@Base" 0.0.1+14.10.20140717.8
42 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::PromptSessionVirtualTable::PromptSessionVirtualTable()@Base" 1.0.0+14.10.20141001
43 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::PromptSessionVirtualTable::PromptSessionVirtualTable(MirPromptSession*)@Base" 0.0.1+14.10.20140717.8
44 (c++)"core::trust::mir::connect(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 0.0.1+14.10.20140717.8
45 (c++)"core::trust::mir::create_agent_for_mir_connection(MirConnection*)@Base" 0.0.1+14.10.20140717.8
46 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::Agent::on_trust_session_changed_state(MirPromptSession*, MirPromptSessionState, void*)@Base" 0.0.1+14.10.20140717.8
47 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::Agent::authenticate_request_with_parameters(core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140806.7
48 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::Agent::translator_only_accepting_exit_status_success()@Base" 0.0.1+14.10.20140717.8
49 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::Agent::Agent(std::shared_ptr<core::trust::mir::ConnectionVirtualTable> const&, std::shared_ptr<core::trust::mir::PromptProviderHelper> const&, std::function<core::trust::Request::Answer (core::posix::wait::Result const&)> const&)@Base" 0.0.1+14.10.20140717.8
50 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::Agent::~Agent()@Base" 0.0.1+14.10.20140717.8
51 (c++|arch=amd64 i386 armhf arm64)"core::trust::mir::operator==(core::trust::mir::PromptProviderHelper::InvocationArguments const&, core::trust::mir::PromptProviderHelper::InvocationArguments const&)@Base" 0.0.1+14.10.20140717.8
52 (c++)"core::trust::dbus::create_per_user_agent_for_bus_connection(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.0.0+14.10.20140806.7
53 (c++)"core::trust::dbus::create_multi_user_agent_for_bus_connection(std::shared_ptr<core::dbus::Bus> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 1.0.0+14.10.20140806.7
54 (c++)"core::trust::Agent::RequestParameters::~RequestParameters()@Base" 1.0.0+14.10.20140806.7
55 (c++)"core::trust::Store::Query::Errors::NoCurrentResult::~NoCurrentResult()@Base" 0.0.1+14.10.20140717.8
56 (c++)"core::trust::Store::Query::Errors::QueryIsInErrorState::~QueryIsInErrorState()@Base" 0.0.1+14.10.20140717.8
57 (c++)"core::trust::Store::Errors::ErrorResettingStore::~ErrorResettingStore()@Base" 0.0.1+14.10.20140626.1
58 (c++)"core::trust::remote::dbus::Agent::Stub::send(core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140806.7
59 (c++)"core::trust::remote::dbus::Agent::Stub::Stub(core::trust::remote::dbus::Agent::Stub::Configuration const&)@Base" 1.0.0+14.10.20140806.7
60 (c++)"core::trust::remote::dbus::Agent::Stub::~Stub()@Base" 1.0.0+14.10.20140806.7
61 (c++)"core::trust::remote::dbus::Agent::Skeleton::authenticate_request_with_parameters(core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140806.7
62 (c++)"core::trust::remote::dbus::Agent::Skeleton::Skeleton(core::trust::remote::dbus::Agent::Skeleton::Configuration const&)@Base" 1.0.0+14.10.20140806.7
63 (c++)"core::trust::remote::dbus::Agent::Skeleton::~Skeleton()@Base" 1.0.0+14.10.20140806.7
64 (c++)"core::trust::remote::Agent::Stub::authenticate_request_with_parameters(core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140806.7
65 (c++)"core::trust::remote::Agent::Skeleton::authenticate_request_with_parameters(core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140806.7
66 (c++)"core::trust::remote::Agent::Skeleton::Skeleton(std::shared_ptr<core::trust::Agent> const&)@Base" 1.0.0+14.10.20140806.7
67 (c++)"core::trust::remote::posix::Stub::start_accept()@Base" 1.0.0+14.10.20140806.7
68 (c++)"core::trust::remote::posix::Stub::on_new_session(boost::system::error_code const&, std::shared_ptr<core::trust::remote::posix::Stub::Session> const&)@Base" 1.0.0+14.10.20140806.7
69 (c++)"core::trust::remote::posix::Stub::create_stub_for_configuration(core::trust::remote::posix::Stub::Configuration const&)@Base" 1.0.0+14.10.20140806.7
70 (c++)"core::trust::remote::posix::Stub::get_sock_opt_credentials_resolver()@Base" 1.0.0+14.10.20140806.7
71 (c++)"core::trust::remote::posix::Stub::handle_error_from_socket_operation_for_uid(boost::system::error_code const&, core::trust::TaggedInteger<core::trust::tag::Uid, unsigned int>)@Base" 1.0.0+14.10.20140806.7
72 (c++)"core::trust::remote::posix::Stub::send(core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140806.7
73 (c++)"core::trust::remote::posix::Stub::Session::Registry::add_session_for_uid(core::trust::TaggedInteger<core::trust::tag::Uid, unsigned int>, std::shared_ptr<core::trust::remote::posix::Stub::Session>)@Base" 1.0.0+14.10.20140806.7
74 (c++)"core::trust::remote::posix::Stub::Session::Registry::remove_session_for_uid(core::trust::TaggedInteger<core::trust::tag::Uid, unsigned int>)@Base" 1.0.0+14.10.20140806.7
75 (c++)"core::trust::remote::posix::Stub::Session::Registry::resolve_session_for_uid(core::trust::TaggedInteger<core::trust::tag::Uid, unsigned int>)@Base" 1.0.0+14.10.20140806.7
76 (c++)"core::trust::remote::posix::Stub::Session::Session(boost::asio::io_service&)@Base" 1.0.0+14.10.20140806.7
77 (c++)"core::trust::remote::posix::Stub::Stub(core::trust::remote::posix::Stub::Configuration)@Base" 1.0.0+14.10.20140806.7
78 (c++)"core::trust::remote::posix::Stub::~Stub()@Base" 1.0.0+14.10.20140806.7
79 (c++)"core::trust::remote::posix::Skeleton::start_read()@Base" 1.0.0+14.10.20140806.7
80 (c++|arch=amd64 arm64 ppc64el)"core::trust::remote::posix::Skeleton::on_read_finished(boost::system::error_code const&, unsigned long)@Base" 1.0.0+14.10.20140806.7
81 (c++|arch=i386 armhf powerpc)"core::trust::remote::posix::Skeleton::on_read_finished(boost::system::error_code const&, unsigned int)@Base" 1.0.0+14.10.20140806.7
82 (c++)"core::trust::remote::posix::Skeleton::process_incoming_request(core::trust::remote::posix::Request const&)@Base" 1.0.0+14.10.20140806.7
83 (c++)"core::trust::remote::posix::Skeleton::create_skeleton_for_configuration(core::trust::remote::posix::Skeleton::Configuration const&)@Base" 1.0.0+14.10.20140806.7
84 (c++)"core::trust::remote::posix::Skeleton::Skeleton(core::trust::remote::posix::Skeleton::Configuration const&)@Base" 1.0.0+14.10.20140806.7
85 (c++)"core::trust::remote::posix::Skeleton::~Skeleton()@Base" 1.0.0+14.10.20140806.7
86 (c++)"core::trust::remote::helpers::proc_stat_start_time_resolver()@Base" 1.0.0+14.10.20140806.7
87 (c++)"core::trust::remote::helpers::aa_get_task_con_app_id_resolver()@Base" 1.0.0+14.10.20140806.7
88 (c++)"core::trust::operator==(core::trust::Agent::RequestParameters const&, core::trust::Agent::RequestParameters const&)@Base" 1.0.0+14.10.20140806.7
89 (c++)"core::trust::operator==(core::trust::Request const&, core::trust::Request const&)@Base" 0.0.1+14.10.20140626.1
90 (c++)"core::trust::operator<<(std::basic_ostream<char, std::char_traits<char> >&, core::trust::Request::Answer const&)@Base" 0.0.1+14.10.20140626.1
91 (c++)"core::trust::operator<<(std::basic_ostream<char, std::char_traits<char> >&, core::trust::Request const&)@Base" 0.0.1+14.10.20140626.1
92 (c++)"core::trust::remote::posix::Stub::has_session_for_uid(core::trust::TaggedInteger<core::trust::tag::Uid, unsigned int>) const@Base" 1.0.0+14.10.20140806.7
93 (c++)"core::trust::remote::posix::Stub::Session::Registry::has_session_for_uid(core::trust::TaggedInteger<core::trust::tag::Uid, unsigned int>) const@Base" 1.0.0+14.10.20140806.7
94 (c++)"typeinfo for core::trust::CachedAgent@Base" 1.0.0+14.10.20140806.7
95 (c++)"typeinfo for core::trust::CachedAgent::Reporter@Base" 1.0.0+14.10.20140814.1
96 (c++)"typeinfo for core::trust::CachedAgentGlogReporter@Base" 1.0.0+14.10.20140814.1
97 (c++)"typeinfo for core::trust::AppIdFormattingTrustAgent@Base" 1.0.0+14.10.20140826.1
98 (c++|arch=amd64 i386 armhf arm64)"typeinfo for core::trust::mir::PromptProviderHelper@Base" 0.0.1+14.10.20140717.8
99 (c++|arch=amd64 i386 armhf arm64)"typeinfo for core::trust::mir::ConnectionVirtualTable@Base" 0.0.1+14.10.20140717.8
100 (c++|arch=amd64 i386 armhf arm64)"typeinfo for core::trust::mir::PromptSessionVirtualTable@Base" 0.0.1+14.10.20140717.8
101 (c++|arch=amd64 i386 armhf arm64)"typeinfo for core::trust::mir::Agent@Base" 0.0.1+14.10.20140717.8
102 (c++)"typeinfo for core::trust::Agent::Registry@Base" 1.0.0+14.10.20140806.7
103 (c++)"typeinfo for core::trust::Agent@Base" 0.0.1+14.10.20140717.8
104 (c++)"typeinfo for core::trust::Store::Query::Errors::NoCurrentResult@Base" 0.0.1+14.10.20140717.8
105 (c++)"typeinfo for core::trust::Store::Query::Errors::QueryIsInErrorState@Base" 0.0.1+14.10.20140717.8
106 (c++)"typeinfo for core::trust::Store::Query@Base" 0.0.1+14.10.20140626.1
107 (c++)"typeinfo for core::trust::Store::Errors::ErrorResettingStore@Base" 0.0.1+14.10.20140626.1
108 (c++)"typeinfo for core::trust::Store@Base" 0.0.1+14.10.20140626.1
109 (c++)"typeinfo for core::trust::Token@Base" 0.0.1+14.10.20140626.1
110 (c++)"typeinfo for core::trust::remote::dbus::Agent::Stub@Base" 1.0.0+14.10.20140806.7
111 (c++)"typeinfo for core::trust::remote::dbus::Agent::Skeleton@Base" 1.0.0+14.10.20140806.7
112 (c++)"typeinfo for core::trust::remote::Agent::Stub@Base" 1.0.0+14.10.20140806.7
113 (c++)"typeinfo for core::trust::remote::Agent::Skeleton@Base" 1.0.0+14.10.20140806.7
114 (c++)"typeinfo for core::trust::remote::posix::Stub::Session::Registry@Base" 1.0.0+14.10.20140806.7
115 (c++)"typeinfo for core::trust::remote::posix::Stub@Base" 1.0.0+14.10.20140806.7
116 (c++)"typeinfo for core::trust::remote::posix::Skeleton@Base" 1.0.0+14.10.20140806.7
117 (c++)"typeinfo name for core::trust::CachedAgent@Base" 1.0.0+14.10.20140806.7
118 (c++)"typeinfo name for core::trust::CachedAgent::Reporter@Base" 1.0.0+14.10.20140814.1
119 (c++)"typeinfo name for core::trust::CachedAgentGlogReporter@Base" 1.0.0+14.10.20140814.1
120 (c++)"typeinfo name for core::trust::AppIdFormattingTrustAgent@Base" 1.0.0+14.10.20140826.1
121 (c++|arch=amd64 i386 armhf arm64)"typeinfo name for core::trust::mir::PromptProviderHelper@Base" 0.0.1+14.10.20140717.8
122 (c++|arch=amd64 i386 armhf arm64)"typeinfo name for core::trust::mir::ConnectionVirtualTable@Base" 0.0.1+14.10.20140717.8
123 (c++|arch=amd64 i386 armhf arm64)"typeinfo name for core::trust::mir::PromptSessionVirtualTable@Base" 0.0.1+14.10.20140717.8
124 (c++|arch=amd64 i386 armhf arm64)"typeinfo name for core::trust::mir::Agent@Base" 0.0.1+14.10.20140717.8
125 (c++)"typeinfo name for core::trust::Agent::Registry@Base" 1.0.0+14.10.20140806.7
126 (c++)"typeinfo name for core::trust::Agent@Base" 0.0.1+14.10.20140717.8
127 (c++)"typeinfo name for core::trust::Store::Query::Errors::NoCurrentResult@Base" 0.0.1+14.10.20140717.8
128 (c++)"typeinfo name for core::trust::Store::Query::Errors::QueryIsInErrorState@Base" 0.0.1+14.10.20140717.8
129 (c++)"typeinfo name for core::trust::Store::Query@Base" 0.0.1+14.10.20140626.1
130 (c++)"typeinfo name for core::trust::Store::Errors::ErrorResettingStore@Base" 0.0.1+14.10.20140626.1
131 (c++)"typeinfo name for core::trust::Store@Base" 0.0.1+14.10.20140626.1
132 (c++)"typeinfo name for core::trust::Token@Base" 0.0.1+14.10.20140626.1
133 (c++)"typeinfo name for core::trust::remote::dbus::Agent::Stub@Base" 1.0.0+14.10.20140806.7
134 (c++)"typeinfo name for core::trust::remote::dbus::Agent::Skeleton@Base" 1.0.0+14.10.20140806.7
135 (c++)"typeinfo name for core::trust::remote::Agent::Stub@Base" 1.0.0+14.10.20140806.7
136 (c++)"typeinfo name for core::trust::remote::Agent::Skeleton@Base" 1.0.0+14.10.20140806.7
137 (c++)"typeinfo name for core::trust::remote::posix::Stub::Session::Registry@Base" 1.0.0+14.10.20140806.7
138 (c++)"typeinfo name for core::trust::remote::posix::Stub@Base" 1.0.0+14.10.20140806.7
139 (c++)"typeinfo name for core::trust::remote::posix::Skeleton@Base" 1.0.0+14.10.20140806.7
140 (c++)"vtable for core::trust::CachedAgent::Reporter@Base" 1.0.0+14.10.20140814.1
141 (c++)"vtable for core::trust::CachedAgent@Base" 1.0.0+14.10.20140806.7
142 (c++)"vtable for core::trust::CachedAgentGlogReporter@Base" 1.0.0+14.10.20140814.1
143 (c++)"vtable for core::trust::AppIdFormattingTrustAgent@Base" 1.0.0+14.10.20140826.1
144 (c++|arch=amd64 i386 armhf arm64)"vtable for core::trust::mir::PromptProviderHelper@Base" 0.0.1+14.10.20140717.8
145 (c++|arch=amd64 i386 armhf arm64)"vtable for core::trust::mir::ConnectionVirtualTable@Base" 0.0.1+14.10.20140717.8
146 (c++|arch=amd64 i386 armhf arm64)"vtable for core::trust::mir::PromptSessionVirtualTable@Base" 0.0.1+14.10.20140717.8
147 (c++|arch=amd64 i386 armhf arm64)"vtable for core::trust::mir::Agent@Base" 0.0.1+14.10.20140717.8
148 (c++)"vtable for core::trust::Agent::Registry@Base" 1.0.0+14.10.20140806.7
149 (c++)"vtable for core::trust::Agent@Base" 0.0.1+14.10.20140717.8
150 (c++)"vtable for core::trust::Store::Query::Errors::NoCurrentResult@Base" 0.0.1+14.10.20140717.8
151 (c++)"vtable for core::trust::Store::Query::Errors::QueryIsInErrorState@Base" 0.0.1+14.10.20140717.8
152 (c++)"vtable for core::trust::Store::Query@Base" 0.0.1+14.10.20140626.1
153 (c++)"vtable for core::trust::Store::Errors::ErrorResettingStore@Base" 0.0.1+14.10.20140626.1
154 (c++)"vtable for core::trust::Store@Base" 0.0.1+14.10.20140626.1
155 (c++)"vtable for core::trust::Token@Base" 0.0.1+14.10.20140626.1
156 (c++)"vtable for core::trust::remote::dbus::Agent::Stub@Base" 1.0.0+14.10.20140806.7
157 (c++)"vtable for core::trust::remote::dbus::Agent::Skeleton@Base" 1.0.0+14.10.20140806.7
158 (c++)"vtable for core::trust::remote::Agent::Stub@Base" 1.0.0+14.10.20140806.7
159 (c++)"vtable for core::trust::remote::Agent::Skeleton@Base" 1.0.0+14.10.20140806.7
160 (c++)"vtable for core::trust::remote::posix::Stub::Session::Registry@Base" 1.0.0+14.10.20140806.7
161 (c++)"vtable for core::trust::remote::posix::Stub@Base" 1.0.0+14.10.20140806.7
162 (c++)"vtable for core::trust::remote::posix::Skeleton@Base" 1.0.0+14.10.20140806.7
1630
=== renamed file 'debian/libtrust-store1.install' => 'debian/libtrust-store2.install'
=== modified file 'debian/rules'
--- debian/rules 2014-08-06 11:22:28 +0000
+++ debian/rules 2015-07-23 08:28:52 +0000
@@ -5,11 +5,6 @@
55
6include /usr/share/dpkg/default.mk6include /usr/share/dpkg/default.mk
77
8# Explicitly selecting a G{CC,++}-version here to avoid accidental
9# ABI breaks introduced by toolchain updates.
10export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9
11export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9
12
13# Mir is an optional build dependency8# Mir is an optional build dependency
14ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 i386 armhf))9ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 i386 armhf))
15 TRUST_STORE_MIR_AGENT_ENABLED = ON10 TRUST_STORE_MIR_AGENT_ENABLED = ON
@@ -24,4 +19,4 @@
24 dh $@ --fail-missing19 dh $@ --fail-missing
2520
26override_dh_auto_configure:21override_dh_auto_configure:
27 dh_auto_configure -- -DCMAKE_C_COMPILER=$(CC) -DCMAKE_CXX_COMPILER=$(CXX) -DTRUST_STORE_MIR_AGENT_ENABLED=$(TRUST_STORE_MIR_AGENT_ENABLED)22 dh_auto_configure -- -DTRUST_STORE_MIR_AGENT_ENABLED=$(TRUST_STORE_MIR_AGENT_ENABLED)
2823
=== modified file 'src/core/trust/mir/agent.cpp'
--- src/core/trust/mir/agent.cpp 2014-10-07 19:27:18 +0000
+++ src/core/trust/mir/agent.cpp 2015-07-23 08:28:52 +0000
@@ -96,7 +96,7 @@
96mir::ConnectionVirtualTable::ConnectionVirtualTable(MirConnection* connection)96mir::ConnectionVirtualTable::ConnectionVirtualTable(MirConnection* connection)
97 : connection{connection}97 : connection{connection}
98{98{
99 if (mir_connection_is_valid(connection) == mir_false) throw InvalidMirConnection99 if (not mir_connection_is_valid(connection)) throw InvalidMirConnection
100 {100 {
101 "Cannot create instance for invalid connection to Mir."101 "Cannot create instance for invalid connection to Mir."
102 };102 };
103103
=== modified file 'src/core/trust/mir/prompt_main.cpp'
--- src/core/trust/mir/prompt_main.cpp 2015-02-13 12:07:56 +0000
+++ src/core/trust/mir/prompt_main.cpp 2015-07-23 08:28:52 +0000
@@ -39,6 +39,8 @@
39#include "prompt_config.h"39#include "prompt_config.h"
40#include "prompt_main.h"40#include "prompt_main.h"
4141
42#include <iostream>
43
42namespace cli = core::trust::mir::cli;44namespace cli = core::trust::mir::cli;
43namespace env = core::trust::mir::env;45namespace env = core::trust::mir::env;
4446

Subscribers

People subscribed via source and target branches