1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
ssh-agent-filter (0.4.2-1+deb9u1) stretch; urgency=medium
* backport fix for two-byte out-of-bounds stack write (Closes: #914501)
-- Timo Weingärtner <timo@tiwe.de> Sat, 24 Nov 2018 01:46:12 +0100
ssh-agent-filter (0.4.2-1) unstable; urgency=medium
* New upstream release:
+ clear O_NONBLOCK on client sockets
* use debhelper for dpkg-maintscript-helper
* debian/rules: enable more hardening/reproducibility/qa build flags
* remove Build-Depends: bash-completion
* Standards-Version: 3.9.8
* replace git: with https: in Vcs-Git:
-- Timo Weingärtner <timo@tiwe.de> Sat, 27 Aug 2016 23:36:56 +0200
ssh-agent-filter (0.4.1-1) unstable; urgency=medium
* New upstream release:
- call functions with namespace instead of using their names
(Closes: #797235)
- drop debian/patches/
* install bash_completions manually, clean up conffile from prior versions
-- Timo Weingärtner <timo@tiwe.de> Sun, 06 Sep 2015 21:40:05 +0200
ssh-agent-filter (0.4-2) unstable; urgency=medium
* add debian/patches/0001-workaround-FTBFS-caused-by-doko:
link with -lpthread(Closes: #759859)
* Bump Standards-Version.
-- Timo Weingärtner <timo@tiwe.de> Tue, 21 Oct 2014 17:26:33 +0200
ssh-agent-filter (0.4-1) unstable; urgency=medium
* New upstream release.
+ update copyright years
* Bump Standards-Version.
-- Timo Weingärtner <timo@tiwe.de> Tue, 27 May 2014 00:21:18 +0200
ssh-agent-filter (0.3.1-1) unstable; urgency=medium
* New upstream release.
- use LDLIBS instead of LDFLAGS (Closes: #729500)
* New Build-Depends: libboost-iostreams-dev
* Remove Build-Depends: pandoc-data
-- Timo Weingärtner <timo@tiwe.de> Thu, 19 Dec 2013 16:17:24 +0100
ssh-agent-filter (0.3-1) unstable; urgency=low
* New upstream release.
- Install new files: ssh-askpass-noinput(.1)
- Add Recommends: ssh-askpass, zenity
- Update copyright for new contributor.
* Allow parallel building.
-- Timo Weingärtner <timo@tiwe.de> Sat, 26 Oct 2013 01:51:31 +0200
ssh-agent-filter (0.2-1) unstable; urgency=low
* Initial release (Closes: #722950)
-- Timo Weingärtner <timo@tiwe.de> Sun, 15 Sep 2013 14:19:54 +0200
|