Page MenuHomeSolus

D1309.id3448.diff
No OneTemporary

D1309.id3448.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_symbols
===================================================================
--- /dev/null
+++ abi_symbols
@@ -0,0 +1,57 @@
+libnfnetlink.so.0:nfnl_addattr16
+libnfnetlink.so.0:nfnl_addattr32
+libnfnetlink.so.0:nfnl_addattr8
+libnfnetlink.so.0:nfnl_addattr_l
+libnfnetlink.so.0:nfnl_build_nfa_iovec
+libnfnetlink.so.0:nfnl_callback_register
+libnfnetlink.so.0:nfnl_callback_unregister
+libnfnetlink.so.0:nfnl_catch
+libnfnetlink.so.0:nfnl_check_attributes
+libnfnetlink.so.0:nfnl_close
+libnfnetlink.so.0:nfnl_dump_packet
+libnfnetlink.so.0:nfnl_fd
+libnfnetlink.so.0:nfnl_fill_hdr
+libnfnetlink.so.0:nfnl_get_msg_first
+libnfnetlink.so.0:nfnl_get_msg_next
+libnfnetlink.so.0:nfnl_handle_packet
+libnfnetlink.so.0:nfnl_iterator_create
+libnfnetlink.so.0:nfnl_iterator_destroy
+libnfnetlink.so.0:nfnl_iterator_next
+libnfnetlink.so.0:nfnl_iterator_process
+libnfnetlink.so.0:nfnl_join
+libnfnetlink.so.0:nfnl_listen
+libnfnetlink.so.0:nfnl_nfa_addattr16
+libnfnetlink.so.0:nfnl_nfa_addattr32
+libnfnetlink.so.0:nfnl_nfa_addattr_l
+libnfnetlink.so.0:nfnl_open
+libnfnetlink.so.0:nfnl_parse_attr
+libnfnetlink.so.0:nfnl_parse_hdr
+libnfnetlink.so.0:nfnl_portid
+libnfnetlink.so.0:nfnl_process
+libnfnetlink.so.0:nfnl_query
+libnfnetlink.so.0:nfnl_rcvbufsiz
+libnfnetlink.so.0:nfnl_recv
+libnfnetlink.so.0:nfnl_send
+libnfnetlink.so.0:nfnl_sendiov
+libnfnetlink.so.0:nfnl_sendmsg
+libnfnetlink.so.0:nfnl_set_rcv_buffer_size
+libnfnetlink.so.0:nfnl_set_sequence_tracking
+libnfnetlink.so.0:nfnl_subsys_close
+libnfnetlink.so.0:nfnl_subsys_open
+libnfnetlink.so.0:nfnl_talk
+libnfnetlink.so.0:nfnl_unset_sequence_tracking
+libnfnetlink.so.0:nlif_catch
+libnfnetlink.so.0:nlif_close
+libnfnetlink.so.0:nlif_fd
+libnfnetlink.so.0:nlif_get_ifflags
+libnfnetlink.so.0:nlif_index2name
+libnfnetlink.so.0:nlif_open
+libnfnetlink.so.0:nlif_query
+libnfnetlink.so.0:rtnl_close
+libnfnetlink.so.0:rtnl_dump_type
+libnfnetlink.so.0:rtnl_handler_register
+libnfnetlink.so.0:rtnl_handler_unregister
+libnfnetlink.so.0:rtnl_open
+libnfnetlink.so.0:rtnl_parse_rtattr
+libnfnetlink.so.0:rtnl_receive
+libnfnetlink.so.0:rtnl_receive_multi
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1 @@
+libc.so.6
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,16 @@
+name : libnfnetlink
+version : 1.0.1
+release : 1
+source :
+ - ftp://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.1.tar.bz2 : f270e19de9127642d2a11589ef2ec97ef90a649a74f56cf9a96306b04817b51a
+license : GPL-2.0
+component : programming.library
+summary : libnfnetlink is the low-level library for netfilter related kernel/userspace communication.
+description: |
+ libnfnetlink provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. This library is not meant as a public API for application developers. It is only used by other netfilter.org projects, such as libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
+setup : |
+ %configure
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,49 @@
+<PISI>
+ <Source>
+ <Name>libnfnetlink</Name>
+ <Packager>
+ <Name>Carlos Zaldivar Batista</Name>
+ <Email>carlos.zaldivar.batista@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">libnfnetlink is the low-level library for netfilter related kernel/userspace communication.</Summary>
+ <Description xml:lang="en">libnfnetlink provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. This library is not meant as a public API for application developers. It is only used by other netfilter.org projects, such as libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>libnfnetlink</Name>
+ <Summary xml:lang="en">libnfnetlink is the low-level library for netfilter related kernel/userspace communication.</Summary>
+ <Description xml:lang="en">libnfnetlink provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. This library is not meant as a public API for application developers. It is only used by other netfilter.org projects, such as libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>libnfnetlink-devel</Name>
+ <Summary xml:lang="en">Development files for libnfnetlink</Summary>
+ <Description xml:lang="en">libnfnetlink provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. This library is not meant as a public API for application developers. It is only used by other netfilter.org projects, such as libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">libnfnetlink</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/</Path>
+ <Path fileType="library">/usr/lib64/lib*.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-11-03</Date>
+ <Version>1.0.1</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Carlos Zaldivar Batista</Name>
+ <Email>carlos.zaldivar.batista@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jul 3 2023, 4:47 AM (5 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5803333
Default Alt Text
D1309.id3448.diff (6 KB)

Event Timeline