File: changelog

package info (click to toggle)
libcgic 2.05-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 268 kB
  • ctags: 293
  • sloc: ansic: 2,708; makefile: 25
file content (182 lines) | stat: -rw-r--r-- 6,634 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
libcgic (2.05-3) unstable; urgency=low

  * debian/control: Suggests: httpd.  Closes: #600138.
  * debian/control: Fixed debhelper-but-no-misc-depends.

 -- Bart Martens <bartm@debian.org>  Sun, 13 May 2012 08:33:04 +0000

libcgic (2.05-2) unstable; urgency=low

  * debian/control: Standards-Version, Homepage.

 -- Bart Martens <bartm@debian.org>  Sun, 13 Jul 2008 09:31:48 +0200

libcgic (2.05-1) unstable; urgency=low

  * New maitnainer.  Closes: #438643.
  * New upstream release.
  * debian/*: Repackaged with cdbs.
  * debian/changelog-upstream.html: Removed.
  * debian/Makefile.examples: Removed.
  * debian/README.Debian: Removed.
  * debian/copyright: Updated.
  * debian/watch: Updated.

 -- Bart Martens <bartm@knars.be>  Sun, 19 Aug 2007 09:18:53 +0200

libcgic (1.07-3) unstable; urgency=low

  * Policy version 3.5.8:
    - CFLAGS now always contains -g; DEB_BUILD_OPTIONS=debug just adds
      -DCGICDEBUG.
    - Support DEB_BUILD_OPTIONS=noopt to build without optimizations.
    - Drop /usr/doc symlink.
  * Use debhelper in version 3 mode.
  * Suggest libgd1-noxpm and libgd-noxpm-dev as real alternatives for the
    virtual packages libgd1 and libgd-dev respectively.

 -- Colin Watson <cjwatson@debian.org>  Fri, 24 Jan 2003 22:25:57 +0000

libcgic (1.07-2) unstable; urgency=low

  * debian/rules: Use dpkg-parsechangelog rather than parsing `pwd`. Other
    cleanups.
  * Policy version 3.5.6.

 -- Colin Watson <cjwatson@debian.org>  Sun, 16 Sep 2001 06:22:55 +0100

libcgic (1.07-1) unstable; urgency=low

  * New maintainer (closes: #68591).
  * New upstream release:
    - Fixed a fencepost error causing various functions to return
      cgiFormTruncated if the returned string fit the buffer exactly.
  * Standards-Version: 3.5.0:
    - Build dependencies.
    - Support DEB_BUILD_OPTIONS.
    - Don't install shared libraries executable (though dh_fixperms fixed
      this anyway).
    - The postinst of libcgicg1 didn't have a debhelper token, so the
      /usr/doc link got lost. Fixed.
    - Added postrm with missing ldconfig call (triggers lintian bug #82479).
  * Build with debhelper v2.
  * Build libraries with -D_REENTRANT, as per policy 2.1.3.0. (Does anyone
    actually use threaded CGI scripts?)

  * Removed old libc5 packages libcgic1 and libcgic1-altdev, and got rid of
    the consequent cruft from debian/rules (to all intents and purposes this
    closes: #74254, especially since the libgd development packages for
    libc5 have also been dropped; also see the next changelog entry).
  * Use new names of libgd packages (libgd1 and libgd-dev) (closes: #74212).
  * Moved support.txt to the runtime package.
  * Constructed an upstream changelog from cgic.html.
  * Removed unnecessary call to dh_suidregister.
  * Other miscellaneous packaging cleanups.

  * Correctly prototype cgiMain() (closes: #77544).
  * Applied Ian Jackson's suggestions for cgic-capture (closes: #77652):
    - Change all /tmp references to use the current directory instead. Added
      documentation that the current directory needs to be writeable.
    - Revert an earlier Debian patch which coped with the security issues of
      writing into /tmp by opening with O_WRONLY | O_CREAT | O_EXCL. Since a
      CGI script's current directory may reasonably be assumed to be secure,
      this isn't necessary.
    - Since capture is far from the best way to debug CGI scripts, we don't
      ship it as a separate package any more. Instead, install it as one of
      the examples in libcgicg1-dev, like cgictest.c; those who need it for
      debugging can compile it themselves, since they must be doing the same
      for the script they're debugging anyway. An abridged copy of the main
      Makefile is provided.
    - Check return code of cgiReadEnvironment() and cgiWriteEnvironment() in
      cgictest.c and capture.c respectively.
  * Fix format string in cgictest.c (%s -> %d).

 -- Colin Watson <cjwatson@debian.org>  Wed,  7 Feb 2001 00:33:25 +0000

libcgic (1.06-4) unstable; urgency=low

  * Debian QA upload.
  * debian/rules: Build libc5 packages conditionally (closes: #51181).

 -- Torsten Landschoff <torsten@debian.org>  Thu, 25 Nov 1999 11:42:32 +0100

libcgic (1.06-3) unstable; urgency=low

  * Fix /home/boutell/... nonsense. (closes: #42514, #43062) 
  * Orphaned package.

 -- Brian Bassett <brianb@debian.org>  Thu, 14 Oct 1999 00:09:39 -0700

libcgic (1.06-2) unstable; urgency=low

  * Recompile against potato libraries. (#40341, #40342)
  * Downgrade httpd Depends on library packages to Recommends.

 -- Brian Bassett <brianb@debian.org>  Wed, 28 Jul 1999 08:30:25 -0700

libcgic (1.06-1) frozen unstable; urgency=high

  * New upstream version.
    + Fixes cgiFormEntryString buffer overflow exploit.
    + Removes cgiSaferSystem.

 -- Brian Bassett <brianb@debian.org>  Fri, 15 Jan 1999 17:29:48 -0800

libcgic (1.05-8) unstable; urgency=low

  * Fixed lintian errors
    + postinst-must-call-ldconfig
    + reade-debian-is-debmake-template

 -- Brian Bassett <brianb@debian.org>  Wed, 26 Aug 1998 20:18:06 -0700

libcgic (1.05-7) unstable; urgency=low

  * Moved package to main, as the announcement requirement is no more
    onerous than the BSD license. 
  * Changed maintainer address.

 -- Brian Bassett <brianb@debian.org>  Sun, 23 Aug 1998 01:03:12 -0700

libcgic (1.05-6) unstable; urgency=low

  * Fixed more lintian stuff.
    - Especially the ldconfig-symlinks (#19348)

 -- Brian Bassett <brian@butterfly.ml.org>  Sat, 14 Mar 1998 15:52:39 -0800

libcgic (1.05-5) unstable; urgency=low

  * Fixed lintian warnings/errors.

 -- Brian Bassett <brian@butterfly.ml.org>  Tue, 10 Feb 1998 15:52:09 -0800

libcgic (1.05-4) unstable; urgency=low

  * Fixed debian/rules not to hardcode /usr/i486-linuxlibc1 in -altdev.
    Apologies for the brain fart. :-)

 -- Brian Bassett <brian@butterfly.ml.org>  Sat, 17 Jan 1998 21:24:34 -0800

libcgic (1.05-3) unstable; urgency=low

  * Fixed libgdg1 => libgd1g
  * Switched from debmake to debhelper
    - As a result, build libc5 libs only on i386.  (Haven't figure out how
      to do this like it used to be done with debmake. :-< )
  * Added cgic-capture package

 -- Brian Bassett <brian@butterfly.ml.org>  Sun, 14 Dec 1997 14:51:27 -0800

libcgic (1.05-2) unstable; urgency=low

  * Changed package names to more policy-compliant libcgic* from old cgic*
  * Added Suggests: control line for libgd

 -- Brian Bassett <brian@butterfly.ml.org>  Sat,  6 Dec 1997 00:52:15 -0800

cgic (1.05-1) unstable; urgency=low

  * Initial Release.

 -- Brian Bassett <brian@butterfly.ml.org>  Tue, 11 Nov 1997 17:28:04 -0800