File: changelog

package info (click to toggle)
iptotal 0.3.3-15
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,056 kB
  • sloc: sh: 3,515; ansic: 533; perl: 92; makefile: 25
file content (296 lines) | stat: -rw-r--r-- 11,266 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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
iptotal (0.3.3-15) unstable; urgency=medium

  * QA upload.
  * debian/rules: Set DATECMD from dh_auto_install. (Closes: #983126)

 -- Vagrant Cascadian <vagrant@debian.org>  Fri, 19 Feb 2021 11:46:33 -0800

iptotal (0.3.3-14) unstable; urgency=medium

  * QA upload.
  * 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:
      - Add Pre-Depends: ${misc:Pre-Depends} to fix lintian flag.
      - Add missing lsb-base dependency
      - Bumped Standards-Version to 4.5.1.
      - Drop obsolete Dm-Upload-Allowed field
      - Set section and priority fields matching override.
   * debian/copyright: Update header to suit DEP5
   * debian/postinst: Remove recursive chown -R argument in postinst script
     (which is vulnerable to hardlink attacks).
   * debian/rules:
       - Put helper binaries in /usr/libexec as allowed by FHS 3.0.
       - Enable hardening all.
   * debian/README.Debian: Fix spelling error.
   * debian/watch: Update version from 3 to 4.

 -- Joao Paulo Lima de Oliveira <jlima.oliveira11@gmail.com>  Thu, 04 Feb 2021 09:04:28 -0400

iptotal (0.3.3-13.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Upgrade apache2 settings for version 2.4 (Closes: #669856)
    - Now using dh-apache2.
    - Enabling cgi during configuration.
    - Refreshed apache configuration syntax.
    - Added maintscript to move conffile to /etc/apache2/conf-available.
    - Refreshed README.debian.

 -- Jean-Michel Vourgère <nirgal@debian.org>  Sun, 29 May 2016 14:43:41 +0200

iptotal (0.3.3-13) unstable; urgency=low

  * debian/control:
    - Bumped Standards-Version to 3.9.2.
    - Added the "DM-Upload-Allowed" field.
  * debian/patches:
    - 08_datalink_offset.diff: fixes iptotal not reporting traffic on PPP
      insterfaces. (Closes: #230649)
  * debian/init:
    - Added the Description LSB section.
    - Added the status option.

 -- Ignace Mouzannar <mouzannar@gmail.com>  Thu, 16 Feb 2012 08:49:19 +0400

iptotal (0.3.3-12) unstable; urgency=low

  * debian/control:
    - Bumped Standards-Version to 3.8.4.
    - Added dependency on ${misc:Depends}.
    - Set dependency on debhelper to (>= 7.0.50~) in order to use dh7 features.
    - Set dependency on autotools-dev to (>=20100122.1) to enable the use of
      the dh7 addons.
    - Removed dependency on quilt (as source format is now "3.0 (quilt)")
  * debian/rules:
    - Updated the rules file to use the dh7 features.
  * debian/postinst:
    - Removed the reload of apache2, as iptotal depends on httpd and not
      apache2. (Closes: #572246)
  * debian/postrm:
    - Removed the reload of apache2.
  * debian/links:
    - Removed the linking of /etc/apache2/conf.d/iptotal.
  * debian/patches:
    - 07_cgi_filename.diff: fixes incorrect filenames for graph images.
      (Closes: #574121)
  * debian/README.debian:
    - Explains the different directory changes that occurred over the last
      releases of iptotal.
    - Shows how to configure iptotal with apache2.

 -- Ignace Mouzannar <mouzannar@gmail.com>  Wed, 31 Mar 2010 00:57:48 +0200

iptotal (0.3.3-11) unstable; urgency=low

  * debian/rules:
    - Updated --data-dir from /usr/lib to /var/lib (Closes: #557972)
  * debian/dirs, debian/install, debian/links, debian/apache.conf:
    - Replaced usr/lib by var/lib.
  * debian/postinst:
    - Replaced /usr/lib by /var/lib.
    - As installation path has changed in this release, added a temporary
      copying of old files to the new working directory, and deletion of
      files from old directories, to prevent data history loss.
  * Removed debian/lintian-overrides file as it isn't needed anymore.

 -- Ignace Mouzannar <mouzannar@gmail.com>  Wed, 25 Nov 2009 18:03:58 +0100

iptotal (0.3.3-10) unstable; urgency=low

  * Converted to "3.0 (quilt)" format.
  * debian/rules:
    - Removed the include of dpatch.make.
    - Removed dh_testroot from the clean section.
  * debian/patches:
    - Converted all patches from dpatch(1) to quilt(1) format.
    - 06_FTBFS_kFreeBSD.diff: Fixes the FTBFS on GNU/kFreeBSD. Thanks to
      Cyril Brulebois <kibi@debian.org> for providing the patch.
      (Closes: #557165)
  * debian/control:
    - Removed dependecy on dpatch.
    - Added a dependency on quilt.
  * debian/source/format:
    - New file set to "3.0 (quilt)".

 -- Ignace Mouzannar <mouzannar@gmail.com>  Fri, 20 Nov 2009 15:09:43 +0100

iptotal (0.3.3-9) unstable; urgency=low

  * New maintainer. (Closes: #473843)
  * debian/rules:
    - Moved the copying of /usr/share/misc/config.{sub,guess} from the clean
      section to the configure section. And added functions to backup/restore
      the config{sud,guess} files provided by upstream.
    - Changed the data directory from /var/www/iptotal to
      /usr/lib/iptotal/ (user content) and /usr/share/iptotal/www (static).
      (Closes: #553536)
    - Moved configuration file from /etc/ to /etc/iptotal/ directory.
    - Added dh_lintian in the binary-arch section to install the override file.
  * debian/control:
    - Added build dependency on autotools-dev.
  * debian/patches:
    - Added 05_fix_old_fixes.dpatch: Includes all changes made by original
      maintainer outside the debian/ directory.
    - Updated the 00list placing 05_fix_old_fixes.dpatch before
      04_fix_kbytes_sufixes.dpatch.
  * debian/init:
    - Renamed debian/init.d to debian/init.
    - Added a short description.
    - Forced deletion of the pid file as daemon does not take care of this.
    - Added support for /etc/default/iptotal
    - Added force-start option, to start the daemon, ignoring the content of
      the /etc/default/iptotal file.
  * debian/postinst:
    - Reloads apache2 configuration.
    - As installation path has changed in this release, added a temporary
      copying of old files to the new working directory, to prevent data
      history loss.
  * debian/copyright:
    - Updated copyright file format.
  * Added apache configuration file (i.e. debian/apache.conf).
  * Added debian/dirs to create both cgi and working directories.
  * Added debian/links to link the static content to the working directory
    (i.e. /usr/lib/iptotal).
  * Added debian/install file in order to clean up the debian/rules file.
  * Added debian/postrm file to reload apache2 configuration after purging
    or removing the iptotal package.
  * Added debian/default file, in order to easily disable iptotald.
    (Closes: #317260)
  * Moved iptotal.8 man page to the debian/ directory as it isn't provided
    by upstream.
  * Added a lintian override of package-contains-empty-directory, as the
    /usr/lib/iptotal/archive/ directory is intentionally created empty during
    the initial installation.

 -- Ignace Mouzannar <mouzannar@gmail.com>  Sun, 15 Nov 2009 21:11:05 +0100

iptotal (0.3.3-8) unstable; urgency=medium

  * QA upload.
  * Added patch system (dpatch)
  * debian/patches: 01_fix_ownership.dpatch
  * debian/patches: 02_fix_for_arm_systems.dpatch (Closes: #459128)
  * debian/patches: 03_manpage_fixes.dpatch (Closes: #379785)
  * debian/patches: 03_fix_kbytes_sufixes.dpatch (Closes: #362480)
  * debian/postinst: Fix ownership (Closes: #515951)
  * debian/control: Compat version updated to >=7
  * Standards-Version: Updated to 3.8.3
     - debian/README.source file
  * debian/control: Homepage field added
  * debian/watch: Added

 -- Dario Minnucci (midget) <debian@midworld.net>  Tue, 25 Aug 2009 03:33:37 +0200

iptotal (0.3.3-7) unstable; urgency=low

  * QA upload.
  * Changed maintainer to Debian QA Group
  * Cleaned up debian/rules
  * Removed empty maintainer scripts
  * Updated standards version
  * Changed dependency apache to apache2

 -- Peter Eisentraut <petere@debian.org>  Mon, 16 Jun 2008 23:59:31 +0200

iptotal (0.3.3-6.2) unstable; urgency=low

  * Non-maintainer upload.
  * Added LSB formatted dependency info in init.d script (closes: #468185)

 -- Peter Eisentraut <petere@debian.org>  Wed, 02 Apr 2008 00:23:08 +0200

iptotal (0.3.3-6.1) unstable; urgency=low

  * Non-maintainer upload.
  * Switched to using invoke-rc.d in maintainer scripts (Closes: #367731).

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sun, 30 Sep 2007 12:42:31 +0200

iptotal (0.3.3-6) unstable; urgency=low

  * Correct image paths in template.html (Closes: #259047)

 -- Millis Miller <millis@faztek.org>  Wed, 18 Aug 2004 21:54:26 +0100

iptotal (0.3.3-5) unstable; urgency=medium

  * Remove dh_installinit helper files and make scripts manually (Closes: #248988)

 -- Millis Miller <millis@faztek.org>  Sat, 26 Jun 2004 01:07:42 +0100

iptotal (0.3.3-4) unstable; urgency=medium

  * Added content to NEWS file (to remove lintian warning)
  * Moved iptotal manpage to section 8 (lintian warning) plus other
  *  minor manpage corrections

 -- Millis Miller <millis@faztek.org>  Wed, 16 Jun 2004 00:08:03 +0100

iptotal (0.3.3-3) unstable; urgency=medium

  * Don't fail stop if daemon not running (Closes: #248988)

 -- Millis Miller <millis@faztek.org>  Fri,  11 Jun 2004 09:22:12 +0100

iptotal (0.3.3-2) unstable; urgency=low

  * Remove surplus .gif files in /var/www/iptotal (Closes: #236158)
  * Also alter template.html use of paths for cgis (as suggested in #236158)
  * Remove use of prerm file (Closes: #234742)

 -- Millis Miller <millis@faztek.org>  Sun,  2 May 2004 01:21:11 +0100

iptotal (0.3.3-1) unstable; urgency=low

  * New upstream release
  * Made priority extra to correct debcheck error
  * Added non-virtual depend of 'apache' to remove lintian error
  * Removed conffiles (not needed)
  * Added 'iptotal' to cgi.in files for images directory (Closes: #231055)
  * Remove images/*.png as derived files (Closes: #231295)
  * Start/stop deamon on install/remove (Closes: #231398)

 -- Millis Miller <millis@faztek.org>  Sat, 14 Feb 2004 00:16:07 +0000

iptotal (0.3.2-5) unstable; urgency=low

  * Fixed the daemon to go into background

 -- Millis Miller <millis@faztek.org>  Wed, 28 Jan 2004 00:20:50 +0000

iptotal (0.3.2-4) unstable; urgency=low

  * First correct version uploaded to Debian (Closes: #217563)
  * Place files in /usr/lib/cgi-bin directory (not /var/www)
  * Change depend to be on virtual package 'httpd'
  * Add /etc/iptotal.cfg to conffiles
  * Correct path specifiers in *.cgi and iptotal.cfg files
  * Correctly create subdirectories archive/ and images/
  * Correct homepage link
  * Separate cgi and html files

 -- Millis Miller <millis@faztek.org>  Tue, 27 Jan 2004 13:52:07 +0000

iptotal (0.3.2-3) unstable; urgency=low

  * Fixed a missing depend for shared libs (${shlibs:Depends})
  * Uploaded for Millis by Jaldhar H. Vyas <jaldhar@debian.org>

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Sat, 24 Jan 2004 22:34:52 -0500

iptotal (0.3.2-1) unstable; urgency=low

  * New upstream version.
  * Some fixes to the Makefiles to install files into /var/www/iptotal
  * Uploaded for Millis by Jaldhar H. Vyas <jaldhar@debian.org>

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Mon, 12 Jan 2004 18:15:30 -0500

iptotal (0.3.1-1) unstable; urgency=low

  * Initial Release.

 -- Millis Miller <millis@faztek.org>  Tue, 11 Nov 2003 00:26:53 +0000