Package Release Info

libinfinity-0.7.1-bp151.2.12

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

infinoted
libinfinity-1_0-0
libinfinity-devel
libinfinity-lang

Change Logs

Version: 0.7.1-bp150.2.4
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
  %_fillupdir macro (boo#1069468)
* Fri Mar 17 2017 jengelh@inai.de
- Drop useless --with-pic, it is for (unbuilt) static libs.
* Wed Mar 08 2017 zaitor@opensuse.org
- Update to version 0.7.1:
  + Fix a possible crash when uploading a document to the infinoted
    server.
  + Fix two instances of possible format string injection.
- Changes from version 0.7.0:
  + Infinoted:
  - Allow to listen on a specific interface instead of all
    interfaces.
  - Add a dbus plugin which allows some interaction with reading
    and modifying the directory tree.
  + Removed support for GTK+ 2.x. libinfinity-0.7 can only be built
    against GTK+ 3.x.
  + Generate gobject-introspection repositories, allowing
    libinfinity to be used from higher-level programming languages
    such as Python.
  + Enable TCP keepalives on all connections to prevent inactive
    connections from being dropped by a firewall, and to allow
    quicker detection of an actual disconnect.
- Add explicit pkgconfig(gobject-2.0), pkgconfig(gmodule-2.0) and
  pkgconfig(gio-2.0): align with what configure looks for.
- Drop conditional pkgconfig(gtk+-2.0) BuildRequires and stop
  passing --without-gtk3 and --with-gtk3 to configure: No longer
  makes any sense, following upstreams changes.
- Add --with-gio configure call, follow what upstream checks for.
- Bump define version to 0.7.
- Drop postun %insserv_cleanup call, no longer needed.
* Wed Dec 30 2015 netzheimer@yahoo.de
- Update to version 0.6.7:
  + Fix crash when library is linked against glib 2.46 or newer.
  + Fixes potential crashes in some other uncommon situations.
* Wed May 13 2015 zaitor@opensuse.org
- Update to version 0.6.6:
  + Fix certificates being only verified for expiration and other
    criteria such as weak algorithms if the CA is not trusted.
  + Fix some assertion failures and inconsistencies in
    InfTextFixlineBuffer.
  + Fix a client-side crash when the server shuts down ordinarily
    while still connected.
* Tue Feb 03 2015 dimstar@opensuse.org
- Update to version 0.6.5:
  + Fix memory corruption in InfTextFixlineBuffer.
  + infinoted: Fix error message in server log when a client
    certificate is not trusted.
  + Fix various crashes related to sending data to already closed
    connections.
  + Build fix when res_query is provided by libc, not libresolv,
    such as on FreeBSD.
- Changes from version 0.6.4:
  + Build fixes for Mac OS X.
* Sat Oct 11 2014 zaitor@opensuse.org
- Update to version 0.6.3:
  + infinoted:
  - Fix a possible timing attack on the server password.
  - Use mode 0777 instead of 0700 when creating directories in
    the directory-sync plugin.
  + Write certificates not seen before into the known hosts file.
* Thu Sep 18 2014 dimstar@opensuse.org
- Update to version 0.6.2:
  + Fix accounts being deleted when a plugin overrides the default
    account storage.
  + The infinoted manual page has been corrected for the syntax of
    the --plugins option.
  + A crash has been fixed when a connection is closed for which
    the the certificate dialog was shown.
- Changes from version 0.6.1:
  + Explicitly link against libresolv on unix-based systems, to
    avoid a possible build failure.
- Changes from version 0.6.0:
  + infinoted: Introduced a plugin infrastructure, and ported some
    of the previous functionality to plugins.
  + infinoted: Add a plugin for client authentication with
    certificates.
  + Add a system for user management and access control lists
    (ACLs).
  + Change certificate checker to a trust-on-first-use (SSH-like)
    mechanism when the signer cannot be verified.
  + Code refactorings, and many new interfaces and APIs.
- Move BuildRequires, that are duplicated between GTK3 and GTK2
  variant out of the if block.
- Rebase infinoted-add-conf-subdir.patch.
- Drop libinfinity-includes.patch: fixed upstream.
* Sun Jan 19 2014 zaitor@opensuse.org
- Update to version 0.5.5:
  + Fix a crash in infinoted when nmap scans the infinote port.
* Thu Aug 22 2013 dimstar@opensuse.org
- Re-download the tarball: seems upstream re-released it with a
  minor fix.
* Sat Jul 20 2013 vuntz@opensuse.org
- Update to version 0.5.4:
  + Fix crashes that can happen when the connection goes down at
    unexpected moments.
  + Fix a crash when when drawing remote cursors or selections and
    the initial document has not yet been fully transmitted.
  + Fix a possible crash when undoing or redoing many operations in
    a row.
* Wed Oct 31 2012 dimstar@opensuse.org
- Update to version 0.5.3:
  + Fix a crash when a connection goes down at the moment
    libinfinity is trying to send data.
  + Fix possible undefined behavior at type registration.
- Add libinfiniti-includes.patch: Fix missing header includes.
* Wed Mar 28 2012 vuntz@opensuse.org
- Update to version 0.5.2:
  + Fix a crash when a server certificate does not have a hostname
    set
  + Fix a crash when the remote side sends invalid UTF-8
  + Fix compilation with glib >= 2.31
- Drop libinfinity-glib-2.31.patch: fixed upstream.
* Wed Dec 14 2011 jangerrit@weiler-marker.com
- Add pam-devel BuildRequires to build with pam support.
* Wed Nov 30 2011 dimstar@opensuse.org
- Add libinfinity-glib-2.31.patch: Fix build with glib 2.31.
* Tue Aug 02 2011 dimstar@opensuse.org
- Update to version 0.5.1:
  + infinoted:
  - Update directory sync settings on config reload
  - Fix a crash when directory sync was enabled
  + Fix the build on Mac OS X
  + Disallow node names containing non-printable or only space
    characters
  + Fixed a reference leak in infd_directory_add_note()
  + Fixed a crash in infd_directory_iter_get_session()
* Fri May 27 2011 vuntz@opensuse.org
- Move to pkgconfig()-style BuildRequires if we target a gtk3
  build:
  + Old ones: glib2-devel, gnutls-devel, libavahi-devel,
    libdaemon-devel, libgsasl-devel, libxml2-devel.
  + New ones: avahi-client, glib-2.0, gnutls, libdaemon, libgsasl,
    libxml-2.0.
* Thu Apr 28 2011 dimstar@opensuse.org
- Use favor_gtk2 to switch between gtk2 and gtk3 builds.
- For gtk3 build, add pkgconfig(gtk+-3.0) BuildRequires.
- Pass -with-gtk3/--without-gtk3 based on favor_gtk2 to configure.
* Thu Apr 21 2011 dimstar@opensuse.org
- Update to version 0.5.0:
  + infinoted: Added the --pam-server, --allow-user and
  - -allow-group command line options.
  + Show cursor and selection of remote users in the own textview
    and the scrollbar.
  + Add optional support for GTK+ 3.
  + Provide asynchronous SASL authentication.
- Rebase infinoted-add-conf-subdir.patch.
* Fri Nov 26 2010 dimstar@opensuse.org
- Update to version 0.4.2:
  + infinoted: Fixed a bug when infinoted did not launch in
    daemonized mode when the global PID file directory did not
    exist.
  + Fixed a crash which could occur in high latency concurrent
    situations.
  + Fixed a possible crash when multiple connections time out at
    the same time.
  + Fixed a crash when receiving an unexpected XML opening and
    ending tag on the top-level.
- Change -lang package Requires to Recommends, as it's not a strict
  runtime requirement.