2014-09-08 11:12:50 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
Explicitly pass --cpu=amd64 for MACHINE_ARCH=x86_64, fixes build on SunOS.
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-02-25 12:51:32 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Add upper limit to the botan dependency. Bump revisions as needed.
|
2014-02-24 20:58:19 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Correct license.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-05-06 16:58:21 by Joerg Sonnenberger | Files touched by this commit (16) |
Log message:
Prefer C++11 interfaces over tr1 for libc++ and C++11.
|
2013-01-23 17:45:27 by Jeff Rizzo | Files touched by this commit (2) |
Log message:
Set up PLIST_VARS for ppc and arm, and use them to point out that arm
doesn't have hardware timer support, so gets one less file installed.
Package builds on evbarm now.
|
2013-01-12 21:52:27 by Jeff Rizzo | Files touched by this commit (1) |
Log message:
Detect arm MACHINE_ARCH, and set --cpu accordingly, so it can build
on NetBSD ARM platforms. Tested on my Sheevaplug.
XXX will probably need similar treatment for mips and sh3.
|
2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-08 22:46:38 by Fredrik Pettai | Files touched by this commit (3) |
Log message:
Update to Botan 1.8.14:
* 1.8.14, 2012-07-18
- The malloc allocator would return null instead of throwing in the event of
an allocation failure, which could cause an application crash due to null
pointer dereference where normally an exception would occur.
- Recent versions of OpenSSL include extra information in ECC private keys,
the presence of which caused an exception when such a key was loaded by
botan. The decoding of ECC private keys has been changed to ignore these
fields if they are set.
- AutoSeeded_RNG has been changed to prefer /dev/random over /dev/urandom
- Fix detection of s390x (Debian bug 638347)
|