pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/radare2-cutter



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Aug  4 14:32:58 UTC 2019

Modified Files:
        pkgsrc/devel/radare2-cutter: Makefile PLIST distinfo

Log Message:
Update to 1.8.3

Changelog:
1.8.3
Additions

    Updated radare2 to 3.6.0
    Case Insensitive ASM search (#1612)
    Improve hex selection painting and right click behavior. (#1602)
    Implement Editing and Viewing of Types in the Types Widget (#1597)
    Improve Graph Overview Fill and Node Colors (#1596)
    Implement Seek to start/end of function Shortcuts (#1589)
    Basic Block Highlight (#1533)
    Hide duplicate and cross-function edges. (#1582)

Fixes and Changes

    Rename dialog text is now preselected (#1635)
    Disable asm.movlea by default (#1630)
    Fix asm.describe typo (#1629)
    Move graph header to GraphWidget. (#1628)
    Initial refactoring and improvement for Assembly Options Dialog (#1627)
    Disable modification buttons for builtin color themes (#1615)
    Fix crash on theme edition (#1614)
    Fix Console Font for some Platform Themes (#1610)
    Don't raise unsynced widgets. (#1609)
    Remove Memory Widget Pointers and Toggle Actions
    Refactor Layout Save and Restore Feature (#1538)
    Use correct character width for hexwidget (#1607)
    Reset breakpad to buildable commit (#1605)
    Fix def. Cutter specific Colors for Custom Themes (#1606)
    Interface theme and theme features refactoring (#1598)
    Combine Set-As menu items (#1601)
    Remove default Shiboken2 executable in qmake proj (#1600)
    Sync hex.pairs eval to "Bytes as pairs" in Hexdump (#1586)
    Added natural registers sorting in RegistersWidget (#1591)
    Fix memory leaks found by ASAN. (#1590)
    Make the shadow selection wider in hex (#1584)
    Update hex side panel only when visible. (#1578)
    Fix PNG iCCP errors (#1583)
    Fix QToolbutton color and offset in light theme. (#1579)
    Remove tab style modifications in native style sheet. (#1565)
    Lock Core in CutterCore::loadScript() (#1581)

1.8.2
Additions

    Updated radare2 to 3.5.1
    New Hexedit (#1516)
    Save Console Wrap in QSettings (#1550)
    Added hotkeys for undo and redo seek (#1514)
    Added advanced options aao and avrr to the initial options dialog (#1513)
    Added X-Refs context menu item for Flags Widget (#1499)
    New Color Theme Editor (#1461)
    Added Light Theme (#1486)
    Added Console Autocompletion from radare2 (#1489)
    Added Ctrl-Shift-C shortcut (#1476)
    Show a tooltip with Asm\Hex preview on search hits (#1480)
    Added Option to toggle Line Wrap in Console (#1466)

Fixes and Changes

    Keep Console Font on Theme Change (#1567)
    Remove vertical padding in QMenuBar in Light Theme (#1566)
    Improve Color Theme Copy Feature (#1560)
    Add Settings and Color Theme Versioning (#1557)
    Take in to account selected instruction when moving view offset. (#1551)
    Make code compatible with QT 5.9 (#1553)
    Fix XrefsDialog Preview Font (#1548)
    Fix non-integer Font Metrics in Graph (#1545)
    Fix io plugin listing. (#1544)
    Remove unnecessary Console Messages (#1546)
    Fix Sections Size in Visualization
    Auto Resize Visualization in SectionsWidget
    Add Permissions Column to SectionsWidget
    Make gui.dataoffset color adapt to Native
    Always enter mouse drag mode when clicking on overview widget. (#1539)
    Refresh overview even when function doesn't change (#1541)
    Fix Bindings of Signals (Fix #1482) (#1530)
    Seperate Widget showing grid of bytes from rest of the hexdump panel. (#1504)
    Fix Shortcuts of DisassemblyContextMenu (#1510)
    Make grouped dock dragging optional. (#1506)
    Invalidate overview graph cache when changing color. (#1502)
    docker/Dockerfile: Make build noninteractive (#1500)
    Use API for Functions (#1498)
    Only require Shiboken2 and PySide2 Version up to Minor (#1491)
    Delete Extra Widgets on Close (#1490)
    Use same font size for all text in hexdump widget. (#1485)
    Fix highlighting bugs in DisasmWidget (#1477)
    Help not getting lost in empty parts of graph. (#1467)
    Show context menu with non block specific graph actions everywhere. (#1465)
    Show recent files ordered by opening time. (#1462)
    Improve project choose page (#1451)
    Start placing edges from centre. (#1460)
    Fallback to current offset in LinkTypeDialog (#1458)

1.8.1
After the great 1.8.0 release, this one concentrates on bugfixes and minor improvements.
Additions

    Update radare2 to 3.4.1 (#1420)
    Add automatic Crash Handling (#1157, #1439, #1443, #1447, #1449)
    Navigate through graph view with arrows (#1441)
    Implement middle mouse button panning. (#1433)
    Make plugins path selectable and bold (#1422)
    Load plugins from app dir on Windows (#1408)
    Implement Getter for MainWindow's menus (#1418)
    Enable dock grouped dragging when available. (#1402)
    Add emu.str in Preferences->Metadata (#1369)
    Add compiler information to dashboard (#1385)

Fixes and Changes

    Refactor Refresh and Display of Overview (#1453)
    Fix Segfault with Extra Widgets
    Removed max bbsize analysis option (#1424)
    Fix crash in StringsWidget::on_actionX_refs_triggered. (#1450)
    Focus on visible disasm or graph (#1444)
    fix compile ubuntu gcc7 (#1442)
    Use Python stable ABI >= 3.5 (#1426)
    Replace GraphView::useCache with dirty flag (#1437)
    Bring back Launch Script for macOS (#1438)
    Fix GraphEdge initialization in DisassemblerGraphView (#1436)
    Rewrite block sorting and placment so that unreachable blocks are processed. (#1428)
    Minor Header Optimizations (#1429)
    R2PluginsDialog: Sort plugins by name in ascending order (#1431)
    Meson: remove workaround for qtmain lib (#1430)
    Make graph layout more failure resistant. (#1427)
    Separate graph layout code from GraphView. (#1414)
    Take pixel ratio into account for graph cache. (#1405)
    Get color for optimization (#1404)
    Init Layout after loading Plugin UI (#1407)
    Xrefs select top item (#1401)
    Do not update sectionWidget position outside valid range. (#1399)
    Fixed not switching Disassembly to not opened Graph view using (#1370)
    build.sh: Check for lrelease-qt5 (#1396)
    Renamed asm.bbline to asm.bb.line (#1400)
    Fixed overview basic block highlighting (#1393)
    Remove Jupyter Integration (#1398)
    Improve hexdump width calculation. (#1389)
    Fixed a few issues with the XRef dialog (#1384)
    Delete all PySide2 QObjects before Py_Finalize( CutterPlugin::terminate() (#1372)
    Build an app bundle on macOS (#1355)
    DisassemblerGraphView zooming fix (#1354)
    Feature/dialogs optimization (#1360)
    Fix a bug regarding highlighting the words in Graph
    Fix crash because of mixing debuakebyte"


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/radare2-cutter/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/radare2-cutter/PLIST \
    pkgsrc/devel/radare2-cutter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/radare2-cutter/Makefile
diff -u pkgsrc/devel/radare2-cutter/Makefile:1.13 pkgsrc/devel/radare2-cutter/Makefile:1.14
--- pkgsrc/devel/radare2-cutter/Makefile:1.13   Sat Jul 20 22:46:16 2019
+++ pkgsrc/devel/radare2-cutter/Makefile        Sun Aug  4 14:32:58 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2019/07/20 22:46:16 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2019/08/04 14:32:58 ryoon Exp $
 
-DISTNAME=      cutter-1.8.0
+DISTNAME=      cutter-1.8.3
 PKGNAME=       radare2-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=radareorg/}
 GITHUB_PROJECT=        cutter

Index: pkgsrc/devel/radare2-cutter/PLIST
diff -u pkgsrc/devel/radare2-cutter/PLIST:1.2 pkgsrc/devel/radare2-cutter/PLIST:1.3
--- pkgsrc/devel/radare2-cutter/PLIST:1.2       Tue Mar 26 19:40:08 2019
+++ pkgsrc/devel/radare2-cutter/PLIST   Sun Aug  4 14:32:58 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/03/26 19:40:08 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/08/04 14:32:58 ryoon Exp $
 bin/Cutter
 share/doc/radare2-cutter/Doxyfile
 share/doc/radare2-cutter/Makefile
@@ -8,8 +8,11 @@ share/doc/radare2-cutter/source/building
 share/doc/radare2-cutter/source/code.rst
 share/doc/radare2-cutter/source/common-errors.rst
 share/doc/radare2-cutter/source/conf.py
+share/doc/radare2-cutter/source/crash-handling-system.rst
+share/doc/radare2-cutter/source/images/crash-dialog.png
 share/doc/radare2-cutter/source/images/cutter_path_settings.png
 share/doc/radare2-cutter/source/images/screenshot.png
+share/doc/radare2-cutter/source/images/success-dump-dialog.png
 share/doc/radare2-cutter/source/index.rst
 share/doc/radare2-cutter/source/plugins.rst
 share/doc/radare2-cutter/source/plugins/disasm-dynamic.png
@@ -20,4 +23,3 @@ share/doc/radare2-cutter/source/plugins/
 share/doc/radare2-cutter/source/plugins/tutorial-python.rst
 share/doc/radare2-cutter/source/shortcuts.rst
 share/icons/hicolor/scalable/apps/cutter.svg
-@pkgdir share/applications
Index: pkgsrc/devel/radare2-cutter/distinfo
diff -u pkgsrc/devel/radare2-cutter/distinfo:1.2 pkgsrc/devel/radare2-cutter/distinfo:1.3
--- pkgsrc/devel/radare2-cutter/distinfo:1.2    Tue Mar 26 19:40:08 2019
+++ pkgsrc/devel/radare2-cutter/distinfo        Sun Aug  4 14:32:58 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/03/26 19:40:08 ryoon Exp $
+$NetBSD: distinfo,v 1.3 2019/08/04 14:32:58 ryoon Exp $
 
-SHA1 (cutter-1.8.0.tar.gz) = 97d8496f935ce7c337026295e20d743827b597c0
-RMD160 (cutter-1.8.0.tar.gz) = cabd0506f97bd31d60a45d17ccc72c681655bba8
-SHA512 (cutter-1.8.0.tar.gz) = f88b581720ca969a1c34b671f31c8084bc588d5c7c3b1975d2012ac04abba953eaf87f28b72cc9ef608d14d8281aa92502efa965378fa89a9c174b049a9fca7e
-Size (cutter-1.8.0.tar.gz) = 1431831 bytes
+SHA1 (cutter-1.8.3.tar.gz) = 89be1fd915dcd7a3d5c7302236414a7cd90716b9
+RMD160 (cutter-1.8.3.tar.gz) = 22ca96525ec0a8b3e889716dfe89180b7ba90a4d
+SHA512 (cutter-1.8.3.tar.gz) = 808f77e2dbdeeca212cd0a7926f78b09ebc81ac9c956e75ec8229b1fd3321307ba9dafb58793b3acef529230f33567017fd6c7b2a386821ebe66b4544d7502f3
+Size (cutter-1.8.3.tar.gz) = 1531282 bytes



Home | Main Index | Thread Index | Old Index