PlanetLab 3.0 Release Candidate 10
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 27 Jan 2005 21:01:18 +0000 (21:01 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 27 Jan 2005 21:01:18 +0000 (21:01 +0000)
* 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

index e9bbfdc..2b8e946 100644 (file)
--- 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