Path to this page:
./
emulators/dosbox,
Multi-platform DOS emulator using SDL
Branch: pkgsrc-2019Q2,
Version: 0.74.3,
Package name: dosbox-0.74.3,
Maintainer: pkgsrc-usersDOSBox is a DOS-emulator using SDL for easy portability to
different platforms, DOSBox has already been ported to
several different platforms, such as Windows, BeOS, Linux,
Mac OS X...
DOSBox emulates a 286/386 realmode CPU, Directory
FileSystem/XMS/EMS, a SoundBlaster card for excellent sound
compatibility with older games...
You can "re-live" the good old days with the help of
DOSBox, it can run plenty of the old classics that don't
run on your new computer !
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1 2019/06/10 12:41:23 nia Exp $
Lowering the system audio latency (or blk_ms) with sysctl(8) may be
required to achieve full performance and framerates.
===========================================================================
Required to run:[
audio/SDL_sound] [
graphics/png]
Required to build:[
x11/xorgproto]
Master sites:
SHA1: 1e1dd91d13c283fd5fc3104a3eac95bec7203dbc
RMD160: 6446289c2cb20861e3e11c2d05a5d802f93b4f2d
Filesize: 1295.253 KB
Version history: (Expand)
- (2019-07-04) Package added to pkgsrc.se, version dosbox-0.74.3 (created)
CVS history: (Expand)
2019-07-02 15:00:16 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #5985 - requested by nia
emulators/dosbox: security fix
Revisions pulled up:
- emulators/dosbox/Makefile 1.47
- emulators/dosbox/distinfo 1.26
---
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 2 05:19:11 UTC 2019
Modified Files:
pkgsrc/emulators/dosbox: Makefile distinfo
Log message:
dosbox: Update to 0.74.3
0.74-3
A security release for DOSBox 0.74:
- Fixed that a very long line inside a bat file would overflow the parsing
buffer (CVE-2019-7165 by Alexandre Bartel)
- Added a basic permission system so that a program running inside DOSBox
can't access the contents of /proc (e.g. /proc/self/mem) when / or /proc
were (to be) mounted (CVE-2019-12594 by Alexandre Bartel)
- Several other fixes for out of bounds access and buffer overflows.
- Some fixes to the OpenGL rendering.
|