Opened 6 years ago
Closed 6 years ago
#11550 closed enhancement (fixed)
talloc-2.1.15
Reported by: | Douglas R. Reno | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 8.4 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New point version
Change History (4)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
comment:3 by , 6 years ago
talloc: version 2.1.15 * Deprecate talloc_set_memlimit() and talloc_autofree_context() * Fix undefined behavior in talloc_memdup * The build uses python3 by default: * --extra-python would take python2 now * To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install
Python3 is now the default, so we can comment out the command explanation.
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I left the command explanation in because it had to be changed to build the python2 module.
Fixed at r20985
Note:
See TracTickets
for help on using tickets.
sed command needed:
sed -i s:../../buildtools/bin/waf:buildtools/bin/waf:
It seems to be an artifact from it's inclusion in the Samba git repo.