~alpine/aports

edge: main/openssh: track secfixes v1 PROPOSED

Sergey Lukin: 1
 main/openssh: track secfixes

 1 files changed, 8 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2732/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH edge] main/openssh: track secfixes Export this patch

CVE-2016-10009, CVE-2016-10010, CVE-2016-10011, CVE-2016-10012
---
 main/openssh/APKBUILD | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/main/openssh/APKBUILD b/main/openssh/APKBUILD
index 1e9972ecd7..106d1cf31a 100644
--- a/main/openssh/APKBUILD
+++ b/main/openssh/APKBUILD
@@ -24,6 +24,14 @@ source="http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$_myver.tar
	sshd.confd
	openssh-sftp-interactive.diff
	"
# secfixes:
#   7.4_p1:
#     - CVE-2016-10009
#     - CVE-2016-10010
#     - CVE-2016-10011
#     - CVE-2016-10012
#       https://bugs.alpinelinux.org/issues/6583

# HPN patches are from: http://www.psc.edu/index.php/hpn-ssh

builddir="$srcdir"/$pkgname-$_myver
-- 
2.11.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---