Added a configure script to emulate GNU autoconf and related changes.
Changes included in this set: * Added strlcat() and strlcpy() from OpenBSD, always use them if the system does not have them built in. * Changed an array of PATH_MAX size allocated in the stack, to a dynamically allocated buffer from heap. This should reduce memory usage a bit. * Simplify code that implemented a homegrown realpath(3) implementation, simply use realpath(3). * If compiler supports -fstack-protector, build all code with -D_FORTIFY_SOURCE=2 and --param ssp-buffer-size=1 so that all buffers are protected.
This commit is contained in:
8
NEWS
8
NEWS
@@ -1,3 +1,11 @@
|
||||
xbps-0.6.0 (2010-07-01):
|
||||
|
||||
* Added strlcpy() and strlcat() from OpenBSD. Use them if they weren't
|
||||
found by the configure script on the system.
|
||||
|
||||
* Added a configure script that emulates GNU autoconf but simplified, to
|
||||
ease settings for build options, flags, etc.
|
||||
|
||||
xbps-0.5.2.2 (2010-05-18):
|
||||
|
||||
* libxbps: do not forget to reset a variable to 0 when removing obsolete files
|
||||
|
Reference in New Issue
Block a user