diff options
| author | Job Snijders | 2014-06-06 09:39:17 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-06-08 10:57:05 -0500 |
| commit | 02c20132af6554429513ce64b40cabe7b41e1120 (patch) | |
| tree | 3f0db6a2cf5c8b51bec1e8d090da04f7e2cb8c90 | |
| parent | 61f51ba1af6a3f26c08d97ada0b837e504c8df9c (diff) | |
| download | homebrew-02c20132af6554429513ce64b40cabe7b41e1120.tar.bz2 | |
bgpq3 0.1.21
Bumping from 0.1.19 to 0.1.21 which contains new features and a small
fix for MacOSX.
Closes #29930.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/bgpq3.rb | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/Library/Formula/bgpq3.rb b/Library/Formula/bgpq3.rb index eb3e026b8..4895a9abe 100644 --- a/Library/Formula/bgpq3.rb +++ b/Library/Formula/bgpq3.rb @@ -2,15 +2,13 @@ require 'formula' class Bgpq3 < Formula homepage 'http://snar.spb.ru/prog/bgpq3/' - url 'http://snar.spb.ru/prog/bgpq3/bgpq3-0.1.19.tgz' - sha1 '41a2afaeffb12e43048ca8771c6cc6e6392e0da5' + url 'http://snar.spb.ru/prog/bgpq3/bgpq3-0.1.21.tgz' + sha1 '42b2ea29c15e3e57c83c9d5f21c793944e1f2b61' head "https://github.com/snar/bgpq3.git" - # Makefile: upstream has been informed of the patch through email, - # but no plans yet to incorporate it - # https://github.com/snar/bgpq3/pull/2 - # strlcpy.c patch: upstream accepted but has not yet created a release - # https://github.com/snar/bgpq3/commit/89d864 + # Makefile: upstream has been informed of the patch through email (multiple + # times) but no plans yet to incorporate it https://github.com/snar/bgpq3/pull/2 + # there was discussion about this patch for 0.1.18 and 0.1.19 as well patch :DATA def install @@ -41,18 +39,3 @@ index c2d7e96..afec780 100644 depend: makedepend -- $(CFLAGS) -- $(SRCS) -diff --git a/strlcpy.c b/strlcpy.c -index 6d4b7b0..f66dc42 100644 ---- a/strlcpy.c -+++ b/strlcpy.c -@@ -27,6 +27,10 @@ - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -+#if HAVE_CONFIG_H -+#include "config.h" -+#endif -+ - #ifndef HAVE_STRLCPY - - #include <sys/types.h> |
