Gentoo Archives: gentoo-genkernel

From: Sebastian Pipping <sping@g.o>
To: gentoo-genkernel@l.g.o, genkernel <genkernel@g.o>
Subject: [gentoo-genkernel] genkernel 3.4.23 released
Date: Fri, 13 Jan 2012 22:03:22
Message-Id: 4F10AA0B.7010504@gentoo.org
1 +*genkernel-3.4.23 (13 Jan 2012)
2 +
3 + 13 Jan 2012; Sebastian Pipping <sping@g.o>
4 +genkernel-3.4.23.ebuild:
5 + Bump to genkernel 3.4.23, busybox 1.19.3, e2fsprogs 1.42, fuse 2.8.6, lvm
6 + 2.02.88, unionfs-fuse 0.24
7 +
8
9
10 # git diff v3.4.22.1..v3.4.23 ChangeLog | /bin/grep '^+\($\| \)' \
11 | sed 's|^+ *||' | xsel
12 13 Jan 2012; Sebastian Pipping <sping@g.o> genkernel:
13 Bump version to 3.4.23
14
15 13 Jan 2012; Sebastian Pipping <sping@g.o>
16 +patches/busybox/1.19.3/1.18.1-openvt.diff,
17 +patches/busybox/1.19.3/busybox-1.7.4-signal-hack.patch:
18 Copy patches from busybox/1.18.1 to busybox/1.19.3
19
20 13 Jan 2012; Sebastian Pipping <sping@g.o>
21 +patches/e2fsprogs/1.42/e2fsprogs-1.41.12-getpagesize.patch:
22 Add a patch for e2fsprogs/1.42 from main tree
23
24 13 Jan 2012; Sebastian Pipping <sping@g.o>
25 +patches/lvm/2.02.88/lvm2-2.02.72-no-export-dynamic.patch:
26 Copy patch from lvm/2.02.74 to lvm/2.02.88
27
28 13 Jan 2012; Robin H. Johnson <robbat2@g.o> gen_determineargs.sh:
29 Prior to commit a141d715, CMD_NOINSTALL had no default set, but most of the
30 usages were of the form "! isTrue ${CMD_NOINSTALL}", which on an unset
31 value,
32 came out as false. These were replaced by "isTrue ${CMD_INSTALL}", but my
33 analysis of the needed default value was wrong, and was set to false instead
34 of true.
35
36 13 Jan 2012; Sebastian Pipping <sping@g.o> genkernel.conf:
37 Replace "# FOO=bar" by "#FOO=bar" in genkernel.conf to (1) distinguish
38 commented-out options from their explanatory comments and (2) to return
39 consistenty (bug #398471)
40
41 12 Jan 2012; Sebastian Pipping <sping@g.o> gen_compile.sh:
42 Support application of patches before compilation for tools which previously
43 lacked that support. Special thanks to Tomasz Wasiak (bug #398469)