Commit graph

3768 commits

Author SHA1 Message Date
ryoon
047bcc3f37 Import 8086tiny-1.25 as emulators/8086tiny.
8086tiny is a free, open source PC XT-compatible emulator/virtual
machine written in C. It is, we believe, the smallest of its kind
(the fully-commented source is around 28K). Despite its size,
8086tiny provides a highly accurate 8086 CPU emulation, together
with support for PC peripherals including XT-style keyboard,
floppy/hard disk, clock, timers, audio, and Hercules/CGA graphics.
8086tiny is powerful enough to run software like AutoCAD, Windows
3.0, and legacy PC games: the 8086tiny distribution includes Alley
Cat, the author's favorite PC game of all time.

8086tiny is highly portable and runs on practically any little
endian machine, from simple 32-bit MCUs upwards. 8086tiny has
successfully been deployed on 32-bit/64-bit Intel machines (Windows,
Mac OS X and Linux), Nexus 4/ARM (Android), iPad 3 and iPhone 5S
(iOS), and Raspberry Pi (Linux).

The philosophy of 8086tiny is to keep the code base as small as
possible, and through the open source license and repository on
GitHub encourage individual developers to tune and extend it as
per their specific requirements, adding support, for example, for
more complex instruction sets (e.g. Pentium) or peripherals (e.g.
mouse). Any questions, comments or suggestions are very welcome in
our forum.
2015-10-11 00:52:23 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
joerg
71682366c1 Explicitly pull in limits.h, it sometimes hasn't been included yet. 2015-10-07 23:16:58 +00:00
wiz
6022981a2c Update to 0.166:
0.166
-------

MAMETesters Bugs Fixed
----------------------
- 05969: [Graphics] (galaxian.c) jumpbug and clones: Missing scrolling starfield (Osso)
- 06028: [Sound] (neogeo.c) neogeo.c: Wrong volume of SSG versus the FM &
  ADPCM sound generation parts (Dr.Venom)
- 06029: [Crash/Freeze] (cclimber.c) yamato: game is broken [2 bugs] (Osso)
- 00999: [Sound] (segaxbd.c) gprider: There are no demo sounds even when
  the dip switch is on. (David Haywood, Ariane Fugmann)
- 04701: [Graphics] (seta.c) blandia, blandiap: Graphic garbage (Mamesick)
- 00878: [Graphics] (suna8.c) rranger: A piece of the yellow box on the map screen after
  the game start is over the CREDIT text. (Luca Elia)
- 05971: [Graphics] (suna8.c) sranger and others clones: graphics issues (Luca Elia)
- 06024: [Crash/Freeze] (system1.c) hvymetal, choplift: Crashing with a message in IC TEST (David Haywood)
- 05345: [Core] (a2600.c) a2600 [dodgeem, haunted]: Assorted issues related to 6502 CPU
- 05718: [Graphics] (a2600.c) a2600p: The demo "TOM/JONES by trilobit" is not working properly.
- 05714: [Graphics] (a2600.c) a2600p: The demo "(core) by wamma" is not working properly.
- 05622: [Graphics] (msx.c) MSX2 and MSX2+: Screen resolutions and refresh rates are wrong. (Wilbert Pol)
- 05623: [Graphics] (msx.c) MSX2 and MSX2+: Top and bottom screenborders are wrong for both PAL and NTSC (Wilbert Pol)
- 05872: [DIP/Input] (sms.c) sms, sms1 [alexbmx][megumi]: Incorrect behavior of the Sports Pad (US model) emulation

Source Changes
--------------
-TMS51xx: Got rid of the request_bits and FIFO implementation, both of
 which were incorrect to hardware. Minor ZPAR fix. Some comment
 cleanup. [Lord Nightmare]

-TMS5110.c: Finally fixed zpar logic correctly. [Lord Nightmare]

-TMS5220: implemented talk status state machine properly as shown by
 patent. Got rid of m_target_* hack in favor of loading data from ROM
 as needed. Fixed ZPAR logic. Fixed pitch zeroing to match(?) patent.
 [Lord Nightmare]

-Added missing PLD for Quantum. [Andrew Welburn]

-TMS5220: Purge process() of gotos to hopefully make the compiler's
 optimizer happier. Add a hack so Victory's "Shields Up" sample and the
 sample afterward aren't corrupted. [Lord Nightmare]

-TMS5110: Purge process() of gotos to hopefully make the compiler's
 optimizer happier. [Lord Nightmare]

-chihiro.c: under the hood 3d accelerator changes [Samuele Zannoli]
 * correct some errors
 * add more primitives to some graphic methods
 * add color mask support
 * method 0x100 (NOP) generates correct interrupt
 * some method parameters are readable from mmio registers

-chihiro.c/xbox.c: Various updates [Samuele Zannoli]
 * support render targets different than rgb32
 * support 16 bit depth buffer
 * support independent clearing of stencil and depth values
 * update rom loading
 * add xbox hack to avoid stalling
 * set xbox bios 4134 as the one used

-xbox.c: now it is able to execute the default.xbe from an iso image [Samuele Zannoli]

-Naomi / Chihiro docs update [f205v]

-Fixed GetModuleHandle to be universal. [Vladimir Kryvian]

-C352: Add divider for System 23, change enum format [Ian Karlsson]

-groundfx.c: fix accelerator [baritonomarchetto]

-besta: hook up 68230 and make its ROM self-test pass [shattered]

-at, at_keybc: hook up Display Switch and remove irrelevant DSW0 [shattered]

-Add skeleton support for K1801VM2 (as clone of T11) and skeleton
 driver dvk_kcgd that uses it [shattered]

-TMS5110: Add same FAST_START_HACK as in tms5220, makes snmath word
 delay closer to hardware. [Lord Nightmare]

-cps1.c: varthu - Added correct dump of VA63B.1A [Caius, The Dumping Union]

-deco32.c: Added some missing PAL dumps [Caius, www.jammarcade.net]

-asst128: use better ROM dumps	[shattered]

-apple2/apple2e: fix raster parameters, French Touch "Scroll Scroll
 Scroll" demo now syncs on apple2e driver. [R. Belmont]

-suna8.c: Overhauled the rendering of text sprites, added masking [Luca Elia]
 Not perfect yet but improves a few effects compared to PCB videos.

-goldstar.c: improve input and DIP switch documentation [Vas Crabb, hsialin]
 * cmast91: Document Skill Stop DIP switch and Stop 1/2/3 buttons,
    correct settings for '7' In Double Up Game and make descriptions
    consistent with other games
 * cmezspin: fix DIP switches and inputs (more like cmv4 than cmasterb),
    add improved layout to match corrected inputs

-opengl: fix overly-strict requirement on SCREEN shaders to match docs
 [cgwg]

-n64.c: Development Disk Drive setting support [LuigiBlood]

-apple2e.c: select displayed page for floating bus [Peter Ferrie]

-French Touch "Crazy Cycles" no longer hangs, but still missing effects

-Sega X-Board
 * Converted 'X Board' to be a device
 * Correctly emulated the 'Twin' X-Board setup which was used by GP Rider
   (a bridge board with shared RAM) [David Haywood, Ariane Fugmann]

-bbc: clones, floppy formats, softlists, and cleanups. [Nigel Barnes]
 * Added clone bbcb1770, bbcb now 8271 only.
 * Added clone pro128s, Olivetti Prodest PC 128S.
 * Added clones Acorn Business Computers and Cambridge Workstation.
 * Added clone reutapm, Reuters APM board.
 * Improved floppy formats, added dsd and double density formats for
    ADFS.
 * Added speech PHROMs, not yet hooked up correctly.
 * Added softlists bbcb_de_cass, bbcb_us_flop and bbcmc_flop.
 * Added S11 links (dipswitch) to specify Econet ID.
 * Address map cleanups.

-macrossp.c: Add PAL dumps to Macross Plus [Caius]

-cninja.c: Add PAL dumps to Caveman Ninja [www.jammarcade.net]

-Sega Pico PCM improvements [ValleyBell]

-pcd: implement pcx video device [Carl, Axel Muhr]

-al520ex: added preliminary Magic Sound expansion (not working)
 [Barry Rodewald]

-netdev: fix pcap crashes on OS X [Rob Braun]

-IGS 027A: Amazonia King V104BR [Felipe Sanches]

-preliminary decryption of newly added igs_m027.c sets [iq_132]

-adjust NeoGeo sound balance based on some hw recordings [Dr.Venom]

-improve amazonia decryption [iq_132]

-TMS5220 and TMS5110: Fix an off-by-one in the interpolator causing the
 k5 coefficient to not be zeroed during unvoiced frames. Fixes various
 speech glitches. [Lord Nightmare]

-TMS5220 and TMS5110: Fixed incorrect implementation of pitch zero
 which caused an improperly long period with no pitch at an
 interpolation inhibited -> voiced boundary. Moved unvoiced parameter
 zeroing into the frame parser, as on the original chips. Some minor
 TALK/SPEN state machine changes as well, which should have minimal
 effect. [Lord Nightmare]

-added 'global_inputs' (disabled by default) to allow MAME to read
 inputs even when it doesn't have the focus [Scrooge McClunk]

-315-5124.c: Minor changes and fix a regression that in theory could
 affect zoomed sprites in TMS9918 modes.  [Enik Land]

-gamegear.c / sms.c:  Improve GG-SMS scaling code a little and update
 the Todo list.  Fixed MT#05872 regarding incorrect behavior of the
 Sports Pad (US model) emulation.  [Enik Land]

-Fix PSG chips to have volume reg inited on reset to 0x0 based on tests
 by ValleyBell. Made Sega PSG chips start up with register 0x3 selected
 (volume for channel 2) based on hardware tests by Nemesis.
 [Lord Nightmare, ValleyBell, Nemesis]

-naomi.c: redumped ss2005 and initdv2j [Guru, R. Belmont]

-ksys573: redumped CDs for drmn8m and gtrfrk9m [Guru]

-dumped another rom on amazona [Felipe Sanches]

-Significant accuracy improvements, documentation and other updates to
 the ER-2055 EAROM emulation used for several Atari games, based on
 schematics and datasheets. It now uses a state machine to keep track
 of the current EAROM bus state. [Lord Nightmare]

-Simplified coreutil.c gregorian_days_in_month. [William Krick]

-DEC LA120: Keyboard matrix is done, keyboard reading should work in
 theory. UART partly attached. Corrected cpu XTAL. [Lord Nightmare]

-DEC LA120: Implemented LED output via logerror; marked one ROM as bad
 since it fails its internal checksum tests. [Lord Nightmare]

-m68k: fix corner case for 020+ bitfield instructions [Till Harbaum]

-Fixed Counter Steer booting [Angelo Salese]
 * Spotted Slave CPU bus request line;
 * Fixed address line swapping for Slave CPU area at 0x2000-0x2fff;

-n64.c: N64 changes: [Happy]
 * PI transfers round down/truncate the last bit.
 * SI transfers signal busy while waiting for a delay.
 * Preliminary work for separating VI and RDP functionality.
 * VI timing period is now set dynamically from the VI registers. VI
   timing should now be accurate (for NTSC)

-DEC LA120: Redumped firmware ROM, now passes checksum test.
 [Brian Walenz]

-a2600: new 6502 PC=cur inst, old 6502 PC=prev inst (MT 5345)
 [Mike Saarna, Trebor, R. Belmont]

-Seperate Space Warp into it's own skeleton driver. [mixxmaster]

-m68k: fix 020+ PACK/UNPK nibble ordering [Till Harbaum, R. Belmont]

-i8271: modernize [Carl]

-Convert galastrm, model2, midzeus, namcos23, and hng64 drivers
to universal "poly" rasterizing interface. [Andrew Gardner]

-Preliminary refactor of IGS017/IGS031 video hardware to be a device
 so that it can be used by the igs_m027.c games (IGS gamblers) once
 the internal ARM roms have been dumped [David Haywood]

-reduce tagmap lookups in taito_f3.c
  (was causing severe slowdown in arkretrn) [David Haywood]

-a7800: More accurate representation of the Activision cart hardware
 for utilized hotspots.  Rampage no longer crashes when P1 selects
 Lizzy. [Mike Saarna]

New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Waku Waku Sonic Patrol Car
  [Will Medved, Ryan Holtz, The Dumping Union]
TI DataMan [hap, Sean Riddle]


New clones added or promoted from NOT_WORKING status
----------------------------------------------------

Revolution X (prototype, rev 5.0 5/23/94) [Chris Engel]
Soccer Superstars (ver UAC) [Smitdogg, The Dumping Union]
Shocking (Korea, set 2) [Arcade Belgium (dump by Nomax)]
J. J. Squawkers (older) [Alex Marshall]
Rolling Thunder (oldest) [Layer (from neo-arcadia & jammaplus)]
Point Blank (World, GN2 Rev B, set 2)
  [Caius, Smitdogg, The Dumping Union]
Oriental Legend (ver. 111, Korean Board) [DarkSoft]
Minefield (The Logicshop, bootleg) [David Haywood, Guru]
Route 16 (set 1) [Siftware, MASH]
 (old set 1 is now 'Route 16 (set 3, bootleg?)')
New Sinbad 7 (set 2) [Siftware, MASH]
various Sega decrypted bootleg sets [Misc contributors]

New machines marked as NOT_WORKING
----------------------------------

Amazonia King II (V202BR) [Macgaiver]
Commodore MPS-1230 NLQ Printer [Guru, R. Belmont]
VTech Genius KID ABC Fan (Germany) [TeamEurope]
VTech CARS 2 Laptop (Germany) [TeamEurope]
Cobra: The Arcade (CBR1 Ver. B) [Guru]
Canon S-80 typowriter [Felipe Sanches]
Mizar 8105 [Joakim Larsson]
Heurikon HK68K/V10 VME board [Joakim Larsson]
LG GP40NW10 USB DVD writer [O. Galibert]
Brother MT735 thermal printer [Cowering, O. Galibert]
DECwriter III (LA120) [Lord Nightmare, NeXT]
Smart Toss 'em / Smartball (Ver 2.0) [David Haywood]
MVME350 - Streaming Tape Controller support QIC-02 [Joakim Larsson]
Squale [Miodrag Milanovic, thanks to Olivier Aichelbaum]
ZAP - Z80 Applications Processor (by Steve Ciarcia - 1981) [Felipe Sanches]
Wacky Gator (Data East - 1990) [Felipe Sanches]
Piggy Pass (Doyle & Assoc.)
Hoop Shot (Doyle & Assoc.)
Round and Round (Rev 6) (Quick $ilver)
Fiddle Stix (1st Rev) (Quick $ilver)
Jack & The Beanstalk (Doyle & Assoc.?) (bad dump)
Dump The Ump (bad dump)
3 Lil' Pigs (bad dump)

New clones marked as NOT_WORKING
--------------------------------

Rescue (Free Enterprise Games, bootleg) [David Haywood, Guru]
 (some code seems missing even after descrambling?)
Tora Tora (prototype?, set 2)  [Siftware]
Hard Head (bootleg, set 2) [leniad]
Kung Fu (IGS, v100) [Siftware]
Ridge Racer V Arcade Battle (RRV1 Ver. A) [Guru]
Soul Calibur III (SC31002-NA-A key, NA-A disc) [Guru]
Tekken 5.1 (TE53 Ver. B) [Guru]

New WORKING software list additions
-----------------------------------

tutor.xml: (Tomy Tutor & Pyuuta cartridges)
- Rescue Copter [3D] (Jpn) [Ryan Holtz, Team Europe]
- Triple Command (Jpn) [Ryan Holtz, Team Europe]

nes.xml: (Nintendo Entertainment System cartridges)
- Booky Man (Spa) [SSJ, TeamEurope]

a800_flop.xml: (Atari 400 / 800 floppy disks)
 - Elektra Glide [Curt Coder]
 - KoalaPainter (Light Pen) [Curt Coder]

c64_flop.xml: (Commodore 64 diskettes)
 - Elektra Glide [Curt Coder]
 - KoalaPainter (Light Pen) [Curt Coder]

New NOT_WORKING software list additions
---------------------------------------

gameking.xml: (TimeTop GameKing cartridges)
 - various 4-in-1 sets [SSJ, TeamEurope]

gameking3.xml: (TimeTop GameKing 3 cartridges)
 - Fly Cab [SSJ, TeamEurope]

gbcolor.xml: (Nintendo Game Boy Color cartridges)
 - Magic Lamp [SSJ, TeamEurope, Taizou]
 - Binary Monster 2 - Adventure of Hell(TW) [SSJ, TeamEurope]

nes.xml: (Nintendo Entertainment System cartridges)
 - Coolboy RS-17 (203-in-1) [SSJ, TeamEurope]

pico.xml: (Sega Pico cartridges)
 - Anpanman Eigo - Tanosii Kanibaru (Tw) [TeamEurope]
 - Doraemon Machinaka (Tw) [TeamEurope]
 - Mickey To Ookina Furudokei (Tw)) [TeamEurope]
 - Ojamajo Doremi Dokka~n! (Jpn) [TeamEurope]
 - Professor Pico and the Paintbox Puzzle (Euro) [TeamEurope]
 - Peter Pan - Neverland e Ikou! ~10th Anniversary Edition~ (Jpn) [TeamEurope]
 - Sanou Kaihatsu Series 5 Meiro - Kioku (CD Tsuki) (Jpn) [TeamEurope]
 - Susie-chan to Marvy o-Tetsudai Da~isuki! (Jpn) [TeamEurope]

vc4000.xml: (Interton VC 4000 cartridges)
 - Come Frutas [SSJ, TeamEurope]

jaguar.xml: (Atari Jaguar cartridges)
 - Air Cars (1994 version) [Porchy]
2015-10-02 07:55:53 +00:00
kamil
9e956386e3 Fix incorrect name, suse_gc -> suse_libgc 2015-09-26 01:05:31 +00:00
kamil
4ac7fa364f Add new entry: DEPENDS_suse-13.1.gc 2015-09-26 01:04:00 +00:00
kamil
cdde668f76 Add new entry: DEPENDS_suse-12.1.gc 2015-09-26 01:00:22 +00:00
kamil
685cc4dab1 Add: used by emulators/suse121_libgc/Makefile 2015-09-26 00:44:03 +00:00
kamil
3a24a734d3 Remove duplicated entries of 'used by' 2015-09-26 00:42:39 +00:00
kamil
3c514ae171 Add: used by emulators/suse131_libgc/Makefile 2015-09-26 00:40:58 +00:00
kamil
0f572eca29 +suse131_32_libgc 2015-09-26 00:23:43 +00:00
kamil
387b1e2994 +suse131_libgc 2015-09-26 00:23:00 +00:00
kamil
f7e3b7b7a6 +suse121_32_libgc 2015-09-26 00:22:24 +00:00
kamil
d4bf424917 +suse121_libgc 2015-09-26 00:21:39 +00:00
kamil
0e257ce9e9 Import libgc1-7.2d-2.1.2 as emulators/suse131_32_libgc
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with gc1 that require
Boehm-Demers-Weiser conservative garbage collector libraries.

Packaged in wip by Kamil Rytarowski.
2015-09-26 00:19:53 +00:00
kamil
eb50994d6c Import libgc1-7.2d-2.1.2 as emulators/suse131_libgc
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with gc1 that require
Boehm-Demers-Weiser conservative garbage collector libraries.

Packaged in wip by Kamil Rytarowski.
2015-09-26 00:18:53 +00:00
kamil
c8060a7cb0 Import libgc1-7.1.9.6-143.1.2 as emulators/suse121_32_libgc
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with gc1 that require
Boehm-Demers-Weiser conservative garbage collector libraries.

Packaged in wip by coypu.
2015-09-26 00:17:13 +00:00
kamil
a3ab296902 Import libgc1-7.1.9.6-143.1.2 as emulators/suse121_libgc
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with gc1 that require
Boehm-Demers-Weiser conservative garbage collector libraries.

Packaged in wip by coypu.
2015-09-26 00:15:44 +00:00
ryoon
34ccffba6b Update to 2.4.0.1
Changelog:
* net: avoid infinite loop when receiving packets(CVE-2015-5278)

Ne2000 NIC uses ring buffer of NE2000_MEM_SIZE(49152)
bytes to process network packets. While receiving packets
via ne2000_receive() routine, a local 'index' variable
could exceed the ring buffer size, leading to an infinite
loop situation.

Reported-by: Qinghao Tang <luodalongde@gmail.com>
Signed-off-by: P J P <pjp@fedoraproject.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit 737d2b3c41d59eb8f94ab7eb419b957938f24943)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

* net: add checks to validate ring buffer pointers(CVE-2015-5279)

Ne2000 NIC uses ring buffer of NE2000_MEM_SIZE(49152)
bytes to process network packets. While receiving packets
via ne2000_receive() routine, a local 'index' variable
could exceed the ring buffer size, which could lead to a
memory buffer overflow. Added other checks at initialisation.

Reported-by: Qinghao Tang <luodalongde@gmail.com>
Signed-off-by: P J P <pjp@fedoraproject.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit 9bbdbc66e5765068dce76e9269dce4547afd8ad4)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

* e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)

While processing transmit descriptors, it could lead to an infinite
loop if 'bytes' was to become zero; Add a check to avoid it.

[The guest can force 'bytes' to 0 by setting the hdr_len and mss
descriptor fields to 0.
--Stefan]

Signed-off-by: P J P <pjp@fedoraproject.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 1441383666-6590-1-git-send-email-stefanha@redhat.com
(cherry picked from commit b947ac2bf26479e710489739c465c8af336599e7)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>

* vnc: fix memory corruption (CVE-2015-5225)

The _cmp_bytes variable added by commit "bea60dd ui/vnc: fix potential
memory corruption issues" can become negative.  Result is (possibly
exploitable) memory corruption.  Reason for that is it uses the stride
instead of bytes per scanline to apply limits.

For the server surface is is actually fine.  vnc creates that itself,
there is never any padding and thus scanline length always equals stride.

For the guest surface scanline length and stride are typically identical
too, but it doesn't has to be that way.  So add and use a new variable
(guest_ll) for the guest scanline length.  Also rename min_stride to
line_bytes to make more clear what it actually is.  Finally sprinkle
in an assert() to make sure we never use a negative _cmp_bytes again.

Reported-by: 范祚至(库特) <zuozhi.fzz@alibaba-inc.com>
Reviewed-by: P J P <ppandit@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit eb8934b0418b3b1d125edddc4fc334a54334a49b)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
2015-09-25 14:57:59 +00:00
joerg
16af57e146 Avoid left-shifting negative values, which is undefined behavior.
Bump revision just in case.
2015-09-13 15:08:09 +00:00
shattered
e36b181d77 Update to 1.3.8. Changes:
* New geometry type added: "extsurface", for discs where the sector
 numbers increase across both sides (eg: 1-9 on side 0, 10-18 on
 side 1).

* New backend: IMD (for files created by ImageDisk). Read/write
 support. Also has a built-in extra geometry probe, which may be worth
 pushing to other drivers (eg: DSK, TD0) that carry a similar amount
 of detail.
2015-08-26 21:29:42 +00:00
wiz
6ef3d0d08d Update to 0.165:
0.165
-------

MAMETesters Bugs Fixed
----------------------
- 05762: [Crash/Freeze] (itgambl2.c) All sets in itgambl2.c, namcos23.c: Crash directly after OK (hap)
- 05435: [Sound] (leland.c) offroad, offroadt, possibly others: Audio in offroad, offroadt sounds horrible (crazyc)
- 05377: [Sound] (leland.c) All sets in leland.c: DAC sounds differently between 32-bit and 64-bit (crazyc)
- 02892: [Misc.] (cps1.c) 3wondersh: Dialog box on launch (Robbbert)
- 03193: [Misc.] (cps1.c) 3wondersh: Three Wonders (hack?) unmapped ports (Robbbert)
- 05801: [Color/Palette] (cps1.c) 3wondersb: Status change from GAME_NOT_WORKING
	to GAME_IMPERFECT_GRAPHICS suggestion (Robbbert)
- 06006: [Crash/Freeze] (rocnrope.c) rocnrope, ropeman: Game resets when pressing start (Mamesick)
- 06014: [Documentation] (aerofgt.c) karatblzj: Wrong name for Japanese ROM set (hap)
- 05690: [Graphics] (eprom.c) eprom, eprom2: Graphics glitch occurs when destroying compuer equipment. (hap)
- 05217: [Sound] (exidy.c) spectar: Missing sounds (credit/Title Tune) (Osso)
- 06008: [Graphics] (bfm_sc4.c) bfm_sc4.c: FATAL ERROR: Too many live textures in src/emu/renderer.c:500 (hap)
- 06007: [Speed] (suna16.c) bssoccer: significant performance drop during intro (David Haywood)
- 06005: [Graphics] (taito_x.c) kyustrkr: Screen is shifted up (Mamesick)
- 03966: [Graphics] (macrossp.c) macrossp, quizmoon: Implement priorities, fix bg and sprite zoom (Tourniquet)
- 05814: [Graphics] (apple2.c) ivelultr: Font is flipped (R. Belmont)


Source Changes
--------------
-Sega 837-14645 JVS I/O dumped [Darksoft]

-monzagp.c updates: [Sandro Ronco]
	* fixed 8035 vram read/write
	* added background graphics
	* added coin and DSW inputs

-vidbrain.xml: Added Information Manager prototype. [Sean Riddle]

-Add correct CD2802 chirp rom from decap [Sean Riddle]

-mk4: Add rudimentary blending. [MooglyGuy]

-utf8 support for pstring. Opted for a scalable solution which should
	be easily extensible to utf16 and utf32 as well. All position related
	operations now operate on char code positions instead of byte
	positions. [Couriersud]

-chihiro.c: Move parts common with Xbox console into their own files
	machine/xbox.c and includes/xbox.h [Samuele Zannoli]

-gei.c: Minor Clean up [Brian Troha]

-Xbox console driver now uses the base common machine setup with
	Chihiro [Samuele Zannoli]

-Add support for M58819 'VSM-emulator', fixes speech in Radar Scope
	TRS01 set. [Lord Nightmare]

-Replaced the frame parse and speech generation code from tms5110.c
	with the code from tms5220.c, should be significantly more accurate
	and allow the cores to be much more easily merged in the future. This
	also allowed finally getting rid of the COEFF_ENERGY_SENTINEL hack in
	tms5110r.inc [Lord Nightmare]

-deco32.c: Verified and corrected the rom labels for the Fighter's
	History (World ver 43-07, DE-0380-2 PCB) set. [Charles MacDonald]

-monzagp.c updates (part 2): [Sandro Ronco]
	* fixed gfx RAM
	* added 7-seg artwork
	* added my car sprite

-hp64k: fix to allow multiple screens (for RS232 terminal) [F. Ulivi]

-goldstar.c DIP switch documentation [hsialin]
	* Hold Pair for cmv4, cmv801 and crazybon
	* Card Shuffle Animation for cmv801
	* Fast Take for crazybon

-Fix interpolation on TMS52xx to match samples from real chip.
	[PlgDavid, Lord Nightmare]

-c128: Emulated the PARTNER 128 cartridge. [Curt Coder]

-Fixed 3wondersb [Robbbert]

-apple2: fix Ivel Ultra's unique text drawing (MT#5814) [R. Belmont]

-tms51xx: removed target_x variables in favor of reloading from
	coefficient ROM during the generation loop (as the real device does).
	Implemented proper ZPAR and unvoiced ZPAR logic for zeroing parameters
	during idle and unvoiced frames. Changed the pitch zeroing logic
	during frame inhibit to last an entire interpolation period rather
	than one sample. Replaced the speech-is-synthesizing state machine
	with the original patent TALK, TALKD and SPEN bits. Redid the
	talk_status logic to use (TALKD || SPEN) as the real device does.
	[Lord Nightmare]

-pet: Added French CBM 8032 ROMs. [Hervé Warin]

-pet_rom.xml: Added Edex (France, v4.4) [Hervé Warin]

-floppy.c: Added drive sounds (must be activated in drivers using
	MCFG_FLOPPY_DRIVE_SOUND(true); quite simple still, same sounds for
	all drives) [Michael Zapf]

-at29x: Created a general class for AT29 family from previous
	at29040a; added implementations for at29c040 and at29c020 [Michael Zapf]

-geneve: Added Programmable Flash Memory boot feature (PFM512)
	[Michael Zapf]

-ti99: Added new cartridge types paged378, paged377;
	HFDC has new switch "wait for HD" (available in later HFDC models);
	32K internal memory mod is now off by default [Michael Zapf]

-midzeus.c: Further improvements: [Phil Bennett]
    * Added alternate back-face culling method
    * Added additional blend modes
    * Added depth test and write enables
    * Slightly improved rasterization

-OS/2 patches for MAME 0.164 [KO Myung-Hun]

-x68k: added brightness controls, used for fade in/out effects [Barry Rodewald]

-Dumped thedealr's i8742 internal ROM [Porchy]

-Added correct color PROMs for tahjong [Mike Coates]


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Bandai Pair Match [hap, Kevin Horton, Rik]
VTech Invaders [Kevin Horton]
Castle Toy Tactix [hap, Sean Riddle, Kevin Horton]
Pack'n Bang Bang (prototype) [rtw]
Merit Joker Poker (9131-01) [Brian Troha, The Dumping Union]
Touch & Tell [hap, Sean Riddle]
Vocaid [hap, Sean Riddle]


New clones added
----------------
Saint Dragon (bootleg) [Yves Marchand]
E.D.F. : Earth Defense Force (set 2) [Yves Marchand]
Player's Edge Plus (PP0555) Standard Draw Poker [BrianT]
Player's Edge Plus (KE1012) Keno (set 2) [BrianT]
War: The Final Assault (EPROM 1.6 Jan 14 1999, GUTS 1.1 Mar 16 1999, GAME Mar 16 1999)
	[Alex Cmaylo] (not working)
[Gun.Smoke (US, 851115) (alt set) [Caius, Alexander F]
Fighter's History (World ver 43-05) [??]
Hissatsu Buraiken (Japan, bootleg?) [David Haywood]
Americana (9131-01) [Brian Troha, The Dumping Union]
Fighter's History (US ver 42-09, DE-0396-0 PCB)
	[Brian Troha, The Dumping Union]
Meteors [Andrew Welburn, Trevor Brown]
Street Fighter Alpha 3 (USA 980616, SAMPLE Version) [Guru]
Mahjong The Mysterious Orient Part 2 - Exotic Dream [Dyq, Guru]
Mighty Monkey (Kaina Games, bootleg on Scramble hardware) [Team Europe]
Knuckle Bash (Korean PCB) [caius]


New games marked as GAME_NOT_WORKING
------------------------------------
Techno Drive (Japan, TD2/VER.B, 2.06) [Guru, R. Belmont]
Sega Picture Magic [David Haywood]
Joy Stand Private [Luca Elia, Guru]
Dino Dino [Guru]
Fruit Paradise (V214) [Guru, iq_132]
Face-Off (EM Bubble Hockey) [Jarrod Wright, Luca Elia]
Chexx (EM Bubble Hockey, 1983 1.1) [Clay Harrell, Luca Elia]
ROLLing eX.tre.me [Ville Linde, Guru]
2015-08-26 11:08:46 +00:00
wiz
1a8b91542f Bump PKGREVISION for nettle shlib major bump. 2015-08-23 14:30:35 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
wiz
691c5e0977 More suse updates provided by Rin Okuyama in PR 50082. 2015-08-17 16:13:50 +00:00
leot
331540a72f Recursive bump for graphics/sane-backends. 2015-08-16 22:00:37 +00:00
ryoon
74d0654325 Update to 2.4.0
Changelog:
# System emulation

## Incompatible changes
* The handling of the floppy device controller is different between <2.4 and >=2.4 machine types that use the Q35 chipset (e.g. "-M pc-q35-2.3" vs. "-M pc-q35-2.4"). This can cause problems if you are defining floppy drives with command-line options such as "-global isa-fdc.driveA=id.
* The ARM 'virt' board default interface type has changed from IDE to virtio. This means that some incorrect command lines that we previously silently accepted will now fail with an error message like "qemu-system-arm: -drive file=img.qcow2,id=foo: Drive 'foo' is already in use because it has been automatically connected to another device (did you need 'if=none' in the drive options?)". As the error message suggests, you should add "if=none" to the -drive option to fix this.

## Future incompatible changes
* Three options are using different names on the command line and in configuration file. In particular:
** The "acpi" configuration file section matches command-line option "acpitable";
** The "boot-opts" configuration file section matches command-line option "boot";
** The "smp-opts" configuration file section matches command-line option "smp".
-readconfig will standardize on the name for the command line option.

* Behavior of automatic calculation of SMP topology when some SMP topology options for -smp are omitted (sockets, cores, threads) will change in the future. If guest ABI needs to be preserved on upgrades while using the SMP topology options, users should either set set all options explicitly (sockets, cores, threads), or omit all of them.
* Image encryption is fatally flawed, and will be dropped entirely. It'll remain available only in qemu-img, so you can use 'qemu-img convert' to convert encrypted images to uncrypted ones.
* Host floppy device pass-through (block driver "host_floppy") is deprecated, and will be dropped in a future release.
* Block device parameter aio=native has no effect without cache.direct=on. It will be made an error.
* A few devices will be configured with explicit properties instead of implicitly. Unlikely to affect users; for the full list, see the 2.3 ChangeLog.
* QMP command blockdev-add is still a work in progress. It doesn't support all block drivers, it lacks a matching blockdev-del, and more. It might change incompatibly.
* The configure option --disable-guest-base is unneeded and will be removed in a future release.

## Alpha
* Major fixes to the implementation of floating point exceptions.

## ARM
* New board model xlnx-ep108
* Support for ACPI v5.1 tables in the "-M virt" board.
* Support for instantiation sysbus devices from the command line (using "-device") in the "-M virt" board.
* Emulation of the stream ID for MSI writes, for use in GICv3.
* The "virt" board default drive type is now virtio; this means that drives created with if=virtio or with no if= specification will be created as drives plugged into a virtio-blk-pci device. Short form options like -hda will also create this kind of drive. (Note that at time of writing Linux only supports the virt board's PCI controller for 32-bit ARM kernels; support has not yet made it into the 64-bit kernels. So 64-bit guests will need to continue using long command lines and virtio-mmio for now.) Unfortunately this means that some old command lines will need to change -- see the "incompatible changes" section above for details.

## MIPS
* More accurate emulation of the dp8393x network card and RC4030 DMA/IOMMU controller.
* Support for microMIPS32 R6 emulation (enabled in new "-cpu mips32r6-generic")
* Support for unaligned R6 and MSA memory accesses in TCG
* Support for XPA in MIPS32 and LPA in MIPS64 (eXtended and Large Physical Addressing) emulation
* Support for MIPS UHI semihosting

## PowerPC
* The default RAM size for the pseries machine is 512 MB.
* Support of PCI device hotplug on SPAPR (pSeries).

## s390
* Channel I/O is now available when running with TCG. Thus, the default machine for qemu-system-s390x is now s390-ccw.
* Several other fixes for TCG (emulation) mode.
* Extended name and UUID in STSI 3.2.2 information block
* Support for reading/writing guest memory while holding the IPTE lock under KVM, including access register mode
* Various cleanups in the s390-virtio and virtio-ccw transports
* Support for diag288 watchdog (KVM only).
* Support for vector registers
* Add virtio-1 specific ccws to virtio-ccw (SET_REV and v1 version of SET_VQ)
** Revision 1 (and therefore virtio 1.0) is not yet enabled, however.
* The s390-ccw-virtio machine is now versioned; the first versioned machine is s390-ccw-virtio-2.4
** The s390-ccw alias has been removed

## SH
* Optimizations to code generated by TCG.

## SPARC
* Fix SunOS 4.1.4 boot on sun4m with OpenBIOS

## x86
* Improvements to system management mode emulation, including support for high SMRAM and TSEG on machines using the Q35 chipset.
* q35 machine types starting with pc-q35-2.4.0 do not have a floppy disk controller. It will be created if you use "-drive if=floppy", "-fda" or "-fdb" to add a floppy disk drive, or it can be created if necessary with "-device isa-fdc".
* q35 now implements the TCO watchdog. Unlike real hardware, the watchdog is disabled when the virtual machine boot, so as to let existing firmware run with new QEMU. This may change in the future, but the change would be restricted to new machine types.

## KVM
* Support for MMIO operations outside the "big QEMU lock". For now, this only applies to the ACPI PM timer, which can alone improve performance substantially for very large Windows guests as long as they do not span multiple NUMA nodes in the host. For guests that span multiple NUMA nodes more kernel changes are required.
* Support for system management mode (requires Linux 4.1).
* When running under KVM, CPUID information includes the ARAT ("Always running APIC timer") bit

# Device emulation and assignment
## ACPI
* Support for memory hot-unplug.
* S3/S4 states can be disabled for boards using the Q35 machine type via "-global ICH9_LPC.disable_s3=on" and"-global ICH9_LPC.disable_s4=on"

## Block devices
* Minimal support in NVMe emulation for the NVME_VOLATILE_WRITE_CACHE feature.
* The infamous floppy device controller is not added to Q35 boards if not explicitly requested and no floppy drives are specified with "-drive if=floppy".
* I/O throttling now supports "groups" so multiple disks can use share a budget (use -drive groups=<name>)
* Performance of the parallels image format block driver has been improved

## Character devices
* Improved support for flow control in virtio-serial.

## IDE
* Fix macio CDROM detection for PPC
* Fix macio data corruption bug under Darwin/OS X PPC
* AHCI support rerror=stop and werror=stop.

## Mouse/keyboard
* Support for virtio-keyboard, virtio-mouse, virtio-tablet.

## Network
* Support for the "rocker" L2 switch device.

## SCSI
* scsi-generic now supports migration.

## PCI/PCIe
* Support for extra PCI root buses using PCI expander bridge devices. Unlike PCI-PCI bridges, a PCI expander bridge's bus can be associated with a NUMA node, allowing the guest OS to recognize the proximity of a device to RAM and CPUs.

## TPM
* Support for TPM 2

## VFIO
* Support for resetting AMD Bonaire and Hawaii GPUs
* Platform device passthrough support for Calxeda xgmac devices

## virtio
* Support for up to 1024 queues.
* Support for ioeventfd in virtio-mmio.
* FIXME: virtio 1
* New virtio-gpu device (only supports accelerated 2D for now)
* New virtio-input-host, virtio-keyboard, virtio-mouse and virtio-tablet devices (and corresponding virtio-*-pci devices for use on a PCI bus).
* Support for cross-endian vhost (i.e. little-endian host and big-endian guest, or vice versa).
* vhost can now be enabled even if MSI-X is not
* virtio-balloon can tell the guest that it should deflate the balloon on OOM conditions.

## VGA
* Support for virtio-vga, a VGA device that also supports the virtio-gpu interface.

## Character devices
* Improved support for flow control in spice-char.

## GUI
* Support for OpenGL-based display rendering in the SDL2 and GTK+ backend. This is preparatory work for 3D acceleration.
* Improvements to the Cocoa front-end, fixing full-screen mode and adding a list of consoles to the View menu.
* The two extra keys in Brazilian 107-key keyboards are now usable.

## Monitor
* qmp: New MIGRATION event to communicate change in the migration state

## Migration
* Support for compression of RAM data using multiple threads for compression and decompression (using migration capability "compress" and migration parameters "compress_threads", "compress_level" and "decompress_threads").

## Network
* Support for multi-queue vhost-user backends.

## Block devices in system emulation
* The BLOCK_IMAGE_CORRUPTED event has a new "node-name" field.
* FIXME: Throttle groups
* Block device mirroring supports concurrent unmap (aka discard or trim) operations on the source device and can create a thin-provisioned image in this case.
* Block device mirroring can use discard or "write zero" operations to speed up copying of large zero regions.
* FIXME: incremental backup?

## Command-line options
* A longhand version of -global (-global driver=DRIVER,property=PROP,value=VAL) is introduced, to set properties globally for devices that have a period in their name. The older syntax -global DRIVER.PROP=VAL did not allow this.
* New option -fw_cfg to pass arbitrary binary data to the guest.

## TCG
* New command line option "-icount sleep=no". The option will run emulation at the maximum possible speed: every time the CPU would go to sleep, the virtual clock will move to the next timer deadline. For virtual machines that have no other sources of non-determinism (e.g. asynchronous block I/O, character devices or user input) this will also make execution deterministic.

# Block devices and tools
* The "null" block device now has a new "latency-ns" option to delay the answer from the block device.
* The iscsi driver can use the target's FUA capabilities to greatly improve roundtrip times in write-through caching modes (cache.writeback=off). These modes are recommended when the storage has a non-volatile (battery-backed) cache.
* Parallels format driver now supports image creation and write to the image. Performance is significantly improved.
* qcow2 performance improvements.
* qemu-io supports encrypted qcow2 images (which are deprecated).

# Audio
* Obsolete audio backends have been removed: esd (superseded by pulseaudio), winwave (superseded by dsound), fmod (not compatible with the GPL)

# Guest agent
* Support for building a .msi file with the Windows version of the guest agent ("make msi"). This requires msitools.
* qemu-ga implements guest-get-fsinfo and guest-network-get-interfaces on Windows too

# User-mode emulation
* The default CPU for qemu-sh4 and qemu-sh4eb is the sh7785.

# Build dependencies
* QEMU now requires a minimum glib version of 2.22. (In particular, we will no longer build on a stock RHEL5 or Centos 5 system.)
* QEMU can now optionally be linked against tcmalloc.
* QEMU now compiles using clang 3.5 without warnings, which includes disabling GCC features not supported by clang.
* QEMU now compiles with ICC.
* libepoxy is required to compile QEMU with OpenGL support.
* Building on Mac OS X versions earlier than 10.5 is no longer supported.
* Sound on Windows now requires DirectSound (the old 'winwave' default audio backend has been dropped).

# Known issues
* SDL audio only works with SDL 1.x.
* Problems with QEMU for Windows and builds from newer versions of MinGW-w64, see this thread on qemu-devel (this is not a regression, other versions are also affected)
** Crash of 64-bit QEMU (Fix)
** Broken networking (Fix)
* Incomplete translations for GTK user interface
2015-08-12 06:55:59 +00:00
dholland
d7b4cced0c Update to 2.0.3.
Upstream changes:

20150804 dholland	System/161 2.0.3 released.
20150714 dholland	Fix the serial port FORCE logic meant to prevent
........		interrupt flapping. Thanks to Winnie Wu for a test
........		kernel and workload that reliably repeated the problem.
20150709 dholland	Recognize some obvious aliases for disk161 commands.
20150706 dholland	Add page on profiling to the manual.
20150706 dholland	Add dynamic profiling control to the trace device.
20150703 dholland	If profiling, write the profile out if we die().
20150703 dholland	Include seek times in disk activity trace output.

20150126 dholland	System/161 2.0.2 released.
20150126 dholland	Fix brown paper bag release. Sigh.
20150126 dholland	System/161 2.0.1 released.
20150121 dholland	Fix up some gdb threads issues appearing with gdb 7.8.
20150117 dholland	Update included .hgignore file, from Cary Gray.

20150115 dholland	System/161 2.0 released.
20150115 dholland	Add workaround to make disk rotdelay deterministic.
20150114 dholland	Fix stdint.h-related build problems on Linux.
20150114 dholland	Fix flock-related build problem on Linux.
20150109 dholland	Add software debugger requests to the trace device.
20150105 dholland	Make the testsuite run.
20150105 dholland	Add support for installing into a chroot/DESTDIR.
20150105 dholland	Add man pages for all executables.
2015-08-08 18:44:32 +00:00
wiz
c12fe285c9 Update to 0.164.
The usual changes.
2015-07-29 12:03:40 +00:00
wiz
376c28e7fe Update RPMs from latest openSUSE 13.1 files.
From Rin Okuyama in PR 50082.
2015-07-28 08:49:14 +00:00
wiz
a1d5d07611 Switch to .tar.gz, no more double zipping and dos2unix.
No functional change, but the package is much nicer now.
2015-07-15 12:37:03 +00:00
wiz
0a3e627a6f Fix ftruncate. From startaq in
https://github.com/mamedev/mame/pull/257
2015-07-14 21:44:55 +00:00
wiz
87b7dd5ee8 Remove emulators/mess, now part of emulators/mame. 2015-07-14 20:15:59 +00:00
wiz
54028fd1da Update to 0.163. Major change compared to previous 0.159:
MESS is now part of MAME.

Otherwise, the usual improvements and new drivers.
2015-07-14 20:14:49 +00:00
joerg
11d2712a27 Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
ryoon
700bc16342 Update 2.6.2 to 2.6.8
---------------------
Changes in 2.6.8 (May 3, 2015):

- CPU / CPUDB
  - Bugfixes for CPU emulation correctness (critical bugfix for x86-64 emulation)
  - Memory type calculation support for Bochs debugger and instrumentation,
    to enable configure with --enable-memtype option.
  - CPUDB: Added Pentium (P54C) configuration to CPUDB
  - CPUDB: Added Broadwell ULT configuration to CPUDB
  - Updated definition of instrumentation callbacks, see description in
    instrumentation.txt / Fixed instrumentation examples

- Configure and compile
  - Configure option --enable-fast-function-calls now also used for MSVC nmake.
  - Some configure fixes for the GTK debugger support.

- GUI and display libraries
  - The VGA update timer mode now can be selected with the 'vga' option.
  - Release all pressed keys when the simwindow gets back the keyboard focus.
  - Win32 gui: Captured mouse cursor now really trapped in window.
  - SDL2: Implemented yes/no dialog (e.g. for VVFAT commit).
  - Some fixes for wxWidgets 3.0 and unicode version compatiblity.
  - Full save/restore support for enhanced gui debugger settings (window+font).
  - Added debugger support for the term gui using a pseudo-terminal.

- I/O Devices
  - Hard drive
    - Added Oracle(tm) VM VirtualBox image support (VDI version 1.1)
    - Re-enable "bulk I/O" repeat speedups extension.
    - Some lowlevel cdrom code fixes for Windows and Linux.
  - Sound
    - SB16: Fixed OPL chip detection by implementing ISA bus delay.
    - SB16: Ported OPL3 emulation from DOSBox and partly removed legacy code.
    - ES1370: Added MIDI UART output support.
    - ES1370: Fixed critical bug that made Win9x drivers crash.
    - Major rewrite of the lowlevel sound code.
      - Added mixer thread support (required for all modules except 'sdl').
      - New mixer and SDL mixer are polling data from the PCM output buffers,
        the PC speaker beep generator and the OPL3 FM generator.
      - PCM format conversion to 16 bit signed little endian.
      - Added sound 'file' module for VOC, WAV, MID and raw data output
        and added dual output support (device+file) in midi/wave mode 3.
      - Added capability to set up the sound driver per service.
  - Floppy
    - Fixed "Read ID" command for single-sided media (patch by Ben Lunt).

- ROM BIOS
  - Fixed keyboard scancode processing after keyboard intercept.
  - Fixed rombios32 code to avoid incorrect ACPI table detection.

-------------------------------------------------------------------------
Changes in 2.6.7 (November 2, 2014):

- CPU / CPUDB
  - Implemented AVX-512BW/AVX-512DQ/AVX-512VL extensions emulation.
  - implemented AVX512-IFMA532 instructions emulation.
  - implemented AVX512-VBMI instructions emulation.
  - Bugfixes for CPU emulation correctness (critical fixes for AVX-512, CMPXCHG16B and VMX)
  - Fixed Bochs segmentation fault crash with Handlers Chaining Speedups enabled when
    compiling with gcc, especially with low optimization levels.
  - Reverted removal of reporting Architectural Perfmon support in pre-defined CPUID modules.
    Windows 8 and Windows 10 require Performance Monitoring to be reported to boot.
    To workaround possible Windows 7 64-bit installation issues: use bx_generic CPUID module,
    which doesn't report Performance Monitoring in CPUID.

- GUI and display libraries
  - The VGA update timer and the status LED timer now always use the realtime mode
    independent from the 'clock' option setting.
  - Added native SDL2 GUI support to Bochs. To enable configure with --with-sdl2.
  - Added new user shortcut "scrlck" (SDL/SDL2 using "Scroll Lock" for fullscreen toggle).
  - Write enhanced gui debugger settings to file on exit and restore on initialization.

- I/O Devices
  - USB
    - xHCI model now emulates a NEC/Renesas uPD720202 device (patch by Ben Lunt).
    - Added USB port specific option 'size' for VVFAT disks (range 128M ... 128G).
      If the size is not specified or invalid, it defaults to 504M.
  - Hard drive / HD image
    - Fixed crash when using a "fixed" type VPC image.

- ROM BIOS
  - Fixed int74_function() for 4-byte (wheel mouse) packets.

- LGPL'd VGABIOS updated from CVS (fixed building VBE modes list)

- Misc
  - Visual Studio workspace files updated to VS2013Ex format.
  - bximage_old/bxcommit: removed old obsolete image manipulation tools.
  - Documentation fixes and updates.

-------------------------------------------------------------------------
Changes in 2.6.6 (June 15, 2014):

- CPU / CPUDB
  - allow sandy bridge configuration even when AVX is not compiled in

- Configure and compile
  - fixed compilation error when 3dnow support is enabled
  - speedup Visual Studio build by almost 20% by adding /Gr compiler option

- Misc
  - fixed minimizing win32 gui window and resolution change while minimized
  - added compiled SeaBIOS 1.7.5 image into Bochs tree along with Bochs BIOS images
  - documentation fixes and updates

-------------------------------------------------------------------------
Changes in 2.6.5 (June 1, 2014):

Brief summary :
- CPU: extra 5-10% emulation speedup with new trace linking optimization
- CPU: implemented new instructions (e.g. AVX-512, SHA, XSAVEC)
- CPUDB: added 2 new CPU models
- Bugfixes for CPU emulation correctness (including some critical ones)
- Gui debugger output window now can be used as a log viewer
- Added built-in slirp (user-mode networking) support (ported from Qemu)
- Added global sound config option and volume control support to the devices
- Added new experimental gui 'vncsrv" using the LibVNCServer library
- Rewrite of the bximage utility in C++ for image creation, conversion and resize

Detailed change log :

- CPU
  - Bugfixes for CPU emulation correctness (critical fixes for XSAVE, VMX, TBM/BMI and RDRAND instructions)
  - Implemented FCS/FDS Deprecation CPU feature
  - Implemented SHA instructions emulation
  - Implemented XSAVEC instruction emulation and XINUSE optimization in the XSAVEOPT instruction
  - Implemented AVX-512 instructions emulation (experimental)
  ! CPUDB: Added Intel(R) Core(TM) i7-4770 CPU (Haswell) configuration to CPUDB
  ! CPUDB: Added AMD A8-5600K APU (Trinity) configuration to CPUDB

  - Replace 'SSE' and 'AVX' .bochsrc option with single 'SIMD' option which controls presence
    of all CPU SIMD extensions from SSE to AVX-512

  - Extra 5-10% emulation speedup with new trace linking optimization. The optimization
    is enabled by default when configuring with --enable-all-optimizations option,
    to disable trace linking optimization configure with --disable-trace-linking.
    The optimization require to compile Bochs with at least -O2 optimization level on gcc.

- Bochs Debugger and Instrumentation
  - Added disam for Bochs internal instruction representation, especially useful for instrumentation
  - Updated definition of instrumentation callbacks, see description in
    instrumentation.txt / Fixed instrumentation examples
  - added capability to use the gui debugger output window as a log viewer

- General
  - Increased max. device log prefix size to 6 and added / modified prefixes
  - plugin version now uses the native DLL handling code for all Windows ports
  - critical bugfixes in save/restore functionality

- Configure and compile
  - configure and compilation fixes for Cygwin and Visual Studio environment
  - configure option --enable-cdrom now only controls the presence of
    platform-specific code for device access
  - building plugin version with MSVC nmake now supported

- Config interface
  - Added global sound control option for the driver and wave input/output
  - Added new bochsrc option to control the speaker output mode
  - Added support to specify the initial time for 'clock' option in ctime(3) string format
  - Added support for the LTDL_LIBRARY_PATH variable with MSVC plugins
  - All SB16 / ES1370 options are now changeable at runtime
  - textconfig: added menu item for saving configuration at runtime
  - Added bochsrc option for the Voodoo Graphics emulation (experimental)

- I/O Devices
  - Hard drive / CD-ROM
    - seek latency implemented for ATA/ATAPI read commands
    - portable ISO image file access now available on all platforms
  - Networking
    - added built-in slirp (user-mode networking) support (ported from Qemu)
    - removed the "slirp backend" support (required external slirp binary)
    - slirp/vnet: all supported TFTP extension options implemented now
  - Sound
    - SB16 / ES1370: added volume control support for wave output
    - SB16: fixed audio distortion when playing stereo wave files
    - ES1370: added 'wavemode' support similar to the SB16
    - soundwin: added capability to specify the ID of the MIDI device to use
  - Serial
    - Serial mouse detection fixes
  - Busmouse
    - Non-functional device rewritten to make it work in DOS and Win95 guests
      (use --enable-busmouse to configure and "mouse: type=bus" at runtime)

- ROM BIOS
  - PS/2 mouse function: allow setting mouse packet size to 4 for wheel support

- GUI and display libraries
  - Added new experimental gui 'vncsrv" using the LibVNCServer library
  - RFB: set maximum resolution to 1280x1024 (same as vncsrv)
  - RFB: don't wait for client connection on startup if timeout is set to 0
  - Added mouse wheel support to the rfb, vncsrv and wx guis
  - wx: added viewer window for the Bochs log output
  - win32: fixes and improvements for the fullscreen mode

- Tools
  - bximage utility rewritten in C++ for image creation, conversion, resize
    and redolog commit. Now vmware4 and vpc images can be created.
2015-07-01 13:39:17 +00:00
ryoon
6c4d1aff4b Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
ryoon
494586876d Remove tricore usermode.
According to linux-user directory, tricore usermode is not provided.
May fix PR pkg/49808.
2015-06-10 20:40:11 +00:00
tsutsui
c6756ffb8d Update xnp2 to 0.84.
Changes from 20140607 (ver.0.83 based snapshot) to ver.0.84

- Change source code base from https://github.com/nonakap/xnp2
  to http://amethyst.yui.ne.jp/svn/pc98/np2/
- Fix abort in XF86VidModeGetModeInfo() on some environments
2015-06-06 17:30:35 +00:00
wiz
eb873984f0 Remove NeoPop-SDL. Development has stopped, last release was from 2004,
mess is better suited if you want to emulate this.
2015-05-31 08:30:47 +00:00
khorben
aeeda22d7d Add patch for CVE-2015-3456.
fdc: force the fifo access to be in bounds of the allocated buffer

During processing of certain commands such as FD_CMD_READ_ID and
FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could
get out of bounds leading to memory corruption with values coming
from the guest.

Fix this by making sure that the index is always bounded by the
allocated memory.

XXX pull-up where applicable
2015-05-16 03:19:54 +00:00
wiz
b8959045b3 Recursive PKGREVISION bump for libzip shlib major bump. 2015-05-04 21:14:24 +00:00
spz
4d1aa92952 fix compat60 (and strip down a lot to a backward compatibility package
to NetBSD 6.1)
introduce compat61 (and compat61-x11 with it) as a backward compatibility
	package to NetBSD 7
add compat61* to mk/emulator/netbsd-compat.mk and emulators/Makefile

some sort of version for the binary compat packages might have been
useful, maybe abusing the DIST_SUBDIR? compat61 is likely to change
if/when NetBSD 6.2 is released
2015-05-03 15:01:11 +00:00
wiz
2b9b107fb9 Update to 0.12:
0.12 (2015-05-03)

- add support for on-disk caches to speed up consecutive runs
- support for ROMs in directories instead of in zip archives
- fix all fixable ROM errors automatically in one run
- speed up database operations by preparing statements only once
- remove torrentzip support (removed in libzip)
2015-05-03 12:13:07 +00:00
ryoon
78d67b3314 Update to 2.3.0
Changelog:
 * Support for 32-bit KVM guests on 64-bit ARM hosts
 * Support for running KVM under valgrind
 * New IvyBridge CPU model for x86 guests
 * Xen: support for ioreq-server API
 * New 5KEc and 5KEf MIPS64r2, and M14K and M14Kc MIPS32r2
   microMIPS CPU models for MIPS guests
 * Basic support for transactional memory extentions in PowerPC guests
 * Improved VGA support for little-endian PPC/pSeries guests
 * PCI bus support for s390x guests
 * Support for automatic guest device unplug when passthrough devices
   are unbound from VFIO host driver
 * Improved UI performance/support for GTK+/VNC/SDL/Spice, and VNC
   support for multiseat
 * Performance improvements for virtio-blk emulation: asynchronous SCSI
   request handling, and disk read merging.
 * QEMU Guest Agent: now also supports file operations in Windows guests,
   can be used to enable/disable memory blocks in linux guests in
   support for memory hotplug.
 * Migration can now include a JSON description of migration stream to aid
   in identifying incompatibilities betweens guests/hosts.
 * And lots more...
2015-04-29 20:30:53 +00:00
joerg
b2648458cf Drop ONLY_FOR_COMPILER, supports it least clang as well. 2015-04-26 13:26:57 +00:00
tnn
255d0cb0b8 Recursive revbump following MesaLib update, categories a through f. 2015-04-25 14:20:17 +00:00
joerg
cb01f209ac Support ARM. 2015-04-21 17:20:39 +00:00
joerg
f27a45ce7d Unlike GCC, clang defines __ARM_NEON__ for all CPUs it expects it to
have, even without forcing NEON as FPU. Consistently use HAVE_NEON.
2015-04-21 17:18:01 +00:00
joerg
9b24fcd2ff addressof is part of STL, so rename the macro. 2015-04-21 17:15:20 +00:00
joerg
4350a2dc18 Support building on ARM. 2015-04-21 17:07:29 +00:00
adam
4606c07235 Revbump after updating devel/boost-libs 2015-04-17 15:52:56 +00:00
joerg
b87722d75d Set correct PLIST variable for ARM. 2015-04-14 14:22:00 +00:00
rodent
a7b568d574 Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
2015-04-13 23:12:40 +00:00
snj
a1862fd437 +libretro-nestopia 2015-04-10 03:16:51 +00:00
snj
5b428fc10d Add libretro-nestopia, a retroarch core based on the nestopia (undead
edition) emulator.
2015-04-10 03:16:17 +00:00
wiz
799621207f Add shared-mime-info rpm to gtk2 emulation package. This matches
what suse121_gtk2 does and fixes the first part of PR 48666, as
Nicolas Joly found out.

Run update-mime-database in INSTALL, and add an appropriate cleanup
rule to DEINSTALL.

Bump PKGREVISION.
2015-04-09 10:40:12 +00:00
adam
9071d6b787 Revbump after updating textproc/icu 2015-04-06 08:17:13 +00:00
wiz
401b724f1a Update mame and mess to 0.160. The usual changes. 2015-04-02 22:33:55 +00:00
joerg
99abda764c When checking for C99 features, it helps to actually use C99. 2015-03-31 16:35:29 +00:00
joerg
2e96f2de06 MACHINE_ARCH can be checked by equality. 2015-03-31 15:27:37 +00:00
joerg
ad4a389123 Help detecting X11 libraries. 2015-03-31 15:27:06 +00:00
joerg
a29cb6107f Don't hard-code use of x86 asm or little endian, but properly detect
suppoprt for either.
2015-03-31 15:26:46 +00:00
joerg
6d5c0915ac Use regparm calling convention only on i386. 2015-03-31 15:25:22 +00:00
joerg
cd0d149892 Replace nasty global asm with a naked function. Avoids killing libbfd
when building with Clang.
2015-03-31 15:24:14 +00:00
joerg
cfee20392e Don't specify scheduling goals. Honour whatever the user sets. 2015-03-31 15:22:40 +00:00
joerg
b20cdcbe23 For ARM, an additional binary is produced, so adjust the PLIST.
Fix mismatches between prototypes and implementations. Use unified ARM
syntax.
2015-03-31 15:20:53 +00:00
joerg
19babc9808 MACHINE_ARCH needs bsd.prefs.mk. 2015-03-31 15:15:02 +00:00
ryoon
235dd6f3d3 Update to 3.11
Changelog:
Not available.
Linux/s390x works like before.
2015-03-24 15:04:11 +00:00
ryoon
243cd12090 Update to 1.0.2
* Built successfully when MAKE_JOBS_SAFE=yes and MAKE_JOBS=16.
* Update EmuTOS to 0.9.4.

Changelog:
*** repository tagged as ARANYM_1_0_2

2014/10/17 - Petr
- sysdeps.h: fixed typo error (I hope) that prevented the build on PPC64
- various files: version++ for the new release

2014/10/17 - version 1.0.1 released
==========

 Just a quick bugfix release:

 o SDL NF CDROM is included in the build correctly
 o JIT is supported on kfreebsd (alternate kernel for Debian OS)
 o some warnings that prevented build on Debian fixed


2014/10/15 - version 1.0.0 released
==========

 Major highlights of this release:

 o JIT CPU compiler now supports also ARM platforms driven by Linux

 o JIT CPU compiler fixes memory management and adds some instructions

 o massive NatFeat HostFS fixes and improvements (symlinks and more)

 o NatFeat CD-ROM for Win32 and SDL

 o NatFeat OSMesa support improved (OpenGL 4.4 / Mesa 10.1.4)
   osmesa.ldg can replace tinygl.ldg now

 o seamless mouse integration and keyboard input improved

 o NVRAM: many country codes added (from current FreeMiNT)

 o libSDL2 is supported now (along with libSDL 1.2.x)

 o Cygwin, MinGW, Mac OS X, CentOS and Debian build fixes

Countless bug fixes and many other under-the-hood improvements are included
as well. This release crowns more than 13 years of continuous development
by many dedicated programmers (listed in the AUTHORS file). Thank you all!
2015-03-24 14:34:57 +00:00
tnn
4371204567 fix PLIST breakage on amd64 2015-03-21 02:20:52 +00:00
tnn
bb95521fa6 needs yacc 2015-03-15 18:40:53 +00:00
tnn
ffeec0bc3c needs yacc 2015-03-15 18:12:13 +00:00
ryoon
0ed7044fcc Update to 2.2.1
Changelog:

2001e19: Update version for v2.2.1 release (Michael Roth)
c70221d: vpc: Fix size in fixed image creation (Kevin Wolf)
07db685: coroutine: Fix use after free with qemu_coroutine_yield() (Kevin Wolf)
c4ca8af: acpi: update generated hex files (Michael Roth)
16765a5: acpi-test: update expected DSDT (Michael Roth)
dab0efc: pc: acpi: fix WindowsXP BSOD when memory hotplug is enabled (Igor
Mammedov)
6c699aa: xen-hvm: increase maxmem before calling xc_domain_populate_physmap
(Stefano Stabellini)
a958b9b: linux-user: Check for cpu_init() errors (Eduardo Habkost)
4ec1b9b: qdev: Avoid type assertion in qdev_build_hotpluggable_device_list()
(Jun Li)
3e04f97: kvm/apic: fix 2.2->2.1 migration (Paolo Bonzini)
00fd890: target-mips: fix broken snapshotting (Leon Alrae)
3d1cd59: update ipxe from 69313ed to 35c5379 (Gerd Hoffmann)
a97f9a7: exec: change default exception_index value for migration to -1 (Paolo
Bonzini)
987aba5: qtest: Fix deadloop by running main loop AIO context's timers (Fam
Zheng)
7d389a2: block/iscsi: fix uninitialized variable (Peter Wu)
2a020d2: fix mc146818rtc wrong subsection name to avoid
vmstate_subsection_load() fail (Zhang Haoyu)
6833856: libcacard: stop linking against every single 3rd party library (Daniel
P. Berrange)
a9eb2b6: qemu-thread: fix qemu_event without futexes (Paolo Bonzini)
4d49de6: vfio-pci: Fix missing unparent of dynamically allocated MemoryRegion
(Alex Williamson)
3750d25: target-arm/translate-a64: Fix wrong mmu_idx usage for LDT/STT (Peter
Maydell)
4ac8b01: hw/input/hid.c Fix capslock hid code (Dinar Valeev)
e60fb7a: sb16: fix interrupt acknowledgement (Paolo Bonzini)
451b9e2: virtio: fix feature bit checks (Cornelia Huck)
0d09315: vt82c686: avoid out-of-bounds read (Paolo Bonzini)
8d1fdb1: target-i386: fix movntsd on big-endian hosts (Paolo Bonzini)
b0a231a: scsi: fix cancellation when I/O was completed but DMA was not. (Paolo
Bonzini)
09e2753: linux-user: Fix broken m68k signal handling on 64 bit hosts (Peter
Maydell)
49725cd: pckbd: set bits 2-3-6-7 of the output port by default (Paolo Bonzini)
fdb2ed4: serial: refine serial_thr_ipending_needed (Paolo Bonzini)
e54bcad: serial: reset thri_pending on IER writes with THRI=0 (Paolo Bonzini)
e1ce0c3: vl.c: fix regression when reading machine type from config file
(Marcel Apfelbaum)
cb3360d: PPC: Fix crash on spapr_tce_table_finalize() (David Gibson)
f738ade: atomic: fix position of volatile qualifier (Paolo Bonzini)
83dbd88: migration/block: fix pending() return value (Vladimir
Sementsov-Ogievskiy)
718ab31: target-xtensa: test cross-page opcode (Max Filippov)
27ad3df: target-xtensa: fix translation for opcodes crossing page boundary (Max
Filippov)
6569578: audio: Don't free hw resources until after hw backend is stopped
(Peter Maydell)
51d703f: linuxboot: fix loading old kernels (Paolo Bonzini)
ebd2bd2: block: Don't probe for unknown backing file format (Kevin Wolf)
9f8da03: qcow2.py: Add required padding for header extensions (Kevin Wolf)
63a3acd: qcow2: Fix header extension size check (Kevin Wolf)
9fc6075: block migration: fix return value (Gary R Hook)
6950b92: block/raw-posix: Fix ret in raw_open_common() (Max Reitz)
9b3f3d6: qcow2: Respect bdrv_truncate() error (Max Reitz)
6f45cda: qcow2: Flushing the caches in qcow2_close may fail (Max Reitz)
1e85e69: qcow2: Prevent numerical overflow (Max Reitz)
ff15187: iotests: Add test for unsupported image creation (Max Reitz)
0a0a984: iotests: Only kill NBD server if it runs (Max Reitz)
b15bfd0: qemu-img: Check create_opts before image amendment (Max Reitz)
10be14e: qemu-img: Check create_opts before image creation (Max Reitz)
6065d54: block: Check create_opts before image creation (Max Reitz)
0fc9a06: block/nfs: Add create_opts (Max Reitz)
1961d1c: block/vvfat: qcow driver may not be found (Max Reitz)
e81703b: block: Omit bdrv_find_format for essential drivers (Max Reitz)
7e213f8: block: Make essential BlockDriver objects public (Max Reitz)
2015-03-13 09:09:12 +00:00
tnn
8abae263ab unconditionally needs dlopen 2015-03-12 16:48:40 +00:00
tnn
98f05118bf Partially revert previous, apparently there exists "make emul-distinfo"
Turn "make distinfo" into an error instead.
Thanks to anonymous for the hint.
2015-03-10 01:42:13 +00:00
tnn
f456c1a3b5 interim make distinfo handling until we decide how to do a generic fix 2015-03-08 19:03:32 +00:00
tnn
c9632aa0f3 Address issues raised by agc@ to make the github master site handling
more pkgsrcesque.

1) turn _USE_GITHUB into an internal infrastructure variable
2) put back MASTER_SITES in packages' Makefiles.
3) encode the account in the master site URL, remove GH_ACCOUNT
4) rename GH_PROJECT to GITHUB_PROJECT
5) rename GH_TAGNAME to GITHUB_TAG and allow it to accept commit hash
   as well as tag. GH_COMMIT is gone.
6) turn on this functionality when MASTER_SITES matches a predefined github
   pattern instead of via explicit USE_GITHUB setting.
2015-03-07 21:14:32 +00:00
tnn
90fed4c222 convert to USE_GITHUB 2015-03-07 14:25:48 +00:00
tnn
2db2ff57e8 ftp.digital.com is long gone. Amazingally this is still up on ftp.hp.com. 2015-03-06 19:49:58 +00:00
tnn
8ad56a8573 Replace user-exec.c patch with cleaned up version which was sent upstream.
Includes PR pkg/49723 fix for sparc64.
2015-03-06 13:22:03 +00:00
snj
7ec1a88e51 also install ecm as unecm, since the binary behaves differently if invoked
under that name.

bump PKGREVISION to 1.
2015-03-04 05:53:52 +00:00
tnn
bfbd5e42ce add modules for webp, xslt and lsb 2015-03-02 19:47:41 +00:00
tnn
c1452b128f appease pkglint 2015-03-02 19:40:08 +00:00
tnn
28ee096f32 Added emulators/suse131_lsb 2015-03-02 19:37:59 +00:00
tnn
b0b9cf7d55 Added emulators/suse131_libwebp 2015-03-02 19:34:33 +00:00
tnn
3407988c19 swrast_dri.so needs libLLVM.
Although not strictly GLX related I'm adding it directly here for now to
avoid the overhead of an extra package.
Bump PKGREVISION.
2015-03-02 19:31:00 +00:00
tnn
8b6e57a5ec libgstvideo needs liborc. Bump PKGREVISION. 2015-03-02 19:25:58 +00:00
tnn
409611b38f Import suse32_libwebp-13.1 as emulators/suse131_32_libwebp.
VP8 codec library.
2015-03-02 19:18:37 +00:00
tnn
c6ab1c4dd2 Import suse_libwebp-13.1 as emulators/suse131_libwebp.
VP8 codec library.
2015-03-02 19:18:08 +00:00
tnn
bb70267e5f Import suse32_lsb-13.1 as emulators/suse131_32_lsb.
This package provides runtime loader symlinks conformant to LSB 4.0.
2015-03-02 19:14:36 +00:00
tnn
ac97603558 Import suse_lsb-13.1 as emulators/suse131_lsb.
This package provides runtime loader symlinks conformant to LSB 4.0.
2015-03-02 19:14:08 +00:00
tnn
7a6767dd3a Pull in more gstreamer rpms.
Bump PKGREVISION.
2015-03-02 18:13:45 +00:00
tnn
777f8c1ab2 add suse131_libxslt 2015-03-02 16:58:32 +00:00
tnn
e1e73ee554 Import suse32_libxslt-13.1 as emulators/suse131_32_libxslt. 2015-03-02 16:55:39 +00:00
tnn
5f33cf886e Import suse_libxslt-13.1 as emulators/suse131_libxslt. 2015-03-02 16:54:55 +00:00
ryoon
161420881c Bump PKGREVISION.
* Fix glibc security issues.
  http://lists.opensuse.org/opensuse-updates/2015-02/msg00089.html
2015-03-01 04:24:25 +00:00
joerg
0f39fa2cd8 Fix segfault handling on ARM to fix segfault handling on ARM. 2015-02-28 23:43:32 +00:00
wiz
317564424e Update mame and mess to 0.159. The usual changes.
Three patches were accepted upstream.
2015-02-28 11:58:53 +00:00
ryoon
f05f517e5e Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
joerg
1041ce32ed Needs libSM. For clang, add explicit -std=c++11. Fix C++ syntax. 2015-02-21 02:01:59 +00:00
wiz
dc14cd77bc add checksum for a patch that was added for rpi support 2015-02-19 21:56:27 +00:00
joerg
b49dbc33b1 Fix byte endian handling for ARM. 2015-02-19 14:18:23 +00:00
wiz
7e15ca3561 Fix core dump during startup:
unexpected error from c library during 'pthread_mutex_unlock': operation not permitted
based on patch from FreeBSD ports via Stephen Black in PR 49671.

Fix some pkglint while here.

Bump PKGREVISION.
2015-02-18 08:50:44 +00:00
jperkin
fbefd000e6 Put back PKGNAME definitions. 2015-02-16 10:15:43 +00:00
snj
6d7c698631 +libretro-vba-next 2015-02-13 21:21:58 +00:00
snj
9b94f38613 Import libretro-vba-next-20150105 as emulators/libretro-vba-next.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

VBA Next is an optimized port of the VBA-M Nintendo Game Boy Advance video
game system emulator.
2015-02-13 21:21:03 +00:00
jmcneill
19b7a25aa3 add raspberrypi support 2015-02-13 19:47:51 +00:00
snj
f1815556ef Update yabause to 0.9.14.
Changes:
 general:
  - Fixed crash when bin is not found in a bin/cue.
  - Added Traditional Chinese translation.
  - Added Japanese translation.
  - Added Russian translation.
  - Updated German translation.
  - Added inline SH2 assembler function to main emulation code.
  - Fixed miscellaneous memory leak/uninitialized variables.
  - Added Stunner/Virtua Gun emulation
  - Added USB Dev cartridge emulation
  - Added SDL2 support
 emulated bios:
  - Work around fix for games trying to change scu mask from slave sh2
    when using hle bios. Fixes Astal.
 gtk port:
  - Added extra checks to resolution setting to avoid potential leaks
    or crashing.
 qt port:
  - Fixed an issue where coff/elf files weren't selectable when using
    memory transfer function.
  - Fixed a bug where qt volume slider wasn't showing the saved value
    on startup.
  - Mouse will now optionally auto-hide with no movement
  - Added gui for inline assembler.
  - Revised Mouse emulation handling, added sensitivity setting.
  - Other fixes
 video:
  - Fixed a bug where coordinate y increment wasn't being initialized under
    a specific set of circumstances. Should fix hang in Radiant Silvergun
    using OpenGL rendering.
  - Fixed Special Color Calculation mode 2
2015-02-13 05:45:09 +00:00
snj
a10944479a +emulationstation 2015-02-12 22:48:28 +00:00
snj
332d3948ac Import emulationstation-2.0.0_rc1_20150210 as emulators/emulationstation.
EmulationStation is a graphical and themeable emulator front-end that allows
you to access all your favorite games in one place, even without a keyboard!

It targets computers connected to a television (like HTPCs, media boxes, and
the Raspberry Pi).
2015-02-12 22:48:02 +00:00
obache
c6d721ccf8 Revert
define PKGNAME instead of fake DISTNAME
PKGNAME is unstable variable in current pkgsrc framework, so packages must not
rely on it.
2015-02-11 09:38:12 +00:00
jmcneill
060b6d0b27 + libretro-mednafen-pce-fast 2015-02-11 00:16:52 +00:00
jmcneill
341c4321cf Import libretro-mednafen-pce-fast-20150210 as emulators/libretro-mednafen-pce-fast.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Beetle/Mednafen PCE FAST is a TurboGrafx-16/NEC PC Engine/CD video game
system emulator.
2015-02-11 00:16:25 +00:00
wiz
32e93c0a3e Patch was accepted upstream, add mame pull request URL. 2015-02-10 23:29:18 +00:00
jmcneill
12efba915c Switch from git snapshot to release (r22), and make dynarec work on
NetBSD/arm.
2015-02-10 17:51:37 +00:00
adam
54e7c159c5 Changes 1.7.36:
Some preliminary 64-bit support for Mac OS X.
Support for configuring speakers in Winecfg.
Improved support for Mac OS X Trash folder.
Support for typographic features in DirectWrite.
Various bug fixes.
2015-02-09 13:30:44 +00:00
snj
8066de410a Recursive bump for SDL2-using packages. 2015-02-09 08:43:13 +00:00
jmcneill
f437c86b2e + gpsp-rpi 2015-02-06 02:02:32 +00:00
jmcneill
20cda50cfc Import gpsp-rpi-20150205 as emulators/gpsp-rpi.
gameplaySP (gpSP for short) is a GBA emulator written completely from
scratch. It is still pretty young (only having started a 3 months prior
to the first release) and thus rather immature, but it does a decent
job of playing a number of games, and is being improved upon somewhat
regularly. It is currently somewhat minimalistic, in the sourcecode,
presentation, and features. Its number one focus is to deliver a GBA
gaming experience in the most playable way that PSP can manage, with
frills being secondary (although still a consideration, at least for
some of them).

This version of gpSP is optimized for the Raspberry Pi.
2015-02-06 02:02:03 +00:00
jmcneill
b91d9a1ab0 + libretro-stella 2015-02-05 22:39:26 +00:00
jmcneill
0393045d3a Import libretro-stella-20150205 as emulators/libretro-stella.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Stella is an Atari 2600 video game system emulator.
2015-02-05 22:38:59 +00:00
wiz
578cc67c8d It's either rpi or MesaLib. Try to express this using pkgsrc options.
Based on a comment by jmcneill.
2015-02-05 21:02:37 +00:00
wiz
75ff294089 Fix build on NetBSD. 2015-02-05 17:42:06 +00:00
wiz
2d6e8329c0 Use MesaLib only on non-arm.
Support dynarec option on i386 and x86_64 too.
2015-02-05 17:33:12 +00:00
wiz
50150ea00f Add MesaLib/bl3.mk. Still doesn't build for me but gets further. 2015-02-05 17:22:26 +00:00
wiz
8573e5f81a Since options are ARM-specific, but options framework insists on having
at least one option, include options.mk only on ARM.
2015-02-05 17:17:11 +00:00
jmcneill
60e7dbfcc4 for non-arm, use platform=unix 2015-02-05 17:15:52 +00:00
wiz
c75afefdaa NetBSD police. 2015-02-05 16:57:53 +00:00
wiz
91e5061bb8 Use bsd.fast.prefs.mk. 2015-02-05 16:57:36 +00:00
wiz
69f2421c1c Fix installation. Replace interpreter in an installed python script,
and depend on python for it.
2015-02-05 16:46:17 +00:00
wiz
f7bc804e0d Add bash to USE_TOOLS. 2015-02-05 16:38:47 +00:00
jmcneill
d3dac669b8 fix DISTNAME vs PKGNAME 2015-02-05 16:23:11 +00:00
jmcneill
5dbf18c8d2 + libretro-catsfc 2015-02-05 02:24:06 +00:00
jmcneill
1bab95be42 Import libretro-catsfc-20150204 as emulators/libretro-catsfc.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

CATSFC is a Super Nintendo video game system emulator.
2015-02-05 02:23:37 +00:00
jmcneill
cb94658cc4 + libretro-gambatte 2015-02-05 01:41:40 +00:00
jmcneill
2bb867aea1 Import libretro-gambatte-20150204 as emulators/libretro-gambatte.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Gambatte is a Nintendo Game Boy/Game Boy Color video game system emulator.
2015-02-05 01:40:45 +00:00
jmcneill
4249c6669a + libretro-snes9x-next 2015-02-05 00:16:51 +00:00
jmcneill
0b127f9f55 Import libretro-snes9x-next-20150204 as emulators/libretro-snes9x-next.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

SNES9x Next is a Super Nintendo video game system emulator.
2015-02-05 00:16:25 +00:00
jmcneill
009b1fcb8b + retroarch libretro-fceumm libretro-mupen64plus libretro-pcsx-rearmed libretro-picodrive 2015-02-04 23:05:48 +00:00
jmcneill
3736bab10e Import libretro-pcsx-rearmed-20150204 as emulators/libretro-pcsx-rearmed.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

PCSX ReARMed is a Sony PlayStation1 video game system emulator.
2015-02-04 23:04:17 +00:00
jmcneill
17655018ca Import libretro-mupen64plus-20150204 as emulators/libretro-mupen64plus.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

Mupen64Plus is a Nintendo 64 video game system emulator.
2015-02-04 23:02:12 +00:00
jmcneill
f265eda7a2 Import libretro-picodrive-20150203 as emulators/libretro-picodrive.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

PicoDrive is a Sega 8/16 bit video game system emulator.
2015-02-04 22:58:13 +00:00
jmcneill
33d70643db Import libretro-fceumm-20150204 as emulators/libretro-fceumm.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that specializes
in extensive mapper support.
2015-02-04 22:57:29 +00:00
jmcneill
1f20ce12ec Import retroarch-0.0.20150203 as emulators/retroarch.
Libretro is a simple but powerful development interface that allows for the
easy creation of emulators, games and multimedia applications that can plug
straight into any libretro-compatible frontend. This development interface is
open to others so that they can run these pluggable emulator and game cores
also in their own programs or devices.

RetroArch is the official reference frontend for the libretro API.
2015-02-04 22:56:43 +00:00
wiz
228f48f2e7 Add upstream bug report URL. 2015-01-29 21:52:10 +00:00
wiz
dbd105df67 Use upstream patch. 2015-01-29 21:48:15 +00:00
wiz
7370f888f3 Add upstream bug report URLs. 2015-01-29 20:08:16 +00:00
wiz
6178e0c9f6 Update to 0.158: the usual changes. 2015-01-29 20:00:38 +00:00
wiz
b8ef36b456 Update to 0.158. The usual changes. 2015-01-29 20:00:29 +00:00
obache
41d49fe37b Apply following update to suse131_libpng, bump PKGREVISION.
openSUSE Security Update: Security update for libpng16
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0161-1
Rating:             important
References:         #912076 #912929
Cross-References:   CVE-2014-9495 CVE-2015-0973
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes two vulnerabilities is now available.

