File: changelog

package info (click to toggle)
tcpslice 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 676 kB
  • sloc: sh: 3,641; ansic: 2,346; makefile: 161
file content (267 lines) | stat: -rw-r--r-- 9,531 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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
tcpslice (1.8-1) unstable; urgency=medium

  * New upstream version 1.8.
  * Fixing upstream public key.
  * debian/control:
    - Bumped Standards-Version to 4.7.0.
    - Set Rules-Requires-Root to no.
  * debian/docs: removed (useless to final user).
  * debian/salsa-ci.yml: removed no longer needed allow_failure for reprotest.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Tue, 01 Oct 2024 01:42:06 -0300

tcpslice (1.7-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.

  [ Bruno Naibert de Campos ]
  * New upstream version 1.7.
  * Update standards version to 4.6.2.
  * debian/copyright: updated the packaging and upstream copyright years.
  * debian/upstream/signing-key.asc: updated with key from The Tcpdump Group.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Tue, 26 Mar 2024 01:23:28 -0300

tcpslice (1.5-1) unstable; urgency=medium

  * New upstream version 1.5. (includes a fix for CVE-2021-41043)
    (Closes: #1003190)
  * Enable GPG-checking of orig tarball.
    - debian/upstream/signing-key.asc: upstream public key.
    - debian/watch:
        ~ Add "pgpmode=auto" as an option.
        ~ Changed the URL.
  * debian/control:
      - Added libnids-dev and libosip2-dev to Build-Depends field.
      - Bumped Standards-Version to 4.6.0.
  * debian/copyright:
      - Added licensing for diag-control.h file.
      - Updated the packaging and upstream copyright years.
  * debian/docs: changed from README to README.md.
  * debian/patches: removed. The upstream fixed the source code. Thanks.
  * debian/upstream/metadata: fixed spelling error.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Sat, 28 May 2022 20:56:55 -0300

tcpslice (1.3-2) unstable; urgency=medium

  * Upload to unstable.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Sun, 30 Aug 2020 23:01:27 -0300

tcpslice (1.3-1) experimental; urgency=medium

  * New upstream version 1.3.
  * debian/copyright:
      - Added licensing for missing/strlcpy.c and sessions.*.
      - Updated upstream author.
  * debian/dirs: Removed. Not required.
  * debian/docs: Added the upstream CHANGES and CREDITS files.
  * debian/patches/: the upstream fixed several things in source code (thanks
    The Tcpdump Group). Consequently:
      - Removed the following patches:
          ~ 01_time.patch
          ~ 02_largefile.patch
          ~ 03_bpf_h.patch
          ~ 04_zero_and_one_packet_captures.patch
          ~ 05_fix_freed_memory_use.patch
          ~ 07_fix-missing-include-stdlib.h.patch
      - 06_fix-install.patch:
          ~ Renamed to 10_fix-install.patch.
          ~ Updated to make it compliant with new upstream version.
      - 08_hardening.patch:
          ~ Renamed to 20_hardening.patch.
          ~ Updated to make it compliant with new upstream version.
  * debian/tests/control: updated superficial test.
  * debian/watch: updated (using only GitHub now).

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Sat, 22 Aug 2020 21:27:46 -0300

tcpslice (1.2a3-10) unstable; urgency=medium

  * New maintainer. (Closes: #891764)

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Mon, 15 Jun 2020 01:28:19 -0300

tcpslice (1.2a3-9) unstable; urgency=medium

  * QA upload.
  * debian/control: added the VCS fields.
  * debian/salsa-ci.yml:
      - Added to provide CI tests for Salsa.
      - Added allow_failure to reprotest when the issue isn't solved.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Fri, 05 Jun 2020 18:08:18 -0300

tcpslice (1.2a3-8) unstable; urgency=medium

  * QA upload.
  * Fixed install in accordance with FHS 3.0. Consequently:
      - debian/dirs: changed usr/sbin to usr/bin.
      - debian/patches/06_fix-install.patch: created to install binary in
        /usr/bin.
      - debian/tests/control: removed 'Restrictions: root' from first test.
  * debian/clean: removed no longer needed.
  * debian/control: removed unnecessary dependences autoconf, bash and
    autotools-dev from Build-Depends field.
  * debian/copyright: updated to format 1.0.
  * debian/dirs: removed usr/man/man1.
  * debian/manpages: created to install manpage.
  * debian/patches:
      - 01_time.patch: added patch header.
      - 02_largefile.patch: added patch header.
      - 03_bpf_h.patch: added patch header.
      - 04_zero_and_one_packet_captures.patch: added patch header.
      - 05_fix_freed_memory_use.patch: added patch header.
      - 07_fix-missing-include-stdlib.h.patch: created to fix missing include
        stdlib.h.
      - 08_hardening.patch: created to add hardening in Makefile.in.
  * debian/rules:
      - Added commented DH_VERBOSE.
      - Added the variable DEB_BUILD_MAINT_OPTIONS to improve the hardening.
      - Removed no longer needed lines from override_dh_auto_configure and
        override_dh_install targets.
  * debian/tests/control: improved grep to ignores case sensitive characters
    in first test and added 'Restrictions: superficial'.
  * debian/watch:
      - Bumped to version 4.
      - Improved and added a new source.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Wed, 03 Jun 2020 09:02:17 -0300

tcpslice (1.2a3-7) unstable; urgency=medium

  * QA upload.
  * debian/control:
      - Added Homepage field.
      - Added 'Rules-Requires-Root: binary-targets' to source stanza.
  * debian/upstream/metadata: created.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Wed, 20 May 2020 15:16:23 -0300

tcpslice (1.2a3-6) unstable; urgency=medium

  * QA upload.
  * debian/tests/control: created to perform trivial CI tests.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Mon, 18 May 2020 20:44:22 -0300

tcpslice (1.2a3-5) unstable; urgency=medium

  * QA upload.
  * Run wrap-and-sort.
  * Set Debian QA Group as maintainer. (see #891764)
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 13.
  * debian/control: bumped Standards-Version to 4.5.0.

 -- Bruno Naibert de Campos <bruno.naibert@gmail.com>  Sat, 16 May 2020 16:13:11 -0300

tcpslice (1.2a3-4) unstable; urgency=low

  * Bump standards version to 3.8.4
  * Switch to dpkg-source 3.0 (quilt) format

 -- Jochen Friedrich <jochen@scram.de>  Tue, 18 May 2010 18:36:02 +0200

tcpslice (1.2a3-3) unstable; urgency=low

  * Convert to debhelper 7.
  * Add README.source.
  * Bump standards version to 3.8.3.
  * Add patch to accept captures with zero or one packet. (Closes: #521068)
    Thanks to Sam Roberts <sroberts@wurldtech.com> for the patch.
  * Add patch to avoid using freed memory in extract_slice. (Closes: #449591)
    Thanks to Ted Deppner <ted@psyber.com> for the patch.

 -- Jochen Friedrich <jochen@scram.de>  Wed, 21 Oct 2009 12:21:01 +0200

tcpslice (1.2a3-2.1) unstable; urgency=low

  * Non-maintainer upload to fix Failure To Build From Source.
  * Added debian/patches/03_bpf_h.patch, to take into account the
    new include files in libpcap-0.8, thanks to Romain Francoise for the
    help. (Closes: #439458)

 -- Margarita Manterola <marga@debian.org>  Tue, 11 Sep 2007 11:18:04 -0300

tcpslice (1.2a3-2) unstable; urgency=low

  * Convert build system to cdbs.
  * Add AC_SYS_LARGEFILE to configure.in (Closes: #323368)

 -- Jochen Friedrich <jochen@scram.de>  Fri, 28 Jul 2006 15:31:24 +0200

tcpslice (1.2a3-1) unstable; urgency=low

  * New upstream release
  * Bumped policy version to 3.7.2 (no changes)

 -- Jochen Friedrich <jochen@scram.de>  Fri, 26 May 2006 18:32:29 +0200

tcpslice (1.2a2-4) unstable; urgency=low

  * Merge changes from 1.1a3-2.
    + Removed INSTALL file from /usr/share/doc/tcpslice
    + Removed dh_suidregister in debian/rules
    + Policy updated to 3.6.1
    Thanks to Emanuele Rocca <ema@debian.org>
  * Update config.sub/guess

 -- Jochen Friedrich <jochen@scram.de>  Wed, 28 Jan 2004 08:06:43 +0100

tcpslice (1.2a2-3) unstable; urgency=low

  * Fix broken upload again. (One day, i'll learn it...)

 -- Jochen Friedrich <jochen@scram.de>  Wed, 28 Jan 2004 00:24:56 +0100

tcpslice (1.2a2-2) unstable; urgency=low

  * Fix broken upload.
  * Really ACK NMUs (Closes: #106208, #113259, #156215, #202688, #225295)

 -- Jochen Friedrich <jochen@scram.de>  Wed, 28 Jan 2004 00:09:16 +0100

tcpslice (1.2a2-1) unstable; urgency=low

  * New upstream release
    + Fixes format parsing (Closes: #202688)
  * Bumped policy version to 2.6.1 (no changes)
  * New maintainer (Closes: #225295)
  * ACK NMUs (Closes: #106208, #113259, #156215)
  * Fix search.c for 64bit architectures

 -- Jochen Friedrich <jochen@scram.de>  Wed, 28 Jan 2004 00:04:07 +0100

tcpslice (1.1a3-1.2) unstable; urgency=low

  * Non maintainer upload
  * Rebuilt with new libpcap to remove dependency on libpcap0, which I
    got removed from unstable by accident. Sorry about this...

 -- Torsten Landschoff <torsten@debian.org>  Sat, 10 Aug 2002 11:37:42 +0200

tcpslice (1.1a3-1.1) unstable; urgency=low

  * NMU
  * Update config.sub/guess so that tcpslice can build on ia64.
    (closes: Bug#106208)
  * Include <time.h> in tcpslice.h so that it will build from
    source with newer versions of glibc.  (closes: Bug#113259)
  * Add a build-depends field in debian/control.

 -- Doug Porter <dsp@debian.org>  Mon, 29 Oct 2001 11:24:41 -0500

tcpslice (1.1a3-1) unstable; urgency=low

  * Initial Release.

 -- Philip Hands <phil@hands.com>  Sun, 29 Aug 1999 12:04:05 +0100

Local variables:
mode: debian-changelog
End: