X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=ipfw.spec;h=a3869f17fec9836b635082e78cfd46abded6b099;hb=2df572a7d30fc9a000f0fb8eb460d139546e1c01;hp=f4e8920b6323c4291f0928f08980cf3d91a4a7d6;hpb=034336430132691af70792742bce14c00b92ed1f;p=ipfw.git diff --git a/ipfw.spec b/ipfw.spec index f4e8920..a3869f1 100644 --- a/ipfw.spec +++ b/ipfw.spec @@ -17,7 +17,7 @@ %define name ipfw %define version 0.9 -%define taglevel 4 +%define taglevel 7 %define release %{kernel_version}.%{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define kernel_id_arch %{kernel_version}-%{kernel_release}-%{kernel_arch} @@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT %define kernelpath /usr/src/kernels/%{kernel_id_arch} %__make KERNELPATH=%kernelpath clean -%__make KERNELPATH=%kernelpath +%__make KERNELPATH=%kernelpath IPFW_PLANETLAB=1 %install install -D -m 755 dummynet/ipfw_mod.ko $RPM_BUILD_ROOT/lib/modules/%{kernel_id}/net/netfilter/ipfw_mod.ko @@ -75,6 +75,16 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/cron.d/ipfw.cron %changelog +* Sun Nov 29 2009 Thierry Parmentelat - ipfw-0.9-7 +- added missing qsort.c - tag 0.9-6 was broken + +* Thu Nov 26 2009 Thierry Parmentelat - ipfw-0.9-6 +- root: removed goto into the main ipfw switch, enabled slice_id matching +- slice: completely move netconfig checks into the backend + +* Mon Nov 09 2009 Thierry Parmentelat - ipfw-0.9-5 +- additional features on matching packets, including uid match + * Mon Sep 07 2009 Thierry Parmentelat - ipfw-0.9-4 - on behalf of Marta Carbone, more options and features