2016-02-24 15:58:24 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
libuuid on Darwin is in the main system library, so only perform the header
check for it to be deemed available. Allows the builtin version to be used.
|
2015-11-27 15:57:36 by Jonathan Perkin | Files touched by this commit (5) |
Log message:
Remove strmode declaration, libuuid doesn't use it and it conflicts
with Darwin's native strmode(3). Fixup patch offsets.
|
2015-11-13 12:52:50 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update libuuid to 2.27.1:
util-linux 2.27.1 Release Notes
===============================
...
libuuid:
- fix buffer overflow with long paths [Karel Zak]
...
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-11-02 13:49:13 by Tobias Nygren | Files touched by this commit (2) |
Log message:
No need to build flock(1) when we are only interested in libuuid.
Fixes build on Darwin.
|
2015-09-30 22:38:16 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 2.27:
libuuid:
- return correct value for uuid_generate_time_safe [Romain Bouvier]
|
2015-06-17 13:48:15 by Filip Hajny | Files touched by this commit (1) |
Log message:
The GNU ld arg changed value slightly, adjust BUILDLINK_TRANSFORM. Fixes
build on SunOS.
|
2015-06-17 12:24:12 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use bash as configure shell.
markd reports this fixes the build on NetBSD-6.
|
2015-06-14 18:23:03 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 2.26.2. Enjoy the changelog:
util-linux 2.26.2: Apr 30 2015
* see Documentation/releases/v2.26.2-ReleaseNotes or the complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.2-ChangeLog
util-linux 2.26.1: Mar 13 2015
* see Documentation/releases/v2.26.1-ReleaseNotes or the complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26.1-ChangeLog
util-linux 2.26: Feb 19 2015
* see Documentation/releases/v2.26-ReleaseNotes or the complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26-ChangeLog
util-linux 2.26-rc2: Feb 4 2015
* see Documentation/releases/v2.26-ReleaseNotes or the complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26-rc2-ChangeLog
util-linux 2.26-rc1: Jan 14 2015
* see Documentation/releases/v2.26-ReleaseNotes or the complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.26/v2.26-rc1-ChangeLog
util-linux 2.25: Jul 22 2014
* see Documentation/releases/v2.25-ReleaseNotes or the complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25-ChangeLog
util-linux 2.25-rc2: Jul 2 2014
* see Documentation/releases/v2.25-ReleaseNotes or the complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25-rc2-ChangeLog
util-linux 2.25-rc1: Jun 18 2014
* see Documentation/releases/v2.25-ReleaseNotes or the complete changelog at
ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.25/v2.25-rc1-ChangeLog
|
2014-09-19 14:50:43 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Fix generated fake uuid.pc. A missing ";" meant that the Cflags line was
appended to the Libs line, causing build problems for anything using it.
|