Skip to content

Run apt-get noninteractive in travis#13

Closed
tyll wants to merge 60 commits intogobby:masterfrom
tyll:travis
Closed

Run apt-get noninteractive in travis#13
tyll wants to merge 60 commits intogobby:masterfrom
tyll:travis

Conversation

@tyll
Copy link
Copy Markdown
Contributor

@tyll tyll commented Mar 18, 2016

No description provided.

aburgm and others added 30 commits August 23, 2014 13:40
This allows a plugin to override the account storage without the default
account storage having been loaded first, wasting resources and
potentially removing permissions for non-matching users.
Building documentation for disabled libraries fails with the
following error:

```
libtool: link: cannot find the library `../../../libinfgtk/libinfgtk-0.6.la' or unhandled argument `../../../libinfgtk/libinfgtk-0.6.la'
Linking of scanner failed:
Makefile:609: recipe for target 'scan-build.stamp' failed
```
Typically this crash only happened at the point when the connection that
presented that certificate was closed.
This especially affects the directory-sync plugin. If other modes are desired,
the umask of the process should be set accordingly. This change allows the
plugin to create directory that are readable or writable by other users than
the process owner.
Thanks to Jann Horn for reporting this. At the moment I don't think there
are any security implications because of this.
Thanks to Jann Horn for pointing this out.
Also, add a test which reproduces this problem. While the test might well
run through even with the buggy version, valgrind will uncover the memory
corruption, and in some cases it can lead to a crash or otherwise undesired
behaviour.
aburgm and others added 28 commits October 28, 2014 13:44
Conflicts:
	infinoted/infinoted-plugin-manager.c
Some systems such as FreeBSD have res_query() within libc, and passing
-lresolv to the linker makes it fail because libresolv does not exist.
The notifications were missing when the fixline buffer was modified directly
with the API, and not in response to modifications to the underlying base
buffer.
When the user inserts some newlines that are "swallowed" by the fixline
buffer, then still advance the user's cursor such that newly to-be-written
text is inserted after the imaginary newline.
Recent automake versions run with a more restrictive umask, so that the
version.xml files are created with read-only permissions. This fails when
trying to override them, so remove them explicitly before.
…cription

When the server sends the vector time of local users during subscription,
it now sends the last send vector instead of the real value of the user time,
so that subsequent state vector diffs are consistent for the newly joined
client.

Conflicts:
	libinfinity/adopted/inf-adopted-session.c
This used to work with glib 2.42, but it seems that the semantics of
g_sequence_search() have changed with respect to what item is returned
when the comparison function returns 0. The behavior in that case is not
documented. Fix this by passing a different comparison function that
never returns 0, so that there is no ambiguity in which segment is returned.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants