mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libnfnetlink: Updated for version 1.0.0
This commit is contained in:
parent
b435c0909b
commit
ec807177a3
4 changed files with 15 additions and 16 deletions
|
@ -1,7 +1,4 @@
|
|||
libnfnetlink is the low-level library for netfilter related
|
||||
kernel/userspace communication. It 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.
|
||||
libnfnetlink is the low-level library for netfilter related kernel/userspace
|
||||
communication. It provides a generic messaging infrastructure for in-kernel
|
||||
netfilter subsystems and their respective users and/or management tools in
|
||||
userspace.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libnfnetlink
|
||||
VERSION=0.0.41
|
||||
VERSION=1.0.0
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -86,4 +86,4 @@ mkdir -p $PKG/install
|
|||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
PRGNAM="libnfnetlink"
|
||||
VERSION="0.0.41"
|
||||
VERSION="1.0.0"
|
||||
HOMEPAGE="http://www.netfilter.org/projects/libnfnetlink/"
|
||||
DOWNLOAD="ftp://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-0.0.41.tar.bz2"
|
||||
MD5SUM="5d844ea1f557bad0364d5b85cd10c796"
|
||||
DOWNLOAD="ftp://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.0.tar.bz2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="016fdec8389242615024c529acc1adb8"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -13,7 +13,7 @@ libnfnetlink: kernel/userspace communication. It provides a generic messaging
|
|||
libnfnetlink: infrastructure for in-kernel netfilter subsystems (such as
|
||||
libnfnetlink: nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
|
||||
libnfnetlink: respective users and/or management tools in userspace.
|
||||
libnfnetlink:
|
||||
libnfnetlink: This library is not meant as a public API for application
|
||||
libnfnetlink: developers; it is only used by other netfilter.org projects.
|
||||
libnfnetlink:
|
||||
libnfnetlink:
|
||||
libnfnetlink:
|
||||
libnfnetlink:
|
||||
libnfnetlink:
|
||||
|
|
Loading…
Reference in a new issue