landing-team-changes team mailing list archive
-
landing-team-changes team
-
Mailing list archive
-
Message #00138
[stable-overlay] signon (8.57+15.04.20150616-0ubuntu1)
Uploaded to the Stable Phone Overlay PPA (~ci-train-ppa-service/ubuntu/stable-phone-overlay vivid) archive
---------------
Format: 1.8
Date: Tue, 16 Jun 2015 11:34:22 +0000
Source: signon
Binary: libsignon-qt1 libsignon-qt-dev libsignon-qt5-1 libsignon-qt5-dev libsignon-qt-doc libsignon-plugins-common1 libsignon-extension1 signond signond-dev signond-doc signon-plugins-dev libsignon-plugins-doc signon-plugin-password signon-plugin-ssotest
Architecture: source
Version: 8.57+15.04.20150616-0ubuntu1
Distribution: vivid
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@xxxxxxxxxxxxxxxx>
Changed-By: CI Train Bot <ci-train-bot@xxxxxxxxxxxxx>
Description:
libsignon-extension1 - Single Sign On framework
libsignon-plugins-common1 - Single Sign On framework
libsignon-plugins-doc - Single Sign On framework plugins - documentation
libsignon-qt-dev - Development files for libsignon-qt
libsignon-qt-doc - QT bindings for single signon - documentation
libsignon-qt1 - Single Sign On framework
libsignon-qt5-1 - Single Sign On framework
libsignon-qt5-dev - Development files for libsignon-qt
signon-plugin-password - Plain Password plugin for Single Sign On
signon-plugin-ssotest - Test plugin for Single Sign On
signon-plugins-dev - Development files for Single Sign On plugins
signond - Single Sign On framework
signond-dev - Development files for Signon client library development
signond-doc - Single Sign On framework - documentation
Launchpad-Bugs-Fixed: 1048590 1049949 1095254 1156776 1220823 1237782 1258578 1267805 1316667 1415492 1447175
Changes:
signon (8.57+15.04.20150616-0ubuntu1) vivid; urgency=medium
.
[ Alberto Mardegan ]
* Merge from upstream
- lib: reset the DBus proxy when registration failed
- Fix build with Qt 5.5 (LP: #1447175)
- Remove obsolete warning about not running as root
.
[ CI Train Bot ]
* New rebuild forced.
.
signon (8.57+15.04.20150204.1-0ubuntu1) vivid; urgency=medium
.
[ Alberto Mardegan ]
* Enable P2P D-Bus connections (LP: #1415492)
* Add missing build dependency on libdbus-1-dev
.
signon (8.57+15.04.20141127.1-0ubuntu1) vivid; urgency=low
.
[ Ubuntu daily release ]
* New rebuild forced
.
[ Alberto Mardegan ]
* Merge from upstream
.
signon (8.57+14.10.20141006-0ubuntu1) utopic; urgency=low
.
[ Alberto Mardegan ]
* Sync from upstream
.
signon (8.57+14.10.20140912-0ubuntu1) utopic; urgency=low
.
[ Alberto Mardegan ]
* Fix signon-plugins-dev dependencies
.
signon (8.57+14.10.20140827-0ubuntu1) utopic; urgency=medium
.
[ Alberto Mardegan ]
* New upstream release
- Build: add CMake config files for Qt5
- Tests: make database test more robust
- signond: notify clients of credentials updates
- signond: fix passing of DBus maps to plugins
- lib: don't emit a critical warning on p2p socket failure
- lib/plugins: do not build a static library
.
[ Ubuntu daily release ]
* New rebuild forced
.
signon (8.56+14.04.20140307-0ubuntu3) utopic; urgency=medium
.
* Changes to enable reverse-deps to be cross-built, since cross-pkg-config
no longer looks in /usr/lib/pkgconfig for pcfiles. (LP: #1316667)
* Install into Multi-Arch directories and set M-A: Same on library packages.
.
signon (8.56+14.04.20140307-0ubuntu2) trusty; urgency=medium
.
* In debian/rules move qt4 cmake files to not clash with qt5 cmake files
.
signon (8.56+14.04.20140307-0ubuntu1) trusty; urgency=medium
.
[ Alberto Mardegan ]
* New upstream release
- Make it easier to use with CMake by adding a Config*.cmake files
This allow applications using cmake to do:
find_package(SignOnQt 8.55 REQUIRED)
- signond: don't attempt demarshalling an invalid QVariant
* Fix tests for Qt 5.2 Merge from upstream. (LP: #1156776, #1258578,
#1267805, #1237782)
.
[ CI bot ]
* No change rebuild against Qt 5.2.1.
.
[ Timo Jyrinki ]
* Drop quilt usage as recommended for daily release packages.
.
[ Ubuntu daily release ]
* New rebuild forced
.
signon (8.55+14.04.20131212-0ubuntu1) trusty; urgency=low
.
[ Alberto Mardegan ]
* Do not use qDeleteAll() on the QObject's children. (LP: #1156776,
#1258578, #1237782)
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 609
.
signon (8.55+14.04.20131127-0ubuntu1) trusty; urgency=low
.
[ Alberto Mardegan ]
* New pull from upstream
- Increate tiemout in authsession test
- signond: on idle timeout, directly delete all AuthSessions (should fix
a race condition which makes a test fail)
- signond: avoid rewriting password with empty string
- signond: fix a crash when destroying authentication sessions
* debian/control
- Remove signon-keyring-extension from Recommends field
* New upstream version
- Preserve value of IdentityInfo::storeSecret
Fixes: http://code.google.com/p/accounts-sso/issues/detail?id=210
- Build speedup: reduce usage of CONFIG+=ordered
- Use any available extension plugins, unless one is explicitly
configured.
- Unregister the identity on disposable timeout (fixes a race condition).
* debian/rules
- Remove architecture-specific patches (LP: #1237782)
* debian/patches
- Remove all patches (no longer needed, given the upstream changes)
.
[ Ken VanDine ]
* revert quilt simplification, it didn't work in the PPA build for
armhf.
.
[ Robert Bruce Park ]
* Simplify quilt overrides.
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 607
.
signon (8.54+13.10.20130918.1-0ubuntu1) saucy; urgency=low
.
[ Alberto Mardegan ]
* New upstream release.
- lib: set timeout for D-Bus calls to INT_MAX (LP: #1220823)
* debian/patches/use_apparmor.patch
- Use the signon-apparmor-extension when available.
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 599
.
signon (8.53+13.10.20130826-0ubuntu1) saucy; urgency=low
.
[ Alberto Mardegan ]
* New upstream release.
- API/ABI break in libsignon-extension.so which will affect extensions
providing an implementation of the AbstractAccessControlManager (we are
aware of Ubuntu's apparmor extension only, which is still in early
developments)
- Revamp of unit tests; in particular, installation of tests is untested
and probably needs some fixes. Patches are welcome, and will be
incorporated with the next release.
- Support for peer-to-peer connections
- Extend the AbstractAccessControlManager interface to provide an
asynchronous method to process access control requests, via the new
AccessRequest / AccessReply classes.
- Fix a memory leak and a crash at exit
- Show pid of signonpluginprocess in syslog
- Tests: fix for out-of-tree builds
- Tests: do not build "untrusted" tests
- Tests: add access control tests
- signond: create AccessRequests when AC is denied
- signond: allow overriding config dir
- signond: empty ACL means "no access"
- Remove unmaintained MSSF and SMACK AC extensions
- Support exchanging recursive QVariantMaps between signond and the
plugins
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 597
.
signon (8.52+13.10.20130815-0ubuntu1) saucy; urgency=low
.
[ Alberto Mardegan ]
* debian/rules
- Specify qt5 build directory for all default debhelper scripts. This
makes the tests run again (on the qt5 build only).
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 595
.
signon (8.52+13.10.20130701-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 593
.
signon (8.52+13.10.20130630-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 592
.
signon (8.52+13.10.20130629-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 591
.
signon (8.52+13.10.20130628-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 590
.
signon (8.52+13.10.20130627-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 589
.
signon (8.52+13.10.20130626-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 588
.
signon (8.52daily13.06.25-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 587
.
signon (8.52daily13.06.18-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 586
.
signon (8.52daily13.06.17-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 585
.
signon (8.52daily13.06.16-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 584
.
signon (8.52daily13.06.15-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 583
.
signon (8.52daily13.06.14-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 582
.
signon (8.52daily13.06.13-0ubuntu1) saucy; urgency=low
.
* Automatic snapshot from revision 581
.
signon (8.52daily13.06.12-0ubuntu1) saucy; urgency=low
.
[ Alberto Mardegan ]
* New upstream release.
- Bunch of micro optimizations, closer following of Qt coding style
- lib: allow storing a record with empty username and password
- Make the dbus .service files content relative to INSTALL_PREFIX
- signond: emit signals before returning a reply
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 580
.
signon (8.52~daily13.06.05.1-0ubuntu1) saucy; urgency=low
.
[ Ken VanDine ]
* Version bump
.
[ Alberto Mardegan ]
* signond: emit signals before returning a reply.
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 578
.
signon (8.51bzr13.04.26daily13.05.29ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 576 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.24ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 575 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.23ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 574 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.21ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 573 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.14.1ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 572 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.14ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 571 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.03ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 570 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.02.1ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 568 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.02ubuntu.unity.next-0ubuntu2) UNRELEASED; urgency=low
.
* debian/rules
- Don't apply use_keyring.patch for armhf
* debian/control
- build depend on quilt
.
signon (8.51bzr13.04.26daily13.05.02ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 567 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.01.2ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 560 (bootstrap)
.
[ Alberto Mardegan ]
* New upstream release.
- IdentityInfo::secret() and setId() are now public
http://code.google.com/p/accounts-sso/issues/detail?id=177
- Install the IdentityInfo header file
- Allow to install tests
- pluginproxytest: link with rpath set
.
[ Ken VanDine ]
* Default to Qt5 build
- Updated depends for Qt5 built packages
.
[ Alberto Mardegan ]
* New upstream release.
- Qt5: fix SignonExtension.pc (when building with Qt5, SignonExtension.pc
was still requiring QtCore).
- Inform signon-ui of identity removals and signouts.
- libsignon-qt: implement ACL retrieval
http://code.google.com/p/accounts-sso/issues/detail?id=178
* signon-plugin-oauth2-0.15 fails to build (LP: #1156776)
.
[ Alberto Mardegan <alberto.mardegan@xxxxxxxxxxxxx>, Martin Kampas ]
* signon-plugin-oauth2-0.15 fails to build (LP: #1156776)
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 565 (ubuntu-unity/next)
.
signon (8.51bzr13.04.26daily13.05.01.1ubuntu.unity.next-0ubuntu1) raring; urgency=low
.
* Automatic snapshot from revision 560 (bootstrap)
.
[ Alberto Mardegan ]
* New upstream release.
- IdentityInfo::secret() and setId() are now public
http://code.google.com/p/accounts-sso/issues/detail?id=177
- Install the IdentityInfo header file
- Allow to install tests
- pluginproxytest: link with rpath set
.
[ Ken VanDine ]
* Default to Qt5 build
- Updated depends for Qt5 built packages
.
[ Alberto Mardegan ]
* New upstream release.
- Qt5: fix SignonExtension.pc (when building with Qt5, SignonExtension.pc
was still requiring QtCore).
- Inform signon-ui of identity removals and signouts.
- libsignon-qt: implement ACL retrieval
http://code.google.com/p/accounts-sso/issues/detail?id=178
* signon-plugin-oauth2-0.15 fails to build (LP: #1156776)
.
[ Alberto Mardegan <alberto.mardegan@xxxxxxxxxxxxx>, Martin Kampas ]
* signon-plugin-oauth2-0.15 fails to build (LP: #1156776)
.
[ Ubuntu daily release ]
* Automatic snapshot from revision 565 (ubuntu-unity/next)
.
signon (8.49-0ubuntu2) raring; urgency=low
.
* debian/rules, debian/signon-plugins-dev.install
- Install the libsignon-plugins.a file (LP: #1156776)
.
signon (8.49-0ubuntu1) raring; urgency=low
.
* New upstream release.
- Do not force Qt5 into signon plugins (LP: #1156776)
- Remove obsolete .prf files
.
signon (8.48-0ubuntu1) raring; urgency=low
.
[ Robert Bruce Park ]
* Inline packaging metadata.
.
[ Alberto Mardegan ]
* New upstream release.
- Fix Qt5 build and pkgconfig files
- Fix docs build for out of tree builds
- Signond: Add DaemonTimeout configuration option
- Log only critical errors
.
signon (8.46-0ubuntu3) raring; urgency=low
.
* debian/rules
- dual build for qt4 and qt5
* debian/control
- add new binaries for qt5 builds, libsignon-qt5-1 and libsignon-qt5-dev
- add build depends for qt5 builds
- updated build depends to handle armel/armhf and gles2
* debian/patches/daemon_timeout.patch
- bump up the timeouts
* debian/patches/qt5_pkgconfig.patch
- Qt5 pkgconfig fixes
* debian/patches/build_dir.patch
- honor BUILD_DIR
* debian/patches/qt5.patch
- Do not instantiate Error before Q_DECLARE_METATYPE
* debian/patches/doc_out_of_tree_build.patch
- Fix out of tree builds for docs
.
signon (8.46-0ubuntu2) raring; urgency=low
.
* debian/patches/daemon_timeout.patch
- Added configuration for DaemonTimeout so signond exits after a specified
period of inactivity (default is 5 seconds).
.
signon (8.46-0ubuntu1) raring; urgency=low
.
* New upstream release.
- Fix out-of-tree builds.
- Signond: fix cancellation of idle requests.
* -debian/patches/armhf_ftbfs.patch: upstream
.
signon (8.45-0ubuntu3) raring; urgency=low
.
* debian/patches/armhf_ftbfs.patch
- Merged another commit from upstream which should fix the FTBFS on armhf
.
signon (8.45-0ubuntu2) raring; urgency=low
.
* debian/patches/armhf_ftbfs.patch
- Upstream patch that cleans up some cancelKey code that was causing a
FTBFS on armhf
.
signon (8.45-0ubuntu1) raring; urgency=low
.
* New upstream release.
- Fix an error in the proxy resolver (LP: #1095254)
- Fix version in pkg-config files.
- Limit plugin logging according to the debug level.
.
signon (8.44-0ubuntu1) raring; urgency=low
.
* New upstream release.
* debian/libsignon-qt-dev.install, debian/signond.install
- removed files no longer included
* debian/03_migrate_signon, debian/signond.migrations, debian/rules
- added session-migration hooks for moving the signon DB from
$HOME/.signon to $HOME/.config/signond/
.
signon (8.43-0ubuntu1) quantal; urgency=low
.
* New upstream release.
- Fixed proxy support (LP: #1048590)
* debian/control
- build depend on libproxy-dev
.
signon (8.42-0ubuntu2) quantal; urgency=low
.
* debian/patches/logging.patch
- Don't log debug info, use the default of logging only
criticals (LP: #1049949)
.
signon (8.42-0ubuntu1) quantal; urgency=low
.
* New upstream release.
- fixed caching of credentials when the secrets DB is offline
.
signon (8.41-0ubuntu3) quantal; urgency=low
.
* debian/control
- Added libqt4-sql-sqlite build depends, needed for the tests
* debian/rules
- re-enable the tests
.
signon (8.41-0ubuntu2) quantal; urgency=low
.
* debian/control
- debhelper 9
- drop requires for gcc-4.6
- renamed signon-passwordplugin to signon-plugin-password and added
Breaks, Replaces, and Conflicts
- Added a new binary for signon-plugin-ssotest which is required
for libsignon-glib's test suite
- Removed useless signon-plugins metapackage
.
signon (8.41-0ubuntu1) quantal; urgency=low
.
* New package
* debian/patches/use_keyring.patch
- For Ubuntu we want to use the keyring for storage, so override the
default
Checksums-Sha1:
0fa71a25c941f0802de56f12d13e36e2570c76ba 2962 signon_8.57+15.04.20150616-0ubuntu1.dsc
4aa82473b19185345ca5c1137a21735f481d44c3 277821 signon_8.57+15.04.20150616.orig.tar.gz
7a25cf77d1eb97ded5a1b49b5799ce10b6f9e46f 7906 signon_8.57+15.04.20150616-0ubuntu1.diff.gz
Checksums-Sha256:
f60cd5ff539b5a7af8fa84a0aebe661a3c32c44115c9bade14f80307b3f91403 2962 signon_8.57+15.04.20150616-0ubuntu1.dsc
4ec942cf6d958e192f4d72af168eb7da6c150127223ffa21679ce18f78cfea1f 277821 signon_8.57+15.04.20150616.orig.tar.gz
8ea20fcb36b94cf2fd53cfdf97e32299a5c88a43e756c53c5958cf79afaf9507 7906 signon_8.57+15.04.20150616-0ubuntu1.diff.gz
Files:
9db97f86f4be5ad2669f7f845d560df7 2962 gnome optional signon_8.57+15.04.20150616-0ubuntu1.dsc
fdaffe96cb88f1b3a7c32c18365fa853 277821 gnome optional signon_8.57+15.04.20150616.orig.tar.gz
8a047910943b1b9e38459bbc88730925 7906 gnome optional signon_8.57+15.04.20150616-0ubuntu1.diff.gz