memtest86+ (5.31b+dfsg-4) unstable; urgency=medium [ Fabio Fantoni ] * New maintainer (Closes: #969191) * another changes to makeiso.sh to make the build reproducible: - add -uid and -gid to 0 to xorriso options - replaced "echo -e" with printf * d/postinst: don't run update-grub if in a container * d/control: remove mention of lpia arch [ Debian Janitor ] * Trim trailing whitespace. * Use secure URI in Homepage field. * Bump debhelper from old 12 to 13. * Update renamed lintian tag names in lintian overrides. -- Fabio Fantoni <fantonifabio@tiscali.it> Sun, 06 Feb 2022 21:35:43 +0100 memtest86+ (5.31b+dfsg-3) experimental; urgency=medium * QA upload. * d/control: replace genisoimage build-dep with xorriso * removed d/patches/make-iso-reproducible * d/patches/use-xorriso-instead-cdrkit.patch: cdrkit is not supported anymore, use xorriso instead also aded the modification of date part to make the build reproducible (Closes: #982240) * use SOURCE_DATE_EPOCH instead of add BUILD_DATE in d/rules * d/rules: - use dh_auto_build instead of make - restore a change for kfreebsd -- Fabio Fantoni <fantonifabio@tiscali.it> Sat, 22 Jan 2022 18:20:23 +0100 memtest86+ (5.31b+dfsg-2) experimental; urgency=medium * QA upload. * d/patches/dmi-more-ram-slots-and-buffer-overflow-fix.patch: prevent crash for buffer overflow in DMI memory and increase supported memory devices from 16 to 128 (Closes: #1003906) Thanks to Lionel Debroux -- Fabio Fantoni <fantonifabio@tiscali.it> Tue, 18 Jan 2022 18:30:04 +0100 memtest86+ (5.31b+dfsg-1) experimental; urgency=medium [ Fabio Fantoni ] * QA upload. * New upstream version 5.31b (Closes: #989030, #977217) * Merge from ubuntu: - Use elf version by default that should works on major of system. - Drop the multiboot image from the GRUB menu for now, since it's experimental and has known problems detecting all memory on some systems at the moment. - Support localization of GRUB menu entries. - Don't present in GRUB menu on EFI systems, since it won't work. (Closes: #695246) - Close FD 3 when invoking update-grub. * Warn that don't support EFI instead of exit silently (LP: 1863940) * Don't add grub2 entries if GRUB_DISABLE_MEMTEST=true is present in /etc/default/grub (LP: #420967) * Make possible disable serial with GRUB_MEMTEST_DISABLE_SERIAL, enable multiboot with GRUB_MEMTEST_ENABLE_MULTIBOOT and add custom serial parameters with GRUB_MEMTEST_SERIAL_PARAMS (Closes: #898636, #612371) * Specify on grub2 menu entries when elf and bin are used * d/control: Remove hwtools and kernel-patch-badram from suggests. * d/copyright: add Upstream-Name, Upstream-Contact and Source fields * Bumped Standards-Version to 4.6.0 * d/patches: - update multiboot patch from coreboot patch based on the one of Vladimir Serbinenko and refreshed for 5.31b (Closes: #568176) - refresh memtest86+-5.01-O0.patch - disable memtest86+-5.01-array-size.patch and gcc-5 as seems not needed with newer upstream version - refresh serial-console-fix.patch - add test-random-cflags.patch: use CFLAGS with random.o for maintain flags like -fno-stack-protector - add fix-gcc8-freeze-crash.patch: runtime fix for gcc>=8 freeze/crash - add discard-note_gnu_property.patch: discards the ".note.gnu.property" section that causes crash in some cases [ Jérémy Bobbio ] * Make the package build reproducibly: - Add a patch to make ISO image reproducible. - Set the build date to the latest debian/changelog entry in debian/rules. (Closes: #783515) -- Fabio Fantoni <fantonifabio@tiscali.it> Sun, 09 Jan 2022 21:41:58 +0100 memtest86+ (5.01-4) unstable; urgency=medium [ Fabio Fantoni ] * QA upload. * switch package to use dh and bump compat to 12 (Closes: #999226, #965720) * update debian/watch [ Yann Dirson ] * Add Vcs-* fields for salsa repo. * Add Dutch translation (Closes: #765362) * Add Brazilian Portuguese translation (Closes: #787752) * Remove usage of obsolete dh_buildinfo -- Fabio Fantoni <fantonifabio@tiscali.it> Sun, 19 Dec 2021 13:56:27 +0100 memtest86+ (5.01-3.1) unstable; urgency=medium * Non-maintainer upload. * Fix passing serial options on the command line (Closes: #695873): serial-console-fix.patch -- Louis-Philippe Véronneau <pollo@debian.org> Thu, 15 Aug 2019 13:49:09 -0400 memtest86+ (5.01-3) unstable; urgency=medium * Build with -fgnu89-inline for GCC 5 (Matthias Klose, Closes: #778001) -- Yann Dirson <dirson@debian.org> Thu, 25 Jun 2015 19:14:21 +0200 memtest86+ (5.01-2) unstable; urgency=medium * Build -O0 to workaround what is apparently a gcc 4.9 optimisation bug, and use "static" the __in and __out macros to allow compilation to proceed under this condition (as done in other distros, including Mageia, closes: #753627): memtest86+-5.01-O0.patch. * Fix PCI bus scanning on Nehalem architectures (patch from the Mageia package): memtest86+-5.01-array-size.patch. * Bumped Standards-Version to 3.9.5, no change. -- Yann Dirson <dirson@debian.org> Wed, 10 Sep 2014 21:58:11 +0200 memtest86+ (5.01-1) unstable; urgency=medium * Switch to source format 3.0 (quilt). * New upstream release (Closes: #727638). * Drop makeiso.sh fix for genisoimage, integrated upstream. * Refresh multiboot patch, but do not include additional fix for #568176 yet (needs more work). * Call build target explicitely, since the default target now attempts an scp. * Include chineses translations for package descriptions (Anthony Wong <ypwong@gmail.com>, Closes: #741432) * Only run update-grub in the postrm on remove/purge (Luke Faraone / Ubuntu, Closes: #587340) * Remove leading ./ in lintian-override paths so they get recognized again. -- Yann Dirson <dirson@debian.org> Sat, 28 Jun 2014 17:02:10 +0200 memtest86+ (4.20-1) unstable; urgency=low * New upstream release. * Acknowledge NMU. * Adjust makeiso.sh to call genisoimage. * Produce a memtest86+.iso using makeiso.sh and ship it in /usr/lib/memtest86+/. Add build-dep on genisoimage. * Drop the old make-memtest86+-boot-floppy script, which was dependant on grub-legacy, and whose usefulness is much lower now that we ship an iso. Closes: #591578. * Advertise multiboot as experimental in README.Debian. -- Yann Dirson <dirson@debian.org> Sat, 19 Mar 2011 23:40:07 +0100 # For older changelog entries, run 'apt-get changelog memtest86+'
Generated by dwww version 1.14 on Wed Aug 27 09:42:46 CEST 2025.