summary refs log tree commit diff
path: root/debian (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 0.99.2Richard van der Hoff2019-03-011-3/+3
|
* 0.99.2rc1 v0.99.2rc1Richard van der Hoff2019-02-271-2/+3
|
* Debian: fix overwriting of config settings on upgrade (#4696)Richard van der Hoff2019-02-225-8/+165
| | | | | | Make sure that users' changes to the config files are preserved. Fixes #4440.
* 0.99.1.1 v0.99.1.1Richard van der Hoff2019-02-141-0/+6
|
* 0.99.1 v0.99.1Richard van der Hoff2019-02-141-2/+6
|
* implement `reload` by sending the HUP signal (#4622)Дамјан Георгиевски2019-02-142-0/+7
| | | | | | | | | | | | | * implement `reload` by sending the HUP signal According to the 0.99 release info* synapse now uses the HUP signal to reload certificates: > Synapse will now reload TLS certificates from disk upon SIGHUP. (#4495, #4524) So the matrix-synapse.service unit file should include a reload directive. Signed-off-by: Дамјан Георгиевски <gdamjan@gmail.com>
* v0.99.0 v0.99.0Richard van der Hoff2019-02-051-0/+6
|
* Generate the debian config during build (#4444)Richard van der Hoff2019-01-243-617/+32
| | | | | | Rather than hardcoding a config which we always forget to update, generate it from the default config.
* debian package: symlink to python-3.X (#4433)Richard van der Hoff2019-01-232-2/+15
| | | | | | | | | | In the debian package, make the virtualenv symlink python to /usr/bin/python3.X rather than /usr/bin/python3. Also make sure we depend on the right python3.x package. This might help a bit with subtle failures when people install a package from the wrong distro (https://github.com/matrix-org/synapse/issues/4431).
* Require ECDH key exchange & remove dh_params (#4429)Amber Brown2019-01-221-3/+0
| | | * remove dh_params and set better cipher string
* moar plusses!Richard van der Hoff2019-01-121-2/+2
| | | | | | | | | | | | | | | turns out that 0.34.1.1+1 comes before 0.34.1.1+bionic (etc). The version may only contain "~ 0-9 A-Z a-z + - ." (sorting in that order). Option 1: replace "+" with something that sorts after +. Options are "-" (but dpkg-source complains about that) or "." (but that would mean we couldn't distinguish packaging-only changes from real changes). Option 2: stick with + and just find something that sorts after 'xenial'. The only options there are "-", "." (same problems as before), "z", and "+". Hence, ++1. Sorry.
* s/Breaks/Conflicts/ in debian/controlRichard van der Hoff2019-01-112-3/+9
| | | | Otherwise people can't upgrade from matrix-synapse without removing it first
* changelog, for debianAmber Brown2019-01-111-0/+6
|
* debian: Remove Breaks: matrix-synapse-ldap3 v0.34.1+1Richard van der Hoff2019-01-092-1/+8
|
* 0.34.1 v0.34.1Richard van der Hoff2019-01-091-2/+3
|
* Update debian Conflicts specifications (#4349)Richard van der Hoff2019-01-042-2/+13
| | | ... to allow installation alongside our matrix-synapse transitional package.
* Avoid packaging _trial_temp directory (#4326)Richard van der Hoff2019-01-021-2/+1
| | | | | | Make sure we don't put the _trial_temp directory in the package target directory. Fixes https://github.com/matrix-org/synapse/issues/4322
* Install the optional dependencies into the debian package (#4325)Richard van der Hoff2019-01-022-2/+3
| | | | | | | | since #4298, the optional dependencies are no longer installed with a simple `pip install .`, which meant that they were not being included in the debian package. The easy fix to that is dh_virtualenv --extras, but that needs dh_virtualenv 1.1...
* Mention updating extensions release-v0.34.0Richard van der Hoff2018-12-201-2/+7
|
* clarify that installing -py3 removes the old pkgRichard van der Hoff2018-12-201-3/+4
|
* Clarify that py2 packages will continue to exist v0.34.0Richard van der Hoff2018-12-201-0/+4
|
* Update log config for debian packagesRichard van der Hoff2018-12-201-0/+1
| | | | Better follow our own release notes.
* Debian packaging via dh_virtualenv (#4285)Richard van der Hoff2018-12-2026-506/+181
|
* import from package-debian-synapseAmber Brown2018-12-2038-0/+2678