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 66ee77253f6e1e72ce367ed3afd87d90704dd308 (commit) from fceabf1bb65a3b92d3c3a643c66c4b7125cdfcc4 (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 66ee77253f6e1e72ce367ed3afd87d90704dd308 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Jul 29 21:09:23 2011 +0200
network: Update to 001.
The package got a new versioning scheme and updated dependencies.
-----------------------------------------------------------------------
Summary of changes: pkgs/network/network.nm | 35 +++++++++++++++++++++++++++++------ 1 files changed, 29 insertions(+), 6 deletions(-)
Difference in files: diff --git a/pkgs/network/network.nm b/pkgs/network/network.nm index 149298c..d818cc4 100644 --- a/pkgs/network/network.nm +++ b/pkgs/network/network.nm @@ -25,8 +25,9 @@ include $(PKGROOT)/Include
PKG_NAME = network -PKG_VER = 0.99.0 -PKG_REL = 6 +PKG_EPOCH = 1 +PKG_VER = 001 +PKG_REL = 1 PKG_ARCH = noarch
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org @@ -35,12 +36,34 @@ PKG_URL = http://www.ipfire.org/ PKG_LICENSE = GPLv3+ PKG_SUMMARY = The IPFire Networking Scripts.
-PKG_BUILD_DEPS = # Need no gcc -PKG_DEPS += bash bridge-utils dhcp ebtables iproute2 ppp rstp \ - sqlite systemd vlan +# XXX maybe we can split this package into smaller ones like -wireless, +# -dialup etc. + +PKG_BUILD_DEPS = $(PKG_DEPS) +PKG_DEPS += \ + aiccu \ + bash>=4.0 \ + bridge-utils \ + dhcp \ + ebtables \ + hostapd \ + iproute2 \ + ppp \ + radvd \ + rstp \ + sqlite \ + systemd-units \ + tunctl \ + vlan \ + wpa_supplicant \ + /bin/ipcalc \ + /usr/bin/logger
define PKG_DESCRIPTION - This script installs the IPFire Networking Scripts. + The scripts that are contained in this package are the heart of the + IPFire networking. They control the configuration of the network + zones, physical and virtual devices, handle hotplug events and + everything. endef
PKG_TARBALL = $(THISAPP).tar.gz
hooks/post-receive -- IPFire 3.x development tree