Github messages for voidlinux
 help / color / mirror / Atom feed
From: lonwillett <lonwillett@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ipv6calc: enable external and GeoIP2 databases
Date: Wed, 29 Apr 2020 05:57:28 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21451@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

There is a new pull request by lonwillett against master on the void-packages repository

https://github.com/lonwillett/void-packages ipv6calc-enable-external
https://github.com/void-linux/void-packages/pull/21451

ipv6calc: enable external and GeoIP2 databases
Also fix tool scripts to use bash instead of sh

A patch file from https://github.com/void-linux/void-packages/pull/21451.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ipv6calc-enable-external-21451.patch --]
[-- Type: text/x-diff, Size: 2026 bytes --]

From 87e3213e099c642d9b705c1ef3666fb81cee6908 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Wed, 29 Apr 2020 05:52:50 +0200
Subject: [PATCH] ipv6calc: enable external and GeoIP2 databases

Also fix tool scripts to use bash instead of sh
---
 .../ipv6calc/patches/use-bash-for-scripts.patch  | 16 ++++++++++++++++
 srcpkgs/ipv6calc/template                        |  6 +++---
 2 files changed, 19 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch

diff --git a/srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch b/srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch
new file mode 100644
index 00000000000..969285fbfc9
--- /dev/null
+++ b/srcpkgs/ipv6calc/patches/use-bash-for-scripts.patch
@@ -0,0 +1,16 @@
+--- tools/ipv6calc-update-registries.sh~	2019-10-11 07:15:53.000000000 +0200
++++ tools/ipv6calc-update-registries.sh	2020-04-28 20:56:41.367743447 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # Project    : ipv6calc/databases/registries
+ # File       : update-registries.sh
+--- tools/ipv6calc-registries-check-run-create.sh~	2019-10-11 07:15:53.000000000 +0200
++++ tools/ipv6calc-registries-check-run-create.sh	2020-04-28 20:56:42.704763285 +0200
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # Project    : ipv6calc/databases/ipv4-assignment
+ # File       : ipv6calc-registries-check-run-create.sh
diff --git a/srcpkgs/ipv6calc/template b/srcpkgs/ipv6calc/template
index f26bb1ec990..5ebe843eabc 100644
--- a/srcpkgs/ipv6calc/template
+++ b/srcpkgs/ipv6calc/template
@@ -1,11 +1,11 @@
 # Template file for 'ipv6calc'
 pkgname=ipv6calc
 version=2.2.0
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--enable-geoip"
+configure_args="--enable-geoip --enable-mmdb --enable-external"
 hostmakedepends="perl"
-makedepends="geoip-devel"
+makedepends="geoip-devel libmaxminddb-devel db-devel"
 short_desc="Small utility to manipulate IPv6 addresses"
 maintainer="Lon Willett <xgit@lonw.net>"
 license="GPL-2.0-only"

             reply	other threads:[~2020-04-29  3:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-29  3:57 lonwillett [this message]
2020-04-30 19:58 ` [PR PATCH] [Merged]: " Hoshpak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21451@inbox.vuxu.org \
    --to=lonwillett@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).