BIND 10 trac3092, created. d581f79243723a01240da4b7b5adb8028d016e76 Changelogs
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Aug 13 16:01:14 UTC 2013
The branch, trac3092 has been created
at d581f79243723a01240da4b7b5adb8028d016e76 (commit)
- Log -----------------------------------------------------------------
commit d581f79243723a01240da4b7b5adb8028d016e76
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Aug 13 15:55:19 2013 +0200
Changelogs
commit f5f07c976d2d42bdf80fea4433202ecf1f260648
Merge: 598e458 511912d
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Aug 13 15:50:59 2013 +0200
Merge #3064
Disable building resolver by default
Conflicts:
configure.ac
commit 598e458c7af7d5bb81131112396e4c5845060ecd
Merge: 1745301 cf7cb62
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Aug 13 15:03:10 2013 +0200
Merge #3025
Detect old versions of boost and suggest either disabling shared memory
for them or upgrading.
commit 511912d01bb7b2019f0a36100c524859a6de23b6
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 13 18:12:16 2013 +0530
[3064] AC_SUBST is also not required
... as we only use it in an automake condition.
commit 69024d03d0cebda395388fdcec2ad559c093f8aa
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 13 17:56:10 2013 +0530
[3064] AC_DEFINE is unnecessary as it's used in Makefiles only
commit 544668f9aac4823519cee2b10b52315c0df4c259
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 13 17:52:22 2013 +0530
[3064] Don't even enter resolver directories if experimental resolver is disabled
commit 1745301647282b8db81d5618543aabe66b255dd8
Merge: 35a7432 cbdbafb
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 13 17:36:45 2013 +0530
Merge branch 'trac3067'
commit 35a7432feeb263c42eae96d6388729476f20b6f2
Merge: 7660c95 649a0f8
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 13 17:23:00 2013 +0530
Merge branch 'trac3068'
commit cf7cb62d777a1d74db1abca0753e5fb2cfe0c310
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 13 17:20:47 2013 +0530
[3025] Update description for BOOST_OFFSET_PTR_OLD
commit 535abe75debe26e48284244d0e856b9cad4eeec6
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Aug 13 17:20:24 2013 +0530
[3025] Don't use # character in m4 messages
This has caused issues in the past (see other error messages for example),
and escaping with \ doesn't seem to help in those cases.
commit d07c725e9a441e363a18e66965ff7e76f4de526e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Aug 13 12:50:34 2013 +0200
[3064] NSAS is used by auth's query-bench
So don't disable it by default.
commit 0eefdc946964638e619c686604c7a275919e2b80
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Aug 13 12:29:17 2013 +0200
[3064] Disable building the resover without the flag
Don't build the resolver and its libraries (lib/resolve and lib/libnsas)
in case the --enable-experimental-resolver is not set.
commit 7660c95d4f700d1324eca7cff26bbfa16444c4e8
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Aug 13 12:22:38 2013 +0200
Revert "[3064] Add a switch to enable resolver"
This reverts commit 2092528ae67cf42002c2aef17140d95cbcab8a54.
It should not go to master yet. Reverting until it is through
review.
commit 2092528ae67cf42002c2aef17140d95cbcab8a54
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Tue Aug 13 12:20:10 2013 +0200
[3064] Add a switch to enable resolver
The switch doesn't have an effect yet.
commit f59e953a20f34118e276c215ed5d75f0e0611c7f
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Aug 12 12:07:09 2013 +0200
[3025] Update the error message for old boost
Tell more details about what the problem is.
commit 290fb63c1c7640c8fdc8801b93c36f8ca0432b96
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Aug 12 12:03:09 2013 +0200
[3025] Rename variable
The bug is in offset pointer, not in the red-black tree.
commit 9c88046f2b021dded1981966b930029e765b5915
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Aug 7 12:50:52 2013 +0200
[3025] Abort with shared memory & old boost
After trying to persuade automake to disable optimisations selectively
on the library or object file and trying desperate ways like
https://lists.gnu.org/archive/html/automake/2006-09/msg00038.html,
it produced a different kind of segfault with that version of boost.
It's likely that part of boost was not matured in that version yet, so
require new boost for the shared memory support.
commit 6faea427392fa8809269171dc7d98d42177af846
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Wed Aug 7 09:57:52 2013 +0200
[3025] Detect a too old version of boost
With old version of boost and some versions of gcc, the RBTree
implementation is not stable with optimisations turned on. Detect the
old boost if we use gcc (no idea how to trigger it with the whole
machinery of the crashing test, so testing against the version).
Fail in that case now, we'll do something more drastic in following
commits.
-----------------------------------------------------------------------
More information about the bind10-changes
mailing list