File: changelog

package info (click to toggle)
rinetd 0.62.1sam-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 504 kB
  • ctags: 194
  • sloc: ansic: 1,855; sh: 1,374; makefile: 12
file content (172 lines) | stat: -rw-r--r-- 6,238 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
rinetd (0.62.1sam-1) unstable; urgency=high

  * New upstream release.
  * This release fixes memory initialisation issues causing erratic
    behaviour (Closes: #806902, #753629).
  * This release fixes an error in the man page (Closes: #406878).

 -- Sam Hocevar <sho@debian.org>  Wed, 13 Jan 2016 07:58:00 +0100

rinetd (0.62.0sam-1) unstable; urgency=medium

  * Maintainer upload.
  * New release from a GitHub fork (https://github.com/samhocevar/rinetd).

  * Upstream: fixed uninitialised memory access that could cause infinite
    loops and excessive logging (Closes: #796235).
  * Upstream: applied Flavio Stanchina’s patch for logging all connections
    (Closes: #628061).

  * debian/*: switch to modern debhelper and dh-autoreconf.
  * debian/rinetd.logrotate: activate compression (Closes: #425002)
    and add missingok (Closes: #707480) to avoid issues when the
    user deactivates logging.
  * debian/init: add status reporting, patch courtesy of Chris Lamb and
    “je” <elonen@iki.fi> (Closes: #747304, #681523).

 -- Sam Hocevar <sho@debian.org>  Sun, 10 Jan 2016 23:43:48 +0100

rinetd (0.62-5.1) unstable; urgency=low

  * Non-maintainer upload to solve release goal.
  * Add LSB dependency header to init.d scripts (Closes: #466976).

 -- Petter Reinholdtsen <pere@debian.org>  Sun, 30 Mar 2008 12:59:52 +0200

rinetd (0.62-5) unstable; urgency=low

  * debian/rules:
    + Fixed timestamps to avoid build issues (Closes: #277979).

 -- Sam Hocevar <sho@debian.org>  Sun, 24 Oct 2004 13:14:09 +0200

rinetd (0.62-4) unstable; urgency=low

  * debian/changelog:
    + Converted to UTF-8.
  * debian/control:
    + Set policy to 3.6.1.1.

 -- Sam Hocevar <sho@debian.org>  Mon,  2 Aug 2004 12:07:56 +0200

rinetd (0.62-3) unstable; urgency=low

  * debian/rules:
    + Fixed autotools clock skews.

 -- Sam Hocevar <sho@debian.org>  Sat,  1 Nov 2003 11:56:55 +0100

rinetd (0.62-2) unstable; urgency=low

  * debian/control:
    + Set policy to 3.6.1.0.
    + Set debhelper build-dependency to (>= 4.1.68) because of dh_installppp.
    + Removed leading "an" from the short description and enhanced the long
      description.
  * debian/rules:
    + Use dh_installppp instead of doing the work by hand (Closes: #212909).

 -- Sam Hocevar <sho@debian.org>  Mon, 27 Oct 2003 11:15:48 +0100

rinetd (0.62-1) unstable; urgency=low

  * New upstream release, includes our fix for DSA 289-1.
  * Set policy to 3.5.10.

 -- Sam Hocevar <sho@debian.org>  Tue, 27 May 2003 15:41:37 +0200

rinetd (0.61-2) unstable; urgency=low

  * New maintainer.
  * Maintainer upload (Closes: #86201, #145756).
  * Fixed then applied a user-contributed patch to make logging non-buffered
    (Closes: #163654).
  * Added a 1 second delay in the init.d script to avoid restarting rinetd
    too quickly (Closes: #180449). This isn't perfect, though: the real problem
    is the race condition when using daemon() and writing a PID file.
  * rinetd now closes its configuration file (Closes: #182705).
  * Fixed an off-by-one overflow and a missing reallocation in handleAccept().
  * Replaced malloc/strcpy with strdup in readArgs().
  * Added a -f flag to run rinetd in the foreground, and updated manpage and
    index.html accordingly.

 -- Sam Hocevar <sho@debian.org>  Sun, 13 Apr 2003 19:12:01 +0200

rinetd (0.61-1.2) unstable; urgency=low

  * NMU (bug squashing party).
  * Fixed debian/rules (./configure and make clean) (closes: #145756).

 -- Sebastien Bacher <seb128@debian.org>  Sat, 31 Aug 2002 15:15:25 +0200

rinetd (0.61-1.1) unstable; urgency=low

  * NMU.
  * Fixed detection of numeric addresses. This fixes a bug that occurs when
    starting rinetd in an unconnected machine.
  * Added missing includes.
  * Added -O2 to compilation options. Added -Wall and -Wstring
    compilation options and removed all the warnings.
  * Changed a lot of fprintf(stder,...) to syslogs.
  * The program was reporting a bogus line number in errors.
  * Replaced signal with sigaction.
  * Uses autoconf.
  * Now it logs DNS errors.
  * Checks closing of pid file, this catchs the failure to write the pidfile
    due to a disk full.
  * Removed unused function Sleep.
  * You don't need bind(2) on a socket you'll use for connect(2).
  * Uses compatibility mode 4 of debhelper.
  * Reload rinetd configuration when a PPP connection goues up. This useful
    when using DNS names in /etc/rinetd.conf that can't be resolved without
    an Internet connection. The proper solution to this is to resolve DNS
    names *each time that is needed* (with perhaps a small caching period).
  * Uses logrotate to rotate logs instead of savelog and cron.

 -- Nicolás Lichtmaier <nick@debian.org>  Sat,  4 May 2002 00:27:47 -0300

rinetd (0.61-1) unstable; urgency=low

  * Non maintainer upload
  * New upstream release
  * Updated Standards-Version to 3.5.1
  * Reference to GPL in debian/copyright is corrected to
    /usr/share/common-licenses/GPL
  * Upstream URL in debian/copyright is corrected to
    ftp://ftp.boutell.com/pub/boutell/rinetd/rinetd.tar.gz
  * Upstream changelog will be installed with dh_installchangelogs
    instead of dh_installdocs
  * dh_suidregister call is removed from debian/rules
  * Build-Depends on debhelper added
  * Recompiled with newer debhelper version doing the /usr/doc to
    /usr/share/doc transition for us
  * Moved man pages from /usr/man to /usr/share/man to comply with FHS

 -- Roland Bauerschmidt <rb@debian.org>  Fri, 16 Feb 2001 10:53:19 -0600

rinetd (0.52-2) unstable; urgency=low

  * Add cron.weekly entry for rotating the logs

 -- Gergely Madarasz <gorgo@caesar.elte.hu>  Sat, 16 Jan 1999 01:21:26 +0100

rinetd (0.52-1) unstable; urgency=low

  * New upstream version

 -- Gergely Madarasz <gorgo@caesar.elte.hu>  Fri, 15 Jan 1999 21:22:14 +0100

rinetd (0.41-1) unstable; urgency=low

  * added reload, restart and force-reload entries to init.d script
  * marked init.d script as conffile
  * remove dh_du calls from debian/rules
  * New upstream version

 -- Gergely Madarasz <gorgo@caesar.elte.hu>  Thu,  5 Mar 1998 18:53:03 +0100

rinetd (0.3-1) unstable; urgency=low

  * Initial release

 -- Gergely Madarasz <gorgo@caesar.elte.hu>  Sun,  7 Dec 1997 02:07:00 +0100