File: changelog

package info (click to toggle)
ldap2zone 0.2-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 300 kB
  • sloc: ansic: 1,968; sh: 685; makefile: 19
file content (241 lines) | stat: -rw-r--r-- 8,496 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
ldap2zone (0.2-12) unstable; urgency=medium

  * debian/control:
    + Bump Standards-Version: to 4.6.0. No changes needed.
  * debian/{control,compat}:
    + Switch to debhelper-compat notation. Bump to compat
      level version 13.
  * debian/patches:
    + Update 0004_revert-broken-zones.patch. Stop using
      deprecated /tmp/file3d6I8Y command.
  * debian/ldap2zone.lintian-overrides:
    + Add false positive bash-term-in-posix-shell override.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 20 Dec 2021 22:49:55 +0100

ldap2zone (0.2-11) unstable; urgency=medium

  * debian/patches:
    + Add 0013_fix-wrong-var-usage.patch. Fix endless loop when checking
      serial of a zone. Thanks to Francois Masson for providing a patch.
      (Closes: #877508).
  * debian/control:
    + Bump Standards-Version: to 4.2.0. No changes needed.
    + Make Vcs-*: fields canonical. Thanks lintian.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 14 Aug 2018 21:43:26 +0200

ldap2zone (0.2-10) unstable; urgency=medium

  * Team upload.

  [ Mike Gabriel ]
  * d/control: Update Vcs-*: fields. Packaging Git has been migrated to salsa.

  [ Holger Levsen ]
  * d/control:
    - bump Standards-Version to 4.1.4, no changes needed.
    - declare that ldap2zone doesn't need root to build, add
      "Rules-Requires-Root: no" header after testing this is the case.
    - drop versioned depends on dpkg-dev as it's part of build-essential.
    - unify Vcs-*: headers.
  * d/compat: bump to 11 and update dependency accordingly.
  * d/copyright:
    - use https for Format: URL.
  * d/rules: remove trailing whitespace, thanks lintian.

 -- Holger Levsen <holger@debian.org>  Sat, 09 Jun 2018 12:16:30 +0000

ldap2zone (0.2-9) unstable; urgency=medium

  [ Wolfgang Schweer ]
  * debian/patches:
    + Add 0012_update-man-page.patch. Update ldap2bind man page after
      /etc/default/ldap2zone has been turned into an example file.

  [ Mike Gabriel ]
  * debian/control:
    + Bump Standards-Version: to 3.9.8. No changes needed.
    + Use https:// URL for Vcs-*: fields.
    + Add versioned B-D: dpkg-dev (>= 1.16.1.1~).
  * debian/rules:
    + Enable all hardening build flags.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 23 Jan 2017 09:15:06 +0100

ldap2zone (0.2-8) unstable; urgency=medium

  * debian/patches:
    + Update 0011_evaluate-run-deploy-var.patch. No output if RUN_DEPLOY
      is set to false.
    + Fix/improve 0011_evaluate-run-deploy-var.patch. Only exit silently,
      if RUN_DEPLOY is false and the evoking shell is non-interactive (e.g.
      CRON).
    + Update 2001_debian-defaults.patch. Rebase against patches above and
      update LDAP_URI default (empty string now).
  * default configuration:
    + Turn /etc/default/ldap2zone into an example file. Leaving already
      created /etc/default/ldap2zone files in place on purpose.
  * debian/patches:
    + Fix/improve 0011_evaluate-run-deploy-var.patch. Only exit silently,
      if RUN_DEPLOY is false and the evoking shell is non-interactive (e.g.
      CRON).
  * CRON: Only execute ldap2bind, if really installed.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 15 Feb 2016 15:36:51 +0100

ldap2zone (0.2-7) unstable; urgency=medium

  [ Petter Reinholdtsen ]
  * debian/patches.
    + Add 0010_cron-silent-unconfigured.patch. Quiet down cron job when
      ldap2zone is unconfigured. (Closes: #806942)

  [ Mike Gabriel ]
  * debian/patches:
    + Add 0011_evaluate-run-deploy-var.patch. Evaluate the RUN_DEPLOY
      env variable which allows disabling the ldap2bind CRON job.
    + Add 2001_debian-defaults.patch. Define some sensible defaults in
      ldap2bind directly.
  * debian/default:
    + Use LDAP_URI="" as default URI (thus disable ldap2zone). Also point
      out the importance of using the (new) RUN_DEPLOY variable.
  * debian/copyright:
    + Turn into DEP-5 compliant format.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 15 Feb 2016 15:04:04 +0100

ldap2zone (0.2-6) unstable; urgency=medium

  [ Petter Reinholdtsen ]
  * debian/patches:
    + Add 0009_support-ldapi-uris.patch. Accept ldapi:/// style URIs. (Closes:
      #792120).

  [ Mike Gabriel ]
  * debian/patches:
    + Introduce patch numbering scheme. Use .patch as suffix for all patch
      files.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 16 Jul 2015 08:53:12 +0200

ldap2zone (0.2-5) unstable; urgency=low

  * Rewrite revert-broken-zones.patch to use named-checkzone to check
    for invalid zone files, as 'rndc reload' do not seem to return an
    error code on invalid zone files (Closes: #710362).

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 08 Oct 2014 19:12:15 +0200

ldap2zone (0.2-4) unstable; urgency=medium

  [ Mike Gabriel ]
  * debian/control: New maintainer team (Debian Edu Packaging
    Team). Drop Cajus Pollmeier (retired DD) from Uploaders: field
    (Closes: #757657 ). Add Petter Reinholdtsen and myself to
    Uploaders: field.

  [ Petter Reinholdtsen ]
  * Add new heap-corruption.patch fixing memory corruption (Closes:
    #763530).
  * Add new revert-broken-zones.patch to change ldap2bind to revert to
    previous zone if the new is rejected by bind (Closes: #710362).
  * Rewrite ldap2bind to use tempfile to generate temporary files to
    avoid predictable file names in /tmp/.
  * Remove unneeded conflict on ldap2dns (Closes: #698362).
  * Add new stable-zone-ordering.patch to sort zone file output to get
    stable output (Closes: #710222).
  * Add new avoid-signed-unsigned-warning.patch to get rid of
    signed/unsigned warnings.
  * Add new hardening.patch to enable hardening (Closes:
    #763536). Update to debhelper compat level 9 for this.
  * Update Standards-Version from 3.9.2 to 3.9.6.
  * Add new unused-variables.patch to get rid of the last two compiler
    warnings by removing two unused variables.
  * Remove now obsolete 'DM-Upload-Allowed: yes' row in control file.
  * Update Vcs-* fields to point to the Debian Edu pkg-team
    repository.

 -- Petter Reinholdtsen <pere@debian.org>  Thu, 02 Oct 2014 20:51:26 +0200

ldap2zone (0.2-3.1) unstable; urgency=low

  [ Dominik George ]
  * Non-maintainer upload.
  * Fix unbound variable in ldap2bind script (Closes: #690377)

  [ Thorsten Glaser ]
  * Convert patch to DEP-3; fix CR-LF endings; sponsor (Closes: #695597)

 -- Thorsten Glaser <tg@mirbsd.de>  Mon, 10 Dec 2012 23:27:15 +0100

ldap2zone (0.2-3) unstable; urgency=low

  * Fixed installation of default file

 -- Cajus Pollmeier <cajus@debian.org>  Wed, 25 Jul 2012 08:11:03 +0200

ldap2zone (0.2-2) unstable; urgency=low

  * Made script log using logger by a patch contributed by
    Petter Reinholdtsen

 -- Cajus Pollmeier <cajus@debian.org>  Fri, 23 Dec 2011 09:03:05 +0100

ldap2zone (0.2-1) unstable; urgency=low

  * Converted to format 3.0 quilt
  * Corrected semicolon missing in update and transfer parameter
  * Make notify an optional argument

 -- Benoit Mortier <benoit.mortier@opensides.be>  Fri, 27 May 2011 18:52:11 +0100

ldap2zone (0.1-8) unstable; urgency=low

  * Added manpage for ldap2bind provided by Andreas B. Mundt

 -- Cajus Pollmeier <cajus@debian.org>  Tue, 17 May 2011 09:00:17 +0200

ldap2zone (0.1-7) unstable; urgency=low

  * Corrected error in notify dns statement breaking the program

 -- Benoit Mortier <benoit.mortier@opensides.be>  Wed, 09 Jun 2010 12:50:28 +0200

ldap2zone (0.1-6) unstable; urgency=low

  * Added parameters to allow notify dns protocol and zone transfer

 -- Benoit Mortier <benoit.mortier@opensides.be>  Mon, 26 Apr 2010 00:16:23 +0200

ldap2zone (0.1-5) unstable; urgency=low

  * Added missing printf patch

 -- Benoit Mortier <benoit.mortier@opensides.be>  Sun, 15 Nov 2009 13:34:49 +0100

ldap2zone (0.1-4) unstable; urgency=low

  * FTBFS with binutils-gold (Closes: #555077)

 -- Benoit Mortier <benoit.mortier@opensides.be>  Sun, 08 Nov 2009 15:27:55 +0100

ldap2zone (0.1-3) unstable; urgency=low

  * ldap2bind incorrectly looks for rndc and ldap2zone (Closes: #544855)
  * correct bashism in /bin/sh script (Closes: #547749)

 -- Benoit Mortier <benoit.mortier@opensides.be>  Tue, 20 Oct 2009 00:39:24 +0200

ldap2zone (0.1-2) unstable; urgency=low

  * Converted to new ldap api (Closes: #540293)
  * Corrected binary-arch target (Closes: #540673)

 -- Cajus Pollmeier <cajus@debian.org>  Wed, 12 Aug 2009 02:34:00 +0200

ldap2zone (0.1-1) unstable; urgency=low

  * Initial upload (Closes: #532665)

 -- Cajus Pollmeier <cajus@debian.org>  Wed, 24 Jun 2009 10:02:00 +0200