mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
PATCH: version on OSTREE_SIGN_NAME_ED25519
This commit is contained in:
parent
7c72d297ef
commit
65122a5a97
@ -13452,7 +13452,8 @@ in bytes, counting only content objects.</doc>
|
|||||||
</constant>
|
</constant>
|
||||||
<constant name="SIGN_NAME_ED25519"
|
<constant name="SIGN_NAME_ED25519"
|
||||||
value="ed25519"
|
value="ed25519"
|
||||||
c:type="OSTREE_SIGN_NAME_ED25519">
|
c:type="OSTREE_SIGN_NAME_ED25519"
|
||||||
|
version="2020.4">
|
||||||
<doc xml:space="preserve"
|
<doc xml:space="preserve"
|
||||||
filename="ostree-sign.h"
|
filename="ostree-sign.h"
|
||||||
line="52">The name of the default ed25519 signing type.</doc>
|
line="52">The name of the default ed25519 signing type.</doc>
|
||||||
|
@ -28,6 +28,7 @@ pub static META_KEY_DEPLOY_COLLECTION_ID: once_cell::sync::Lazy<&'static str> =
|
|||||||
pub static ORIGIN_TRANSIENT_GROUP: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_ORIGIN_TRANSIENT_GROUP).to_str().unwrap()});
|
pub static ORIGIN_TRANSIENT_GROUP: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_ORIGIN_TRANSIENT_GROUP).to_str().unwrap()});
|
||||||
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
||||||
pub static REPO_METADATA_REF: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_REPO_METADATA_REF).to_str().unwrap()});
|
pub static REPO_METADATA_REF: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_REPO_METADATA_REF).to_str().unwrap()});
|
||||||
|
#[cfg(any(feature = "v2020_4", feature = "dox"))]
|
||||||
pub static SIGN_NAME_ED25519: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_SIGN_NAME_ED25519).to_str().unwrap()});
|
pub static SIGN_NAME_ED25519: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_SIGN_NAME_ED25519).to_str().unwrap()});
|
||||||
pub static SUMMARY_GVARIANT_STRING: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_SUMMARY_GVARIANT_STRING).to_str().unwrap()});
|
pub static SUMMARY_GVARIANT_STRING: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_SUMMARY_GVARIANT_STRING).to_str().unwrap()});
|
||||||
pub static SUMMARY_SIG_GVARIANT_STRING: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_SUMMARY_SIG_GVARIANT_STRING).to_str().unwrap()});
|
pub static SUMMARY_SIG_GVARIANT_STRING: once_cell::sync::Lazy<&'static str> = once_cell::sync::Lazy::new(|| unsafe{CStr::from_ptr(ostree_sys::OSTREE_SUMMARY_SIG_GVARIANT_STRING).to_str().unwrap()});
|
||||||
|
@ -158,6 +158,7 @@ pub use self::constants::META_KEY_DEPLOY_COLLECTION_ID;
|
|||||||
pub use self::constants::ORIGIN_TRANSIENT_GROUP;
|
pub use self::constants::ORIGIN_TRANSIENT_GROUP;
|
||||||
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
#[cfg(any(feature = "v2018_6", feature = "dox"))]
|
||||||
pub use self::constants::REPO_METADATA_REF;
|
pub use self::constants::REPO_METADATA_REF;
|
||||||
|
#[cfg(any(feature = "v2020_4", feature = "dox"))]
|
||||||
pub use self::constants::SIGN_NAME_ED25519;
|
pub use self::constants::SIGN_NAME_ED25519;
|
||||||
pub use self::constants::SUMMARY_GVARIANT_STRING;
|
pub use self::constants::SUMMARY_GVARIANT_STRING;
|
||||||
pub use self::constants::SUMMARY_SIG_GVARIANT_STRING;
|
pub use self::constants::SUMMARY_SIG_GVARIANT_STRING;
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
Generated by gir (https://github.com/gtk-rs/gir @ 2d1ffab1)
|
Generated by gir (https://github.com/gtk-rs/gir @ 2d1ffab1)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ b1a822b+)
|
from gir-files (https://github.com/gtk-rs/gir-files @ b1bed0a+)
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
Generated by gir (https://github.com/gtk-rs/gir @ 2d1ffab1)
|
Generated by gir (https://github.com/gtk-rs/gir @ 2d1ffab1)
|
||||||
from gir-files (https://github.com/gtk-rs/gir-files @ b1a822b+)
|
from gir-files (https://github.com/gtk-rs/gir-files @ b1bed0a+)
|
||||||
|
Loading…
Reference in New Issue
Block a user