Diff bash-3.1_p23 with a bash-3.2_p57
/usr/portage/app-shells/bash/bash-3.2_p57.ebuild 2025-07-29 16:22:12.596448153 +0300 | ||
---|---|---|
10 | 10 |
GENTOO_PATCH_VER="${PV}" |
11 | 11 | |
12 | 12 |
# Official patchlevel |
13 |
# See ftp://ftp.cwru.edu/pub/bash/bash-3.1-patches/ |
|
13 |
# See ftp://ftp.cwru.edu/pub/bash/bash-3.2-patches/ |
|
14 | 14 |
PLEVEL="${PV##*_p}" |
15 | 15 |
MY_PV="${PV/_p*}" |
16 | 16 |
MY_PV="${MY_PV/_/-}" |
... | ... | |
51 | 51 |
static? ( ${LIB_DEPEND} )" |
52 | 52 | |
53 | 53 |
PATCHES=( |
54 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/autoconf-mktime-2.53.patch # bug #220040 |
|
54 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/autoconf-mktime-2.59.patch # bug #220040 |
|
55 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.2-loadables.patch |
|
55 | 56 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-2.05b-parallel-build.patch # bug #41002 |
56 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.1-protos.patch |
|
57 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.1-ulimit.patch |
|
58 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.0-read-memleak.patch |
|
57 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.2-protos.patch |
|
58 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.2-session-leader.patch # bug #231775 |
|
59 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.2-ldflags-for-build.patch # bug #211947 |
|
60 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.2-process-subst.patch |
|
61 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.2-ulimit.patch |
|
59 | 62 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.0-trap-fg-signals.patch |
60 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.1-fix-dash-login-shell.patch # bug #118257 |
|
61 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.1-dev-fd-test-as-user.patch # bug #131875 |
|
62 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.1-dev-fd-buffer-overflow.patch # bug #431850 |
|
63 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-3.2-dev-fd-test-as-user.patch # bug #131875 |
|
64 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.2-dev-fd-buffer-overflow.patch # bug #431850 |
|
63 | 65 |
) |
64 | 66 | |
65 | 67 |
pkg_setup() { |