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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101
|
ssh-agent-filter (0.5.2-1) unstable; urgency=medium
* release 0.5.2
+ base64_encode: fix two-byte out-of-bounds stack write (Closes: #914501)
* declare compliance with Debian Policy 4.2.1, no changes needed
-- Timo Weingärtner <timo@tiwe.de> Sat, 24 Nov 2018 01:05:54 +0100
ssh-agent-filter (0.5.1-1) unstable; urgency=medium
* fix url to git repo viewer
* release 0.5.1
+ Partially revert "(re)unify client iostreams", working around
a problem with newer boost::iostreams and seek() on sockets
* fix URLs in d/copyright
* Bump Standards-Version: 4.1.5
* remove now-unneeded --parallel from dh call
-- Timo Weingärtner <timo@tiwe.de> Wed, 18 Jul 2018 21:07:52 +0200
ssh-agent-filter (0.5-2) unstable; urgency=medium
* fix autopkgtests: allow-sdterr, add Depends: shunit2
* fix debian/watch
-- Timo Weingärtner <timo@tiwe.de> Sun, 14 Jan 2018 18:37:19 +0100
ssh-agent-filter (0.5-1) unstable; urgency=medium
* release 0.5
* follow API change in nettle 3.4 (Closes: 884400)
* Bump Standards-Version and dh compat
* version Build-Depends: on nettle 3.4 (new API)
* update upstream urls
* add upstream testsuite as autopkgtest
* add Rules-Requires-Root: no
-- Timo Weingärtner <timo@tiwe.de> Mon, 08 Jan 2018 22:50:15 +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
|