pkgsrc/emulators
ryoon 1b87b00638 Update to 0.14.1
* New features are not tested yet, for example SPICE protocol support.
* I have tested on NetBSD/i386 5.99.54 and DragonFly/i386 2.10.1 as host,
  NetBSD/{amd64, i386, sparc} as guest.

Changelog:

0.14.1
    virtio-blk: fail unaligned requests
    qed: Fix consistency check on 32-bit hosts
    exit if -drive specified is invalid instead of ignoring the "wrong" -drive
    vhost: fix dirty page handling
    Do not delete BlockDriverState when deleting the drive
    vnc: tight: Fix crash after 2GB of output
    lan9118: Ignore write to MAC_VLAN1 register
    Don't allow multiwrites against a block device without     lsi53c895a: add support for ABORT messages
    virtio-pci: fix bus master work around on load
    fix applesmc REV key
    rbd: don't link with -lcrypto
    net: Add the missing option declaration of "vhostforce"
    lsi53c895a: Update dnad when skipping MSGOUT bytes
    Revert "prep: Disable second IDE channel, as long as ISA IDE emulation doesn't support same irq for both channels"
    isa-bus: Remove bogus IRQ sharing check
    virtio-net: Fix lduw_p() pointer argument of wrong size
    hw/sd.c: Add missing state change for SD_STATUS, SEND_NUM_WR_BLOCKS
    vnc: Fix fatal crash with vnc reverse mode
    qemu-char: Check for missing backend name

0.14.0
Targets
ARM
    Most of the changes are related to bug fixes and improvements to match what the real hardware does. For now there is no new board or CPU.

MIPS
    Host CPU consumption for idle guests
    Timer fixes
    FPU improvements

SH4
    Various bug fixes and improvements including
        SM501 2D engine copyrect support, needed to boot recent kernels
        MMU mmaped TLB access, needed to boot recent kernels
        Floating point exceptions and correct NaN support.

PPC
    Fix running recent PPC64 kernels
    New maintainer: Alexander Graf
    Improve interrupt injection with KVM
    Enable PV enabled guests for speedup with KVM
    Floating point fixes
    Add a ppc-440x5 Xilinx model
    Add a virtex5 ml507 refdesign board for ppc-440x5
    BookE MMU emulation improvements

s390x
    No news, business as usual.

SPARC
    Fix div(cc) and sdiv(cc) instruction emulation, fixes Xorg crash in the guest

Hosts
ARM
    Fix random crashes
    Fix 64-bit big-endian targets support

MIPS
    Fix random crashes

IA64
    Fix random crashes for 32-bit targets

Devices
IDE / AHCI
    Added emulation layer for an ICH-9 AHCI controller (not yet stable). Tested with Linux, OpenBSD, Windows Vista and Windows 7. The AHCI emulation supports NCQ, so multiple read or write requests can be outstanding at the same time.
        to use it, use the following command line snippet: -drive id=disk,file=<your image goes here>,if=none -device ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0

SCSI
    Various bug fixes, no new features.

USB
    Added USB support for remote wakeup, allowing the guest to suspend the USB bus when idle, which in turn reduces the CPU overhead of an idle machine.
    The USB subsystem also got a bunch of patches to prepare it for USB 2.0 support.

virtio
    virtio-pci can use ioeventfd for virtqueue notify. On systems that support KVM, the ioeventfd mechanism can be used to make virtqueue notify a lightweight exit by deferring hardware emulation to the iothread and allowing the VM to continue execution. This model is similar to how vhost receives virtqueue notifies. The result of this change is improved performance for userspace virtio devices. Virtio-blk throughput increases especially for multithreaded scenarios and virtio-net transmit throughput increases substantially. Read the commit message for more details.
    Various fixes and stabilization for live-migration:
    Various virtio-net improvements:
        Make tx_timer timeout configurable
        Limit number of packets sent per TX flush
        Introduce a new bottom half packet TX
        Fix cross-endianness support

PCI/PCI Express
    Improved PCI Express support and functionalities with the implementation of:
        flr (Function Level Reset)
        aer (Advanced Error Reporting) and other improvements
        A new monitor command to inject errors into the PCI bus: pcie_aer_inject_error
    Implementation of Message Signaled Interrupts (MSI/MSI-X) support
    Separation of the PCI bridge code from the main PCI code.

Sound
    New Intel HD Audio support, adding three new devices:
        intel-hda: Intel HD Audio Controller, the PCI device.
        hda-duplex: HDA Codec. Attaches to the HDA bus. Supports 16bit stereo, rates 16k -> 96k, playback, recording and volume control (with CONFIG_MIXEMU=y).
        hda-output: HDA Codec without recording support. Subset of the hda-duplex codec. Use this if you don't want your guests access your mic.
    Usage: add '-device intel-hda -device hda-duplex' to your command line.
    Tested guests:
        Linux works.
        Win7 works.
        DOS (mpxplay) works.
        WinXP doesn't work.

