summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnet/.footprint10
-rw-r--r--libnet/.md5sum2
-rw-r--r--libnet/Pkgfile10
3 files changed, 16 insertions, 6 deletions
diff --git a/libnet/.footprint b/libnet/.footprint
index b20f70f0c..ed7930f45 100644
--- a/libnet/.footprint
+++ b/libnet/.footprint
@@ -12,3 +12,13 @@ drwxr-xr-x root/root usr/include/libnet/
-rw-r--r-- root/root usr/include/libnet/libnet-types.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libnet.a
+-rwxr-xr-x root/root usr/lib/libnet.la
+lrwxrwxrwx root/root usr/lib/libnet.so -> libnet.so.1.7.0
+lrwxrwxrwx root/root usr/lib/libnet.so.1 -> libnet.so.1.7.0
+-rwxr-xr-x root/root usr/lib/libnet.so.1.7.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/libnet-functions.h.3.gz
+-rw-r--r-- root/root usr/share/man/man3/libnet-macros.h.3.gz
+-rw-r--r-- root/root usr/share/man/man3/libnet.h.3.gz
diff --git a/libnet/.md5sum b/libnet/.md5sum
index 25f681430..265489bd0 100644
--- a/libnet/.md5sum
+++ b/libnet/.md5sum
@@ -1 +1 @@
-be845c41170d72c7db524f3411b50256 libnet-1.1.2.1.tar.gz
+710296fe424a49344e5fcc0d09e53317 libnet-1.1.6.tar.gz
diff --git a/libnet/Pkgfile b/libnet/Pkgfile
index cec0216c3..e8ac3775e 100644
--- a/libnet/Pkgfile
+++ b/libnet/Pkgfile
@@ -1,15 +1,15 @@
# Description: Library for constructing and injecting network packets
-# URL: http://www.packetfactory.net/libnet/
+# URL: http://libnet-dev.sf.net
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on:
name=libnet
-version=1.1.2.1
-release=2
-source=(ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/$name-$version.tar.gz)
+version=1.1.6
+release=1
+source=(http://downloads.sourceforge.net/project/libnet-dev/libnet-$version.tar.gz)
build() {
- cd $name
+ cd $name-$version
export CFLAGS=$CFLAGS" -fPIC"
./configure --prefix=/usr

Generated by cgit