diff options
| author | David Christenson | 2014-08-13 02:10:59 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-13 11:26:25 +0100 |
| commit | af06a3278e77536ace4e3a2549d8dd9128ad52d7 (patch) | |
| tree | 83ac38a70e2577709331ffd9dba5da0398b0df51 /Library/Formula | |
| parent | d956be7cd0fbe4c139bf6089a858fdd10d87268d (diff) | |
| download | homebrew-af06a3278e77536ace4e3a2549d8dd9128ad52d7.tar.bz2 | |
gnupg2 2.0.26
Update to latest stable release, remove obsolete patch, update version
patch, change mirror.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gnupg2.rb | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb index 63369c93f..9947478c4 100644 --- a/Library/Formula/gnupg2.rb +++ b/Library/Formula/gnupg2.rb @@ -2,12 +2,11 @@ require "formula" class Gnupg2 < Formula homepage "https://www.gnupg.org/" - url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.25.tar.bz2" - mirror "http://mirrors.kernel.org/debian/pool/main/g/gnupg2/gnupg2_2.0.25.orig.tar.bz2" - sha1 "890d77d89f2d187382f95e83e386f2f7ba789436" + url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2" + mirror "ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2" + sha1 "3ff5b38152c919724fd09cf2f17df704272ba192" bottle do - revision 1 sha1 "72eb0a083cf2f395a7c09d61cd1606af27cf800f" => :mavericks sha1 "e13777dfd387f1de8ffd1160a37167ab3e1d99ed" => :mountain_lion sha1 "0d925112501a584e1a221d6811a23562183a2850" => :lion @@ -26,8 +25,6 @@ class Gnupg2 < Formula depends_on "libusb-compat" => :recommended depends_on "readline" => :optional - # Fix hardcoded runtime data location - # upstream: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;h=c3f08dc # Adjust package name to fit our scheme of packaging both gnupg 1.x and # 2.x, and gpg-agent separately, and adjust tests to fit this scheme patch :DATA @@ -69,21 +66,8 @@ class Gnupg2 < Formula end __END__ -diff --git a/common/homedir.c b/common/homedir.c -index 4b03cfe..c84f26f 100644 ---- a/common/homedir.c -+++ b/common/homedir.c -@@ -472,7 +472,7 @@ dirmngr_socket_name (void) - } - return name; - #else /*!HAVE_W32_SYSTEM*/ -- return "/var/run/dirmngr/socket"; -+ return "HOMEBREW_PREFIX/var/run/dirmngr/socket"; - #endif /*!HAVE_W32_SYSTEM*/ - } - diff --git a/configure b/configure -index abacb4e..d61f227 100755 +index c022805..97b19dc 100755 --- a/configure +++ b/configure @@ -578,8 +578,8 @@ MFLAGS= @@ -94,8 +78,8 @@ index abacb4e..d61f227 100755 -PACKAGE_TARNAME='gnupg' +PACKAGE_NAME='gnupg2' +PACKAGE_TARNAME='gnupg2' - PACKAGE_VERSION='2.0.25' - PACKAGE_STRING='gnupg 2.0.25' + PACKAGE_VERSION='2.0.26' + PACKAGE_STRING='gnupg 2.0.26' PACKAGE_BUGREPORT='http://bugs.gnupg.org' diff --git a/tests/openpgp/Makefile.in b/tests/openpgp/Makefile.in index c9ceb2d..f58c96e 100644 |
