Diff openssh-contrib-9.4_p1-r1 with a openssh-contrib-9.5_p1

/usr/portage/net-misc/openssh-contrib/openssh-contrib-9.5_p1.ebuild 2023-10-09 14:52:34.672368481 +0300
22 22
HPN_GLUE_PATCH="openssh-9.3_p2-hpn-${HPN_VER}-glue.patch"
23 23
HPN_PATCH_DIR="HPN-SSH%%20${HPN_VER/./v}%%20${HPN_PV/_P/p}"
24 24

  
25
X509_VER="14.2.1"
25
X509_VER="14.3"
26 26
X509_PATCH="${PARCH}+x509-${X509_VER}.diff.gz"
27 27
X509_PATCH="${X509_PATCH/p2/p1}"
28 28
X509_GLUE_PATCH="openssh-${PV}-X509-glue-${X509_VER}.patch"
......
119 119
	"${FILESDIR}/openssh-8.0_p1-fix-putty-tests.patch"
120 120
	"${FILESDIR}/openssh-9.3_p1-deny-shmget-shmat-shmdt-in-preauth-privsep-child.patch"
121 121
	"${FILESDIR}/openssh-8.9_p1-allow-ppoll_time64.patch" #834019
122
	"${FILESDIR}/openssh-9.3_p2-zlib-1.3.patch" #912767
123 122
)
124 123

  
125 124
pkg_pretend() {
Thank you!