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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
|
# ChangeLog for sys-apps/systemd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.81 2013/03/09 13:47:44 mgorny Exp $
*systemd-198 (09 Mar 2013)
09 Mar 2013; Michał Górny <mgorny@gentoo.org>
+files/199-0001-Disable-udev-targets.patch, +systemd-198.ebuild,
files/198-0001-Disable-udev-targets.patch, metadata.xml, systemd-9999.ebuild:
Version bump. Move nss_myhostname to rootfs and install zsh completion (both
bug #460640). Update the live version patch.
06 Mar 2013; Michał Górny <mgorny@gentoo.org>
files/198-0001-Disable-udev-targets.patch:
Rebase the future -198 build split patch on current git HEAD. Requested in bug
#460538.
24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> systemd-197-r1.ebuild:
Add ~ppc64, wrt bug #458360
08 Feb 2013; Michał Górny <mgorny@gentoo.org>
+files/198-0001-Disable-udev-targets.patch, systemd-9999.ebuild:
Update wrt changes to udev ebuild.
21 Jan 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
systemd-197-r1.ebuild, systemd-9999.ebuild:
Block nss-myhostname since it was merged into systemd-197 (bug#453026, thanks
to Michał Bartoszkiewicz).
21 Jan 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Append to the DEPEND variable instead of overwriting it.
21 Jan 2013; Mike Gilbert <floppym@gentoo.org> systemd-9999.ebuild:
Update live ebuild with previous change.
21 Jan 2013; Mike Gilbert <floppym@gentoo.org> systemd-197-r1.ebuild:
udev-197-r3 is good enough as it does install sd-daemon.h.
21 Jan 2013; Michał Górny <mgorny@gentoo.org> -systemd-196.ebuild,
systemd-197-r1.ebuild, systemd-9999.ebuild:
Drop old as requested by ssuominen. Bump udev requirement to avoid bug
#452972.
*systemd-197-r1 (21 Jan 2013)
21 Jan 2013; Mike Gilbert <floppym@gentoo.org> +systemd-197-r1.ebuild,
-systemd-197.ebuild, systemd-9999.ebuild:
Disable SysV init script compatibility. Thanks to Michał Bartoszkiewicz on bug
453260.
20 Jan 2013; Michał Górny <mgorny@gentoo.org> systemd-197.ebuild,
systemd-9999.ebuild:
Remove pointless README files installed in random system locations.
19 Jan 2013; Michał Górny <mgorny@gentoo.org>
files/197-0001-Disable-udev-targets.patch, systemd-197.ebuild,
systemd-9999.ebuild:
Fix installing udev rules for the new udev location.
*systemd-197 (18 Jan 2013)
18 Jan 2013; Michał Górny <mgorny@gentoo.org> +systemd-197.ebuild,
files/197-0001-Disable-udev-targets.patch, systemd-9999.ebuild:
Commit the incomplete/broken ebuild to let people submit patches.
11 Jan 2013; Michał Górny <mgorny@gentoo.org> -systemd-195.ebuild,
systemd-196.ebuild, systemd-9999.ebuild:
Bump the sys-apps/dbus dependency, per bug #451402. Drop old.
08 Jan 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Remove unnecessary enewuser/enewgroup -- spotted by WilliamH.
08 Jan 2013; Michał Górny <mgorny@gentoo.org> systemd-9999.ebuild:
Update the journald catalogs when rebuilding systemd.
17 Dec 2012; Michał Górny <mgorny@gentoo.org> systemd-196.ebuild,
systemd-9999.ebuild:
Bump to EAPI=5 to make Paludis happy, bug #447524.
*systemd-9999 (15 Dec 2012)
15 Dec 2012; Michał Górny <mgorny@gentoo.org>
+files/197-0001-Disable-udev-targets.patch, +systemd-9999.ebuild:
Import the live ebuild.
05 Dec 2012; Michał Górny <mgorny@gentoo.org> metadata.xml,
systemd-196.ebuild:
Make kmod optional, bug #446138.
04 Dec 2012; Michał Górny <mgorny@gentoo.org>
+files/196-0002-Don-t-fail-with-missing-gcrypt-macros.patch,
systemd-196.ebuild:
Do not require libgcrypt macros when gcrypt is disabled, bug #445920.
*systemd-196 (02 Dec 2012)
02 Dec 2012; Michał Górny <mgorny@gentoo.org>
+files/196-0001-Disable-udev-targets.patch, +systemd-196.ebuild,
-files/0001-Disable-udev-targets-for-udev-189.patch,
-files/0002-journald-add-missing-includes.patch,
-files/0003-journal-add-HAVE_XZ-check-to-avoid-build-failure.patch,
-files/0004-journal-don-t-try-to-compress-without-XZ.patch,
-files/191-0002-journal-bring-mmap-cache-prototype-in-sync.patch,
-files/191-0003-log-fix-repeated-invocation-of-vsnprintf-vaprintf-in.patch,
-files/update-etc-systemd-symlinks.path,
-files/update-etc-systemd-symlinks.service,
-files/update-etc-systemd-symlinks.sh:
Version bump. Enable Python support. Drop old patches.
01 Dec 2012; Michał Górny <mgorny@gentoo.org> -systemd-189-r3.ebuild,
-systemd-191-r1.ebuild, -systemd-192.ebuild, -systemd-193.ebuild,
-systemd-194.ebuild:
Drop old.
27 Oct 2012; Michał Górny <mgorny@gentoo.org> systemd-195.ebuild:
Disable storing coredumps again, since it is insecure (bug #433457, c9).
26 Oct 2012; Michał Górny <mgorny@gentoo.org> systemd-195.ebuild:
Fix udev dep, once and for all.
*systemd-195 (26 Oct 2012)
26 Oct 2012; Michał Górny <mgorny@gentoo.org> +systemd-195.ebuild,
metadata.xml:
Version bump. Re-enable coredumps since a tool to read them was introduced.
Add USE=vanilla to disable Gentoo-specific quirks as requested by Léo Gillot-
Lamure (via mail). Remove PAM .la file wrt bug #424900.
04 Oct 2012; Michał Górny <mgorny@gentoo.org> systemd-194.ebuild:
Preserve empty directories, per bug #437008.
*systemd-194 (04 Oct 2012)
04 Oct 2012; Michał Górny <mgorny@gentoo.org> +systemd-194.ebuild:
Version bump.
*systemd-193 (30 Sep 2012)
30 Sep 2012; Michał Górny <mgorny@gentoo.org> +systemd-193.ebuild,
metadata.xml:
Version bump.
*systemd-192 (26 Sep 2012)
26 Sep 2012; Michał Górny <mgorny@gentoo.org> +systemd-192.ebuild:
Version bump.
*systemd-191-r1 (26 Sep 2012)
26 Sep 2012; Michał Górny <mgorny@gentoo.org>
+files/191-0003-log-fix-repeated-invocation-of-vsnprintf-vaprintf-in.patch,
+systemd-191-r1.ebuild, -systemd-190.ebuild, -systemd-191.ebuild:
Fix libc segfault, bug #436196.
24 Sep 2012; Michał Górny <mgorny@gentoo.org>
+files/191-0001-Disable-udev-targets-for-udev-190.patch,
+files/191-0002-journal-bring-mmap-cache-prototype-in-sync.patch,
-files/0001-Disable-udev-targets-for-udev-190.patch, systemd-191.ebuild:
Fix journald prototype missync, bug #436098.
*systemd-191 (22 Sep 2012)
*systemd-190 (22 Sep 2012)
22 Sep 2012; Michał Górny <mgorny@gentoo.org>
+files/0001-Disable-udev-targets-for-udev-190.patch, +systemd-190.ebuild,
+systemd-191.ebuild:
Version bump.
21 Sep 2012; Michał Górny <mgorny@gentoo.org>
-files/0001-Disable-udev-targets-for-udev-188.patch,
-files/0001-util-never-follow-symlinks-in-rm_rf_children.patch,
-files/0002-journal-PAGE_SIZE-is-not-known-on-ppc-and-other-arch.patch,
-systemd-44-r2.ebuild:
Drop old.
*systemd-189-r3 (17 Sep 2012)
17 Sep 2012; Michał Górny <mgorny@gentoo.org>
+files/0004-journal-don-t-try-to-compress-without-XZ.patch,
+systemd-189-r3.ebuild, -systemd-189-r2.ebuild:
Backport patch for journal storage without USE=lzma, wrt bug #434972.
*systemd-189-r2 (08 Sep 2012)
08 Sep 2012; Michał Górny <mgorny@gentoo.org> +systemd-189-r2.ebuild,
-systemd-189-r1.ebuild:
Actually enable /var/lock and /var/run mounts. Stupid me.
07 Sep 2012; Michał Górny <mgorny@gentoo.org> systemd-189-r1.ebuild:
sulogin has been moved to util-linux, adjust the dep.
*systemd-189-r1 (03 Sep 2012)
03 Sep 2012; Michał Górny <mgorny@gentoo.org> +files/var-lock.mount,
+files/var-run.mount, +systemd-189-r1.ebuild, -systemd-188-r1.ebuild,
-systemd-189.ebuild:
Fix missing /var/lock & /var/run mountpoints, bug #433607.
28 Aug 2012; Zac Medico <zmedico@gentoo.org> systemd-188-r1.ebuild,
systemd-189.ebuild:
Fix COMMON_RDEPEND typo for bug #432794.
25 Aug 2012; Michał Górny <mgorny@gentoo.org>
+files/0003-journal-add-HAVE_XZ-check-to-avoid-build-failure.patch,
systemd-189.ebuild:
Backport patch for USE=-lzma build failure. Bug #432700.
*systemd-189 (24 Aug 2012)
24 Aug 2012; Michał Górny <mgorny@gentoo.org>
+files/0001-Disable-udev-targets-for-udev-189.patch,
+files/0002-journald-add-missing-includes.patch, +systemd-189.ebuild,
metadata.xml:
Version bump.
*systemd-188-r1 (15 Aug 2012)
15 Aug 2012; Michał Górny <mgorny@gentoo.org>
+files/0001-Disable-udev-targets-for-udev-188.patch, +systemd-188-r1.ebuild,
-files/0001-Disable-udev-targets.patch, -systemd-188.ebuild:
Revbump and sync for udev-188. Install logind udev rules wrt bug #431152.
11 Aug 2012; Michał Górny <mgorny@gentoo.org> metadata.xml,
systemd-188.ebuild:
Remove leftover from USE=doc, and cleanup metadata.xml.
11 Aug 2012; Michał Górny <mgorny@gentoo.org>
files/0001-Disable-udev-targets.patch:
Update the udev removal patch to remove two more rule files, wrt #430872.
*systemd-188 (11 Aug 2012)
11 Aug 2012; Michał Górny <mgorny@gentoo.org>
+files/0001-Disable-udev-targets.patch, +systemd-188.ebuild,
-files/0001-udev-add-lib-udev-rules.d-to-rules-directories.patch,
-files/40-gentoo.rules, -systemd-186.ebuild, -systemd-187.ebuild,
metadata.xml:
Version bump. Use sys-fs/udev again.
09 Aug 2012; Michał Górny <mgorny@gentoo.org> metadata.xml,
systemd-44-r2.ebuild:
Fix the dep to accept udev-187-r1, wrt bug #430470.
*systemd-44-r2 (09 Aug 2012)
09 Aug 2012; Michał Górny <mgorny@gentoo.org> +systemd-44-r2.ebuild,
-systemd-29-r3.ebuild, -systemd-29-r6.ebuild, -systemd-39.ebuild,
-systemd-44-r1.ebuild:
Drop old, and require older udev in older systemd.
*systemd-187 (06 Aug 2012)
06 Aug 2012; Michał Górny <mgorny@gentoo.org>
+files/0001-udev-add-lib-udev-rules.d-to-rules-directories.patch,
+systemd-187.ebuild:
Version bump. Update udev firmware search path and add /lib support patch.
*systemd-186 (09 Jul 2012)
09 Jul 2012; Michał Górny <mgorny@gentoo.org> +files/40-gentoo.rules,
+systemd-186.ebuild, -systemd-185.ebuild:
Version bump. Integrate some code from the udev ebuild.
22 Jun 2012; Michał Górny <mgorny@gentoo.org> systemd-185.ebuild:
Disable out-of-source build wrt bug #422927.
*systemd-185 (20 Jun 2012)
20 Jun 2012; Michał Górny <mgorny@gentoo.org> +systemd-185.ebuild,
metadata.xml:
Version bump. The new version comes with bundled udev and is highly
experimental. You need to put udev in package.provided to use it, and beware -
something will break, certainly.
24 May 2012; Mike Frysinger <vapier@gentoo.org> systemd-29-r3.ebuild,
systemd-29-r6.ebuild, systemd-39.ebuild, systemd-44-r1.ebuild:
Inherit user for enewuser/etc...
*systemd-44-r1 (02 May 2012)
02 May 2012; Michał Górny <mgorny@gentoo.org> -systemd-44.ebuild,
+systemd-44-r1.ebuild:
systemd-analyze works only with py2.7, wrt bug #413755.
06 Apr 2012; Michał Górny <mgorny@gentoo.org> systemd-44.ebuild,
+files/0002-journal-PAGE_SIZE-is-not-known-on-ppc-and-other-arch.patch:
Add a patch for ARM and keyword wrt bug #410973.
05 Apr 2012; Michał Górny <mgorny@gentoo.org> systemd-44.ebuild:
Avoid installing duplicate systemadm manpage.
*systemd-44 (05 Apr 2012)
05 Apr 2012; Michał Górny <mgorny@gentoo.org> -systemd-43.ebuild,
+systemd-44.ebuild,
+files/0001-util-never-follow-symlinks-in-rm_rf_children.patch:
Version bump wrt bug #376047.
04 Apr 2012; Michał Górny <mgorny@gentoo.org> systemd-29-r3.ebuild,
systemd-29-r6.ebuild, systemd-39.ebuild, systemd-43.ebuild:
Add doc building deps wrt bug #410615.
08 Mar 2012; Michał Górny <mgorny@gentoo.org> systemd-43.ebuild:
Restore UI parts in the ebuild.
05 Mar 2012; Michał Górny <mgorny@gentoo.org> -systemd-37-r1.ebuild,
-systemd-37-r4.ebuild, -systemd-38-r1.ebuild:
Due to security bug #406655, remove offending versions.
*systemd-43 (23 Feb 2012)
23 Feb 2012; Michał Górny <mgorny@gentoo.org> +systemd-43.ebuild:
Version bump.
*systemd-39 (02 Feb 2012)
02 Feb 2012; Michał Górny <mgorny@gentoo.org> +systemd-39.ebuild:
Version bump.
*systemd-38-r1 (21 Jan 2012)
*systemd-37-r4 (21 Jan 2012)
*systemd-29-r6 (21 Jan 2012)
21 Jan 2012; Michał Górny <mgorny@gentoo.org> -systemd-29-r5.ebuild,
+systemd-29-r6.ebuild, -systemd-37-r3.ebuild, +systemd-37-r4.ebuild,
-systemd-38.ebuild, +systemd-38-r1.ebuild:
Fix installing pam_systemd.so to /lib*/security. Also, backport a few other
fixes.
14 Jan 2012; William Hubbs <williamh@gentoo.org> systemd-29-r3.ebuild,
systemd-29-r5.ebuild, systemd-37-r1.ebuild, systemd-37-r3.ebuild,
systemd-38.ebuild:
move the creation of /run to pkg_postinst (approved by mgorny)
*systemd-38 (11 Jan 2012)
11 Jan 2012; Michał Górny <mgorny@gentoo.org> +systemd-38.ebuild:
Version bump. This is the first release including systemd-journald for
logging.
*systemd-37-r3 (10 Jan 2012)
*systemd-29-r5 (10 Jan 2012)
10 Jan 2012; Michał Górny <mgorny@gentoo.org> -systemd-29-r4.ebuild,
+systemd-29-r5.ebuild, -systemd-37-r2.ebuild, +systemd-37-r3.ebuild:
Add systemctl compatibility symlink.
*systemd-37-r2 (06 Jan 2012)
*systemd-29-r4 (06 Jan 2012)
06 Jan 2012; Michał Górny <mgorny@gentoo.org> systemd-29-r3.ebuild,
+systemd-29-r4.ebuild, systemd-37-r1.ebuild, +systemd-37-r2.ebuild,
+files/update-etc-systemd-symlinks.path,
+files/update-etc-systemd-symlinks.service,
+files/update-etc-systemd-symlinks.sh:
Migrate to /usr.
*systemd-37-r1 (12 Dec 2011)
*systemd-29-r3 (12 Dec 2011)
12 Dec 2011; Michał Górny <mgorny@gentoo.org> -systemd-29-r2.ebuild,
+systemd-29-r3.ebuild, -systemd-37.ebuild, +systemd-37-r1.ebuild,
+files/gentoo-run.conf:
Create /run/lock as enforced by new OpenRC.
06 Nov 2011; Michał Górny <mgorny@gentoo.org> systemd-37.ebuild:
Re-introduce keywords to the systemd ebuild as package.mask entry was
introduced.
*systemd-37 (16 Oct 2011)
16 Oct 2011; Michał Górny <mgorny@gentoo.org> -systemd-36.ebuild,
+systemd-37.ebuild:
Version bump.
*systemd-36 (25 Sep 2011)
25 Sep 2011; Michał Górny <mgorny@gentoo.org> -systemd-32.ebuild,
-systemd-35.ebuild, +systemd-36.ebuild:
Version bump. Still masked due to udev dep.
*systemd-35 (05 Sep 2011)
05 Sep 2011; Michał Górny <mgorny@gentoo.org> +systemd-35.ebuild:
Version bump. Still masked due to udev not bumped.
*systemd-29-r2 (15 Aug 2011)
15 Aug 2011; Michał Górny <mgorny@gentoo.org> -systemd-29-r1.ebuild,
+systemd-29-r2.ebuild:
Backport a few ebuild changes to -29: delay kernel checks and make them
non-obligatory, report optional deps, bump vala slot.
*systemd-32 (09 Aug 2011)
09 Aug 2011; Michał Górny <mgorny@gentoo.org> +systemd-32.ebuild:
Version bump. Committing unkeyworded as udev is delaying bump, bug #375263.
24 Jun 2011; Michał Górny <mgorny@gentoo.org> systemd-29-r1.ebuild:
Add systemd inherit to silence the new portage QA warning.
*systemd-29-r1 (24 Jun 2011)
24 Jun 2011; Michał Górny <mgorny@gentoo.org> -systemd-28.ebuild,
-systemd-29.ebuild, +systemd-29-r1.ebuild:
Use bash-completion eclass to install bash completion file correctly.
Temp-install docs to ${D}/tmp as well.
*systemd-29 (17 Jun 2011)
17 Jun 2011; Michał Górny <mgorny@gentoo.org> +systemd-29.ebuild:
Version bump.
15 Jun 2011; Michał Górny <mgorny@gentoo.org> systemd-28.ebuild,
metadata.xml:
Support plymouth as requested by Christoph Brill.
10 Jun 2011; Michał Górny <mgorny@gentoo.org> metadata.xml:
Switch the maintainer to systemd@g.o alias.
08 Jun 2011; Michał Górny <mgorny@gentoo.org> systemd-28.ebuild:
Fix DESCRIPTION. Rely on dbus-1.4.10 to set up /etc/machine-id for us. Add a
warning about downsides of having /etc/mtab symlinked, reformat messages.
07 Jun 2011; Michał Górny <mgorny@gentoo.org> systemd-28.ebuild,
metadata.xml:
Support libcryptsetup, misc fixes.
06 Jun 2011; Robert Piasek <dagger@gentoo.org> metadata.xml:
Add dagger to metadata as maintainer
*systemd-28 (06 Jun 2011)
06 Jun 2011; Michał Górny <mgorny@gentoo.org> +systemd-28.ebuild,
+metadata.xml:
Introduce sys-apps/systemd wrt bug #318365. The ebuild is currently
hard-masked for testing.
|