Real Time Clock
    Fix binary/BCD mode switch

Video
    Fix cirrus VGA crash with some guests
    Fix curses big endian support

Block Drivers
qcow2
    Added a writeback metadata cache. This improves performance of scenarios with lots of cluster allocations noticably (e.g. installation or after taking a snapshot), in some benchmarks by a factor of ten or more. Use cache=none or cache=writeback to take advantage from this change.
    Copy snapshots out of QCOW2 disk, eg: qemu-img convert -f qcow2 -O qcow2 -s snapshot_name src_img bck_img
    Zero-copy read and write operations
    Other fixes and code cleanups:
        qcow2: Invalidate cache after failed read
        block: Allow bdrv_flush to return errors
        qcow2: Simplify image creation
        qcow2: Fixes unaligned access on IA64

qed
    Introduction of the QEMU Enhanced Disk (qed) image format. It is a disk image format that forgoes features found in qcow2 in favor of better levels of performance and data integrity. Due to its simpler on-disk layout, it is possible to safely perform metadata updates more efficiently.
    More information about qed: http://wiki.qemu.org/Features/QED
    Initial thread discussion: http://lists.nongnu.org/archive/html/qemu-devel/2010-09/msg00310.html

ceph/rbd
    Introduction of the new ceph/rbd block driver. RBD is an block driver for the distributed file system Ceph.
    More information about ceph: http://ceph.newdream.net/

nbd
    Improve qemu-nbd performance by 4400 %. This patch combines the reply header and payload send operation.
    Introduce NBD named exports.

Spice
    New support for the SPICE protocol. The project main focus is to provide high-quality remote access to QEMU virtual machines. More information about SPICE can be found at the project's web site: http://spice-space.org/
    New qxl device. qxl is a paravirtual graphics card. The qxl device is the bridge between the guest and the spice server (aka libspice-server). The spice server will send the rendering commands to the spice client, which will actually render them. The spice server is also able to render locally, which is done in case the guest wants read something from video memory. Local rendering is also used to support display over vnc and sdl. qxl is activated using -vga qxl. qxl supports multihead, additional cards can be added via '-device qxl.
    Relevant commits:
        spice: core bits
        spice: add keyboard
        spice: add mouse
        spice: simple display
        spice: add tablet support
        spice: tls support
        spice: make compression configurable.
        spice: add config options for channel security.
        spice: add config options for the listening address
        spice: add misc config options
        spice: add audio
        spice: add qxl device
        spice: connection events.

QMP / monitor

    TODO: QMP is now stable, except for error reporting?
    The work to facilitate the management of QEMU instances has been improved. QMP has received various fixes. Now it is possible to call a traditional monitor command through QMP, in case your application depends on the output or the command is not yet ported to QMP.
    New commands:
        query-spice / info spice
        human-monitor-command
        set_password
        drive_del
        block_resize command, allowing resizing of block devices while qemu is running. For virtio-blk the size is updated automatically when this command is issued on the host. IDE is not supported. For SCSI devices the new size can be updated in Linux guests by doing the following shell command:

echo > /sys/class/scsi_device/0:0:0:0/device/rescan

Tracing
    Introduction of platform-independent tracing, more information about it: http://wiki.qemu.org/Features/Tracing
    Documentation and tutorial: http://git.qemu.org/qemu.git/plain/docs/tracing.txt
    Some relevant commits:
        Add trace-events file for declaring trace events
        Add a DTrace tracing backend targetted for SystemTAP compatibility
        Add LTTng Userspace Tracer backend
        Add simple built-in tracing backend
        Add stderr trace-event backend:
        Support for dynamically enabling/disabling trace events
        Specify trace file name
        Add trace-file command to open/close/flush trace file

Other stuff
    Extend -option-rom command to have additional parameter bootindex
    Little endian / big endian MMIO framework. Until now, most devices had special hacks to allow them to work on big and little endian systems (ppc / x86). With that framework, they should mostly work with both and not require and device specific hacks anymore.
2011-07-11 09:57:18 +00:00
..
aliados USE_NCURSES=# -> USE_NCURSES=yes 2010-03-17 14:17:38 +00:00
applyppf
aranym Update aranym to 0.9.10 with emutos 0.8.5. 2010-07-08 11:28:05 +00:00
arcem Add user-destdir installation support. 2011-03-03 12:55:48 +00:00
arnold recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
atari800 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
BasiliskII recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
blinkensim recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bochs recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ckmame recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +00:00
compat12 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat13 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat14 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat15 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat15-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat16 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat16-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat20 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat20-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat30 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat30-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat40 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat40-extras Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
compat_netbsd Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
Cygne-SDL Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
cygwin_esound
cygwin_lib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
darcnes Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
darwin_lib Add destdir installation support. 2011-03-03 13:06:49 +00:00
DatLib Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
DatUtil Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
dega Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
dgen Transfer ownership to pkgsrc-users. pancake's address is not valid any 2010-07-06 10:17:11 +00:00
dosbox png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
doscmd
dynagen /usr/bin/env cleanup. 2011-07-03 07:08:27 +00:00
dynamips add LICENSE. 2010-02-05 20:13:20 +00:00
e-uae recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
fceu Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fmsx Update fmsx to 3.5.1. 2010-01-07 08:38:43 +00:00
freebsd_lib Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
fuse recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
fuse-utils recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gambatte recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
gcube Mechanically replace references to graphics/jpeg with the suitable 2010-12-23 11:44:24 +00:00
generator recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
generator-cbiere recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gens recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gns3 Fix COMMENT. 2010-06-01 22:01:35 +00:00
gnuboy Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gnuboy-sdl Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
gpsim recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gpsim-devel recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gpsim-oscilloscope recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gpsim-ptyusart recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
gxemul Fix compilation. Fix PLIST. Bump revision. 2010-07-02 14:41:49 +00:00
handy_sdl Make sure this package is buildable as normal user by fixing the directory 2010-02-14 18:42:53 +00:00
hatari check-interpreter fixes. 2011-07-03 11:32:22 +00:00
hercules Needs USE_TOOLS+=perl:run, not just REPLACE_PERL. 2011-07-04 21:37:34 +00:00
hercules-images Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
ia64sim Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
kegs Initial import of kegs-0.91 from pkgsrc-wip, packaged by Timothy Larson. 2009-11-10 16:19:57 +00:00
kenigma recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libspectrum recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
linuxppc_lib Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
lrmi Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
m1 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
makeppf
mame recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
MAMEDiff Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
mednafen recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
mess recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
minivmac Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
mmix Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
NeoPop-SDL png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
nestopia recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
netbsd32_compat15
netbsd32_compat15-extras
netbsd32_compat16
netbsd32_compat16-extras
netbsd32_compat20
netbsd32_compat20-extras
netbsd32_compat30
netbsd32_compat30-extras
netbsd32_compat40
netbsd32_compat40-extras
openmsx Fix build with png-1.5. 2011-06-20 09:28:06 +00:00
or1ksim
osf1_lib Update to support PKG_DESTDIR. 2010-02-26 05:09:54 +00:00
p11 DESTDIR support 2010-02-01 01:50:04 +00:00
palmosemulator png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
pcemu Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
pearpc Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
qemu Update to 0.14.1 2011-07-11 09:57:18 +00:00
raine * fixes build with libpng-1.5 2011-03-14 12:04:31 +00:00
ROMBuild Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
ROMInfo Change default for zip extraction to leave files as they are. 2009-08-25 11:56:34 +00:00
sap No master site here; set INTERACTIVE_STAGE=fetch 2009-09-23 13:49:40 +00:00
simh Add a missing entry to PLIST. 2010-06-19 13:59:52 +00:00
simulavr DESTDIR ready 2010-01-29 22:54:48 +00:00
ski
sms_sdl Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
snes9x Mark as not for 64bit systems until the casting mess is resolved. 2010-02-15 17:18:52 +00:00
snes9x-gtk Update to 1.53.81: 2011-05-02 13:39:40 +00:00
spim Fix "make package" failure. 2011-03-06 10:22:31 +00:00
stella Update stella to 3.4.1. 2011-06-19 16:44:03 +00:00
suse100_32_alsa
suse100_32_aspell
suse100_32_base
suse100_32_compat
suse100_32_expat
suse100_32_fontconfig
suse100_32_freetype2
suse100_32_gdk-pixbuf
suse100_32_glx
suse100_32_gtk
suse100_32_gtk2
suse100_32_krb5
suse100_32_libcups
suse100_32_libjpeg
suse100_32_libpng
suse100_32_libsigc++2
suse100_32_libtiff
suse100_32_libxml2
suse100_32_locale
suse100_32_openmotif
suse100_32_openssl
suse100_32_qt3 Import suse32_qt3-10.0 as emulators/suse100_32_qt3. 2009-09-09 12:58:45 +00:00
suse100_32_resmgr
suse100_32_slang
suse100_32_vmware
suse100_32_x11
suse100_alsa
suse100_aspell
suse100_base Enable PKG_DESTDIR_SUPPORT for suse100_* 2009-06-05 11:20:27 +00:00
suse100_compat
suse100_expat
suse100_fontconfig Add more font dirs, same as suse113_fontconfig. 2011-02-21 08:38:30 +00:00
suse100_freetype2 Update freetype2 from 2.1.10-4.4 to 2.1.10-4.9 2008-09-03 09:13:05 +00:00
suse100_gdk-pixbuf
suse100_glx Bump suse100_glx to 4. 2008-09-03 09:45:59 +00:00
suse100_gtk
suse100_gtk2
suse100_krb5
suse100_libcups Bump suse100_libcups to 4. 2008-09-03 09:26:13 +00:00
suse100_libjpeg
suse100_libpng Bump suse100_libpng to 4. 2008-09-03 09:29:22 +00:00
suse100_libsigc++2
suse100_libtiff
suse100_libxml2
suse100_linux Add qt3 module. 2009-09-09 13:03:38 +00:00
suse100_locale
suse100_openmotif
suse100_openssl Bump suse100_openssl to 5. 2008-09-03 09:32:10 +00:00
suse100_qt3 Import suse_qt3-10.0 as emulators/suse100_qt3. 2009-09-09 12:52:12 +00:00
suse100_resmgr Bump suse100_resmgr to 1. 2008-09-03 09:35:43 +00:00
suse100_slang Compensate for lib vs lib64 on amd64. 2009-11-29 17:48:40 +00:00
suse100_vmware
suse100_x11 Bump suse100_x11 to 3. 2008-09-03 09:42:45 +00:00
suse113_32_alsa Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_aspell Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_base Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_compat Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_expat Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_fontconfig Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_freetype2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_glx Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_gtk2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_krb5 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libcups Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libcurl move libcurl from base to its own emul module since it requires 2011-02-27 15:46:20 +00:00
suse113_32_libjpeg Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libpng Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libsigc++2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libtiff Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_libxml2 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_locale Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_openmotif Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_openssl Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_qt4 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_slang Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_vmware Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_32_x11 Initial import of openSUSE 11.3 packages for Linux emulation. 2010-09-24 01:27:25 +00:00
suse113_alsa Bump PKGREVISION for symlink fix. 2011-05-28 13:54:33 +00:00
suse113_aspell make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_base update to aaa_base-11.3-8.9.1. fixes CVE-2011-0468. 2011-03-27 14:48:36 +00:00
suse113_compat make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_expat make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_fontconfig make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_freetype2 update to libfreetype6-2.3.12-7.4.1. fixes CVE-2010-3855, CVE-2010-3814. 2011-05-17 16:08:52 +00:00
suse113_glx make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_gtk2 update to dbus-1-1.2.24-2.3.1. fixes CVE-2010-4352. 2011-05-17 16:11:49 +00:00
suse113_krb5 update to krb5-1.8.1-5.7.1, fixes CVE-2011-0284. 2011-04-09 14:58:10 +00:00
suse113_libcups make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_libcurl move libcurl from base to its own emul module since it requires 2011-02-27 15:46:20 +00:00
suse113_libjpeg make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_libpng sort entries by architecture. 2011-02-10 03:32:58 +00:00
suse113_libsigc++2 make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_libtiff update to libtiff3-3.9.2-5.10.1. fixes CVE-2010-4665, CVE-2009-5022, 2011-05-09 01:21:08 +00:00
suse113_libxml2 update to libxml2-2.7.7-4.5.1, fixes CVE-2010-4494. 2011-04-03 14:02:51 +00:00
suse113_linux add a "curl" module. 2011-02-27 15:54:03 +00:00
suse113_locale make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_openmotif make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_openssl update to libopenssl1_0_0-1.0.0-6.9.1. 2011-06-19 22:36:30 +00:00
suse113_qt4 make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_slang make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_vmware make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
suse113_x11 make myself the maintainer of all the suse 11.3 pkgs. 2011-02-10 02:55:44 +00:00
swarm Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
tme recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
tuxnes * LICENSE=gnu-gpl-v2 2011-03-15 09:00:24 +00:00
twin * LICENSE=gnu-lgpl-v2 2011-03-15 11:30:05 +00:00
uae recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ucon64 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
uips Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
vba Fix build with png-1.5. 2011-01-14 11:38:38 +00:00
vice recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
vmips Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
wine Changes 1.2.3: 2011-05-04 20:31:39 +00:00
wine-devel Update to WINE 1.3.24 2011-07-09 14:27:38 +00:00
x48 DESTDIR support 2010-01-29 23:50:26 +00:00
xbeeb Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
xcopilot Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with 2009-06-30 00:07:09 +00:00
xhomer Add xf86dgaproto to hopefully fix -5 native X failure. 2011-07-05 01:33:25 +00:00
xm7 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT 2009-05-19 08:59:00 +00:00
xtrs user-destdir support 2009-07-08 16:40:08 +00:00
xyame
yabause recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
z26 DESTDIR support. 2009-02-23 17:56:36 +00:00
ZIPIdent Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
zsnes * fixes build with png-1.5. 2011-03-15 11:46:09 +00:00
Makefile add and enable suse113_32_libcurl and suse113_libcurl 2011-03-04 08:15:50 +00:00