Page MenuHomeSolus

D9757.diff
No OneTemporary

D9757.diff

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,5 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Silke Hofstra
+ - IRC: silkeh
+ - Email: silke@slxh.eu
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_symbols b/abi_symbols
new file mode 100644
--- /dev/null
+++ b/abi_symbols
@@ -0,0 +1,231 @@
+libcbor.so.0.8:_cbor_alloc_multiple
+libcbor.so.0.8:_cbor_builder_append
+libcbor.so.0.8:_cbor_decode_half
+libcbor.so.0.8:_cbor_encode_byte
+libcbor.so.0.8:_cbor_encode_uint
+libcbor.so.0.8:_cbor_encode_uint16
+libcbor.so.0.8:_cbor_encode_uint32
+libcbor.so.0.8:_cbor_encode_uint64
+libcbor.so.0.8:_cbor_encode_uint8
+libcbor.so.0.8:_cbor_highest_bit
+libcbor.so.0.8:_cbor_is_indefinite
+libcbor.so.0.8:_cbor_load_double
+libcbor.so.0.8:_cbor_load_float
+libcbor.so.0.8:_cbor_load_half
+libcbor.so.0.8:_cbor_load_uint16
+libcbor.so.0.8:_cbor_load_uint32
+libcbor.so.0.8:_cbor_load_uint64
+libcbor.so.0.8:_cbor_load_uint8
+libcbor.so.0.8:_cbor_map_add_key
+libcbor.so.0.8:_cbor_map_add_value
+libcbor.so.0.8:_cbor_realloc_multiple
+libcbor.so.0.8:_cbor_safe_to_multiply
+libcbor.so.0.8:_cbor_stack_init
+libcbor.so.0.8:_cbor_stack_pop
+libcbor.so.0.8:_cbor_stack_push
+libcbor.so.0.8:_cbor_unicode_codepoint_count
+libcbor.so.0.8:_cbor_unicode_decode
+libcbor.so.0.8:cbor_array_allocated
+libcbor.so.0.8:cbor_array_get
+libcbor.so.0.8:cbor_array_handle
+libcbor.so.0.8:cbor_array_is_definite
+libcbor.so.0.8:cbor_array_is_indefinite
+libcbor.so.0.8:cbor_array_push
+libcbor.so.0.8:cbor_array_replace
+libcbor.so.0.8:cbor_array_set
+libcbor.so.0.8:cbor_array_size
+libcbor.so.0.8:cbor_build_bool
+libcbor.so.0.8:cbor_build_bytestring
+libcbor.so.0.8:cbor_build_ctrl
+libcbor.so.0.8:cbor_build_float2
+libcbor.so.0.8:cbor_build_float4
+libcbor.so.0.8:cbor_build_float8
+libcbor.so.0.8:cbor_build_negint16
+libcbor.so.0.8:cbor_build_negint32
+libcbor.so.0.8:cbor_build_negint64
+libcbor.so.0.8:cbor_build_negint8
+libcbor.so.0.8:cbor_build_string
+libcbor.so.0.8:cbor_build_stringn
+libcbor.so.0.8:cbor_build_tag
+libcbor.so.0.8:cbor_build_uint16
+libcbor.so.0.8:cbor_build_uint32
+libcbor.so.0.8:cbor_build_uint64
+libcbor.so.0.8:cbor_build_uint8
+libcbor.so.0.8:cbor_builder_array_start_callback
+libcbor.so.0.8:cbor_builder_boolean_callback
+libcbor.so.0.8:cbor_builder_byte_string_callback
+libcbor.so.0.8:cbor_builder_byte_string_start_callback
+libcbor.so.0.8:cbor_builder_float2_callback
+libcbor.so.0.8:cbor_builder_float4_callback
+libcbor.so.0.8:cbor_builder_float8_callback
+libcbor.so.0.8:cbor_builder_indef_array_start_callback
+libcbor.so.0.8:cbor_builder_indef_break_callback
+libcbor.so.0.8:cbor_builder_indef_map_start_callback
+libcbor.so.0.8:cbor_builder_map_start_callback
+libcbor.so.0.8:cbor_builder_negint16_callback
+libcbor.so.0.8:cbor_builder_negint32_callback
+libcbor.so.0.8:cbor_builder_negint64_callback
+libcbor.so.0.8:cbor_builder_negint8_callback
+libcbor.so.0.8:cbor_builder_null_callback
+libcbor.so.0.8:cbor_builder_string_callback
+libcbor.so.0.8:cbor_builder_string_start_callback
+libcbor.so.0.8:cbor_builder_tag_callback
+libcbor.so.0.8:cbor_builder_uint16_callback
+libcbor.so.0.8:cbor_builder_uint32_callback
+libcbor.so.0.8:cbor_builder_uint64_callback
+libcbor.so.0.8:cbor_builder_uint8_callback
+libcbor.so.0.8:cbor_builder_undefined_callback
+libcbor.so.0.8:cbor_bytestring_add_chunk
+libcbor.so.0.8:cbor_bytestring_chunk_count
+libcbor.so.0.8:cbor_bytestring_chunks_handle
+libcbor.so.0.8:cbor_bytestring_handle
+libcbor.so.0.8:cbor_bytestring_is_definite
+libcbor.so.0.8:cbor_bytestring_is_indefinite
+libcbor.so.0.8:cbor_bytestring_length
+libcbor.so.0.8:cbor_bytestring_set_handle
+libcbor.so.0.8:cbor_copy
+libcbor.so.0.8:cbor_ctrl_value
+libcbor.so.0.8:cbor_decref
+libcbor.so.0.8:cbor_describe
+libcbor.so.0.8:cbor_encode_array_start
+libcbor.so.0.8:cbor_encode_bool
+libcbor.so.0.8:cbor_encode_break
+libcbor.so.0.8:cbor_encode_bytestring_start
+libcbor.so.0.8:cbor_encode_ctrl
+libcbor.so.0.8:cbor_encode_double
+libcbor.so.0.8:cbor_encode_half
+libcbor.so.0.8:cbor_encode_indef_array_start
+libcbor.so.0.8:cbor_encode_indef_bytestring_start
+libcbor.so.0.8:cbor_encode_indef_map_start
+libcbor.so.0.8:cbor_encode_indef_string_start
+libcbor.so.0.8:cbor_encode_map_start
+libcbor.so.0.8:cbor_encode_negint
+libcbor.so.0.8:cbor_encode_negint16
+libcbor.so.0.8:cbor_encode_negint32
+libcbor.so.0.8:cbor_encode_negint64
+libcbor.so.0.8:cbor_encode_negint8
+libcbor.so.0.8:cbor_encode_null
+libcbor.so.0.8:cbor_encode_single
+libcbor.so.0.8:cbor_encode_string_start
+libcbor.so.0.8:cbor_encode_tag
+libcbor.so.0.8:cbor_encode_uint
+libcbor.so.0.8:cbor_encode_uint16
+libcbor.so.0.8:cbor_encode_uint32
+libcbor.so.0.8:cbor_encode_uint64
+libcbor.so.0.8:cbor_encode_uint8
+libcbor.so.0.8:cbor_encode_undef
+libcbor.so.0.8:cbor_float_ctrl_is_ctrl
+libcbor.so.0.8:cbor_float_get_float
+libcbor.so.0.8:cbor_float_get_float2
+libcbor.so.0.8:cbor_float_get_float4
+libcbor.so.0.8:cbor_float_get_float8
+libcbor.so.0.8:cbor_float_get_width
+libcbor.so.0.8:cbor_get_bool
+libcbor.so.0.8:cbor_get_int
+libcbor.so.0.8:cbor_get_uint16
+libcbor.so.0.8:cbor_get_uint32
+libcbor.so.0.8:cbor_get_uint64
+libcbor.so.0.8:cbor_get_uint8
+libcbor.so.0.8:cbor_incref
+libcbor.so.0.8:cbor_int_get_width
+libcbor.so.0.8:cbor_intermediate_decref
+libcbor.so.0.8:cbor_is_bool
+libcbor.so.0.8:cbor_is_float
+libcbor.so.0.8:cbor_is_int
+libcbor.so.0.8:cbor_is_null
+libcbor.so.0.8:cbor_is_undef
+libcbor.so.0.8:cbor_isa_array
+libcbor.so.0.8:cbor_isa_bytestring
+libcbor.so.0.8:cbor_isa_float_ctrl
+libcbor.so.0.8:cbor_isa_map
+libcbor.so.0.8:cbor_isa_negint
+libcbor.so.0.8:cbor_isa_string
+libcbor.so.0.8:cbor_isa_tag
+libcbor.so.0.8:cbor_isa_uint
+libcbor.so.0.8:cbor_load
+libcbor.so.0.8:cbor_map_add
+libcbor.so.0.8:cbor_map_allocated
+libcbor.so.0.8:cbor_map_handle
+libcbor.so.0.8:cbor_map_is_definite
+libcbor.so.0.8:cbor_map_is_indefinite
+libcbor.so.0.8:cbor_map_size
+libcbor.so.0.8:cbor_mark_negint
+libcbor.so.0.8:cbor_mark_uint
+libcbor.so.0.8:cbor_move
+libcbor.so.0.8:cbor_new_ctrl
+libcbor.so.0.8:cbor_new_definite_array
+libcbor.so.0.8:cbor_new_definite_bytestring
+libcbor.so.0.8:cbor_new_definite_map
+libcbor.so.0.8:cbor_new_definite_string
+libcbor.so.0.8:cbor_new_float2
+libcbor.so.0.8:cbor_new_float4
+libcbor.so.0.8:cbor_new_float8
+libcbor.so.0.8:cbor_new_indefinite_array
+libcbor.so.0.8:cbor_new_indefinite_bytestring
+libcbor.so.0.8:cbor_new_indefinite_map
+libcbor.so.0.8:cbor_new_indefinite_string
+libcbor.so.0.8:cbor_new_int16
+libcbor.so.0.8:cbor_new_int32
+libcbor.so.0.8:cbor_new_int64
+libcbor.so.0.8:cbor_new_int8
+libcbor.so.0.8:cbor_new_null
+libcbor.so.0.8:cbor_new_tag
+libcbor.so.0.8:cbor_new_undef
+libcbor.so.0.8:cbor_null_array_start_callback
+libcbor.so.0.8:cbor_null_boolean_callback
+libcbor.so.0.8:cbor_null_byte_string_callback
+libcbor.so.0.8:cbor_null_byte_string_start_callback
+libcbor.so.0.8:cbor_null_float2_callback
+libcbor.so.0.8:cbor_null_float4_callback
+libcbor.so.0.8:cbor_null_float8_callback
+libcbor.so.0.8:cbor_null_indef_array_start_callback
+libcbor.so.0.8:cbor_null_indef_break_callback
+libcbor.so.0.8:cbor_null_indef_map_start_callback
+libcbor.so.0.8:cbor_null_map_start_callback
+libcbor.so.0.8:cbor_null_negint16_callback
+libcbor.so.0.8:cbor_null_negint32_callback
+libcbor.so.0.8:cbor_null_negint64_callback
+libcbor.so.0.8:cbor_null_negint8_callback
+libcbor.so.0.8:cbor_null_null_callback
+libcbor.so.0.8:cbor_null_string_callback
+libcbor.so.0.8:cbor_null_string_start_callback
+libcbor.so.0.8:cbor_null_tag_callback
+libcbor.so.0.8:cbor_null_uint16_callback
+libcbor.so.0.8:cbor_null_uint32_callback
+libcbor.so.0.8:cbor_null_uint64_callback
+libcbor.so.0.8:cbor_null_uint8_callback
+libcbor.so.0.8:cbor_null_undefined_callback
+libcbor.so.0.8:cbor_refcount
+libcbor.so.0.8:cbor_serialize
+libcbor.so.0.8:cbor_serialize_alloc
+libcbor.so.0.8:cbor_serialize_array
+libcbor.so.0.8:cbor_serialize_bytestring
+libcbor.so.0.8:cbor_serialize_float_ctrl
+libcbor.so.0.8:cbor_serialize_map
+libcbor.so.0.8:cbor_serialize_negint
+libcbor.so.0.8:cbor_serialize_string
+libcbor.so.0.8:cbor_serialize_tag
+libcbor.so.0.8:cbor_serialize_uint
+libcbor.so.0.8:cbor_set_bool
+libcbor.so.0.8:cbor_set_ctrl
+libcbor.so.0.8:cbor_set_float2
+libcbor.so.0.8:cbor_set_float4
+libcbor.so.0.8:cbor_set_float8
+libcbor.so.0.8:cbor_set_uint16
+libcbor.so.0.8:cbor_set_uint32
+libcbor.so.0.8:cbor_set_uint64
+libcbor.so.0.8:cbor_set_uint8
+libcbor.so.0.8:cbor_stream_decode
+libcbor.so.0.8:cbor_string_add_chunk
+libcbor.so.0.8:cbor_string_chunk_count
+libcbor.so.0.8:cbor_string_chunks_handle
+libcbor.so.0.8:cbor_string_codepoint_count
+libcbor.so.0.8:cbor_string_handle
+libcbor.so.0.8:cbor_string_is_definite
+libcbor.so.0.8:cbor_string_is_indefinite
+libcbor.so.0.8:cbor_string_length
+libcbor.so.0.8:cbor_string_set_handle
+libcbor.so.0.8:cbor_tag_item
+libcbor.so.0.8:cbor_tag_set_item
+libcbor.so.0.8:cbor_tag_value
+libcbor.so.0.8:cbor_typeof
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,16 @@
+name : libcbor
+version : 0.8.0
+release : 1
+source :
+ - https://github.com/PJK/libcbor/archive/v0.8.0.tar.gz : 618097166ea4a54499646998ccaa949a5816e6a665cf1d6df383690895217c8b
+license : MIT
+component : programming.library
+summary : CBOR protocol implementation for C
+description: |
+ libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
+setup : |
+ %cmake_ninja -DBUILD_SHARED_LIBS=on
+build : |
+ %ninja_build
+install : |
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,71 @@
+<PISI>
+ <Source>
+ <Name>libcbor</Name>
+ <Packager>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">CBOR protocol implementation for C</Summary>
+ <Description xml:lang="en">libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>libcbor</Name>
+ <Summary xml:lang="en">CBOR protocol implementation for C</Summary>
+ <Description xml:lang="en">libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib64/libcbor.so.0.8</Path>
+ <Path fileType="library">/usr/lib64/libcbor.so.0.8.0</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>libcbor-devel</Name>
+ <Summary xml:lang="en">Development files for libcbor</Summary>
+ <Description xml:lang="en">libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">libcbor</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/cbor.h</Path>
+ <Path fileType="header">/usr/include/cbor/arrays.h</Path>
+ <Path fileType="header">/usr/include/cbor/bytestrings.h</Path>
+ <Path fileType="header">/usr/include/cbor/callbacks.h</Path>
+ <Path fileType="header">/usr/include/cbor/cbor_export.h</Path>
+ <Path fileType="header">/usr/include/cbor/common.h</Path>
+ <Path fileType="header">/usr/include/cbor/configuration.h</Path>
+ <Path fileType="header">/usr/include/cbor/data.h</Path>
+ <Path fileType="header">/usr/include/cbor/encoding.h</Path>
+ <Path fileType="header">/usr/include/cbor/floats_ctrls.h</Path>
+ <Path fileType="header">/usr/include/cbor/internal/builder_callbacks.h</Path>
+ <Path fileType="header">/usr/include/cbor/internal/encoders.h</Path>
+ <Path fileType="header">/usr/include/cbor/internal/loaders.h</Path>
+ <Path fileType="header">/usr/include/cbor/internal/memory_utils.h</Path>
+ <Path fileType="header">/usr/include/cbor/internal/stack.h</Path>
+ <Path fileType="header">/usr/include/cbor/internal/unicode.h</Path>
+ <Path fileType="header">/usr/include/cbor/ints.h</Path>
+ <Path fileType="header">/usr/include/cbor/maps.h</Path>
+ <Path fileType="header">/usr/include/cbor/serialization.h</Path>
+ <Path fileType="header">/usr/include/cbor/streaming.h</Path>
+ <Path fileType="header">/usr/include/cbor/strings.h</Path>
+ <Path fileType="header">/usr/include/cbor/tags.h</Path>
+ <Path fileType="library">/usr/lib64/libcbor.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/libcbor.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-09-30</Date>
+ <Version>0.8.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Silke Hofstra</Name>
+ <Email>silke@slxh.eu</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 7:27 PM (2 h, 40 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803157
Default Alt Text
D9757.diff (14 KB)

Event Timeline