-
transmission (2.92-2+deb9u1) stretch-security; urgency=medium
* Fix RPC vulnerability discovered by Tavis Ormandy
-- Moritz Mühlenhoff <email address hidden> Fri, 12 Jan 2018 08:00:54 +0100
-
transmission (2.92-2) unstable; urgency=medium
* debian/watch
- point to transmission-release github repository
* Support OpenSSL 1.1.0; Closes: #835800
* debian/copyright
- point source field to github
- extend packaging copyright years
* debian/control
- use HTTPS for Vcs-* fields
- drop cmake from b-d, not needed; Closes: #836738
* debian/patches/transmission-daemon_execstop_service.patch
- add ExecStop to transmission-daemon service file; Closes: #831467
-- Sandro Tosi <email address hidden> Sat, 07 Jan 2017 21:15:41 -0500
-
transmission (2.92-1) unstable; urgency=medium
* New upstream release; Closes: #824990, #808359
* debian/copyright
- add copyright/license for my packaging work
- update upstream copyright years
- update for new upstream code
* debian/watch
- dont run uupdate
* debian/patches/fix_freebsd_quota_include.patch
- refresh
* debian/patches/{bts808333_changeset_14319.patch, bts801300_changeset_14519.diff}
- drop, merged upstream
* debian/control
- add cmake to b-d
- bump Standards-Version to 3.9.8 (no changes needed)
* debian/rules
- remove m4/glib-gettext.m4 as now out of sync with system-wide
/usr/share/aclocal/glib-gettext.m4; Closes: #820785
- use autoconf and qmake when building transmission, patch from Ubuntu
* bump compat level to 9
* drop explicit dbg package and use automatic debsym, patch from Ubuntu
-- Sandro Tosi <email address hidden> Sat, 03 Sep 2016 18:02:24 +0100
-
transmission (2.84-3.1) unstable; urgency=medium
* Non-maintainer upload.
* Remove m4/glib-gettext.m4 before build. Thanks to Michael Biebl for the
hint in the BTS. (Closes: #820785)
-- Tobias Frost <email address hidden> Sun, 29 May 2016 11:27:35 +0200
-
transmission (2.84-3) unstable; urgency=medium
* [6b8bb2a] fix a SIGSEGV due to racing in list node allocation;
Closes: #808333
* [40ec5cb] remove libappindicator3-dev from b-d; Closes: #801299
* [7ceb8fe] Fix black lines to be rendered when scrolling; Closes: #801300
-- Sandro Tosi <email address hidden> Sat, 02 Jan 2016 17:54:56 +0000
-
transmission (2.84-2) unstable; urgency=medium
* upload to unstable
-- Sandro Tosi <email address hidden> Sun, 02 Aug 2015 18:01:47 +0100
-
transmission (2.84-0.2) unstable; urgency=medium
* Non-maintainer upload.
* transmission-daemon.postinst:
- Change home directory of transmission-daemon to
/var/lib/transmission-daemon from /home/debian-transmission.
Thanks to Alex Peters for the report. (Closes: #734467)
- Disable password authentication for debian-transmission user for
improved security. Logins with e.g. SSH RSA keys are still possible.
- Check existence of debian-transmission user with getent passwd
debian-transmission instead of id.
* Add transmission-daemon.preinst:
- Fix permissions in /var/lib/transmission-daemon and use
/var/lib/transmission-daemon as the new home directory.
- Move old configuration files to appropriate config directory
/var/lib/transmission-daemon/.config/transmission-daemon.
All together this ensures that transmission-daemon will not segfault
when systemd is the default init system.
Thanks to Andrei Popescu and Antoine Legonidec for the report and
additional tests. (Closes: #718624)
* transmission-daemon.links:
- Link settings.json from /etc/transmission-daemon/settings.json to
/var/lib/transmission-daemon/.config/transmission-daemon.
- Link /var/lib/transmission-daemon/.config/transmission-daemon to
/var/lib/transmission-daemon/info due to compatibility reasons with
the old sysv-rc init script settings.
* transmission-daemon.dirs:
- Do not create /var/lib/transmission-daemon/info anymore.
-- Markus Koschany <email address hidden> Wed, 10 Dec 2014 08:16:13 +0100