aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTobias Brunner2014-07-09 17:54:03 +0200
committerMike McQuaid2014-07-09 10:25:53 -0700
commitf99c31b83aa480acb3ac2fedd89563330c9eec27 (patch)
tree0a9a3418bac78cdc41d8143afc31aa113a0c9ef6 /Library
parent44d97679a8729aeff555facecb4bc2c2c8e49fc6 (diff)
downloadhomebrew-f99c31b83aa480acb3ac2fedd89563330c9eec27.tar.bz2
strongswan 5.2.0
--enable-tools was split into --enable-pki and --enable-scepclient
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/strongswan.rb13
1 files changed, 4 insertions, 9 deletions
diff --git a/Library/Formula/strongswan.rb b/Library/Formula/strongswan.rb
index 404a8f7d7..642e98932 100644
--- a/Library/Formula/strongswan.rb
+++ b/Library/Formula/strongswan.rb
@@ -2,8 +2,8 @@ require 'formula'
class Strongswan < Formula
homepage 'http://www.strongswan.org'
- url 'http://download.strongswan.org/strongswan-5.1.3.tar.bz2'
- sha1 '6f8898308999b8fc293812ea5812a12c9ddbedc7'
+ url 'http://download.strongswan.org/strongswan-5.2.0.tar.bz2'
+ sha1 'f907d4ac9e4353db888bbf856e959a05c08a70fc'
bottle do
sha1 "7a63c925dde5195c98e3e63dc3fb6eb963eac106" => :mavericks
@@ -41,12 +41,13 @@ class Strongswan < Formula
--enable-pgp
--enable-pkcs1
--enable-pkcs8
+ --enable-pki
--enable-pubkey
--enable-revocation
+ --enable-scepclient
--enable-socket-default
--enable-sshkey
--enable-stroke
- --enable-tools
--enable-updown
--enable-unity
--enable-xauth-generic
@@ -55,12 +56,6 @@ class Strongswan < Formula
args << "--enable-kernel-pfkey" if build.without? 'suite-b'
args << "--enable-kernel-libipsec" if build.with? 'suite-b'
- # problem with weak reference, will be fixed in the next release
- inreplace "src/libstrongswan/utils/test.c" do |s|
- s.gsub! /__attribute__.+$/, "{}"
- s.gsub! /!testable_functions_create/, "TRUE"
- end
-
system "./configure", *args
system "make", "install"
end