Opened 5 years ago

Closed 5 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 Douglas R. Reno, 5 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 5 years ago

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.

comment:3 by Douglas R. Reno, 5 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 Douglas R. Reno, 5 years ago

Resolution: fixed
Status: assignedclosed

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.