]> andersk Git - nss_nonlocal.git/blob - debian/changelog
Debian release 2.2-0debathena1
[nss_nonlocal.git] / debian / changelog
1 libnss-nonlocal (2.2-0debathena1) unstable; urgency=medium
2
3   * New upstream release.
4     - Support glibc 2.27.
5
6  -- Anders Kaseorg <andersk@mit.edu>  Sat, 05 May 2018 15:34:47 -0400
7
8 libnss-nonlocal (2.1-0debathena1) unstable; urgency=low
9
10   * New upstream release.
11     - Support Automake 1.12.
12     - Guard one-time initialization with memory barriers.
13     - Make initgroups_dyn succeed when adding only magic groups.
14   * Rewrite packaging with Debhelper 7.
15   * Move magic user and group creation to separate libnss-nonlocal-common
16     package.
17
18  -- Anders Kaseorg <andersk@mit.edu>  Thu, 13 Jun 2013 04:43:16 -0400
19
20 libnss-nonlocal (2.0-0debathena2) unstable; urgency=low
21
22   * Pre-Depend adduser.
23   * Don’t Build-Depend debhelper 9.
24
25  -- Anders Kaseorg <andersk@mit.edu>  Thu, 16 Aug 2012 20:38:35 -0400
26
27 libnss-nonlocal (2.0-0debathena1) unstable; urgency=low
28
29   * New upstream release.
30     - Fix errno saving and restoring.
31     - Document nss-nonlocal-users and nss-local-users groups in README.
32     - Allow local whitelisting of nonlocal user and group memberships,
33       using the magic local ‘nss-nonlocal-users’ user and group.
34   * Create magic ‘nss-nonlocal-users’ user.
35   * Remove obsolete exclusion of glibc-private dependency.
36   * Use automake 1.10 and autoconf 2.61.
37   * Add multiarch support for distros from the future.
38   * Disable dh_buildinfo, which currently fails at multiarch.
39
40  -- Anders Kaseorg <andersk@mit.edu>  Wed, 30 Mar 2011 04:57:36 -0400
41
42 libnss-nonlocal (1.11-0debathena3) unstable; urgency=low
43
44   * Remove the workaround for buggy CDBS $(CC) splitting (fixed upstream).
45   * Fix cross-compiling on karmic and lucid.
46
47  -- Anders Kaseorg <andersk@mit.edu>  Wed, 23 Jun 2010 21:17:50 -0400
48
49 libnss-nonlocal (1.11-0debathena2) unstable; urgency=low
50
51   * Install lib32nss-nonlocal to the right place on Ubuntu.
52
53  -- Anders Kaseorg <andersk@mit.edu>  Wed, 23 Jun 2010 03:50:33 -0400
54
55 libnss-nonlocal (1.11-0debathena1) unstable; urgency=low
56
57   * New upstream release.
58     - Check that a nonlocal lookup by id returns the right id.
59     - Update licensing to LGPLv2.1+.
60     - Change syslog priority when removing local groups from non-local
61       users
62   * Update build flags for biarch packages (fixes lib32nss-nonlocal path
63     on squeeze).
64   * Fix FTBFS on squeeze due to CDBS’s buggy splitting of multiword
65     $(CC) (Debian bug #576967).
66   * Disable CDBS cross-building logic, to fix a mysterious FTBFS where
67     configure --host fails to find nm.
68   * Bump Standards-Version to 3.8.4 (no changes required).
69   * Bump Debhelper compatibility level to 6.
70   * Set maintainer to me.
71
72  -- Anders Kaseorg <andersk@mit.edu>  Mon, 03 May 2010 00:45:14 -0400
73
74 libnss-nonlocal (1.10-0debathena1) unstable; urgency=low
75
76   * New upstream version.
77     - Disallow numeric nonlocal user/group names that look like local
78       uid/gids.
79
80  -- Anders Kaseorg <andersk@mit.edu>  Fri, 23 Oct 2009 13:49:43 -0400
81
82 libnss-nonlocal (1.9-0debathena2) unstable; urgency=low
83
84   * Also build a biarch lib32nss-nonlocal or lib64nss-nonlocal package.
85
86  -- Anders Kaseorg <andersk@mit.edu>  Fri, 19 Jun 2009 23:54:38 -0400
87
88 libnss-nonlocal (1.9-0debathena1) unstable; urgency=low
89
90   * New upstream version.
91     - Corrects an out-of-memory error in the presence of very large local
92       groups.
93
94  -- Anders Kaseorg <andersk@mit.edu>  Sun, 24 May 2009 17:30:08 -0400
95
96 libnss-nonlocal (1.8-0debathena4) unstable; urgency=low
97
98   * Only exclude glibc-private for new enough libc6, because old
99     dpkg-shlibdeps does not support -x.
100
101  -- Anders Kaseorg <andersk@mit.edu>  Thu, 05 Feb 2009 01:59:08 -0500
102
103 libnss-nonlocal (1.8-0debathena3) unstable; urgency=low
104
105   * Force exclusion of glibc-private dependency.  This is necessary for
106     libnss-nonlocal to build and install with libc6 2.9 in Ubuntu Jaunty
107     and Debian experimental, which now generates an invalid dependency on
108     glibc-private for uses of private glibc symbols.
109
110  -- Anders Kaseorg <andersk@mit.edu>  Sun, 01 Feb 2009 00:26:31 -0500
111
112 libnss-nonlocal (1.8-0debathena2) unstable; urgency=low
113
114   * Change "Debian-Athena Project" to "Debathena Project".
115   * Remove debian/control from version control.
116   * Clean up debian/copyright.
117
118  -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 18:03:22 -0500
119
120 libnss-nonlocal (1.8-0debathena1) unstable; urgency=low
121
122   * Correct the buffer size passed to realloc.
123
124  -- Anders Kaseorg <andersk@mit.edu>  Sat, 09 Aug 2008 22:41:57 -0400
125
126 libnss-nonlocal (1.7-0debathena1) unstable; urgency=low
127
128   * Replace the magic buflen hack with explicit iteration over the nss
129     chain, so that getpwent/getgrent works with nscd enabled.
130   * Fix some memory leaks.
131   * Autotoolfiscate.
132   * Code cleanup.
133
134  -- Anders Kaseorg <andersk@mit.edu>  Tue, 29 Jul 2008 06:57:53 -0400
135
136 libnss-nonlocal (1.6-0debathena1) unstable; urgency=low
137
138   * Use a version script to hide internal symbols.
139
140  -- Anders Kaseorg <andersk@mit.edu>  Sat, 15 Mar 2008 06:42:02 -0400
141
142 libnss-nonlocal (1.5-0debathena1) unstable; urgency=low
143
144   * Add support for NSS_NONLOCAL_IGNORE environment variable, which
145     causes nss_nonlocal to pretend there are no nonlocal users.  This
146     allows us to support letting adduser add users and groups with the
147     same name as a nonlocal user/group.
148
149  -- Tim Abbott <tabbott@mit.edu>  Mon, 25 Feb 2008 19:12:30 -0500
150
151 libnss-nonlocal (1.4-0debathena1) unstable; urgency=low
152
153   * Bug fixes and cleanups.
154
155  -- Anders Kaseorg <andersk@mit.edu>  Fri, 15 Feb 2008 21:39:50 -0500
156
157 libnss-nonlocal (1.3-0debathena2) unstable; urgency=low
158
159   * Set maintainer to debathena@mit.edu.
160
161  -- Tim Abbott <tabbott@mit.edu>  Tue, 29 Jan 2008 22:18:25 -0500
162
163 libnss-nonlocal (1.3-0debathena1) unstable; urgency=low
164
165   * Have initgroups() only add nonlocal groups to nonlocal users.
166   * If a group called nss-local-users exists, add local users to it.
167   * If a group called nss-nonlocal-users exists, add nonlocal users to it.
168   * Create nss-local-users and nss-nonlocal-users at installation.
169
170  -- Tim Abbott <tabbott@mit.edu>  Tue, 29 Jan 2008 22:11:37 -0500
171
172 libnss-nonlocal (1.2) unstable; urgency=low
173
174   * Use a magic buflen instead of thread-local variables, to avoid
175     strange problems on sarge.
176   * Don't link with pthread.
177
178  -- Anders Kaseorg <andersk@mit.edu>  Tue, 07 Aug 2007 22:00:28 -0400
179
180 libnss-nonlocal (1.1) unstable; urgency=low
181
182   * Link with pthread to be safe.
183
184  -- Anders Kaseorg <andersk@mit.edu>  Fri, 03 Aug 2007 21:24:17 -0400
185
186 libnss-nonlocal (1.0-0debathena2) unstable; urgency=low
187
188   * Section: debathena/libs.
189
190  -- Anders Kaseorg <andersk@mit.edu>  Mon, 23 Jul 2007 14:14:46 -0400
191
192 libnss-nonlocal (1.0-0debathena1) unstable; urgency=low
193
194   * Initial release.
195
196  -- Anders Kaseorg <andersk@mit.edu>  Thu, 19 Jul 2007 21:07:50 -0400
This page took 0.208399 seconds and 5 git commands to generate.