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,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 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 : 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 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,49 @@ + + + libnfnetlink + + Carlos Zaldivar Batista + carlos.zaldivar.batista@gmail.com + + GPL-2.0 + programming.library + libnfnetlink is the low-level library for netfilter related kernel/userspace communication. + 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. + + https://solus-project.com/sources/README.Solus + + + libnfnetlink + libnfnetlink is the low-level library for netfilter related kernel/userspace communication. + 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. + + programming.library + + /usr/lib64/lib*.so.* + + + + libnfnetlink-devel + Development files for libnfnetlink + 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. + + programming.devel + + libnfnetlink + + + /usr/include/ + /usr/lib64/lib*.so + /usr/lib64/pkgconfig/*.pc + + + + + 2017-11-03 + 1.0.1 + Packaging update + Carlos Zaldivar Batista + carlos.zaldivar.batista@gmail.com + + + \ No newline at end of file