Author: qboosh                       Date: Tue Mar  1 14:20:17 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- changed grsecurity patch: don't use default exec address as base for ET_DYN 
ELFs
  (it caused random crashes of binaries run through ld.so run as program
   due to overlapping memory)
  Countereffect: less memory available for "PaX ET_DYN executables"
  (better solution exists in execshield)
- added netlink-leak patch (unhash netlink sockets correctly)
- release 4

---- Files affected:
SPECS:
   kernel24.spec (1.716 -> 1.717) 

---- Diffs:

================================================================
Index: SPECS/kernel24.spec
diff -u SPECS/kernel24.spec:1.716 SPECS/kernel24.spec:1.717
--- SPECS/kernel24.spec:1.716   Fri Feb 11 10:40:12 2005
+++ SPECS/kernel24.spec Tue Mar  1 15:20:11 2005
@@ -31,7 +31,7 @@
 Summary(pt_BR):        Kernel Linux (a parte central do sistema operacional 
Linux)
 Name:          kernel24
 Version:       2.4.29
-Release:       3%{?with_um:um}
+Release:       4%{?with_um:um}
 License:       GPL v2
 Group:         Base/Kernel
 Source0:       
ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-%{version}.tar.bz2
@@ -326,6 +326,7 @@
 # since we already have some of these fixes applied
 #Patch3500:    
http://www.hardrock.org/kernel/current-updates/linux-2.4.24-updates.patch
 Patch3600:     linux-2.4-sysctl-empty.patch
+Patch3601:     linux-2.4-netlink-leak.patch
 Patch4000:     grsecurity-2.1.0-2.4.28-200501051112.patch
 Patch4001:     linux-2.4-grsecurity-norandombrk.patch
 
@@ -884,6 +885,7 @@
 # left for future updates
 #%patch3500 -p1
 %patch3600 -p1
+%patch3601 -p1
 %{?with_grsec:%patch4000 -p1}
 %{?with_grsec:%patch4001 -p1}
 
@@ -1693,6 +1695,15 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.717  2005/03/01 14:20:11  qboosh
+- changed grsecurity patch: don't use default exec address as base for ET_DYN 
ELFs
+  (it caused random crashes of binaries run through ld.so run as program
+   due to overlapping memory)
+  Countereffect: less memory available for "PaX ET_DYN executables"
+  (better solution exists in execshield)
+- added netlink-leak patch (unhash netlink sockets correctly)
+- release 4
+
 Revision 1.716  2005/02/11 09:40:12  qboosh
 - updated squashfs patch to 2.1-r2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel24.spec?r1=1.716&r2=1.717&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to