[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1171 - in trunk/kfreebsd-6/debian: . arch/i386 patches



Author: rmh
Date: 2006-02-11 12:16:42 +0000 (Sat, 11 Feb 2006)
New Revision: 1171

Modified:
   trunk/kfreebsd-6/debian/arch/i386/486.config
   trunk/kfreebsd-6/debian/changelog
   trunk/kfreebsd-6/debian/control
   trunk/kfreebsd-6/debian/control.in
   trunk/kfreebsd-6/debian/patches/902_version.diff
   trunk/kfreebsd-6/debian/patches/903_disable_non-free_drivers.diff
Log:
Disable nve driver.

Modified: trunk/kfreebsd-6/debian/arch/i386/486.config
===================================================================
--- trunk/kfreebsd-6/debian/arch/i386/486.config	2006-02-11 11:54:59 UTC (rev 1170)
+++ trunk/kfreebsd-6/debian/arch/i386/486.config	2006-02-11 12:16:42 UTC (rev 1171)
@@ -182,7 +182,6 @@
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
 device		lge		# Level 1 LXT1001 gigabit Ethernet
 device		nge		# NatSemi DP83820 gigabit Ethernet
-device		nve		# nVidia nForce MCP on-board Ethernet Networking
 device		pcn		# AMD Am79C97x PCI 10/100(precedence over 'lnc')
 device		re		# RealTek 8139C+/8169/8169S/8110S
 device		rl		# RealTek 8129/8139

Modified: trunk/kfreebsd-6/debian/changelog
===================================================================
--- trunk/kfreebsd-6/debian/changelog	2006-02-11 11:54:59 UTC (rev 1170)
+++ trunk/kfreebsd-6/debian/changelog	2006-02-11 12:16:42 UTC (rev 1171)
@@ -3,7 +3,6 @@
   [ Robert Edmonds ]
   * New upstream version pulled from RELENG_6 CVSup.
     - ReiserFS support.  (Closes: #335019)
-  * Disabled the non-free nvenet driver.
   * Disabled the non-compiling hwpmc driver.
   [ Robert Millan ]
   * Merge 5.x branch changes (from rev 654 to rev 1058)
@@ -12,7 +11,10 @@
   * Fix local kernel memory disclosure (FreeBSD-SA-06:06.kmem / CVE-2006-0379
     / CVE-2006-0380).
   * Fix IP fragment handling panic in pf (FreeBSD-SA-06:07.pf / CVE-2006-0381).
-  * copyright: Add "nve" to list of non-free components.
+  * Disable "nve" driver.
+    - copyright: Add nve to list of non-free components.
+    - patches/903_disable_non-free_drivers.diff: Disable nve.
+    - arch/i386/486.config: Ditto.
 
  -- Robert Millan <rmh@aybabtu.com>  Sat, 11 Feb 2006 09:53:51 +0100
 

Modified: trunk/kfreebsd-6/debian/control
===================================================================
--- trunk/kfreebsd-6/debian/control	2006-02-11 11:54:59 UTC (rev 1170)
+++ trunk/kfreebsd-6/debian/control	2006-02-11 12:16:42 UTC (rev 1171)
@@ -4,7 +4,7 @@
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd@lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32@debian.org>, Guillem Jover <guillem@debian.org>
 Build-Depends-Indep: debhelper (>= 4.1.0), bzip2, patchutils (>= 0.2.25)
-Build-Depends: debhelper (>= 4.1.0), bzip2, patchutils (>= 0.2.25), dpkg (>= 1.13.9), freebsd-buildutils (>= 6) | freebsd5-buildutils, libdb4.3-dev | libdb-dev, flex-old | flex, gcc-3.4, sharutils, libbsd-dev
+Build-Depends: debhelper (>= 4.1.0), bzip2, patchutils (>= 0.2.25), dpkg (>= 1.13.9), freebsd6-buildutils, libdb4.3-dev | libdb-dev, flex-old | flex, sharutils, libbsd-dev
 Standards-Version: 3.6.2
 
 Package: kfreebsd-source-6.0

Modified: trunk/kfreebsd-6/debian/control.in
===================================================================
--- trunk/kfreebsd-6/debian/control.in	2006-02-11 11:54:59 UTC (rev 1170)
+++ trunk/kfreebsd-6/debian/control.in	2006-02-11 12:16:42 UTC (rev 1171)
@@ -4,7 +4,7 @@
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd@lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32@debian.org>, Guillem Jover <guillem@debian.org>
 Build-Depends-Indep: debhelper (>= 4.1.0), bzip2, patchutils (>= 0.2.25)
-Build-Depends: debhelper (>= 4.1.0), bzip2, patchutils (>= 0.2.25), dpkg (>= 1.13.9), freebsd-buildutils (>= @major@) | freebsd5-buildutils, libdb4.3-dev | libdb-dev, flex-old | flex, gcc-3.4, sharutils, libbsd-dev
+Build-Depends: debhelper (>= 4.1.0), bzip2, patchutils (>= 0.2.25), dpkg (>= 1.13.9), freebsd@major@-buildutils, libdb4.3-dev | libdb-dev, flex-old | flex, sharutils, libbsd-dev
 Standards-Version: 3.6.2
 
 Package: kfreebsd-source-@version@

Modified: trunk/kfreebsd-6/debian/patches/902_version.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/902_version.diff	2006-02-11 11:54:59 UTC (rev 1170)
+++ trunk/kfreebsd-6/debian/patches/902_version.diff	2006-02-11 12:16:42 UTC (rev 1171)
@@ -1,13 +1,13 @@
---- sys/conf/newvers.sh~	2005-12-16 17:19:12.000000000 +0100
-+++ sys/conf/newvers.sh	2005-12-16 17:21:47.000000000 +0100
+--- sys/conf/newvers.sh~	2006-02-11 11:48:49.000000000 +0100
++++ sys/conf/newvers.sh	2006-02-11 12:02:45.000000000 +0100
 @@ -36,8 +36,8 @@
  if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
  	BRANCH=${BRANCH_OVERRIDE}
  fi
--RELEASE=6.0-RELEASE
+-RELEASE="${REVISION}-${BRANCH}"
 -VERSION="${TYPE} ${RELEASE}"
-+RELEASE=${REVISION}
-+VERSION=${RELEASE}
++RELEASE="${REVISION}"
++VERSION="${RELEASE}"
  
  if [ "X${PARAMFILE}" != "X" ]; then
  	RELDATE=$(awk '/__FreeBSD_version.*propagated to newvers/ {print $3}' \

Modified: trunk/kfreebsd-6/debian/patches/903_disable_non-free_drivers.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/903_disable_non-free_drivers.diff	2006-02-11 11:54:59 UTC (rev 1170)
+++ trunk/kfreebsd-6/debian/patches/903_disable_non-free_drivers.diff	2006-02-11 12:16:42 UTC (rev 1171)
@@ -1,6 +1,6 @@
-diff -ur sys.old/conf/files sys/conf/files
---- sys.old/conf/files	2005-10-08 20:00:40.000000000 +0200
-+++ sys/conf/files	2005-12-16 22:56:50.000000000 +0100
+diff -ur ../src.old/sys/conf/files sys/conf/files
+--- ../src.old/sys/conf/files	2006-02-11 13:08:03.000000000 +0000
++++ sys/conf/files	2006-02-11 12:58:15.000000000 +0000
 @@ -240,7 +240,6 @@
  contrib/dev/acpica/utmisc.c	optional acpi
  contrib/dev/acpica/utobject.c	optional acpi
@@ -21,10 +21,10 @@
  dev/awi/am79c930.c		optional awi
  dev/awi/awi.c			optional awi
  dev/awi/if_awi_pccard.c		optional awi pccard
-diff -ur sys.old/conf/files.i386 sys/conf/files.i386
---- sys.old/conf/files.i386	2005-08-30 16:56:02.000000000 +0200
-+++ sys/conf/files.i386	2005-12-16 23:13:34.000000000 +0100
-@@ -46,15 +46,6 @@
+diff -ur ../src.old/sys/conf/files.i386 sys/conf/files.i386
+--- ../src.old/sys/conf/files.i386	2006-02-11 13:08:03.000000000 +0000
++++ sys/conf/files.i386	2006-02-11 13:08:56.000000000 +0000
+@@ -46,36 +46,12 @@
  	no-obj no-implicit-rule before-depend				\
  	clean		"ukbdmap.h"
  #
@@ -40,10 +40,20 @@
  opt_ah.h			optional	ath_hal			\
  	dependency	"$S/contrib/dev/ath/public/i386-elf.opt_ah.h"	\
  	compile-with	"cp $S/contrib/dev/ath/public/i386-elf.opt_ah.h opt_ah.h" \
-@@ -72,10 +63,6 @@
- 	no-implicit-rule no-obj before-depend				\
- 	clean		"os+%DIKED-nve.h"
+ 	no-obj no-implicit-rule before-depend				\
+ 	clean		"opt_ah.h"
  #
+-nvenetlib.o			optional	nve pci			\
+-	dependency	"$S/contrib/dev/nve/i386/nvenetlib.o.bz2.uu"	\
+-	compile-with	"uudecode $S/contrib/dev/nve/i386/nvenetlib.o.bz2.uu ; bzip2 -df nvenetlib.o.bz2" \
+-	no-implicit-rule
+-#
+-os+%DIKED-nve.h		optional	nve pci			\
+-	dependency	"$S/contrib/dev/nve/os.h"			\
+-	compile-with	"sed -e 's/^.*#include.*phy\.h.*$$//' $S/contrib/dev/nve/os.h > os+%DIKED-nve.h" \
+-	no-implicit-rule no-obj before-depend				\
+-	clean		"os+%DIKED-nve.h"
+-#
 -hptmvraid.o			optional	hptmv			\
 -	dependency	"$S/dev/hptmv/i386-elf.raid.o.uu"	\
 -	compile-with	"uudecode < $S/dev/hptmv/i386-elf.raid.o.uu" \
@@ -51,7 +61,7 @@
  #
  #
  compat/linux/linux_file.c	optional compat_linux
-@@ -173,11 +160,6 @@
+@@ -173,11 +149,6 @@
  dev/fdc/fdc_isa.c		optional fdc isa
  dev/fdc/fdc_pccard.c		optional fdc pccard
  dev/fe/if_fe_isa.c		optional fe isa
@@ -63,9 +73,17 @@
  dev/hwpmc/hwpmc_amd.c		optional hwpmc
  dev/hwpmc/hwpmc_pentium.c	optional hwpmc
  dev/hwpmc/hwpmc_piv.c		optional hwpmc
-diff -ur sys.old/conf/kern.pre.mk sys/conf/kern.pre.mk
---- sys.old/conf/kern.pre.mk	2005-10-07 15:55:58.000000000 +0200
-+++ sys/conf/kern.pre.mk	2005-12-16 22:53:46.000000000 +0100
+@@ -198,7 +169,6 @@
+ dev/mem/memutil.c		optional mem
+ dev/mse/mse.c			optional mse
+ dev/mse/mse_isa.c		optional mse isa
+-dev/nve/if_nve.c		optional nve pci
+ dev/ppc/ppc.c			optional ppc
+ dev/ppc/ppc_puc.c		optional ppc puc pci
+ dev/random/nehemiah.c		optional random
+diff -ur ../src.old/sys/conf/kern.pre.mk sys/conf/kern.pre.mk
+--- ../src.old/sys/conf/kern.pre.mk	2006-02-11 13:08:03.000000000 +0000
++++ sys/conf/kern.pre.mk	2006-02-11 12:58:15.000000000 +0000
 @@ -61,9 +61,6 @@
  # ... and the same for pf
  INCLUDES+= -I$S/contrib/pf
@@ -76,10 +94,10 @@
  # ... and the same for the NgATM stuff
  INCLUDES+= -I$S/contrib/ngatm
  
-diff -ur sys.old/i386/conf/GENERIC sys/i386/conf/GENERIC
---- sys.old/i386/conf/GENERIC	2005-10-28 21:22:41.000000000 +0200
-+++ sys/i386/conf/GENERIC	2005-12-16 22:53:46.000000000 +0100
-@@ -118,7 +118,6 @@
+diff -ur ../src.old/sys/i386/conf/GENERIC sys/i386/conf/GENERIC
+--- ../src.old/sys/i386/conf/GENERIC	2006-02-11 13:08:03.000000000 +0000
++++ sys/i386/conf/GENERIC	2006-02-11 13:08:27.000000000 +0000
+@@ -124,7 +124,6 @@
  device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
  device		ciss		# Compaq Smart RAID 5*
  device		dpt		# DPT Smartcache III, IV - See NOTES for options
@@ -87,9 +105,17 @@
  device		iir		# Intel Integrated RAID
  device		ips		# IBM (Adaptec) ServeRAID
  device		mly		# Mylex AcceleRAID/eXtremeRAID
-diff -ur sys.old/modules/Makefile sys/modules/Makefile
---- sys.old/modules/Makefile	2005-10-07 17:56:30.000000000 +0200
-+++ sys/modules/Makefile	2005-12-16 22:55:52.000000000 +0100
+@@ -200,7 +199,6 @@
+ device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
+ device		lge		# Level 1 LXT1001 gigabit Ethernet
+ device		nge		# NatSemi DP83820 gigabit Ethernet
+-device		nve		# nVidia nForce MCP on-board Ethernet Networking
+ device		pcn		# AMD Am79C97x PCI 10/100(precedence over 'lnc')
+ device		re		# RealTek 8139C+/8169/8169S/8110S
+ device		rl		# RealTek 8129/8139
+diff -ur ../src.old/sys/modules/Makefile sys/modules/Makefile
+--- ../src.old/sys/modules/Makefile	2006-02-11 13:08:03.000000000 +0000
++++ sys/modules/Makefile	2006-02-11 12:58:15.000000000 +0000
 @@ -25,11 +25,6 @@
  	${_arl} \
  	${_asr} \



Reply to: