[pve-devel] r5253 - pve-kernel-2.6.18/unstable
svn-commits at proxmox.com
svn-commits at proxmox.com
Mon Oct 11 10:58:59 CEST 2010
Author: dietmar
Date: 2010-10-11 08:58:58 +0000 (Mon, 11 Oct 2010)
New Revision: 5253
Modified:
pve-kernel-2.6.18/unstable/Makefile
pve-kernel-2.6.18/unstable/changelog.Debian
Log:
Modified: pve-kernel-2.6.18/unstable/Makefile
===================================================================
--- pve-kernel-2.6.18/unstable/Makefile 2010-10-11 08:48:00 UTC (rev 5252)
+++ pve-kernel-2.6.18/unstable/Makefile 2010-10-11 08:58:58 UTC (rev 5253)
@@ -125,6 +125,9 @@
# install ocfs2 modules
install -d -m 0755 tmp/lib/modules/${KVNAME}/extra/ocfs2
tar xf ocfs2-modules.tar -C tmp/lib/modules/${KVNAME}/extra/ocfs2
+ # strip debug info
+ find tmp/lib/modules -name \*.ko -print | while read f ; do strip --strip-debug "$$f"; done
+ # finalize
depmod -b tmp/ ${KVNAME}
mv tmp data
Modified: pve-kernel-2.6.18/unstable/changelog.Debian
===================================================================
--- pve-kernel-2.6.18/unstable/changelog.Debian 2010-10-11 08:48:00 UTC (rev 5252)
+++ pve-kernel-2.6.18/unstable/changelog.Debian 2010-10-11 08:58:58 UTC (rev 5253)
@@ -4,13 +4,15 @@
* remove initrd code (no longer needed)
+ * strip debug symbols (reduce kernel package size)
+
-- Proxmox Support Team <support at proxmox.com> Mon, 11 Oct 2010 10:14:56 +0200
pve-kernel-2.6.18 (2.6.18-6) unstable; urgency=low
- * update to ovzkernel-2.6.18-194.8.1.el5.028stab070.5.src.rpm
+ * fix CVE-2010-3081
- -- Proxmox Support Team <support at proxmox.com> Mon, 20 Sep 2010 13:04:44 +0200
+ -- Proxmox Support Team <support at proxmox.com> Mon, 20 Sep 2010 14:49:44 +0200
pve-kernel-2.6.18 (2.6.18-5) unstable; urgency=low
More information about the pve-devel
mailing list