1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 04:05:15 +03:00

testing/ghidra: security upgrade to 10.2.3

This commit is contained in:
psykose 2023-03-10 22:42:55 +00:00
parent 5bfcd35a23
commit 2edc446ffb
2 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de> # Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
# Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de> # Contributor: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
pkgname=ghidra pkgname=ghidra
pkgver=10.2 pkgver=10.2.3
pkgrel=0 pkgrel=0
pkgdesc="A Cross Platform and Open Source Electronics Design Automation Suite" pkgdesc="A Cross Platform and Open Source Electronics Design Automation Suite"
url="https://ghidra-sre.org/" url="https://ghidra-sre.org/"
@ -18,7 +18,6 @@ makedepends="
# please do not move JDK to makedepends # please do not move JDK to makedepends
depends=" depends="
openjdk17-jdk openjdk17-jdk
openjdk17-jre
wmname wmname
" "
subpackages=" subpackages="
@ -32,7 +31,7 @@ source="
" "
# This contains binary executables in the exercises section of the # This contains binary executables in the exercises section of the
# documentation. We don't want to spoil the fun by stripping them. # documentation. We don't want to spoil the fun by stripping them.
options="!check !strip" options="net !check !strip"
builddir="$srcdir/ghidra-Ghidra_${pkgver}_build" builddir="$srcdir/ghidra-Ghidra_${pkgver}_build"
prepare() { prepare() {
@ -94,7 +93,7 @@ doc() {
} }
sha512sums=" sha512sums="
dc930f7ad5380239a447cfa193cb1ac3da19b66d791450e5415ea0b68ab2df71f6bfd4aee2f90463d53d0ba01d0b6aaf033a4224114e66c47b3f6d20440f71cd Ghidra_10.2_build.tar.gz f5dbc828e43acabe8e30f293726b7afa7f96aa29eb2d0ea1ccd4688012e9fdf2950fab2cfa7b8a2b94feaa8ec5ffba5d39017c8ec152e592818d6e3b67df3fc7 Ghidra_10.2.3_build.tar.gz
89de3009dd0b8a26f730235ac1cce057f4c7363b0a0e7fc10cb0a52e2becd5fdf8913ec2afc8c85f3b7147e1120f8354f3f0108cb1583e3ab1157e6740148bff use-system-protoc.patch 89de3009dd0b8a26f730235ac1cce057f4c7363b0a0e7fc10cb0a52e2becd5fdf8913ec2afc8c85f3b7147e1120f8354f3f0108cb1583e3ab1157e6740148bff use-system-protoc.patch
43c0a46f53ac651d43a33dfc7ff60cacca2f9169bfa196dc49d62b5069ccccb74938fd164c2d66209c00d0cfc98a48448831cc7cfaa800bd57ab26a5b55960b2 ghidra.sh b075d5ac821bf4ed052acada45b882876a5493ab03cfa4d0537c4c5f27b666aa2b37de9ff561313b025f9d16b06b9ad17d59287ecf205c02798dbca2bc04925f ghidra.sh
" "

View file

@ -1,3 +1,3 @@
#! /bin/sh #!/bin/sh
wmname LG3D wmname LG3D
AWT_TOOLKIT=MToolkit exec /usr/share/ghidra/ghidraRun "$@" AWT_TOOLKIT=MToolkit exec /usr/share/ghidra/ghidraRun "$@"