chiark / gitweb /
Fix FTCBFS: Use triplet-prefixed build tools. Patch from Helmut Grohne. Closes:...
[authbind.git] / debian / changelog
1 authbind (2.1.2) unstable; urgency=low
2
3   * Cope with programs which set SIGCHLD to SIG_IGN.  (We assume
4     they don't manipulate SIGCHLD on other threads, which is probably
5     true.)  Patch from Marco d'Itri, slightly modified.  Closes:#765587.
6   * Fix one-letter typo in previous changelog entry.
7   * Add -n to gzip -9 rune, to help reproducibility.  Closes:#777727.
8   * Fix FTCBFS: Use triplet-prefixed build tools.
9     Patch from Helmut Grohne.  Closes: #851206.
10
11  --
12
13 authbind (2.1.1+nmu1) unstable; urgency=medium
14
15   * Non-maintainer upload.
16   * Fix mtimes before building binary packages to produce reproducible output
17     Based on patch by akira (Closes: #792945)
18
19  -- Johannes Schauer <josch@debian.org>  Sun, 26 Jul 2015 11:23:35 +0200
20
21 authbind (2.1.1) unstable; urgency=low
22
23   * Manpage has an example of which files will be checked and read
24     Closes: #676540.
25   * Do not include library version number in usage output from helper; the
26     library and package version numbers are not the same, so this is
27     misleading, and we do not want to introduce new machinery just to
28     plumb the package version number through.  Closes: #676440.
29   * Another minor wording fix in the manpage.
30
31  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 10 Jun 2012 23:17:14 +0100
32
33 authbind (2.1.0) unstable; urgency=low
34
35   * Permissions file lines can contain IPv6 mask/length.
36   * Permissions file lines need only contain one port number.
37   * Manpage improvements.
38
39  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 03 Jun 2012 12:33:53 +0100
40
41 authbind (2.0.1) unstable; urgency=low
42
43   Bugfix:
44   * 0-length ipv4 address masks (ie, 0.0.0.0/0) in byuid files wouldn't
45     work because they would attempt a 32-bit shift.  This was reported
46     against Ubuntu in Launchpad but the but is here too.  LP: #514278.
47
48  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 03 Jun 2012 01:50:13 +0100
49
50 authbind (2.0.0) unstable; urgency=medium
51
52   Important new functionality:
53   * Support IPv6.  (Closes: #596921.)
54   * Support ports 512-1023 if the user really wants.
55     Explain the problem more clearly in the manpage.  (Closes: 654706.)
56
57   Bugfixes:
58   * Correct manpage description of helper protocol to have
59     actually-implemented byte order convention.  (Closes: #651694.)
60   * Improve wording in BUGS section of manpage about forking.
61
62   Packaging fixes:
63   * Remove shlibs files.  These are not needed because nothing should
64     actually link to libauthbind.
65   * Update Standards-Version.
66   * Upstream repo is now in git.
67   * Change my email address.
68   * Set Priority to optional as in ftpmaster override file.
69
70  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 02 Jun 2012 01:56:37 +0100
71
72 authbind (1.2.0) unstable; urgency=low
73
74   * Block signals during our child's execution.  Closes: #186439.
75   * manpage: fix subtle error in description of interaction between
76     set-id and LD_PRELOAD.  Closes: #36890.
77   * Say in manpage that we may not work properly with multithreaded
78     programs.  See also Bug#186439.
79   * Make sure we don't try to encode errno's >127 in a status code.
80   * New make variables for improved portability and customisation of
81     locations: LIBS, libexec_dir, HELPER, BINTARGETS.
82   * make clean removes *.core too.
83   * #include <signal.h> in libauthbind.c.
84   * Set SHELL=/bin/bash in debian/rules.  Closes: #374586.
85   * Revert Amaya's accidental change to CC= line in debian/rules.
86   * Debian-native again.  Closes: #393556.
87   * Do not strip if DEB_BUILD_OPTIONS=nostrip (Closes: #436489):
88     - in Makefile, do not set INSTALL_* or STRIP if already set
89     - in rules, export STRIP=: if nostrip
90   * Change my email address in Maintainer: to davenant.
91     
92  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 23 Sep 2007 20:23:50 +0100
93
94 authbind (1.1.5.2-0.2) unstable; urgency=low
95
96   * Non-maintainer upload.
97   * Get rid of the /usr/doc link (Closes: #359363).
98   * Revamped packaging a bit:
99     - Get rid of Build-Depends on libc6-dev (build-essential)
100     - spelling-error-in-copyright Debian/GNU Linux Debian GNU/Linux
101     - Not debian-native anymore
102     - Updated ancient-standards-version to 3.7.2, no changes needed.
103
104  -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 12:28:12 +0200
105
106 authbind (1.1.5.2-0.1) unstable; urgency=low
107
108   * Non-maintainer Upload
109   * Moved man pages to /usr/share/man and docs to
110     /usr/share/doc/authbind. Added a prerm and a postinst script to set
111     the /usr/doc/authbind link. (closes: #91112, #91376, #91387)
112   * Fixed the path to the common licenses in debian/copyright
113   * Added a section and priority field to the changelog
114   * Added support for the `nostrip' and `debug' options in
115     DEB_BUILD_OPTIONS.
116   * Boosted Standards-Version to 3.5.2
117
118  -- Bas Zoetekouw <bas@debian.org>  Sun, 13 May 2001 18:00:52 +0200
119
120 authbind (1.1.5.2) frozen unstable; urgency=low
121
122   * Non-maintainer upload.
123   * Makefile: Add -D_GNU_SOURCE, closes: 89944
124
125  -- Stephen Frost <sfrost@debian.org>  Fri, 16 Mar 2001 19:42:05 -0500
126
127 authbind (1.1.5.1) frozen unstable; urgency=low
128
129   * Non-maintainer upload.
130   * debian/rules (clean): use tab not spaces, so `debian/rules clean'
131     actually works. [#27360]
132   * debian/rules (binary-arch): don't compress the copyright file.
133   * Makefile: install the shared library non-executable.
134  
135  -- James Troup <james@nocrew.org>  Sun,  3 Jan 1999 21:23:50 +0000
136
137 authbind (1.1.5) unstable; urgency=low
138
139   * Fix coredump bug !
140
141  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:32:44 +0100
142
143 authbind (1.1.4) unstable; urgency=low
144
145   * Allow bind() to port 0 !
146
147  -- Ian Jackson <ian@davenant.greenend.org.uk>  Mon, 31 Aug 1998 15:23:30 +0100
148
149 authbind (1.1.3) unstable; urgency=low
150
151   * Make IPPORT_RESERVED check work (oops!).
152
153  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:52:10 +0100
154
155 authbind (1.1.2) unstable; urgency=low
156
157   * Make --deep option actually work (oops).
158
159  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 20:09:39 +0100
160
161 authbind (1.1.1) unstable; urgency=low
162
163   * Fix Description.
164
165  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:34:28 +0100
166
167 authbind (1.1) experimental; urgency=low
168
169   * Allow control of when the LD_PRELOAD is passed on.
170
171  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 16:18:24 +0100
172
173 authbind (1.0) experimental; urgency=low
174
175   * Following testing, we can call this 1.0.
176
177  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sun, 30 Aug 1998 03:15:21 +0100
178
179 authbind (0.1-1) experimental; urgency=low
180
181   * Initial release.
182
183  -- Ian Jackson <ian@davenant.greenend.org.uk>  Sat, 29 Aug 1998 20:10:37 +0100