Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 842791 Details for
Bug 872536
sys-apps/rng-tools-6.15 - rngd_jitter.c: error: invalid use of undefined type struct jent_notime_ctx
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
20220921.patch (text/plain), 721 bytes, created by
Michelangelo Scopelliti
on 2022-12-15 09:46:04 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Michelangelo Scopelliti
Created:
2022-12-15 09:46:04 UTC
Size:
721 bytes
patch
obsolete
>--- rng-tools-6.15.ebuild 2022-06-11 11:38:37.682681554 +0200 >+++ rng-tools-6.15_p20220921.ebuild 2022-12-15 10:36:03.163112047 +0100 >@@ -3,11 +3,13 @@ > > EAPI=7 > >+COMMIT="6dcc9ec2500a25a0bb5d2397db557b73e3f48c37" >+ > inherit autotools readme.gentoo-r1 systemd > > DESCRIPTION="Daemon to use hardware random number generators" > HOMEPAGE="https://github.com/nhorman/rng-tools" >-SRC_URI="https://github.com/nhorman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" >+SRC_URI="https://github.com/nhorman/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" > > LICENSE="GPL-2" > SLOT="0" >@@ -29,6 +31,8 @@ > selinux? ( sec-policy/selinux-rngd )" > BDEPEND="virtual/pkgconfig" > >+S="${WORKDIR}/${PN}-${COMMIT}" >+ > src_prepare() { > default >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 872536
:
813823
|
813826
|
813829
|
813832
|
813835
|
813838
|
813841
|
842791
|
842895