File: changelog

package info (click to toggle)
sxid 4.20130802-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: ansic: 1,871; sh: 1,003; makefile: 18
file content (338 lines) | stat: -rw-r--r-- 13,193 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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
sxid (4.20130802-4) unstable; urgency=medium

  * QA upload.
  * debian/control: changed the Vcs-* fields to Salsa.
  * debian/salsa-ci.yml: created to provide CI tests in Salsa.

 -- Carlos Henrique Lima Melara <charlesmelara@outlook.com>  Tue, 23 Jun 2020 00:23:33 -0300

sxid (4.20130802-3) unstable; urgency=medium

  * QA upload.
  * Ran wrap-and-sort.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Changed Depends from exim4 to default-mta. (Closes: #960812)
  * debian/copyrigth:
      - Updated license text to include FSF website address.
      - Updated upstream and packaging copyright years.
      - Using a secure URI in Format field.
  * debian/examples: created to install examples provided by the upstream.
  * debian/patches/010_fix-typo-manpage.patch: created.
  * debian/rules: added DEB_BUILD_MAINT_OPTIONS variable to improve hardening.
  * debian/tests/control: added superficial to the Restrictions field.
  * debian/upstream/metadata: created.
  * debian/watch: bumped version to 4.

 -- Carlos Henrique Lima Melara <charlesmelara@outlook.com>  Mon, 01 Jun 2020 23:22:21 -0300

sxid (4.20130802-2) unstable; urgency=medium

  * QA upload.
  * Set Debian QA Group as maintainer. (see #879873)
  * Using new DH level format. Therefore:
    - 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.
    - Changed Priority from 'extra' to 'optional'.
  * debian/tests/control: created to perform a trivial CI test.

 -- Carlos Henrique Lima Melara <charlesmelara@outlook.com>  Fri, 15 May 2020 09:24:31 -0300

sxid (4.20130802-1) unstable; urgency=low

  * New upstream release:
    - please read NEWS.Debian for changes in the upstream.
  * debian/changelog: fix lintian warning 'debian-changelog-line-too-long'.
  * debian/compat: bump debhelper version to 9.
  * debian/control:
    - bump standards version to 3.9.4.
    - update Vcs-* fields.
    - add ${misc:Depends}.
    - update extended description.
  * debian/copyright:
    - follow DEP5.
    - add copyright for files src/{getopt.c,getopt1.c,getopt.h,sha2.c,sha2.h}.
  * debian/cron.daily, debian/sxid.default:
    - run sXid if $ENABLE equals to "yes".
  * debian/docs, debian/install, debian/manpages, debian/rules:
    - use debhelper command sequencer.
  * /debian/source/format: bump package source version to '3.0 (quilt)'.
  * debian/source/options: use xz compression for debian tarball.

 -- Timur Birsh <taem@linukz.org>  Fri, 02 Aug 2013 16:28:34 +0600

sxid (4.2-1) unstable; urgency=low

  * New upstream release:
    - New maintainer.
    - New homepage http://linukz.org/sxid.shtml.
    - Fixed Debian bug#412853 'sxid reports many false positive
      md5sums changes'. Closes: #412853.
    - Fixed various resource leaks.
  * debian/control:
    - Bump Standards-Version to 3.8.3:
      - Always provide debug symbols. Closes: #438079.
      - Respect 'noopt' build flag.
    - Add version to debhelper builddep.
    - Add Homepage field.
    - Add Vcs-Git and Vcs-Browser fields.
    - In Depends replace 'mail-transport-agent' with
      'exim4 | mail-transport-agent'. Closes: #495837.
    - Add me as maintainer.
  * debian/rules:
    - Replace dh_clean -k with dh_prep.
    - Fix DESTDIR.
    - Install upstream NEWS file as changelog.
    - Call 'make distclean' in clean target.
  * debian/copyright:
    - Mention current Debian maintainer.
    - Add Debian packaging copyright.
    - Add me to upstream copyright.
    - Update FSF address.
    - Replace (c) with ©.
    - Mention Author.
    - Add download location.
  * debian/compat: Set compatibility level to 7.
  * Add debian/watch.
  * New maintainer. Closes: #540896 (ITA).

 -- Timur Birsh <taem@linukz.org>  Mon, 14 Sep 2009 21:20:21 +0600

sxid (4.0.5-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fixed bashisms in source/Makefile.in, using patch from Ubuntu.
    Closes: #379575.
  * Fixed typos in description. Closes: #438710.

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sat, 19 Jan 2008 17:27:31 +0100

sxid (4.0.5) unstable; urgency=low

  * Work around for timestamp skew. Closes: #204979

 -- Ben Collins <bcollins@debian.org>  Fri,  6 Feb 2004 10:12:46 -0500

sxid (4.0.4) unstable; urgency=low

  * Added build-depends: Closes: #190533
  * User user:group syntax instead of user.group: Closes: #204938

 -- Ben Collins <bcollins@debian.org>  Mon, 11 Aug 2003 11:36:16 -0400

sxid (4.0.3) unstable; urgency=low

  * configure.in: Provide a default for mail_prog. Closes: #132958
  * Completely moved to using subversion for revision control now.

 -- Ben Collins <bcollins@debian.org>  Mon, 11 Feb 2002 03:01:38 -0500

sxid (4.0.2) unstable; urgency=low

  * debian/control:Depends: added mail-transport-agent
  * configure.in: removed some unneeded cruft
  * source/sxid.h: removed some more cruft
  * updated copyrights
  * Use snprintf where needed

 -- Ben Collins <bcollins@debian.org>  Mon, 21 Jan 2002 23:57:21 -0500

sxid (4.0.1) unstable; urgency=low

  * Added RPM spec file from Alexander D. Kanevskiy <kad@blackcatlinux.com>
  * Better formatting in emails when items were longer than assumed
  * Modified configure.in slightly
  * cleaned up rules file and debian dir
  * new standards version

 -- Ben Collins <bcollins@debian.org>  Sat,  2 Oct 1999 21:57:23 -0400

sxid (4.0.0) unstable; urgency=low

  * Merged REVISIONS into debian/changelog and removed from source
  * Modified install to use 0.0 for owner group instead of root.root
    (helps when compiling on non-linux systems)
  * Updated README w/ Tru64 support
  * Consolidated includes into one sxid.h
  * Added static to some functions
  * Removed -Wall from CFLAGS
  * Added EXTRA_LIST function to allow specifying specific files and
    directories for adding to the database (including non-s[ug]id ones)
  * Cleaned up config file parsing routines (removed extraneous routine)
  * Switched some strtok() calls to strtok_r(). Added a generic strtok_r()
    for systems that don't have it (from bits/string2.h in glibc 2.1.1).
  * Removed support for space separators in log file
  * Removed unused acconfig.h
  * CVSROOT move of include/ files into source/

 -- Ben Collins <bcollins@debian.org>  Mon,  7 Jun 1999 16:39:44 -0400

sxid (3.2.5) unstable; urgency=low

  * Added option to specify other than the default mail program,
    feature request from David Walluck <david@anti-microsoft.org>
  * Applied patch from Topi Miettinen <Topi.Miettinen@medialab.sonera.fi>
    to make use of TMPDIR if set. closes: #36542

 -- Ben Collins <bcollins@debian.org>  Fri, 16 Apr 1999 14:42:27 -0400

sxid (3.2.4) unstable; urgency=low

  * notify.c 'Ingore' -> 'Ignore'
  * Minor code cleanups
  * Changed delimiter in log file to 0x1e so that spaces in filenames
    will remain intact. Still backward compatible with old space delimited
    log files until 4.0 is released. closes: #35572

 -- Ben Collins <bcollins@debian.org>  Tue, 30 Mar 1999 07:04:22 -0500

sxid (3.2.3) unstable; urgency=low

  * Added missing options to sxid(1) manpage header
  * Made the cron.example show full path instead of just binary name
  * Changed EMAIL to in sxid.conf.example to default to 'root' instead
    root@localhost
  * Implemented the IGNORE_DIR option which allows you to log only file
    entries (and not directories) under specified paths (like if /home is
    sgid). IGNORE_DIRS defaults to /home.
  * Cleaned up some functions in search.c

 -- Ben Collins <bcollins@debian.org>  Tue, 23 Mar 1999 07:28:26 -0500

sxid (3.2.2) unstable; urgency=low

  * Fixed version number this time
  * Fixed spelling errors in sxid(1) manpage
  * Fixed my CVS make script to include configure in the tarball

 -- Ben Collins <bcollins@debian.org>  Mon, 22 Mar 1999 10:51:44 -0500

sxid (3.2.1) unstable; urgency=low

  * Added debian/conffile (forgot to cvs add)

 -- Ben Collins <bcollins@debian.org>  Sun, 21 Mar 1999 19:49:24 -0500

sxid (3.2.0) unstable; urgency=low

  * Initial Debianization.
  * Changed version from 'v3.x.x' format to '3.x.x'
  * Now officially called just sXid (not sXid Secure). IMO, nothing is
    truly secure and I don't want to mislead any one :)
  * Added include for sys/types.h in structs.h for libc5 systems which
    didn't define uid_t or gid_t in pwd.h/grp.h
  * Moved all version references to configure for easier maintenance
  * Changed some make stuff to work with debian build
  * Updated copyrights for correct FSF address
  * Modified error/warning messages
  * Did not exit on some errors (namely failure to get md5sum, and opening
    log file), but continue with output
  * Modified add_file_entry() to accept the entire stat struct as a param
    instead of each separate field
  * Fixed problem where file inode changes (but not md5) were being
    reported but not showing what changed (files will now report md5
    changes and/or inode changes in output)
  * Added #ifdef's to headers
  * Added spotcheck functionality

 -- Ben Collins <bcollins@debian.org>  Sat,  6 Mar 1999 14:48:18 -0500

sxid (3.1.7) unstable; urgency=low

  * Added include for limits.h to fix PATH_MAX in Solaris
  * Replaced snprintf()'s with sprintf()'s since most were not necessary
    (known length) and the rest contained paths and could be safely guessed
    using PATH_MAX (fixes compiles on some systems)
  * Added #define for uint (needs to be in configure...)
  * Removed typedef on conf_opt struct
  * Added default define for uint
  * Added default define for PATH_MAX if not defined
  * Moved pwd.h and grp.h includes to structs.h
  * Added include for string.h to stop compile warnings on some setup's
  * Added (int) cast for mode_t which caused some compile warnings
  * Fixed malloc's for octal mode_t so they didn't assume, but calculated
    the size needed.
  * Fixed some other malloc's using a more system independent calculation
  * Fixed problem for digest and digest_hex in search_path() (Thanks to
    Peter Sulecki <psulecki@ios.krakow.pl> for finding this one)
  * Removed a lot of malloc()'s in logging.c and reworked a lot of the report
    functions to be a little more efficient.
  * Added checks for failed malloc()'s
  * Fixed config options init to really recognize when a config option was
    not present in the config file

 -- Ben Collins <bcollins@debian.org>  Mon,  8 Feb 1999 00:00:00 -0500

sxid (3.1.0) unstable; urgency=low

  * Removed some malloc()'s in favor of strdup()'s
  * Added LISTALL option in config file
  * Added --nomail option for sending output to stdout
  * Made it so the forbidden and no user/group match did not rotate log
    file
  * Made sxid.1's reference to /etc/sxid.conf depend on output from
    configure
  * Completed man pages for sxid and sxid.conf, also updated README
  * Put define for CONF_FILE into config.h as opposed to Makefile

 -- Ben Collins <bcollins@debian.org>  Mon,  1 Feb 1999 00:00:00 -0500

sxid (3.0.0) unstable; urgency=low

  * Rewrote entire program in C, this included built in md5sums and find
    functions
  * Made use of sxid.conf file for dynamic settings
  * Added parameter for excluding directories
  * Setup autoconf and autoheader for easy portability
  * Reformatted email output

 -- Ben Collins <bcollins@debian.org>  Fri,  1 Jan 1999 00:00:00 -0500

sxid (2.0.1) unstable; urgency=low

  * Included 2 sub's that were in my perl libs but not everyone elses :)

 -- Ben Collins <bcollins@debian.org>  Fri,  2 Oct 1998 00:00:00 -0500

sxid (2.0.0) unstable; urgency=low

  * Converted to a perl script to allow more features
  * Added md5 checksum eval for files. Enables better tracking of file
    changes. Directories are still checked via inode.
  * Added checking for change in uid and gid of items
  * Added checking of mode changes in files (regardless of if the +s
    bits are the same). Helps to make sure the files you may have set for
    special access remain that way.
  * Added ability to designate certain directories as anti +s meaning
    that there should be no +s files in them (/home for example). Also
    has the ability to -s those files if desired.
  * Removed a few unneeded tmp files, now only creates two
  * More readable output on emails
  * Removed ANSI_TEXT since no mail clients (that I know of) support ansi
  * Added checks for uid's and gid's that don't have a passwd or group
    entry (ie. no matching name for the number)

 -- Ben Collins <bcollins@debian.org>  Thu,  1 Oct 1998 00:00:00 -0500

sxid (1.2.0) unstable; urgency=low

  * Switched to using a bash shell to incorporate $RANDOM (some
    standard sh's don't have this)
  * Added test before writing tmp files to avoid clobbering links, so
    a world writable tmp (such as /tmp) can be used with out worry
  * Added a lot of comments for each section of code ;)

 -- Ben Collins <bcollins@debian.org>  Wed,  1 Jul 1998 00:00:00 -0500

sxid (1.1.0) unstable; urgency=low

  * Initial release

 -- Ben Collins <bcollins@debian.org>  Wed, 17 Jun 1998 00:00:00 -0500

Local variables:
mode: debian-changelog
End: