From 44039df4a50a511a07d81cf7bc66bd3ef4b6fdb6 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Tue, 21 Jan 2014 18:53:43 -0800 Subject: [PATCH 1/5] usr(systemd-dbus): move systemd and dbus to coreos-overlay --- .../coreos-overlay/sys-apps/dbus/ChangeLog | 1565 +++++++++++++++++ .../coreos-overlay/sys-apps/dbus/Manifest | 32 + .../sys-apps/dbus/dbus-1.6.10.ebuild | 193 ++ .../sys-apps/dbus/dbus-1.6.12.ebuild | 193 ++ .../sys-apps/dbus/dbus-1.6.8-r1.ebuild | 193 ++ .../sys-apps/dbus/dbus-1.6.8.ebuild | 187 ++ .../sys-apps/dbus/files/80-dbus | 13 + ...pping-capabilities-only-include-AUDI.patch | 39 + .../sys-apps/dbus/files/dbus.initd | 50 + .../coreos-overlay/sys-apps/dbus/metadata.xml | 14 + .../coreos-overlay/sys-apps/systemd/ChangeLog | 871 +++++++++ .../coreos-overlay/sys-apps/systemd/Manifest | 33 + ...ate-file-after-generating-the-sessio.patch | 84 + ...ymaps-to-localectl-supported-locatio.patch | 25 + ...upport-passing-prefix-multiple-times.patch | 90 + ...04-tmpfiles-introduce-exclude-prefix.patch | 138 ++ ...les-setup-exclude-dev-prefixes-files.patch | 23 + ...06-allow-tabs-in-configuration-files.patch | 43 + ...7-allow-tabs-in-configuration-files2.patch | 22 + .../sys-apps/systemd/files/gentoo-run.conf | 5 + .../sys-apps/systemd/files/var-lock.mount | 19 + .../sys-apps/systemd/files/var-run.mount | 19 + .../sys-apps/systemd/metadata.xml | 22 + .../sys-apps/systemd/systemd-201.ebuild | 287 +++ .../sys-apps/systemd/systemd-204.ebuild | 277 +++ .../sys-apps/systemd/systemd-206-r3.ebuild | 378 ++++ .../sys-apps/systemd/systemd-206-r4.ebuild | 368 ++++ .../sys-apps/systemd/systemd-206-r5.ebuild | 374 ++++ .../sys-apps/systemd/systemd-207.ebuild | 309 ++++ .../sys-apps/systemd/systemd-9999-r1.ebuild | 333 ++++ 30 files changed, 6199 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/ChangeLog create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/Manifest create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.10.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.8-r1.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.8.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/80-dbus create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus.initd create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/metadata.xml create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/ChangeLog create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0001-logind-update-state-file-after-generating-the-sessio.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0002-Add-usr-share-keymaps-to-localectl-supported-locatio.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0003-tmpfiles-support-passing-prefix-multiple-times.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0004-tmpfiles-introduce-exclude-prefix.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0005-tmpfiles-setup-exclude-dev-prefixes-files.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0006-allow-tabs-in-configuration-files.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0007-allow-tabs-in-configuration-files2.patch create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/gentoo-run.conf create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/var-lock.mount create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/var-run.mount create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/metadata.xml create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-201.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-204.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-206-r3.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-206-r4.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-206-r5.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207.ebuild create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/ChangeLog b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/ChangeLog new file mode 100644 index 0000000000..53e2f361da --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/ChangeLog @@ -0,0 +1,1565 @@ +# ChangeLog for sys-apps/dbus +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/ChangeLog,v 1.391 2013/07/04 13:40:03 ago Exp $ + + 04 Jul 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for ppc64, wrt bug #473190 + + 20 Jun 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for sparc, wrt bug #473190 + + 20 Jun 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for sh, wrt bug #473190 + + 20 Jun 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for s390, wrt bug #473190 + + 20 Jun 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for ppc, wrt bug #473190 + + 20 Jun 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for ia64, wrt bug #473190 + + 20 Jun 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for arm, wrt bug #473190 + + 20 Jun 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for x86, wrt bug #473190 + + 20 Jun 2013; Agostino Sarubbo dbus-1.6.12.ebuild: + Stable for amd64, wrt bug #473190 + + 20 Jun 2013; Jeroen Roovers dbus-1.6.12.ebuild: + Stable for HPPA (bug #473190). + + 19 Jun 2013; Tobias Klausmann dbus-1.6.12.ebuild: + Stable on alpha, bug #473190 + +*dbus-1.6.12 (18 Jun 2013) + + 18 Jun 2013; Samuli Suominen +dbus-1.6.12.ebuild: + Version bump for CVE-2013-2168 wrt security #473190 by Agostino Sarubbo + + 09 Jun 2013; Mike Frysinger metadata.xml: + Add upstream CPE tag (security info) from ChromiumOS. + + 02 Jun 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for sh, wrt bug #453086 + + 25 May 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for sparc, wrt bug #453086 + + 20 May 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for s390, wrt bug #453086 + + 18 May 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for alpha, wrt bug #453086 + + 18 May 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for ia64, wrt bug #453086 + + 16 May 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for ppc, wrt bug #453086 + + 15 May 2013; Jeroen Roovers dbus-1.6.10.ebuild: + Stable for HPPA (bug #453086). + + 14 May 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for arm, wrt bug #453086 + + 14 May 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for x86, wrt bug #453086 + + 14 May 2013; Agostino Sarubbo dbus-1.6.10.ebuild: + Stable for amd64, wrt bug #453086 + +*dbus-1.6.10 (25 Apr 2013) + + 25 Apr 2013; Samuli Suominen +dbus-1.6.10.ebuild: + Version bump. + + 02 Mar 2013; Michał Górny dbus-1.6.8-r1.ebuild: + Convert to python-any-r1 (test dep). + + 21 Feb 2013; Zac Medico dbus-1.6.8-r1.ebuild: + Add ~arm-linux keyword. + + 20 Jan 2013; Samuli Suominen -files/dbus.init-1.0, + -files/dbus-1.4.0-asneeded.patch, -dbus-1.4.20.ebuild, -dbus-1.6.2.ebuild: + old + + 20 Jan 2013; Sergey Popov dbus-1.4.20.ebuild, + dbus-1.6.2.ebuild, dbus-1.6.8.ebuild: + Make build.log verbose, wrt bug #453086 + + 17 Nov 2012; Pacho Ramos dbus-1.6.8-r1.ebuild: + Show elog messages only when needed (#440526 by poletti.marco), disable silent + rules. + + 14 Oct 2012; Raúl Porcel dbus-1.6.8.ebuild: + ia64/s390/sh/sparc stable wrt #416725 + + 14 Oct 2012; Anthony G. Basile dbus-1.6.8.ebuild: + stable ppc ppc64, bug #436028 + + 14 Oct 2012; Matt Turner dbus-1.6.8.ebuild: + Stable on alpha, bug 436028. + + 06 Oct 2012; Markus Meier dbus-1.6.8.ebuild: + arm stable, bug #436028 + + 04 Oct 2012; Agostino Sarubbo dbus-1.6.8.ebuild: + Stable for amd64, wrt bug #436028 + +*dbus-1.6.8-r1 (04 Oct 2012) + + 04 Oct 2012; Pawel Hajdan jr dbus-1.6.8.ebuild, + +dbus-1.6.8-r1.ebuild: + x86 stable wrt security bug #436028 (systemd-specific code rolled to -r1, + since systemd is not stable) + + 02 Oct 2012; Jeroen Roovers dbus-1.6.8.ebuild: + Stable for HPPA (bug #436028). + + 29 Sep 2012; Zac Medico dbus-1.6.8.ebuild: + Fix for prefix and add ~x86-linux keyword. + + 29 Sep 2012; Samuli Suominen -dbus-1.4.16.ebuild, + -dbus-1.6.0.ebuild, -dbus-1.6.4.ebuild, -dbus-1.6.4-r1.ebuild, + -files/dbus-1.6.4-CVE-2012-3524-Don-t-access-environment-variables-or-.patch: + old + +*dbus-1.6.8 (29 Sep 2012) + + 29 Sep 2012; Samuli Suominen +dbus-1.6.8.ebuild: + Version bump. + +*dbus-1.6.4-r1 (22 Sep 2012) + + 22 Sep 2012; Samuli Suominen dbus-1.6.4.ebuild, + +dbus-1.6.4-r1.ebuild, + +files/dbus-1.6.4-CVE-2012-3524-Don-t-access-environment-variables-or-.patch: + Import patch for CVE-2012-3524 from Fedora 18. Again, -r0 is for stable and + -r1 for ~arch because of the systemd dependency. + + 25 Aug 2012; Mike Frysinger dbus-1.4.16.ebuild: + Drop useless -vf args to mv #432632 by Joshua B. Kahlenberg. + + 25 Jul 2012; Markus Meier dbus-1.6.2.ebuild: + arm stable, bug #416725 + + 21 Jul 2012; Jeff Horelick dbus-1.6.2.ebuild: + marked x86 per bug 416725 + + 21 Jul 2012; Samuli Suominen dbus-1.6.2.ebuild: + amd64/ppc/ppc64 stable wrt #416725 + + 21 Jul 2012; Samuli Suominen dbus-1.6.2.ebuild: + Use has_version instead of dependency for sys-apps/systemd regarding + stabilization. This is only for 1.6.2 and will be left as-is for 1.6.4. + +*dbus-1.6.4 (20 Jul 2012) + + 20 Jul 2012; Samuli Suominen +dbus-1.6.4.ebuild: + Version bump wrt #427402 by "teidakankan" + + 20 Jul 2012; Jeroen Roovers dbus-1.6.2.ebuild: + Stable for HPPA (bug #416725). + + 15 Jul 2012; Raúl Porcel dbus-1.4.20.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #412535 + + 12 Jul 2012; Akinori Hattori dbus-1.4.20.ebuild: + ia64 stable wrt bug #412535 + +*dbus-1.6.2 (27 Jun 2012) + + 27 Jun 2012; Samuli Suominen +dbus-1.6.2.ebuild: + Version bump. + + 06 Jun 2012; Samuli Suominen -dbus-1.4.16-r2.ebuild, + -dbus-1.4.18.ebuild, -dbus-1.5.12.ebuild, -dbus-1.5.12-r1.ebuild: + old + +*dbus-1.6.0 (06 Jun 2012) + + 06 Jun 2012; Samuli Suominen +dbus-1.6.0.ebuild: + Version bump. + +*dbus-1.5.12-r1 (29 May 2012) + + 29 May 2012; Samuli Suominen dbus-1.4.20.ebuild, + +dbus-1.5.12-r1.ebuild, + +files/dbus-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch: + When dropping capabilities only include AUDIT caps if we have them wrt + #405975. This makes audit/selinux enabled D-Bus work in a Linux container. + Thanks to Jory A. Pratt and Hinnerk van Bruinehsen. + + 24 May 2012; Mike Frysinger dbus-1.4.16-r2.ebuild, + dbus-1.4.16.ebuild, dbus-1.4.18.ebuild, dbus-1.4.20.ebuild, + dbus-1.5.12.ebuild: + Inherit user for enewuser/etc... + + 16 May 2012; Jeroen Roovers dbus-1.4.20.ebuild: + Stable for HPPA (bug #412535). + + 15 May 2012; Samuli Suominen dbus-1.5.12.ebuild: + This is ready to enter ~arch. + +*dbus-1.5.12 (11 May 2012) + + 11 May 2012; Samuli Suominen +dbus-1.5.12.ebuild, + metadata.xml: + Version bump to development series. File dbus-1.4.0-asneeded.patch fails to + apply and should be looked into before keywording. + + 05 May 2012; Brent Baude dbus-1.4.20.ebuild: + Marking dbus-1.4.20 ppc for bug 412535 + + 05 May 2012; Raúl Porcel dbus-1.4.18.ebuild: + Revert + + 05 May 2012; Raúl Porcel dbus-1.4.18.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #403843 + + 04 May 2012; Jeff Horelick dbus-1.4.16.ebuild, + dbus-1.4.16-r2.ebuild, dbus-1.4.18.ebuild, dbus-1.4.20.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig + + 28 Apr 2012; Alexis Ballier dbus-1.4.20.ebuild: + keyword ~amd64-fbsd + + 23 Apr 2012; Brent Baude dbus-1.4.20.ebuild: + Marking dbus-1.4.20 ppc64 for bug 412535 + + 22 Apr 2012; Markus Meier dbus-1.4.20.ebuild: + arm stable, bug #412535 + + 18 Apr 2012; Jeff Horelick dbus-1.4.20.ebuild: + marked x86 per bug 412535 + + 18 Apr 2012; Agostino Sarubbo dbus-1.4.20.ebuild: + Stable for amd64, wrt bug #412535 + +*dbus-1.4.20 (29 Mar 2012) + + 29 Mar 2012; Samuli Suominen +dbus-1.4.20.ebuild: + Version bump wrt #410179 by Agostino Sarubbo. Stop keeping deprecated + /usr/lib/dbus-1.0/services directory. Create symlink from /etc/machine-id to + /var/lib/dbus/machine-id because it's defined through + -DDBUS_MACHINE_UUID_FILE for tools/dbus-launch.c and might be used in unknown + reverse dependencies. + + 12 Mar 2012; Markus Meier dbus-1.4.18.ebuild: + arm stable, bug #403843 + + 12 Mar 2012; Jeff Horelick dbus-1.4.18.ebuild: + marked x86 per bug 403843 + + 09 Mar 2012; Samuli Suominen dbus-1.4.18.ebuild: + Punt PYTHON_DEPEND usage for USE="test" because we want it only in DEPEND + instead of both DEPEND and RDEPEND. + + 09 Mar 2012; Samuli Suominen dbus-1.4.18.ebuild: + amd64/ppc/ppc64 stable wrt #403843 + + 27 Feb 2012; Jeroen Roovers dbus-1.4.18.ebuild: + Stable for HPPA (bug #403843). + + 17 Feb 2012; Tobias Klausmann dbus-1.4.16-r2.ebuild: + Stable on alpha, bug #401513 + +*dbus-1.4.18 (14 Feb 2012) + + 14 Feb 2012; Samuli Suominen +dbus-1.4.18.ebuild: + Version bump. + + 01 Feb 2012; Samuli Suominen -dbus-1.4.12.ebuild: + old + + 01 Feb 2012; Samuli Suominen dbus-1.4.16.ebuild: + ppc/ppc64 stable wrt #387257 + + 27 Nov 2011; Raúl Porcel dbus-1.4.16.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #387257 + + 12 Nov 2011; Samuli Suominen dbus-1.4.16-r2.ebuild: + Fix missing SLOT in glib block by Jeroen Roovers + + 11 Nov 2011; Samuli Suominen -dbus-1.4.16-r1.ebuild: + old + + 11 Nov 2011; Samuli Suominen dbus-1.4.16-r2.ebuild: + Block any glib with obsolete path to machine-id wrt #390143 by Ewgenij + Starostin + +*dbus-1.4.16-r2 (05 Nov 2011) + + 05 Nov 2011; Samuli Suominen +dbus-1.4.16-r2.ebuild, + +files/dbus.initd: + Fix dbus-uuidgen call in init.d wrt #387713, Comment #10 by Pacho Ramos + + 29 Oct 2011; Markus Meier dbus-1.4.16.ebuild: + arm stable, bug #387257 + + 23 Oct 2011; Markus Meier dbus-1.4.16.ebuild: + x86 stable, bug #387257 + +*dbus-1.4.16-r1 (20 Oct 2011) + + 20 Oct 2011; Ian Stakenvicius +dbus-1.4.16-r1.ebuild: + Dropped keepdir on /var/run/dbus as the init.d script already ensures this + path exists (bug 387897) + + 19 Oct 2011; Jeroen Roovers dbus-1.4.16.ebuild: + Stable for HPPA (bug #387257). + + 16 Oct 2011; Samuli Suominen dbus-1.4.16.ebuild: + amd64 stable wrt #387257 + + 16 Oct 2011; Samuli Suominen dbus-1.4.16.ebuild: + Don't pass --enable-asserts with USE="debug" wrt #386699 + + 16 Oct 2011; Samuli Suominen metadata.xml: + Drop semi-inactive maintainers and use herd. + + 16 Oct 2011; Samuli Suominen -dbus-1.4.14.ebuild: + old + + 04 Oct 2011; Samuli Suominen dbus-1.4.16.ebuild: + Fix install location of system-activation.txt and remove useless dohtml wrt + #385421 by Chris Mayo + +*dbus-1.4.16 (26 Sep 2011) + + 26 Sep 2011; Samuli Suominen +dbus-1.4.16.ebuild: + Version bump wrt #384293 by "ScytheMan" + + 23 Sep 2011; Lars Wendler files/dbus.init-1.0: + non-maintainer commit: Fixed warnings in init script (bug #381883). + + 05 Aug 2011; Samuli Suominen -dbus-1.4.6.ebuild, + -dbus-1.4.8-r1.ebuild, -dbus-1.4.10.ebuild: + [This is a placeholder. Please ignore.] + +*dbus-1.4.14 (05 Aug 2011) + + 05 Aug 2011; Samuli Suominen +dbus-1.4.14.ebuild: + Version bump wrt #377603 by Sebastian Pipping. Fix API documentation building + and installing wrt #372293 by Chris Mayo. + + 03 Jul 2011; Kacper Kowalik dbus-1.4.12.ebuild: + ppc64 stable wrt #371261 + + 26 Jun 2011; Raúl Porcel dbus-1.4.12.ebuild: + arm/ia64/s390/sh/sparc/x86 stable wrt #371261 + + 22 Jun 2011; Brent Baude dbus-1.4.12.ebuild: + Marking dbus-1.4.12 ppc for bug 371261 + + 21 Jun 2011; Tobias Klausmann dbus-1.4.12.ebuild: + Stable on alpha, bug #371261 + + 17 Jun 2011; Markos Chandras dbus-1.4.12.ebuild: + Stable on amd64 wrt bug #371261 + + 16 Jun 2011; Samuli Suominen dbus-1.4.12.ebuild: + Fix missing dev-libs/glib and dev-libs/dbus-glib deps and USE="test" handling + wrt #371927 by Patrick Lauer + + 14 Jun 2011; Jeroen Roovers dbus-1.4.12.ebuild: + Stable for HPPA (bug #371261). + +*dbus-1.4.12 (12 Jun 2011) + + 12 Jun 2011; Samuli Suominen +dbus-1.4.12.ebuild: + Version bump wrt security #371261 + +*dbus-1.4.10 (08 Jun 2011) + + 08 Jun 2011; Samuli Suominen +dbus-1.4.10.ebuild: + Version bump and move machine-id from /var/lib/dbus to /etc wrt #370451 by + Michał Górny. + +*dbus-1.4.8-r1 (05 May 2011) + + 05 May 2011; Samuli Suominen +dbus-1.4.8-r1.ebuild: + Use systemd.eclass to get path for unit files wrt #365941 by Michał Górny. + + 26 Apr 2011; Samuli Suominen dbus-1.4.8.ebuild: + dev-libs/expat is required for building too. + + 23 Apr 2011; Samuli Suominen dbus-1.4.6.ebuild: + ppc64 stable wrt #360769 + + 23 Apr 2011; Raúl Porcel dbus-1.4.6.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #360769 + +*dbus-1.4.8 (20 Apr 2011) + + 20 Apr 2011; Samuli Suominen +dbus-1.4.8.ebuild: + Version bump wrt #363399. Pass --without-systemdsystemunitdir to disable + systemd support wrt #363961. + + 15 Apr 2011; Christian Faulhammer dbus-1.4.6.ebuild: + stable x86, bug 360769 + + 12 Apr 2011; Jeroen Roovers dbus-1.4.6.ebuild: + Stable for HPPA (bug #360769). + + 10 Apr 2011; Markus Meier dbus-1.4.6.ebuild: + arm stable, bug #360769 + + 27 Mar 2011; Christoph Mende dbus-1.4.6.ebuild: + Stable on amd64 wrt bug #360769 + + 27 Mar 2011; Brent Baude dbus-1.4.6.ebuild: + Marking dbus-1.4.6 ppc for bug 360769 + + 03 Mar 2011; Arfrever Frehtes Taifersar Arahesis + dbus-1.4.1.ebuild, dbus-1.4.6.ebuild: + Use Python 2 during running tests (bug #357081). + +*dbus-1.4.6 (26 Feb 2011) + + 26 Feb 2011; Samuli Suominen +dbus-1.4.6.ebuild: + Version bump. + + 11 Jan 2011; Kacper Kowalik dbus-1.4.1.ebuild: + ppc stable wrt #348766 + + 04 Jan 2011; Raúl Porcel dbus-1.4.1.ebuild: + ia64/s390/sh/sparc stable wrt #348766 + + 02 Jan 2011; Tobias Klausmann dbus-1.4.1.ebuild: + Stable on alpha, bug #348766 + + 27 Dec 2010; Markus Meier dbus-1.4.1.ebuild: + arm stable, bug #348766 + + 24 Dec 2010; Samuli Suominen dbus-1.4.1.ebuild: + Use virtualx.eclass for testsuite wrt #349403 by "Nikoli". + + 23 Dec 2010; Jeroen Roovers dbus-1.4.1.ebuild: + Stable for HPPA (bug #348766). + + 22 Dec 2010; Samuli Suominen dbus-1.4.1.ebuild: + amd64/ppc64 stable wrt security #348766 + + 22 Dec 2010; Pawel Hajdan jr dbus-1.4.1.ebuild: + x86 stable wrt security bug #348766 + +*dbus-1.4.1 (21 Dec 2010) + + 21 Dec 2010; Samuli Suominen +dbus-1.4.1.ebuild: + Version bump wrt #348766 by Tim Sammut. + + 30 Oct 2010; Samuli Suominen dbus-1.4.0.ebuild: + ppc64 stable wrt #343323 + + 20 Sep 2010; Samuli Suominen dbus-1.4.0.ebuild: + Remove pregenerated files from tarball wrt #337989 by Xake. + + 18 Sep 2010; Samuli Suominen dbus-1.4.0.ebuild: + Remove USE conditional for removing .la files as dbus ships functional + pkg-config file. Remove annoying ebeep. + + 13 Sep 2010; Maciej Mrozowski dbus-1.2.24-r2.ebuild, + dbus-1.4.0.ebuild: + Fix html docs installation, bug 336762. Fix by 'zimous'. + +*dbus-1.4.0 (12 Sep 2010) + + 12 Sep 2010; Maciej Mrozowski +dbus-1.4.0.ebuild, + +files/dbus-1.4.0-asneeded.patch: + Version bump 1.4.0: ported as-needed patch, static-libs, remove .la files, + sorted deps, dohtml QA fix + +*dbus-1.3.0-r3 (09 Sep 2010) +*dbus-1.2.24-r2 (09 Sep 2010) + + 09 Sep 2010; Gilles Dartiguelongue -dbus-1.2.3-r1.ebuild, + -files/dbus-1.2.3-bsd.patch, + -files/dbus-1.2.3-panic-from-dbus_signature_validate.patch, + +dbus-1.2.24-r2.ebuild, +dbus-1.3.0-r3.ebuild: + Apply thread safety patch from master, bug #336588. Sync dbus-1.2 with 1.3 + ebuild enhancements. Clean up old revision. + +*dbus-1.3.0-r2 (05 Aug 2010) +*dbus-1.2.24-r1 (05 Aug 2010) + + 05 Aug 2010; Jim Ramsay +files/80-dbus, + +dbus-1.2.24-r1.ebuild, +dbus-1.3.0-r2.ebuild: + Fix xinitrc.d dbus startup script for interoperability with consolekit + (Bug 329317) + + 05 Aug 2010; Maciej Mrozowski + +files/dbus-1.2.24-thread-safety.patch: + Commited backport from master to 1.2.24 (bug + https://bugs.freedesktop.org/show_bug.cgi?id=17754) - patch to fix thread + safety in protected_change_timeout for further review. + + 10 Jul 2010; Jeroen Roovers dbus-1.2.24.ebuild: + Stable for HPPA (bug #321637). + + 24 May 2010; Raúl Porcel dbus-1.2.24.ebuild: + alpha/arm/ia64/s390/sh/sparc stable wrt #297031 + + 11 May 2010; Brent Baude dbus-1.2.24.ebuild: + stable ppc64, bug 297031 + + 20 Apr 2010; Samuli Suominen dbus-1.2.3-r1.ebuild, + dbus-1.2.24.ebuild, dbus-1.3.0-r1.ebuild: + Remove outdated revdep-rebuild message wrt #313959 by Dirk-Lüder Kreie. + + 16 Apr 2010; Brent Baude dbus-1.2.24.ebuild: + stable ppc, bug 297031 + + 15 Apr 2010; Steev Klimaszewski -dbus-1.2.12.ebuild: + dbus: Remove dbus 1.2.12, it only had unstable keywords, and 1.2.24 is + currently being stabled. + + 09 Apr 2010; Pacho Ramos dbus-1.2.24.ebuild: + amd64 stable, bug 297031 + + 08 Apr 2010; Christian Faulhammer dbus-1.2.24.ebuild: + stable x86, bug 297031 + + 26 Mar 2010; Samuli Suominen dbus-1.2.24.ebuild, + dbus-1.3.0-r1.ebuild: + Don't unpack() in src_prepare and create messagebus user in pkg_setup() + wrt #222551 by Tim Yamin. + +*dbus-1.2.24 (25 Mar 2010) + + 25 Mar 2010; -dbus-1.2.22.ebuild, +dbus-1.2.24.ebuild: + dbus: New upstream release, fixes a crasher with syslogging. Also move + to using EAPI-2, side results are not dying after successfully + installing when using xorg-server-9999 (and eventually xorg-server 1.8.) + Should also fix bug #222551, so that the messagebus user/group get + created before src_install. + +*dbus-1.2.22 (21 Mar 2010) + + 21 Mar 2010; -dbus-1.2.20.ebuild, +dbus-1.2.22.ebuild: + dbus: bump 1.2.20 to 1.2.22 + +*dbus-1.2.20 (03 Feb 2010) + + 03 Feb 2010; -files/0001-Fix-inotify-shutdown.patch, + -dbus-1.2.18.ebuild, + -files/0002-Fix-compilation-in-disable-selinux-case.patch, + +dbus-1.2.20.ebuild: + New upstream release, includes the 2 patches we had applied to 1.2.18 + +*dbus-1.2.18 (03 Feb 2010) + + 03 Feb 2010; +files/0001-Fix-inotify-shutdown.patch, + +dbus-1.2.18.ebuild, + +files/0002-Fix-compilation-in-disable-selinux-case.patch: + Bump dbus, add 2 patches from upstream, one to fix a compilation issue + with selinux disabled, the other to move the shutdown handler into + inotify. + + 23 Nov 2009; Gilles Dartiguelongue dbus-1.3.0-r1.ebuild: + Add missing docbook-xml-dtd:4.1.2 dependency, bug #293867. + + 05 Nov 2009; Gilles Dartiguelongue dbus-1.3.0-r1.ebuild: + Build doc in and only once, bug #291735. + +*dbus-1.3.0-r1 (01 Nov 2009) + + 01 Nov 2009; Gilles Dartiguelongue +dbus-1.3.0-r1.ebuild: + Version bump. + * Do not install unsafe, test dedicated dbus, bug #287722. + * Generate dbus UUID at postinst, bug #258516. + * Generate and install doxygen doc, bug #194077. + * Drop -rdynamic, dbus handles it by itself with USE=debug, bug #267090. + * Do not die because of unsupported CFLAG, bug #274456. + + 08 Aug 2009; Diego E. Pettenò dbus-1.3.0.ebuild, + +files/dbus-1.3.0-no-cloexec.patch: + Add patch from upstream to fix check for cloexec (bug #280299). No + revbump, but it didn't use cloexec there before. + + 08 Aug 2009; Diego E. Pettenò dbus-1.3.0.ebuild: + Remove ~x86-fbsd keyword as per bug #280299 for now. + + 05 Aug 2009; Samuli Suominen dbus-1.3.0.ebuild, + +files/dbus-1.3.0-asneeded.patch: + Fix test suite building with -Wl,--as-needed (undefined reference to + clock_gettime) wrt #280170. + +*dbus-1.3.0 (03 Aug 2009) + + 03 Aug 2009; +dbus-1.3.0.ebuild: + Add dbus 1.3.0. + + 26 Jul 2009; Gilles Dartiguelongue + -files/dbus-1.0.1-fixfilecreation.patch, -dbus-1.0.2-r2.ebuild, + -dbus-1.1.4.ebuild, -files/dbus-1.1.4-xdisplay_null.patch, + -dbus-1.1.20.ebuild, -files/dbus-1.1.20-fix-build.patch, + -dbus-1.2.1.ebuild, -dbus-1.2.3.ebuild: + Clean up old revisions, notably for security issues, bug #271769. + + 23 Apr 2009; Nirbheek Chauhan dbus-1.2.12: + Fix bug 267125 (murphy's law causes a two-character change before cvs + commit to cause build-failure) + + 23 Apr 2009; Nirbheek Chauhan dbus-1.2.12: + Fix bug 267111 (check if xorg-server is installed before checking for hal + USE flag on it) + +*dbus-1.2.12 (21 Apr 2009) + + 21 Apr 2009; Nirbheek Chauhan +dbus-1.2.12.ebuild: + Add dbus-1.2.12, reviewed by steev + + 05 Feb 2009; Alexis Ballier + +files/dbus-1.2.3-bsd.patch, dbus-1.2.3-r1.ebuild: + Backport an upstream patch to fix runtime error on FreeBSD, bug #236779 + and rekeyword it for x86-fbsd + + 15 Jan 2009; Peter Alfredsen metadata.xml: + Compnerd retired. + + 13 Jan 2009; Doug Goldstein metadata.xml: + gentopia is becoming freedesktop + + 25 Nov 2008; Alexis Ballier dbus-1.2.3.ebuild, + dbus-1.2.3-r1.ebuild: + keyword -x86-fbsd, doesn't work, bug #236779 + + 11 Oct 2008; Tobias Scherbaum + dbus-1.2.3-r1.ebuild: + ppc stable, bug #240308 + + 08 Oct 2008; Raúl Porcel dbus-1.2.3-r1.ebuild: + alpha/ia64 stable wrt #240308 + + 07 Oct 2008; Friedrich Oslage dbus-1.2.3-r1.ebuild: + Stable on sparc, security bug #240308 + + 07 Oct 2008; Jeroen Roovers dbus-1.2.3-r1.ebuild: + Stable for HPPA (bug #240308). + + 06 Oct 2008; Markus Meier dbus-1.2.3-r1.ebuild: + amd64/x86 stable, bug #240308 + + 06 Oct 2008; Markus Rothe dbus-1.2.3-r1.ebuild: + Stable on ppc64; bug #240308 + +*dbus-1.2.3-r1 (06 Oct 2008) + + 06 Oct 2008; Doug Goldstein + +files/dbus-1.2.3-panic-from-dbus_signature_validate.patch, + +dbus-1.2.3-r1.ebuild: + Fix potential DoS issue. fdo bug #17803. Gentoo bug #240308 + + 06 Oct 2008; dbus-1.0.2-r2.ebuild, dbus-1.1.4.ebuild, + dbus-1.1.20.ebuild, dbus-1.2.1.ebuild, dbus-1.2.3.ebuild: + Remove the autotools calls, and the enewuser/enewgroup || die calls. + +*dbus-1.2.3 (12 Aug 2008) + + 12 Aug 2008; Steev Klimaszewski +dbus-1.2.3.ebuild: + Bump dbus to 1.2.3 + +*dbus-1.2.1 (05 Apr 2008) + + 05 Apr 2008; Steev Klimaszewski +dbus-1.2.1.ebuild: + New release, includes X11 building fix and other misc changes. + + 04 Mar 2008; Tobias Scherbaum dbus-1.1.20.ebuild: + ppc stable, bug #211451 + + 29 Feb 2008; Jeroen Roovers dbus-1.1.20.ebuild: + Stable for HPPA (bug #211451). + + 29 Feb 2008; Brent Baude dbus-1.1.20.ebuild: + Marking dbus-1.1.20 ppc64 for bug 211451 + + 28 Feb 2008; Raúl Porcel dbus-1.1.20.ebuild: + alpha/ia64/sparc stable wrt security #211451 + + 28 Feb 2008; Christian Faulhammer dbus-1.1.20.ebuild: + stable x86, security bug 211451 + + 28 Feb 2008; Steve Dibb dbus-1.1.20.ebuild: + amd64 stable, sec bug 211451 + + 28 Feb 2008; Steev Klimaszewski + +files/dbus-1.1.20-fix-build.patch, dbus-1.1.20.ebuild: + Add patch so dbus 1.1.20 builds without X + +*dbus-1.1.20 (27 Feb 2008) + + 27 Feb 2008; Doug Klima +dbus-1.1.20.ebuild: + fix for CVE-2008-0595. potentially fixes bug #211076 + + 12 Feb 2008; Steev Klimaszewski dbus-1.1.4.ebuild: + Disable libaudit when not using SELinux. Should close bug #209571. + Thanks to jamatik for reporting. + + 07 Feb 2008; Steev Klimaszewski dbus-1.1.4.ebuild: + Only patch if we are building with use X, the patch causes an error when + built without X. Fixes bug #209175. Thanks to Nikolay S. Rybaloff for + reporting. + + 06 Feb 2008; Steev Klimaszewski dbus-1.0.2-r2.ebuild, + dbus-1.1.4.ebuild: + Fix minor elog typo. Closes bug #208799. Thanks to Imre Péntek + for reporting. + + 05 Feb 2008; Steev Klimaszewski + +files/dbus-1.1.4-xdisplay_null.patch, dbus-1.1.4.ebuild: + Add a patch from Matthias Clasen to fix dbus-launch hanging around after you + exit X + + 18 Jan 2008; Steev Klimaszewski dbus-1.1.4.ebuild: + Change make install to use emake. Add warning along with ebeep to inform + users using Xorg with the hal useflag that restarting DBus will also restart + their X session. + +*dbus-1.1.4 (17 Jan 2008) + + 17 Jan 2008; Steev Klimaszewski + -files/dbus-inotify-fix-thoenig-01.patch, -dbus-1.1.3-r1.ebuild, + +dbus-1.1.4.ebuild: + New release candidate - the same as 1.1.3-r1 but upstream felt it was better + to release a new tarball + +*dbus-1.1.3-r1 (17 Jan 2008) + + 17 Jan 2008; Steev Klimaszewski + +files/dbus-inotify-fix-thoenig-01.patch, -dbus-1.1.3.ebuild, + +dbus-1.1.3-r1.ebuild: + Bug in 1.1.3's inotify release, adding a patch with a revision bump from + Timo Hoenig to fix the issue. + +*dbus-1.1.3 (16 Jan 2008) + + 16 Jan 2008; Steev Klimaszewski +dbus-1.1.3.ebuild: + New upstream release, this is 1.2RC0, very stable release, give it some + testing! + + 13 Dec 2007; Doug Klima -dbus-1.0.2-r1.ebuild: + remove old version + + 11 Jul 2007; Roy Marples dbus-1.0.2-r2.ebuild: + Keyworded ~sparc-fbsd. + Only install files in /etc/X11 if we USE X. + Fix QA warnings regaring kenerl_linux and kernel_FreeBSD. + + 05 Jun 2007; Doug Goldstein dbus-1.0.2-r2.ebuild: + generate the machine-id during pkg_postinst() for users that only use a + session bus + + 13 May 2007; Joshua Kinard dbus-1.0.2-r2.ebuild: + Stable on mips, per #174807. + + 22 Apr 2007; Tobias Scherbaum + dbus-1.0.2-r2.ebuild: + ppc stable, bug #174807 + + 17 Apr 2007; Jeroen Roovers dbus-1.0.2-r2.ebuild: + Stable for HPPA (bug #174807). + + 17 Apr 2007; Gustavo Zacarias dbus-1.0.2-r2.ebuild: + Stable on sparc wrt #174807 + + 16 Apr 2007; Bryan Østergaard dbus-1.0.2-r2.ebuild: + Stable on Alpha, bug 174807. + + 16 Apr 2007; Raúl Porcel dbus-1.0.2-r2.ebuild: + ia64 stable wrt bug 174807 + + 16 Apr 2007; Doug Goldstein dbus-1.0.2-r2.ebuild: + Change elog as per bug #168262 + + 16 Apr 2007; Doug Goldstein dbus-1.0.2-r2.ebuild: + keepdir system.d for bug #157629 + + 16 Apr 2007; Markus Rothe dbus-1.0.2-r2.ebuild: + Stable on ppc64 + + 06 Apr 2007; Doug Goldstein dbus-1.0.2-r2.ebuild: + Fix up SELinux support + + 04 Apr 2007; Doug Goldstein files/dbus.init-1.0: + Remove init script hack for parallel starting since HAL is now fixed. + + 04 Apr 2007; Doug Goldstein dbus-1.0.2-r2.ebuild: + stable for amd64 and x86 + +*dbus-1.0.2-r2 (03 Apr 2007) + + 03 Apr 2007; Doug Goldstein + -files/dbus-0.60-decls-ansi-c.patch, + -files/dbus-0.60-mono-return-null-fix.diff, -files/dbus-0.60-qt-pc.patch, + -files/dbus.init-0.61, -files/dbus-0.61-i-hate-qt-so-much.patch, + -files/dbus-0.61-libxml-dep.patch, + -files/dbus-0.61-mono-tools-update.diff, + -files/dbus-0.61-qt-disabling.patch, + -files/dbus-0.62-match-rule-security-fix.patch, metadata.xml, + -dbus-0.61-r1.ebuild, -dbus-0.62-r2.ebuild, -dbus-1.0.2.ebuild, + +dbus-1.0.2-r2.ebuild: + rev bump to add -rdynamic to get backtraces. Clean up old files and ebuilds. + +*dbus-1.0.2-r1 (23 Feb 2007) + + 23 Feb 2007; Roy Marples files/dbus.init-1.0, + +dbus-1.0.2-r1.ebuild: + Bump for a non bash init script. + + 09 Feb 2007; Alexander H. Færøy dbus-1.0.2.ebuild: + Stable on MIPS; bug #154522 + + 09 Feb 2007; Bryan Østergaard dbus-1.0.2.ebuild: + Stable on Alpha, bug 154522. + + 06 Feb 2007; Doug Goldstein dbus-0.62-r2.ebuild: + Removing keywords for ebuilds that are no longer supported. alpha and mips + are on unsupported versions still + + 29 Jan 2007; Gustavo Zacarias dbus-1.0.2.ebuild: + Stable on sparc wrt #154522 + + 23 Jan 2007; Jeroen Roovers dbus-1.0.2.ebuild: + Stable for HPPA (bug #154522). + + 22 Jan 2007; Olivier Crête dbus-1.0.2.ebuild: + Stable on amd64 per bug #154522 + + 21 Jan 2007; Andrej Kacian dbus-1.0.2.ebuild: + Stable on x86, bug #154522. + + 21 Jan 2007; Markus Rothe dbus-1.0.2.ebuild: + Stable on ppc64; bug #154522 + + 21 Jan 2007; nixnut dbus-1.0.2.ebuild: + Stable on ppc wrt bug 154522 + + 08 Jan 2007; Roy Marples files/dbus.init-1.0: + init script needs localmount so it can create a pidfile correctly. + init script is after bootmisc so the pidfile doesn't get erased in a + parallel boot. + + 05 Jan 2007; Saleem Abdulrasool dbus-0.62-r2.ebuild: + fix up debug codepaths for qt bindings (bug #160112), disable qt4 on mips + + 05 Jan 2007; Doug Goldstein dbus-0.61-r1.ebuild, + dbus-0.62-r2.ebuild, dbus-1.0.2.ebuild: + remove debug.eclass and add debug USE flag + + 18 Dec 2006; Bryan Østergaard Manifest: + Fix broken digest. Thanks to Caster reporting it in #gentoo-bugs. + + 17 Dec 2006; Alexander H. Færøy + +files/dbus-0.60-decls-ansi-c.patch, + +files/dbus-0.60-mono-return-null-fix.diff, +files/dbus-0.60-qt-pc.patch, + +files/dbus-0.61-i-hate-qt-so-much.patch, + +files/dbus-0.61-libxml-dep.patch, +files/dbus-0.61-qt-disabling.patch, + +dbus-0.61-r1.ebuild: + Regenrating dbus-0.61-r1 with mips stable only. + + 17 Dec 2006; Doug Goldstein -dbus-0.61-r1.ebuild, + -dbus-0.62-r1.ebuild: + Removing security affected versions. This means mips loses their stable, + but they were warned. + + 16 Dec 2006; Bryan Østergaard dbus-0.62-r2.ebuild: + Stable on Alpha, bug 154522. + + 13 Dec 2006; Brent Baude dbus-0.62-r2.ebuild: + Marking dbus-0.62-r2 ppc64 for bug 156681 + + 13 Dec 2006; Jeroen Roovers dbus-0.62-r2.ebuild: + Stable for HPPA (bug #156681). + + 13 Dec 2006; Michael Cummings dbus-0.62-r2.ebuild: + Keywording amd64, bug 156681 + + 13 Dec 2006; Gustavo Zacarias dbus-0.62-r2.ebuild: + Stable on sparc wrt security #156681 + + 13 Dec 2006; Tobias Scherbaum dbus-0.62-r2.ebuild: + ppc stable, bug #156681 + + 13 Dec 2006; Christian Faulhammer dbus-0.62-r2.ebuild: + stable x86, security bug #156681 + +*dbus-0.62-r2 (13 Dec 2006) + + 13 Dec 2006; Doug Goldstein + +files/dbus-0.62-match-rule-security-fix.patch, +dbus-0.62-r2.ebuild: + Backported security fix for CVE-2006-6107 to 0.6x series + + 13 Dec 2006; Doug Goldstein dbus-0.62-r1.ebuild, + dbus-1.0.2.ebuild: + re-adding ~mips to dbus-0.62-r1 & dbus-1.0.2 + +*dbus-1.0.2 (13 Dec 2006) + + 13 Dec 2006; Doug Goldstein + -files/dbus-1.0.1-pthread-holder-fix.diff, -dbus-1.0.1.ebuild, + -dbus-1.0.1-r1.ebuild, -dbus-1.0.1-r2.ebuild, +dbus-1.0.2.ebuild: + Rev bump 1.0.2. Security fix for CVE-2006-6107. Gentoo bug #156681. fd.o bug + #9142. Removing prior vunerable versions (except current stable) + + 10 Dec 2006; Lars Weiler dbus-0.62-r1.ebuild: + Stable on ppc now; bug #154522. + +*dbus-1.0.1-r2 (04 Dec 2006) + + 04 Dec 2006; Doug Goldstein + +files/dbus-1.0.1-fixfilecreation.patch, dbus-1.0.1-r1.ebuild, + +dbus-1.0.1-r2.ebuild: + Fix dnotify on file creation + + 02 Dec 2006; Doug Goldstein dbus-0.62-r1.ebuild: + Fix bug #156225. Masking -fstack-protector-all + + 01 Dec 2006; Jeroen Roovers dbus-0.62-r1.ebuild: + Stable for HPPA (bug #154522, on HPPA weeks last longer!). + +*dbus-1.0.1-r1 (19 Nov 2006) + + 19 Nov 2006; Doug Goldstein -files/dbus.init-0.95, + -files/dbus-0.95-pass-context.patch, +files/dbus.init-1.0, + +files/dbus-1.0.1-pthread-holder-fix.diff, -dbus-0.95.ebuild, + dbus-1.0.1.ebuild, +dbus-1.0.1-r1.ebuild: + pthreads assertion fix from upstream + + 19 Nov 2006; Lars Weiler dbus-0.62-r1.ebuild: + Reverting to ~ppc due to build-failure with current stable qt + (x11-libs/qt-4.1.4-r2); see bug #154522. + + 18 Nov 2006; nixnut dbus-0.62-r1.ebuild: + Stable on ppc wrt bug 154522 + +*dbus-1.0.1 (17 Nov 2006) + + 17 Nov 2006; Steev Klimaszewski -dbus-1.0.0.ebuild, + +dbus-1.0.1.ebuild: + New point release of D-Bus. Fixes an issue with dbus_threads_init_default + asserting when called. It also cleans up the uuid documentation and makes + uuid's conform to the spec. + + 17 Nov 2006; Andrej Kacian dbus-0.62-r1.ebuild: + Stable on x86, bug #154522. + + 15 Nov 2006; Markus Rothe dbus-0.62-r1.ebuild: + Stable on ppc64; bug #154522 + + 10 Nov 2006; Steve Dibb dbus-0.62-r1.ebuild: + amd64 stable, bug 154522 + +*dbus-1.0 (10 Nov 2006) + + 10 Nov 2006; Doug Goldstein -dbus-0.94.ebuild, + +dbus-1.0.0.ebuild: + Adding D-Bus 1.0.0 + + 09 Nov 2006; Gustavo Zacarias dbus-0.62-r1.ebuild: + Stable on sparc wrt #154522 + + 06 Nov 2006; Timothy Redaelli dbus-0.95.ebuild: + Added ~x86-fbsd keyword. + + 05 Nov 2006; Doug Goldstein + +files/dbus-0.95-pass-context.patch, dbus-0.62-r1.ebuild, + dbus-0.95.ebuild: + Apply patch from FreeDesktop.org bug #8298 for FreeBSD support. Removed an + unnecessary patch and comment from 0.62 since we switched to expat from + libxml. + +*dbus-0.95 (05 Nov 2006) + + 05 Nov 2006; Doug Goldstein +files/dbus.init-0.95, + +dbus-0.95.ebuild: + rev bump. Changed init script to generate machine id as per new upstream + recommendation. Cleaned up initscript. + + 05 Nov 2006; Ilya A. Volynets-Evenbakh + dbus-0.61-r1.ebuild: + Stabilize dbus on mips + + 03 Nov 2006; Sven Wegener dbus-0.62-r1.ebuild, + dbus-0.94.ebuild: + Fixup the hasq check. + + 02 Nov 2006; Caleb Tennis dbus-0.62-r1.ebuild: + Modify ebuild to build only against Qt-4.1, as it fails against Qt-4.2 - + even with dbus disabled + + 31 Oct 2006; Doug Goldstein dbus-0.62-r1.ebuild: + Fixing bug #149656 + + 31 Oct 2006; Doug Goldstein -files/dbus.init-0.60, + -files/dbus-0.60-gcj.patch, -files/dbus-0.60-gcj-2.patch, + -files/dbus-0.60-mono-arguments.patch, -files/dbus-0.60-mono-docs.patch, + -files/dbus-0.60-qdbusmarshall.patch, -files/dbus-0.60-qt.patch, + -dbus-0.60-r4.ebuild, -dbus-0.62.ebuild: + Removed previous versions and old patches + + 30 Oct 2006; Doug Goldstein -dbus-0.91.ebuild: + Removing dbus 0.91 since it's for dbus-core + +*dbus-0.94 (30 Oct 2006) + + 30 Oct 2006; Doug Goldstein +dbus-0.94.ebuild: + Moving dbus-core back over as dbus + + 20 Oct 2006; Aron Griffis dbus-0.61-r1.ebuild: + Mark 0.61-r1 stable on alpha + + 22 Sep 2006; Doug Goldstein + -files/dbus-0.23.2-python_api.patch, -files/dbus-0.23.2-version_fix.patch, + -files/dbus-0.23-dbus_session_connect.patch, + -files/dbus-0.23-fd_set.patch, -files/dbus-0.23-pyexecdir.patch, + -files/dbus-0.23-qt.patch, -files/dbus-dnotify_configure-01.diff, + -files/dbus-dnotify_watchdirs-01.diff, -files/dbus, + -dbus-0.23.4-r1.ebuild: + Removed the old dbus-0.23 series\! + +*dbus-0.62-r1 (21 Sep 2006) + + 21 Sep 2006; Doug Goldstein -dbus-0.50-r2.ebuild, + +dbus-0.62-r1.ebuild: + Switching to expat from libxml2 since now libxml2 suffers from bitrot + instead of expat. Removed old version. + + 23 Aug 2006; Jeroen Roovers dbus-0.61-r1.ebuild: + Stable for HPPA (bug #137325). + + 23 Aug 2006; Steev Klimaszewski dbus-0.91.ebuild: + Block versions less than ourself. So we can up/downgrade properly. + + 21 Aug 2006; Stefan Schweizer dbus-0.91.ebuild: + qt3 was missing in IUSE, thanks jakub + + 20 Aug 2006; Stefan Schweizer dbus-0.91.ebuild: + depend on old qt3 bindings for backwards compatibility, new apps should + directly depend on the bindings + +*dbus-0.91 (18 Aug 2006) + + 18 Aug 2006; Steev Klimaszewski +dbus-0.91.ebuild: + New upstream release, package.masked because there are no qt3 bindings, + someone needs to either work on them, or incorporate them into the KDE apps + that use dbus, this MUST stay package.masked until KDE bumps to all using + QT4, or someone steps up and fixes the qt3 bindings (they need a lot of + love) + + 12 Jul 2006; Aron Griffis dbus-0.61-r1.ebuild: + Mark 0.61-r1 stable on ia64. #137325 + + 05 Jul 2006; Chris Gianelloni dbus-0.61-r1.ebuild: + Stable on x86 wrt bug #137325. + + 04 Jul 2006; Doug Goldstein dbus-0.62.ebuild: + Fix typo that shouldn't really affect compiles + + 03 Jul 2006; Luis Medinas dbus-0.61-r1.ebuild: + Stable on amd64. Bug #137325. + + 02 Jul 2006; Lars Weiler dbus-0.61-r1.ebuild: + Stable on ppc; bug #137325. + + 30 Jun 2006; Markus Rothe dbus-0.61-r1.ebuild: + Stable on ppc64; bug #137325 + + 30 Jun 2006; Gustavo Zacarias dbus-0.61-r1.ebuild: + Stable on sparc wrt #137325 + + 30 Jun 2006; Doug Goldstein dbus-0.62.ebuild: + updating qt4 depends bug #138391 + + 24 Jun 2006; Doug Goldstein dbus-0.23.4-r1.ebuild, + dbus-0.50-r2.ebuild: + USE flag change qt->qt3/qt4 bug #137785 + + 23 Jun 2006; Doug Goldstein -dbus-0.50-r1.ebuild, + -dbus-0.60-r3.ebuild, dbus-0.60-r4.ebuild, dbus-0.61-r1.ebuild: + removing old revs. Changed qt USE flag to qt3/qt4 in all instances + + 20 Jun 2006; Doug Goldstein dbus-0.62.ebuild: + Unfortunately genstef was wrong and didn't speak to anyone before making the + change that he did. Now he understand it, switching back. + + 20 Jun 2006; Stefan Schweizer dbus-0.62.ebuild: + qt3 -> qt, fix digest + +*dbus-0.62 (20 Jun 2006) + + 20 Jun 2006; Doug Goldstein +dbus-0.62.ebuild: + Rev bumped to 0.62. Had to remove arm, sh, and mips due to repoman issues. + Bug #137325 + + 27 Apr 2006; Alec Warner files/digest-dbus-0.23.4-r1, + files/digest-dbus-0.50-r1, files/digest-dbus-0.50-r2, + files/digest-dbus-0.60-r4, Manifest: + Fixing SHA256 digest, pass four + + 21 Apr 2006; Steev Klimaszewski files/dbus.init-0.60: + Update the dbus 0.60 init script as well with the nscd/dns dependencies. + + 21 Apr 2006; Steev Klimaszewski files/dbus.init-0.61: + Update the 0.61 init script to start after nscd/dns, fixes an apparent problem + reported by Uberlord on amd64. + + 09 Apr 2006; Steev Klimaszewski dbus-0.23.4-r1.ebuild, + dbus-0.50-r1.ebuild, dbus-0.50-r2.ebuild, dbus-0.60-r3.ebuild, + dbus-0.60-r4.ebuild: + Migrate the xml2 useflag to be xml, per bug #79178 + +*dbus-0.61-r1 (27 Mar 2006) + + 27 Mar 2006; Doug Goldstein + +files/dbus-0.60-mono-return-null-fix.diff, +files/dbus.init-0.61, + +dbus-0.61-r1.ebuild: + Mono bindings fix. New Initscript + + 16 Mar 2006; Doug Goldstein + +files/dbus-0.61-i-hate-qt-so-much.patch, + +files/dbus-0.61-libxml-dep.patch, +files/dbus-0.61-qt-disabling.patch, + dbus-0.61.ebuild: + Adding some necessary patches to fix QT mess. + + 15 Mar 2006; Doug Goldstein dbus-0.61.ebuild: + disable QT4 support + + 14 Mar 2006; Joe McCann + +files/dbus-0.60-decls-ansi-c.patch: + Add missing patch to cvs + + 14 Mar 2006; Doug Goldstein files/dbus.init-0.60: + Handle PEBCAK error + +*dbus-0.61 (14 Mar 2006) + + 14 Mar 2006; Doug Goldstein + +files/dbus-0.61-mono-tools-update.diff, +dbus-0.61.ebuild: + rev bump. dropped gcj support since the bindings are unmaintained and broken + and were problematic. Fixed monodoc depends to only require monodoc rather + then mono-tools as well. + + 10 Mar 2006; Michael Hanselmann dbus-0.60-r4.ebuild: + Stable on ppc. + + 21 Feb 2006; Jeroen Roovers dbus-0.60-r4.ebuild: + Stable on hppa. + + 19 Feb 2006; Joshua Kinard dbus-0.60-r4.ebuild: + Revert mips stabilization for 0.60-r4. According to geoman, there are still + some unresolved issues with it on mips. + + 19 Feb 2006; Joshua Kinard dbus-0.60-r4.ebuild: + Marked stable on mips. + + 19 Feb 2006; Saleem Abdulrasool dbus-0.60-r4.ebuild: + stable on x86 as per bug 122846 + + 17 Feb 2006; Aron Griffis dbus-0.60-r4.ebuild: + Mark 0.60-r4 stable on alpha/ia64 + + 16 Feb 2006; Chris Gianelloni dbus-0.23.4-r1.ebuild: + Ported dbus-0.23.4-r1.ebuild to modular X dependencies. + + 16 Feb 2006; dbus-0.60-r4.ebuild: + Marked stable on amd64 + + 16 Feb 2006; Gustavo Zacarias dbus-0.60-r4.ebuild: + Stable on sparc wrt #122846 + + 15 Feb 2006; Markus Rothe dbus-0.60-r4.ebuild: + Stable on ppc64; bug #122846 + + 07 Feb 2006; Aron Griffis dbus-0.60-r3.ebuild: + Mark 0.60-r3 stable on alpha + + 01 Feb 2006; Doug Goldstein ChangeLog: + New patch for gcj handling detection of jar. Use emake -j1 to let gcj + compile. 2 AMD64 fixes as well. + + 22 Jan 2006; Tobias Scherbaum dbus-0.60-r3.ebuild: + ppc stable, bug #113826 + + 22 Jan 2006; Markus Rothe dbus-0.60-r3.ebuild: + Stable on ppc64; bug #113826 + + 22 Jan 2006; dbus-0.60-r3.ebuild: + Marked stable on amd64 per bug #113826 + + 21 Jan 2006; Saleem Abdulrasool dbus-0.60-r3.ebuild: + stable on x86 as per bug #113818 + + 20 Jan 2006; Gustavo Zacarias dbus-0.60-r3.ebuild: + Stable on sparc wrt #119634 #113826 + + 19 Jan 2006; Saleem Abdulrasool dbus-0.50-r1.ebuild, + dbus-0.50-r2.ebuild, dbus-0.60-r3.ebuild: + Fix GTK+ dependencies as per bug #119415 + + 06 Jan 2006; Chris PeBenito dbus-0.60-r3.ebuild: + Add explicit handling of SELinux support. + + 04 Jan 2006; Doug Goldstein -dbus-0.23-r3.ebuild, + dbus-0.60-r3.ebuild: + Some more ideas with QT. Even though it's now acknowledged by the QT guys + that it's a bug on their side. Changed gcj to detect current running version + rather then best installed. (thx eradicator) + + 03 Jan 2006; Rene Nussbaumer dbus-0.23.4-r1.ebuild: + Stable on hppa. + + 03 Jan 2006; dbus-0.23.4-r1.ebuild: + Stable on IA64; bug #116242. + +*dbus-0.60-r3 (03 Jan 2006) + + 03 Jan 2006; Doug Goldstein -dbus-0.60-r2.ebuild, + +dbus-0.60-r3.ebuild: + No changes, just rev bump since I didn't fix the init script before it hit + the mirrors. + + 02 Jan 2006; Doug Goldstein dbus-0.60-r2.ebuild: + switched to newinitd + + 02 Jan 2006; Michael Hanselmann dbus-0.23.4-r1.ebuild: + Stable on ppc. + + 02 Jan 2006; Doug Goldstein dbus-0.23.4-r1.ebuild: + Tweaked some QT related stuff. + +*dbus-0.60-r2 (02 Jan 2006) + + 02 Jan 2006; Doug Goldstein + +files/dbus-0.60-gcj.patch, +files/dbus-0.60-mono-docs.patch, + +files/dbus-0.60-qt.patch, +files/dbus-0.60-qt-pc.patch, + -dbus-0.60-r1.ebuild, +dbus-0.60-r2.ebuild: + Fixed gcj issues. Fixed QT issues (except QT4 support, only QT3 support). + Added dbus-qt-1.pc file. Fixed issues when USE="doc mono". + + 31 Dec 2005; Markus Rothe dbus-0.23.4-r1.ebuild: + Stable on ppc64 + + 30 Dec 2005; Gustavo Zacarias dbus-0.23.4-r1.ebuild: + Stable on sparc wrt #116242 + + 30 Dec 2005; Doug Goldstein + -files/dbus-0.23.2-abi_api.patch, -dbus-0.36.2.ebuild: + compnerd got nutsy and messed up the digest. Also deleted 1 unnecessary patch. + + 30 Dec 2005; Saleem Abdulrasool + dbus-0.23.4-r1.ebuild: + stable on x86 + + 29 Dec 2005; Simon Stelling dbus-0.23.4-r1.ebuild: + stable on amd64 + + 26 Dec 2005; Saleem Abdulrasool dbus-0.50-r2.ebuild: + Dropping the gcj USE flag as it is currently not functional. + + 26 Dec 2005; Bryan Østergaard dbus-0.50-r2.ebuild: + Comment out gcj support since it really didn't work. + +*dbus-0.60-r1 (21 Dec 2005) +*dbus-0.50-r2 (21 Dec 2005) + + 21 Dec 2005; Doug Goldstein -dbus-0.23.2.ebuild, + -dbus-0.23.2-r1.ebuild, -dbus-0.23.4.ebuild, -dbus-0.50.ebuild, + +dbus-0.50-r2.ebuild, -dbus-0.60.ebuild, +dbus-0.60-r1.ebuild: + change libxml2 depend to 2.6.21 because of bugs in that package made dbus + mem usage insane when using it. copied QT fixes to dbus 0.60. Changed the + verbose and checks to only be run when compiled with debug USE flag. Added + support for Java bindings. Fixed up depends in general. Cleaned up ebuilds + in general. + + 17 Dec 2005; Guy Martin dbus-0.50-r1.ebuild: + Stable on hppa. + + 03 Dec 2005; Saleem Abdulrasool dbus-0.60.ebuild: + Fixing use flag hell. + +*dbus-0.60 (01 Dec 2005) + + 01 Dec 2005; Saleem Abdulrasool +dbus-0.60.ebuild: + Ading 0.60 to the tree. This is to test things against it and start patching. + There was a API/ABI change. + + 27 Nov 2005; Saleem Abdulrasool dbus-0.50-r1.ebuild: + Bumping mondoc deps and adding in mono-tools dep to prevent breaking on new + style layout of monodoc. Resolves bug #113528 + + 24 Nov 2005; Marcus D. Hanwell dbus-0.50-r1.ebuild: + Set the qt3 directory and moc, closes bugs 112965, 103667 and 109823. + + 08 Nov 2005; Stefan Briesenick files/dbus: + fixed init-script. + +*dbus-0.50-r1 (08 Nov 2005) + + 08 Nov 2005; Saleem Abdulrasool files/dbus, + +dbus-0.50-r1.ebuild: + Changing the initscript (with revbump). Minor cosmetic changes (changed to + doinit). + + 07 Nov 2005; Diego Pettenò dbus-0.50.ebuild: + Don't enable dnotify for every system, but just when using Linux kernel, as + it's a Linux feature. + + 07 Nov 2005; Steev Klimaszewski dbus-0.36.2.ebuild, + dbus-0.50.ebuild: + Change the path for the system socket back into /var/run/dbus/ + This fixeds Bug #96451. Thanks to joem for pointing it out, as + well as kwant for filing the bug. + +*dbus-0.50 (07 Nov 2005) + + 07 Nov 2005; Steev Klimaszewski + +files/dbus-dnotify_configure-01.diff, + +files/dbus-dnotify_watchdirs-01.diff, +dbus-0.50.ebuild: + Version bump. Add patches to fix dnotify support. + + 05 Nov 2005; Stephen P. Becker dbus-0.36.2.ebuild: + added ~mips keyword + + 01 Nov 2005; Doug Goldstein dbus-0.36.2.ebuild: + make dbus depend on gtk+ 2.6 while they claim gtk+ 2.0, they use 2.6 API + calls. fixes bug #111118 + + 19 Oct 2005; Stephen P. Becker dbus-0.23.4-r1.ebuild: + added ~mips keyword + + 15 Sep 2005; dbus-0.23.4-r1.ebuild: + Make hal not pass /bin/false as a shell to ecommit. Bug #103421 + +*dbus-0.36.2 (10 Sep 2005) + + 10 Sep 2005; Doug Goldstein -dbus-0.36.1.ebuild, + +dbus-0.36.2.ebuild: + Rev Bump for security reasons + + 26 Aug 2005; Doug Goldstein dbus-0.36.1.ebuild: + Fixing bug #103421 + +*dbus-0.36.1 (25 Aug 2005) + + 25 Aug 2005; Doug Goldstein -dbus-0.36.ebuild, + +dbus-0.36.1.ebuild: + rev bump. Should fix amd64 issues. bug #103601 + +*dbus-0.36 (24 Aug 2005) + + 24 Aug 2005; Doug Goldstein -dbus-0.35.2.ebuild, + +dbus-0.36.ebuild: + revision bump. Make sure we're using the messagebus user as well. + +*dbus-0.35.2 (18 Aug 2005) + + 18 Aug 2005; Doug Goldstein metadata.xml, + +dbus-0.35.2.ebuild: + added dbus 0.35.2 to tree, p.mask'd as per Gnome herd's request + added self to maintainership to receive the issues + + 27 Jul 2005; Guy Martin dbus-0.23-r3.ebuild, + dbus-0.23.4-r1.ebuild: + Stable on hppa. + + 22 Jul 2005; Gustavo Zacarias dbus-0.23-r3.ebuild: + Stable on sparc + +*dbus-0.23.4-r1 (14 Jul 2005) + + 14 Jul 2005; Marinus Schraal dbus-0.23.4-r1.ebuild : + Fix location of system socket (#96451) + + 07 Jul 2005; Caleb Tennis dbus-0.23-r3.ebuild, + dbus-0.23.2.ebuild, dbus-0.23.2-r1.ebuild: + Fix qt dep + +*dbus-0.23.4 (15 Mar 2005) + + 15 Mar 2005; foser dbus-0.23.4.ebuild : + New release, fix qt dep (#84256) + + 11 Mar 2005; Martin Schlemmer files/dbus: + Fix rcscript to not clobber return of stop() due to existance of pidfile or + not. + + 10 Mar 2005; Peter Johanson dbus-0.23-r3.ebuild, + dbus-0.23.2-r1.ebuild, dbus-0.23.2.ebuild: + mono moved from dev-dotnet -> dev-lang + +*dbus-0.23.2-r1 (06 Mar 2005) + + 06 Mar 2005; foser dbus-0.23.2-r1.ebuild : + Add patch to fix abi/api issues (#83979) + Add session launch script (#77504) + +*dbus-0.23.2 (03 Mar 2005) + + 03 Mar 2005; foser dbus-0.23.2.ebuild : + New release (#81794) + Add patch to work around mono lib versioning problem (#81794) + + 27 Feb 2005; Jason Wever dbus-0.23-r3.ebuild: + Added ~sparc keyword. + + 20 Feb 2005; Aron Griffis dbus-0.23-r3.ebuild: + stable on ia64 #80601 + + 11 Feb 2005; Jan Brinkmann dbus-0.23-r3.ebuild: + stable on amd64. see #80601 + + 10 Feb 2005; Michael Hanselmann dbus-0.23-r3.ebuild: + Stable on ppc. + + 10 Feb 2005; Markus Rothe dbus-0.23-r3.ebuild: + Stable on ppc64; bug #80601 + +*dbus-0.23-r3 (09 Feb 2005) + + 09 Feb 2005; foser dbus-0.23-r3.ebuild : + Bump to remove mono dep (still ~arch :/) so we can mark stable + + 07 Feb 2005; Jeremy Huddleston + +files/dbus-0.23-pyexecdir.patch, dbus-0.23-r2.ebuild: + Multilib fix for python. + +*dbus-0.23-r2 (06 Feb 2005) + + 06 Feb 2005; foser dbus-0.23-r2.ebuild : + Add include fix (#78617) + Add fix for unsafe default permissions (#80601) + Fix the X switch to actually work + + 20 Jan 2005; Aron Griffis dbus-0.22-r1.ebuild, + dbus-0.22-r2.ebuild, dbus-0.22-r3.ebuild, dbus-0.23-r1.ebuild: + mark 0.22-r1 stable on ia64; add ~ia64 to the rest + +*dbus-0.23-r1 (21 Jan 2005) + + 21 Jan 2005; foser dbus-0.23-r1.ebuild : + Keep the right services dir + + 13 Jan 2005; Heinrich Wendel +files/dbus-0.23-qt.patch, + dbus-0.23.ebuild: + fix qt again + +*dbus-0.23 (13 Jan 2005) + + 13 Jan 2005; foser dbus-0.23.ebuild : + New release, minor ebuild fixes + Add some touch statements for #77833 + + 08 Jan 2005; Tom Martin dbus-0.22-r1.ebuild: + Stable on amd64. + +*dbus-0.22-r3 (29 Dec 2004) + + 29 Dec 2004; Heinrich Wendel +files/dbus-0.22-qt.patch, + +dbus-0.22-r3.ebuild: + readd qt support, bug #65504 + + 17 Dec 2004; Markus Rothe dbus-0.22-r2.ebuild: + Stable on ppc64 + + 11 Nov 2004; Mike Gardiner dbus-0.22-r1.ebuild, + dbus-0.22-r2.ebuild: + Keyworded ppc for GNOME 2.8 + + 08 Nov 2004; Markus Rothe dbus-0.22-r2.ebuild: + Marked ~ppc64 + +*dbus-0.22-r2 (31 Oct 2004) + + 31 Oct 2004; foser dbus-0.22-r2.ebuild : + Re-enable mono USE + Add a couple of patches to get the mono bindings up to par + + 29 Oct 2004; foser dbus-0.22-r1.ebuild : + Disable mono USE, so we can mark stable + + 21 Oct 2004; Aron Griffis dbus-0.22-r1.ebuild: + add ~ia64 + + 15 Oct 2004; foser dbus-0.22-r1.ebuild : + Disable qt bindings for now (#65504) + Fix LICENSE + +*dbus-0.22-r1 (21 Sep 2004) + + 21 Sep 2004; foser dbus-0.22-r1.ebuild : + Add python bindings patch to make hal-device-manager work + Add inherit python for the python modules + + 18 Sep 2004; Travis Tilley dbus-0.22.ebuild: + added a fix that gets around a lib64 sandbox bug and added ~amd64 keyword + + 03 Sep 2004; Pieter Van den Abeele dbus-0.22.ebuild: + Masked dbus-0.22.ebuild stable for ppc + +*dbus-0.22 (17 Aug 2004) + + 17 Aug 2004; foser dbus-0.22.ebuild : + Readd mono & libxml2 building + Fix licensing to dual GPL-2 AFL-2.1 (#60280) + Fix init script to also work when a user session is running, thanks to Marcel Martin (#60280) + Set the session socket dir to /tmp (should probably be reconsidered) + Disable doc building, it works halfway but doesn't get installed right + + 11 Aug 2004; foser dbus-0.21.ebuild : + Add messagebus user creation (#52462) + + 08 Aug 2004; David Holm dbus-0.21.ebuild: + Added to ~ppc. + + 25 Jun 2004; Aron Griffis dbus-0.21.ebuild: + QA - fix use invocation + +*dbus-0.21 (07 Apr 2004) + + 07 Apr 2004; foser dbus-0.21.ebuild : + Overhaul of the whole ebuild, lots of cleanups. + Fixed deps (#43806) + Fixed api doc building & installation + Added init script & postinst note (#46101) + Added myself as maintainer for this package to metadat + + 17 Feb 2004; Aron Griffis dbus-0.20.ebuild: + Remove all KEYWORDS other than ~x86, since none of the support stuff (i.e. + mono) is marked on the other platforms + +*dbus-0.20 (04 Dec 2003) + + 04 Dec 2003; Seemant Kulleen dbus-0.12.ebuild, + dbus-0.20.ebuild: + version bump. Ebuild provided by: James Dumay in bug + #35301 + + 14 Nov 2003; Seemant Kulleen dbus-0.13.ebuild: + qt disabled, because the bindings are broken currently + +*dbus-0.13 (03 Oct 2003) + + 03 Oct 2003; Seemant Kulleen dbus-0.13.ebuild: + version bump + +*dbus-0.12 (12 Sep 2003) + 12 Sep 2003; Seemant Kulleen : + version bump + +*dbus-0.11 (21 Jun 2003) + + 21 Jun 2003; Seemant Kulleen dbus-0.11.ebuild, + files/dbus-0.11-cvs-update.patch: + dbus thingy from freedesktop.org -- for upcoming apps like xmms2 etc diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/Manifest b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/Manifest new file mode 100644 index 0000000000..852d9c91d7 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/Manifest @@ -0,0 +1,32 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA512 + +AUX 80-dbus 341 SHA256 76ce25ce8769cdfcb0d7b7e52e5a7e6474448fc34e8ad9393afac1eca1e07fd2 SHA512 fa019d903e5412d0c47dade4299995e9baa8b86d74ebc0b42967137762bc476628af57f8a6c354660fce731c33a49a66027cd8b5a25be4d898b7d1662c600e89 WHIRLPOOL 74e9e79b86fc4802f34737bb47c3a71919f35fb2375119cdcd7fd6dae2de201e006fb4e6a978addd2300f7075180d4b088a69fa60d2ce4d689b6239b4a1307b1 +AUX dbus-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch 1320 SHA256 ab3398f4fb46ec9a134581a825180422b2b8f5e8dd250bca3127c31a39d923a7 SHA512 e8cac05a0291f24fc3cd82cfd504a78b1d356a9ee613e226c3b16ccbfd8251afb036d4fb9da372a066e5bc9417fddbc3f10b68713620c4fd798069fdd8f6dbf8 WHIRLPOOL 9e30cbcba7ebe13cdc8a9e3ad0bb7d3d6e667dfba23a6cedfbacbbed34f6eb15bc6f0dcb42392f0c1a23ac891f0d820759f4201b8bac9b51d4241e74bed5ca2d +AUX dbus.initd 1185 SHA256 98e37b8b6ed25004e48c5855d74c9361eea06d3fee13cefcc0ed10ccf452aa01 SHA512 7983e77015b46c204b10948a1fcedaae53a75848919961eb1ef8878bfa11c933256642c0e3f59163e72374ce1bd33b0338c787ce067c0982fcdf8a798b922a15 WHIRLPOOL 62ef5b9191a2bd3410c53ed63015e9968789f448e5959de2ebc2404bc13ce99c333546bf1eb335f826ef7ea143f70a53c2ecffd81b4e35fa51ba2e2bdf68879f +DIST dbus-1.6.10.tar.gz 1930118 SHA256 1f3d6f4a53a7121328f6cd685fc14440d72e6c0006ecb3312cc779c495915e86 SHA512 7249555a62e80167d296db3075deef135aa303f2245d810360504d94d60acda467773a58982b209aab46a8a987f3bcf22eaef4d9cc71a1673650ab162797f8c1 WHIRLPOOL 60b07033aba493bec297690e3e552594658bfe11bbae4a935d29a30fc58c5e9531ed4544e8f600ee04e414d6d21031b80168ca683adbf7335248c962205d2ee4 +DIST dbus-1.6.12.tar.gz 1933805 SHA256 f67a7abfd6d045c1e9eba2bba4199d301836bc0c6e8a727c765913aba780ee92 SHA512 860f3c86268857662bc397cd6fd0c163dfe38c77c28525c47226e22d890ec3c2df724f887f55f65a60b729e8eb5dce91ce8ecd045391d88acb1884b8dbf33c71 WHIRLPOOL 248872ad9636f60d5b4e19b5876ec1b675db02e7c755f19f3a1966aedcdeb834a092d6e678fe1ea7e06a4b5e33d2ac31739c12093c6aee8dea8147fd0d22716a +DIST dbus-1.6.8.tar.gz 1929630 SHA256 fc1370ef38abeeb13f55c905ec002e60705fb0bfde3b8d21c8d6eb8056c11bac SHA512 eb26f1dfb6c6e3757a408a98e0f4012eda926e2f8ee7a2356ebd567a2e4a7d96effca7cec6e6b4f9e7bc578cbdd7b703d00158343a260859aff0718c76f296b0 WHIRLPOOL b614da2bc57376c8ad626ed2469e9a2cfcf7a2debba97187728048ad73e0c5075b290766d088e470b266fcad3e3cf2ec2c9c8477f1f7c5a232f1f74cadc83c1a +EBUILD dbus-1.6.10.ebuild 5193 SHA256 63b76d8813611b247717c5b922a1c02c6076b0e1589cf3f20d473f71067fb7a0 SHA512 d24c0a1dfbe6c6c88f47dda653d8dc667eb756143a4ac11bf39830d19875c47dd0c12c421bd7b115f0cfde40e91b3b6c8f13dfb3db66f2747ae4421a7bf34ffe WHIRLPOOL 9fbe4638c88d85e6a712e09205e69d37c7b6d5460bee5220bd7bbb58737af8da12ac8a74829af75025ff44e66302a1395c40ac522ebfde1d8340cf3be463184c +EBUILD dbus-1.6.12.ebuild 5192 SHA256 cd99facf8417cfa959ac2ffc26827908567bb7d4904a18d5324222348db3f33e SHA512 8fe5e1855ee89ef69f04f65d3329e36ceaf7c9f9e3e93ee2266f1116d62e16189f503e8a223c4a8e59475bed2373a0246e7a4986dc1448f7a916b4e584850aa9 WHIRLPOOL b11ffeac4cc939bd2f9904a888648be49806193cd5f2fdba124855c73845217715148f48d27b3629734e2f1b774500e23882593280c2c91fb317c1bacbb8d061 +EBUILD dbus-1.6.8-r1.ebuild 5215 SHA256 71b84ca7f396cc50f1de7e4a2024ad2d0946b064969cf719a041031d6a4d6043 SHA512 964478ce0450d8e8c382490b702f4c9b7eec3b3e890fb3f8fc95653e6594c2c49b00dcd3bbc03b46ae03bf099332f3e22b82094d34fcf506edb6f9adf3e03b0b WHIRLPOOL 2af6773fa3a1e8c4efacdf2478b8bfd2a7985e49aa87b64317c93b21c9eacfbae42d28d76c73f2c1f3ec15d01155d9b1ce1d824a67c1c56a20f7d5d63e3fb1a5 +EBUILD dbus-1.6.8.ebuild 4977 SHA256 12c078f1279d359f21d808136dfd8e5e0877f57970ccadac069245f6054498f5 SHA512 92108bf767eb0ca035c229ba5785db26da5d0aa27dbb6dd3cc77ed0217313b7b193476b622a02824dc6580962805895670f9e82647da579ec6e84b438816a2ef WHIRLPOOL 9b3c06858526dab5fa21074d9217bbe395a35e4c42be04fb305f2adddb3ab7222384be25421840253dc3679bb72490bbdfa125926ad2c13bdf3bb4b21bd11323 +MISC ChangeLog 56965 SHA256 33cff546692bccddf54df7397a33fcc61538cb5b1c4324ec89f53b4fd9a89afb SHA512 e51f6cf6bc3fdb71d464780055a4323d65f1a6632772fabb3e6a31871420ce71986940b3032ab128772f90b69bcc26b6c60c2f6c90342b8cdb3e954515964b0e WHIRLPOOL 32b86d08c3ec9a9b92ebc4014f640933032c5494a35156350a5b0e4f4cbb9f7dd4e94a9da02990c81a2c1f2177ea32e1a4b8357ebed699b03698986b60a60bef +MISC metadata.xml 427 SHA256 d8fc8fedafc547578a85222cb60fb7eff3740c8ce101b22ba75aa3e5028135ce SHA512 2f8f64ded5050e87ce679d944dcf9c9a801ea03ee14471ab0702f10339f3f995701c313bfe10e7ab01f1bc784f04a5e6efbb29ea0b44513b9b3e384370956dc5 WHIRLPOOL 7a2add023434038b287c141213c2caf2adcc7ff5bcfb8025b2db0163bedd436fea64dd0e1a072f00232722738705fdc1f367e758d108373146d6fbea8803d5b2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.20 (GNU/Linux) + +iQIcBAEBCgAGBQJR1Xp+AAoJELp701BxlEWfODsQAJrsSEX+4WbCYXCXjPWC9doO +eHP4s3qRvbQxN7fubs1DGTk+ndx7duX2B4YNtJrbzUtBWBMItDHGCl46iyi4TJXu +xpmPzjT7YSCDsjcPYqZDu3U4YO7dgOAsdkK3R8NdEKI9fhP/UgmYbZZmmK4LypAU +8Q+XdiqfSBXP11NpP2fwjUd1K/fkb0jOOGohzauYGYDPWkzrJCJX9wjahe7Z3iOi +yFiOn9ollTwSRKtMiXwMm6IuVaQiH9XWNQ2iWG+p5n2+hI38dOU6V+kvj1+ULjQW +6hYyr5lzq02vBi6reWJ3yyZrgIyS0XO9phqtzwskIY++EojLinXmPcU5naXekP87 +Qnk2atRt7dzWgGtnUA1kyfrMnzJWX5kY2A3yMYn5cujGFGSfYQo0YXWqByupn0Ys +qE9PZNOLtpnmGI+BQmQJemNhXE2o4NX5ry6w9Jl5nJ9GR0BRyMlsGpntWP+USzIk +biqBOKEvQSi8ZkABuu18KvM9WkADu4uf+rnn89HW6uZ5cdwtPNQ4aXkauMSneYxl +RVY5DdxblQnb9YdmRNkZz7enYvWzmaO/uXXHy5dtJJO5H65ZZ2UTOF5UU7jsy19X +lHdSzKDAdKFR8NoEPhHn/AIVYqUuQa224GtIvVJMpdXMayasCKQo1lvKW86GhfLr +h6KvKoNcH90H7PIkDvfb +=PunS +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.10.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.10.ebuild new file mode 100644 index 0000000000..53db0bc86f --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.10.ebuild @@ -0,0 +1,193 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.10.ebuild,v 1.11 2013/06/02 08:40:32 ago Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +inherit autotools eutils linux-info flag-o-matic python-any-r1 systemd virtualx user + +DESCRIPTION="A message bus system, a simple way for applications to talk to each other" +HOMEPAGE="http://dbus.freedesktop.org/" +SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" + +LICENSE="|| ( AFL-2.1 GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="debug doc selinux static-libs systemd test X" + +RDEPEND=">=dev-libs/expat-2 + selinux? ( + sec-policy/selinux-dbus + sys-libs/libselinux + ) + systemd? ( sys-apps/systemd ) + X? ( + x11-libs/libX11 + x11-libs/libXt + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + app-doc/doxygen + app-text/docbook-xml-dtd:4.1.2 + app-text/xmlto + ) + test? ( + >=dev-libs/glib-2.24 + ${PYTHON_DEPS} + )" + +# out of sources build directory +BD=${WORKDIR}/${P}-build +# out of sources build dir for make check +TBD=${WORKDIR}/${P}-tests-build + +pkg_setup() { + enewgroup messagebus + enewuser messagebus -1 -1 -1 messagebus + + use test && python-any-r1_pkg_setup + + if use kernel_linux; then + CONFIG_CHECK="~EPOLL" + linux-info_pkg_setup + fi +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch + + # Tests were restricted because of this + sed -i \ + -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \ + -e '/"dispatch"/d' \ + bus/test-main.c || die + + # required for asneeded patch but also for bug 263909, cross-compile so + # don't remove eautoreconf + eautoreconf +} + +src_configure() { + local myconf + + # so we can get backtraces from apps + append-flags -rdynamic + + # libaudit is *only* used in DBus wrt SELinux support, so disable it, if + # not on an SELinux profile. + myconf=( + --disable-silent-rules + --localstatedir="${EPREFIX}/var" + --docdir="${EPREFIX}/usr/share/doc/${PF}" + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" + $(use_enable static-libs static) + $(use_enable debug verbose-mode) + --disable-asserts + --disable-checks + $(use_enable selinux) + $(use_enable selinux libaudit) + $(use_enable kernel_linux inotify) + $(use_enable kernel_FreeBSD kqueue) + $(use_enable systemd) + --disable-embedded-tests + --disable-modular-tests + $(use_enable debug stats) + --with-xml=expat + --with-session-socket-dir=/tmp + --with-system-pid-file=/var/run/dbus.pid + --with-system-socket=/var/run/dbus/system_bus_socket + --with-dbus-user=messagebus + $(use_with X x) + "$(systemd_with_unitdir)" + ) + + mkdir "${BD}" + cd "${BD}" + einfo "Running configure in ${BD}" + ECONF_SOURCE="${S}" econf "${myconf[@]}" \ + $(use_enable doc xml-docs) \ + $(use_enable doc doxygen-docs) + + if use test; then + mkdir "${TBD}" + cd "${TBD}" + einfo "Running configure in ${TBD}" + ECONF_SOURCE="${S}" econf "${myconf[@]}" \ + $(use_enable test asserts) \ + $(use_enable test checks) \ + $(use_enable test embedded-tests) \ + $(has_version dev-libs/dbus-glib && echo --enable-modular-tests) + fi +} + +src_compile() { + # after the compile, it uses a selinuxfs interface to + # check if the SELinux policy has the right support + use selinux && addwrite /selinux/access + + cd "${BD}" + einfo "Running make in ${BD}" + emake + + if use test; then + cd "${TBD}" + einfo "Running make in ${TBD}" + emake + fi +} + +src_test() { + cd "${TBD}" + DBUS_VERBOSE=1 Xemake -j1 check +} + +src_install() { + newinitd "${FILESDIR}"/dbus.initd dbus + + if use X; then + # dbus X session script (#77504) + # turns out to only work for GDM (and startx). has been merged into + # other desktop (kdm and such scripts) + exeinto /etc/X11/xinit/xinitrc.d + doexe "${FILESDIR}"/80-dbus + fi + + # needs to exist for dbus sessions to launch + keepdir /usr/share/dbus-1/services + keepdir /etc/dbus-1/{session,system}.d + # machine-id symlink from pkg_postinst() + keepdir /var/lib/dbus + + dodoc AUTHORS ChangeLog HACKING NEWS README doc/TODO + + cd "${BD}" + emake DESTDIR="${D}" install + + prune_libtool_files --all +} + +pkg_postinst() { + if [ "$(rc-config list default | grep dbus)" = "" ] ; then + elog "To start the D-Bus system-wide messagebus by default" + elog "you should add it to the default runlevel :" + elog "\`rc-update add dbus default\`" + elog + fi + + elog "Some applications require a session bus in addition to the system" + elog "bus. Please see \`man dbus-launch\` for more information." + elog + + if [ "$(rc-status | grep dbus | grep started)" ] ; then + ewarn "You must restart D-Bus \`/etc/init.d/dbus restart\` to run" + ewarn "the new version of the daemon." + ewarn "Don't do this while X is running because it will restart your X as well." + fi + + # Ensure unique id is generated and put it in /etc wrt #370451 but symlink + # for DBUS_MACHINE_UUID_FILE (see tools/dbus-launch.c) and reverse + # dependencies with hardcoded paths (although the known ones got fixed already) + dbus-uuidgen --ensure="${EROOT}"/etc/machine-id + ln -sf "${EROOT}"/etc/machine-id "${EROOT}"/var/lib/dbus/machine-id +} diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild new file mode 100644 index 0000000000..e346c5f6ea --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild @@ -0,0 +1,193 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.12.ebuild,v 1.12 2013/07/04 13:40:03 ago Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +inherit autotools eutils linux-info flag-o-matic python-any-r1 systemd virtualx user + +DESCRIPTION="A message bus system, a simple way for applications to talk to each other" +HOMEPAGE="http://dbus.freedesktop.org/" +SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" + +LICENSE="|| ( AFL-2.1 GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="debug doc selinux static-libs systemd test X" + +RDEPEND=">=dev-libs/expat-2 + selinux? ( + sec-policy/selinux-dbus + sys-libs/libselinux + ) + systemd? ( sys-apps/systemd ) + X? ( + x11-libs/libX11 + x11-libs/libXt + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + app-doc/doxygen + app-text/docbook-xml-dtd:4.1.2 + app-text/xmlto + ) + test? ( + >=dev-libs/glib-2.24 + ${PYTHON_DEPS} + )" + +# out of sources build directory +BD=${WORKDIR}/${P}-build +# out of sources build dir for make check +TBD=${WORKDIR}/${P}-tests-build + +pkg_setup() { + enewgroup messagebus + enewuser messagebus -1 -1 -1 messagebus + + use test && python-any-r1_pkg_setup + + if use kernel_linux; then + CONFIG_CHECK="~EPOLL" + linux-info_pkg_setup + fi +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch + + # Tests were restricted because of this + sed -i \ + -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \ + -e '/"dispatch"/d' \ + bus/test-main.c || die + + # required for asneeded patch but also for bug 263909, cross-compile so + # don't remove eautoreconf + eautoreconf +} + +src_configure() { + local myconf + + # so we can get backtraces from apps + append-flags -rdynamic + + # libaudit is *only* used in DBus wrt SELinux support, so disable it, if + # not on an SELinux profile. + myconf=( + --disable-silent-rules + --localstatedir="${EPREFIX}/var" + --docdir="${EPREFIX}/usr/share/doc/${PF}" + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" + $(use_enable static-libs static) + $(use_enable debug verbose-mode) + --disable-asserts + --disable-checks + $(use_enable selinux) + $(use_enable selinux libaudit) + $(use_enable kernel_linux inotify) + $(use_enable kernel_FreeBSD kqueue) + $(use_enable systemd) + --disable-embedded-tests + --disable-modular-tests + $(use_enable debug stats) + --with-xml=expat + --with-session-socket-dir=/tmp + --with-system-pid-file=/var/run/dbus.pid + --with-system-socket=/var/run/dbus/system_bus_socket + --with-dbus-user=messagebus + $(use_with X x) + "$(systemd_with_unitdir)" + ) + + mkdir "${BD}" + cd "${BD}" + einfo "Running configure in ${BD}" + ECONF_SOURCE="${S}" econf "${myconf[@]}" \ + $(use_enable doc xml-docs) \ + $(use_enable doc doxygen-docs) + + if use test; then + mkdir "${TBD}" + cd "${TBD}" + einfo "Running configure in ${TBD}" + ECONF_SOURCE="${S}" econf "${myconf[@]}" \ + $(use_enable test asserts) \ + $(use_enable test checks) \ + $(use_enable test embedded-tests) \ + $(has_version dev-libs/dbus-glib && echo --enable-modular-tests) + fi +} + +src_compile() { + # after the compile, it uses a selinuxfs interface to + # check if the SELinux policy has the right support + use selinux && addwrite /selinux/access + + cd "${BD}" + einfo "Running make in ${BD}" + emake + + if use test; then + cd "${TBD}" + einfo "Running make in ${TBD}" + emake + fi +} + +src_test() { + cd "${TBD}" + DBUS_VERBOSE=1 Xemake -j1 check +} + +src_install() { + newinitd "${FILESDIR}"/dbus.initd dbus + + if use X; then + # dbus X session script (#77504) + # turns out to only work for GDM (and startx). has been merged into + # other desktop (kdm and such scripts) + exeinto /etc/X11/xinit/xinitrc.d + doexe "${FILESDIR}"/80-dbus + fi + + # needs to exist for dbus sessions to launch + keepdir /usr/share/dbus-1/services + keepdir /etc/dbus-1/{session,system}.d + # machine-id symlink from pkg_postinst() + keepdir /var/lib/dbus + + dodoc AUTHORS ChangeLog HACKING NEWS README doc/TODO + + cd "${BD}" + emake DESTDIR="${D}" install + + prune_libtool_files --all +} + +pkg_postinst() { + if [ "$(rc-config list default | grep dbus)" = "" ] ; then + elog "To start the D-Bus system-wide messagebus by default" + elog "you should add it to the default runlevel :" + elog "\`rc-update add dbus default\`" + elog + fi + + elog "Some applications require a session bus in addition to the system" + elog "bus. Please see \`man dbus-launch\` for more information." + elog + + if [ "$(rc-status | grep dbus | grep started)" ] ; then + ewarn "You must restart D-Bus \`/etc/init.d/dbus restart\` to run" + ewarn "the new version of the daemon." + ewarn "Don't do this while X is running because it will restart your X as well." + fi + + # Ensure unique id is generated and put it in /etc wrt #370451 but symlink + # for DBUS_MACHINE_UUID_FILE (see tools/dbus-launch.c) and reverse + # dependencies with hardcoded paths (although the known ones got fixed already) + dbus-uuidgen --ensure="${EROOT}"/etc/machine-id + ln -sf "${EROOT}"/etc/machine-id "${EROOT}"/var/lib/dbus/machine-id +} diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.8-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.8-r1.ebuild new file mode 100644 index 0000000000..d9785461e2 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.8-r1.ebuild @@ -0,0 +1,193 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.8-r1.ebuild,v 1.4 2013/03/02 14:29:14 mgorny Exp $ + +EAPI=4 +PYTHON_COMPAT=( python2_7 ) +inherit autotools eutils linux-info flag-o-matic python-any-r1 systemd virtualx user + +DESCRIPTION="A message bus system, a simple way for applications to talk to each other" +HOMEPAGE="http://dbus.freedesktop.org/" +SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" + +LICENSE="|| ( AFL-2.1 GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="debug doc selinux static-libs systemd test X" + +RDEPEND=">=dev-libs/expat-2 + selinux? ( + sec-policy/selinux-dbus + sys-libs/libselinux + ) + systemd? ( >=sys-apps/systemd-44-r1 ) + X? ( + x11-libs/libX11 + x11-libs/libXt + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + app-doc/doxygen + app-text/docbook-xml-dtd:4.1.2 + app-text/xmlto + ) + test? ( + >=dev-libs/glib-2.24 + ${PYTHON_DEPS} + )" + +# out of sources build directory +BD=${WORKDIR}/${P}-build +# out of sources build dir for make check +TBD=${WORKDIR}/${P}-tests-build + +pkg_setup() { + enewgroup messagebus + enewuser messagebus -1 -1 -1 messagebus + + use test && python-any-r1_pkg_setup + + if use kernel_linux; then + CONFIG_CHECK="~EPOLL" + linux-info_pkg_setup + fi +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch + + # Tests were restricted because of this + sed -i \ + -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \ + -e '/"dispatch"/d' \ + bus/test-main.c || die + + # required for asneeded patch but also for bug 263909, cross-compile so + # don't remove eautoreconf + eautoreconf +} + +src_configure() { + local myconf + + # so we can get backtraces from apps + append-flags -rdynamic + + # libaudit is *only* used in DBus wrt SELinux support, so disable it, if + # not on an SELinux profile. + myconf=( + --disable-silent-rules + --localstatedir="${EPREFIX}/var" + --docdir="${EPREFIX}/usr/share/doc/${PF}" + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" + $(use_enable static-libs static) + $(use_enable debug verbose-mode) + --disable-asserts + --disable-checks + $(use_enable selinux) + $(use_enable selinux libaudit) + $(use_enable kernel_linux inotify) + $(use_enable kernel_FreeBSD kqueue) + $(use_enable systemd) + --disable-embedded-tests + --disable-modular-tests + $(use_enable debug stats) + --with-xml=expat + --with-session-socket-dir=/tmp + --with-system-pid-file=/var/run/dbus.pid + --with-system-socket=/var/run/dbus/system_bus_socket + --with-dbus-user=messagebus + $(use_with X x) + "$(systemd_with_unitdir)" + ) + + mkdir "${BD}" + cd "${BD}" + einfo "Running configure in ${BD}" + ECONF_SOURCE="${S}" econf "${myconf[@]}" \ + $(use_enable doc xml-docs) \ + $(use_enable doc doxygen-docs) + + if use test; then + mkdir "${TBD}" + cd "${TBD}" + einfo "Running configure in ${TBD}" + ECONF_SOURCE="${S}" econf "${myconf[@]}" \ + $(use_enable test asserts) \ + $(use_enable test checks) \ + $(use_enable test embedded-tests) \ + $(has_version dev-libs/dbus-glib && echo --enable-modular-tests) + fi +} + +src_compile() { + # after the compile, it uses a selinuxfs interface to + # check if the SELinux policy has the right support + use selinux && addwrite /selinux/access + + cd "${BD}" + einfo "Running make in ${BD}" + emake + + if use test; then + cd "${TBD}" + einfo "Running make in ${TBD}" + emake + fi +} + +src_test() { + cd "${TBD}" + DBUS_VERBOSE=1 Xemake -j1 check +} + +src_install() { + newinitd "${FILESDIR}"/dbus.initd dbus + + if use X; then + # dbus X session script (#77504) + # turns out to only work for GDM (and startx). has been merged into + # other desktop (kdm and such scripts) + exeinto /etc/X11/xinit/xinitrc.d + doexe "${FILESDIR}"/80-dbus + fi + + # needs to exist for dbus sessions to launch + keepdir /usr/share/dbus-1/services + keepdir /etc/dbus-1/{session,system}.d + # machine-id symlink from pkg_postinst() + keepdir /var/lib/dbus + + dodoc AUTHORS ChangeLog HACKING NEWS README doc/TODO + + cd "${BD}" + emake DESTDIR="${D}" install + + prune_libtool_files --all +} + +pkg_postinst() { + if [ "$(rc-config list default | grep dbus)" = "" ] ; then + elog "To start the D-Bus system-wide messagebus by default" + elog "you should add it to the default runlevel :" + elog "\`rc-update add dbus default\`" + elog + fi + + elog "Some applications require a session bus in addition to the system" + elog "bus. Please see \`man dbus-launch\` for more information." + elog + + if [ "$(rc-status | grep dbus | grep started)" ] ; then + ewarn "You must restart D-Bus \`/etc/init.d/dbus restart\` to run" + ewarn "the new version of the daemon." + ewarn "Don't do this while X is running because it will restart your X as well." + fi + + # Ensure unique id is generated and put it in /etc wrt #370451 but symlink + # for DBUS_MACHINE_UUID_FILE (see tools/dbus-launch.c) and reverse + # dependencies with hardcoded paths (although the known ones got fixed already) + dbus-uuidgen --ensure="${EROOT}"/etc/machine-id + ln -sf "${EROOT}"/etc/machine-id "${EROOT}"/var/lib/dbus/machine-id +} diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.8.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.8.ebuild new file mode 100644 index 0000000000..b854a4b8e9 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.8.ebuild @@ -0,0 +1,187 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/dbus-1.6.8.ebuild,v 1.10 2013/01/20 11:21:03 pinkbyte Exp $ + +EAPI=4 +inherit autotools eutils linux-info flag-o-matic python virtualx user + +DESCRIPTION="A message bus system, a simple way for applications to talk to each other" +HOMEPAGE="http://dbus.freedesktop.org/" +SRC_URI="http://dbus.freedesktop.org/releases/dbus/${P}.tar.gz" + +LICENSE="|| ( AFL-2.1 GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux" +IUSE="debug doc selinux static-libs test X" + +RDEPEND=">=dev-libs/expat-2 + selinux? ( + sec-policy/selinux-dbus + sys-libs/libselinux + ) + X? ( + x11-libs/libX11 + x11-libs/libXt + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( + app-doc/doxygen + app-text/docbook-xml-dtd:4.1.2 + app-text/xmlto + ) + test? ( + >=dev-libs/glib-2.24 + dev-lang/python:2.7 + )" + +# out of sources build directory +BD=${WORKDIR}/${P}-build +# out of sources build dir for make check +TBD=${WORKDIR}/${P}-tests-build + +pkg_setup() { + enewgroup messagebus + enewuser messagebus -1 -1 -1 messagebus + + if use test; then + python_set_active_version 2 + python_pkg_setup + fi + + if use kernel_linux; then + CONFIG_CHECK="~EPOLL" + linux-info_pkg_setup + fi +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch + + # Tests were restricted because of this + sed -i \ + -e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \ + -e '/"dispatch"/d' \ + bus/test-main.c || die + + # required for asneeded patch but also for bug 263909, cross-compile so + # don't remove eautoreconf + eautoreconf +} + +src_configure() { + local myconf + + # so we can get backtraces from apps + append-flags -rdynamic + + # libaudit is *only* used in DBus wrt SELinux support, so disable it, if + # not on an SELinux profile. + myconf=( + --disable-silent-rules + --localstatedir="${EPREFIX}/var" + --docdir="${EPREFIX}/usr/share/doc/${PF}" + --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" + $(use_enable static-libs static) + $(use_enable debug verbose-mode) + --disable-asserts + --disable-checks + $(use_enable selinux) + $(use_enable selinux libaudit) + $(use_enable kernel_linux inotify) + $(use_enable kernel_FreeBSD kqueue) + --disable-systemd + --disable-embedded-tests + --disable-modular-tests + $(use_enable debug stats) + --with-xml=expat + --with-session-socket-dir=/tmp + --with-system-pid-file=/var/run/dbus.pid + --with-system-socket=/var/run/dbus/system_bus_socket + --with-dbus-user=messagebus + $(use_with X x) + ) + + mkdir "${BD}" + cd "${BD}" + einfo "Running configure in ${BD}" + ECONF_SOURCE="${S}" econf "${myconf[@]}" \ + $(use_enable doc xml-docs) \ + $(use_enable doc doxygen-docs) + + if use test; then + mkdir "${TBD}" + cd "${TBD}" + einfo "Running configure in ${TBD}" + ECONF_SOURCE="${S}" econf "${myconf[@]}" \ + $(use_enable test asserts) \ + $(use_enable test checks) \ + $(use_enable test embedded-tests) \ + $(has_version dev-libs/dbus-glib && echo --enable-modular-tests) + fi +} + +src_compile() { + # after the compile, it uses a selinuxfs interface to + # check if the SELinux policy has the right support + use selinux && addwrite /selinux/access + + cd "${BD}" + einfo "Running make in ${BD}" + emake + + if use test; then + cd "${TBD}" + einfo "Running make in ${TBD}" + emake + fi +} + +src_test() { + cd "${TBD}" + DBUS_VERBOSE=1 Xemake -j1 check +} + +src_install() { + newinitd "${FILESDIR}"/dbus.initd dbus + + if use X; then + # dbus X session script (#77504) + # turns out to only work for GDM (and startx). has been merged into + # other desktop (kdm and such scripts) + exeinto /etc/X11/xinit/xinitrc.d + doexe "${FILESDIR}"/80-dbus + fi + + # needs to exist for dbus sessions to launch + keepdir /usr/share/dbus-1/services + keepdir /etc/dbus-1/{session,system}.d + # machine-id symlink from pkg_postinst() + keepdir /var/lib/dbus + + dodoc AUTHORS ChangeLog HACKING NEWS README doc/TODO + + cd "${BD}" + emake DESTDIR="${D}" install + + prune_libtool_files --all +} + +pkg_postinst() { + elog "To start the D-Bus system-wide messagebus by default" + elog "you should add it to the default runlevel :" + elog "\`rc-update add dbus default\`" + elog + elog "Some applications require a session bus in addition to the system" + elog "bus. Please see \`man dbus-launch\` for more information." + elog + ewarn "You must restart D-Bus \`/etc/init.d/dbus restart\` to run" + ewarn "the new version of the daemon." + ewarn "Don't do this while X is running because it will restart your X as well." + + # Ensure unique id is generated and put it in /etc wrt #370451 but symlink + # for DBUS_MACHINE_UUID_FILE (see tools/dbus-launch.c) and reverse + # dependencies with hardcoded paths (although the known ones got fixed already) + dbus-uuidgen --ensure="${EROOT}"/etc/machine-id + ln -sf "${EROOT}"/etc/machine-id "${EROOT}"/var/lib/dbus/machine-id +} diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/80-dbus b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/80-dbus new file mode 100644 index 0000000000..5593e2cd73 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/80-dbus @@ -0,0 +1,13 @@ +#!/bin/bash + +# launches a session dbus instance + +dbuslaunch="`which dbus-launch 2>/dev/null`" +if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then + if [ -n "$command" ]; then + command="$dbuslaunch --exit-with-session $command" + else + eval `$dbuslaunch --sh-syntax --exit-with-session` + fi +fi + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch new file mode 100644 index 0000000000..45d610c5ef --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch @@ -0,0 +1,39 @@ +http://bugs.gentoo.org/405975 + +From e1b83fb58eadfd02227673db9a7e2833d29b0c98 Mon Sep 17 00:00:00 2001 +From: Lennart Poettering +Date: Mon, 23 Apr 2012 00:32:43 +0200 +Subject: [PATCH] selinux: when dropping capabilities only include AUDIT caps + if we have them + +When we drop capabilities we shouldn't assume we can keep +CAP_AUDIT_WRITE unconditionally, since it will not be available when +running in containers. + +This patch only adds CAP_AUDIT_WRITE to the list of caps we keep if we +actually have it in the first place. + +This makes audit/selinux enabled D-Bus work in a Linux container. +--- + bus/selinux.c | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +diff --git a/bus/selinux.c b/bus/selinux.c +index 36287e9..1bfc791 100644 +--- a/bus/selinux.c ++++ b/bus/selinux.c +@@ -1053,8 +1053,9 @@ _dbus_change_to_daemon_user (const char *user, + int rc; + + capng_clear (CAPNG_SELECT_BOTH); +- capng_update (CAPNG_ADD, CAPNG_EFFECTIVE | CAPNG_PERMITTED, +- CAP_AUDIT_WRITE); ++ if (capng_have_capability (CAPNG_PERMITTED, CAP_AUDIT_WRITE)) ++ capng_update (CAPNG_ADD, CAPNG_EFFECTIVE | CAPNG_PERMITTED, ++ CAP_AUDIT_WRITE); + rc = capng_change_id (uid, gid, CAPNG_DROP_SUPP_GRP); + if (rc) + { +-- +1.7.10 + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus.initd b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus.initd new file mode 100644 index 0000000000..65271f69c6 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus.initd @@ -0,0 +1,50 @@ +#!/sbin/runscript +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.initd,v 1.1 2011/11/05 13:56:10 ssuominen Exp $ + +extra_started_commands="reload" + +depend() { + need localmount + after bootmisc +} + +start() { + ebegin "Starting D-BUS system messagebus" + /usr/bin/dbus-uuidgen --ensure=/etc/machine-id + + # We need to test if /var/run/dbus exists, since script will fail if it does not + [ ! -e /var/run/dbus ] && mkdir /var/run/dbus + + start-stop-daemon --start --pidfile /var/run/dbus.pid --exec /usr/bin/dbus-daemon -- --system + eend $? +} + +stop() { + local retval + + ebegin "Stopping D-BUS system messagebus" + + start-stop-daemon --stop --pidfile /var/run/dbus.pid + retval=$? + + eend ${retval} + + [ -S /var/run/dbus/system_bus_socket ] && rm -f /var/run/dbus/system_bus_socket + + return ${retval} +} + +reload() { + local retval + + ebegin "Reloading D-BUS messagebus config" + + /usr/bin/dbus-send --print-reply --system --type=method_call \ + --dest=org.freedesktop.DBus \ + / org.freedesktop.DBus.ReloadConfig > /dev/null + retval=$? + eend ${retval} + return ${retval} +} diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/metadata.xml b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/metadata.xml new file mode 100644 index 0000000000..70f327cffe --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/metadata.xml @@ -0,0 +1,14 @@ + + + + freedesktop + + freedesktop-bugs@gentoo.org + + + Build with sys-apps/systemd at_console support + + + cpe:/a:freedesktop:dbus + + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/ChangeLog b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/ChangeLog new file mode 100644 index 0000000000..45a31a8a28 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/ChangeLog @@ -0,0 +1,871 @@ +# 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.174 2013/09/14 18:44:05 floppym Exp $ + + 14 Sep 2013; Mike Gilbert systemd-207.ebuild, + systemd-9999-r1.ebuild: + Replace --without-python with --disable-python-devel for non-native abis, bug + 484934. + +*systemd-207 (14 Sep 2013) + + 14 Sep 2013; Michał Górny +systemd-207.ebuild, + systemd-9999-r1.ebuild: + Version bump. Update kernel checks. Do not check for HOTPLUG on 3.7+ wrt bug + #476464. Run tests for native ABI only. + +*systemd-206-r5 (14 Sep 2013) + + 14 Sep 2013; Pacho Ramos + +files/206-0006-allow-tabs-in-configuration-files.patch, + +files/206-0007-allow-tabs-in-configuration-files2.patch, + +systemd-206-r5.ebuild: + Allow tabs in environment files (#481554 by dolphinling) + + 13 Sep 2013; Michał Górny systemd-9999-r1.ebuild: + Sync the live ebuild with latest changes. + +*systemd-206-r4 (11 Sep 2013) + + 11 Sep 2013; Michał Górny +systemd-206-r4.ebuild: + Introduce -r4 that uses separate sys-apps/gentoo-systemd-integration. + Introduces local.d generator. + + 06 Sep 2013; Pacho Ramos systemd-204.ebuild, + systemd-206-r3.ebuild: + Check for TMPFS_POSIX_ACL when needed (#482336#c24 by Alexander Tsoy) + + 28 Aug 2013; Pacho Ramos systemd-204.ebuild, + systemd-206-r3.ebuild: + Update message about /etc/mtab link (#482786), show message about systemd-ui + only when package is not installed (#480606) + + 11 Aug 2013; Mike Gilbert systemd-206-r3.ebuild, + systemd-9999-r1.ebuild: + Call udevadm control --reload in pkg_postinst. + + 10 Aug 2013; Michał Górny systemd-9999-r1.ebuild: + Enable building multilib libgudev. + + 10 Aug 2013; Michał Górny systemd-206-r3.ebuild, + systemd-9999-r1.ebuild: + Add missing prune_libtool_files call. + + 09 Aug 2013; Michał Górny -systemd-206-r1.ebuild, + systemd-206-r3.ebuild, systemd-9999-r1.ebuild: + Make polkit a PDEP to avoid circular dependency. Bug #480328. + + 09 Aug 2013; Michał Górny systemd-206-r3.ebuild, + systemd-9999-r1.ebuild: + Work-around 32-bit dbus check (it is not used by the libraries). + +*systemd-206-r3 (09 Aug 2013) + + 09 Aug 2013; Michał Górny +systemd-206-r3.ebuild, + -systemd-206-r2.ebuild: + Fix installing multilib pkg-config files. + + 08 Aug 2013; Samuli Suominen systemd-206-r2.ebuild, + systemd-9999-r1.ebuild: + Raise the emul-linux-x86-baselibs block from -r7 to -r8 in order to avoid + file collision w/ libsystemd-daemon wrt #480274 by "nE0sIghT" + +*systemd-206-r2 (08 Aug 2013) + + 08 Aug 2013; Michał Górny +systemd-206-r2.ebuild, + systemd-9999-r1.ebuild: + Enable partial multilib support wrt bug #479620. + + 07 Aug 2013; Agostino Sarubbo systemd-204.ebuild: + Stable for x86, wrt bug #477910 + + 04 Aug 2013; Agostino Sarubbo systemd-204.ebuild: + Stable for ppc64, wrt bug #477910 + + 04 Aug 2013; Michał Górny systemd-9999-r1.ebuild: + Sync kmod dep in the live ebuild. + + 03 Aug 2013; Michał Górny systemd-9999-r1.ebuild: + Update zsh-completion install after upstream cleanup. + + 31 Jul 2013; Michał Górny + -files/191-0001-Disable-udev-targets-for-udev-190.patch, + -files/196-0001-Disable-udev-targets.patch, + -files/196-0002-Don-t-fail-with-missing-gcrypt-macros.patch, + -files/197-0001-Disable-udev-targets.patch, + -files/198-0001-Disable-udev-targets.patch, + -files/198-0002-build-sys-break-dependency-loop-between-libsystemd-i.patch, + -files/198-0003-build-sys-link-libsystemd-login-also-against-libsyst.patch, + -files/199-firmware.patch, -files/203-systemd-sleep.patch: + Drop old patches. + +*systemd-206-r1 (31 Jul 2013) + + 31 Jul 2013; Michał Górny + +files/206-0001-logind-update-state-file-after-generating-the-sessio.patch, + +files/206-0002-Add-usr-share-keymaps-to-localectl-supported-locatio.patch, + +files/206-0003-tmpfiles-support-passing-prefix-multiple-times.patch, + +files/206-0004-tmpfiles-introduce-exclude-prefix.patch, + +files/206-0005-tmpfiles-setup-exclude-dev-prefixes-files.patch, + +systemd-206-r1.ebuild, -systemd-205.ebuild, -systemd-206.ebuild, + systemd-9999-r1.ebuild: + Fix gnome-shell<->logind race condition, bug #477954. Fix missing keymap + location, bug #474946. Fix broken device permissions due to static-nodes, bug + #478198. Check for CONFIG_AUDITSYSCALL, bug #478032. Add >=binutils-2.32.1 + dep, bug #479038. + + 31 Jul 2013; Michał Górny systemd-9999-r1.ebuild: + Finally drop compatibility symlinks. This time for real. + + 30 Jul 2013; Michał Górny systemd-206.ebuild, + systemd-9999-r1.ebuild: + Bump kernel dep to 3.0. Reported by ssuominen, thanks. + +*systemd-9999-r1 (29 Jul 2013) + + 29 Jul 2013; Michał Górny +systemd-9999-r1.ebuild, + -systemd-9999.ebuild: + Move the Gentoo-specific files from the live ebuild to gentoo-systemd- + integration. Revbump to ensure smooth migration. + + 28 Jul 2013; Agostino Sarubbo systemd-204.ebuild: + Stable for arm, wrt bug #477910 + + 28 Jul 2013; Agostino Sarubbo systemd-204.ebuild: + Stable for ppc, wrt bug #477910 + + 27 Jul 2013; Agostino Sarubbo systemd-204.ebuild: + Stable for amd64, wrt bug #477910 + + 24 Jul 2013; Mike Gilbert systemd-204.ebuild: + Add missing inherit bash-completion-r1, bug 478038. + + 23 Jul 2013; Michał Górny systemd-206.ebuild: + Bump kmod dep per bug #477886. + +*systemd-206 (23 Jul 2013) + + 23 Jul 2013; Michał Górny +systemd-206.ebuild, + systemd-9999.ebuild: + Version bump. Drop USE=keyword as it was replaced upstream by hwdb magic. + + 16 Jul 2013; Michał Górny systemd-201.ebuild, + systemd-204.ebuild, systemd-205.ebuild, systemd-9999.ebuild: + Use get_bashcompdir for future bash-completion compat. + + 14 Jul 2013; Mike Gilbert systemd-205.ebuild, + systemd-9999.ebuild: + Set file capabilities on systemd-detect-virt, bug 468876 by Michał + Bartoszkiewicz. + +*systemd-205 (05 Jul 2013) + + 05 Jul 2013; Michał Górny +systemd-205.ebuild, + -systemd-197-r1.ebuild, -systemd-200-r1.ebuild, -systemd-202.ebuild, + -systemd-203-r1.ebuild, systemd-9999.ebuild: + Version bump. Drop USE=static-libs since it is no longer supported. Drop old. + + 04 Jul 2013; Agostino Sarubbo systemd-201.ebuild: + Stable for ppc64, wrt bug #465870 + + 30 Jun 2013; Agostino Sarubbo systemd-201.ebuild: + Stable for x86, wrt bug #465870 + + 30 Jun 2013; Agostino Sarubbo systemd-201.ebuild: + Stable for amd64, wrt bug #465870 + + 20 Jun 2013; Agostino Sarubbo systemd-204.ebuild: + Add ~ppc, wrt bug #465870 + + 25 May 2013; Agostino Sarubbo systemd-201.ebuild: + Stable for arm, wrt bug #465870 + + 14 May 2013; Mike Gilbert systemd-201.ebuild, + systemd-202.ebuild, systemd-203-r1.ebuild, systemd-204.ebuild, + systemd-9999.ebuild: + Depend on app-text/docbook-xml-dtd:4.2, bug 469668 by Alexander Tsoy. + +*systemd-204 (13 May 2013) + + 13 May 2013; Michał Górny +systemd-204.ebuild: + Version bump. + +*systemd-203-r1 (08 May 2013) + + 08 May 2013; Mike Gilbert +files/203-systemd-sleep.patch, + +systemd-203-r1.ebuild, -systemd-203.ebuild: + Apply upstream fix for systemd-sleep, bug 468998 by Paul Volkov. + +*systemd-203 (07 May 2013) + + 07 May 2013; Michał Górny +systemd-203.ebuild, + systemd-9999.ebuild: + Version bump. Simplify .la removal. Drop init= compatibility symlinks. + +*systemd-202 (27 Apr 2013) + + 27 Apr 2013; Michal Gorny +systemd-202.ebuild, + systemd-9999.ebuild: + Version bump. Use new --disable-tests option with USE=-test. + + 27 Apr 2013; Michal Gorny systemd-200-r1.ebuild, + systemd-201.ebuild, systemd-9999.ebuild: + Enforce bash-completion dir to avoid automagic dependency on bash-completion. + Fixes bug #467428. + + 19 Apr 2013; Mike Gilbert systemd-201.ebuild, + systemd-9999.ebuild: + Skip python-single-r1_pkg_setup when python is disabled, bug 466408. + + 18 Apr 2013; William Hubbs systemd-201.ebuild, + systemd-9999.ebuild: + revert the check for CONFIG_FW_LOADER_USER_HELPER per mgorny since we force + the firmware-loader use flag on. + + 18 Apr 2013; Michał Górny systemd-201.ebuild, + systemd-9999.ebuild: + Remove CONFIG_ wrt firmware loading, it was unnecessary. + + 18 Apr 2013; Michał Górny -systemd-198-r1.ebuild, + metadata.xml: + The required udev version has been removed. + + 18 Apr 2013; Michał Górny systemd-201.ebuild, + systemd-9999.ebuild: + Fix mistyped gcc version number. + + 18 Apr 2013; Michał Górny systemd-201.ebuild, + systemd-9999.ebuild: + Update the firmware-loader CONFIG_CHECK for 3.9 kernel. Thanks to WilliamH for + noticing. + + 18 Apr 2013; Michał Górny systemd-201.ebuild, + systemd-9999.ebuild: + Add a gcc version check wrt bug #466160. + + 17 Apr 2013; Michał Górny metadata.xml, + systemd-201.ebuild, systemd-9999.ebuild: + Introduce USE=firmware-loader, as suggested by williamh. Check whether kernel + supports loading firmwares and warn properly. + + 17 Apr 2013; Michał Górny systemd-201.ebuild, + systemd-9999.ebuild: + Fix duplicated --enable-polkit. + + 17 Apr 2013; Michał Górny metadata.xml, + systemd-201.ebuild, systemd-9999.ebuild: + Add USE=keymap to match udev ebuild. + + 16 Apr 2013; Michał Górny systemd-201.ebuild, + systemd-9999.ebuild: + Put polkit under a USE flag since people may want to disable the whole policy + magic. + + 16 Apr 2013; Michał Górny systemd-201.ebuild, + systemd-9999.ebuild: + Perform kernel checks in pkg_pretend() to warn the user early. Use MERGE_TYPE + as an efficient replacement for pkg_preinst() implications. + + 16 Apr 2013; Michał Górny systemd-201.ebuild, + systemd-9999.ebuild: + Re-enable IMA, my mistake. + + 15 Apr 2013; Michał Górny systemd-201.ebuild: + Backport quota dep removal and configure cleanup from -9999. No need to + revbump since the changes affect build process only. + + 15 Apr 2013; Michał Górny systemd-9999.ebuild: + Remove redundant configure args. Disable deps which are not supported in + Gentoo and therefore can result in automagic deps. + + 15 Apr 2013; Michał Górny systemd-9999.ebuild: + Inline paths to quota tools and drop the dep. + +*systemd-201 (14 Apr 2013) + + 14 Apr 2013; Michał Górny +systemd-201.ebuild, + -systemd-198-r5.ebuild: + Version bump. Mostly bugfixes and minor features in the new release. + + 06 Apr 2013; Mike Gilbert metadata.xml, + systemd-200-r1.ebuild, systemd-9999.ebuild: + Add openrc use flag to control dependency on sys-fs/udev-init-scripts, bug + 464502. + + 05 Apr 2013; Michał Górny systemd-200-r1.ebuild, + systemd-9999.ebuild: + Add a dependency on udev-init-scripts, to avoid breaking OpenRC installs if + the package got unmerged. + +*systemd-200-r1 (02 Apr 2013) + + 02 Apr 2013; Michał Górny +systemd-200-r1.ebuild, + -systemd-200.ebuild, systemd-9999.ebuild: + Move udevadm temporarily to /bin as that is the official sys-fs/udev location + for longer time than I expected. + + 31 Mar 2013; Michał Górny systemd-200.ebuild, + systemd-9999.ebuild: + Obtain PAM moduledir from pam.eclass. + + 30 Mar 2013; Mike Gilbert systemd-200.ebuild, + systemd-9999.ebuild: + Work around bug 463846 by exporting CC. + + 30 Mar 2013; Mike Gilbert systemd-200.ebuild, + systemd-9999.ebuild: + Copy last two changes from live ebuild. + + 30 Mar 2013; Mike Gilbert systemd-9999.ebuild: + Update hwids version per ssuominen. + + 30 Mar 2013; Mike Gilbert systemd-9999.ebuild: + Move hwids to PDEPEND. Call udevadm to update the hwdb in pkg_postinst. Copied + from the udev package. + + 29 Mar 2013; Michał Górny -systemd-199.ebuild: + Drop the unnecessary mid-version. + +*systemd-200 (29 Mar 2013) + + 29 Mar 2013; Michał Górny +systemd-200.ebuild, + systemd-9999.ebuild: + Move the #ifdefs around a bit and remove double deps from the live ebuild. + Bump to 200. + + 29 Mar 2013; Michał Górny systemd-9999.ebuild: + Move udev executables to rootfs to avoid breaking the few systems which + install systemd but aren't prepared for it. Symlink to the new locations for + compat. + + 28 Mar 2013; Mike Gilbert +files/199-firmware.patch, + systemd-199.ebuild: + Add patch to resolve issue with firmware built-in, bug 463604. + +*systemd-199 (27 Mar 2013) + + 27 Mar 2013; Michał Górny +systemd-199.ebuild: + Version bump. + + 26 Mar 2013; Michał Górny systemd-9999.ebuild: + Move nss_myhostname back to /usr -- it seems that nss handles this well. + + 26 Mar 2013; Michał Górny systemd-9999.ebuild: + Enable EFI support unconditionally since it does not introduce any deps. + + 26 Mar 2013; Michał Górny systemd-9999.ebuild: + Warn users who use compatibility symlinks for init=. + + 26 Mar 2013; Michał Górny systemd-9999.ebuild: + Depend on baselayout to handle /run. Remove old warnings. + + 26 Mar 2013; Michał Górny systemd-198-r5.ebuild, + systemd-9999.ebuild: + Use get_udevdir rather than the deprecated one. Support installing static-libs + wrt bug #463250. Disable SysV compat wrt bug #463270. + + 26 Mar 2013; Michał Górny systemd-198-r5.ebuild, + systemd-9999.ebuild: + Install udev to current udevdir to avoid breakages. + +*systemd-198-r5 (25 Mar 2013) + + 25 Mar 2013; Michał Górny +systemd-198-r5.ebuild, + -systemd-198-r4.ebuild: + Re-introduce patches fixing bug #461210. Drop useless "README" files. + + 24 Mar 2013; Mike Gilbert systemd-198-r4.ebuild, + systemd-9999.ebuild: + Run the install phase with a single make job, bug 463156 by Ray Griffin. + +*systemd-198-r4 (24 Mar 2013) + + 24 Mar 2013; Mike Gilbert +systemd-198-r4.ebuild, + -systemd-198-r3.ebuild, systemd-9999.ebuild: + Fix collision with sys-apps/hwids. + +*systemd-198-r3 (24 Mar 2013) + + 24 Mar 2013; Michał Górny +systemd-198-r3.ebuild, + -files/199-0001-Disable-udev-targets.patch, metadata.xml, systemd-9999.ebuild: + Install udev along with systemd again. Using a separate provider has proven to + be unmaintainable. + + 24 Mar 2013; Michał Górny -systemd-198-r2.ebuild, + systemd-198-r1.ebuild: + Require working udev version. Drop the unit requiring udev which Samuli broke. + +*systemd-198-r2 (23 Mar 2013) + + 23 Mar 2013; Michał Górny +systemd-198-r2.ebuild, + files/199-0001-Disable-udev-targets.patch, systemd-9999.ebuild: + Handle moving initrd-udevadm-cleanup.service to sys-fs/udev. Update the live + version patch. + +*systemd-198-r1 (14 Mar 2013) + + 14 Mar 2013; Michał Górny + +files/198-0002-build-sys-break-dependency-loop-between-libsystemd-i.patch, + +files/198-0003-build-sys-link-libsystemd-login-also-against-libsyst.patch, + +systemd-198-r1.ebuild, -systemd-198.ebuild: + Fix underlinking of libsystemd-login, bug #461210. + + 10 Mar 2013; Michał Górny systemd-198.ebuild, + systemd-9999.ebuild: + Add libgcrypt to autoreconf deps. + + 10 Mar 2013; Mike Gilbert systemd-198.ebuild, + systemd-9999.ebuild: + Create libdir before we move files into it, bug 460640. + + 10 Mar 2013; Mike Gilbert systemd-198.ebuild, + systemd-9999.ebuild: + Create systemd-journal-gateway user/group if USE=http. Bug 461044 by Michał + Bartoszkiewicz. + + 10 Mar 2013; Michał Górny systemd-198.ebuild, + systemd-9999.ebuild: + Install zsh-completion file as _systemd, still bug #460640. + + 10 Mar 2013; Michał Górny systemd-198.ebuild, + systemd-9999.ebuild: + Unconditionally add dependencies for full autoreconf, due to automake version + mismatch potential resulting in autoreconf. + + 10 Mar 2013; Michał Górny systemd-198.ebuild, + systemd-9999.ebuild: + Add missing multilib inherit. + +*systemd-198 (09 Mar 2013) + + 09 Mar 2013; Michał Górny + +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 + 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 systemd-197-r1.ebuild: + Add ~ppc64, wrt bug #458360 + + 08 Feb 2013; Michał Górny + +files/198-0001-Disable-udev-targets.patch, systemd-9999.ebuild: + Update wrt changes to udev ebuild. + + 21 Jan 2013; Alexandre Rostovtsev + 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 systemd-9999.ebuild: + Append to the DEPEND variable instead of overwriting it. + + 21 Jan 2013; Mike Gilbert systemd-9999.ebuild: + Update live ebuild with previous change. + + 21 Jan 2013; Mike Gilbert systemd-197-r1.ebuild: + udev-197-r3 is good enough as it does install sd-daemon.h. + + 21 Jan 2013; Michał Górny -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 +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 systemd-197.ebuild, + systemd-9999.ebuild: + Remove pointless README files installed in random system locations. + + 19 Jan 2013; Michał Górny + 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 +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 -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 systemd-9999.ebuild: + Remove unnecessary enewuser/enewgroup -- spotted by WilliamH. + + 08 Jan 2013; Michał Górny systemd-9999.ebuild: + Update the journald catalogs when rebuilding systemd. + + 17 Dec 2012; Michał Górny 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 + +files/197-0001-Disable-udev-targets.patch, +systemd-9999.ebuild: + Import the live ebuild. + + 05 Dec 2012; Michał Górny metadata.xml, + systemd-196.ebuild: + Make kmod optional, bug #446138. + + 04 Dec 2012; Michał Górny + +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 + +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 -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 systemd-195.ebuild: + Disable storing coredumps again, since it is insecure (bug #433457, c9). + + 26 Oct 2012; Michał Górny systemd-195.ebuild: + Fix udev dep, once and for all. + +*systemd-195 (26 Oct 2012) + + 26 Oct 2012; Michał Górny +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 systemd-194.ebuild: + Preserve empty directories, per bug #437008. + +*systemd-194 (04 Oct 2012) + + 04 Oct 2012; Michał Górny +systemd-194.ebuild: + Version bump. + +*systemd-193 (30 Sep 2012) + + 30 Sep 2012; Michał Górny +systemd-193.ebuild, + metadata.xml: + Version bump. + +*systemd-192 (26 Sep 2012) + + 26 Sep 2012; Michał Górny +systemd-192.ebuild: + Version bump. + +*systemd-191-r1 (26 Sep 2012) + + 26 Sep 2012; Michał Górny + +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 + +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 + +files/0001-Disable-udev-targets-for-udev-190.patch, +systemd-190.ebuild, + +systemd-191.ebuild: + Version bump. + + 21 Sep 2012; Michał Górny + -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 + +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 +systemd-189-r2.ebuild, + -systemd-189-r1.ebuild: + Actually enable /var/lock and /var/run mounts. Stupid me. + + 07 Sep 2012; Michał Górny 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 +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 systemd-188-r1.ebuild, + systemd-189.ebuild: + Fix COMMON_RDEPEND typo for bug #432794. + + 25 Aug 2012; Michał Górny + +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 + +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 + +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 metadata.xml, + systemd-188.ebuild: + Remove leftover from USE=doc, and cleanup metadata.xml. + + 11 Aug 2012; Michał Górny + 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 + +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 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 +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 + +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 +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 systemd-185.ebuild: + Disable out-of-source build wrt bug #422927. + +*systemd-185 (20 Jun 2012) + + 20 Jun 2012; Michał Górny +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 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 -systemd-44.ebuild, + +systemd-44-r1.ebuild: + systemd-analyze works only with py2.7, wrt bug #413755. + + 06 Apr 2012; Michał Górny 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 systemd-44.ebuild: + Avoid installing duplicate systemadm manpage. + +*systemd-44 (05 Apr 2012) + + 05 Apr 2012; Michał Górny -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 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 systemd-43.ebuild: + Restore UI parts in the ebuild. + + 05 Mar 2012; Michał Górny -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 +systemd-43.ebuild: + Version bump. + +*systemd-39 (02 Feb 2012) + + 02 Feb 2012; Michał Górny +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 -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 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 +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 -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 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 -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 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 -systemd-36.ebuild, + +systemd-37.ebuild: + Version bump. + +*systemd-36 (25 Sep 2011) + + 25 Sep 2011; Michał Górny -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 +systemd-35.ebuild: + Version bump. Still masked due to udev not bumped. + +*systemd-29-r2 (15 Aug 2011) + + 15 Aug 2011; Michał Górny -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 +systemd-32.ebuild: + Version bump. Committing unkeyworded as udev is delaying bump, bug #375263. + + 24 Jun 2011; Michał Górny 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 -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 +systemd-29.ebuild: + Version bump. + + 15 Jun 2011; Michał Górny systemd-28.ebuild, + metadata.xml: + Support plymouth as requested by Christoph Brill. + + 10 Jun 2011; Michał Górny metadata.xml: + Switch the maintainer to systemd@g.o alias. + + 08 Jun 2011; Michał Górny 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 systemd-28.ebuild, + metadata.xml: + Support libcryptsetup, misc fixes. + + 06 Jun 2011; Robert Piasek metadata.xml: + Add dagger to metadata as maintainer + +*systemd-28 (06 Jun 2011) + + 06 Jun 2011; Michał Górny +systemd-28.ebuild, + +metadata.xml: + Introduce sys-apps/systemd wrt bug #318365. The ebuild is currently + hard-masked for testing. diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest new file mode 100644 index 0000000000..1d16fe8523 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/Manifest @@ -0,0 +1,33 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +AUX 206-0001-logind-update-state-file-after-generating-the-sessio.patch 3341 SHA256 642a08dbcfa0517515570fd7537569ce0c7caa0c2b90274e80d999b6dd8e8d6a SHA512 1a901777c0a586ad5e4fcf6380784e451754c9ac65cf6e83641a6a2af2bed9f0741316d6aedb5d960a6c828186f4dcce79c7cc8234607f7f164253abd7cdfeed WHIRLPOOL 34639bc6dd4250209383c97061c09ded8d01f8962e19a39a9b2d848edf4fc4c6dbd3d6a5ff5563c2057c033d8a95ef46de7f116e3bbaee330bdbc26bb60d5b91 +AUX 206-0002-Add-usr-share-keymaps-to-localectl-supported-locatio.patch 996 SHA256 494bd90cb327cd0bd08f7d8183802d6c91238b1cfab19dee312c704869fa23b6 SHA512 ff4db4bfb2d4050b276c487e9d7cba39b9cd26b62ff455c2c0d21f31f6d313453de73743974266f6ba1ee4aca50639c1abba40f73ed58f32dda8831b3b649337 WHIRLPOOL bada3e79aa856e7a67ffb6603f27b94d3b359536036e12c931181e6e768c0e0c91edfdab0c0d30bdd40fffb1bc27d653700aa3c410e122ae0653003b1bdad5cd +AUX 206-0003-tmpfiles-support-passing-prefix-multiple-times.patch 2991 SHA256 94d66e0bdd45fea0648971e9ef234e03bb743fd32444d972f5e8f293847aed01 SHA512 980134aac21cb7f0883a6326f62abaa32adf65b5b1263d14a2efacdadf2a7f46f4549b79077f0f087914e3b513981763f7065c915f959853ae34a6a1b2c0b323 WHIRLPOOL 73a3b5737c80c2ff6ae8050ca471bd2cf6d62a85de82d482eb12819d6eef90739ffd785b8f65ad17d88def79685a69e561373cf2aa57c88dd582002e37b06107 +AUX 206-0004-tmpfiles-introduce-exclude-prefix.patch 6467 SHA256 dc87aab586d1b4c1fa3747df6c10e48472f404dcda83a41609bf12340cece0c7 SHA512 24707c2e865bf832b76ae127e4796bbc264da69600643ecd626b1acc03609602b5517975da29dd664cd3148e0696161298c1778ccbeb6559fe520cd33414a1c5 WHIRLPOOL 12394930e1aadb98cc24826352430c1de06ac5b5d58ff841e4ca415569cf8bda3c1509a580b647595f3a752988c348a773a808890db76c9e323e01137d48e8eb +AUX 206-0005-tmpfiles-setup-exclude-dev-prefixes-files.patch 857 SHA256 1fdd94d2968aab1ac909dda98efd11a805ba5cbaeab765f1bc477816a61ae38f SHA512 774bfb95667c405d6d63e5e60a1b814d7125170700753135a41b5af4186872f907a8dc486e8dff0c222b7f3cf66776f52f76fb5354a40293c90cca739558007e WHIRLPOOL 29039d1a63012bf1f7bd419b6056c95150b940fc9009a941af6cdad6dfb43732614cef6594c6c9e2b16b29e2de8a55566f00b336d1f7c05706e699323b626cb2 +AUX 206-0006-allow-tabs-in-configuration-files.patch 1991 SHA256 2fe01d46e79cde6dc15d0462b2568056e679f8d5556601c1b2cd832417de2957 SHA512 bbb03e8a7358897f1b29d88640c21dad29fa4daa68c72bcc6f2269ae233bc9dbce3cb35268f17db4d48fde8d9b2f1e574101e65b4dd0dcc559b75a06cb32d1e9 WHIRLPOOL 1db0cb922741da0163d3ab425d4399938d5f9ca74c70be60c8a8d9b6d0b9036416c51f1d09ee2b48468a48021464f5e9e8f8e6e619bd9c20e886f8e61e139170 +AUX 206-0007-allow-tabs-in-configuration-files2.patch 667 SHA256 391bdd6936809096d000506ef4c800d938ff1b979b5740a920350b710f81133a SHA512 7adbbd72678a07e0865b8ca0daf95ce0a441370c37d7bef1e459c08abb085237f3ee6c06db0cc7617f3786329c9feb9f7617b1b66dfc28de99c1bb9e3dfb11f7 WHIRLPOOL 540ba0c2814c4bd3675a2ee998507f7e74dd43e7ab123e2aeec0c674cdfd123ccfce37a0eaceb05f691fc101465a7c046dfe4d91775005bb16c8340987ac7eb0 +AUX gentoo-run.conf 226 SHA256 a23fa3b35b4e9d5f1c41dc77cb5be1cec492eb903a57472df3d93a053db28ca7 SHA512 5fe5af27c99426bc1a3494fce9b6f0425cbfe11f6879c95d4efb4ea67b5b036f0573c49ad4396835f15a92a3d7424f6a453d951d63d0ae10d6af92e98e6848db WHIRLPOOL bfaa7425ee4b2c1467bc6fc9dc934d14a4fb43a9b5eaf61a13f5b2229648fe585a6e8d950082e2c2cedab1f938021dd3e29445ecbc72cc4a95056d00b6b7c9ed +AUX var-lock.mount 541 SHA256 2929247db87c75b82d651ae902183b2a9fab48052b422008fa8ec2aafc22868a SHA512 8a4d72c63794676a01db2792b44fa39ec4ea80db97f2b54904f5b118a776c08721d360f8bb2ed15da12e922dbac3f2a431d6a6f98831bef3520d781d97d665db WHIRLPOOL e83955a1d86400ee16d35d61eaa35fb3050af2b2805a2049c37a602be1bd60233caaa1cadbbd4a3b3e425a44629c9cac921a5c4b2fca9003a45e49b89298ca50 +AUX var-run.mount 536 SHA256 55b9e277560b875475535f8121ad45e7fcee836bb48efe2c4f361ff89d450888 SHA512 173097fc2318be854b09ee5244d1dd6291cf6c6ad0c18f1bbbb12b186d309a4299d3866e52659f91a37ff2541583d85754841e55c35ea93dd1916dce0bebb1f6 WHIRLPOOL 47cfff43bdadd7ea59d920dee102283d5eeae6ecfb64aeaf7ee23890f3483cb3f3fdb43ad014bb074122b34d86bf6a6a707a42819b6ee7fd66506808a0557a01 +DIST systemd-201.tar.xz 2128876 SHA256 d6299f1a0bc2122002d731808d3825c6b566d1ffe899c03ed5ebec7e70c8cc10 SHA512 e181b0bd0d0169890f99733d5e61ca506115b50d702b24895add5240ef3929ed9add87b0d3fd34a3366c1830339f6e4b5aa50f763f6d7d75b80ce677d35c385d WHIRLPOOL 84465cc8b3a97c2fbf120c8515ced6a759c1dec2df525b92a552308e1060475bf889de92a05ad470a2d56b582e3190dcc37aa4d009c8a0714411894cfed99376 +DIST systemd-204.tar.xz 2186264 SHA256 072c393503c7c1e55ca7acf3db659cbd28c7fe5fa94fab3db95360bafd96731b SHA512 a2fe02f8ab4197bb4ff40c1c3e145370ebc5f3edfe97e6eb179086c42270523f76b49b5dd7dae0c52742a71bfb6a4217ecfa27cc6032faf5d4fe10b1264ed110 WHIRLPOOL 13baafbab202d2b1aa538281261a2bd70faa8634d4dc61f3ade6780f2e27b3e35919b7eb8a9258b66150924c8f2e82aa310a9a952f1f4e8128038b544a5c09df +DIST systemd-206.tar.xz 2340536 SHA256 4c993de071118ea1df7ffc4be26ef0b0d78354ef15b2743a2783d20edfcde9de SHA512 0e8270981f549875519485657ccf4f8f69f6e4d2000dba3419c39bd710abbf6e8ab5fce038b75a220e6fc1ba2d66e1582d492feb7710d0539c5f7a5918d5ae31 WHIRLPOOL f8033865f236aa06c649d40ccaa3c8cb12de1f42863d3f824740b2f076945fc5c9dd131cadd995b313b20b04363d32507e85de61afae7f77ac9c62c3ad236b83 +DIST systemd-207.tar.xz 2363804 SHA256 ac1f8120315e7969063bbb0c181c8dc59509aeaf10c4266077c257a182ad5942 SHA512 566c6126fea038cb182608f7b9c3bb4410d0622cb637f30c60fba73c9052f7a36d2b0f790e3d94bb751080448ba14cee600481da378f5e97b0f5becfc849be54 WHIRLPOOL 823c3064e1e961599011d4cd027f5e2d0ba3b434c67b880d1a541720220f40c7cc82211f3f086042dbb440b2c7e11e1379aa0d656e33a2a7ba5b1d7e45b904f7 +EBUILD systemd-201.ebuild 8320 SHA256 a7e696450c4ec2875c38678b26b6445e5b53672edf42553178ff2661cf14fb29 SHA512 ddf8484af18c3a995dce1b544c0e8099cc0a78422c113533be036365adb03ca6d915243fd256dfebea320baa6db602fd1f4790fbaceffad08b8d31494c828f73 WHIRLPOOL e8e90d0e6bc6dae01bd589547ba7c5af604046f02b9b5aaca6fa7e99681b9e415fec4bb5d3a265a98392bf26942b9c80d6e22509ebaa0a842f5091ed36f919b3 +EBUILD systemd-204.ebuild 8302 SHA256 8ab8f6d06d4f3e31cb3cb0f8411fa612b69068cf7b1f80436507b959af287481 SHA512 268f27595cc2d55ec81b32eda1d42afe76907e351db21adae019cba96dbbcefa56f2a1ff22d9330af23d7b9328b11bc225c098f36bea3990ef1988bb71528d92 WHIRLPOOL a113c4a70b38ce1cb3ebbc13a63d5d98d3cb247c4e55c348f3090f3dffefb5e0ee64d4246d975f076a0de2079d423ccd43d59a3d39ed6f1c51eeadba6126383e +EBUILD systemd-206-r3.ebuild 10806 SHA256 b65de528f90a4c37d8a8b2f4a0040e84b531a3c9fd2de8faeb874e03b5ea845c SHA512 87e8649f7e6671f5740d0b0ff5dbd4af0ab9e224bed205177650c403b83be0c52931e04c8bdc1003241b8a6de6afce989096e6592dd4099441bc4083fff00236 WHIRLPOOL f87ba65374d7d824cfd9db05ef89805fd627c5ebf2b7b9b1081319b70289f136cd904dbdf8c53fd33f8b7ea1809ec3736644cba383a49300d2201cec62fbb2fb +EBUILD systemd-206-r4.ebuild 10454 SHA256 1593e4d21ed5e3b1ba19da643236135ba2873b0bab0b874fe2a52c849c033f7c SHA512 38d63ac62876e22f760f68422d566c4a2d4f0e8f0cb357173d1aceddea21f24f17f7f3ebec11c9676cd18e5d2a8db236001711df2ac050ff3941baf8a0068775 WHIRLPOOL acf31ed9e0df0db1e266d8733a7cb5ce0bf4c52b64cff121c84ea0c65d82eddc1de46848e57e52b97a8e8b56a8d3b6ad6db8c2d2fe75d69a9f84c7cb4563c4f8 +EBUILD systemd-206-r5.ebuild 10645 SHA256 04f8ef0cbbb522bb66f8a05dbb687b722ba6afe68d79420f0ce4f58cfe84b4cd SHA512 ceca3ac47dd086330a61a010899e36228e50f07459f45a047d290350ce212017a705a291b6a47094d2a4f79487c253cc238a0f0cdc6a781690f1812b357b2e2b WHIRLPOOL e33d10ee1172f21c4f0e7a0422c5c67a7dbc93807f5f8419f1c8e2daea3559623d2e81e4358c717f0680b616ea035755945cebfb0a5dd6c0d2aa74fc26366676 +EBUILD systemd-207.ebuild 8478 SHA256 50ce4919055396d6616deefa695c008b898f7715212d17d3b04ee4ceafc909e8 SHA512 4b007a54c258a6ad14af2634c09c4b354a079faa9c8003ad90ea8456d00b6adb4c07b8cd4a3f9bf10eb9b0f157417d95ff4f93dd5d950823ec39a739c5ef3b30 WHIRLPOOL 231c57961d7b7addff796d352f30ade80564d711bd48d24c0b268f63b86d71b3a538c4209de87b07396d137ef04e80bbff834e4bf5468da233d30102c7ba1ae2 +EBUILD systemd-9999-r1.ebuild 8863 SHA256 50d1fd9e1536478be4d2c6a8cd401cf446682f67a138670cb74e838a2fb2b47e SHA512 9cb501818bb8de4566068e03d78ef2c22b38d4b54e005a8086cec731768cc4716e36c4fbe20aa3c4190c41b9de4876f3f4790b8631228a99ad58fc5fea8049d4 WHIRLPOOL ebb006d00a0c13fe2a6b50c40936b431378e6b0e044451e52b74e7695917d0feb796ed4859401f13be0e8ea47230f8fc616bf0e5c3c5c627906c57d01b9568a0 +MISC ChangeLog 32929 SHA256 29762c6ac4357228d96a6c4a8e4cbbaacdb19bf1ed019de9d9e3173e68dc06bc SHA512 7da9f2b7f6e5ac7c9b44d265ea776165e05b8f03275d3f2f9f03503918ae6228ba93b26fc4dabf2734d1a5bef397df40bae882780f1a4cb588e533d51609123c WHIRLPOOL efa7bf9de655d82bae54a3688e6c87985079aa1a28ff3f43ea237becb1542b193a8e0e6ff1badc962742da721aa599e0456bc1cef072bf7f2026533dbfd6ba42 +MISC metadata.xml 1108 SHA256 7555f673c5676c2efb2696cf49117e1198134e8c2d575052d817c50bbc4f5f45 SHA512 10b8a0dff66f163dc747e294ead1455fa0b84414eab9aa1950da08f92245eb725d77f04346276a4e727bf0d5b6adc5f6c744b770b1a47dc916ddef7d641affd9 WHIRLPOOL ae3413df80c029c8f84e092568d05e02e3c81695c741319be98ceadddbd680c589e68ec6250a653849eca6d0fe3aace7c2004f54cc2f7a9201b60af524edff28 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.21 (GNU/Linux) + +iF4EAREIAAYFAlI0rngACgkQC77qH+pIQ6TFggD/T0p0NSiVPTmQ8AN615FyYL4U +q05Qn8hU63odU/lQ4QMA/3b98IglSyKLOT1i5h+ZcYol6AhYyv3BgbasBxt0RHtA +=ipJl +-----END PGP SIGNATURE----- diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0001-logind-update-state-file-after-generating-the-sessio.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0001-logind-update-state-file-after-generating-the-sessio.patch new file mode 100644 index 0000000000..2d74b01293 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0001-logind-update-state-file-after-generating-the-sessio.patch @@ -0,0 +1,84 @@ +From a7ca0f06aaa0e0ae3b5eada2cdece8c9766bff1a Mon Sep 17 00:00:00 2001 +From: Lennart Poettering +Date: Fri, 26 Jul 2013 17:32:19 +0200 +Subject: [PATCH 1/5] logind: update state file after generating the session + fifo, not before + +https://bugs.freedesktop.org/show_bug.cgi?id=67273 +--- + src/login/logind-dbus.c | 7 ++++++- + src/login/logind-session-dbus.c | 4 ++++ + src/machine/machined-dbus.c | 3 ++- + 3 files changed, 12 insertions(+), 2 deletions(-) + +diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c +index 39af637..b5e975a 100644 +--- a/src/login/logind-dbus.c ++++ b/src/login/logind-dbus.c +@@ -643,6 +643,10 @@ static int bus_manager_create_session(Manager *m, DBusMessage *message) { + + session->create_message = dbus_message_ref(message); + ++ /* Now, let's wait until the slice unit and stuff got ++ * created. We send the reply back from ++ * session_send_create_reply().*/ ++ + return 0; + + fail: +@@ -2356,7 +2360,6 @@ DBusHandlerResult bus_message_filter( + if (streq_ptr(path, s->scope_job)) { + free(s->scope_job); + s->scope_job = NULL; +- session_save(s); + + if (s->started) { + if (streq(result, "done")) +@@ -2366,6 +2369,8 @@ DBusHandlerResult bus_message_filter( + session_send_create_reply(s, &error); + } + } ++ ++ session_save(s); + } + + session_add_to_gc_queue(s); +diff --git a/src/login/logind-session-dbus.c b/src/login/logind-session-dbus.c +index 62b9ffd..210f756 100644 +--- a/src/login/logind-session-dbus.c ++++ b/src/login/logind-session-dbus.c +@@ -535,6 +535,10 @@ int session_send_create_reply(Session *s, DBusError *error) { + if (!s->create_message) + return 0; + ++ /* This is called after the session scope was successfully ++ * created, and finishes where bus_manager_create_session() ++ * left off. */ ++ + if (error) { + DBusError buffer; + +diff --git a/src/machine/machined-dbus.c b/src/machine/machined-dbus.c +index 1e8bc60..6c4d50b 100644 +--- a/src/machine/machined-dbus.c ++++ b/src/machine/machined-dbus.c +@@ -543,7 +543,6 @@ DBusHandlerResult bus_message_filter( + if (streq_ptr(path, mm->scope_job)) { + free(mm->scope_job); + mm->scope_job = NULL; +- machine_save(mm); + + if (mm->started) { + if (streq(result, "done")) +@@ -553,6 +552,8 @@ DBusHandlerResult bus_message_filter( + machine_send_create_reply(mm, &error); + } + } ++ ++ machine_save(mm); + } + + machine_add_to_gc_queue(mm); +-- +1.8.3.2 + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0002-Add-usr-share-keymaps-to-localectl-supported-locatio.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0002-Add-usr-share-keymaps-to-localectl-supported-locatio.patch new file mode 100644 index 0000000000..79333e6eed --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0002-Add-usr-share-keymaps-to-localectl-supported-locatio.patch @@ -0,0 +1,25 @@ +From 64fa15a7ca9c276d28413567c74a1d360fbdc975 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= +Date: Wed, 31 Jul 2013 23:12:17 +0200 +Subject: [PATCH 2/5] Add /usr/share/keymaps to localectl supported locations. + +This is the standard upstream location where kbd installs keymaps. +--- + src/locale/localectl.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/locale/localectl.c b/src/locale/localectl.c +index cd7356a..8259c0a 100644 +--- a/src/locale/localectl.c ++++ b/src/locale/localectl.c +@@ -538,6 +538,7 @@ static int list_vconsole_keymaps(DBusConnection *bus, char **args, unsigned n) { + if (!keymaps) + return log_oom(); + ++ nftw("/usr/share/keymaps/", nftw_cb, 20, FTW_MOUNT|FTW_PHYS); + nftw("/usr/share/kbd/keymaps/", nftw_cb, 20, FTW_MOUNT|FTW_PHYS); + nftw("/usr/lib/kbd/keymaps/", nftw_cb, 20, FTW_MOUNT|FTW_PHYS); + nftw("/lib/kbd/keymaps/", nftw_cb, 20, FTW_MOUNT|FTW_PHYS); +-- +1.8.3.2 + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0003-tmpfiles-support-passing-prefix-multiple-times.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0003-tmpfiles-support-passing-prefix-multiple-times.patch new file mode 100644 index 0000000000..02d2b26af7 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0003-tmpfiles-support-passing-prefix-multiple-times.patch @@ -0,0 +1,90 @@ +From 9c26db4da7a474b024fcdc97ea490280d86777e1 Mon Sep 17 00:00:00 2001 +From: Dave Reisner +Date: Wed, 24 Jul 2013 11:10:05 -0400 +Subject: [PATCH 3/5] tmpfiles: support passing --prefix multiple times + +--- + man/systemd-tmpfiles.xml | 3 ++- + src/tmpfiles/tmpfiles.c | 24 +++++++++++++++++++++--- + 2 files changed, 23 insertions(+), 4 deletions(-) + +diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml +index 405a9f1..b0f2d9c 100644 +--- a/man/systemd-tmpfiles.xml ++++ b/man/systemd-tmpfiles.xml +@@ -121,7 +121,8 @@ + + Only apply rules that + apply to paths with the specified +- prefix. ++ prefix. This option can be specified ++ multiple times. + + + +diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c +index eae993e..cb15133 100644 +--- a/src/tmpfiles/tmpfiles.c ++++ b/src/tmpfiles/tmpfiles.c +@@ -105,7 +105,7 @@ static bool arg_create = false; + static bool arg_clean = false; + static bool arg_remove = false; + +-static const char *arg_prefix = NULL; ++static char **include_prefixes = NULL; + + static const char conf_file_dirs[] = + "/etc/tmpfiles.d\0" +@@ -1018,6 +1018,21 @@ static bool item_equal(Item *a, Item *b) { + return true; + } + ++static bool should_include_path(const char *path) { ++ char **prefix; ++ ++ /* no explicit paths specified for inclusion, so everything is valid */ ++ if (strv_length(include_prefixes) == 0) ++ return true; ++ ++ STRV_FOREACH(prefix, include_prefixes) { ++ if (path_startswith(path, *prefix)) ++ return true; ++ } ++ ++ return false; ++} ++ + static int parse_line(const char *fname, unsigned line, const char *buffer) { + _cleanup_item_free_ Item *i = NULL; + Item *existing; +@@ -1119,7 +1134,7 @@ static int parse_line(const char *fname, unsigned line, const char *buffer) { + + path_kill_slashes(i->path); + +- if (arg_prefix && !path_startswith(i->path, arg_prefix)) ++ if (!should_include_path(i->path)) + return 0; + + if (user && !streq(user, "-")) { +@@ -1258,7 +1273,8 @@ static int parse_argv(int argc, char *argv[]) { + break; + + case ARG_PREFIX: +- arg_prefix = optarg; ++ if (strv_extend(&include_prefixes, optarg) < 0) ++ return log_oom(); + break; + + case '?': +@@ -1423,6 +1439,8 @@ finish: + hashmap_free(items); + hashmap_free(globs); + ++ strv_free(include_prefixes); ++ + set_free_free(unix_sockets); + + label_finish(); +-- +1.8.3.2 + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0004-tmpfiles-introduce-exclude-prefix.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0004-tmpfiles-introduce-exclude-prefix.patch new file mode 100644 index 0000000000..d314d3e06c --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0004-tmpfiles-introduce-exclude-prefix.patch @@ -0,0 +1,138 @@ +From 059e02a48e58da81591ebd34e87f928269d77929 Mon Sep 17 00:00:00 2001 +From: Dave Reisner +Date: Wed, 24 Jul 2013 11:19:24 -0400 +Subject: [PATCH 4/5] tmpfiles: introduce --exclude-prefix + +The opposite of --prefix, allows specifying path prefixes which should +be skipped when processing rules. +--- + man/systemd-tmpfiles.xml | 7 +++++ + shell-completion/systemd-zsh-completion.zsh | 1 + + src/tmpfiles/tmpfiles.c | 44 ++++++++++++++++++----------- + 3 files changed, 36 insertions(+), 16 deletions(-) + +diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml +index b0f2d9c..403592d 100644 +--- a/man/systemd-tmpfiles.xml ++++ b/man/systemd-tmpfiles.xml +@@ -124,6 +124,13 @@ + prefix. This option can be specified + multiple times. + ++ ++ ++ Ignore rules that ++ apply to paths with the specified ++ prefix. This option can be specified ++ multiple times. ++ + + + +diff --git a/shell-completion/systemd-zsh-completion.zsh b/shell-completion/systemd-zsh-completion.zsh +index c85e00e..7aebbcd 100644 +--- a/shell-completion/systemd-zsh-completion.zsh ++++ b/shell-completion/systemd-zsh-completion.zsh +@@ -249,6 +249,7 @@ _ctls() + '--clean[Clean up all files and directories with an age parameter configured.]' \ + '--remove[All files and directories marked with r, R in the configuration files are removed.]' \ + '--prefix=[Only apply rules that apply to paths with the specified prefix.]' \ ++ '--exclude-prefix=[Ignore rules that apply to paths with the specified prefix.]' \ + '--help[Prints a short help text and exits.]' \ + '*::files:_files' + ;; +diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c +index cb15133..5eca82a 100644 +--- a/src/tmpfiles/tmpfiles.c ++++ b/src/tmpfiles/tmpfiles.c +@@ -106,6 +106,7 @@ static bool arg_clean = false; + static bool arg_remove = false; + + static char **include_prefixes = NULL; ++static char **exclude_prefixes = NULL; + + static const char conf_file_dirs[] = + "/etc/tmpfiles.d\0" +@@ -1021,16 +1022,19 @@ static bool item_equal(Item *a, Item *b) { + static bool should_include_path(const char *path) { + char **prefix; + +- /* no explicit paths specified for inclusion, so everything is valid */ +- if (strv_length(include_prefixes) == 0) +- return true; ++ STRV_FOREACH(prefix, exclude_prefixes) { ++ if (path_startswith(path, *prefix)) ++ return false; ++ } + + STRV_FOREACH(prefix, include_prefixes) { + if (path_startswith(path, *prefix)) + return true; + } + +- return false; ++ /* no matches, so we should include this path only if we ++ * have no whitelist at all */ ++ return strv_length(include_prefixes) == 0; + } + + static int parse_line(const char *fname, unsigned line, const char *buffer) { +@@ -1219,11 +1223,12 @@ static int help(void) { + + printf("%s [OPTIONS...] [CONFIGURATION FILE...]\n\n" + "Creates, deletes and cleans up volatile and temporary files and directories.\n\n" +- " -h --help Show this help\n" +- " --create Create marked files/directories\n" +- " --clean Clean up marked directories\n" +- " --remove Remove marked files/directories\n" +- " --prefix=PATH Only apply rules that apply to paths with the specified prefix\n", ++ " -h --help Show this help\n" ++ " --create Create marked files/directories\n" ++ " --clean Clean up marked directories\n" ++ " --remove Remove marked files/directories\n" ++ " --prefix=PATH Only apply rules that apply to paths with the specified prefix\n" ++ " --exclude-prefix=PATH Ignore rules that apply to paths with the specified prefix\n", + program_invocation_short_name); + + return 0; +@@ -1235,16 +1240,18 @@ static int parse_argv(int argc, char *argv[]) { + ARG_CREATE, + ARG_CLEAN, + ARG_REMOVE, +- ARG_PREFIX ++ ARG_PREFIX, ++ ARG_EXCLUDE_PREFIX, + }; + + static const struct option options[] = { +- { "help", no_argument, NULL, 'h' }, +- { "create", no_argument, NULL, ARG_CREATE }, +- { "clean", no_argument, NULL, ARG_CLEAN }, +- { "remove", no_argument, NULL, ARG_REMOVE }, +- { "prefix", required_argument, NULL, ARG_PREFIX }, +- { NULL, 0, NULL, 0 } ++ { "help", no_argument, NULL, 'h' }, ++ { "create", no_argument, NULL, ARG_CREATE }, ++ { "clean", no_argument, NULL, ARG_CLEAN }, ++ { "remove", no_argument, NULL, ARG_REMOVE }, ++ { "prefix", required_argument, NULL, ARG_PREFIX }, ++ { "exclude-prefix", required_argument, NULL, ARG_EXCLUDE_PREFIX }, ++ { NULL, 0, NULL, 0 } + }; + + int c; +@@ -1277,6 +1284,11 @@ static int parse_argv(int argc, char *argv[]) { + return log_oom(); + break; + ++ case ARG_EXCLUDE_PREFIX: ++ if (strv_extend(&exclude_prefixes, optarg) < 0) ++ return log_oom(); ++ break; ++ + case '?': + return -EINVAL; + +-- +1.8.3.2 + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0005-tmpfiles-setup-exclude-dev-prefixes-files.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0005-tmpfiles-setup-exclude-dev-prefixes-files.patch new file mode 100644 index 0000000000..9d674b2d45 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0005-tmpfiles-setup-exclude-dev-prefixes-files.patch @@ -0,0 +1,23 @@ +From a7b85011f13bf2a90cfcfad1f3d2ca2deebaa2f1 Mon Sep 17 00:00:00 2001 +From: Dave Reisner +Date: Wed, 24 Jul 2013 11:58:35 -0400 +Subject: [PATCH 5/5] tmpfiles-setup: exclude /dev prefixes files + +Fixes Arch Linux bug: https://bugs.archlinux.org/task/36259 +--- + units/systemd-tmpfiles-setup.service.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/units/systemd-tmpfiles-setup.service.in b/units/systemd-tmpfiles-setup.service.in +index 67c7d4a..6f98063 100644 +--- a/units/systemd-tmpfiles-setup.service.in ++++ b/units/systemd-tmpfiles-setup.service.in +@@ -21,4 +21,4 @@ ConditionDirectoryNotEmpty=|/run/tmpfiles.d + [Service] + Type=oneshot + RemainAfterExit=yes +-ExecStart=@rootbindir@/systemd-tmpfiles --create --remove ++ExecStart=@rootbindir@/systemd-tmpfiles --create --remove --exclude-prefix=/dev +-- +1.8.3.2 + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0006-allow-tabs-in-configuration-files.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0006-allow-tabs-in-configuration-files.patch new file mode 100644 index 0000000000..2e7567ba4e --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0006-allow-tabs-in-configuration-files.patch @@ -0,0 +1,43 @@ +From ac4c8d6da8b5ebc35f02c9c6cb7595be7b134a05 Mon Sep 17 00:00:00 2001 +From: Zbigniew Jędrzejewski-Szmek +Date: Thu, 12 Sep 2013 01:50:16 +0000 +Subject: Allow tabs in environment files + +bash allows them, and so should we. + +string_has_cc is changed to allow tabs, and if they are not wanted, +they must be now checked for explicitly. There are two other callers, +apart from the env file loaders, and one already checked anyway, and +the other is changed to check. + +https://bugs.freedesktop.org/show_bug.cgi?id=68592 +https://bugs.gentoo.org/show_bug.cgi?id=481554 +--- +diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c +index 0437e33..6a43aeb 100644 +--- a/src/hostname/hostnamed.c ++++ b/src/hostname/hostnamed.c +@@ -553,7 +553,8 @@ static DBusHandlerResult hostname_message_handler( + * safe than sorry */ + if (k == PROP_ICON_NAME && !filename_is_safe(name)) + return bus_send_error_reply(connection, message, NULL, -EINVAL); +- if (k == PROP_PRETTY_HOSTNAME && string_has_cc(name)) ++ if (k == PROP_PRETTY_HOSTNAME && ++ (string_has_cc(name) || chars_intersect(name, "\t"))) + return bus_send_error_reply(connection, message, NULL, -EINVAL); + if (k == PROP_CHASSIS && !valid_chassis(name)) + return bus_send_error_reply(connection, message, NULL, -EINVAL); +diff --git a/src/shared/util.c b/src/shared/util.c +index 1dde8af..ad463e8 100644 +--- a/src/shared/util.c ++++ b/src/shared/util.c +@@ -5311,6 +5311,10 @@ bool string_is_safe(const char *p) { + return true; + } + ++/** ++ * Check if a string contains control characters. ++ * Spaces and tabs are not considered control characters. ++ */ + bool string_has_cc(const char *p) { + const char *t; diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0007-allow-tabs-in-configuration-files2.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0007-allow-tabs-in-configuration-files2.patch new file mode 100644 index 0000000000..b7f0114421 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/206-0007-allow-tabs-in-configuration-files2.patch @@ -0,0 +1,22 @@ +From da2620a5f878ad5c8d8d51992528cb3e637c7d1f Mon Sep 17 00:00:00 2001 +From: Zbigniew Jędrzejewski-Szmek +Date: Thu, 12 Sep 2013 14:03:16 +0000 +Subject: Actually allow tabs in environment files + +Fixup for ac4c8d6da8b5e. +--- +diff --git a/src/shared/util.c b/src/shared/util.c +index ad463e8..9a075fa 100644 +--- a/src/shared/util.c ++++ b/src/shared/util.c +@@ -5321,7 +5321,7 @@ bool string_has_cc(const char *p) { + assert(p); + + for (t = p; *t; t++) +- if (*t > 0 && *t < ' ') ++ if (*t > 0 && *t < ' ' && *t != '\t') + return true; + + return false; +-- +cgit v0.9.0.2-2-gbebe diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/gentoo-run.conf b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/gentoo-run.conf new file mode 100644 index 0000000000..5b3bcab8f3 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/gentoo-run.conf @@ -0,0 +1,5 @@ +# New OpenRC versions replace /var/lock with a symlink to /run/lock. +# We just create that directory for now, just in case. +# Of course, it's not guaranteed that'll satisfy all relevant packages. + +d /run/lock 0755 root root - diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/var-lock.mount b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/var-lock.mount new file mode 100644 index 0000000000..07277adac3 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/var-lock.mount @@ -0,0 +1,19 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Lock Directory +Before=local-fs.target +# skip mounting if the directory does not exist or is a symlink +ConditionPathIsDirectory=/var/lock +ConditionPathIsSymbolicLink=!/var/lock + +[Mount] +What=/run/lock +Where=/var/lock +Type=bind +Options=bind diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/var-run.mount b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/var-run.mount new file mode 100644 index 0000000000..ab4da424c9 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/files/var-run.mount @@ -0,0 +1,19 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. + +[Unit] +Description=Runtime Directory +Before=local-fs.target +# skip mounting if the directory does not exist or is a symlink +ConditionPathIsDirectory=/var/run +ConditionPathIsSymbolicLink=!/var/run + +[Mount] +What=/run +Where=/var/run +Type=bind +Options=bind diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/metadata.xml b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/metadata.xml new file mode 100644 index 0000000000..c59b6a09a3 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/metadata.xml @@ -0,0 +1,22 @@ + + + + + systemd@gentoo.org + Gentoo systemd team + + + + Enable support for sys-process/audit + Use libcryptsetup + Enable user-space firmware loader (for kernels prior to 3.8) + Enable sealing of journal files using gcrypt + enable libudev gobject interface + Enable embedded HTTP server in journald + Map custom hardware's multimedia keys + Enable kernel module loading via sys-apps/kmod + Depend on sys-fs/udev-init-scripts + Enable qrcode output support in journal + Disable Gentoo-specific behavior and compatibility quirks + + diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-201.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-201.ebuild new file mode 100644 index 0000000000..882fce4009 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-201.ebuild @@ -0,0 +1,287 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-201.ebuild,v 1.23 2013/07/16 07:30:08 mgorny Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +inherit autotools-utils bash-completion-r1 linux-info multilib pam \ + python-single-r1 systemd toolchain-funcs udev user + +DESCRIPTION="System and service manager for Linux" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" +SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.xz" + +LICENSE="GPL-2 LGPL-2.1 MIT" +SLOT="0" +KEYWORDS="amd64 arm ppc64 x86" +IUSE="acl audit cryptsetup doc +firmware-loader gcrypt gudev http introspection + keymap +kmod lzma openrc pam policykit python qrcode selinux static-libs + tcpd vanilla xattr" + +MINKV="2.6.39" + +COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1 + >=sys-apps/util-linux-2.20 + sys-libs/libcap + acl? ( sys-apps/acl ) + audit? ( >=sys-process/audit-2 ) + cryptsetup? ( >=sys-fs/cryptsetup-1.4.2 ) + gcrypt? ( >=dev-libs/libgcrypt-1.4.5 ) + gudev? ( >=dev-libs/glib-2 ) + http? ( net-libs/libmicrohttpd ) + introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) + kmod? ( >=sys-apps/kmod-12 ) + lzma? ( app-arch/xz-utils ) + pam? ( virtual/pam ) + python? ( ${PYTHON_DEPS} ) + qrcode? ( media-gfx/qrencode ) + selinux? ( sys-libs/libselinux ) + tcpd? ( sys-apps/tcp-wrappers ) + xattr? ( sys-apps/attr )" + +# baselayout-2.2 has /run +RDEPEND="${COMMON_DEPEND} + >=sys-apps/baselayout-2.2 + openrc? ( >=sys-fs/udev-init-scripts-25 ) + policykit? ( sys-auth/polkit ) + || ( + >=sys-apps/util-linux-2.22 + Date: Tue, 21 Jan 2014 18:55:01 -0800 Subject: [PATCH 2/5] usr(systemd-dbus): point dbus related configs to /usr/share --- .../coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild | 2 +- .../coreos-overlay/sys-apps/systemd/systemd-207.ebuild | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild index e346c5f6ea..49b78c417d 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12.ebuild @@ -77,6 +77,7 @@ src_configure() { # libaudit is *only* used in DBus wrt SELinux support, so disable it, if # not on an SELinux profile. myconf=( + --sysconfdir=/usr/share --disable-silent-rules --localstatedir="${EPREFIX}/var" --docdir="${EPREFIX}/usr/share/doc/${PF}" @@ -155,7 +156,6 @@ src_install() { # needs to exist for dbus sessions to launch keepdir /usr/share/dbus-1/services - keepdir /etc/dbus-1/{session,system}.d # machine-id symlink from pkg_postinst() keepdir /var/lib/dbus diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207.ebuild index 6530952611..dda8c75afd 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207.ebuild @@ -115,6 +115,8 @@ pkg_setup() { multilib_src_configure() { local myeconfargs=( + --with-pamconfdir=/usr/share/pam.d + --with-dbuspolicydir=/usr/share/dbus-1/system.d --localstatedir=/var --with-pamlibdir=$(getpam_mod_dir) # avoid bash-completion dep @@ -191,7 +193,6 @@ multilib_src_configure() { --disable-python-devel ) fi - # Work around bug 463846. tc-export CC From 2394f92933a9c42712a903c4076a62373318166e Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Tue, 21 Jan 2014 20:29:10 -0800 Subject: [PATCH 3/5] usr(systemd-dbus): fix related tlsdate and update-engine --- .../coreos-base/update_engine/update_engine-0.0.1.ebuild | 2 +- .../coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r24.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.0.1.ebuild index a4bae79718..358c91dad1 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.0.1.ebuild @@ -90,7 +90,7 @@ src_install() { insinto /usr/share/dbus-1/services doins org.chromium.UpdateEngine.service - insinto /etc/dbus-1/system.d + insinto /usr/share/dbus-1/system.d doins UpdateEngine.conf insinto /lib/udev/rules.d diff --git a/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r24.ebuild b/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r24.ebuild index 6f83817661..aae3df4c2d 100644 --- a/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r24.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r24.ebuild @@ -43,7 +43,7 @@ src_install() { default insinto /etc/tlsdate doins "${FILESDIR}/tlsdated.conf" - insinto /etc/dbus-1/system.d + insinto /usr/share/dbus-1/system.d doins "${FILESDIR}/org.torproject.tlsdate.conf" systemd_dounit "${FILESDIR}/tlsdate.service" From 98cca9617ec0e58a3f7fbf04959fc6d83fd5f7a7 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Wed, 22 Jan 2014 10:20:26 -0800 Subject: [PATCH 4/5] usr(systemd-dbus): bump ebuilds --- ...coreos-init-0.0.1-r34.ebuild => coreos-init-0.0.1-r35.ebuild} | 0 ..._engine-0.0.1-r380.ebuild => update_engine-0.0.1-r381.ebuild} | 0 .../coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r25.ebuild | 1 + .../tlsdate/{tlsdate-0.0.5-r24.ebuild => tlsdate-0.0.5.ebuild} | 0 .../coreos-overlay/sys-apps/dbus/dbus-1.6.12-r1.ebuild | 1 + .../coreos-overlay/sys-apps/systemd/systemd-207-r1.ebuild | 1 + 6 files changed, 3 insertions(+) rename sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/{coreos-init-0.0.1-r34.ebuild => coreos-init-0.0.1-r35.ebuild} (100%) rename sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/{update_engine-0.0.1-r380.ebuild => update_engine-0.0.1-r381.ebuild} (100%) create mode 120000 sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r25.ebuild rename sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/{tlsdate-0.0.5-r24.ebuild => tlsdate-0.0.5.ebuild} (100%) create mode 120000 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12-r1.ebuild create mode 120000 sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r34.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r35.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r34.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r35.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.0.1-r380.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.0.1-r381.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.0.1-r380.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-0.0.1-r381.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r25.ebuild b/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r25.ebuild new file mode 120000 index 0000000000..a51fb8d634 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r25.ebuild @@ -0,0 +1 @@ +tlsdate-0.0.5.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r24.ebuild b/sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5-r24.ebuild rename to sdk_container/src/third_party/coreos-overlay/net-misc/tlsdate/tlsdate-0.0.5.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12-r1.ebuild new file mode 120000 index 0000000000..d3ae0f1716 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/dbus-1.6.12-r1.ebuild @@ -0,0 +1 @@ +dbus-1.6.12.ebuild \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207-r1.ebuild new file mode 120000 index 0000000000..e1713cc212 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-207-r1.ebuild @@ -0,0 +1 @@ +systemd-207.ebuild \ No newline at end of file From 0e84e09ac36d7516af521c3af417acd1c35637f9 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Wed, 22 Jan 2014 13:13:52 -0800 Subject: [PATCH 5/5] usr(systemd-dbus): add patch to allow users to use /etc/ --- .../dbus-1.6.12-add-explicit-etc-path.patch | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.6.12-add-explicit-etc-path.patch diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.6.12-add-explicit-etc-path.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.6.12-add-explicit-etc-path.patch new file mode 100644 index 0000000000..00a12d382b --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.6.12-add-explicit-etc-path.patch @@ -0,0 +1,33 @@ +diff --git a/bus/session.conf.in b/bus/session.conf.in +index e121ff9..f364887 100644 +--- a/bus/session.conf.in ++++ b/bus/session.conf.in +@@ -28,10 +28,11 @@ + + session.d ++ /etc/dbus-1/session.d + + +- session-local.conf ++ /etc/dbus-1/session-local.conf + + contexts/dbus_contexts + +diff --git a/bus/system.conf.in b/bus/system.conf.in +index 92f4cc4..1863a03 100644 +--- a/bus/system.conf.in ++++ b/bus/system.conf.in +@@ -73,10 +73,11 @@ + + system.d ++ /etc/dbus-1/system.d + + +- system-local.conf ++ /etc/dbus-1/system-local.conf + + contexts/dbus_contexts