Revisions of geoclue2

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) accepted request 755667 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 84)
- Update to version 2.5.4:
  + Plug a leak that becomes pretty huge after a while of running
    Geoclue.
  + Fix a buffer-overflow.
buildservice-autocommit accepted request 706209 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 83)
baserev update by copy to link target
buildservice-autocommit accepted request 663852 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 81)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) accepted request 663851 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 80)
- Update to version 2.5.2:
  + Scan for WiFi networks, greatly improving accuracy of WiFi
    source.
  + Allow multiple clients on the same D-Bus connection and add API
    for it. This is mainly targetted for Flatpak location portal.
  + Add API for apps to explicitly delete their client objects.
    Long running apps, like gnome-settings-daemon and Flatpak
    location portal, should use that to ensure Geoclue knows when
    these apps are not actually using it and hence it doesn't need
    to keep running needlessly.
  + Restore accidently removed, build of modem sources.
  + Update location on connectivity actually changing.
  + Try not spamming Mozilla Location Service.
  + Fix unexpected exit when non-active clients are connected.
  + Fix a check for system apps.
  + Use absolute paths for sysconfdir.
  + Fix links in docs.
  + More debug log.
  + A bunch of internal and/or non-functional fixes & improvements.
- Drop geoclue2-Fix-duplicate-decl-specifier.patch: The entire code
  was removed from geoclue.
buildservice-autocommit accepted request 657673 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 79)
baserev update by copy to link target
Bjørn Lie's avatar Bjørn Lie (iznogood) committed (revision 78)
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 657608 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 77)
- Update to version 2.5.1:
  + Fix libgeoclue ABI break in 2.5.0.
  + Use absolute paths for libexecdir.
- Changes from version 2.5.0:
  + Drop authorization for system (non-flatpak) apps.
  + Switch from autotools to meson build system.
  + Use WiFi-based geolocation for city level accuracy.
  + Provide Vala API.
  + Don't enable all warnings from C compiler by default.
  + No need to mark translatable strings in desktop files.
- Changes from version 2.4.13:
  + Configuration file related changes:
    - Allow absence of agent if agent white-list is empty.
    - Add elementary-desktop-agent to whitelist.
    - Allow disabling of all sources.
    - Warn about use of Google's services.
    - Document that all settings are mandatory.
  + Increase default inactivity timeout to 60s.
  + Increase agent timeout from 100ms to 20s.
  + Console message on inactivity timeout.
- Switch to meson buildsystem, add meson BuildRequires and macros.
buildservice-autocommit accepted request 629348 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 76)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 629276 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 75)
- Update to version 2.4.12:
  + Provide a work-around for documentation build issue.
  + Fix library .pc file to respect the includedir option.
buildservice-autocommit accepted request 625946 from Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) (revision 74)
baserev update by copy to link target
Bruno Friedmann's avatar Bruno Friedmann (bruno_friedmann) accepted request 625860 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 73)
- Update to version 2.4.11:
  + Don't crash on invalid accuracy level request.
  + The demo agent now watches for geoclue on D-Bus if it's not
    running already, instead of giving up. This solves a
    race-condition, which makes geoclue completely unusable.
  + Provide Vala bindings for libgeoclue.
  + Add gclue_client_get/set_time_threshold() to docs.
- Drop geoclue2-Fix-safety-header-name.patch and
  geoclue2-Fix-potentially-unused-variable.patch: Fixed upstream.
- Add vala BuildRequires: New optional dependency, build vala
  bindings.
- No longer nuke during build geoclue-demo-agent.desktop files,
  upstream wants us to package them.
buildservice-autocommit accepted request 606084 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 72)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 605937 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 71)
- Add geoclue2-Fix-safety-header-name.patch: public-api: Fix safety
  header name. It should be based on the filename.
- Add geoclue2-Fix-potentially-unused-variable.patch: locator: Fix
  a potentially unused variable declaration.
- Add geoclue2-Fix-duplicate-decl-specifier.patch:Fix compiler
  warning about duplicate decl specifier.
buildservice-autocommit accepted request 603944 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 70)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 603840 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 69)
- Update to version 2.4.10:
  + Fix issues introduced by last release 2.4.9:
    - A crash on startup.
    - Revert the new desktop ID detection code as that turned out
      to not work for non-root user that geoclue is supposed to be
      run as.
  + Use systemd's service file to lockdown the geoclue daemon to
    stop eventual security problems.
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 603338 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 68)
- Update to version 2.4.9:
  + Modem GPS refresh rate is now based on the location refresh
    rate of apps.
  + Refuse location access if no app-auth agent is registered. This
    fixes a security hole where an app requests location access
    before the agent gets to register itself and we end up giving
    out location access even though user has disabled it.
  + Port desktop ID detection to Flatpak >= 0.6.10.
  + The default timeout on the service binary is now the same as
    the service itself: 5 seconds.
  + Demo applications:
    - where-am-i now allows setting location refresh-rate.
    - Only install demo agent's desktop file if it's enabled.
    - Build and install demo agent unless disabled explicitly.
    - Autostart the demo agent by default on non-GNOME platforms,
      since an agent is required now and no one other than GNOME
      yet provides one.
- Add pkgconfig(libnotify) BuildRequires: New dependency.
buildservice-autocommit accepted request 596196 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 67)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 596018 from Bjørn Lie's avatar Bjørn Lie (iznogood) (revision 66)
New stable rel
buildservice-autocommit accepted request 581156 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 65)
baserev update by copy to link target
Displaying revisions 21 - 40 of 104
openSUSE Build Service is sponsored by