File: changelog

package info (click to toggle)
onak 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,788 kB
  • ctags: 819
  • sloc: ansic: 12,323; perl: 301; sh: 283; makefile: 179; sql: 21
file content (171 lines) | stat: -rw-r--r-- 5,763 bytes parent folder | download
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
onak (0.5.0-1) unstable; urgency=low

  * Remove Ross Burton from Uploaders.
  * Bump Debian Standards-Version to 3.9.8.0
  * Fix up systemd control file to allow non-socket activation.
  * Update Vcs URLs to use secure variants.
  * Add onak to Provides: in init script rather than just pgp-keyserver.
  * Add all hardening options (in particular for bindnow + pie).

 -- Jonathan McDowell <noodles@earth.li>  Sun, 28 Aug 2016 16:16:10 +0100

onak (0.4.6-1) unstable; urgency=low

  * New upstream release
    * Re-order linking for backend plugins to cope with ld --as-needed.
      (Closes: #772433)
    * Update debian/watch file to deal with non-gz compressed tarballs.

 -- Jonathan McDowell <noodles@earth.li>  Tue, 25 Aug 2015 16:18:12 +0100

onak (0.4.5-2) unstable; urgency=low

  * Don't build-depend on systemd dev packages for non-Linux architectures.
    Thanks to Pino Toscano for the patch. (Closes: #763924)

 -- Jonathan McDowell <noodles@earth.li>  Sun, 05 Oct 2014 14:41:08 +0100

onak (0.4.5-1) unstable; urgency=low

  * New upstream release
    * Fix detection of systemd support with new versions of systemd.

 -- Jonathan McDowell <noodles@earth.li>  Fri, 03 Oct 2014 17:30:00 +0100

onak (0.4.4-1) unstable; urgency=low

  * New upstream release
    * Fixes key lookups using onak CLI tool on 32 bit platforms.

 -- Jonathan McDowell <noodles@earth.li>  Tue, 30 Sep 2014 22:36:34 +0100

onak (0.4.3-1) unstable; urgency=low

  * New upstream release
  * Fix issue with pre-seeding key database on install.
  * Add systemd service files using new systemd socket activation support.
  * Bump Debian Standards-Version to 3.9.6.0
  * Switch to debhelper.

 -- Jonathan McDowell <noodles@earth.li>  Tue, 30 Sep 2014 10:09:28 +0100

onak (0.4.2-1) unstable; urgency=low

  * New upstream release
    * Prevent splitkeys crash with malformed key input. (Closes: #716350)
  * Switch to source format 3.0 (quilt).
  * Only seed initial database if key file is available. (Closes: #710665)
  * Bump Debian Standards-Version to 3.9.4.0
    * Update year in copyright file
  * Updated Vcs fields to point to git repository

 -- Jonathan McDowell <noodles@earth.li>  Tue, 01 Oct 2013 11:56:55 +0100

onak (0.4.1-1) unstable; urgency=low

  * New upstream release
    * Fix onak-mail race condition. (Closes: #650557)
  * Drop HISTORY file in /usr/share/doc; it's already present as changelog.gz

 -- Jonathan McDowell <noodles@earth.li>  Tue, 24 Apr 2012 21:29:17 -0700

onak (0.4.0-1) unstable; urgency=low

  * Only seed empty database for if we're using default config
  * Use generic db dependencies rather than 4.8 versioned ones.
    (Closes: #621426)
  * Bump Debian Standards-Version to 3.9.2.0
  * Add ${perl:Depends} to dependencies
  * Add init.d file for keyd
  * Add logrotate config snippet

 -- Jonathan McDowell <noodles@earth.li>  Tue, 19 Apr 2011 21:59:28 -0700

onak (0.3.8-1) unstable; urgency=low

  * New upstream release
    * Correct formatting of some places we output a keyid. (Closes: #540196)
    * Don't add a key to the stats hash if it doesn't have any sigs.
      (Closes: #542187)
  * Add Homepage and Vcs-Bzr fields to Debian control file
  * Bump debhelper compat level to 7
  * Bump Debian Standards-Version to 3.8.3.0
  * Change to build against libdb4.8

 -- Jonathan McDowell <noodles@earth.li>  Tue, 29 Dec 2009 16:42:23 +0000

onak (0.3.7-1) unstable; urgency=low

  * New upstream release
    * Fix escaping of : in HKP output. (Closes: #487284)
    * Build with libdb4.7 (Closes: #520117)

 -- Jonathan McDowell <noodles@earth.li>  Tue, 02 Jun 2009 15:51:09 +0100

onak (0.3.6-1) unstable; urgency=low

  * New upstream release
    * Fix lookup display for more than one photo id. (Closes: #467020)
    * Build with libdb4.6 (Closes: #421951)

 -- Jonathan McDowell <noodles@earth.li>  Sat, 07 Jun 2008 13:29:01 +0100

onak (0.3.5-1) unstable; urgency=low

  * New upstream release
    * Fixes stupid db4 backend mistake (Closes: #460575)

 -- Jonathan McDowell <noodles@earth.li>  Wed, 16 Jan 2008 21:30:40 +0000

onak (0.3.4-1) unstable; urgency=low

  * New upstream release
    * Fix config passing to backends (Closes: #413762)
  * Lintian cleanups
    * Add #DEBHELPER# tokens to postinst/postrm.
    * Update FSF address in copyright file.
    * Remove bashism from postrm.
    * Update Standards-Version to 3.7.3.0 (no changes)
  * Update Apache recommendation to Apache2

 -- Jonathan McDowell <noodles@earth.li>  Sat, 29 Dec 2007 10:50:33 +0000

onak (0.3.3-1) unstable; urgency=low

  * New upstream release
    * Check signature creation times for merging (Closes: #410796)
    * Don't assume direct signature is revocation (Closes: #334715)
    * Gracefully fail when we can't open a DB4 DB (Closes: #370440)
  * Cleanup logfile upon package purge (Closes: #338516)
  * Add suggests on db4.2-utils (Closes: #317459)
  * Acknowledge NMU (Closes: #408270)

 -- Jonathan McDowell <noodles@earth.li>  Sun, 04 Mar 2007 22:55:54 +0000

onak (0.3.2-1.1) unstable; urgency=high

  * Non-maintainer upload.
  * Added missing dep on adduser (Closes: #408270)
  * Urgency high due RCness of the bug

 -- Bastian Venthur <venthur@debian.org>  Thu,  1 Feb 2007 10:38:37 +0100

onak (0.3.2-1) unstable; urgency=low

  * New upstream release.

 -- Jonathan McDowell <noodles@earth.li>  Fri, 25 Mar 2005 11:17:44 +0000

onak (0.3.1-1) unstable; urgency=low

  * New upstream release
    - Add onak-mail.pl man page (Closes: #276879)
    - Add links to HTML index output. (Closes: #275227)

 -- Jonathan McDowell <noodles@earth.li>  Sat, 23 Oct 2004 18:01:39 +0100

onak (0.3.0-1) unstable; urgency=low

  * Initial Release. (closes: #254425)

 -- Ross Burton <ross@debian.org>  Thu, 17 Jun 2004 11:59:00 +0100