Diff zzuf-0.15_p20190208 with a zzuf-0.15_p20220529

/usr/portage/app-forensics/zzuf/zzuf-0.15_p20220529.ebuild 2023-10-09 14:52:28.752368331 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
inherit autotools multilib-minimal
7 7

  
8
EGIT_COMMIT="e598eef77a98d77dc6aec6fd2c845e3cd07dc4fd"
8
EGIT_COMMIT="a7111e51eac3086264fcca0c7026de22b5ab55c7"
9 9
DESCRIPTION="Transparent application input fuzzer"
10 10
HOMEPAGE="http://caca.zoy.org/wiki/zzuf"
11 11
SRC_URI="https://github.com/samhocevar/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
......
21 21
DOCS=( AUTHORS COPYING TODO )
22 22

  
23 23
PATCHES=(
24
	"${FILESDIR}"/${PN}-0.15_autoconf-hardcoded-cflags.patch
24 25
	"${FILESDIR}"/${PN}-0.15_autoconf-musl.patch
26
	"${FILESDIR}"/${PN}-0.15_implicit_functions.patch
27
	"${FILESDIR}"/${PN}-0.15_use-after-free.patch
25 28
)
26 29

  
27 30
S="${WORKDIR}"/${PN}-${EGIT_COMMIT}
Thank you!