Version: 0.8.9.0, Package name: libmodplug-0.8.9.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This is a library based on the mod rendering code from ModPlug, a popular Windows mod player written by Olivier Lapicque, found at http://www.modplug.com. |
Filesize: 563.053 KB |
Version History (View Complete History) |
|
2019-07-12 15:02:30 by Stuart Henderson | Files touched by this commit (339) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-23 03:26:30 by Marc Espie | Files touched by this commit (244) |
Log message: add pthread to COMPILER_LIBCXX. white lie, but it allows clang and gcc to be more similar bump accordingly. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-03-11 12:59:18 by Christian Weisgerber | Files touched by this commit (178) |
Log message: garbage collect CONFIGURE_SHARED |
2015-08-25 07:18:28 by Stuart Henderson | Files touched by this commit (107) |
Log message: remove bcallah as maintainer of his ports, at his request |
2014-10-19 18:41:46 by Brian Callahan | Files touched by this commit (2) |
Log message: Add patch to fix CVE-2013-4233 and CVE-2013-4234 Taken from https://github.com/Konstanty/libmodplug/commit/f5e45759ad12f9e057e13a598421e610350f70a9 and https://github.com/Konstanty/libmodplug/commit/bcee04058dcbe22bfb488614eb9a8cf54304a740 requested and go ahead from jasper@ |
2014-10-19 18:37:51 by Brian Callahan | Files touched by this commit (2) |
Log message: Add patch to fix CVE-2013-4233 and CVE-2013-4234 Taken from https://github.com/Konstanty/libmodplug/commit/f5e45759ad12f9e057e13a598421e610350f70a9 and https://github.com/Konstanty/libmodplug/commit/bcee04058dcbe22bfb488614eb9a8cf54304a740 requested and go ahead from jasper@ |
2014-10-18 15:08:13 by Brian Callahan | Files touched by this commit (3) |
Log message: Update to 0.8.8.5: fixes CVE-2013-4233 and CVE-2013-4234. ok sthen@ |
2011-06-02 11:09:32 by Matthias Kilian | Files touched by this commit (58) |
Log message: --disable-silent-rules is now added to CONFIGURE_ARGS per default, if CONFIGURE_STYLE = gnu. |
2011-05-05 15:26:09 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: potpourri of fixes from upstream, from overflows to crashers. |
2011-05-05 15:25:49 by Jasper Lievisse Adriaanse | Files touched by this commit (6) |
Log message: potpourri of fixes from upstream, from overflows to crashers. |
2011-04-09 01:48:48 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: Security fix for SA44054: libmodplug "CSoundFile::ReadS3M()" Buffer Overflow Vulnerability Patch taken from libmodplug-0.8.8.2 |
2011-04-09 01:43:53 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - Security update of libmodplug to 0.8.8.2 SA44054: libmodplug "CSoundFile::ReadS3M()" Buffer Overflow Vulnerability |
2011-04-09 01:39:49 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: remove spaces and use tabs |