summarylogtreecommitdiffstats
path: root/openssh-hpn.install
diff options
context:
space:
mode:
authorzer0def2019-03-04 07:45:40 +0100
committerzer0def2019-03-04 07:50:50 +0100
commitb9d02056d57b4c61d0921b631e861798b361a22e (patch)
tree2b94a96f6769f8e5b678e93a93f47775e51b3bf3 /openssh-hpn.install
parent42a6a11be33be0835b3099bf87ef72272c76ead5 (diff)
downloadaur-b9d02056d57b4c61d0921b631e861798b361a22e.tar.gz
Fork from openssh-hpn-git due to not following any upstream branch HEAD. Bump to 7.9p1 and openssl 1.1.
Diffstat (limited to 'openssh-hpn.install')
-rw-r--r--openssh-hpn.install32
1 files changed, 32 insertions, 0 deletions
diff --git a/openssh-hpn.install b/openssh-hpn.install
new file mode 100644
index 000000000000..ed77bc2785b9
--- /dev/null
+++ b/openssh-hpn.install
@@ -0,0 +1,32 @@
+post_install() {
+ cat <<EOF
+
+IMPORTANT SECURITY NOTE:
+This PKGBUILD does NOT (!!!) follow the upstream
+OpenSSH-Portable distribution (at
+https://github.com/openssh/openssh-portable ) but rather a
+fork which is maintained by rapier (primarily for Gentoo
+Linux I believe). The fork includes the HPN patches and can be
+found at https://github.com/rapier1/openssh-portable
+
+Since I do NOT maintain this fork in any way, but merely
+package it for Arch Linux, there is absolutely no warranty for
+this code. It is very possible that the current version of the
+fork still contains open security bugs which have already been
+fixed in upstream OpenSSH.
+
+USE THIS PKGBUILD AT YOUR OWN RISK AND ONLY IF YOU FULLY
+UNDERSTAND THE SECURITY IMPLICATIONS OF NOT USING THE MOST
+RECENT OFFICIAL OPENSSH !
+
+Consider yourself warned.
+
+If security is paramount for you or in case of any doubt,
+please use the official OpenSSH distribution instead.
+
+EOF
+}
+
+post_upgrade() {
+ post_install
+}