This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via b1e73b23a095959d7495f6d661b7556ac188655b (commit) via 69dbe38dd8da93eb7bd8ec11dd644c8e59f1d2ef (commit) via ce6052218e0e52dbea4b72dec2931d45fc28e8de (commit) via 6fb041a89cd4cb47075b01f60b467cb671bb854a (commit) from 071e59e9c7b10aa8f670915646c380ff3fc5fadd (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit b1e73b23a095959d7495f6d661b7556ac188655b Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Apr 17 10:57:40 2010 +0200
openldap: This package requires libtool on runtime.
commit 69dbe38dd8da93eb7bd8ec11dd644c8e59f1d2ef Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Apr 17 10:56:53 2010 +0200
tcpdump: Update to 4.1.1.
commit ce6052218e0e52dbea4b72dec2931d45fc28e8de Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Apr 17 10:55:47 2010 +0200
libpcap: Update to 1.1.1.
Added libnl as a depdency.
commit 6fb041a89cd4cb47075b01f60b467cb671bb854a Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Apr 17 10:54:53 2010 +0200
naoki: Add packages have a default dependency to kernel-headers.
-----------------------------------------------------------------------
Summary of changes: pkgs/Constants | 1 + pkgs/core/libpcap/libpcap.nm | 11 ++--------- pkgs/core/openldap/openldap.nm | 4 ++-- .../tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch | 16 ---------------- pkgs/core/tcpdump/tcpdump.nm | 6 +++++- 5 files changed, 10 insertions(+), 28 deletions(-) delete mode 100644 pkgs/core/tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch
Difference in files: diff --git a/pkgs/Constants b/pkgs/Constants index a036797..f4f56d6 100644 --- a/pkgs/Constants +++ b/pkgs/Constants @@ -46,6 +46,7 @@ define PKG_FILES_$(PKG_NAME_REAL)-devel */lib/*.so endef
+PKG_BUILD_DEPS += kernel-headers PKG_DEPS += glibc
CONFIGURE_OPTIONS = --prefix=/usr diff --git a/pkgs/core/libpcap/libpcap.nm b/pkgs/core/libpcap/libpcap.nm index 3e976c2..ad99b5b 100644 --- a/pkgs/core/libpcap/libpcap.nm +++ b/pkgs/core/libpcap/libpcap.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = libpcap -PKG_VER = 1.0.0-5.20091201git117cb5 +PKG_VER = 1.1.1 PKG_REL = 0
PKG_MAINTAINER = @@ -34,7 +34,7 @@ PKG_URL = http://www.tcpdump.org/ PKG_LICENSE = BSD with advertising PKG_SUMMARY = A system-independent interface for user-level packet capture.
-PKG_BUILD_DEPS+= bison flex +PKG_BUILD_DEPS+= bison flex libnl
define PKG_DESCRIPTION Libpcap provides a portable framework for low-level network \ @@ -48,14 +48,7 @@ endef
PKG_TARBALL = $(THISAPP).tar.gz
-define STAGE_PREPARE_CMDS - # Overwrite version - cd $(DIR_APP) && echo "1.0.0" > VERSION -endef - define STAGE_INSTALL -mkdir -pv $(BUILDROOT)/usr/bin cd $(DIR_APP) && make install install-shared-so DESTDIR=$(BUILDROOT) - ln -svf libpcap.so.1.0.0 $(BUILDROOT)/usr/lib/libpcap.so.1 - ln -svf libpcap.so.1 $(BUILDROOT)/usr/lib/libpcap.so endef diff --git a/pkgs/core/openldap/openldap.nm b/pkgs/core/openldap/openldap.nm index aa379f3..1cb64fc 100644 --- a/pkgs/core/openldap/openldap.nm +++ b/pkgs/core/openldap/openldap.nm @@ -34,8 +34,8 @@ PKG_URL = http://www.openldap.org/ PKG_LICENSE = OpenLDAP PKG_SUMMARY = LDAP support libraries.
-PKG_BUILD_DEPS+= libtool groff -PKG_DEPS += db cyrus-sasl openssl pth +PKG_BUILD_DEPS+= groff +PKG_DEPS += db cyrus-sasl libtool openssl pth
define PKG_DESCRIPTION OpenLDAP is an open source suite of LDAP (Lightweight Directory Access \ diff --git a/pkgs/core/tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch b/pkgs/core/tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch deleted file mode 100644 index ebce9ee..0000000 --- a/pkgs/core/tcpdump/patches/tcpdump-4.0.0-ipv6-build.patch +++ /dev/null @@ -1,16 +0,0 @@ -=== modified file 'print-enc.c' ---- a/print-enc.c 2008-11-04 16:24:30 +0000 -+++ b/print-enc.c 2008-11-04 16:45:04 +0000 -@@ -77,9 +77,11 @@ - case AF_INET: - ip_print(gndo, p, length); - break; -+#ifdef INET6 - case AF_INET6: - ip6_print(p, length); - break; -+#endif /*INET6*/ - } - - out: - diff --git a/pkgs/core/tcpdump/tcpdump.nm b/pkgs/core/tcpdump/tcpdump.nm index a473bf0..15541d8 100644 --- a/pkgs/core/tcpdump/tcpdump.nm +++ b/pkgs/core/tcpdump/tcpdump.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = tcpdump -PKG_VER = 4.0.0 +PKG_VER = 4.1.1 PKG_REL = 0
PKG_MAINTAINER = @@ -46,3 +46,7 @@ endef PKG_TARBALL = $(THISAPP).tar.gz
CFLAGS += -fno-strict-aliasing + +CONFIGURE_OPTIONS += \ + --with-crypto \ + --without-smi
hooks/post-receive -- IPFire 3.x development tree