summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version bumpAnthony G. Basile2013-09-171-14/+16
| | | | (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
* Version bumpAnthony G. Basile2013-09-172-1/+56
| | | | (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
* Version bump to 1.5_beta. EAPI 5. Dropped the patches that were applied ↵Tom Wijsman2013-09-171-5/+12
| | | | | | upstream. Fixes bug #485148, reported by Manuel Rüger (mrueg). (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
* Version bump to 1.5_beta. EAPI 5. Dropped the patches that were applied ↵Tom Wijsman2013-09-173-2/+133
| | | | | | upstream. Fixes bug #485148, reported by Manuel Rüger (mrueg). (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
* Revision bump. Add systemd service unit. Add tools USE flag that install ↵Tom Wijsman2013-09-171-18/+13
| | | | | | halog and iprange. EAPI 5. Part of the changes are contributed by Bertrand Jacquin (beber), fixes bug #466404. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
* Revision bump. Add systemd service unit. Add tools USE flag that install ↵Tom Wijsman2013-09-174-17/+173
| | | | | | halog and iprange. EAPI 5. Part of the changes are contributed by Bertrand Jacquin (beber), fixes bug #466404. (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
* Add multilib_build_binaries function to multilib-build eclassThomas Sachau2013-09-172-2/+14
|
* ~sparc wrt bz 449184Jack Morgan2013-09-173-24/+7
|
* sys-fs/aufs-util: Bump to latest aufs3 releaseJustin Lecher2013-09-171-14/+18
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
* sys-fs/aufs-util: Bump to latest aufs3 releaseJustin Lecher2013-09-173-1/+84
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
* sys-fs/aufs-headers: Bump to latest aufs3 releaseJustin Lecher2013-09-171-14/+18
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
* sys-fs/aufs-headers: Bump to latest aufs3 releaseJustin Lecher2013-09-173-1/+66
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
* Version bump. Added dash module back and it can be installed optionally. bashAmadeusz Piotr Żołnowski2013-09-171-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is a module too, now and can be disable at initramfs build time. NEWS ~~~~ dracut-033 ========== - improved hostonly device recognition - improved hostonly module recognition - add dracut.css for dracut.html - do not install udev rules from /etc in generic mode - fixed LABEL= parsing for swap devices - fixed iBFT network setup - url-lib.sh: handle 0-size files with curl - dracut.asc: document debugging dracut on shutdown - if rd.md=0, use dmraid for imsm and ddf - skip empty dracut modules - removed caching of kernel cmdline - fixed iso-scan, if the loop device driver is a kernel module - bcache: support new blkid - fixed ifup udev rules - ifup with dhcp, if no "ip=" specified for the interface dracut-032 ========== - add parameter --print-cmdline This prints the kernel command line parameters for the current disk layout. $ dracut --print-cmdline rd.luks.uuid=luks-e68c8906-6542-4a26-83c4-91b4dd9f0471 rd.lvm.lv=debian/root rd.lvm.lv=debian/usr root=/dev/mapper/debian-root rootflags=rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered rootfstype=ext4 - dracut.sh: add --persistent-policy option and persistent_policy conf option --persistent-policy <policy>: Use <policy> to address disks and partitions. <policy> can be any directory name found in /dev/disk. E.g. "by-uuid", "by-label" - dracut now creates the initramfs without udevadm that means the udev database does not have to populated and the initramfs can be built in a chroot with /sys /dev /proc mounted - renamed dracut_install() to inst_multiple() for consistent naming - if $libdirs is unset, fall back to ld.so.cache paths - always assemble /usr device in initramfs - bash module added (disable it, if you really want dash) - continue to boot, if the main loop times out, in systemd mode - removed inst*() shell pure versions, dracut-install binary is in charge now - fixed ifcfg file generation for vlan - do not include adjtime and localtime anymore - install vt102 terminfo dracut_install() is still there for backwards compat - do not strip files in FIPS mode - fixed iBFT interface configuration - fs-lib: install fsck and fsck.ext* - shutdown: fixed killall_proc_mountpoint() - network: also wait for ethernet interfaces to setup - fixed checking for FIPS mode (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
* Version bump. Added dash module back and it can be installed optionally. bashAmadeusz Piotr Żołnowski2013-09-1710-13/+454
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is a module too, now and can be disable at initramfs build time. NEWS ~~~~ dracut-033 ========== - improved hostonly device recognition - improved hostonly module recognition - add dracut.css for dracut.html - do not install udev rules from /etc in generic mode - fixed LABEL= parsing for swap devices - fixed iBFT network setup - url-lib.sh: handle 0-size files with curl - dracut.asc: document debugging dracut on shutdown - if rd.md=0, use dmraid for imsm and ddf - skip empty dracut modules - removed caching of kernel cmdline - fixed iso-scan, if the loop device driver is a kernel module - bcache: support new blkid - fixed ifup udev rules - ifup with dhcp, if no "ip=" specified for the interface dracut-032 ========== - add parameter --print-cmdline This prints the kernel command line parameters for the current disk layout. $ dracut --print-cmdline rd.luks.uuid=luks-e68c8906-6542-4a26-83c4-91b4dd9f0471 rd.lvm.lv=debian/root rd.lvm.lv=debian/usr root=/dev/mapper/debian-root rootflags=rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered rootfstype=ext4 - dracut.sh: add --persistent-policy option and persistent_policy conf option --persistent-policy <policy>: Use <policy> to address disks and partitions. <policy> can be any directory name found in /dev/disk. E.g. "by-uuid", "by-label" - dracut now creates the initramfs without udevadm that means the udev database does not have to populated and the initramfs can be built in a chroot with /sys /dev /proc mounted - renamed dracut_install() to inst_multiple() for consistent naming - if $libdirs is unset, fall back to ld.so.cache paths - always assemble /usr device in initramfs - bash module added (disable it, if you really want dash) - continue to boot, if the main loop times out, in systemd mode - removed inst*() shell pure versions, dracut-install binary is in charge now - fixed ifcfg file generation for vlan - do not include adjtime and localtime anymore - install vt102 terminfo dracut_install() is still there for backwards compat - do not strip files in FIPS mode - fixed iBFT interface configuration - fs-lib: install fsck and fsck.ext* - shutdown: fixed killall_proc_mountpoint() - network: also wait for ethernet interfaces to setup - fixed checking for FIPS mode (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
* Remove poppler mask as everything works nowPatrick Lauer2013-09-172-6/+5
|
* Fix bug 485178 - Correct SELINUX_DEVEL_PATH to handle semanage and ↵Sven Vermeulen2013-09-171-4/+15
| | | | | | sepolgen-ifgen (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
* Fix bug 485178 - Correct SELINUX_DEVEL_PATH to handle semanage and ↵Sven Vermeulen2013-09-172-1/+69
| | | | | | sepolgen-ifgen (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
* Fix dependencies and example install. Do not explicitly call wrapped ↵Michał Górny2013-09-171-6/+18
| | | | | | nosetests. Bug #484412. (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
* Fix dependencies and example install. Do not explicitly call wrapped ↵Michał Górny2013-09-172-8/+10
| | | | | | nosetests. Bug #484412. (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
* Keyword for Prefix, now we have ruby-2 tooFabian Groffen2013-09-171-6/+6
| | | | (Portage version: 2.2.4.22351-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
* Keyword for Prefix, now we have ruby-2 tooFabian Groffen2013-09-172-3/+6
| | | | (Portage version: 2.2.4.22351-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
* net-im/gajim: Version BUmpJustin Lecher2013-09-171-15/+17
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
* net-im/gajim: Version BUmpJustin Lecher2013-09-172-1/+128
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
* I accidently removed a stable facter, readding....Matthew Thode2013-09-171-14/+16
| | | | (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x2471eb3e40ac5ac3)
* I accidently removed a stable facter, readding....Matthew Thode2013-09-172-1/+50
| | | | (Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0x2471eb3e40ac5ac3)
* Cleanup tests for distutils-r1 wrappersSebastien Fabbro2013-09-171-2/+12
| | | | (Portage version: 2.2.4.22351-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
* Cleanup tests for distutils-r1 wrappersSebastien Fabbro2013-09-172-3/+7
| | | | (Portage version: 2.2.4.22351-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
* Backport distutils patch for stableSebastien Fabbro2013-09-171-17/+6
| | | | (Portage version: 2.2.4.22351-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
* Backport distutils patch for stableSebastien Fabbro2013-09-173-3/+548
| | | | (Portage version: 2.2.4.22351-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
* BumpPatrick Lauer2013-09-171-1/+3
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-172-1/+44
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-171-1/+3
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-172-1/+44
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-171-23/+3
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-172-1/+48
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-171-1/+3
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-172-1/+31
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-171-15/+3
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-172-2/+32
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* Bump for #484528 #471492Patrick Lauer2013-09-171-11/+3
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* Bump for #484528 #471492Patrick Lauer2013-09-172-1/+54
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* Version bump.Tim Harder2013-09-171-16/+10
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Version bump.Tim Harder2013-09-172-1/+32
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Version bump.Tim Harder2013-09-171-16/+10
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Version bump.Tim Harder2013-09-172-1/+34
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Update HOMEPAGE.Tim Harder2013-09-171-9/+9
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Update HOMEPAGE.Tim Harder2013-09-172-3/+6
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
* Bump for #480600 #480470Patrick Lauer2013-09-171-23/+3
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* Bump for #480600 #480470Patrick Lauer2013-09-172-1/+184
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
* BumpPatrick Lauer2013-09-171-11/+3
| | | | (Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)