Mailinglist Archive: opensuse-commit (1500 mails)
| < Previous | Next > |
commit aaa_base
- From: root@xxxxxxx (h_root)
- Date: Tue, 7 Nov 2006 12:23:37 +0100 (CET)
- Message-id: <20061107112337.0237019AA39@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package aaa_base
checked in at Tue Nov 7 12:23:37 CET 2006.
--------
--- aaa_base/aaa_base.changes 2006-11-02 17:02:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2006-11-07 11:58:43.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 7 11:58:35 CET 2006 - meissner@xxxxxxx
+
+- disable MALLOC debugging for the 10.2 release.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.W4GmEK/_old 2006-11-07 12:23:12.000000000 +0100
+++ /var/tmp/diff_new_pack.W4GmEK/_new 2006-11-07 12:23:12.000000000 +0100
@@ -19,7 +19,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools
Autoreqprov: on
Version: 10.2
-Release: 26
+Release: 29
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
@@ -145,6 +145,8 @@
%defattr(-,root,root)
%changelog -n aaa_base
+* Tue Nov 07 2006 - meissner@xxxxxxx
+- disable MALLOC debugging for the 10.2 release.
* Thu Nov 02 2006 - ro@xxxxxxx
- added Requires for udev (since it's used in Required-Start)
(#214291)
++++++ aaa_base.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/aaa_base/etc/profile.d/malloc-debug.sh new/aaa_base/etc/profile.d/malloc-debug.sh
--- old/aaa_base/etc/profile.d/malloc-debug.sh 2006-07-12 20:44:35.000000000 +0200
+++ new/aaa_base/etc/profile.d/malloc-debug.sh 2006-11-07 11:57:25.000000000 +0100
@@ -3,6 +3,6 @@
# - meissner@xxxxxxx
#
# fill new malloc areas with 0x42
-export MALLOC_PERTURB_=B
+#export MALLOC_PERTURB_=B
# Abort on any malloc related error.
-export MALLOC_CHECK_=2
+#export MALLOC_CHECK_=2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |