1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692
|
qemu (0.8.2-4etch3) oldstable-security; urgency=low
* debian/patches/92_security.patch: fix media handling vulnerability
(CVE-2008-1945). Closes: bug#526013.
* debian/patches/93_security.patch: fix privilege escalation.
(CVE-2008-0928). Closes: bug#469649.
-- Aurelien Jarno <aurel32@debian.org> Sun, 03 May 2009 15:38:17 +0200
qemu (0.8.2-4etch2) stable-security; urgency=high
* Non-maintainer upload by the security team
* Fix insecure symlink handling in debian/qemu-make-debian-root,
which could lead to a DoS
Fixes: CVE-2008-4553
-- Steffen Joeris <white@debian.org> Thu, 16 Oct 2008 12:23:30 +0000
qemu (0.8.2-4etch1) stable-security; urgency=high
[ Guillem Jover ]
* Fix several security issues found by Tavis Ormandy <taviso@google.com>:
- Cirrus LGD-54XX "bitblt" Heap Overflow. CVE-2007-1320
- NE2000 "mtu" heap overflow.
- QEMU "net socket" heap overflow.
- QEMU NE2000 "receive" integer signedness error. CVE-2007-1321
- Infinite loop in the emulated SB16 device.
- Unprivileged "aam" instruction does not correctly handle the
undocumented divisor operand. CVE-2007-1322
- Unprivileged "icebp" instruction will halt emulation. CVE-2007-1322
- debian/patches/90_security.patch: New file.
-- Guillem Jover <guillem@debian.org> Thu, 26 Apr 2007 07:36:40 +0300
qemu (0.8.2-4) unstable; urgency=medium
[ Guillem Jover ]
* Disable using iasl for now until it's ported to big-endian systems and
include a locally built acpi-dsdt.hex file.
-- Guillem Jover <guillem@debian.org> Sun, 3 Dec 2006 21:10:23 +0200
qemu (0.8.2-3) unstable; urgency=low
[ Guillem Jover ]
* Hopefully really fix powerpc FTBFS.
-- Guillem Jover <guillem@debian.org> Sun, 5 Nov 2006 17:09:53 +0200
qemu (0.8.2-2) unstable; urgency=low
[ Guillem Jover ]
* Update Tag field to match new debtags vocabulary.
* Clean properly. (Closes: #390166)
- Remove the acpi generated files and the docs.
- Revert the docs regeneration forcing logic.
Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
* On install use DESTDIR instead of specifying all paths. (Closes: #396139)
Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
* Port to GNU/kFreeBSD. (Closes: #327622)
- Disable ALSA on non-linux systems.
- Add a Build-Depends on libfreebsd-dev on kfreebsd systems.
- Add kfreebsd-i386 and kfreebsd-amd64 to the Architecture field.
- debian/patches/65_kfreebsd.patch: New file.
Thanks Petr Salinger <Petr.Salinger@seznam.cz>.
* In qemu-make-debian-root do not explicitely install in aptitude and
libsigc++-1.2-5c102, they are pulled now by default. And do not remove
aptitude afterwards. (Closes: #392481)
Thanks to Ted Percival <ted@midg3t.net>.
* Add experimental ncurses ui support. (Closes: #369462)
- debian/patches/80_ui_curses.patch: New file.
Thanks to Andrzej Zaborowski <balrog@zabor.org>.
* Add SO_PEERCRED and SO_SNDTIMEO support, and fix accept syscall when
being passed NULL pointers.
- debian/patches/21_net_sockopts.patch: Renamed to ...
- debian/patches/21_net_soopts.patch: ... here. Modify.
Thanks to Pablo Virolainen.
* Add a fadvise64 syscall stub.
- debian/patches/39_syscall_fadvise64.patch: New file.
Thanks to Pablo Virolainen.
* Add EABI unmuxed socket syscalls.
- debian/patches/55_unmux_socketcall.patch: New file.
Thanks to Riku Voipio.
* Add TLS sections to the ARM and x86 linker scripts so that qemu user
emulators can be linked statically.
- debian/patches/66_tls_ld.patch: New file.
* Move the documentation of the binary blob removals from the original
upstream tarball from README.Debian to debian/copyright.
* Reword the emphasis on "FAST!" from the package description.
* Fix FTBFS on powerpc by adding the missing fp_status variable to the
int32_to_float32 function calls.
- debian/patches/67_ppc_ftbfs.patch: New file.
-- Guillem Jover <guillem@debian.org> Sun, 5 Nov 2006 08:48:27 +0200
qemu (0.8.2-1) unstable; urgency=low
[ Guillem Jover ]
* New upstream release. (Closes: #379461, #385029, #388810)
- Add ACPI BIOS emulation support. (Closes: #372533)
- Fix mouse invisible wall when using Windows XP. (Closes: #384666)
- debian/patches/01_doc_typos.patch: Sync.
- debian/patches/03_machines_list_no_error.patch: Likewise.
- debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
- debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
- debian/patches/06_exit_segfault.patch: Likewise.
- debian/patches/12_signal_powerpc_support.patch: Likewise.
- debian/patches/21_net_sockopt.patch: Likewise.
- debian/patches/22_net_tuntap_stall.patch: Likewise.
- debian/patches/30_syscall_ipc.patch: Likewise.
- debian/patches/31_syscalls.patch: Likewise.
- debian/patches/32_syscall_sysctl.patch: Likewise.
- debian/patches/33_syscall_ppc_clone.patch: Likewise.
- debian/patches/35_syscall_sockaddr.patch: Likewise.
- debian/patches/36_syscall_prctl.patch: Likewise.
- debian/patches/37_syscall_mount.patch: Likewise.
- debian/patches/41_arm_fpa_sigfpe.patch: Likewise.
- debian/patches/42_arm_tls.patch: Likewise.
- debian/patches/61_safe_64bit_int.patch: Likewise.
- debian/patches/63_sparc_build.patch: Likewise.
- debian/patches/50_missing_keycodes.patch: Removed, integrated upstream.
* Switch to quilt:
- debian/control: Add quilt (>= 0.40) to Build-Depends.
- debian/patches/series: New file.
- debian/patch.mk: Removed.
- debian/rules: Include '/usr/share/quilt/quilt.make' instead of
'debian/patch.mk'.
* Build the ACPI Source Language files with iasl.
* Add a Tag field to the binary package, using data from debtags.
* Add 2006 to the debian/copyright years.
* Add a Recommends on vde. (Closes: #386780)
* Fix spelling error in package description (peripherials -> peripherals).
(Closes: #388700)
Thanks to Rakesh 'arky' Ambati <rakesh_ambati@yahoo.com>.
* Fix ne2000_can_receive return code to 0 when the command is STOP.
(Closes: #386209)
- debian/patches/52_ne2000_return.patch: New file.
Thanks to Samuel Thibault <samuel.thibault@ens-lyon.org>.
* Document the binary blob removals from the original upstream tarball in
README.Debian. (Closes: #388740)
-- Guillem Jover <guillem@debian.org> Mon, 25 Sep 2006 04:16:25 +0300
qemu (0.8.1-1) unstable; urgency=low
[ Guillem Jover ]
* New upstream release. (Closes: #366955, #366637)
- debian/patches/01_doc_typos.patch: Sync.
- debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
- debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
- debian/patches/12_signal_powerpc_support.patch: Likewise.
- debian/patches/21_net_sockopt.patch: Likewise.
- debian/patches/22_net_tuntap_stall.patch: Likewise.
- debian/patches/30_syscall_ipc.patch: Likewise.
- debian/patches/31_syscalls.patch: Likewise.
- debian/patches/32_syscall_sysctl.patch: Likewise.
- debian/patches/33_syscall_ppc_clone.patch: Likewise.
- debian/patches/35_syscall_sockaddr.patch: Likewise.
- debian/patches/36_syscall_prctl.patch: Likewise.
- debian/patches/37_syscall_mount.patch: Likewise.
- debian/patches/41_arm_fpa_sigfpe.patch: Likewise.
- debian/patches/42_arm_tls.patch: Likewise.
- debian/patches/43_arm_cpustate.patch: Likewise.
- debian/patches/50_missing_keycodes.patch: Likewise.
- debian/patches/51_serial_small_divider.patch: Likewise.
- debian/patches/61_safe_64bit_int.patch: Likewise.
- debian/patches/63_sparc_build.patch: Likewise.
- debian/patches/40_arm_nwfpe_cpsr.patch: Removed, integrated upstream.
* Make the patch system apply the patch on the first run.
- debian/patches/64_ppc_asm_constraints.patch: Add DPATCHLEVEL.
* Document how to use the images created with qemu-make-debian-root in the
man page. Thanks to Jacobo <jacobo221@hotmail.com>. (Closes: #343450)
* Add support for the -snapshot option to use the TMPDIR evironment
variable. (Closes: #353880)
- debian/patches/02_snapshot_use_tmpdir.patch: New file.
* Do not exit with an error when using '-M ?'. (Closes: #365209)
- debian/patches/03_machines_list_no_error.patch: New file.
* Added symlink for system-mipsel emulator man page.
* Build and clean the pc-bios directory.
* Avoid segfaulting by using _exit(2) instead of exit(3) in qemu user
emulators. (Closes: #338289)
- debian/patches/06_exit_segfault.patch: New file.
* Enable ALSA audio support and add libasound2-dev to the Build-Depends.
* Now using Standards-Version 3.7.2 (no changes needed).
-- Guillem Jover <guillem@debian.org> Sun, 28 May 2006 20:51:10 +0300
qemu (0.8.0-3) unstable; urgency=low
[ Josh Triplett ]
* Fix FTBFS on PowerPC caused by asm constraint problem. (Closes: #361727)
- debian/patches/64_ppc_asm_constraints.patch.
[ Guillem Jover ]
* Clamp addrlen from host to target when using AF_UNIX. This fixes
socket problems when using EABI.
- debian/patches/35_syscall_sockaddr.patch: New file.
* Fix floating point comparison on ARM NWFPE, due to glue code missmatch.
(Closes: #356287)
- debian/patches/40_arm_nwfpe_cpsr.patch: New file.
- debian/patches/40_fpu_arm_sigfpe.patch: Rename to ...
- debian/patches/41_arm_fpa_sigfpe.patch: ... this. Resync.
Thanks to Ulrich Hecht.
* Fix POSIX threads creation on ARM hanging when initializing the cpu
structure being it cyclic.
- debian/patches/43_arm_cpustate.patch: New file.
* Add TLS support for ARM. Stolen from Scratchbox.
- debian/patches/42_arm_tls.patch: New file.
* Fix sysctl endian problem.
- debian/patches/32_syscall_sysctl.patch: Update.
Thanks to Timo Savola <tsavola@movial.fi>.
* Remove now default '--enable-slirp' build option. (Closes: #356284)
Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
* Remove unused sharedir to 'make install'. (Closes: #356418)
Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
* Fix package not cleaning properly. (Closes: #356279)
Thanks to Anderson Lizardo <anderson.lizardo@gmail.com> for the initial
patch.
* Add needed syscalls to make debootstrap work. (Closes: #356291)
- debian/patches/36_syscall_prctl.patch: New file.
- debian/patches/37_syscall_mount.patch: Likewise.
- debian/patches/38_syscall_arm_statfs64.patch: Likewise.
Thanks to Anderson Lizardo <anderson.lizardo@gmail.com>.
* Remove obsolete Build-Dependency xlibs-dev.
-- Guillem Jover <guillem@debian.org> Thu, 13 Apr 2006 11:53:00 +0300
qemu (0.8.0-2) unstable; urgency=low
[ Guillem Jover ]
* Switch away from cdbs to plain debhelper.
* Upgrade to debhelper compat level 5.
* Allow overriding CC compiler variable. (Closes: #345772)
* Do not redefine 64 bit types on 64 bit arches.
- debian/patches/61_safe_64bit_int.patch: New file.
* Allow linux_boot.bin to be built on any arch by switching to nasm,
and Build-Depending on it.
- debian/patches/62_linux_boot_nasm.patch: New file.
* The serial hw driver uses a small divider that gets zeroed when shifting
bits to the right. (Closes: #276276, #348098)
- debian/patches/51_serial_small_divider.patch: New file.
Thanks to Samuel Thibault <samuel.thibault@ens-lyon.org>.
* Escaped hyphens in qemu-user manpage, use italics for filenames and
parameters and bold for options.
* Partial build failure fix for Sparc. (Bugs: #317145, #336970)
Thanks to Jurij Smakov <jurij@wooyd.org>.
-- Guillem Jover <guillem@debian.org> Mon, 20 Feb 2006 09:17:46 +0200
qemu (0.8.0-1) unstable; urgency=low
[ Guillem Jover ]
* New upstream release. (Closes: #344339)
- Added support for Virtual FAT. (Closes: #313123)
- Emulate repeated keystrokes when holding a key. (Closes: #298864)
- debian/patches/01_doc_typos.patch: Sync.
- debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
- debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
- debian/patches/12_signal_powerpc_support.patch: Likewise.
- debian/patches/21_net_sockopt.patch: Likewise.
- debian/patches/22_net_tuntap_stall.patch: Likewise.
- debian/patches/30_syscall_ipc.patch: Likewise.
- debian/patches/31_syscalls.patch: Likewise.
- debian/patches/32_syscall_sysctl.patch: Likewise.
- debian/patches/33_syscall_ppc_clone.patch: Likewise.
- debian/patches/40_fpu_arm_sigfpe.patch: Likewise.
- debian/patches/50_missing_keycodes.patch: Likewise.
* Added mips and mipsel to the lintian overrides for the user emulators
being shlib-with-non-pic-code.
* Added symlinks for mips, mipsel and system-arm emulator manpages.
-- Guillem Jover <guillem@debian.org> Fri, 30 Dec 2005 05:44:53 +0200
qemu (0.7.2-2) unstable; urgency=low
[ Josh Triplett ]
* Add support for signal handling on PowerPC. (Closes: #335509)
- debian/patches/12_signal_powerpc_support.patch: New file.
[ Guillem Jover ]
* Add Josh Triplett <josh@psas.pdx.edu> to Uploaders and packaging team.
* Fix PowerPC build failure by reintroducing the ppc linker script and
adding the missing _SDA_BASE_ and _SDA2_BASE_ symbols. (Closes: #336983)
* Remove invalid patch making X11 fail at runtime.
- debian/patches/20_net_socket.patch: Remove.
- debian/patches/32_syscall_sysctl.patch: Sync.
Thanks to Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>.
* Avoid the patch system to try until it applies.
- debian/patches/05_non-fatal_if_linux_hd_missing.patch: Added patch level.
- debian/patches/12_signal_powerpc_support.patch: Likewise.
-- Guillem Jover <guillem@debian.org> Wed, 21 Dec 2005 22:11:34 +0200
qemu (0.7.2-1) unstable; urgency=low
[ Guillem Jover ]
* New upstream release. (Closes: #321232, #327168)
- debian/patches/12_signal_silent.patch: Integrated upstream, remove.
- debian/patches/50_ppc_ldscript.patch: Likewise.
- debian/patches/33_syscall_truncate64.patch: Likewise.
- debian/patches/01_doc_typos.patch: Resync with upstream.
- debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
- debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
- debian/patches/10_signal_jobs.patch: Likewise.
- debian/patches/11_signal_sigaction.patch: Likewise.
- debian/patches/20_net_socket.patch: Likewise.
- debian/patches/21_net_sockopt.patch: Likewise.
- debian/patches/22_net_tuntap_stall.patch: Likewise.
- debian/patches/30_syscall_ipc.patch: Likewise.
- debian/patches/31_syscalls.patch: Likewise.
- debian/patches/32_syscall_sysctl.patch: Likewise.
- debian/patches/40_fpu_arm_sigfpe.patch: Likewise.
* Repackaged upstream source to deal with binaries w/o sources.
- pc-bios/video.x: New file removed.
* Create a new qemu-user(1) manpage and link all user emulator manpages
to it. (Closes: #335163)
* Add missing '-' and '=' keycodes for sendkey command.
- debian/patches/50_missing_keycodes.patch: New file. (Closes: #334071)
Thanks to Robert Millan <rmh@aybabtu.com>.
* Add manpage link for qemu-system-mips.
* Make sysctl byte-swap the name values.
- debian/patches/32_syscall_sysctl.patch: Merge patch. (Closes: #334458)
Thanks to Josh Triplett <josh@psas.pdx.edu>.
* Change documentation menu section to "Apps/Emulators". (Closes: #335062)
Thanks to Frans Pop <aragorn@tiscali.nl>.
* On PowerPC, do not zero registers r7-r31 in do_fork and zero register r3.
Fixing segfaults on programs using the clone syscall.
- debian/patches/33_syscall_ppc_clone.patch: New file. (Closes: #335159)
Thanks to Josh Triplett <josh@psas.pdx.edu>
and Paul Brook <paul@codesourcery.com>.
* Tighten vgabios and bochsbios versioned Depends.
* Add video.x to the list of roms to touch to make qemu Makefile happy.
* Add lintian overrides for the user emulators being shlib-with-non-pic-code.
* Wrap lines in debian/control fields (knowingly breaking policy).
[ Guilherme de S. Pastore ]
* debian/control:
- Updated my e-mail address.
* debian/copyright:
- Dropped André from team members list, not a single contribution ever.
-- Guillem Jover <guillem@debian.org> Mon, 31 Oct 2005 05:01:45 +0200
qemu (0.7.0-4) unstable; urgency=low
[ Guillem Jover ]
* Rebuild source with locally deborked dpkg-source. (Closes: #321019)
* Added the location of the Subversion repo used for the packages and
fixed the upstream URL in debian/copyright.
* Lower case title header in qemu-make-debian-root man page.
* Use dd instead of cat to generate the qemu debian root image.
(Closes: #315952)
-- Guillem Jover <guillem@debian.org> Wed, 3 Aug 2005 05:53:30 +0300
qemu (0.7.0-3) unstable; urgency=low
[ Guillem Jover ]
* Update watch file to version 3, use perlre and new upstream site.
* Now using Standards-Version 3.6.2 (no changes needed).
* Fix TUN/TAP network interface stalling the connection. (Closes: #290569)
Thanks to Vitaly Belostotsky <byly.useless@tochka.ru>.
* Link against librt, needed by the new clock_gettime syscall.
- debian/patches/31_syscalls.patch: Update. (Closes: #315388)
Thanks to Timo Savola <tsavola@movial.fi> for noticing.
* Force Build-Dependency on binutils >= 2.16-1 needed by the amd64 and
powerpc linker scripts. (Closes: #262655)
* Force usage of gcc-3.4. (Closes: #319527)
* Add missing Build-Dependency on zlib1g-dev.
Thanks to Reinhard Tartler <siretart@tauware.de>.
* Include <linux/types.h> in syscall.c to avoid the broken headers in
linux-kernel-headers 2.6.12.
- debian/patches/34_syscalls_types.patch: New file.
Thanks to Octavian Cerna <tavy@ylabs.com>.
* Fix powerpc linker script.
- debian/patches/50_ppc_ldscript.patch: New file.
Thanks to Octavian Cerna <tavy@ylabs.com>.
-- Guillem Jover <guillem@debian.org> Mon, 1 Aug 2005 02:48:09 +0300
qemu (0.7.0-2) unstable; urgency=low
[ Guillem Jover ]
* Add alpha, sparc, arm and s390 to Architectures (and to the
libgpmg1-dev Build-Depends).
* Forward SIGSTOP and SIGCONT sent to QEMU to the emulated application.
- debian/patches/10_signal_jobs.patch: New file.
Thanks to Ulrich Hecht.
* Return EINVAL on emulated sigaction when given invalid signal
parameters SIGKILL and SIGSTOP.
- debian/patches/11_signal_sigaction.patch: New fle.
Thanks to Valtteri Rahkonen.
* Do not print messsages for uncaught signal, thus fixing the case
were some applications want to kill their siblings.
- debian/patches/12_signal_silent.patch: New file.
Thanks to Valtteri Rahkonen
* Fix Unix sockets by handling correctly AF_UNIX socket address
structure length.
- debian/patches/20_net_socket.patch: New file.
Thanks to Timo Savola.
* Implement SO_LINGER, SO_RCVTIMEO, SO_SNDTIMEO, SO_PEERNAME and
SO_PEERCRED getsockoptions.
- debian/patches/21_net_sockopt.patch: New file.
Thanks to Valtteri Rahkonen.
* Implement SysV IPC message and semaphore syscalls.
- debian/patches/30_syscall_ipc.patch: New file.
Thanks to Valtteri Rahkonen.
* Implement acct, umount2, uselib, swapon, syslog, ftruncate64,
mincore, madvise, readahead and clock_gettime syscalls.
- debian/patches/31_syscalls.patch: New file.
Thanks to Ulrich Hecht.
* Implement sysctl CTL_KERN/KERN_VERSION
- debian/patches/32_syscall_sysctl.patch: New file.
Thanks to Timo Savola.
* Implement truncate64 syscall.
- debian/patches/33_syscall_truncate64.patch: New file.
Thanks to Valtteri Rahkonen.
* Implement ARM floating point exeption emulation.
- debian/patches/40_fpu_arm_sigfpe.patch: New file.
Thanks to Ulrich Hecht.
-- Guillem Jover <guillem@debian.org> Sun, 19 Jun 2005 15:05:37 +0300
qemu (0.7.0-1) experimental; urgency=low
[ Guillem Jover ]
* New upstream release. (Closes: #308459, #308494)
* Do not require a disk image when booting a Linux kernel. (Closes: #260935)
Thanks to Jonas Smedegaard <dr@jones.dk>.
[ Guilherme de S. Pastore ]
* Rewrote README.Debian for more clarity
* Add support for amd64 as a host architecture. (Closes: #262655)
- Add build-depend on libgpmg1-dev on amd64.
* Fixed qemu-make-debian-root so that it shows the name by which
it was called on the usage notice, not "%s". (Closes: #303507)
Thanks to Micah Anderson <micah@riseup.net>.
[ Elrond ]
* Clean up more files, so they don't end up in the final .diff.gz
* Switch to external proll and openhackware:
- Instead of patching qemu's Makefile, trick it by giving it empty
files to install and remove them straight after install.
- Don't ship the roms in debian/roms any more!
- Instead add more symlinks.
- Update Depends: apropiately.
-- Guillem Jover <guillem@debian.org> Fri, 27 May 2005 02:06:20 +0300
qemu (0.6.1+20050407-1) unstable; urgency=low
[ Guillem Jover ]
* New upstream snapshot.
- Fix -user-net. (Closes: #295019)
- Fix win2k and winxp image booting. (Closes: #285170, #292707)
- Fix installation of outdated documentation. (Closes: #286931)
- Provide qemu-img instead of qemu-mkcow. (Closes: #290713)
- Remove debian/patches/05_fix_openpic_timer_test.patch, integrated
upstream.
- Remove debian/patches/02_selectable_sdl_keyboard.patch, superseded
by new keyboard implementation. (Closes: #284510, #299432)
- Remove debian/patches/01_mkcow_section_and_hyphens.patch.
- Conditionalize qemu -g option for some architectures. (Closes: #298988)
* Added new copyright year to debian/copyright.
* Added initial qemu-make-debian-root man page. (Closes: #286932)
* Fixed typos in qemu documentation. (Closes: #301933)
Thanks to A Costa <agcosta@gis.net>.
* Added Elrond <elrond@samba-tng.org> to Uploaders and packaging team.
* Use the default target list:
- Do not build qemu-fast anymore as it is deprecated upstream anyway.
(Closes: #278602, #281510)
- New targets armeb and system-x86_64.
* Updated ROM images under debian/roms/:
- OpenHackWare 0.4.
- Proll 18 with qemu specific patches.
* Remove uudecoded files from pc-bios/ on clean.
* Fix qemu-make-debian-root to behave correctly even if the needed
Recommends are not installed.
[ Guilherme de S. Pastore ]
* Create a doc-base entry for the package (Closes: #290669)
* debian/control:
- Add debootstrap to the 'Recommends: ' line, as needed by
qemu-make-debian-root (Closes: #302848)
- Moved sharutils from dependency to recommendation, as it is only
needed by qemu-make-debian-root
* debian/docs:
- Do not include README.distrib in the binary package (Closes: #302853)
[ Elrond ]
* Replace "libgpmg1-dev | not+linux-gnu" by "libgpmg1-dev [i386 powerpc]"
in Build-Depends. qemu should not need to build-depend on it anyway, the
real problem is described in Bug#267174. When it is solved, we can
remove our dependency. Until then please remember to add any arch, which
we will build on and that has gpm. This change hopefully calms:
<http://qa.debian.org/debcheck.php?dist=unstable&package=qemu>
* Add versions to the dependencies on bochsbios and vgabios
(Closes: #288997):
- vgabios: Use the current version from testing/unstable (0.4c+20041014-1),
according to Frans Pop <aragorn@tiscali.nl>, this fixed those
"blank screen" problems.
- bochsbios: Use the current version from unstable (2.1.1+20041109-3), as
Guillem Jover fixed the networking in that version.
-- Guillem Jover <guillem@debian.org> Thu, 7 Apr 2005 01:26:01 +0300
qemu (0.6.1-1) unstable; urgency=low
[ Guillem Jover ]
* New upstream release. (Closes: #281626)
- Booting from drive b is not supported anymore. (Closes: #275679)
- Fix ne2k network interface that was not working in some situations.
(Closes: #281862)
- Remove debian/patches/06_build_gcc3.4.patch, fixed upstream.
- Remove debian/patches/04_lfs.patch, fixed upstream.
- Remove debian/patches/02_fix_powerpc_FTBFS.patch, fixed upstream.
- Remove debian/patches/00_escape_manpage_hyphens.patch, not needed.
- Sync debian/patches/03_use_external_bios.patch.
* Include uuencoded source for proll 18, some build fixes and its binary
proll.bin on debian/roms/.
* Suggests sudo to be used by the qemu-ifup script.
Thanks to Elrond <elrond@samba-tng.org>.
* Make sudo in qemu-ifup explain what the password is for. (Closes: #281380)
* Add an option to select the method to convert keyevent to keycode
in the SDL keyboard handling code. Added support for Right Shift in the
generic handler. (Closes: #282658)
Thanks to Elrond <elrond@samba-tng.org>.
* Do not set RTC frequency to 1024 or warn about this if it has already
the correct value. (Closes: #281403)
* Enabled sparc-softmmu support.
-- Guillem Jover <guillem@debian.org> Sat, 27 Nov 2004 23:23:49 +0100
qemu (0.6.0.dfsg.2-1) unstable; urgency=low
[ Guillem Jover ]
* Repackaged upstream source to remove external included files.
- pc-bios/ppc-rom.bin: Removed.
- pc-bios/OpenHackWare_0.3.tar.bz2: Likewise.
- pc-bios/vgabios.bin: Likewise.
- pc-bios/vgabios-cirrus.bin: Likewise.
- pc-bios/vgabios-cvs-2004-06-17.tgz: Likewise.
* Include uuencoded source for OpenHackWare 0.3.1 and its binary
ppc-rom.bin on debian/roms/. Add a Build-Depends on sharutils.
* Update tundev.c. Pass -tun-dev to qemu without the equal sign.
Thanks to Isaac Clerencia <isaac@sindominio.net>.
* Fix README.Debian to point to the renamed qemu-make-debian-root.
* Add Depends on sharutils needed by qemu-make-debian-root.
(Closes: #272130)
* Use and depend on vgabios package, which is in sync with bochsbios
that checks for rom bios checksums. (Closes: #281202)
* Enable LFS globally, thus fixing problems with qemu-mkcow when using
an existing large image.
(Closes: #279925)
* Fix openpic timer write test, catched from a warning about a constant
value larger than the type it was casted to.
* Fix build failure with gcc 3.4. Patch stolen from Gentoo BTS.
-- Guillem Jover <guillem@debian.org> Mon, 15 Nov 2004 10:46:54 +0100
qemu (0.6.0.dfsg.1-1) unstable; urgency=high
[ Guillem Jover ]
* Repackaged upstream source to deal with binaries w/o sources.
(Closes: #268780)
- pc-bios/bios.bin: Removed binary without source. Now using
bochsbios package.
- pc-bios/vgabios.bin: Rebuilt from vgabios cvs 2004-06-17 snapshot,
source included.
- pc-bios/vgabios-cirrus.bin: Likewise.
- pc-bios/ppc-rom.bin: Rebuilt on voltaire, source included.
- pc-bios/linux_boot.bin: Rebuilt from source.
* Move make-debian-root.sh to /usr/sbin/qemu-make-debian-root.
(Closes: #268705)
-- Guillem Jover <guillem@debian.org> Mon, 13 Sep 2004 01:28:54 +0200
qemu (0.6.0-2) unstable; urgency=high
[ Guilherme de S. Pastore ]
* Fixed dangling symlinks under /usr/share/man/man1. (Closes: #264764)
[ Guillem Jover ]
* Fix FTBFS on powerpc.
- debian/patches/02_fix_powerpc_FTBFS.patch: New file.
-- Guillem Jover <guillem@debian.org> Wed, 18 Aug 2004 15:50:43 +0200
qemu (0.6.0-1) unstable; urgency=medium
* New maintainers. (Closes: #258900)
* New upstream release. (Closes: #258732)
- Installs ppc BIOS ROM file. (Closes: #257492)
- Builds with -fno-strict-aliasing. (Closes: #257123)
[ Guilherme de S. Pastore ]
* debian/rules:
- Cleaned up.
- Ported to use CDBS.
* 00_escape_manpage_hyphens.patch:
- Correct a little typo and escape hyphens in upstream manpage.
* 01_mkcow_section_and_hyphens.patch:
- Fix section mismatch and escape hyphens in the qemu-mkcow manpage.
* Added simple /etc/qemu-ifup helper script. (Closes: #245281)
Thanks to Martin Michlmayr <tbm@cyrius.com>.
* Cleaned debian/watch.
* UTF-8'ed debian/changelog.
* Updated Standards-Version to 3.6.1.1.
* Removed outdated and unnecessary debian/qemu-i386.sgml.
- Removed build dependency on docbook-to-man.
* Removed "x86" part from the description (hey, qemu is not x86-only
in any way). Deserves a complete rewrite, shall be done soon.
[ Guillem Jover ]
* Lower-case package short description.
* Added missing CPU emulations to the description.
* Cleaned and updated debian/copyright.
* Removed manually added libx11-6 dependency.
* Only Build-Depends on libgpmg1-dev on GNU/Linux systems.
* Cosmetic unification to debian/changelog.
* debian/rules:
- Remove generated files.
- Give exec perms to qemu-ifup.
-- Guillem Jover <guillem@debian.org> Sun, 8 Aug 2004 17:24:08 +0200
qemu (0.5.5-2) unstable; urgency=low
* Re-enable SDL disabled while I was bugchasing. (Closes: #255014)
* Yes, this is really 0.5.5. (Closes: #254655)
* Enable slirp networking. (Closes: #253573)
* Add Build-Depends on libgpmg1-dev (found by Bastian Blank, probably breaks
Hurd but that's a problem for another day).
-- Paul Russell <prussell@debian.org> Thu, 24 Jun 2004 06:26:42 +0200
qemu (0.5.5-1) unstable; urgency=low
* New upstream release. (Closes: #237556, #237556)
* Applied patch to add options to make_debian_root.sh. (Closes: #238787)
* Applied patch for other archs: hmmm... (Closes: #251420)
* Do umount -d in make_debian_root.sh. (Closes: #251775)
-- Paul Russell <prussell@debian.org> Tue, 1 Jun 2004 03:50:05 +0200
qemu (0.5.4-1) unstable; urgency=low
* New upstream release. (Closes: #246634)
* qemu-mkcow included in upstream.
* Added tundev program source in doc, to see if people find it useful.
-- Paul Russell <prussell@debian.org> Mon, 3 May 2004 08:14:49 +0200
qemu (0.5.3-1) unstable; urgency=low
* New upstream release. (Closes: #237556)
* Use aalib-config --static-libs. (Closes: #243325)
* Document Control-Shift to release mouse pointer. (Closes: #238074)
-- Paul Russell <prussell@debian.org> Tue, 13 Apr 2004 02:58:49 +0200
qemu (0.5.2-4) unstable; urgency=low
* Fix PPC install (Michel Daenzer patch). (Closes: #238431)
* Simplify deps (might be wrong, but it's neater). (Closes: #238430)
-- Paul Russell <prussell@debian.org> Wed, 17 Mar 2004 01:35:47 +0100
qemu (0.5.2-3) unstable; urgency=low
* Make compile on woody. (Closes: #238163)
* Include qemu-doc.html. (Closes: #238076)
* Wrote qemu-i386 man page. (Closes: #238077)
-- Paul Russell <prussell@debian.org> Mon, 15 Mar 2004 23:56:25 +0100
qemu (0.5.2-2) unstable; urgency=low
* Fix build problem so bios.bin etc. can be found. (Closes: #237553)
-- Paul Russell <prussell@debian.org> Fri, 12 Mar 2004 05:43:00 +0100
qemu (0.5.2-1) unstable; urgency=low
* Initial Release. (Closes: #187407)
-- Paul Russell <prussell@debian.org> Wed, 3 Mar 2004 02:18:54 +0100
|