From 2e359b23f7406d700d1efbe04c92d8c7462977e3 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 27 Jan 2005 21:01:18 +0000 Subject: [PATCH] PlanetLab 3.0 Release Candidate 10 * kernel-2.6.8-1.521.2.7.planetlab - PL2201 fix: Add PPTP/GRE connection tracking support - PL3791 fix: Suppress TCP RST and UDP ICMP Unreachable if the port was bound to a (presumably raw) socket - PL3976 fix: inet_release(): don't reset sk_xid - Fix CAN-2004 security reports 1016, 1017, and 1068 * vnet-0.2-10.planetlab - PL3791 fixes * sidewinder-0.7-10.planetlab - Don't put unbound rspecs on the pending queue, minor changes in acquire/delete operations --- Makefile | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e9bbfdc2..2b8e9464 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id$ +# $Id: Makefile,v 1.55.2.10 2005/01/19 21:20:59 mlhuang Exp $ # # Default target @@ -58,8 +58,8 @@ all: # # Default tags -INITIAL := planetlab-3_0-rc9 -TAG := planetlab-3_0-rc9 +INITIAL := planetlab-3_0-rc10 +TAG := planetlab-3_0-rc10 # # kernel @@ -280,6 +280,17 @@ pl_mom-MODULE := pl_mom pl_mom-SPEC := pl_mom/pl_mom.spec ALL += pl_mom +# +# iptables +# + +iptables-CVSROOT := :pserver:anon@cvs.planet-lab.org:/cvs +iptables-MODULE := iptables +iptables-SPEC := iptables/iptables.spec +ALL += iptables + +iptables: kernel + ifeq ($(findstring $(package),$(ALL)),) # Build all packages -- 2.47.0