summaryrefslogtreecommitdiff
path: root/sys-apps
Commit message (Collapse)AuthorAge
* sys-apps/debianutils: drop old coreutils depsMike Frysinger2015-10-05
| | | | | | These were added ~7 years ago as part of the mktemp->coreutils transition. We can assume that has happened at this point, so simplify the deps in the ebuild as a result.
* sys-apps/rng-tools: Merge a few fixes by Gokturk YuksekMichał Górny2015-10-05
|\ | | | | | | Pull-Request: https://github.com/gentoo/gentoo/pull/95
| * sys-apps/rng-tools: open entropy src with O_NOCTTY flag #556456Gokturk Yuksek2015-10-01
| | | | | | | | | | | | | | | | | | This revision patches the source file 'rngd_entsource.c', adding 'O_NOCTTY' flag to the open() call that opens the entropy source for rngd. Gentoo-Bug: https://bugs.gentoo.org/556456 Package-Manager: portage-2.2.20.1
| * sys-apps/rng-tools: handle if redirecting output to a file fails in ebuildGokturk Yuksek2015-10-01
| | | | | | | | | | | | Use '|| die' to handle if redirecting output to a file fails. Package-Manager: portage-2.2.20.1
| * sys-apps/rng-tools: do not specify rng device in init script #481254Gokturk Yuksek2015-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux hw_random driver provides a unified interface for multiple RNGs and the RNG source is exposed through /dev/hwrng device node. There is no need for the init script to look for other device nodes under /dev. By default, rngd uses /dev/hwrng as the entropy source, therefore it's not required to specify it on the command line explicitly. The creation of /dev/hwrng requires CONFIG_DEVTMPFS support in the kernel. Due to the way hw_random module is written, some device managers may fail to create /dev/hwrng successfuly. Mdev, for example, incorrectly creates /dev/hw_random instead of /dev/hwrng, mistaking module's own name for the device node's name (see related bug 561102). However, per gentoo wiki [1], CONFIG_DEVTMPFS is part of the mdev setup and these systems will have two device nodes (/dev/hw_random and /dev/hwrng) that point to the same device. Even in such setups, rngd will successfuly find /dev/hwrng. [1] https://wiki.gentoo.org/index.php?title=Mdev&oldid=246636 Gentoo-Bug: https://bugs.gentoo.org/481254 Package-Manager: portage-2.2.20.1
| * sys-apps/rng-tools: remove unused lines from the init script.Gokturk Yuksek2015-10-01
| | | | | | | | | | | | | | | | | | | | | | rngd-initd-r1-4.1 has been created as a result of the patch proposed for bug 481254. However, one chunk has been missed and did not make it to the commit. The variable DEFAULT_DEVICE isn't used by the init script. Remove the related lines from the script. Package-Manager: portage-2.2.20.1
* | sys-apps/cv -> sys-apps/progress: bump version and renameJason A. Donenfeld2015-10-05
| | | | | | | | | | Package-Manager: portage-2.2.22 Gentoo-bug: 562194
* | sys-apps/the_silver_searcher: version bump to 0.31.0Matthias Maier2015-10-03
| | | | | | | | Package-Manager: portage-2.2.21
* | sys-apps/usb_modeswitch: Drop oldPacho Ramos2015-10-03
| | | | | | | | Package-Manager: portage-2.2.22
* | sys-apps/usb_modeswitch: Version bumpPacho Ramos2015-10-03
| | | | | | | | Package-Manager: portage-2.2.22
* | sys-apps/util-linux: ia64 stable wrt bug #561522Mikle Kolyada2015-10-02
| | | | | | | | Package-Manager: portage-2.2.20.1
* | Add missing remote-id type=sourceforgeJustin Lecher2015-10-01
| | | | | | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* | Add missing remote-id type=freshmeatJustin Lecher2015-10-01
|/ | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-apps/util-linux: x86 stable wrt bug #561522Mikle Kolyada2015-09-27
| | | | Package-Manager: portage-2.2.20.1
* sys-apps/sandbox: version bumpMike Frysinger2015-09-27
|
* sys-apps/util-linux: Stable for HPPA PPC64 (bug #561522).Jeroen Roovers2015-09-27
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches
* sys-apps/util-linux: amd64 stable wrt bug #561522Agostino Sarubbo2015-09-26
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-apps/qingy: add epatch_user support #510738Mike Frysinger2015-09-26
|
* sys-apps/less: update to EAPI=5 and use subslot w/ncurses #561312Mike Frysinger2015-09-26
|
* sys-apps/spu-tools: Version BumpJustin Lecher2015-09-26
| | | | | | | | | | | | | Bumpt EPAI=5 Respect CC fix build for ncurses[tinfo] fix compilation problems with format-security Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=435086 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=466790 Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-apps/systemd: Fix noclean-tmp patch for 218Mike Gilbert2015-09-25
| | | | Package-Manager: portage-2.2.21_p119
* sys-apps/systemd: Disable cleaning of /tmp and /var/tmpMike Gilbert2015-09-25
| | | | | | Bug: https://bugs.gentoo.org/490676 Package-Manager: portage-2.2.21_p119
* sys-apps/rng-tools: x86 stable wrt bug #555100Agostino Sarubbo2015-09-25
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-apps/portage: Bump version.Brian Dolbec2015-09-24
| | | | | | | | | Bugs fixed: 559363, 510840, 561234, 561240. This release also is the first release of the new repoman code base. It is not functionally different than the prevuios code base. It has been re-structured as part of an on-going re-write. Package-Manager: portage-2.2.22
* sys-apps/rng-tools: amd64 stable wrt bug #555100Agostino Sarubbo2015-09-24
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-apps/lm_sensors: amd64 stable wrt bug #555514Agostino Sarubbo2015-09-24
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-apps/systemd-ui: Removal after last rites. Bug #546192Dion Moult2015-09-24
|
* sys-apps/man-db: ia64 stable wrt bug #559140Agostino Sarubbo2015-09-24
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* Update hashes in ManifestJustin Lecher2015-09-23
| | | | | | Add missing SHA512 and WHIRLPOOL hashes Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-apps/systemd: Bump sys-apps/util-linux dependencyElias Probst2015-09-23
| | | | | | | | | Since systemd@85fade1 >=sys-apps/util-linux-2.27 is required due to changes in the usage of libmount which is part of util-linux. Closes #122. Bug: https://bugs.gentoo.org/561244
* sys-apps/portage: New version: 2.2.21Brian Dolbec2015-09-21
| | | | | | | | Fixes bugs 550006, 550324, 550898, 550906, 552340, 554084, 554108, 554578, 554928, 556172, 556464, 555698, 556764, 557426, 557962, 558322, 557192, 559044, 296085, 559122, 560466. Package-Manager: portage-2.2.21
* sys-apps/man-db: sparc stable wrt bug #559140Agostino Sarubbo2015-09-21
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* sys-apps/pciutils: sparc stable wrt bug #543834Agostino Sarubbo2015-09-21
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* sys-apps/smartmontools: sparc stable wrt bug #555528Agostino Sarubbo2015-09-21
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* sys-apps/audio-entropyd: remove old versionChristoph Mende2015-09-20
| | | | Package-Manager: portage-2.2.20.1
* sys-apps/man-db: x86 stable wrt bug #559140Agostino Sarubbo2015-09-20
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-apps/sandbox: version bumpMike Frysinger2015-09-20
|
* sys-apps/lm_sensors: Stable for PPC64 (bug #555514).Jeroen Roovers2015-09-20
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches
* sys-apps/file: version bump to 5.25Mike Frysinger2015-09-16
|
* sys-apps/roccat-tools: version bumpblackraven2015-09-15
|
* sys-apps/roccat-tools: version bumpblackraven2015-09-15
|
* sys-apps/roccat-tools: dependency incompatibility fixblackraven2015-09-15
|
* sys-apps/cciss_vol_status: Mark 1.11 stable on AMD64 based on testing by ↵Tony Vroon2015-09-15
| | | | | | Lars "Polynomial-C" Wendler & Brian "grknight" Evans in bug #449764. Package-Manager: portage-2.2.20.1
* sys-apps/pciutils: Removed old (without breaking sparc this time).Lars Wendler2015-09-15
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Revert "sys-apps/pciutils: Removed old."Mike Gilbert2015-09-14
| | | | | | This reverts commit f4e5f102a6b5d8d1807c195e741c6fc6b160c2bc. This commit broke the stable depgraph on sparc.
* sys-apps/pciutils: Removed old.Lars Wendler2015-09-14
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/pciutils: Bump to version 3.4.0Lars Wendler2015-09-14
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-apps/systemd: Allow tests to access kdbusMike Gilbert2015-09-13
| | | | Package-Manager: portage-2.2.20
* sys-apps/gnome-disk-utility: x86 stable wrt bug #551826Agostino Sarubbo2015-09-12
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-apps/baobab: x86 stable wrt bug #551826Agostino Sarubbo2015-09-12
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"