Description:


   libpng was updated to fix some security issues:

   * CVE-2014-9495 [bnc#912076]: Heap-buffer overflow png_combine_row() with
     very wide interlaced images

   * CVE-2015-0973 [bnc#912929]: overflow in png_read_IDAT_data

   libpng is now also build with -DPNG_SAFE_LIMITS_SUPPORTED.


Patch Instructions:

   To install this openSUSE Security Update use YaST online_update.
   Alternatively you can run the command listed for your product:

   - openSUSE 13.2:

      zypper in -t patch openSUSE-2015-79

   - openSUSE 13.1:

      zypper in -t patch openSUSE-2015-79

   To bring your system up-to-date, use "zypper patch".


Package List:

   - openSUSE 13.2 (i586 x86_64):

      libpng16-16-1.6.13-2.4.1
      libpng16-16-debuginfo-1.6.13-2.4.1
      libpng16-compat-devel-1.6.13-2.4.1
      libpng16-debugsource-1.6.13-2.4.1
      libpng16-devel-1.6.13-2.4.1
      libpng16-tools-1.6.13-2.4.1
      libpng16-tools-debuginfo-1.6.13-2.4.1

   - openSUSE 13.2 (x86_64):

      libpng16-16-32bit-1.6.13-2.4.1
      libpng16-16-debuginfo-32bit-1.6.13-2.4.1
      libpng16-compat-devel-32bit-1.6.13-2.4.1
      libpng16-devel-32bit-1.6.13-2.4.1

   - openSUSE 13.1 (i586 x86_64):

      libpng16-16-1.6.6-16.1
      libpng16-16-debuginfo-1.6.6-16.1
      libpng16-compat-devel-1.6.6-16.1
      libpng16-debugsource-1.6.6-16.1
      libpng16-devel-1.6.6-16.1
      libpng16-tools-1.6.6-16.1
      libpng16-tools-debuginfo-1.6.6-16.1

   - openSUSE 13.1 (x86_64):

      libpng16-16-32bit-1.6.6-16.1
      libpng16-16-debuginfo-32bit-1.6.6-16.1
      libpng16-compat-devel-32bit-1.6.6-16.1
      libpng16-devel-32bit-1.6.6-16.1


References:

   http://support.novell.com/security/cve/CVE-2014-9495.html
   http://support.novell.com/security/cve/CVE-2015-0973.html
   https://bugzilla.suse.com/show_bug.cgi?id=912076
   https://bugzilla.suse.com/show_bug.cgi?id=912929
2015-01-29 00:11:32 +00:00
joerg
f6f1de5888 Not MAKE_JOBS_SAFE. 2015-01-25 13:09:33 +00:00
obache
5be2a0a5f4 Apply following update to suse131_openssl, bump PKGREVISION.
openSUSE Security Update: Security update for openssl
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0130-1
Rating:             important
References:         #911399 #912014 #912015 #912018 #912292 #912293
                    #912294 #912296
Cross-References:   CVE-2014-3569 CVE-2014-3570 CVE-2014-3571
                    CVE-2014-3572 CVE-2014-8275 CVE-2015-0204
                    CVE-2015-0205 CVE-2015-0206
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes 8 vulnerabilities is now available.

Description:


   openssl was updated to 1.0.1k to fix various security issues and bugs.

   More information can be found in the openssl advisory:
   http://openssl.org/news/secadv_20150108.txt

   Following issues were fixed:

   * CVE-2014-3570 (bsc#912296): Bignum squaring (BN_sqr) may have produced
     incorrect results on some platforms, including x86_64.

   * CVE-2014-3571 (bsc#912294): Fixed crash in dtls1_get_record whilst in
     the listen state where you get two separate reads performed - one for
     the header and one for the body of the handshake record.

   * CVE-2014-3572 (bsc#912015): Don't accept a handshake using an ephemeral
     ECDH ciphersuites with the server key exchange message omitted.

   * CVE-2014-8275 (bsc#912018): Fixed various certificate fingerprint issues.

   * CVE-2015-0204 (bsc#912014): Only allow ephemeral RSA keys in export
     ciphersuites

   * CVE-2015-0205 (bsc#912293): A fixwas added to prevent use of DH client
     certificates without sending certificate verify message.

   * CVE-2015-0206 (bsc#912292): A memory leak was fixed in
     dtls1_buffer_record.

References:

   http://support.novell.com/security/cve/CVE-2014-3569.html
   http://support.novell.com/security/cve/CVE-2014-3570.html
   http://support.novell.com/security/cve/CVE-2014-3571.html
   http://support.novell.com/security/cve/CVE-2014-3572.html
   http://support.novell.com/security/cve/CVE-2014-8275.html
   http://support.novell.com/security/cve/CVE-2015-0204.html
   http://support.novell.com/security/cve/CVE-2015-0205.html
   http://support.novell.com/security/cve/CVE-2015-0206.html
   https://bugzilla.suse.com/show_bug.cgi?id=911399
   https://bugzilla.suse.com/show_bug.cgi?id=912014
   https://bugzilla.suse.com/show_bug.cgi?id=912015
   https://bugzilla.suse.com/show_bug.cgi?id=912018
   https://bugzilla.suse.com/show_bug.cgi?id=912292
   https://bugzilla.suse.com/show_bug.cgi?id=912293
   https://bugzilla.suse.com/show_bug.cgi?id=912294
   https://bugzilla.suse.com/show_bug.cgi?id=912296
2015-01-24 01:01:54 +00:00
obache
ac2517ed34 Apply following update for suse131_libdbus, bump PKGREVISION.
openSUSE Security Update: Security update for dbus-1
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0111-1
Rating:             moderate
References:         #912016
Cross-References:   CVE-2012-3524 CVE-2014-8148
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes two vulnerabilities is now available.

Description:


         This update fixes the following security issues:
     * CVE-2014-8148:
       - Do not allow calls to UpdateActivationEnvironment from uids
         other than the uid of the dbus-daemon. If a system service installs
   unsafe security policy rules that allow arbitrary method calls (such as
   CVE-2014-8148) then this prevents memory consumption and possible
   privilege escalation via UpdateActivationEnvironment.
    * CVE-2012-3524: Don't access environment variables (bnc#912016)

References:

   http://support.novell.com/security/cve/CVE-2012-3524.html
   http://support.novell.com/security/cve/CVE-2014-8148.html
   https://bugzilla.suse.com/show_bug.cgi?id=912016
2015-01-23 10:34:08 +00:00
obache
677b1a19eb openSUSE Security Update: Security update for jasper
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0042-1
Rating:             moderate
References:         #909474 #909475
Cross-References:   CVE-2014-8137
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that solves one vulnerability and has one errata
   is now available.

Description:


         The follow issues were fixed with this update:
         - CVE-2014-8137  double-free in jas_iccattrval_destroy()(bnc#909474)
         - CVE-2014-8138  heap overflow in jas_decode() (bnc#909475)


References:

   http://support.novell.com/security/cve/CVE-2014-8137.html
   https://bugzilla.suse.com/show_bug.cgi?id=909474
   https://bugzilla.suse.com/show_bug.cgi?id=909475
2015-01-15 09:37:05 +00:00
obache
09006094fc openSUSE Security Update: Security update for libsndfile
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2015:0041-1
Rating:             moderate
References:         #911796
Cross-References:   CVE-2014-9496
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   Changes in libsndfile: two buffer read overflows in sd2_parse_rsrc_fork()
   (CVE-2014-9496, bnc#911796): backported upstream fix patches

References:

   http://support.novell.com/security/cve/CVE-2014-9496.html
   https://bugzilla.suse.com/show_bug.cgi?id=911796
2015-01-15 09:33:55 +00:00
wiedi
f13aa9f753 Disable coroutine-pool on SunOS to work around "Co-routine is yielding to no one". 2015-01-08 23:00:42 +00:00
wiedi
041eaf6e20 fix build on SunOS 2015-01-07 21:39:24 +00:00
nat
1328f0e811 Fix freeze in audio callback on close.
Bump PKGREVISION.

This commit was approved by wiz@.
2015-01-03 11:21:07 +00:00
wiz
f530112db1 Update mame and mess to 0.157. The usual improvements. 2015-01-02 15:54:24 +00:00
dholland
dd27b505b6 Document ONLY_FOR_PLATFORM. In addition to some i386 assembler, this
one has a simple i386-generating dynamic recompiler... which looks
intriguingly plausible to expand on if anyone's bored and finds this
kind of thing interesting.
2015-01-01 10:56:23 +00:00
dholland
f6a353496a Uses i386 assembler. 2015-01-01 10:46:32 +00:00
dholland
94f52ad317 Document ONLY_FOR_PLATFORM. 2015-01-01 10:44:54 +00:00
dholland
c062cc4a5f Use BROKEN_EXCEPT_ON_PLATFORM for missing configs. 2015-01-01 10:38:24 +00:00
dholland
a57f44f8e8 Document ONLY_FOR_PLATFORM. 2015-01-01 10:31:01 +00:00
dholland
079e84349d Document ONLY_FOR_PLATFORM and extend it to all the BSDs - this only
requires openpty from libutil. (I think some Linux libcs even support
this, or used to. But I'm not sure, so I'm leaving that out.)
2015-01-01 10:26:17 +00:00
dholland
bf4e24d104 document ONLY_FOR_PLATFORM 2015-01-01 10:18:42 +00:00
dholland
c1d225afe5 Mark this broken on all LP64PLATFORMS, not just alpha. If it actually
works for you, let me know. (I haven't tried, just systematizing what's
already here.)
2015-01-01 10:08:13 +00:00
dholland
c19ea866f4 Broken on x86_64. Supposedly supports alpha, which is why this restriction
isn't all LP64PLATFORMS. Open question whether this package is worth fixing,
though.
2015-01-01 10:05:52 +00:00
dholland
6d56b5c29b Use BROKEN_ON_PLATFORM with LP64PLATFORMS. 2015-01-01 10:03:57 +00:00
dholland
1ca15cf1e6 Document NOT_FOR_PLATFORM, which was previously recorded only in the
CVS history. This package is very not 64-bit clean.
2015-01-01 09:57:54 +00:00
dholland
87aa96224b Add NetBSD support for PowerPC cache line handling. From Ben Gergely
in PR 48865.
2014-12-27 01:53:55 +00:00
rodent
006c9c2034 Added the suse131 gstreamer and sqlite3 versions and their 32-bit variants.
OK'd by pkgsrc-pmc@ in private mail. This fixes build failure with
wip/skype4.
2014-12-17 01:40:51 +00:00
rodent
9cedfdfbb0 Import suse_sqlite3-13.1 as emulators/suse131_sqlite3.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the sqlite3 shared libraries.
2014-12-17 01:38:47 +00:00
rodent
2d5a4123af Import suse32_sqlite3-13.1 as emulators/suse131_32_sqlite3.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the sqlite3 shared libraries.
2014-12-17 01:37:14 +00:00
rodent
d49d99512d Import suse_gstreamer-13.1 as emulators/suse131_gstreamer.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the gstreamer shared libraries.
2014-12-17 01:35:07 +00:00
rodent
6254b6063d Import suse32_gstreamer-13.1 as emulators/suse131_32_gstreamer.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the gstreamer shared libraries.
2014-12-17 01:32:54 +00:00
obache
7b8b8ba8df Update jasper pkg in suse131_gtk2.
Bump PKGREVISION to 4.

   openSUSE Security Update: Security update for jasper
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1644-1
Rating:             moderate
References:         #906364
Cross-References:   CVE-2014-9029
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   jasper was updated to fix one security issue.

   This security issue was fixed:
   - Heap overflows in libjasper (CVE-2014-9029).
2014-12-16 01:59:04 +00:00
ryoon
724d7e48fa Fix packaging. It was my misunderstanding.
Thank you, wiz@.
2014-12-12 15:36:03 +00:00
ryoon
838d768225 Remove obsolete patch.
Thank you, wiz@.
2014-12-12 09:57:43 +00:00
ryoon
5c4402721c Update to 2.2.0
Changelog:
# System emulation
## Future incompatible changes
* Three options are using different names on the command line and in configuration file. In particular:
** The "acpi" configuration file section matches command-line option "acpitable";
** The "boot-opts" configuration file section matches command-line option "boot";
** The "smp-opts" configuration file section matches command-line option "smp".

Starting with QEMU xyz.jkl, -readconfig will standardize on the name for the command line option.

## ARM
* Support for loading a device tree even with no -kernel option or when booting ELF images
* Support for input interrupts in the PL061 GPIO controller
* TCG can emulate breakpoints and watchpoints.
* Support for PSCI firmware interface emulating in TCG
** enables clean shutdown from non-kvm guests

## MIPS
* Support for MIPS64 Release 6 emulation.
* Support for MIPS SIMD Architecture emulation.
* Fix for incorrectly handled delay slots in MIPS16 and microMIPS.

## PowerPC
* Mac OS X 10.2, 10.3 and 10.4 guests run with the mac99 machine type.
* Bugfixes and optimization for TCG emulation of PowerPC targets.

### IBM (pSeries)
* Support for the "nmi" monitor command, to enter the kernel debugger.
* Live migration support for NVRAM

### Freescale (BookE)
* Breakpoint support on KVM.
* Support for the e500 platform bus and dynamic instantiation of FreeScale eTSEC devices (-device eTSEC).
* Support for MPC8XXX gpio controller to enable shutdown with 3.19+ Linux guests
## s390
* Enhance support for boot from DASD to handle more formats.
* Support for memory hotplug.
* Support for cpu state handling and migration.
* Support for booting newer kernels under TCG.
* Improved SMP startup and cpu online/offline performance especially for large guests

## SPARC
* Emulation of TCX hardware acceleration (allows X to run under NetBSD and Solaris)
* NetBSD and OpenBSD can now run under qemu-system-sparc64 in -nographic mode

## TriCore
* New target.

## x86
* Support for IOMMU (VT-d) emulation on the Q35 machine type, enabled with "-machine iommu=on".
* Support for specifying drives in short form on the command-line (i.e. using -cdrom, -hda, -drive if=ide) on the Q35 machine type.
* TCG is reported to run QNX.
* All CPUs now work with "-cpu MODEL,enforce", of course as long as TCG or KVM support the CPU's set of features. Previously, a few CPUs included extraneous CPUID flags that cause "-cpu MODEL,enforce" to fail.

## KVM
* More robust live migration of the kvm pv clock
* Support for AVX512

## Xen
* QEMU can now boot a bzImage or multiboot kernel under Xen, using the command line option -kernel.

## Xtensa
* New script for automatic core import from xtensa configuration overlay.

## Device emulation and assignment
* The boot order set for hot-plugged devices will take effect during reboot. In addition, the boot order can be dynamically modified via QOM.

### IDE
* More accurate emulation of AHCI, especially visible with Windows guests.

### SCSI
* Passthrough of vendor-specific commands now works (only with the virtio-scsi HBA).
* Initial support in virtio-scsi for a threaded backend, which is used in the same way as virtio-blk ("-object iothread,id=id" and "-device virtio-scsi-pci,iothread=id"). Note that the code has known thread-safety problems that can lead to QEMU using freed memory. They should not happen in normal use, they can be triggered easily by malicious guests. This option should only be used if you are interested in making relevant parts of QEMU thread safe.
* Support for LSI MegaRAID SAS 2108 HBAs (-device megasas-gen2). Note that booting from this device does not work yet.
* virtio-scsi can now execute Abort Task and Abort Task Set task management functions asynchronously.

### PCI/PCIe
* MSIs are now (correctly) disabled until bus master DMA is enabled for the device.
* Support for ARI forwarding on PCIe root ports.

### USB
* Support for hot-plugging XHCI/EHCI/UHCI controllers (in the case of EHCI/UHCI, only if there are no companion controllers).
* Support for USB 2.0 (high speed) mice and keyboards, complementing the existing support for high speed USB tablets. High speed devices avoid the less efficient UHCI controller, and thus use less CPU on the host.

### VGA
* The default vga device on x86 has been switched from cirrus to stdvga, which works better for most guests. However, Windows XP will not suspend to RAM anymore; the change can be undone with "-vga cirrus" and does not affect PC machine types of versions 2.1 and earlier.

## Character devices
* Support for automatic reconnection of client sockets (e.g. "-chardev socket,host=localhost,port=12345,nowait,reconnect=5").

## GUI
### Monitor
* The "info pcmcia" command was removed. PCMCIA hotplug was never implemented, and thus the command could only return static information.

## Network
* Samba 4.1 is now supported.

## Block devices in system emulation
* The list of functionality now supported in threaded virtio-blk backend is growing: new in 2.2 are resizing of disks, device hot-unplug, the embedded NBD server, and background jobs (backup, stream, mirror, commit).

# Block devices and tools
* QEMU is more resistent against failure of large allocations in the block layer
* Support for Archipelago as a QEMU block backend
* Support for Parallels images larger than 2TB.
* Migration now works when using qcow2 over Ceph.
* Network-based drivers (NBD, libiscsi, etc.) now work on Win32 hosts too.
* Source image cache mode can be set for qemu-img check, convert and rebase
* qemu-nbd has a new --detect-zeroes option.
* Progress report for qemu-img commit and qemu-img amend

# TCG
* In icount mode, it is possible to slow down emulation to match the requested CPU frequency (thus ensuring that the host and guest clocks remain aligned). This is enabled with "-icount N,align=on".
* A new "victim TLB" provides a 5-10% performance improvement.

# Tracing
* QEMU provides a SystemTap script that outputs binary trace data, for use in flight-recorder mode. The resulting traces can be parsed with QEMU's simpletrace.py script (using the --no-header command-line option).

# User-mode emulation
* New option: setting AT_RANDOM auxval with -seed option or QEMU_RAND_SEED env variable
* New system calls supported
** timerfd_create, timerfd_gettime and timerfd_settime
** ioprio_get and ioprio_set
** setns
** unshare
* epoll_pwait has been enabled on ARM
* Signal handling support added for PPC64
* Emulated contents of /proc/self/maps fixed
2014-12-11 14:04:59 +00:00
joerg
536adef93c Preserve all of our environment. 2014-12-10 23:23:36 +00:00
joerg
ea23e307cc Provide library search path for X11 libs. 2014-12-10 23:23:09 +00:00
dholland
2dbc88264d Update to 1.99.10. Upstream change:
Add workaround for OpenBSD's srand/srandom breakage.
2014-12-10 05:46:00 +00:00
joerg
55ce55f12f Ignore warnings about implicit pointer-to-true casts. 2014-12-09 22:37:11 +00:00
ryoon
61df09a294 Update to 0.6.0.1
Changelog:
[20140817]  Release 0.6.0.1. It has been a while since the last
release, and the SVN repository mirror at Sourceforge seems to be
broken, so it felt reasonable to package the current code into a
patch release. Not much has happened feature-wise since 0.6.0.

[20140816]  On FreeBSD/amd64 with GCC 4.2.1 as the default compiler,
you may need to install GCC 4.8.4 and run the configure script like
this to avoid triggering a bug in the default compiler:

CXX=c++48 CXXFLAGS=-Wl,-rpath,/usr/local/lib/gcc48 ./configure

[20110820]  Not much coding lately. The only thing worth mentioning
is that the Dreamcast emulation mode now gets further when running
Marcus Comstedt's test programs, and also shows "something" when
booting the PROM from my real Dreamcast. (This was in the legacy
Dreamcast mode, for fun. I haven't had time to work on the new
framework at all.)

[20100729]  Uploaded a clip to YouTube, showing the NetBSD/pmax
install procedure in GXemul.
2014-12-08 20:55:19 +00:00
rodent
4f4d1a3c3d Used by suse121_{gstreamer,sqlite3}. 2014-12-04 22:06:03 +00:00
rodent
b9a3f50100 EMUL_MODULES.linux=base 2014-12-04 22:03:01 +00:00
rodent
f492def4bd +suse121_{,32_}{gstreamer,sqlite}. 2014-12-04 19:57:01 +00:00
rodent
d63d17d712 Import suse32_gstreamer-12.1 as emulators/suse121_32_gstreamer.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the gstreamer shared libraries.
2014-12-04 19:54:12 +00:00
rodent
6a0192ad75 Import suse_gstreamer-12.1 as emulators/suse121_gstreamer.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the gstreamer shared libraries.
2014-12-04 19:51:42 +00:00
rodent
19c83e7eb0 Import suse32_sqlite3-12.1 as emulators/suse121_32_sqlite3.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the sqlite3 shared libraries.
2014-12-04 19:49:20 +00:00
rodent
495a64a0f7 Import suse_sqlite3-12.1 as emulators/suse121_sqlite3.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.

This package supports running ELF binaries linked with glibc2 that
require the sqlite3 shared libraries.
2014-12-04 19:46:28 +00:00
rodent
315c9978fe Add support for gstreamer and sqlite packages (incoming). 2014-12-04 19:42:17 +00:00
rodent
395b7bdf78 Add libQtWebKit files to this package too. Bump PKGREVISION. 2014-12-04 18:52:56 +00:00
rodent
3bf2667773 Add checksums for 32 bit distfiles. 2014-12-04 16:46:03 +00:00
rodent
6996211391 Add libQtWebkit4 to RPMPKGS. These files are part of x11/qt4-libs and are
required for the latest version of Skype. As a side note, none of the sites
in MASTER_SITE_SUSE work. Bump PKGREVISION.
2014-12-04 16:37:40 +00:00
obache
e3f22877d5 Bump suse131_libdbus PKGREVISION to 5.
openSUSE Recommended Update: dbus-1
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1548-1
Rating:             moderate
References:
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   This recommended update for dbus-1 fixes the following issues:
   - Update to 1.8.12:
     + Partially revert the CVE-2014-3639 patch by increasing the default
       authentication timeout on the system bus from 5 seconds back to 30
       seconds, since this has been reported to cause boot regressions for
       some users, mostly with parallel boot (systemd) on slower hardware. On
       fast systems where local users are considered particularly hostile,
       administrators can return to the 5 second timeout (or any other value
       in milliseconds) by saving this as /etc/dbus-1/system-local.conf:
       <busconfig> <limit name="auth_timeout">5000</limit> </busconfig>
       (fdo#86431)
     + Add a message in syslog/the Journal when the auth_timeout is exceeded
       (fdo#86431)
     + Send back an AccessDenied error if the addressed recipient is not
       allowed to receive a message (and in builds with assertions enabled,
       don't assert under the same conditions). (fdo#86194)
2014-12-04 12:18:31 +00:00
adam
a268c391db Changes 1.8.0:
Huge improvements to the FDC emulation
Support for STX files on any OS (with Hatari's own open source code), as well as support for IPF/CTR files
Write support for STX files, using .wd1772 files
Some various fixes to the video emulation
Many changes to the CPU related to prefetch
Some fixes to STE sound (microwire and LMC) and to Falcon sound
Some fixes to Gemdos HD emulation : clip filenames, autostart
Some fixes to ASCI HD : larger image, improve some commands
Changes to the UI : 2nd line of information at the bottom, better performances under SDL, more options in some screens
For developpers : more Natfeats commands, better tracing of OS calls (bios, xbios, ...), many additions to the debugger
2014-12-01 14:51:41 +00:00
joerg
ff321b08ab Support cwrappers for packages appending arguments in the wrappers. 2014-12-01 12:39:16 +00:00
bsiegert
2a0f5a9ade Add RiscOS extension modules to the package. Patch from Rhialto in
PR pkg/49274.
2014-11-28 11:58:50 +00:00
wiz
935a5d0a58 Update to 0.156: The usual changes. 2014-11-27 12:46:59 +00:00
mef
62284116c2 Update 1.4.1 to 1.5
-------------------
   User-visible changes in version 1.5 (since version 1.4.1):

   * New features/improvements:

   * VMIPS now includes a basic direct-mapped cache simulation. The
     cache isolation and cache swap bits in the CP0 Status register are
     now honored.

   * The boot monitor distributed with VMIPS now sets up a dummy
     `argv[0]' value for the loaded program. Also, it halts by entering
     an infinite loop rather than attempting to execute a `break'
     instruction when it encounters an unexpected exception.

   * The setup assembly routine distributed with VMIPS has been made
     more TLB-friendly. Identity virtual-to-physical mappings for the
     first few pages of physical RAM are installed in the TLB at program
     start time.

   * When `-o excmsg' is on, TLB miss addresses will be printed to
     stderr.

   * When `-o ttydev=stdout' is specified, simulated program output
     will be sent to VMIPS's standard output, even if it is not a tty.

   * The interactor can now disassemble memory. Also, stepping in the
     interactor now prints the PC after each step.

   * VMIPS now supports more of the GDB remote serial protocol, in
     support of the GDB `info threads' and `detach' commands. The debug
     protocol TCP port is now configurable via the `-o debugport'
     option. Also, if something halts the program while the debugger
     interface is active, VMIPS will tell GDB that the program exited.

   * Bug fixes:

   * A bug was fixed in the debugger interface where disconnecting from
     the debugger socket could cause vmips to enter an infinite loop.

   * The interactor will refuse to dump raw memory words at
     non-word-aligned addresses.

   * The CP0 Cause register IP field is now recomputed whenever the
     register is read, rather than only when exceptions happen. This
     makes polling loops with interrupts disabled work correctly.

   * A bug was fixed in the DECstation-compatible clock device which was
     preventing some of its registers from being zeroed properly.

   * Some endianness bugs were fixed in the generic memory-mapped device
     code and in the DECstation-compatible serial device.
2014-11-24 14:47:27 +00:00
obache
7a65b8478b Bump PKGREVISION to 11 for suse131_openssl.
openSUSE Security Update: openssl: fixed elliptic curve handshake failure
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1474-1
Rating:             low
References:         #905037
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that contains security fixes can now be installed.

Description:


   This openssl update fixes a TLS handshake problem when elliptic curves are
   in use.
2014-11-24 10:47:45 +00:00
jklos
d8ead614d4 Allows compiling on -current and netbsd-7 which don't have lto in gcc. 2014-11-20 23:48:12 +00:00
obache
25fa70f5ac Bump PKGREVISION of suse131_libdbus to 5.
openSUSE Security Update: Security update for dbus-1
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1455-1
Rating:             moderate
References:
Cross-References:   CVE-2014-7824
Affected Products:
                    openSUSE 13.2
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   dbus-1 was updated to version 1.8.10 to fix one security issue and several
   other issues.

   This security issue was fixed:
   - Increase dbus-daemon's RLIMIT_NOFILE rlimit to 65536 to stop an attacker
     from exhausting the system bus' file descriptors (CVE-2014-7824).
2014-11-20 09:14:58 +00:00
shattered
2b7554e340 Update to 0.2.2. Changes:
* Crucial bug that would cause segmentation fault fixed.
* Fixed crucial bug related to Assembly core declarations.
* Fixed not applying default configurations on first execution.
2014-11-11 21:38:41 +00:00
obache
1a2985aa3f Apply following security update to suse131_openssl, bump PKGREVISION to 10.
openSUSE Security Update: update for openssl
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1331-1
Rating:             important
References:         #901223 #901277
Cross-References:   CVE-2014-3513 CVE-2014-3566 CVE-2014-3567
                    CVE-2014-3568
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes four vulnerabilities is now available.

Description:

   The following issues were fixed in this release:

   CVE-2014-3566: SSLv3 POODLE attack (bnc#901223) CVE-2014-3513,
   CVE-2014-3567:  DTLS memory leak and session ticket memory leak
2014-11-03 09:28:39 +00:00
obache
2389b72db3 Apply following update to suse131_libcurl, bump PKGREVISION to 5.
openSUSE Recommended Update: Fix a crash when removing an already removed handle.
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1274-1
Rating:             low
References:         #897816
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that has one recommended fix can now be installed.

Description:

   No description available.
2014-11-03 09:25:56 +00:00
obache
380f0168a6 Apply following update to suse131_qt4, bump PKGREVISION to 2.
openSUSE Recommended Update: libqt4: fix cirrus driver issues
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1251-1
Rating:             moderate
References:         #847880
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that has one recommended fix can now be installed.

Description:


   libqt4 was updated to fix the following bug:

   When extracting a region of a QRasterPixmapData an optimization was using
   the wrong bit depth for some calculations thus copying a different section
   of the image than requested. This breaks specially the oxygen kde theme
   under qemu when using a cirrus driver.
2014-11-03 09:16:28 +00:00
obache
3112cd1f28 Apply following security update to suse131_libdbus, bump PKGREVISION to 3.
openSUSE Security Update: dbus-1: security and bugfix update to 1.8
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1228-1
Rating:             moderate
References:         #896453
Cross-References:   CVE-2012-3524 CVE-2014-3635 CVE-2014-3636
                    CVE-2014-3637 CVE-2014-3638 CVE-2014-3639

Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes 6 vulnerabilities is now available.

Description:


   DBUS-1 was upgraded to upstream release 1.8.

   This brings the version of dbus to the latest stable release from an
   unstable snapshot 1.7.4 that is know to have several regressions

   - Upstream changes since 1.7.4:
     + Security fixes:
       - Do not accept an extra fd in the padding of a cmsg message, which
         could lead to a 4-byte heap buffer overrun. (CVE-2014-3635,
         fdo#83622; Simon McVittie)
       - Reduce default for maximum Unix file descriptors passed per message
         from 1024 to 16, preventing a uid with the default maximum number of
         connections from exhausting the system bus' file descriptors under
         Linux's default rlimit. Distributors or system administrators with
         a  restrictive fd limit may wish to reduce these limits further.
         Additionally, on Linux this prevents a second denial of service in
         which the dbus-daemon can be made to exceed the maximum number of
         fds per sendmsg() and disconnect the process that would have
         received them. (CVE-2014-3636, fdo#82820; Alban Crequy)
       - Disconnect connections that still have a fd pending unmarshalling
         after a new configurable limit, pending_fd_timeout (defaulting to
         150 seconds), removing the possibility of creating an abusive
         connection that cannot be disconnected by setting up a circular
         reference to a connection's file descriptor. (CVE-2014-3637,
         fdo#80559; Alban Crequy)
       - Reduce default for maximum pending replies per connection from 8192
         to 128, mitigating an algorithmic complexity denial-of-service
         attack (CVE-2014-3638, fdo#81053; Alban Crequy)
       - Reduce default for authentication timeout on the system bus from 30
         seconds to 5 seconds, avoiding denial of service by using up all
         unauthenticated connection slots; and when all unauthenticated
         connection slots are used up, make new connection attempts block
         instead of disconnecting them. (CVE-2014-3639, fdo#80919; Alban
         Crequy)
       - On Linux >0 2.6.37-rc4, if sendmsg() fails with ETOOMANYREFS,
         silently drop the message. This prevents an attack in which a
         malicious client can make dbus-daemon disconnect a system service,
         which is a local denial of service. (fdo#80163, CVE-2014-3532; Alban
         Crequy)
       - Track remaining Unix file descriptors correctly when more than one
         message in quick succession contains fds. This prevents another
         attack in which a malicious client can make dbus-daemon disconnect a
         system service. (fdo#79694, fdo#80469, CVE-2014-3533; Alejandro
         Martinez Suarez, Simon McVittie, Alban Crequy)
       - Alban Crequy at Collabora Ltd. discovered and fixed a
         denial-of-service flaw in dbus-daemon, part of the reference
         implementation of D-Bus. Additionally, in highly unusual
         environments the same flaw could lead to a side channel between
         processes that should not be able to communicate. (CVE-2014-3477,
         fdo#78979)
     + Other fixes and enhancements:
       - Check for libsystemd from systemd >= 209, falling back to the
         older separate libraries if not found (Umut Tezduyar Lindskog, Simon
   McVittie)
       - On Linux, use prctl() to disable core dumps from a test executable
         that deliberately raises SIGSEGV to test dbus-daemon's handling
         of that condition (fdo#83772, Simon McVittie)
       - Fix compilation with --enable-stats (fdo#81043, Gentoo #507232;
         Alban Crequy)
       - Improve documentation for running tests on Windows (fdo#41252, Ralf
         Habacker)
       - When dbus-launch --exit-with-session starts a dbus-daemon but then
         cannot attach to a session, kill the dbus-daemon as intended
         (fdo#74698, Роман Донченко)
       - in the CMake build system, add some hints for Linux users
         cross-compiling Windows D-Bus binaries to be able to run tests under
         Wine (fdo#41252, Ralf Habacker)
       - add Documentation key to dbus.service (fdo#77447, Cameron Norman)
       - in "dbus-uuidgen --ensure", try to copy systemd's /etc/machine-id to
         /var/lib/dbus/machine-id instead of generating an entirely new ID
         (fdo#77941, Simon McVittie)
       - if dbus-launch receives an X error very quickly, do not kill
         unrelated processes (fdo#74698, Роман Донченко)
       - on Windows, allow up to 8K connections to the dbus-daemon, instead
         of the previous 64 (fdo#71297; Cristian Onet, Ralf Habacker)
       - cope with \r\n newlines in regression tests, since on Windows,
         dbus-daemon.exe uses text mode (fdo#75863, Руслан
         Ижбулатов)
       - Enhance the CMake build system to check for GLib and compile/run a
         subset of the regression tests (fdo#41252, fdo#73495; Ralf Habacker)
       - don't rely on va_copy(), use DBUS_VA_COPY() wrapper (fdo#72840, Ralf
         Habacker)
       - fix compilation of systemd journal support on older systemd versions
         where sd-journal.h doesn't include syslog.h (fdo#73455, Ralf
         Habacker)
       - fix compilation on older MSVC versions by including stdlib.h
         (fdo#73455, Ralf Habacker)
       - Allow <allow_anonymous/> to appear in an included configuration file
         (fdo#73475, Matt Hoosier)
       - If the tests crash with an assertion failure, they no longer default
         to blocking for a debugger to be attached. Set DBUS_BLOCK_ON_ABORT
         in the environment if you want the old behaviour.
       - To improve debuggability, the dbus-daemon and dbus-daemon-eavesdrop
         tests can be run with an external dbus-daemon by setting
         DBUS_TEST_DAEMON_ADDRESS in the environment. Test-cases that require
         an unusually-configured dbus-daemon are skipped.
       - don't require messages with no INTERFACE to be dispatched
         (fdo#68597, Simon McVittie)
       - document "tcp:bind=..." and "nonce-tcp:bind=..." (fdo#72301,
         Chengwei Yang)
       - define "listenable" and "connectable" addresses, and discuss the
         difference (fdo#61303, Simon McVittie)
       - support printing Unix file descriptors in dbus-send, dbus-monitor
         (fdo#70592, Robert Ancell)
       - don't install systemd units if --disable-systemd is given
         (fdo#71818, Chengwei Yang)
       - don't leak memory on out-of-memory while listing activatable or
         active services (fdo#71526, Radoslaw Pajak)
       - fix undefined behaviour in a regression test (fdo#69924, DreamNik)
       - escape Unix socket addresses correctly (fdo#46013, Chengwei Yang)
       - on SELinux systems, don't assume that SECCLASS_DBUS,
         DBUS__ACQUIRE_SVC and DBUS__SEND_MSG are numerically equal to their
         values in the reference policy (fdo#88719, osmond sun)
       - define PROCESS_QUERY_LIMITED_INFORMATION if missing from MinGW < 4
         headers (fdo#71366, Matt Fischer)
       - define WIN32_LEAN_AND_MEAN to avoid conflicts between winsock.h and
         winsock2.h (fdo#71405, Matt Fischer)
       - do not return failure from _dbus_read_nonce() with no error set,
         preventing a potential crash (fdo#72298, Chengwei Yang)
       - on BSD systems, avoid some O(1)-per-process memory and fd leaks in
         kqueue, preventing test failures (fdo#69332, fdo#72213; Chengwei
         Yang)
       - fix warning spam on Hurd by not trying to set SO_REUSEADDR on Unix
         sockets, which doesn't do anything anyway on at least Linux and
         FreeBSD (fdo#69492, Simon McVittie)
       - fix use of TCP sockets on FreeBSD and Hurd by tolerating EINVAL from
         sendmsg() with SCM_CREDS (retrying with plain send()), and looking
         for credentials more correctly (fdo#69492, Simon McVittie)
       - ensure that tests run with a temporary XDG_RUNTIME_DIR to avoid
         getting mixed up in XDG/systemd "user sessions" (fdo#61301, Simon
         McVittie)
       - refresh cached policy rules for existing connections when bus
         configuration changes (fdo#39463, Chengwei Yang)
       - If systemd support is enabled, libsystemd-journal is now required.
       - When activating a non-systemd service under systemd, annotate its
         stdout/stderr with its bus name in the Journal. Known limitation:
         because the socket is opened before forking, the process will still
         be logged as if it had dbus-daemon's process ID and user ID.
         (fdo#68559, Chengwei Yang)
       - Document more configuration elements in dbus-daemon(1) (fdo#69125,
         Chengwei Yang)
       - Don't leak string arrays or fds if
         dbus_message_iter_get_args_valist() unpacks them and then encounters
         an error (fdo#21259, Chengwei Yang)
       - If compiled with libaudit, retain CAP_AUDIT_WRITE so we can write
         disallowed method calls to the audit log, fixing a regression in
         1.7.6 (fdo#49062, Colin Walters)
       - path_namespace='/' in match rules incorrectly matched nothing; it
         now matches everything. (fdo#70799, Simon McVittie)
       - Directory change notification via dnotify on Linux is no longer
         supported; it hadn't compiled successfully since 2010 in any case.
         If you don't have inotify (Linux) or kqueue (*BSD), you will need to
         send SIGHUP to the dbus-daemon when its configuration changes.
         (fdo#33001, Chengwei Yang)
       - Compiling with --disable-userdb-cache is no longer supported; it
         didn't work since at least 2008, and would lead to an extremely slow
         dbus-daemon even it worked. (fdo#15589, fdo#17133, fdo#66947;
         Chengwei Yang)
       - The DBUS_DISABLE_ASSERTS CMake option didn't actually disable most
         assertions. It has been renamed to DBUS_DISABLE_ASSERT to be
         consistent with the Autotools build system. (fdo#66142, Chengwei
         Yang)
       - --with-valgrind=auto enables Valgrind instrumentation if and only if
         valgrind headers are available. The default is still
         --with-valgrind=no. (fdo#56925, Simon McVittie)
       - Platforms with no 64-bit integer type are no longer supported.
         (fdo#65429, Simon McVittie)
       - GNU make is now (documented to be) required. (fdo#48277, Simon
         McVittie)
       - Full test coverage no longer requires dbus-glib, although the tests
         do not exercise the shared library (only a static copy) if dbus-glib
         is missing. (fdo#68852, Simon McVittie)
       - D-Bus Specification 0.22
         * Document GetAdtAuditSessionData() and
   GetConnectionSELinuxSecurityContext() (fdo#54445, Simon)
         * Fix example .service file (fdo#66481, Chengwei Yang)
         * Don't claim D-Bus is "low-latency" (lower than what?), just give
   factual statements about it supporting async use (fdo#65141, Justin Lee)
         * Document the contents of .service files, and the fact that system
   services' filenames are constrained (fdo#66608; Simon McVittie, Chengwei
   Yang)
       - Be thread-safe by default on all platforms, even if
         dbus_threads_init_default() has not been called. For compatibility
         with older libdbus, library users should continue to call
         dbus_threads_init_default(): it is harmless to do so. (fdo#54972,
         Simon McVittie)
       - Add GetConnectionCredentials() method (fdo#54445, Simon)
       - New API: dbus_setenv(), a simple wrapper around setenv(). Note that
         this is not thread-safe. (fdo#39196, Simon)
       - Add dbus-send --peer=ADDRESS (connect to a given peer-to-peer
         connection, like --address=ADDRESS in previous versions) and
         dbus-send --bus=ADDRESS (connect to a given bus, like dbus-monitor
         --address=ADDRESS). dbus-send --address still exists for backwards
   compatibility, but is no longer documented. (fdo#48816, Andrey Mazo)
       - "dbus-daemon --nofork" is allowed on Windows again. (fdo#68852,
         Simon McVittie)
       - Avoid an infinite busy-loop if a signal interrupts waitpid()
         (fdo#68945, Simon McVittie)
       - Clean up memory for parent nodes when objects are unexported
         (fdo#60176, Thomas Fitzsimmons)
       - Make dbus_connection_set_route_peer_messages(x, FALSE) behave as
         documented. Previously, it assumed its second parameter was TRUE.
         (fdo#69165, Chengwei Yang)
       - Escape addresses containing non-ASCII characters correctly
         (fdo#53499, Chengwei Yang)
       - Document <servicedir> search order correctly (fdo#66994, Chengwei
         Yang)
       - Don't crash on "dbus-send --session / x.y.z" which regressed in
         1.7.4. (fdo#65923, Chengwei Yang)
       - If malloc() returns NULL in _dbus_string_init() or similar, don't
         free an invalid pointer if the string is later freed (fdo#65959,
         Chengwei Yang)
       - If malloc() returns NULL in dbus_set_error(), don't va_end() a
         va_list that was never va_start()ed (fdo#66300, Chengwei Yang)
       - fix build failure with --enable-stats (fdo#66004, Chengwei Yang)
       - fix a regression test on platforms with strict alignment (fdo#67279,
         Colin Walters)
       - Avoid calling function parameters "interface" since certain Windows
         headers have a namespace-polluting macro of that name (fdo#66493,
         Ivan Romanov)
       - Assorted Doxygen fixes (fdo#65755, Chengwei Yang)
       - Various thread-safety improvements to static variables (fdo#68610,
         Simon McVittie)
       - Make "make -j check" work (fdo#68852, Simon McVittie)
       - Fix a NULL pointer dereference on an unlikely error path (fdo#69327,
         Sviatoslav Chagaev)
       - Improve valgrind memory pool tracking (fdo#69326, Sviatoslav Chagaev)
       - Don't over-allocate memory in dbus-monitor (fdo#69329, Sviatoslav
         Chagaev)
       - dbus-monitor can monitor dbus-daemon < 1.5.6 again (fdo#66107,
         Chengwei Yang)
       - If accept4() fails with EINVAL, as it can on older Linux kernels
         with newer glibc, try accept() instead of going into a busy-loop.
         (fdo#69026, Chengwei Yang)
       - If socket() or socketpair() fails with EINVAL or EPROTOTYPE, for
         instance on Hurd or older Linux with a new glibc, try without
         SOCK_CLOEXEC. (fdo#69073; Pino Toscano, Chengwei Yang)
       - Fix a file descriptor leak on an error code path. (fdo#69182,
         Sviatoslav Chagaev)
       - dbus-run-session: clear some unwanted environment variables
         (fdo#39196, Simon)
       - dbus-run-session: compile on FreeBSD (fdo#66197, Chengwei Yang)
       - Don't fail the autolaunch test if there is no DISPLAY (fdo#40352,
         Simon)
       - Use dbus-launch from the builddir for testing, not the installed
         copy (fdo#37849, Chengwei Yang)
       - Fix compilation if writev() is unavailable (fdo#69409, Vasiliy
         Balyasnyy)
       - Remove broken support for LOCAL_CREDS credentials passing, and
         document where each credential-passing scheme is used (fdo#60340,
         Simon McVittie)
       - Make autogen.sh work on *BSD by not assuming GNU coreutils
         functionality fdo#35881, fdo#69787; Chengwei Yang)
       - dbus-monitor: be portable to NetBSD (fdo#69842, Chengwei Yang)
       - dbus-launch: stop using non-portable asprintf (fdo#37849, Simon)
       - Improve error reporting from the setuid activation helper
         (fdo#66728, Chengwei Yang)
       - Remove unavailable command-line options from 'dbus-daemon --help'
         (fdo#42441, Ralf Habacker)
       - Add support for looking up local TCPv4 clients' credentials on
         Windows XP via the undocumented AllocateAndGetTcpExTableFromStack
         function (fdo#66060, Ralf Habacker)
       - Fix insufficient dependency-tracking (fdo#68505, Simon McVittie)
       - Don't include wspiapi.h, fixing a compiler warning (fdo#68852, Simon
         McVittie)
       - add DBUS_ENABLE_ASSERT, DBUS_ENABLE_CHECKS for less confusing
         conditionals (fdo#66142, Chengwei Yang)
       - improve verbose-mode output (fdo#63047, Colin Walters)
       - consolidate Autotools and CMake build (fdo#64875, Ralf Habacker)
       - fix various unused variables, unusual build configurations etc.
         (fdo#65712, fdo#65990, fdo#66005, fdo#66257, fdo#69165, fdo#69410,
         fdo#70218; Chengwei Yang, Vasiliy Balyasnyy)

   - dbus-cve-2014-3533.patch: Add patch for CVE-2014-3533 to fix (fdo#63127)
     ? CVE-2012-3524: Don't access environment variables (fdo#52202)
     (fdo#51521, Dave Reisner) ? Remove an incorrect assertion from
     DBusTransport (fdo#51657, (fdo#51406, Simon McVittie) (fdo#51032, Simon
     McVittie) (fdo#34671, Simon McVittie) ・ Check for libpthread under
     CMake on Unix (fdo#47237, Simon McVittie) spec-compliance (fdo#48580,
     David Zeuthen) non-root when using OpenBSD install(1) (fdo#48217,
     Antoine Jacoutot) (fdo#45896, Simon McVittie) (fdo#39549, Simon
     McVittie) invent their own "union of everything" type (fdo#11191, Simon
     find(1) (fdo#33840, Simon McVittie) (fdo#46273, Alban Crequy) again on
     Win32, but not on WinCE (fdo#46049, Simon (fdo#47321, Andoni Morales
     Alastruey) (fdo#39231, fdo#41012; Simon McVittie)
    * Add a regression test for fdo#38005 (fdo#39836, Simon McVittie) a
      service file entry for activation (fdo#39230, Simon McVittie)
      (fdo#24317, #34870; Will Thompson, David Zeuthen, Simon McVittie) and
      document it better (fdo#31818, Will Thompson) ? Let the bus daemon
      implement more than one interface (fdo#33757, ? Optimize
      _dbus_string_replace_len to reduce waste (fdo#21261, (fdo#35114, Simon
      McVittie) ? Add dbus_type_is_valid as public API (fdo#20496, Simon
      McVittie) to unknown interfaces in the bus daemon (fdo#34527, Lennart
      Poettering) (fdo#32245; Javier Jardon, Simon McVittie) ? Correctly
      give XDG_DATA_HOME priority over XDG_DATA_DIRS (fdo#34496, in embedded
      environments (fdo#19997, NB#219964; Simon McVittie) ? Install the
      documentation, and an index for Devhelp (fdo#13495, booleans when
      sending them (fdo#16338, NB#223152; Simon McVittie) errors to
      dbus-shared.h (fdo#34527, Lennart Poettering) data (fdo#10887, Simon
      McVittie) .service files (fdo#19159, Sven Herzberg) (fdo#35750, Colin
      Walters) (fdo#32805, Mark Brand) which could result in a busy-loop
      (fdo#32992, NB#200248; possibly ? Fix failure to detect abstract
      socket support (fdo#29895) (fdo#32262, NB#180486) ? Improve some
      error code paths (fdo#29981, fdo#32264, fdo#32262, fdo#33128,
      fdo#33277, fdo#33126, NB#180486) ? Avoid possible symlink attacks in
      /tmp during compilation (fdo#32854) ? Tidy up dead code (fdo#25306,
      fdo#33128, fdo#34292, NB#180486) ? Improve gcc malloc annotations
      (fdo#32710) ? Documentation improvements (fdo#11190) ? Avoid
      readdir_r, which is difficult to use correctly (fdo#8284, fdo#15922,
      LP#241619) ? Cope with invalid files in session.d, system.d
      (fdo#19186, ? Don't distribute generated files that embed our
      builddir (fdo#30285, fdo#34292) (fdo#33474, LP#381063) with lcov HTML
      reports and --enable-compiler-coverage (fdo#10887) ・ support
      credentials-passing (fdo#32542) ・ opt-in to thread safety (fdo#33464)
2014-11-03 09:11:22 +00:00
obache
14ab432c67 Apply following update to suse131_alsa, bump PKGREVISION to 2.
openSUSE Recommended Update: alsa-utils: Fixes a few alsactl bugs
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1134-1
Rating:             low
References:         #895581
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that has one recommended fix can now be installed.

Description:

   This update fixes the following issues with alsa-utils:

     - bnc#895581: Fixes a few alsactl bugs (bnc#895581)
     - now the lock file is created in /var/lock directory instead of /var/lib
2014-11-03 09:04:20 +00:00
obache
b314d6319a Apply following update to suse131_mozilla-nspr, bump PKGREVISION to 3.
openSUSE Security Update: update for firefox, mozilla-nspr, mozilla-nss and seamonkey
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1345-1
Rating:             moderate
References:         #894370 #896624 #897890 #900941 #901213
Cross-References:   CVE-2014-1554 CVE-2014-1574 CVE-2014-1575
                    CVE-2014-1576 CVE-2014-1577 CVE-2014-1578
                    CVE-2014-1580 CVE-2014-1581 CVE-2014-1582
                    CVE-2014-1583 CVE-2014-1584 CVE-2014-1585
                    CVE-2014-1586
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes 13 vulnerabilities is now available.

Description:
  ...
   Changes in mozilla-nspr:
   - update to version 4.10.7
     * bmo#836658: VC11+ defaults to SSE2 builds by default.
     * bmo#979278: TSan: data race nsprpub/pr/src/threads/prtpd.c:103
       PR_NewThreadPrivateIndex.
     * bmo#1026129: Replace some manual declarations of MSVC intrinsics with
       #include <intrin.h>.
     * bmo#1026469: Use AC_CHECK_LIB instead of MOZ_CHECK_PTHREADS. Skip
       compiler checks when using MSVC, even when $CC is not literally "cl".
     * bmo#1034415: NSPR hardcodes the C compiler to cl on Windows.
     * bmo#1042408: Compilation fix for Android > API level 19.
     * bmo#1043082: NSPR's build system hardcodes -MD.
2014-11-03 08:33:47 +00:00
obache
a3370e508c Apply following updates to suse131_mozilla-nss, bump PKGREVISION to 4.
==============================================================================
   openSUSE Security Update: MozillaFirefox to Firefox 32
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1099-1
Rating:             moderate
References:         #894201 #894370
Cross-References:   CVE-2014-1553 CVE-2014-1562 CVE-2014-1563
                    CVE-2014-1564 CVE-2014-1565 CVE-2014-1567

Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes 6 vulnerabilities is now available.

Description:
 ...
   Mozilla NSS was updated to 3.16.4: Notable Changes:
   * The following 1024-bit root CA certificate was restored to allow more
     time to develop a better transition strategy for affected sites. It was
     removed in NSS 3.16.3, but discussion in the mozilla.dev.security.policy
     forum led to the decision to keep this root included longer in order to
     give website administrators more time to update their web servers.
       - CN = GTE CyberTrust Global Root
   * In NSS 3.16.3, the 1024-bit "Entrust.net Secure Server Certification
     Authority" root CA certificate was removed. In NSS 3.16.4, a 2048-bit
     intermediate CA certificate has been included, without explicit trust.
     The intention is to mitigate the effects of the previous removal of the
     1024-bit Entrust.net root certificate, because many public Internet
     sites still use the "USERTrust Legacy Secure Server CA" intermediate
     certificate that is signed by the 1024-bit Entrust.net root certificate.
     The inclusion of the intermediate certificate is a temporary measure to
     allow those sites to function, by allowing them to find a trust path to
     another 2048-bit root CA certificate. The temporarily included
     intermediate certificate expires November 1, 2015.

==============================================================================
   openSUSE Security Update: mozilla-nss: update to avoid signature forgery
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1232-1
Rating:             critical
References:         #897890
Cross-References:   CVE-2014-1568
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   Mozilla NSS is vulnerable to a variant of a signature forgery attack
   previously published by Daniel Bleichenbacher. This is due to lenient
   parsing of ASN.1 values involved in a signature and could lead to the
   forging of RSA certificates.

==============================================================================
   openSUSE Security Update: update for firefox, mozilla-nspr, mozilla-nss and seamonkey
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1345-1
Rating:             moderate
References:         #894370 #896624 #897890 #900941 #901213
Cross-References:   CVE-2014-1554 CVE-2014-1574 CVE-2014-1575
                    CVE-2014-1576 CVE-2014-1577 CVE-2014-1578
                    CVE-2014-1580 CVE-2014-1581 CVE-2014-1582
                    CVE-2014-1583 CVE-2014-1584 CVE-2014-1585
                    CVE-2014-1586
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that fixes 13 vulnerabilities is now available.

Description:
 ...
   Changes in mozilla-nss:
   - update to 3.17.1 (bnc#897890)
     * Change library's signature algorithm default to SHA256
     * Add support for draft-ietf-tls-downgrade-scsv
     * Add clang-cl support to the NSS build system
     * Implement TLS 1.3:
       * Part 1. Negotiate TLS 1.3
       * Part 2. Remove deprecated cipher suites andcompression.
     * Add support for little-endian powerpc64

   - update to 3.17
     * required for Firefox 33 New functionality:
     * When using ECDHE, the TLS server code may be configured to generate a
       fresh ephemeral ECDH key for each handshake, by setting the
       SSL_REUSE_SERVER_ECDHE_KEY socket option to PR_FALSE. The
       SSL_REUSE_SERVER_ECDHE_KEY option defaults to PR_TRUE, which means the
       server's ephemeral ECDH key is reused for multiple handshakes. This
       option does not affect the TLS client code, which always generates a
       fresh ephemeral ECDH key for each handshake. New Macros
     * SSL_REUSE_SERVER_ECDHE_KEY Notable Changes:
     * The manual pages for the certutil and pp tools have been updated to
       document the new parameters that had been added in NSS 3.16.2.
     * On Windows, the new build variable USE_STATIC_RTL can be used to
       specify the static C runtime library should be used. By default the
       dynamic C runtime library is used.
2014-11-03 08:28:08 +00:00
obache
100137bd14 Apply following update to suse131_krb5, bump PKGREVISION to 2.
openSUSE Security Update: update for krb5, krb5-doc, krb5-mini
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1043-1
Rating:             moderate
References:         #891082
Cross-References:   CVE-2014-4345
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   Thit MIT krb5 update fixes the following security issue:

   - buffer overrun in kadmind with LDAP backend (bnc#891082, CVE-2014-4345)
2014-11-03 08:17:47 +00:00
obache
8ba54546ec Apply following updated, bump PKGREVISION to 3.
==============================================================================
   openSUSE Security Update: update for pulseaudio
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:0946-1
Rating:             moderate
References:
Cross-References:   CVE-2014-3970
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:


   	This update fixes the following security issue: (bnc#881524)
   CVE-2014-3970 - Denial of service in module-rtp-recv

==============================================================================
   openSUSE Recommended Update: pulseaudio: Fixes resource leak
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1323-1
Rating:             low
References:
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that has 0 recommended fixes can now be installed.

Description:

   This update fixes the following issue with pulseaudio:
     - Fixes resource leak
2014-11-03 08:13:45 +00:00
obache
5935a076ec Apply following Security updates, resolve one CVE, but remove one CVE fix.
Bump PKGREVISION to 3.

==============================================================================
   openSUSE Security Update: libxml2, python-libxml2: Reverted patch for CVE-2014-0191
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:0753-1
Rating:             moderate
References:         #876652
Cross-References:   CVE-2014-0191
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   Removed fix for CVE-2014-0191. This fix breaks existing applications and
   there's currently no way to prevent that.

==============================================================================
   openSUSE Security Update: update to fix CVE-2014-3660
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1330-1
Rating:             moderate
References:         #901546
Cross-References:   CVE-2014-3660
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:

   This update fixes a denial of service vulnerability when expanding
   recursive entity (CVE-2014-3660) bnc#901546
2014-11-03 08:05:03 +00:00
obache
1d42506abb Apply following recommended updates, bump PKGREVISION to 7.
==============================================================================
   openSUSE Recommended Update: aaa_base: fixed xdg-environment.sh zsh compatibility
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:0778-1
Rating:             low
References:         #875118
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that has one recommended fix can now be installed.

Description:

   The xdg-environment.sh script in aaa_base was not able to be used with the
   zsh shell. This was fixed.

==============================================================================
   openSUSE Recommended Update: aaa_base: remove "text/js" from mime.types
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:0918-1
Rating:             low
References:         #812427
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that has one recommended fix can now be installed.

Description:

   This update fixes the following issues with aaa_base:
     - bnc#812427: remove "text/js" from mime.types

=============================================================================
   openSUSE Recommended Update: aaa_base: various bugfixes
______________________________________________________________________________

Announcement ID:    openSUSE-RU-2014:1262-1
Rating:             moderate
References:         #721682 #860083 #861124 #880103 #882918
Affected Products:
                    openSUSE 13.1
______________________________________________________________________________

   An update that has 5 recommended fixes can now be installed.

Description:


   The system base scripts in aaa_base were updated to fix various bugs:

   - remove no longer supported sysconfig settings (bnc#721682)
   - update service man page
   - always pass --full to systemctl (bnc#882918)
   - Enable service script to return LSB status exit values (bnc#880103)
   - implement legacy actions (bnc#861124)
   - Enable service script to reload systemd if required
   - handle targets in /sbin/service as well
   - Check systemd service using LoadState (bnc#860083)
2014-11-03 07:51:51 +00:00
wiz
a944978bfe Update mame/mess to 0.155:
0.155
-------

MAMETesters Bugs Fixed
----------------------
- 01007: [Sound] (simpsons.c) simpsons: Some in-game samples such as
  "maggie" and "that's my sister mister" sound bad. (Alex Jackson)
- 05705: [DIP/Input] (segas18.c) ddcrew: Player 3 buttons not working (Osso)
- 05700: [Graphics] (terracre.c) amazon, amatelas: lag/desync between
  sprites and background (Alex Jackson)
- 03395: [Sound] (nmk16.c) macross2: Music emulation is not 100% perfect
  (a balance issue) (trap15)
- 02422: [Sound] (nmk16.c) mustang: Sound communication might be incorrectly
  implemented. (trap15)
- 02417: [Sound] (nmk16.c) NMK004 sound CPU is just (imperfectly) simulated
  for now. (trap15)
- 01117: [Graphics] (nmk16.c) macross2: After some versions, I noticed a different
  gfx overlap priority between hugest ships and weapon pickups in Macross2. (trap15)
- 05493: [Crash/Freeze] (itgambl2.c) All sets in itgambl2.c: Crash before OK
  (Olivier Galibert)
- 05697: [DIP/Input] (flyball.c) All sets in flyball.c: Controls for Batter and
  Pitcher are intertwined (hap)
- 05693: [Graphics] (ddragon3.c) wwfwfest: Wrestler Entrance does not show graphics
  (hap)
- 05689: [Misc.] (williams.c) All sets in williams.c: Utility panel buttons not
  working correctly compared to real game
- 05683: [Interface] SDL-based: -watchdog command not operable in SDLMAME (R. Belmont)
- 05681: [Crash/Freeze] SDL-based: Most Laserdisc CHD games either do not boot or
  have other issues (R. Belmont)
- 05688: [Crash/Freeze] (psikyo4.c) hgkairak, hotgm4ev, hotgmck, hotgmck3, hotgmcki:
  MAME crashes when enabling flip screen in psikyo4 games (Osso)
- 02124: [Graphics] (namconb1.c) nebulray, nebulrayj: Nebulas Ray is missing a rotation
  effect in the first level (Phil Bennett)
- 05686: [Documentation] (model2.c) vcopa: missing relationship (Tafoid)
- 05685: [Documentation] (alg.c) maddog22: maddog22 is missing relationship with other
  maddog2 sets (JWallace)
- 05676: [Sound] (eolith.c) candy: Loss of in-game sound (Wilbert Pol)
- 05675: [Color/Palette] (highvdeo.c) newmcard, record: Palette problems (David Haywood)
- 05666: [Crash/Freeze] (cswat.c) cswat: AddressSanitizer: heap-buffer-overflow with
  -aviwrite (hap)
- 05350: [Core] Systems using M6809 with M6809_HOLD_LINE: CWAI doesn't acknowledge
  interrupts while polling for them (hap)
- 05629: [Color/Palette] hangplt, hangpltu, thrilld: Voodoo 3D graphics have no palette
  (Phil Bennett)
- 05637: [Crash/Freeze] (vegas.c) gauntdl, gauntdl24: Emulation hangs after initialization
  (Phil Bennett)
- 05638: [Crash/Freeze] (seattle.c) vaportrx, vaportrxp: Emulation hangs during INIT
  (Phil Bennett)
- 05636: [Sound] (vegas.c) gauntleg, gauntdl, carnevil and clones: Missing streaming
  BGM/Sounds during gameplay (Phil Bennett)
- 05634: [Crash/Freeze] (tasman.c) All sets in tasman.c: [debug] Assertion in Debug
  (Alex Jackson)
- 05644: [Graphics] (homerun.c) ganjaja: Line glitches at top of screen (hap)
- 05631: [Crash/Freeze] mquake.c, upscope.c: Crash shortly after start (Osso)
- 05633: [Crash/Freeze] (pcxt.c) tetriskr: [debug] Crash in Debug at start (crazyc)
- 00386: [Graphics] (battlera.c) battlera, bldwolf, bldwolfj: Sprites in the same player
  where the black box with text that appears sometimes are printed in front of them.
 (David Haywood)
- 00385: [Graphics] (battlera.c) battlera: When you are fighting against the first final
  boss, you can see it even if it is under the water. (David Haywood)

Source Changes
--------------

-tourvis.c: Added version 5.3 BIOS to the Tourvision driver. [system11]

-m68kmake.c: change overlapping memcpy() to memmove() [Casper Ti. Vector]

-Changed set mpoker and driver to mgames. Also description from
 Multi-Poker to Match Games accordingly with the official flyer.
 http://flyers.arcade-museum.com/?page=thumbs&db=videodb&id=6500 In
 fact, these are skill instead of poker games. Also added way more
 documentation and some cosmetic fixes. [Roberto Fresca]

-Unknown Pac-Man gambling game: Rename and redefine the inputs to match
 the behavior of both games. Added complete instructions to play the
 stealth gambling game. [Roberto Fresca]

-Unknown Pac-Man gambling game: Added proper sound support. Rearranged
 some inputs and hooked extra port. Found some DIP switches. Added
 technical notes and instructions. Cleaned up the whole driver.
 [Roberto Fresca]

-k053246_k053247_k055673.c: Make 8-bit-per-pixel ROM readback work;
 hook up ROM readback properly in rungun.c; hook up registers properly
 in tasman.c (sprite ROM tests pass now, still doesn't draw anything)
 [Alex Jackson]

-fm2612: fixed missing dac channel on savestate load
 [dink (FB Alpha project)]

-Added decryption support for Music Ball [Andreas Naive]

-speedbal.c: Give Music Ball it's own correct Bonus dipswitch settings.
 Add dipswitch locations to Speed Ball & Music Ball. [Brian Troha]

-improve Funny Strip / Puck People protection simulation [iq_132]

-tatsumi.c: Fixed Cycle Warriors (set 1) hangs at boot. [MASH]

-k005289: fix off-by-one frequency; adds missing detune effect to
 nemesis BGM [Alex Jackson]

-floppy: Handle half and quarter tracks [O. Galibert]

-williams.c - Added missing video board PROM to Joust 2 [Joe Magiera]

-flopimg: don't trash a bunch of memory when loading legacy floppies.
 [R. Belmont]

-gcpinbal.c: Added PCB layout for Grand Cross Pinball
 [Brian Troha, system11]

-ssv.c: Add PCB for the Storm Blade game rom board.
 [Brian Troha, ShouTime]

-Laserdisc titles added and reorganised to include dumps from other
 sources. ALG titles in particular have been heavily reorganised
 [Dragon's Lair Project, J. Wallace]

-taito_b.c: Verified clock speeds for the East Technology's ET910000A
 PCB used by Sel Feena and Ryu Jin. [system11]

-namconb1.c - Improved interrupt handling, fixing raster-effects (used
 by nebulray and machbrkr) and nebulray test mode. [Phil Bennett]

-Implemented the Namco Custom 116 palette and raster IRQ controller as
 a device, and hooked it up to the namcos1, namconb1 and namcofl
 drivers [Alex Jackson]

-digfx.c: Make some members protected instead of private to be less
 fascistic and more consistent with other device_interfaces. [Alex Jackson]

-SDL: update manpages [Cesare Falco]

-Allow use of external SQLite3 [Cesare Falco]

-coinmvga.c driver: Minor cleanup, new set added, and changed game
 descriptions. [Roberto Fresca]

-msm5832: day of week is 0-6, not 1-7 [R. Belmont]

-galaxian.c: redumped atlantis2. [system11]

-Preliminary IGS029 protection simulation for mgcs: [Luca Elia]
 fixes sound, dips and crash at game start.

-bwidow.c - Various changes: [Phil Bennett]
 * Added address decoder PROMs to Gravitar and clones.
 * Renamed ROMs to include correct part numbers and locations.
 * Renamed set gravp to gravitar1.

-centiped.c - Various changes: [Phil Bennett]
 * Made centtime the parent (this is actually revision 4)
 * Renamed ROMs to include correct part numbers and locations.
 * Added sync PROM to Warlords

-fuukifg2.c: Correct clock speeds for the Susume! Mile Smile / Go Go!
 Mile Smile and Gyakuten!! Puzzle Bancho sets. [system11]

-added decryption for Gundam Wing: Endless Duel (SNES bootleg) [iq_132]

-floppy: Don't infloop in set_write_splice when there's no floppy
 (fixes MT5672) [O. Galibert]

-mips3drc: Throw badcop exceptions on COP1 accesses while the COP1
 status bit is not enabled [MarathonMan]

-segaybd.c: Give the new Power Drift (Japan, Link Version) it's own
 correct dipswitch settings. [Brian Troha]

-ymf278b: Use the memory system to access wavetable data. This should
 make it possible to hook up RAM as well as ROM to the device, e.g. for
 computer sound cards in MESS. [Alex Jackson]

-psikyo4: Improve and clean up wavetable ROM banking. The mask ROM
 tests in hotgm4ev and hotgmcki pass now. loderndf still fails for
 unknown reasons. Miscellaneous cleanups as well. [Alex Jackson]

-mfi_dsk: Fix leaks [O. Galibert]

-SDL: fall through to the baseline Win32 implementations for file,
 socket, and pty/named pipe I/O. [R. Belmont]

-SDL: init timebase the first time it's needed on Windows, Mac, and
 OS/2 targets. [R. Belmont]

-Fixed sprite DMA for Raiden 2, bullets are now visible
 [Angelo Salese, Olivier Galibert]

-SDL: remove dead code from SDL2 renderer, fix laserdisc crash with
 SDL2 -video accel rendering. [R. Belmont]

-replace rom in ryukendna set [system11]

-SDL: link properly on OS X for SDL2. [R. Belmont]

-SDL: Use the same screen selection method for SDL2 as Windows.
 [R. Belmont]

-Various pinballs working (see list below) [Robbbert]

-Sound for Atari pinball machines [Robbbert]

-gtia.c: converted to be a device. [Fabio Priuli]

-hikaru: add mask dumps for podrace [Cah4e3]

-voodoo.c, vooddefs.h: Added support for writes to trexInit1 register,
 to return TMU configuration data.  [Peter Ferrie]

-antic.c: converted to be a device. [Fabio Priuli]

-SDL: Allow -sound dsound on SDL Windows builds. [R. Belmont]

-Removed legacy_cpu_device.  [Wilbert Pol]

-Added proper NMK004 internal rom [trap15]

-Hooked up support for NMK004 internal rom in MAME, replacing Nicola's
 old simulation code [trap15, David Haywood]

-Fixed TLCS90 16-bit timers & support NMI in the core [trap15]

-Various tweaks and improvements in nmk16.c (timings, sound balance,
 etc.): [trap15, David Haywood]
 * US AAF Mustang now has sound / music for the first time
 * Much better sound / music in the following games Bio-ship Paladin,
   Vandyke, Black Heart, Acrobat Mission, Koutetsu Yousai Strahl, Thunder
   Dragon, Hacha Mecha Fighter, Super Spacefortress Macross, GunNail

-SDL: use Windows OSD's font-selection semantics for SDL Windows
 builds. [R. Belmont]

-softlist: fixed inconsistent -listsoftware output. [phulshof]

-ui: fixed crash when loading floppies with no parent software from
 softlist (only via internal File Manager, though) [Fabio Priuli]

-added generic cartslot / ROM socket slot device, which offers basic
 allocation and access handlers, and converted a few drivers to use
 this instead of code from cartslot.c [Fabio Priuli]

-softlist: restored the support for loading games from compatible
 softlists (like gbcolor games in gameboy, and viceversa, msx1 carts in
 msx2, etc.) by using the syntax mess system -media list:gamename You
 can now for instance use again "mess gbcolor -cart gameboy:sml" to
 play "Super Mario Land" with the custom palettes of the Game Boy
 Color. [Fabio Priuli]

-NS8250 Fixes [smf]
  * Loopback: tx goes high and data is clocked at the
	correct rate instead of appearing instantly Modem status register:
	don't lose track of external signals when starting, resetting,
	switching loopback off, writing to register Handshaking: active low
	for consistency (RS232 port now defaults handshaking lines high and
	serial mouse dtr/rts handling has been adjusted).

-Memory system and Namco improvements: [Alex Jackson]

  * Explicit regions in address maps (AM_REGION) are now looked up
	relative to the device rather than as siblings when in an internal
	address map (similar to devices and shared pointers)  Besides being
	more orthogonal than before, this allows internal ROMs of MCUs and
	similar devices to be hooked up in a nicer and more foolproof way.
	Updated the m37710 and m5074x (m6502 derivative) to take advantage of
	this.

  * Divided the M37702/M37710 into specific models, with each model having
	its own internal address map containing the correct amounts of
	internal RAM and ROM.

  * M37702 MCUs found on various Namco PCBs are now all unique devices and
	have their respective internal ROMs loaded as device ROMs.

-namcops2: Documentation fixes [Guru]

-addrmap.c: Only install the default device address map if the owner
 didn't provide one [Alex Jackson]

-8250: call interrupt callback after clearing internal interrupt state
 when resetting [smf]

-added workaround to build with XCode 6.0.1 out-of-the-box
 [Oliver Stöneberg]

-wd_fdc: Hopefully fix reading sectors with DDAM [lowen, O. Galibert]

-Moved protection vectors from hachamfb to hachamf, making the latter
 to work properly too [Angelo Salese]

-web: allow pasting in text. [Firehawke]

-Gundam Wing: Endless Duel updates: [Peter Ferrie]
 * added additional shared memory block
 * added protection handlers
 * corrected reset vector
 * worked around bad startup
 Game now boots but doesn't coin up.

-fix compile on MSVC 2012 & 2013 [Peter Ferrie]

-snesb.c: Add coin/DSW inputs to Gundam Wing, game is now playable.
 [stephh]

-s4.c : fixed sound, 4 games marked as working (Flash,Stellar
 Wars,TriZone,TimeWarp)

-snesb: Set up dip switches for Gundam Wing. [stephh]

-peplus.c: Various fixes, all sets should be working now. [BrianT]

-WebUI: clean up and fixed HTML compliance. [Firehawke]

-added makefile variable OPENMP to enable usage of OpenMP (includes
 vconv support of -fopenmp) [Oliver Stöneberg]

-blktiger priority fixes [Mamesick]

-dragrace.c: Added tachometer outputs. [Comboman]

-Handcrafted PAL for actual Varth US PCB.  [Palindrome]

-awboard: add "offset protection" used by some carts.  samsptk and
 kofxi boot now.  [R. Belmont, MetalliC]

-model3: Rewrote 2D tilemap rendering. [Ville Linde]

-Rewrite k053260 sound device [Alex Jackson]

-Make cheat initialization debugger message more verbose.  [Pugsy]

-make the orlegend111t set work [iq_132]

-chqflag.c: improve k007232 volume/pan controls, still largely
 guesswork [Alex Jackson]

-wecleman.c: add missing k007232 volume callback [Alex Jackson]

-naomi.c:
 * M2-type cartridges 4/8MB mode mapping documentation/code
    [MetalliC, rtw]
 * F355 protection key, small docs update/corrections [MetalliC]
 * Atomiswave controller type register [MetalliC]
 * Added InitialD Ver3 Cycraft PIC key [anonymous, MetalliC]

-eepromuser.c: Added Support for MSM16911 Serial eeprom [Felipe Sanches]

-mb88xx.c: Added support for Fujitsu M88201-202 MCU [Felipe Sanches]

-model3: New 3D renderer + various fixes (still heavily WIP) [Ville Linde]

-Beatmania IIDX Twinkle hardware: The IDE DMA is now hooked up, but the
 sound board isn't running well enough yet for it to make a difference.
 Hooked up the FDC37665GT and HLE the XVD701 and the 68k sound board
 responses to get most of the games booting. There is no sound and the
 games all fail with a hdd error when you start a stage. Beatmania IIDX
 with DDR 2nd Club Version wants the GQ863 hard disk. [smf]

-Beatmania IIDX Twinkle hardware: beatmania IIDX Substream with DDR 2nd
 Club Version 2 wants the harddisk from beatmania IIDX Substream. Added
 missing 3rd & 6th style CD images & replaced 5th style images. [smf]

-upd7220: add Bresenham arc and complete char drawing [Carl]

-m68000: add missing item to save state [Alex Jackson]

- Converted battlera.c driver to use real PCE video code, fixing several
  longstanding bugs (present since driver was added in 0.37b2 era)
  [David Haywood]

- Reorganized ST0016 code, detangling several drivers, and fixing a some
  missing video features used by gostop [David Haywood]

- Refactored legionna.c COP code to use new Raiden II implementation
  fixing several bugs along the way [David Haywood]

- Tweaked Raiden II collision detection based on user feedback citing
  specific bullet patterns and expected hitbox sizes [David Haywood]

- Added note about tharrier Dipswitches being likely read via the
  protection device (not yet hooked up) [David Haywood]

- Fix girls 4,5,6 in the 'popbingo' bonus rounds [David Haywood]

- Fix what appears to be bad sound ROM banking in sandscrp
  [Dink, David Haywood]
2014-10-26 09:36:08 +00:00
ryoon
2d95213e74 Bump PKGREVISION.
Fix bash vulnerabilities.
2014-10-26 05:32:14 +00:00
snj
7e6b85465f Update qemu to 2.1.2. Changes:
9a72433: slirp: udp: fix NULL pointer dereference because of uninitialized socket (Petr Matousek)
00dd2b2: pc: leave more space for BIOS allocations (Michael S. Tsirkin)
80f4d02: Revert "virtio: don't call device on !vm_running" (Michael S. Tsirkin)
074e347: virtio-net: drop assert on vm stop (Michael S. Tsirkin)
9e8d994: Revert "rng-egd: remove redundant free" (Eduardo Habkost)
a56b9cf: hw/machine: Free old values of string properties (Eduardo Habkost)
0717855: Revert "spapr_pci: map the MSI window in each PHB" (Greg Kurz)
82d80e1: target-i386: Support migratable=no properly (Eduardo Habkost)
5dd076a: exec: Save CPUState::exception_index field (Pavel Dovgaluk)
257e9cf: pty: Fix byte loss bug when connecting to pty (Sebastian Tanase)
1aa87d3: spice: make sure we don't overflow ssd->buf (Gerd Hoffmann)
7fe5418: vbe: rework sanity checks (Gerd Hoffmann)
c5042f0: vbe: make bochs dispi interface return the correct memory size with qxl (Gerd Hoffmann)
cf29a88: virtio-net: purge outstanding packets when starting vhost (Michael S. Tsirkin)
08743db: net: complete all queued packets on VM stop (Michael S. Tsirkin)
d9c06c0: net: invoke callback when purging queue (Michael S. Tsirkin)
f321710: virtio: don't call device on !vm_running (Michael S. Tsirkin)
ec48bfd: net: Forbid dealing with packets when VM is not running (zhanghailiang)
eb36f79: acpi-build: Set FORCE_APIC_CLUSTER_MODEL bit for FADT flags (zhanghailiang)
34d41c1: vhost-scsi: init backend features earlier (Michael S. Tsirkin)
6f8d05a: vhost_net: init acked_features to backend_features (Jason Wang)
5e83dae: vhost_net: start/stop guest notifiers properly (Jason Wang)
ff34ca0: pci: avoid losing config updates to MSI/MSIX cap regs (Knut Omang)
e685d2a: virtio-net: don't run bh on vm stopped (Michael S. Tsirkin)
67cfda8: qxl-render: add more sanity checks (Gerd Hoffmann)
4fd144f: target-arm: Correct Cortex-A57 ISAR5 and AA64ISAR0 ID register values (Peter Maydell)
ea774b8: target-arm: Fix regression that disabled VFP for ARMv5 CPUs (Peter Maydell)
3e8966d: x86: Clear MTRRs on vCPU reset (Alex Williamson)
ba8576f: x86: kvm: Add MTRR support for kvm_get|put_msrs() (Alex Williamson)
07f8c97: x86: Use common variable range MTRR counts (Alex Williamson)
72c9c9a: target-i386: Don't forbid NX bit on PAE PDEs and PTEs (William Grant)
3d8cc86: vl: process -object after other backend options (Paolo Bonzini)
0824ca6: spapr_pci: map the MSI window in each PHB (Greg Kurz)
feb6334: thread-pool: avoid deadlock in nested aio_poll() calls (Stefan Hajnoczi)
75ada6b: thread-pool: avoid per-thread-pool EventNotifier (Stefan Hajnoczi)
be3af75: pc: reserve more memory for ACPI for new machine types (Michael S. Tsirkin)
bfe3e6f: pcihp: fix possible array out of bounds (Gonglei)
cd4acff: hostmem: set MPOL_MF_MOVE (Michael S. Tsirkin)
4b59161: vmxnet3: Pad short frames to minimum size (60 bytes) (Ben Draper)
fab7560: blkdebug: Delete BH in bdrv_aio_cancel (Fam Zheng)
16c92cd: qemu-iotests: add test case 101 for short file I/O (Stefan Hajnoczi)
dea6efe: raw-posix: fix O_DIRECT short reads (Stefan Hajnoczi)
8c4edd7: block/iscsi: fix memory corruption on iscsi resize (Peter Lieven)
504e2a7: arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2 (Christoffer Dall)
2f6d5e1: target-arm: Rename QEMU PSCI v0.1 definitions (Christoffer Dall)
20463dc: target-arm: Fix return address for A64 BRK instructions (Peter Maydell)
2a575c4: virtio-blk: fix reference a pointer which might be freed (zhanghailiang)
1ad9dce: acpi: align RSDP (Michael S. Tsirkin)
ba1bc81: numa: show hex number in error message for consistency and prefix them with 0x (Hu Tao)
948574e: pc-dimm: fix up error message (Michael S. Tsirkin)
044af98: pc-dimm: validate node property (Hu Tao)
7c68c54: hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICE (Hu Tao)
bd47406: ide: only constrain read/write requests to drive size, not other types (Michael Tokarev)
e22d5dc: l2tpv3 (configure): it is linux-specific (Michael Tokarev)
dfd4808: vfio: Fix MSI-X vector expansion (Alex Williamson)
5f26e63: qdev-monitor: include QOM properties in -device FOO, help output (Stefan Hajnoczi)
42f7a13: qmp: hide "hotplugged" device property from device-list-properties (Stefan Hajnoczi)
2014-10-14 21:00:15 +00:00
wiz
ddffeec4f7 Remove unneeded patch after update. 2014-10-10 22:55:02 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
shattered
bbe49bc767 Update to 2.11 (2009). Changes:
- use DatLib 2.36
2014-10-07 20:50:11 +00:00
shattered
710a45dbb2 Update to 2.14 (2009). Changes:
- Added knowledge of old v2 sound ROM from sonicwi2 (various emus).
- Updated a few existing definitions to account for MAME ROM renames
  (up to MAME 0.135).
2014-10-07 20:49:47 +00:00
shattered
fe556d0338 Update to 2.31 (2009). Changes:
- Fixed de-duplication of "nodump" ROMs and disks for MAMEDiff.
- Log file now shows the MAMEDiff version as well as the options.
- Changed the directory scanner to process zero byte files / roms.
2014-10-07 20:49:18 +00:00
shattered
deb7fbc0a4 Update to 2.46 (2009). Changes:
- Added date, email, homepage, url, comment, forcenodump to CMPro.
- Added category to RomCenter header (for completeness).
- Added the Generic XML format.
- Added automatic date population (based on the version number).
2014-10-07 20:48:54 +00:00
shattered
6d7f5638de Update to 2.36 (2009). Notable changes:
- Fixed crash when loading full MESS XML (0.105 upwards).
- MESS: Support for new device attributes (type, tag and mandatory).
- MESS: Support for machine "RAM options".
- Added support for 64-bit ROM sizes (n.b. not for directory scan).

- Added the DTD for ROM Management Datafiles (revision 1.1).
- Added support for Game Launcher and GameEx Map Files (untested).
- Added load / support for AAE RomList.
- Added save support for the Hyperspin Database format.
2014-10-07 20:48:28 +00:00
adam
243c29c4cc Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
wiz
8b765c474f Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
dholland
5bd32b6a91 Update to 1.99.09, a 2.0 release candidate.
Upstream changes:
   - Support the CACHE instruction as (for now) a nop.
   - Provide the MIPS32 config0 and config1 registers, and pretend to
     have 4K each L1 I/D caches. The cache remains fully coherent.
   - Don't allow r2000/r3000 (mips-I) style cache flushes.
   - Add a disk161 utility for manipulating disk images, and don't
     keep disk image sizes in sys161.conf any more.
   - Edit/revise the processor docs.
   - Fix build with gcc 4.8.
   - Provide flock() compat for legacy OSes without it. (Hi, Solaris.)
2014-10-01 08:11:29 +00:00
jperkin
9e8d882d29 Use tr to handle differences between unzip implementations. 2014-09-27 09:46:24 +00:00
wiz
82705b993a Depend on dos2unix and run it on two files. From jperkin. 2014-09-24 20:33:31 +00:00
wiz
82aed70641 Revert jperkin's patch until we find a dos2unix solution.
Ok jperkin
2014-09-24 20:20:49 +00:00
jperkin
272f531956 Fix broken patch files. 2014-09-24 12:33:44 +00:00
jperkin
0d175d740c Fix broken patch file. 2014-09-24 12:32:26 +00:00
jperkin
5b234242ac SunOS needs -lm. 2014-09-23 21:47:52 +00:00
obache
8c65d156cf security fix update for suse131_libcurl.
openSUSE Security Update: curl
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1139-1
Rating:             important
References:         #894575 #895991
Cross-References:   CVE-2014-3613 CVE-2014-3620
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes two vulnerabilities is now available.

Description:


   libcurl was updated to fix security issues:

   CVE-2014-3613: Cookies for hosts specified by numeric IP could be assigned
   or used for other numeric IP hosts if portions of the numerics were the
   same.

   CVE-2014-3620: libcurl allowed cookies to be set for toplevel domains,
   making them to broad.
2014-09-18 11:10:51 +00:00
obache
4b0cb37f60 Bump suse131_base to nb5.
openSUSE Security Update: glibc
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1115-1
Rating:             important
References:         #887022 #892073 #894553
Cross-References:   CVE-2014-0475 CVE-2014-5119 CVE-2014-6040

Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes three vulnerabilities is now available.

Description:


   glibc was updated to fix three security issues:

   - A directory traversal in locale environment handling was fixed
     (CVE-2014-0475, bnc#887022, GLIBC BZ #17137)

   - Disable gconv transliteration module loading which could be used for
     code execution (CVE-2014-5119, bnc#892073, GLIBC BZ #17187)

   - Fix crashes on invalid input in IBM gconv modules (CVE-2014-6040,
     bnc#894553, BZ #17325)
2014-09-11 09:28:51 +00:00
joerg
8edcc3882c Fix DESTDIR violation. 2014-09-10 12:14:57 +00:00
obache
4a631931c8 define PKGNAME instead of fake DISTNAME. 2014-09-07 12:26:39 +00:00
shattered
6b48e19788 Added libdsk. 2014-09-01 20:53:24 +00:00
shattered
2663ce3aa0 Import libdsk-1.3.5 as emulators/libdsk.
LibDsk is a library intended to give transparent access to floppy
drives and to the "disc image files" used by emulators to represent
floppy drives. It currently supports the following disc image
formats:

- Raw "dd if=foo of=bar" images;
- Raw images in logical filesystem order;
- CPCEMU-format .DSK images (normal and extended);
- CFI-format disc images, as produced by FDCOPY.COM;
- ApriDisk-format disc images;
- NanoWasp-format disc images, used by the eponymous emulator;
- Yaze 'ydsk' disc images, created by the 'yaze' emulators;
- Disc images created by Teledisk and CopyQM (read only);
- The floppy drive under Linux.
2014-09-01 20:52:28 +00:00
mef
611e027d22 (pkgsrc)
simulavr asks for libiberty.a.
  With avr-gcc 4.5.3 and avr-binutils-2.23.2, binutils is installing
  libiberty.a
  But with new binutils-2.24, it won't install libiberty. Instead,
  avr-gcc-4.8.3 will provied libiberty.
  Makefile (of simulavr) now has pointer to PATH of libiberty now
  as:
    CONFIGURE_ARGS+=        --with-libiberty=${PREFIX}/lib/gcc/avr
(Add patches)
   patch-src_systemclock_cpp (rename from  patch-src_systemclock.cpp)
   patch-src_systemclock_h
   patch-src_traceval_cpp
   patch-src_traceval_h
     clang flags as resize unresolved reference,
     backport from git repository (as of 2013-09-15).
  patch-examples_atmel_key_StdDefs_c        Status: Locally Added
     passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
2014-08-29 04:40:06 +00:00
dholland
0f3b2cb81c Update to 1.99.08.
Changes:
	- use flock() on disk images to avoid accidents
	- improve gdb interface to treat CPUs as "threads"
	- rework tty handling; now behaves when backgrounded
	- change disk image names in sample config to match OS/161 usage
	- rework timing code and fix bug with bogus large idle counts
	- rework and retune main loop; much faster
	- use more gcc warnings
2014-08-23 06:55:03 +00:00
wiz
ae075e6d55 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
obache
07e7dcde12 openSUSE Security Update: krb5
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:0977-1
Rating:             low
References:         #886016 #888697
Cross-References:   CVE-2014-4341 CVE-2014-4342 CVE-2014-4343
                    CVE-2014-4344
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes four vulnerabilities is now available.

Description:

   The following security isses are fixed in this update:

   CVE-2014-4341 CVE-2014-4342: denial of service flaws when handling RFC
   1964 tokens (bnc#886016)

   CVE-2014-4343 CVE-2014-4344: multiple flaws in SPNEGO (bnc#888697)
2014-08-22 09:01:56 +00:00
obache
eb24dafd44 openSUSE Security Update: update for jbigkit
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:0978-1
Rating:             moderate
References:         #870855
Cross-References:   CVE-2013-6369
Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

   An update that fixes one vulnerability is now available.

Description:


       The following security issue is fixed in this update
   - [bnc#870855] - CVE-2013-6369: jbigkit buffer overflow
2014-08-22 08:54:08 +00:00