Author: pluto Date: Thu Sep 15 22:16:40 2005 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - new string match (it uses kernel's textsearch engine).
---- Files affected: SPECS: kernel.spec (1.441.2.1200 -> 1.441.2.1201) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1200 SPECS/kernel.spec:1.441.2.1201 --- SPECS/kernel.spec:1.441.2.1200 Thu Sep 15 13:20:39 2005 +++ SPECS/kernel.spec Fri Sep 16 00:16:34 2005 @@ -10,7 +10,7 @@ %bcond_without source # don't build kernel-source package %bcond_without pcmcia # don't build pcmcia %bcond_with grsecurity # enable grsecurity -%bcond_without grsec_basic # enable basic grsecurity functionality (proc,link,fifo) +%bcond_without grsec_basic # disable basic grsecurity functionality (proc,link,fifo) %bcond_with pax # enable PaX (depends on grsecurity) %bcond_with omosix # enable openMosix (conflicts with grsecurity/vserver) %bcond_with vserver # enable vserver (conflicts with grsecurity/omosix) @@ -107,7 +107,7 @@ %define _oprofile_ver 0.5.3 %define _udev_ver 058 -%define _rel 0.0.4 +%define _rel 0.0.5 %define _netfilter_snap 20050915 @@ -240,6 +240,8 @@ Patch66: linux-2.6-nf-unclean.patch # [extra/conntrack] Patch67: linux-2.6-nf-conntrack-event-api.patch +# [unofficial/external] +Patch68: linux-2.6-nf-string.patch # netfilter nfy... # http://tahoe.pl/patch.htm @@ -698,6 +700,7 @@ %patch65 -p1 %patch66 -p1 %patch67 -p1 +%patch68 -p1 %patch80 -p1 %patch81 -p1 @@ -1531,6 +1534,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1201 2005/09/15 22:16:34 pluto +- new string match (it uses kernel's textsearch engine). + Revision 1.441.2.1200 2005/09/15 11:20:39 pluto - esfq, imq, wrr, sk98lin, reiser4 updated. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1200&r2=1.441.2.1201&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
