Michael Marineau
95fec562c2
Merge pull request #439 from marineam/checkroot
...
check_root: update ignore list for arm64, make error non-fatal
2015-07-30 13:45:54 -07:00
Vito Caputo
0e21b323c2
Merge pull request #1416 from vcaputo/shadow
...
sys-kernel/bootengine: bump bootengine to include passwd/group utils
2015-07-30 13:29:48 -07:00
Vito Caputo
67c24c52e6
sys-kernel/bootengine: bump bootengine to include passwd/group utils
...
Also introduces dependency on sys-apps/shadow.
2015-07-30 16:11:40 -04:00
Brandon Philips
e947ba4cba
Merge pull request #1415 from philips/add-docker-hacking-instructions
...
app-emulation/docker: add some hacking instructions
2015-07-30 05:44:02 -07:00
Brandon Philips
e8668db789
app-emulation/docker: add some hacking instructions
2015-07-29 23:04:07 -07:00
Michael Marineau
cf26510ea7
check_root: update ignore list for arm64, make error non-fatal
2015-07-29 19:22:55 -07:00
Michael Marineau
6e66b90ea5
profiles: enable audit in systemd and the kernel
2015-07-29 19:08:02 -07:00
Michael Marineau
e9a8f48f31
coreos-kernel: add use flag for controlling audit
2015-07-29 19:05:04 -07:00
Michael Marineau
942604b564
audit: add stand-alone rule loading service and CoreOS rules
2015-07-29 18:13:33 -07:00
Michael Marineau
87817c85d5
audit: add daemon use flag to toggle auditd and audisp
2015-07-29 16:57:59 -07:00
Nick Owens
40ca691c98
Merge pull request #1413 from mischief/revert-fleet
...
Revert "app-admin/fleet: bump to v0.11.2"
2015-07-29 16:55:21 -07:00
Nick Owens
9864ab0c55
Revert "app-admin/fleet: bump to v0.11.2"
...
This reverts commit 2a528f594babd71373a2477e68c89dd5b1161c06.
2015-07-29 16:52:59 -07:00
Geoff Levand
e755f081e9
dev-util/bsdiff: Change suffix sort to sais-lite
...
To avoid dependencies on dev-libs/libdivsufsort and dev-util/cmake convert bsdiff
from using the divsufsort suffix sort to using the sais-lite suffix sort from [1].
The need for an alternative suffix sort is discussed in [2] through [4]. A
dependency on dev-util/cmake is problematic as cmake cannot be cross-compiled and
a switch to sais-lite avoids this dependency.
[1] https://sites.google.com/site/yuta256/sais
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=409664
[3] https://github.com/sparkle-project/Sparkle/pull/515
[4] e2b85ce4ea
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-29 16:05:15 -07:00
Nick Owens
e9266f1ceb
Merge pull request #1412 from glevand/for-merge-xfs-fix
...
sys-fs/xfsprogs: Add Missing patch file
2015-07-29 15:57:18 -07:00
Geoff Levand
3dda7e1f10
sys-fs/xfsprogs: Add Missing patch file
...
Commit dda187651d4c10687fadb27eba27e89d38c26b65 (sys-fs/xfsprogs: Move
from portage-stable) did not include a patch needed for xfsprogs-3.2.1.
Fixes build errore like these:
Cannot find $EPATCH_SOURCE!
sys-fs/xfsprogs/files/xfsprogs-3.1.11-sharedlibs.patch
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-29 13:21:38 -07:00
Michael Marineau
c556a02518
audit: clean up build hacks from old versions
2015-07-29 11:54:34 -07:00
Michael Marineau
0dd656f9a9
audit: import latest 2.4.3 ebuild
2015-07-29 11:46:53 -07:00
Michael Marineau
597a350875
Merge pull request #1409 from marineam/rkt
...
rkt: enable gc timer and metadata socket
2015-07-28 14:52:09 -07:00
Eugene Yakubovich
4dca3abad8
Merge pull request #1410 from eyakubovich/flannel-0.5.2
...
flannel: bump to 0.5.2
2015-07-28 14:51:24 -07:00
Eugene Yakubovich
1b984275e5
flannel: bump to 0.5.2
2015-07-28 14:06:25 -07:00
Michael Marineau
7c7962b937
rkt: enable gc timer and metadata socket
2015-07-28 13:21:29 -07:00
Michael Marineau
3d3ca2b711
Merge pull request #438 from marineam/clean
...
update_chroot/build_packages: remove obsolete packages
2015-07-24 14:51:15 -07:00
Michael Marineau
e881b270db
update_chroot/build_packages: remove obsolete packages
...
Before attempting to do @preserved-rebuild to fix linked against old
libraries remove any packages that no longer have corresponding ebuilds,
making them impossible to rebuild. This uses `--depclean`'s secondary
meaning: `--unmerge` but only remove packages without dependencies.
2015-07-24 14:38:09 -07:00
Geoff Levand
aacb55823e
Merge pull request #250 from glevand/for-merge-ps-moves
...
portage-stable: Move packages to coreos-overlay
2015-07-23 15:23:57 -07:00
Geoff Levand
78736f2e9a
Merge pull request #1408 from glevand/for-merge-ps-moves
...
coreos-overlay: Move packages from portage-stable
2015-07-23 15:23:44 -07:00
Geoff Levand
65e0fb41ba
dev-vcs/subversion: Fix cross compile build error
...
Remove problematic MacOS tests from configure.ac.
Bumps subversion-1.8.13-r2 to subversion-1.8.13-r3.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:53 -07:00
Geoff Levand
2656883ef6
dev-vcs/subversion: Move from portage-stable
...
Move from portage-stable and update to latest upstream.
Updates from subversion-1.8.11 to subversion-1.8.13.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:53 -07:00
Geoff Levand
a5190f09dc
net-libs/serf: Fix cross compile build error
...
Ebuild fixups for cross compiling.
Bumps serf-1.3.8.ebuild to serf-1.3.8-r1.ebuild.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:53 -07:00
Geoff Levand
077cb365de
net-libs/serf: Move from portage-stable
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:53 -07:00
Geoff Levand
8c0ede733f
sys-fs/xfsprogs: Fix cross compile build error
...
Add configure fixes for cross compile errors.
Bump revision from xfsprogs-3.2.2.ebuild to xfsprogs-3.2.2-r1.ebuild.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:53 -07:00
Geoff Levand
facbc99a1b
sys-fs/xfsprogs: Move from portage-stable
...
Move from portage-stable and add latest upstream.
Adds xfsprogs-3.2.2.ebuild (~amd64) for cross compile fixes.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:52 -07:00
Geoff Levand
79355a2463
dev-libs/ustr: Fix cross compile build error
...
Add cross compile fixup patches from debian.
Bump revision from ustr-1.0.4-r5 to ustr-1.0.4-r6.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:52 -07:00
Geoff Levand
f009586636
dev-libs/ustr: Move from portage-stable
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:52 -07:00
Geoff Levand
5de20566dc
dev-libs/dbus-glib: Fix cross compile build error
...
Use host tool when building cross.
Bump revision from dbus-glib-0.102 to dbus-glib-0.102-r1.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:52 -07:00
Geoff Levand
94124f86f8
dev-libs/dbus-glib: Move from portage-stable
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-07-23 15:21:52 -07:00
Michael Marineau
98fd4d4ab5
Merge pull request #249 from marineam/e2fs
...
bump(sys-libs/e2fsprogs-libs): sync with upstream
2015-07-23 13:46:26 -07:00
Michael Marineau
c36afeb51b
bump(sys-libs/e2fsprogs-libs): sync with upstream
2015-07-23 13:41:26 -07:00
Nick Owens
1399027104
Merge pull request #248 from mischief/e2fsprogs
...
bump(sys-fs/e2fsprogs): sync with upstream
2015-07-23 12:28:54 -07:00
mischief
cf2fbab0c6
bump(sys-fs/e2fsprogs): sync with upstream
2015-07-23 12:11:08 -07:00
Nick Owens
6f5a58b730
Merge pull request #1407 from mischief/fleet-0.11.2
...
app-admin/fleet: bump to v0.11.2
2015-07-23 12:05:03 -07:00
Nick Owens
7733b45871
app-admin/fleet: bump to v0.11.2
2015-07-23 12:00:30 -07:00
Alex Crawford
476dc40186
Merge pull request #1406 from crawford/bootengine
...
sys-kernel/bootengine: include fix for interfaces
2015-07-23 11:52:04 -07:00
Alex Crawford
b2c0fe2fce
sys-kernel/bootengine: include fix for interfaces
2015-07-23 11:47:19 -07:00
Alex Crawford
8ed5225715
Merge pull request #1404 from crawford/ignition
...
sys-apps/ignition: bump to v0.1.2
2015-07-23 01:11:57 -07:00
Michael Marineau
f401832eeb
Merge pull request #1405 from marineam/man-pages
...
profiles: temporarily add attr to @system set
2015-07-22 23:51:52 -07:00
Michael Marineau
febd119b58
profiles: temporarily add attr to @system set
2015-07-22 23:50:04 -07:00
Alex Crawford
c782fb2dff
sys-apps/ignition: bump to v0.1.2
2015-07-22 23:09:39 -07:00
Michael Marineau
0fbb1891e0
Merge pull request #435 from marineam/check
...
Improved/faster package checks
2015-07-22 20:46:50 -07:00
Michael Marineau
d451a0e1d4
Merge pull request #1403 from marineam/man-pages
...
profiles: update man pages for better light reading
2015-07-22 20:45:00 -07:00
Michael Marineau
6074c21625
Merge pull request #247 from marineam/man-pages
...
bump(sys-apps/attr): sync with upstream
2015-07-22 20:44:45 -07:00