summaryrefslogtreecommitdiff
path: root/debian/changelog
blob: 331cfe4f5e25c25b1fa6b7805c889b22f224b93d (plain)
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
sendmail (8.14.1-6) unstable; urgency=low

  * The `ironclad or die` release, using newer gcc/binutils
    features to further reduce the exploit footprint of an
    application.   Thanks to Marc-Christian Petersen
    Read more about all that good stuff at:
    http://www.gentoo.org/proj/en/hardened/hardened-toolchain.xml#RELRO 

  * Create an ELF "PT_GNU_RELRO" segment header in the object.
    Or in other words: built with "-z relro"

  * When generating an executable or shared library, mark it to tell
    the dynamic linker to resolve all symbols when the program is
    started, or when the shared library is linked to using dlopen,
    instead of deferring function call resolution to the point when
    the function is first called.
    Or in other words: built with "-z now"

  * Emit extra code to check for buffer overflows, such as stack
    smashing attacks. This is done by adding a guard variable to
    functions with vulnerable objects. This includes functions
    that call alloca, and functions with buffers larger than 8
    bytes. The guards are initialized when a function is entered
    and then checked when the function exits.  If a guard check
    fails, an error message is printed and the program exits.
    Or in other words: built with "-fstack-protector-all"

  * Compiled as PIE (Position Independant Executable)
    This assists PAX enabled kernels, with ASLR, and is also needed
    for GRSecurity.  Even with stock kernels, this makes the memory
    mapping less static, hindering attacks.

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Tue, 29 May 2007 02:21:00 -0000

sendmail (8.14.1-5) private; urgency=low

  * DH_COMPAT = 5

  * Tweak LSB setup of /etc/init.d/sendmail such that stop/start
    when DAEMON_MODE=None is not an error

  * Clean up rules file abit, more to go (I love deleting suff)
    + drop sm_conf/sm_conf_opt from debian/rules
    + drop old private copy of dbs and use cdbs (not cleanly)
    + drop support of older sendmail versions (8.8.8+)
    + drop support for building on older debian versions (slink+)
    + drop split debian directory kluge
    + drop smX support - it requires a complete revamp

  * Things are still complicated by upstream not using autoconf/makefile
    builds, but I have used them in support - much of that work remains and
    will not be removed in the near term

  * Add alternative build-depend for linux-libc-dev (which will depcrecate
    linux-kernel-headers)

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Wed, 23 May 2007 05:00:00 -0000

sendmail (8.14.1-4) unstable; urgency=low

  * Fix occasional mailq failures caused by set -e and lsb scripts :(

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Tue, 22 May 2007 23:00:00 -0000

sendmail (8.14.1-3) unstable; urgency=low

  * Add missing build-depends for linux-kernel-headers
    Thanks Marc-Christian Petersen
  * LSB init scripts
    Thanks Marc-Christian Petersen
  * Finally, make rmail a suggestion, not a dependancy
    and remove conflicts with old versions        closes: #376113
  * Suffix _mta to start/stop/configure for ksh   closes: #424213

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Thu, 19 May 2007 20:14:00 -0000

sendmail (8.14.1-2) unstable; urgency=high

  * Rebuild against a fixed libd4.5        closes: #423153

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Thu, 10 May 2007 21:30:00 -0000

sendmail (8.14.1-1) unstable; urgency=low

  * *** *** libmilter gets a new version *** ***
    *** *** MimeDefang and other packages will need to be rebuilt *** ***

  * New upstream release
    - Fix 8.14.0 regressions & issues
  * Refit patches
  * Drop qtool patch, equivalent applied upstream
  * Force configure defaults (new machine, gotta get it right)
  * update configure.ac for newer db versions
  * refresh FAQ
  * build against db4.5                                      closes: #421945
  * build-indep-depends on groff, not groff-base             closes: #362872

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Sat, 05 May 2007 20:10:00 -0000

sendmail (8.14.1-0) private; urgency=low

  * New upstream release
    - Fix 8.14.0 regressions & issues
  * Refit patches
  * Drop qtool patch, equivalent applied upstream
  * Force configure defaults (new machine, gotta get it right)
  * update configure.ac for newer db versions
  * refresh FAQ

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Fri, 04 Apr 2007 04:00:00 -0000

sendmail (8.14.1.Gamma0-0) private; urgency=low

  * New upstream Gamma
  * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Fri, 30 Mar 2007 04:40:00 -0000

sendmail (8.14.1.Beta2-0) private; urgency=low

  * New upstream Beta
  * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Sat, 24 Mar 2007 04:30:00 -0000

sendmail (8.14.1.Beta1-0) private; urgency=low

  * New upstream Beta
  * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Fri, 09 Mar 2007 17:00:00 -0000

sendmail (8.14.1.Beta0-0) private; urgency=low

  * New upstream Beta
  * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Mon, 05 Mar 2007 05:40:00 -0000

sendmail (8.14.0-0) private; urgency=low

  * New upstream Release
    - Headers 8bit clean
    - Milter enhancements 
  * Refit patches
  * Some issues, so this will not be uploaded - errata of (2007/02/06) help

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Thu, 01 Feb 2007 16:20:00 -0000

sendmail (8.14.0.Gamma0-0) private; urgency=low

  * New upstream Release
  * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Wed, 31 Jan 2007 20:50:00 -0000

sendmail (8.14.0.Beta5-1) experimental; urgency=low

  * New upstream Beta
  * Refit patches

  * Major item
    + Welcome back space betwixt 'from:' and '<other stuff>'

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Tue, 09 Jan 2007 21:40:00 -0000

sendmail (8.14.0.Beta4-1) experimental; urgency=low

   * Sigh... built here, but not build machines      closes: #405917
   * change from ~ to . to appease build scripts and match upstream
   * drop my check_helo patch, needs rework
   * Upstream incorporated patch for greet_pause     closes: #312164

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Sun, 07 Jan 2007 22:50:00 -0000

sendmail (8.14.0~Beta4-1) experimental; urgency=low

   * Release to experimental
   * New upstream Beta
   * Refit patches

   * Major new feature:
     + headers are 8 bit "transparent".
     + the milter API has been extended.

   * New/improved anti-SPAM features:
     + no false-postives on greet_pause failures due to timeouts/rejections
     + new option MaxNOOPCommands
     + detection of open HTTP proxies (GET, POST, CONNECT, or USER)
     + FEATURE(`require_rdns')
     + FEATURE(`block_bad_helo')
     + FEATURE(`badmx')
     + option `relaytofulladdress' for FEATURE(`access_db')

   * Upstream incorporated patch for greet_pause     closes: #312164

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Fri, 05 Jan 2007 19:07:46 -0000

sendmail (8.14.0~Beta4-0) private; urgency=low

  * New upstream Beta
  * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Sun, 25 Dec 2006 04:30:00 -0000

sendmail (8.14.0~Beta3-0) private; urgency=low

   * New upstream Beta
   * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Tue, 19 Dec 2006 00:10:00 -0000

sendmail (8.14.0~Beta2-0) private; urgency=low

   * New upstream Beta
   * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Sat, 09 Dec 2006 18:40:00 -0000

sendmail (8.14.0~Beta1-0) private; urgency=low

   * New upstream Beta
   * Refit patches

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Sun, 19 Nov 2006 17:50:00 -0000

sendmail (8.14.0~Beta0-0) private; urgency=low

   * New upstream Beta
   * Support 8.14 in build tools
   * Refit patches
   * Update FFRs

 -- Richard A Nelson (Rick) <cowboy@debian.org>  Wed, 01 Nov 2006 02:30:00 -0000

/* vim:set ai et tw=80 */