Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645536 - dev-util/scanmem-0.17: version bump
Summary: dev-util/scanmem-0.17: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-24 07:11 UTC by Sebastian Parschauer
Modified: 2019-08-01 03:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Parschauer 2018-01-24 07:11:20 UTC
At upstream we have scanmem/GameConqueror 0.17 available.

See: https://github.com/scanmem/scanmem/releases

Upstream bug to track packaging: https://github.com/scanmem/scanmem/issues/288

We've identified three issues which need to be addressed on top:
* AM_PROG_CC_C_O for older autotools (GitHub issue 289)
* transition to Python 3 only (change shebang line in GameConqueror.py to py3)
* appdata to metainfo conversion (GitHub PR 296)

Changes:
* major performance improvement by inlining, new algorithms, and
  data as well as code optimization
* complete string and bytearray search rework
* fixed unaligned pointer access during string search
* added "-c/--command" option for commands to be run first
* added "-e/--errexit" option to exit on initial command errors
* added "!" alias for "shell" command
* added "max_to_print" parameter to "list" command (default: 10k)
* full support for sets of values for "delete", "dregion", and "set"
* custom pager support (env $PAGER)
* fixed listing floats with >100 digits
* parse negative numbers as int64 instead of uint64
* better checks if input is valid
* added a testing framework
* documentation fixes
* gui: show up to 10k matches
* gui: add a button to interrupt mid-scan
* gui: add keyboard-only navigation
* gui: add a refresh button in hexview
* gui: drop hexview data caching (showed obsolete data)
* lang: add de, es, it, sr_ME
Comment 1 Larry the Git Cow gentoo-dev 2019-08-01 03:26:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fac6e5a953a57866dc7c3928a3d16892513dda9

commit 7fac6e5a953a57866dc7c3928a3d16892513dda9
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2019-08-01 03:25:34 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2019-08-01 03:25:55 +0000

    dev-util/scanmem: Bump to version 0.17
    
    Closes: https://bugs.gentoo.org/645536
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 dev-util/scanmem/Manifest            |  1 +
 dev-util/scanmem/scanmem-0.17.ebuild | 58 ++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)