Skip to content

Instantly share code, notes, and snippets.

View joebarker87's full-sized avatar

Joseph Barker joebarker87

View GitHub Profile
@joebarker87
joebarker87 / post_hpn_keychain_patch.diff
Created February 13, 2014 03:38
OSX Keychain patches to apply after HPN patches on openssh-6.3p1
diff --git a/Makefile.in b/Makefile.in
index 8fded74..5279aba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,6 +58,7 @@ SED=@SED@
ENT=@ENT@
XAUTH_PATH=@XAUTH_PATH@
LDFLAGS=-L. -Lopenbsd-compat/ @LDFLAGS@
+KEYCHAIN_LDFLAGS=@KEYCHAIN_LDFLAGS@
EXEEXT=@EXEEXT@
@joebarker87
joebarker87 / openssh.rb
Created February 13, 2014 03:59
Homebrew formula for OpenSSH with HPN and keychain patches
require 'formula'
class Openssh < Formula
homepage 'http://www.openssh.com/'
url 'http://ftp5.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-6.3p1.tar.gz'
version '6.3p1'
sha1 '70845ca79474258cab29dbefae13d93e41a83ccb'
option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version'
option 'with-keychain-support', 'Add native OS X Keychain and Launch Daemon support to ssh-agent'
From 94982258fe0dced4a041c6abdc6cdef5d3ce7526 Mon Sep 17 00:00:00 2001
From: Joseph Barker <joseph.barker@imr.tohoku.ac.jp>
Date: Tue, 19 Sep 2017 14:10:12 +0900
Subject: [PATCH] revert regression in printing of exponentials
---
lib/libconfig.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libconfig.c b/lib/libconfig.c