Skip to content

Commit

Permalink
ucspi-tcp: vendor IPv6 patch
Browse files Browse the repository at this point in the history
fefe.de disappeared from the Internet. The current patch was downloaded
from the Wayback Machine [1], then unzipped.

[1] https://web.archive.org/web/20160403064123/http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff19.bz2
  • Loading branch information
zmwangx authored and nijikon committed Dec 5, 2016
1 parent 367e2f1 commit cd699a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/ucspi-tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ class UcspiTcp < Formula
sha256 "67eb31db588a2299c5e69a4a60f3c56d07624a58e52e77cff2e58be554085d9f" => :mavericks
end

# IPv6 patch
# Used to be https://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff19.bz2
patch do
url "https://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff19.bz2"
sha256 "35952cd290d714452c840580126004cbae8db65b1632df67ac9c8fad7d1f9ace"
url "https://raw.githubusercontent.com/homebrew/patches/2b3e4da/ucspi-tcp/patch-0.88-ipv6.diff"
sha256 "c2d6ce17c87397253f298cc28499da873efe23afe97e855bdcf34ae66374036a"
end

def install
Expand Down

0 comments on commit cd699a7

Please sign in to comment.