[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit e78b452afd1914224b704fe7c3d4866ae583faa4 Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 03:28:37 2008 +0300 libdpkg: Remove sentinel from catch_signals array diff --git a/ChangeLog b/ChangeLog index 47e83f2..238787b

[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit f9c32d1e80373f7c91ddbf37288df0d969e71044 Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 03:35:36 2008 +0300 dpkg: Fix memory leaks on --set-selections diff --git a/ChangeLog b/ChangeLog index 238787b..ad6da42 100644

[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit 5a1ee0e65bc8c59fe0f0f3580c50b3b0b90da5b0 Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 05:52:30 2008 +0300 libdpkg: Switch log from a pointer to struct varbuf to just struct varbuf diff --git a/ChangeLog

[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit d0e1e07ca85c43b417fd3ec83078060fb7bba405 Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 04:00:41 2008 +0300 dpkg: Fix the support for passing more than one --status-fd option Until now only the last one was

[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit b03ae3024d1e1e7f66afeaa8f2e2638336088c8d Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 06:26:16 2008 +0300 dpkg: Fix memory leaks if archivefiles is called more than once Use varbufreset instead of

[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit eb483c17ebb9a47c8b99b4319e682ab685213090 Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 06:30:36 2008 +0300 Use new VARBUF_INIT macro instead of varbufinit to initialize variables diff --git a/ChangeLog b/ChangeLog

[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit 4d3d73ce7ab9adb17e75f190e387e19f21a1e9e0 Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 07:32:33 2008 +0300 libdpkg: Add a size argument to varbufinit Change modstatdb_init to use varbufinit instead of its

[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit 46eb0c39b0ab752845832bf373113ced480a8ac4 Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 08:04:44 2008 +0300 Fix weird space in bracketed name making dch not work properly diff --git a/debian/changelog

[SCM] dpkg's main repository branch, master, updated. 1.14.19-45-g99bdd01

2008-06-03 Thread Guillem Jover
The following commit has been merged in the master branch: commit 99bdd01410f56782bcfe785552a60058fe9cad88 Author: Guillem Jover [EMAIL PROTECTED] Date: Wed Jun 4 08:07:31 2008 +0300 Close --status-fd file descriptors on exec This avoids those being inherited by the childs. Closes: