X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=procprotect.spec;h=6128f7134ccde9fd68807eb98fa5600cf93d33f5;hb=b95f21e08ca45f179b52053eb9cc410cac2bae4e;hp=f2970da912ad57dc8401a9dc59cec38274ea51bd;hpb=8cca810df51f32de869e28b127bffe1c608a079e;p=procprotect.git diff --git a/procprotect.spec b/procprotect.spec index f2970da..6128f71 100644 --- a/procprotect.spec +++ b/procprotect.spec @@ -1,5 +1,5 @@ %define name procprotect -%define version 0.1 +%define version 0.4 %define taglevel 1 ### legacy from locally-built kernels, used to define these @@ -61,7 +61,30 @@ rm -rf $RPM_BUILD_ROOT /etc/modules-load.d/procprotect.conf %post +/sbin/depmod -a %postun %changelog +* Mon Aug 19 2013 Thierry Parmentelat - procprotect-0.4-1 +- working version with kernels 3.10 + +* Tue May 21 2013 Sapan Bhatia - procprotect-0.3-4 +- Compatibility with kernel 3.9 + +* Wed Apr 24 2013 Sapan Bhatia - procprotect-0.3-3 +- - Support for arbitrating writes to entries in /proc +- - Compatibility fixes to support kernel 3.8 +- - Fixed a slippery race condition that may have been responsible an for intermittent kernel crash, and was causing fedora 18 build tests to fail + +* Wed Apr 24 2013 Sapan Bhatia - procprotect-0.3-2 + +* Thu Feb 21 2013 Thierry Parmentelat - procprotect-0.3-1 +- changes for kernel 3.6.2 + +* Mon Nov 26 2012 Thierry Parmentelat - procprotect-0.1-3 +- Fixed bad security loophole in write path + +* Mon Jul 09 2012 Thierry Parmentelat - procprotect-0.1-2 +- module to get loaded at boot-time +